Somebody should really logcat the market issues
Sent from my LG-VM670 using Tapatalk
What's that? Could I do it? And man, I hope data works soon
Do you have adb? Or the android sdk?
Sent from my LG-VM670 using Tapatalk
I have both, sir.
adb logcat -d > logcat.txt
Here is my logcat file of my market v3.4.4 crashing logcat.txt
Before: key 102 MOVE_HOME
After: key 102 HOME WAKE
Well.. i have progressed enough to solve our nohome key problem. Gannon. you had the right idea about the layouts. BUT our phone is using the generic.kl(found this out by adding wake to the home key in generic.kl
So inside Generic.kl:
Change key # 102 to make it say HOME instead of MOVE_HOME
It works perfect for meCode:Before: key 102 MOVE_HOME After: key 102 HOME WAKE
EDIT: dont forget to reboot afterward
Good news. i have officially made this my daily driver
I can txt/call use wifi. i have a home button now. its now my daily. gratz Drew
Awesome! You sir are amazing! I'll make a change for us ov users as well.
Now for the market issue: this is what I recommend:
Come from a version that has market 3.4.4
Wipe cache and dalvik
Flash rom , flash gapps! (Important) gapps-ics-20120131-noface.zip
Reboot
Sent from my Amazon Kindle Fire using Tapatalk
I would BUT... the only reason i can text is cuz i flashed from 7.2 without erasing cache...
lol ill try just doing my dalvik
Well, I ran into a problem. Actually, 2.
I tried the generic.kl edit, but that crashed all my buttons. So, I wiped cache and dalvik and cache and reflashed, but that broke the market again... seems as if were in a pickle
Sent from my Amazon Kindle Fire using Tapatalk
adb pull /system/usr/keylayout/Generic.kl
Change the line to my previous post
type adb remount
adb push Generic.kl /system/usr/keylayout/
adb reboot
yea. i had that problem and i reinstalled the rom. Edit it on your computer by doing
Code:adb pull /system/usr/keylayout/Generic.kl Change the line to my previous post type adb remount adb push Generic.kl /system/usr/keylayout/ adb reboot
It seems like my es file viewer backed up the original and and replaced it with a blank file :/
Sorry i forgot to mention this.