| Reply | « Previous Thread | Next Thread » |
|
Hey guys, i'm totally new to python but i am interested in retrieving data out from nokia phones. For example, the cell id. Is it possible to extract that information out? additionally, may i know what other datas are stored in the phones?
|
| nick_santa83 |
| View Public Profile |
| Find all posts by nick_santa83 |
|
Yes its possible to get the cell id with python, you could also withdraw additional info from the inbox, outbox, calendar entries, contacts and some more.
Take a look in the wiki pages for python or read the PythonForS60_1_4_0_doc.pdf Jan
Last edited by Jan Rune Johansen : 2007-09-03 at 02:06.
|
| Jan Rune Johansen |
| View Public Profile |
| Find all posts by Jan Rune Johansen |
|
cool! thanks so much!
What other data are stored in the handphone? apart from the usual stuffs like sms, pic, applications, cellid, signal str, location area code, name of the cell? |
| nick_santa83 |
| View Public Profile |
| Find all posts by nick_santa83 |
|
Hello,
chapter 4.2 sysinfo — Access to system information in the API doc describes the functions to retrieve some nice pieces of device data. Cell id doesn't seem to be included. There is a generic piece of code to call all the sysinfo functions release independently (without knowing the function names). It's somewhere on this forum ![]() http://discussion.forum.nokia.com/fo...d.php?t=104586 $ rm Code:
active profile() battery() display twips() display pixels() free drivespace() imei() max ramdrive size() total ram() free ram() total rom() ring type() os version() signal bars() signal dbm() sw version()
Last edited by rm : 2008-04-17 at 14:13.
Reason: found the link to earlier code
|
|
Hey nick_santa83
![]() u can Retrieve allmost all kinda data from the device through python..Just Check the tutorials.I think u are just new to python.Neways Best of Luck... -Pankaj Nathani ![]() |
|
tutorials? where can I find it? thanks for replying
![]() Oh, does anyone know if 2nd ed, FP3 phones can use Python to extract the cellid. thanks!! |
| nick_santa83 |
| View Public Profile |
| Find all posts by nick_santa83 |
|
Hello nick_santa83
![]() Tutorials are availabe on mobillenin.com and many other sites..I guess the former is a good one! -Pankaj Nathani ![]() |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| PC Suite ConnAPI data transfer rate | raymondxie | PC Suite API and PC Connectivity SDK | 0 | 2007-01-09 00:06 |
| suckho, i have encontered the same problems. Could you tell me how you resolved it? | dicson_hu | Symbian Networking & Messaging | 4 | 2005-12-09 11:56 |
| How to send SMS using Nokia 6110 Mobile Phone using Data Cable. | naveen_galipally | General Messaging | 2 | 2002-09-10 15:16 |