1) I have written a live wallpaper which fetches data from Google app engine and requires data connection to be turned on in the device. I turn on the data and I set the wallpaper in my mobile [Samsung Galaxy SL I9000, firmware version 2.3.6]. It displays the data. Now, I turn off the data. It displays the “no connectivity” message and displays a white screen thereafter. I tried the same scenario in my emulator. I have configured 4 different devices (platform/api level) 2.2/8, 2.3.3/10, 3.0/11 and 4.1/16. The wallpaper runs just fine in all these devices and when I unplug the network card from my laptop, the wallpaper stops updating but doesn’t display a white screen.
2) I have followed the sample cube live wallpaper example and handled the lock canvas and unlock canvas. When I run the code in the emulator, it throws an Illeagal Argument Exception at unlockCanvasAndPost but the wallpaper doesn’t crash. But when I run it in the mobile device, the wallpaper crashes. Code: https://github.com/karthikch53/LIVESC/blob/master/LIVESC/src/com/android/livesc/SCWallpaperService.java Please help me out. Thanks, Karthick -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

