how to set an img in your application as a blackberry background"wallpaper"? img is in the res folder i read that you can use HomeScreen.setBackgroundImag(uri)
but the img shall be in the blackberry device it self is there any ideas?? i used this code
Background bc = BackgroundFactory.createBitmapBackground(backGround);
this.getMainManager().setBackground(bc);
but it works as a background for the application not the blackberry device it self