Android Community
Results 1 to 3 of 3

Thread: Question on Ringtones & WallPapers

  1. #1

    Default Question on Ringtones & WallPapers


    Hi,

    Using AndroidSDK is it possible to set/change the Ringtone, Wallpaper and Theme of the handset ???


    Abhimanyu Audam
    Tata Consultancy Services Ltd.,
    abhimanyu.audam@tcs.com

  2. #2
    Join Date
    Dec 2007
    Posts
    5

    Default

    Short answer: yes.
    Medium answer: yes, but some only programmatically (for now)

    Long answer:
    Wallpaper - click on the menu button on the home screen, you can change it there
    Ringtone - I can't find a UI for this yet
    Theme - again, no UI yet, but you can do it in code

  3. #3
    Join Date
    Oct 2008
    Posts
    118

    Default Re: Question on Ringtones & WallPapers


    If you want to use your own picture as a wallpaper on the AndroidSDK emulator you need to set a virtual SD card. You can create one by running mksdcard.exe, then run the emulator with this command
    emulator -sdcard sdcard.iso
    replace "sdcard.iso" with your filename.

Bookmarks

Posting Permissions

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