How To Install Sis Files Without Nokia Pc Suite 5,3/10 1891 votes

. Connect your phone to the PC. Open Nokia Application Installer. Select the application you want to install by browsing in the My Computer list to the folder where you have saved the.JAR,.SIS,.SISX,.N-GAGE or.WGZ file. From the drop-down list under My Phone, select the phone you want to use (if you have several phones connected to the PC), and whether you want to install the application in the phone memory, mass memory or memory card.

  1. How To Install Sis Files Without Nokia Pc Suite 7 1 Download
  2. Free Sis Files For Nokia
  3. How To Install Sis Files Without Nokia Pc Suite For Windows 10

Note that these options are not available for all phone models. Install the application by clicking the Install button. If your phone uses the Symbian operating system, you may be asked to finish the installation on the phone.

Most new phones come with the Nokia PC Suite software on a CD. You should download the latest version from Nokia's website, for example, at www.nokia.com/A4144903. Ifyou do not have Nokia PC Suite available or you have no USB cable, check Sections 2.2.and 2.5.1 for alternatives. Install the downloaded.SIS files. Archived from groups: alt.cellular.nokia (More info?) Take care: If you use JAR files for any other purposes than Nokia games, you have a problem. After you install PC Suite 6.4, JAR files are opened with the Nokia Application installer. This happens because the Nokia installer associates all JAR files with.

You can cancel an ongoing operation by clicking the Cancel button. On the status bar, you can see when the installation is completed. Connect your phone to the PC. Open Nokia Application Installer.

Select the application you want to remove from the My Phone list. Click the Delete button above the list. Confirm the deletion. Installing and removing applications You can install an application on your phone either using Nokia Application Installer or from Windows Explorer.

Note that you can install only one application at a time. Note Note that Nokia does not warrant for applications from non-Nokia sites. If you choose to download applications from them, you should take the same precautions, for security or content, as you would with any site.

Copyright protections may prevent some images, ringing tones and other content from being copied, modified, transferred or forwarded. To install an application on the phone using Nokia Application Installer To install an application on the phone using Windows Explorer To remove an application from the phone Note: Not all phone models support listing, installing or deleting applications with Nokia Application Installer. You can, however, use the Application manager on your phone to access applications. For more information on how to use the applications in the phone, refer to the phone’s user guide. To find troubleshooting information on Nokia PC Suite, you can browse the FAQ search database on the Nokia web pages. To do this, go to the Nokia PC Suite main window and click Web Nokia PC Suite on the web FAQ.

Note that this requires an Internet connection. Nokia PC Suite Installing and removing applications.

. Preparation. Build for Desktop. Build for Mobile. Next: Using the libraries. (2.0 onwards). See Also.

Deploying PJSIP on Symbian S60 is recommended only on real devices as the emulator has audio and networking problems. This document applies to PJSIP version 2.2 or above, for version 2.1 or below (including 1.x), check. This document covers the following topics:. Requirements. Symbian SDK, known supported platforms are S60 3rd ed (plain, MR, FP1, FP2), S60 5th ed, and Nokia N97.

The SDKs can be downloaded from:. for S60 5th ed, S60 3rd ed FP2, and Nokia N97 SDKs. for S60 3rd ed FP1 and S60 3rd ed (MR). for the connectivity between the device and your PC. Note that the date and time of this device need to be the same as development PC otherwise you may get certificate errors. Nokia data cable for on-device debugging (you can also use Bluetooth connection) Installations SDK Follow the installation instructions in the SDK documentation (make sure that the SDK requisites, such as, are satisfied). Please install Symbian SDK on the same drive as PJSIP.

Carbide Follow the installation instructions in the Carbide C documentation. The installation should be straightforward, Note that for older version of Carbide, e.g: Carbide 2.0, you will need to choose Developer Edition during installation to enable on-device debugging/TRK feature.

How To Install Sis Files Without Nokia Pc Suite 7 1 Download

Free.sis

Nokia PC Suite Install PC Suite, connect your device with the USB cable, and make sure your PC can access your device. Connect Data Cable Connect the USB cable to the phone, and on the phone, a dialog of USB mode operations will be shown, select PC Suite. If this is the first time you connect your phone to the PC, then it may take some time for Windows to install the USB drivers for the phone.

PJSIP, if you haven't already. Importing PJSIP Projects. Select File - Import from the menu. On the 'Import' dialog, select Symbian OS - Symbian OS Bld.inf file from the tree. On the next dialog, click Browse. Button, select bld.inf file from PJSIP's build.symbian directory.

On the SDK selection dialog, check the target SDKs and build configurations. Next you will be presented with MMP selection dialog.

