Discussion Board

Results 1 to 10 of 10
  1. #1
    Registered User neil1811's Avatar
    Join Date
    Nov 2007
    Posts
    26
    Hi everybody..

    i had a neat little idea to change the theme on my phone for certain parts of the day..
    as in id like a dark background in the morning so i can see the white writing clearer and id like a more colourful theme during the day.

    i know theres no them aware functions in appuifw or anything like that
    but is there a way to change a phones theme from a python script??

    Thanks for your help

  2. #2
    Nokia Developer Moderator croozeus's Avatar
    Join Date
    May 2007
    Location
    21.46 N 72.11 E
    Posts
    3,635
    Hi neil,

    AFAIK, there doesn't exists an extension for changing themes in PyS60.
    However there is a module named wallpaper to changer the current wallpaper of the device. May be you could use that to change from dark background to a bright one.

    Best Regards
    Croozeus
    Pankaj Nathani
    www.croozeus.com

  3. #3
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,688
    Quote Originally Posted by neil1811 View Post
    Hi everybody..

    i had a neat little idea to change the theme on my phone for certain parts of the day..
    as in id like a dark background in the morning so i can see the white writing clearer and id like a more colourful theme during the day.

    i know theres no them aware functions in appuifw or anything like that
    but is there a way to change a phones theme from a python script??

    Thanks for your help
    hi neil
    it is bit correct that you have to write a extension for changing the theme.
    but u can follow a different approach. what u can do is make an application which will change the theme according to ur location. there u can use the location module. and change the theme.
    plz give feedback abt the approach.
    thanks

  4. #4
    Registered User neil1811's Avatar
    Join Date
    Nov 2007
    Posts
    26
    Thanks croozeus and gaba88!

    i will look at both approaches.

    Croozeus where can i get information about this module??

    And gaba i will try your ides out but im having trouble signing my apps so i cant use location..

    does anybody have a step by step guide to using py2sis and/or ensymble?? i have 3rd edition sdk

    thank you again guys i really appreciate all the work you all do to help us beginners on these forums

  5. #5
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,688
    Quote Originally Posted by neil1811 View Post
    Thanks croozeus and gaba88!

    i will look at both approaches.

    Croozeus where can i get information about this module??

    And gaba i will try your ides out but im having trouble signing my apps so i cant use location..

    does anybody have a step by step guide to using py2sis and/or ensymble?? i have 3rd edition sdk

    thank you again guys i really appreciate all the work you all do to help us beginners on these forums
    hi neil1811 again
    thank u for appreciating us please check at the wiki and mobilenin for creating py2sis and remember to use ensymble for that.
    thanx

  6. #6
    Regular Contributor kandyfloss's Avatar
    Join Date
    Dec 2007
    Location
    India
    Posts
    133
    Quote Originally Posted by gaba88 View Post
    it is bit correct that you have to write a extension for changing the theme.
    Its not bit correct, its totally correct

    Quote Originally Posted by gaba88 View Post
    what u can do is make an application which will change the theme according to ur location. there u can use the location module. and change the theme.
    If there is not existing module for that, one cannot make such an application.

    Quote Originally Posted by neil1811 View Post
    does anybody have a step by step guide to using py2sis and/or ensymble?? i have 3rd edition sdk
    Hi Neil,

    If you have a 3rd Ed SDK you need to use ensymble and not py2sis tool.

    You can find lot of posts in the forum where you can read about using ensymble. Have a look and go through these threads

    Moreover you will need a dev cert to sign your files using ensymble.

    If I find any step by step tutorial of ensymble I will add it here.

    Hopefully helps
    Kandyfloss

    V 7.0642.0
    18-10-06
    RH-51
    Nokia 7610

  7. #7
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,688
    hi kandyfloss
    there is sing already a location module available and using that module we can get the cellid of a particular place.
    and then can change the theme.
    thanks

  8. #8
    Regular Contributor kandyfloss's Avatar
    Join Date
    Dec 2007
    Location
    India
    Posts
    133
    Quote Originally Posted by gaba88 View Post
    hi kandyfloss
    there is sing already a location module available and using that module we can get the cellid of a particular place.
    and then can change the theme.
    thanks
    Firstly please use conventional English.
    What do you mean by
    there is sing already a location module available
    And How can you change a theme?

    Do you have an extension for it?

    Please Read the post properly before replying.
    Kandyfloss

    V 7.0642.0
    18-10-06
    RH-51
    Nokia 7610

  9. #9
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,688
    hi kandyfloss again and thanku for pointing out my mistake.
    i think we are the developers who have to workout on this kind of stuff.
    Btw i am working out on one such kind of extension. and if i get success i will definitely announce the extension. ok
    thanks again and plz give feedback.
    Last edited by gaba88; 2008-04-07 at 12:38. Reason: typo

  10. #10
    Nokia Developer Moderator croozeus's Avatar
    Join Date
    May 2007
    Location
    21.46 N 72.11 E
    Posts
    3,635
    Quote Originally Posted by neil1811 View Post
    Croozeus where can i get information about this module??
    You can find the wallpaper module here
    but its for 3rd edition only.

    Here is an example of the same.

    Code:
    import wallpaper
    
    wallpaper.set_wallpaper(u"c:\\Data\\Images\\wallpaper.jpg")
    If you don't know how to use ensymble or do not have a developer certificate, then you could use open signed online at www.symbiansigned.com

    PS : You need to use the python shell with the test UID range for successfully signing through open signed online.

    Hope that helps.

    Best Regards
    Croozeus
    Pankaj Nathani
    www.croozeus.com

Similar Threads

  1. Audio themes in series60 but where are they on the phone?
    By nikoskat in forum Themes/Carbide.ui
    Replies: 2
    Last Post: 2008-01-02, 06:11
  2. The Nokia 9210i is the shittiest nokia phone ever!
    By awyeah in forum General Development Questions
    Replies: 2
    Last Post: 2007-10-18, 10:31
  3. Emulated Nokia phone can not connect to bluegiga WT12 module
    By hwan122 in forum Bluetooth Technology
    Replies: 0
    Last Post: 2007-01-09, 01:05
  4. 7610 Contacts - Formatted Phone Numbers
    By padlon in forum General Development Questions
    Replies: 2
    Last Post: 2004-11-12, 18:02

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved