09-09-2009 09:10 PM
Hie.. I have a requirement to change the Home Screen picture/wallpaper from my application. Is this possible? I searched the rim api docs and haven't found anything so far. The target platform is 4.2+
NOTE: I have to change the wallpaper using code (and not manually)
Thanks in advance ![]()
Solved! Go to Solution.
09-10-2009 02:32 AM
HomeScreen.setBackgroundImage(Sring uri) mehod will let you set the homescreen backgroundd image. but i dont think this api is avalibale in 4.2.1. its only avaible in JDE 4.7.0
~Amardeep
11-10-2009 03:19 AM
Hi,
Is there any way to get the currently set homscreen image.
I know that there is an API to set the homescreen image but, if I need the current homescreen image then
How can I get that ?
any help will be appreciated,
Thanks,
Amit Keskar.
03-01-2012 02:47 AM
Hi All
I need to same. Any progressive step in this . Please help.
03-01-2012 05:46 AM
Hi
Use this Display.screenshot(Bitmap bitmap) to get the current screen whether it is in app or launching of the app. This can give the sollution.
for more information use the folliwing