| Reply | « Previous Thread | Next Thread » |
|
I have been playing around with python from last week.
Is there anyway by which we could change the profile of the mobile? I did not read anything in the documentation. Also I need to personalize a profile using python, is it possible? |
| reallife47 |
| View Public Profile |
| Find all posts by reallife47 |
|
Quote:
Python does not come integrated with xprofile yet, but hopefully soon, so you may have not found anything in the documentation. Search the Forum for "xprofile" Here is a short code that may help you Code:
import xprofile # get profile (for api completion !) print xprofile.get_ap() # set active profile to "General Profile" xprofile.set_ap(0) # set active profile to "Silent Profile" xprofile.set_ap(1) # set active profile to "Meeting" xprofile.set_ap(2) # set active profile to "Offline" xprofile.set_ap(5) # set active profile to your first "user profile" xprofile.set_ap(30) Unfortunately that is not yet possible with present PyS60 and exisiting extensions. You may have to work on a native extension for that if you have good C++ Skills. Best Regards, Croozeus |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Access phone profiles from java | calgyria | Bluetooth Technology | 3 | 2007-09-27 15:01 |
| Important feature request: profiles extending, etc. | bednar007 | Series 40 & S60 Platform Feedback | 0 | 2006-06-10 23:45 |
| ASP.NET Device Profiles | Grudgeboy | General Browsing | 0 | 2005-05-26 12:41 |
| Problem creating profiles in D211 | molausso | Multimodecards | 1 | 2002-09-16 12:14 |
| Nokia D211 with different WLAN Profiles | larsfrohberg | Multimodecards | 1 | 2002-07-16 06:20 |