How to install my application *.sis in Nokia E62
How to install my application *.sis in Nokia E62
You can try with Nokia PC Suite and appropriate hardware http://www.nokia.com/pcsuite
Also have a look in this WiKi entry.
http://wiki.forum.nokia.com/index.ph...le_on_hardware
Regards
Gopal
Hi! balagopalks Nice to see you in the python section as well.
Hello aldosilva welcome to the DiBo
Do you have the .sis file on the computer or on the phone?
If you have it on a Pc then do tranfer it to your device using Bluetooth, Datacable or any other media as available.Then just run it on the Phone! It is a self installing file so will require only your authentication Yes or No and proceed also you will have to provide where you wish to install the application, Phone Memory or card Memory if you have one.Well thats all you have your sis file installed.You can also check the Wiki link provided by Balagopal to know how deploy a sis file on the device.
The General Discussion would have been a better place for this post!![]()
Pankaj Nathani
www.croozeus.com
The archive .sis was created using the following command line:
pysis hello.py myfirst.sis --uid=0x0FFFFFFF --appname=myfirst
I am using NOKIA PC SUITE to make the installation of the same in E62 (via USB), but get this message:
Installation of the "myfirst.sis" does not accept
Are you sure that's the entire message? Errors usually sayu what is not accepted.
Anyway, did you sign your application? .sis files have to be signed (via http://www.symbiansigned.com) in order to be installed on new phone models (not sure about E62)
Hi aldosilva,
If you have 2nd and 3rd edition emulator installed on the same machine, make sure that the 3rd edition is the default one before using py2sis.
If not thenCode:C:\>devices S60_2nd_FP2:com.nokia.Series60 S60_3rd_MR:com.nokia.s60 - default
Also, allow all installations in the App. Manager:Code:devices -setdefault @S60_3rd_MR:com.nokia.s60
- Tools > App. mgr. > Options > Settings > Software installation : All
LFD
Devices:
Nokia E61 3rd Edition - pys60 1.4.0
Tips and modules:
http://www.lfdm.net/thesis
sorry friends, I am the starter in python and still not getting success in my doubt. Thank you for help on the following message:
c:\>devices
S60_2nd_FP2:com.nokia.Series60
S60_3rd_MR:com.nokia.s60 - default
C:\>cd\myapps
C:\Myapps>py2sis hello.py mysecond.sis --uid=0x0FFFFFFF --appname=mysecond
Creanting SIS for SDK2.0 and later
Processing C:\Myapps\temp\mysecond.pkg...
No vendor names found
error: bad language count.
C:\Myapps>