3

I am making an application in which I will change wallpaper of the mobile screen, but I have no idea how it is possible through j2me.

gnat
  • 6,213
  • 108
  • 53
  • 73

2 Answers2

4

You can't change the screen wallpaper using with Java ME. unfortunately its not currently possible.

For accessing photo's, look on the sample application (PDAPDemo application) on installed sun java toolkit workspace under Apps folder or under the NetBeans Java ME sample applications.

bharath
  • 14,283
  • 16
  • 57
  • 95
0

In mobile device you can access memory card using E: in your path.

you can also try,

String initDir = System.getProperty("fileconn.dir.photos");

bharath
  • 14,283
  • 16
  • 57
  • 95
Lucifer
  • 29,392
  • 25
  • 90
  • 143