Do I need to download something? Because I can't seem to find a way to make it work on my Nokia :(
Type: Posts; User: tatt0005; Keyword(s):
Do I need to download something? Because I can't seem to find a way to make it work on my Nokia :(
Do you know if it can be done in python please?
No I haven't. But isn't that for Symbian? Or can it be used for python as well?
Hi,
I would like to know if there is a way of scanning the radio channel to search for Wi-Fi AP, and store the APs available. I know how to set an AP to the default AP, but I do not want to do that....
telephone.dial(mob)
if home_flag == 0: #i.e. if contact has fixed line no.
e32.ao_sleep(5) #waits for 10 seconds
telephone.hang_up() #hangs...
Hi All! I would like to do the following using python:
Dial a number and if the callee does not take the call after a number of seconds, dial another number.
I am using the following code:
...
Hi! I would like to do the following:
User chooses a contact from address book
Using the telephone module, mobile number of contact is then dialed.
If after a number of seconds, the callee does...
Yes. I have filled in 'title', 'first name' and 'last name' for the contact in the mobile's contact list.
hi! I have the following code. It prints the number and duration, but not the name. Why is this so? Do I have to import something maybe? Thanks
l=logs.calls(mode='out')[0]
no = l["number"]...
Thanks for giving me some insight on j2me! I will most probably try writing some code...
Thanks!
Hi! I would like to know whether it is difficult to write applications in j2me. I have been developing some applications using python. Also, I do not know java, but I know C very well and know also...
Hi,
Is it possible to read some stored data from a file and storing it in some kind of variable?
I would like to have call duration data in a text file and be able to load this data in the...
I have tried this code but it is not working. It displays everything apart from the name. The contact I am accessing has the following fields - title, first name, last name, and none of them is...
import contacts
import appuifw
import e32
fn=u"e:\\data\\Python\\logfile.txt"
logfile = open(fn,"a")
db = contacts.open() #opens the contacts database
names = []
numbers = []
hi! i want to get info about my contacts and store it in a text file. i want the text file to have these details in the following format:
Name: Mike MobileNo: 799594949
Name: Jo MobileNo:...
Thanks! i did not know about the online doc... i am still new to python. the results given however does not list the internet calls made. is there a way in which these can be included?
Hi!
I am using the logs module to get the outgoing/dialled calls. However, apart from the number, I would like to know the time that the call was dialled. Is there a way in which I can store the...
Hi! Is it possible to change the default call type in open C/C++? Manually it can be done, but I want to do it automatically in my application. I have tried in python, but it seems as if it not...
Or maybe in Symbian?
Is it possible to do it in C++ maybe?
Do you know if there you can change default call type now? I really really need it
Hi! I am trying to do the same thing as well, changing the default call type in my python script. has anyone solved the problem? or could you guide me to the solution of the problem please?
Thanks!
Hi! I have been searching a lot but cannot find a way to search for a contact person and calling him on his internet telephone number. I am using the following program. Instead of num =...
Hi!
Is there a way in which python can check the Wi-fi access points available in the current position/location of the nokia E71 and making a Sip call over the Wifi AP?
Really need help!
...
I have solved the problem by downloading ConTEXT :) Thanks for your help!