07-03-2012 03:41 PM
Hi,
Im looking for a way to set the user's desktop background image using some api method. Does this exist? Or is there any workaround? Am I able to set the dekstop background in any way whatsoever?
Thanks,
Theodore Mavrakis
07-03-2012 08:56 PM
08-07-2012 08:42 PM
What exactly do you mean by 'poke around the file system'? Which filesystem and how do i access it.
Thanks!
08-08-2012 08:18 AM
the file system of you device.
there isn't a big door with a sign "file system" on it..
it could be possible that you have to rewrite some of the qnx system files
08-08-2012 08:48 AM
08-09-2012 02:04 AM
Paratheo wrote:
What exactly do you mean by 'poke around the file system'? Which filesystem and how do i access it.
Thanks!
See for example this old thread for how to SSH into the device and/or simulator. You'll need to be or get familiar with PuTTY utilities.
08-09-2012 01:24 PM
K, so I was able to ssh in to the simulator and explore the filesystem. I finally found the file located at
/base/usr/share/wallpaper.jpg
however, it seems to be restricted to root. So cant seem to alter it in any way. Any ideas on this?
Thanks!