i am using nokia 5800
i want that profile of cell should change programatically
i.e from silent to general or vice versa
i have installed xprofile.sis
i am using Cyke64's xprofile module.
and the following code to switch profiles:
but still it shows import error xprofile module not foundCode:import xprofile # get profile (for api completion !) print xprofile.get_ap() # set active profile to "General Profile" xprofile.set_ap(0)
what should i do so that it will work

Reply With Quote

