View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#15
Originally Posted by lbattraw View Post
I'm having other issues now. I can never get it to recognize I'm pressing the menu button. It will display the "press menu button" message and then boot from flash without ever displaying the menu. Trying other buttons doesn't seem to do anything but stop it from booting at all.
please check bootmenu.sh if there are lines
Code:
EVNAME=event1 # default, n770
grep -q RX-34 ${initfs_prefix}/etc/initfs_version && EVNAME=event2 #n800
#wait 1 second for keyup event
GETKEY="evkey -u -t 1000 /dev/input/${EVNAME}"
on the beginning. If not, redownload from http://fanoush.wz.cz/maemo/initfs_flasher.tgz (try wget if you get old version - firefox did it to me once on different site).

If yes then please debug this for me. As root run
Code:
chroot /mnt/initfs
first to get to busubox inside initfs and then paste lines as above one by one, maybe first try simple
Code:
grep -q RX-34 /etc/initfs_version && echo It works
and then one by one as above (verbatim, including comment, one never knows with busybox ash) and check to run $GETKEY if it works then, it should wait second and output key code if you press something.

Last edited by fanoush; 2007-01-18 at 09:28.