|
|
|
|
| ... |
...

Nokia N800 (os2008): autostart Browser or Appl. in fullscreen after reboot / startup
- install ssh
- login to your device with root access
- optional: change your password -> passwd
- create a script in /home/user/script.sh
- #!/bin/sh
browser --full-screen --url=192.168.1.19/manual.php
- chmod a+x script.sh to make it executable
- open /etc/osso-af-init/real-af-base-apps with vi
- add the script with a "&" in the case routine
- ...
- ...com.nokia.ke_recv.foo
... rm -f /tmp/.check_auto_install ... fi /home/user/script.sh & ;; stop) - ...
after rebooting, your device will startup the browser in FULLSCREEN mode and open the given address ;-)
on the console you can also call "browser --help" for additional infos
mailto : joerg "at" malinski.de
|
|
|
|
|
|
|