Just select all MMPs. Once the importing process completes, you will see the PJSIP project tree on the bottom left part of the Carbide main window. Note: on the Problems pane (bottom center of the main window) you may see one Warning about duplicate path, but we can ignore this for now. Building the Projects. Select active build configuration:. Select the (just imported) PJSIP project in the Carbide's Project Explorer or Symbian Project Navigator pane. On the main menu, select Project - Build Configuration - Set Active - select the SDK used for the build.

alternatively, this can be set via right clicking the PJSIP project - Build Configuration - Set Active - select the SDK used for the build. Build the Project:.

Setup PJSIP config on pjlib/include/pj/configsite.h file. As starting point, we would suggest to just fill it with the following: #include. Select the (just imported) PJSIP project in the Carbide's Project Explorer or Symbian Project Navigator pane.

On the main menu, select Project - Build Project. Alternatively, this can be done via right clicking the PJSIP project - Build Project. Wait for the build process to complete. You may take a peek on what Carbide is doing by clicking on Console pane/tab in the bottom part of main window. Once it completes, watch out for any errors in the Problems pane (at the bottom center). There shouldn't be any errors, although there may be few warnings which I think can be ignored, for now.

Preparing the.sis/.sisx Installer File The.sis file is the packaging for the executable to be deployed in the device. The.sisx file is a signed.sis. Both the.sis and.sisx file can be created very easily with Carbide C.

Configure the.pkg configuration file to be used. Open Project Properties dialog from main menu or right click on the PJSIP project. Select Carbide.c - Build Configuration from the tree (left part of the dialog). Check if the Active Configuration is set correctly to the targeted SDK. On SIS Builder tab, click Add button. Set PKG File to pjsip-apps/src/pjsua/symbian/sis/pjsua.pkg from the drop down.

How To Install Sis Files Without Nokia Pc Suite

Optional, set Signing Options appropriately, for now, just leave its setting to Self sign sis file. Note that, to be able to distribute the application properly, you will need to sign it with a valid certificate from Symbian.

