I send it via bluetooth. when install it alert "Application may note be compatible with phone. Quit installation?". I select No but it cannot install.
My firmware : V 2.50 13-02-2003 NHL-8"
vyskocil - just curious, is this a 1st gen N-Gage or a QD? Python for Series 60 is known to work on both, but only the QD was used as a testing platform.
Python should install on Series 60 1.2 devices. I'm pretty sure the 3650 is a 1.0 device; However, there are numerous people who have it working on the 3650.
Can you provide a little more information about the device? Ie., are you installing onto the device memory or MMC? How much free space do you have where you are trying to install? Did you have a previous Python beta installed?
Originally posted by eriksmartt vyskocil - just curious, is this a 1st gen N-Gage or a QD? Python for Series 60 is known to work on both, but only the QD was used as a testing platform.
Should Pyrepl work on 1st gen N-Gage too?
Although the actual interpreter has been working perfectly, trying to install PyreplForSeries60.SIS fails with "Unable to install. Series60ProductId required".
Programming with Python for Series 60 Platrofm mentions py2sis being targeted only for S60 2.0 devices, leaving S60 1.0 devices without easy installation method for Python applications? Maybe Pyrepl is py2sis package?
It's all the same as terosaarni, python package work great but I can't install Pyrepl package because it must be packaged only for serie 60 2.0 phone (?)
1) Install unsis(*) application and run it on pyrepl
2) create a new .pkg-file (take a look at sdk example files). Make it so that it's product id is following:
(0x101F6F88), 0, 0, 0, {"Series60ProductID"} (this should work with every s60 phone).
3) run makesis, and install
Originally posted by simo.salminen Well, this is how you could make it work.
1) Install unsis(*) application and run it on pyrepl
2) create a new .pkg-file (take a look at sdk example files). Make it so that it's product id is following:
(0x101F6F88), 0, 0, 0, {"Series60ProductID"} (this should work with every s60 phone).
3) run makesis, and install
This leads me to question. I have Siemens SX1 - SDK 1.2 phone. There is no py2sis for S60 1.0 devices.
Would it help to use py2sis from 2nd ed. combined with unsis, changing productid and makesis again to get py2sis work for my target device? ;-)
yeah, i'm an idiot... I misread the first post and didn't realize it was just Pyrepl that you were having trouble with. Let me see if we can build an installer for SDK 1.x and try to find somewhere to put it for downloading. simo.salminen's suggestion was great though :-)