Quote:
Originally Posted by eschwartz
|
I've seen that tutorial already, but it sounds like it doesn't work for the newer firmware versions. Besides, digging through JARs and poking at settings files sounds more fun.
This is what I found so far:
- The SQLite databases in /var/local/ don't contain any settings.
- You can launch various bits of the settings app through appmgrd using the viewRequest parameter, but only a few of them. Here are the IDs I found after a cursory look at settings.jar.
- The diagnosticMode parameter is useless; it's only checked against ";311", ";411" and ";711".
- Setting the get, startresult or load properties of com.lab126.booklet.settings through LIPC only managed to crash the app.
- Adding a "HOME_VIEW" preference to the settings file I mentioned in the first post (home.jar seems to look for it) didn't do much of anything. Tried true, false, 0, 1 and 2, no change.
My apologies if this is old news to the veteran developers, but I didn't find much of anything in the way of public documentation. Also, my request still stands - if anyone has disabled their home screen, I'd love to take a look at your settings files.