Just leave the other setting fields empty for now. Done with Project Properties dialog, click the OK button. You may need to refresh the project by right clicking on the project and Refresh. to generate the.sisx file. Note that once PKG has been setup on the project, a SISX file will be created everytime we build the project. After the build process completes, you should see something like this on the Console tab: Signing.SIS Creation Complete Total Time: 12 sec In case such line is not shown, check the Problems tab to see if we have any errors (there shouldn't be any).

The pjsua.sisx file should be located in pjsip-apps/src/pjsua/symbian/sis/ directory. It can be deployed to the device using Nokia Application Installer (included with PC Suite). Things to note on the deployment:. Application Manager has been set to.

How to install sis files without nokia pc suite for windows 7

Date and time of phone matches development PC. Configuring On-Device Debugging Make sure the phone is connected to the PC using the data cable.

Configuring Device Security By default, your phone does not allow self-signed certificate to be installed on the phone, I think. To change this setting:. Go to Menu - Tools - App.

Mgr. On App. Manager, select menu Options - Settings. Set Software installation to All Installing TRK Application on the Phone TRK provides the debugging service from the device side. On the menu, select Help - On-device connection to open Connection Setting dialog.

On the Setup Connection tab, configure the connection type to USB and select the Serial Port to the target device (when the phone device is properly connected, the name should be shown in the drop down menu). On the Install Remote Agent tab, there will be list/tree of TRK version for each Symbian OS version, select the TRK version appropriately according to the SDK/OS version used by the target phone/device and click Install button, and follow the installation instruction on the device. Just for reference, here is a map of SDK name and its OS version target: SDK OS target S60 3rd Plain/MR 3.0.0 S60 3rd FP1 3.1.0 S60 3rd FP2 3.2.0 S60 5th 5.0.0 Running TRK Application on the Device/Phone. Run it from Menu - Installations/ Applications - TRK. When it asks to switch on Bluetooth, click No.

Note, you can re-configure it later to use Bluetooth if you want from the Option - Settings menu in the TRK application. The TRK window will appear and there should be line as: Status: Connected Setting and Testing Connection Settings.

On the menu, select Help - On-device connection to open Connection Setting dialog. On the Setup Connection tab, configure the connection type to USB and select the Serial Port to the target device (when the phone device is properly connected, the name should be shown in the drop down menu).

Make sure the TRK application on the device is running, and on the Test Connection tab, select TRK as the service to test, and click Initiate service testing button. If everything is okay, you will get the TRK version info printed on the area in the status textbox, e.g: Installed TRK is latest available version: version = 3.1.2 Start Debugging. Setup a debug configuration by selecting Run - Debug Configurations. From the Carbide's main menu. Select Symbian OS Application TRK from the left pane list and click New launch configuration icon on the top left. The new debug configuration is created and appears on the left pane list, now we need adjust the setting:.

Remote process to launch should be set to pjsua.exe, e.g: on Windows it should be C: sys bin pjsua.exe. Setup the connection properly and optionally run connection test again by clicking Edit button and activate Test Connection tab. On the Installation tab, verify that the installer file (.sisx) is set to pjsua.sisx which we already generated beforehand. Click Debug button to start the debugging right away. Carbide now may rebuild the project (you may take a peek on what it's doing by looking at Console tab). Once it's done, Carbide will switch to Debug Perspective and the.sisx file will be downloaded to the phone.

It may take some time to see the pjsua application started on the device. The pjsua application is ready when 'PJSUA' logo+text and 'Telnet to IP:port' appears on the screen. Note that the network connection (usually via WiFi) should have been setup properly on the device. Start a telnet client and connect to the IP address and port as shown in the pjsua application screen.

You may make calls, receive calls, do presence stuffs, etc from the telnet Command Line Interface session. Full debugging should also be possible; you may set breakpoints, step into functions, etc.

You can now move on to bigger and better things: Common Problems Problem with Build/Clean Sometimes Carbide does not build the project properly after we make some changes to the source. This will cause the old code to be built instead of the new changes. My standard work flow is to always clean the library/application project containing the modified source before building the whole project, to make sure that the modified libraries/application gets rebuilt properly.

I/O Error: File in Use (I/O Fault) Sometimes.SIS creation fails with I/O error message in the Problems pane similar to this message: file I/O fault makesis.exe returned with exit value 1 The process cannot access the file because it is being used by another process. This sounds like a generic error from the build system, and it may be caused by several problems. You can try these and see which one solves it:.

First check that the build process has completed without errors (a build error will cause the executable not to get built, and this will cause.sis creation to fail). Rather than selecting 'Build Target Only', try with 'Build Project' from the menu. Sometimes build directories are not created when 'Build Target Only' is used. Try cleaning and re-building the project.

Sometimes restarting Carbide C also fixes it. TRKProtocolPlugin: Failed to download the specified file to target I had experienced this few times. The file seems to be downloaded to the phone fine (the download progress bar shows progress), but once debugging starts Carbide displays 'Carbide Alert': 'Load Failed', 'TRKProtocolPlugin: Failed to download the specified file to target'.

Free Sis Files For Nokia

I'm not sure what's causing this, but closing TRK on the phone, then reconnecting the USB cable and restarting TRK seems to have fixed this. TRKProtocolPlugin: Failed to continue thread The solution is similar to above. TRK Not Running Error Sometimes I get Carbide complaining about TRK not running: Launching Target request failed: TRKProtocolPlugin: Can't connect to TRK (TRK may not be running on the phone or mismatch between selected and connected com port.). If you see TRK is running on the phone, it means that your phone is hung now.

Restart the phone by disconnecting the USB cable, taking of the battery, put it back on, start the phone, connect the USB cable, and re-run TRK again. Load Failed: TRKProtocolPlugin: Failed to launch the application If you get this error while trying to debug the application: Load Failed: TRKProtocolPlugin: Failed to launch the application (Installing the application may have failed or dependent libraries may be missing) Solution:.

How To Install Sis Files Without Nokia Pc Suite For Windows 10

the application may genuinely be missing some dependent libraries. try to install the app manually from Windows Explorer, then run it in the phone (not from Carbide). If it won't run (it may or may not display any error messages, in the later case, the application just won't start when you click it on the phone), then it may be missing the dependent libraries. think about the libraries that the application needs (for example: APSServer, SSL and PIPS if for the TLS, and so on), and install them to the phone. make sure the.sisx specified in Debug - Installation matches the.sisx specified in the Project Build properties:. check the.sisx in Debug - Installation:. open Debug Configurations dialog (from Run menu),.

select the debug configuration item from the left tree panel (e.g. Attachments. ( 54.2 KB) - added by ismangil ago.

( 62.1 KB) - added by ismangil ago. ( 19.8 KB) - added by ismangil ago. ( 9.3 KB) - added by ismangil ago. ( 14.8 KB) - added by ismangil ago. ( 24.0 KB) - added by ismangil ago.

( 14.6 KB) - added by ismangil ago. ( 14.3 KB) - added by ismangil ago. ( 4.3 KB) - added by ismangil ago. ( 10.2 KB) - added by ismangil ago. ( 16.4 KB) - added by ismangil ago.

( 13.6 KB) - added by ismangil ago. ( 26.5 KB) - added by ismangil ago. ( 16.7 KB) - added by ismangil ago. ( 19.5 KB) - added by ismangil ago. ( 16.3 KB) - added by ismangil ago. ( 15.2 KB) - added by ismangil ago. ( 14.9 KB) - added by ismangil ago.

( 17.6 KB) - added by ismangil ago. ( 16.7 KB) - added by ismangil ago.