ARCHIVED: [ROM] Reborn ROM v2.2.4 - 7/24/11

Status
Not open for further replies.
Always bad signal in my office. I usually keep it on the charger all day long at the desk. O:-)

Gotcha, so your battery problems probably aren't related to the ROM... you are just trying to use your phone on battery instead of plugging it (just to see how it performs)?
 
I can not even get the rom to download. Says access to the webpage is restricted. Anyone have an alternate dl site?
 
Phone been on for 15.5 hrs bout five calls texting all day some browsing web and android central downloading button mapping and flashed it thats bout all i remember doing oh and with wifi on while at home all this and ten percent left plugging on charging and sleeping... perfect

Sent from my LS670 using Tapatalk
 
Phone been on for 15.5 hrs bout five calls texting all day some browsing web and android central downloading button mapping and flashed it thats bout all i remember doing oh and with wifi on while at home all this and ten percent left plugging on charging and sleeping... perfect

Sent from my LS670 using Tapatalk

This is about the battery life I see. Seems that some people were claiming much more than this though.... I'm not calling anybody a liar, just saying the I don't think my battery is among the best here. It needs to get in shape before I get rid of it. :)
 
Help, all my buttons wake phone :(

At first only the power button would wake the phone, I noticed after I installed Launcher Pro (I also flashed the power notification file that makes the icons look better around the same time) that all the buttons would wake the phone even the camera and voice and volume buttons, this is a problem and I cant get it to stop, I tried flashing the buttons mod but nothing changed. I really don't want to set my phone up all over again, is there a way to get just the 4 face buttons and power to wake phone?

Thanks for any assistance!!
 
Last edited:
At first only the power button would wake the phone, I noticed after I installed Launcher Pro (I also flashed the power notification file that makes the icons look better around the same time) that all the buttons would wake the phone even the camera and voice and volume buttons, this is a problem and I cant get it to stop, I tried flashing the buttons mod but nothing changed. I really don't want to set my phone up all over again, is there a way to get just the 4 face buttons and power to wake phone?

Thanks for any assitance!!

Could always edit the keypad file directly either by pulling it in adb and editing it from a text editor or from a root file manager.

Keypad file should be under.
/system/usr/keylayout/thunder_keypad.kl

than again, could just flash a new one too, wanna give me a little while and I can upload you the keypad from reborn in a flash by itself.

EDIT: See if I can make links work properly - StandardRebornKeypad

EDIT 2: Looks like that link works woo, remember to thank jstntp for helping me figure out how to sign things or I'd be giving you adb instructions ;)

EDIT 3: Must have misread something, you wanted the four face buttons to wake the phone as well, can probably do that but that's not what I uploaded there, if you want me to do the other let me know I'll figure it out and upload it for you.
 
Last edited:
  • Like
Reactions: jstntp
I am running shortyjacobs power mod as well and I don't have the same issue, so I bet its not that. If sblood86 hooks up a file then awesome. If that won't work, try a dirty flash of reborn, let it boot and test it out. Then reflash the power control mod and test.

Make a nand first as always though.

Sent by Tapatalk ----- Optimus s
 
Thanks sblood86, regarding edit 3, I dont want to tell you to do anything but if you are able to make a file that would make the face and power buttons wake the phone I would be grateful :)
 
Thanks sblood86, regarding edit 3, I dont want to tell you to do anything but if you are able to make a file that would make the face and power buttons wake the phone I would be grateful :)

Had a look at my keypad, the stock reborn keypad and the buttons wake keypad, all 3 of which are different ;)

The volume up and down are already set to do at least a partial wake in all three, you can adjust music volume etc with the screen locked, this can be removed relatively easily but I doubt most would want that.

The buttonswake zip posted by nick on page 3 I believe it was. Has been set to wake from home, menu, search and back as well as power, so flashing it should get you back to a working state that you want, but I believe you said you tried it already.
 
Is it possible to back up the settings for the LG Home launcher like I do with launcher pro? Also, I haven't been able to find a setting for gestures with this launcher. Is this an option?

Thanks.

Sent from my LS670 using Tapatalk
 
Had a look at my keypad, the stock reborn keypad and the buttons wake keypad, all 3 of which are different ;)

The volume up and down are already set to do at least a partial wake in all three, you can adjust music volume etc with the screen locked, this can be removed relatively easily but I doubt most would want that.

The buttonswake zip posted by nick on page 3 I believe it was. Has been set to wake from home, menu, search and back as well as power, so flashing it should get you back to a working state that you want, but I believe you said you tried it already.

I tried it again, all buttons still wake the phone, it wouldn't be an issue if I didn't use no lock, but I really like it :) I updated to 2.1 last night (cleared cache and davlic) does that count as a dirty flash? the issue was the same after the update.

You mentioned using adb to modify the file, can you go into more detail or point me in the right direction? Thanks :)


