View Single Post
  #860 (permalink)  
Old 01-07-2011, 07:32 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices

Quote:
Originally Posted by MassStash View Post
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.
Reply With Quote
This post has been thanked 1 times.