You Are Here:

Community: Developer Discussion Boards

#1 Old Profiles - 2008-05-19, 06:07

Join Date: May 2008
Posts: 12
reallife47
Offline
Registered User
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?
Reply With Quote

#2 Old Re: Profiles - 2008-05-19, 06:14

Join Date: May 2007
Posts: 2,739
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Quote:
Originally Posted by reallife47 View Post
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?
Yes, you could change the active profile using the xprofile module of Cyke64.

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)
Other thing you have asked for is personalising the profile settings,
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 With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
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

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia