Thanks all for your wishes. I would continue to contribute to Forum Nokia Wiki at my best. :)
Type: Posts; User: nirpsis; Keyword(s):
Thanks all for your wishes. I would continue to contribute to Forum Nokia Wiki at my best. :)
I guess both the things are signed. Either, self signed or signed by dev cert. The main issue here is which capabilities are both files signed.
If you use an extension, it should be signed with...
You have an answer here.
http://discussion.forum.nokia.com/forum/showthread.php?t=177331
Make a PyS60 standalone application that would launch that script (also use the exception harness debugging so that it shows you the errors), install it and put a shortcut to that application on one...
import xprofile
xprofile.set_ap(1)
This code would change any profile to silent profile. You can check the active profile by the following,
print xprofile.get_ap()
Doesn't using the appuifw.app.title outsite try help?
I am not sure if Py2Sis script (Mobile application to convert py to sis, right?) allows that. But using Ensymble - mergesis you can bundle your modules with the application sis file. ...
For your stage 1, have you checked the appuifw2 module, if it has something interesting to address your problem. Otherwise, its a hardwork using a canvas based custom query box. Has anyone written it...
Two useful links for you bro ;)
http://www.mobilenin.com/pys60/ex_upload_file_to_url.htm
http://www.mobilenin.com/pys60/ex_upload_image_to_url.htm
Nothing except misty yet for 1.9.x. However there is PyKeylock for 1.4.x
http://wiki.forum.nokia.com/index.php/How_to_lock_and_unlock_keypad
No they aren't! There are some directory structure changes, some module name changes and you need to build a SIS file differently on 1.4.5 and 1.9.7.
Just install Python runtime (PythonforS60.sis) from http://sourceforge.net/project/showfiles.php?group_id=154155&package_id=171153&release_id=644640 and then install the application. Simple, isn't it?
Different flavours of ScriptShell can be installed at the same time on the phone. So you can install all. high_caps has more capabalities or you can sign the unsigned scriptshell with your required...
So what was the outcome? Did you manage to build it successfully? No?
This panic is raised when an unhandled exception occurs. Check if you handle the condition when your device fails to discover the emulator bluetooth device or viceversa.
Exception handling -...
Create a svg 44x44 icon with Inkscape.
Convert it with svg-t vector format using the SVG2SVGT tool
Use Ensymble to make the SIS filw with the icon
Worked for me. Try clearing the cache by...
You cannot query a MAC address of a device before connecting to a device through bluetooth. All you could do is connect to a device with specific bluetooth adress.
I found some time to do it myself :)
Here is where you can find it!
http://wiki.forum.nokia.com/index.php/Canvas_Calender
Cheers!
Doesn't exception handling help?
http://croozeus.com/blogs/?p=983
1. Phones don't have a UID. Applications have UIDs.
0xAxxxxxxxx is for applications that are self signed. The UID is requested and associated with a Symbian signed account. This prevents...
Oops, just forgot to paste the link ;)
Edited and added the link now.
Again a useful link from the Wiki,
http://wiki.forum.nokia.com/index.php/How_to_install_Bluetooth_Driver_for_S60v3rd_SDK
...and here is an example which could get you started.
http://wiki.forum.nokia.com/index.php/Customized_listbox_on_canvas_with_images_support
Dividing a image into various sections could be done without the extension. I saw a featured application with source code here.
http://croozeus.com/blogs/?p=1182
For more information on Nokia CV...
This question is rather related to Python on PC than PyS60. However, a helpful link for the client side communication would be this....