Quote:
Originally Posted by MassStash
how to do switch em with recompile acl>? anything to do with msmvkeyb_toggle jazz in the tinboot?
|
You have to make changes to the kernel and the rootfs to switch the buttons around. You'll have to manually change the msm-gpio-keys.c to undo this change (but git revert will not work since it has been changed since then):
Commit in linux-msm in Linux on Qualcomm's MSM - Gitorious
Then for the rootfs, you need to comment the navi pads back out so they don't use the new files from:
Commit in eclair-rootfs in XDANDROID Eclair - Gitorious
It became way too much work just to keep the old button mapping, so I gave up on keeping things the way they used to be.