p.s. how many files should I have in this directory? /system/usr/keylayout/thunder_keypad.kl
I have 5. 7k_handset.kl; AVRCP.kl; qwerty.kl; thunder.kl; thunder_keypad.kl
 
Last edited:
I tried it again, all buttons still wake the phone, it wouldn't be an issue if I didn't use no lock, but I really like it :) I updated to 2.1 last night (cleared cache and davlic) does that count as a dirty flash? the issue was the same after the update.

You mentioned using adb to modify the file, can you go into more detail or point me in the right direction? Alternatively, are there any recommended free Root file managers? Thanks :)

for adb you would just connect to the phone in usb debugging and

adb remount
adb pull /system/usr/keylayout/thunder_keypad.kl
edit that file in a text editor than assuming you havn't moved the file and it's still in the same folder as adb
adb push thunder_keypad.kl /system/usr/kaylayout/thunder_keypad.kl

alternatively there are ES File Explorer or File Expert both are free from the market, ES is a little buggy in root mode though so probably go with file expert

EDIT: There are several files in the /system/usr/keylayout/ directory. The two directly related to the keypad functions are thunder_keypad.kl and possibly thunder.kl - All the changes I've made myself have been in thunder_keypad.kl only. I included both in my above zip for certainty mainly - As for the other files in the keylayout directory I havn't looked through them all yet

EDIT 2: Remember to do a nandroid first
 
for adb you would just connect to the phone in usb debugging and

adb remount
adb pull /system/usr/keylayout/thunder_keypad.kl
edit that file in a text editor than assuming you havn't moved the file and it's still in the same folder as adb
adb push thunder_keypad.kl /system/usr/kaylayout/thunder_keypad.kl

alternatively there are ES File Explorer or File Expert both are free from the market, ES is a little buggy in root mode though so probably go with file expert

EDIT: There are several files in the /system/usr/keylayout/ directory. The two directly related to the keypad functions are thunder_keypad.kl and possibly thunder.kl - All the changes I've made myself have been in thunder_keypad.kl only. I included both in my above zip for certainty mainly - As for the other files in the keylayout directory I havn't looked through them all yet

EDIT 2: Remember to do a nandroid first

And of course, the next step if this fails is a full wipe and reflash of reborn. Sorry. :(

Sent by Tapatalk ----- Optimus s
 
for adb you would just connect to the phone in usb debugging and

adb remount
adb pull /system/usr/keylayout/thunder_keypad.kl
edit that file in a text editor than assuming you havn't moved the file and it's still in the same folder as

I can't open the file you uploaded right now (work firewall). I am able to open the thunder_keypad.kl file on my phone, what do I need to change in order to get it so only the face buttons and power wake, volume buttons still work but don't wake.

Here is my file
#
key 2 1
key 3 2
key 4 3
key 5 4
key 6 5
key 7 6
key 8 7
key 9 8
key 10 9
key 11 0
key 158 BACK WAKE_DROPPED
key 230 HOME WAKE
key 60 SOFT_RIGHT WAKE
key 62 ENDCALL WAKE_DROPPED
key 229 MENU WAKE_DROPPED
key 59 MENU WAKE_DROPPED
key 139 MENU WAKE_DROPPED
key 228 POUND
key 227 STAR
key 231 CALL WAKE_DROPPED
key 61 CALL WAKE_DROPPED
key 232 DPAD_CENTER WAKE_DROPPED
key 108 DPAD_DOWN WAKE_DROPPED
key 103 DPAD_UP WAKE_DROPPED
#key 102 ENDCALL WAKE_DROPPED
key 102 HOME WAKE
key 105 DPAD_LEFT WAKE_DROPPED
key 106 DPAD_RIGHT WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
key 213 DEL WAKE_DROPPED
key 355 DEL WAKE_DROPPED
key 212 CAMERA
key 247 FOCUS
key 217 SEARCH WAKE_DROPPED
key 216 CALL

key 226 HEADSETHOOK WAKE
key 116 POWER WAKE
key 107 ENDCALL WAKE_DROPPED

key 16 Q
key 17 W
key 18 E
key 19 R
key 20 T
key 21 Y
key 22 U
key 23 I
key 24 O
key 25 P

key 30 A
key 31 S
key 32 D
key 33 F
key 34 G
key 35 H
key 36 J
key 37 K
key 38 L
key 14 DEL

key 44 Z
key 45 X
key 46 C
key 47 V
key 48 B
key 49 N
key 50 M
key 51 COMMA
key 52 PERIOD
key 28 ENTER

key 56 ALT_LEFT
key 42 SHIFT_LEFT
key 215 AT
key 57 SPACE
key 53 SLASH
key 127 SYM
key 100 ALT_RIGHT

key 399 GRAVE
 
Last edited:
Status
Not open for further replies.

Trending Posts

Forum statistics

Threads
956,898
Messages
6,970,502
Members
3,163,642
Latest member
958ryan