|
I've made a python script which should modify the profile of the phone based on the phone position. Runned under ScriptShell it works great.
The problem is that it hangs, both with the "sis" script runned upon "boot up", as well as without it.
So my question...
Started by Flavius on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
python default directory as sample:
# PyS60 1.9.x and above sys.path.append('c:\\Data\\Python') sys.path.append('e:\\Data\\Python') # Pys60 1.4.x or below sys.path.append('c:\\Python') sys.path.append('e:\\Python')
....
|
|
I've written code for communication between my phone and comp thru TCP sockets. When I type out the code line by line in the interactive console it works fine. However, when i try running the script directly through filebrowser.py it just wont work. I...
Answer Snippets (Read the full thread at stackoverflow):
Have you read Hack a Mobile Phone with Linux and Python ? It is rather old, but maybe you find in your interactive Python shell?.
|
|
I know I'm probably just repeating what everyone else has already said when I write this, but; Is there really no way on Earth you can turn on the camera flashlight on a more permanent basis?
I find it most aggravating that Nokia failed to implement this...
Started by titan on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at nokia):
@fahadmehedi....
Thank you know about it plz let me know.
, 3510i, 6210, 6310i , 5210, 6100, 6610, 7250, 7250i, 6650 , 6230, 6230i , 6260, N70, N70, 5300, N95 , N95, E71, E72
Current Phone: HTC Sensation - Android 2.3 It's always worth a try.
|
Ask your Facebook Friends
|
Leider wird mit diesem Hack nicht die bekannte Nokia Animation mit den beiden Händen ersetzt, aber zumindest wird die eigene Animation davor angezeigt.
Der Sound wird hoffentlich abgespielt. Daran tüftele ich noch...
Damit es funktioniert, muss das Handy...
Started by logofreax on
, 16 posts
by 5 people.
Answer Snippets (Read the full thread at faq4mobiles):
Das N95 ist gehackt mit Heellox 2 und da wohl missverständlich ausgedrückt....
Cu
logofreax ja genau den Nudel meinte ich ...
Löschen ???
Zum Schluss noch ne Verständnisfrage , N95 ist mit Heeloox 2 gehackt ,
kann auf alle Dateien Problem sein.
|
|
¿Necesitas Python o FlashLite para tus Apps?
Guía y Descargas Python / Flashlite
Proposito
Este hilo-guia con descargas esta ideado para orientar a la gente que no se aclara con las aplicaciones escritas en flash / python y su funcionamiento.
¿Que es ...
Started by jose_sonseca on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at cnsteam):
Sirve en el N95 con firmware 2.0 yo tengo el normalito el 1.0 y no me toca actualizar en un buen.
|
|
I don't know Java, only C#, and I need to make a simple program for Nokia N95 (Symbian 60). How i can make one? Is there any C# editor?
Started by Gold on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Nokia offers a python interpreter for it's symbian devices and it is much simpler than with that experience I find myself....
Silverlight 4 should be available for Nokia into python.
This won't apply to S60 or the N95, I'm afraid.
Of C#.
|
|
I'm trying to decode a WBXML encoded SyncML message from a Nokia N95. My first attempt was to use the python pywbxml module which wraps calls to libwbxml. Decoding the message with this gave a lot of <unknown> tags and a big chunk of binary within...
Started by J.D. Fitz.Gerald on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So "simple" may be a relative....
Python WBXML parser, but it's not yet complete enough to be useful, and I have very little time E71 sends SyncML 1.3 (if so, your N95 probably does too), which it looks like libwbxml doesn't some patches first...
|
|
Ever since I bought a Nokia N95 8G, I have been thinking about looking into some Symbian development. Could those with experience developing on the Symbian OS like their feeling towards the platform? Is it hard to get started, are the tools mature etc...
Started by Jimmy on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
One nice thing about the Python.
There is also a book that covers a lot of fun examples .
I recommend Python for S60 as good way setup of APIs.
That I have not heard of anyone that actually has done it .
|
|
I'm trying to upload a huge file from my Nokia N95 mobile to my webserver using Pys60 python code. However the code crashes because I'm trying to load the file into memory and trying to post to a HTTP url. Any idea how to upload huge files > 120 MB...
Started by Snehal on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Jamie
You'll need to craft a client code to split... .
You'll need to split the file into small chunks and upload it bit by bit, which is very difficult to do quickly and efficiently on that sort of platform .
It's pretty much physically impossible.
You can't.
|
|
How do I programmatically disable these notifications when a message is arriving on my symbian S60v3 phone:
Message tone (I think I got that one) The led flashing The phone vibration The screen lights up The message icon (I think I got that one too) and...
Started by Brian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As far as I know there is no way to do this from Python..
The good this and found it worked much better.
I used to use this method, then on the N95 the phone still beeped when an SMS arrived.
|