me2151, do you have gtalk? I feel like we could really got progress done if we work together
Sent from my Amazon Kindle Fire using Tapatalk
i dont but i can get it.
me2151, do you have gtalk? I feel like we could really got progress done if we work together
Sent from my Amazon Kindle Fire using Tapatalk
i dont but i can get it.
Don't know if this has already been suggested but I extracted the Vending.apk from gapps-ics-20120131-noface.zip and installed it using root explorer and then converted it to a system app with Titanium Backup and now my market works perfectly and I can download and install any app.
adb remount rw
adb push Vending.apk /system/app/Vending.apk
adb shell
adb chmod 644 /system/app/Vending.apk
exit
adb remount ro
Texting...... [ X ]
Market....... [ X ]
Home key... [ ]
Camera........[ ]
Data........... [ ]
It's progress
I already fixed the Home keyTexting...... [ X ]
Market....... [ X ]
Home key... [ ]
Camera........[ ]
Data........... [ ]
It's progress
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
I to should get thanks for this and I stated it that it was different.
Btw, nice job.
Sent from my LG-VM670 using Tapatalk
adb chmod 644 /system/app/Vending.apk
What does this do? I'm still noob when it comes to ADB even though I use it everyday. xP
Sent from my LG-VM670 using Tapatalk
Home key is working. Just look up a few posts
Sent from my Amazon Kindle Fire using Tapatalk
Just saw that and felt really stupid.![]()
@drew: Lupohirp is almost successful in getting true hw acceleration on there. Should be in his next release.
If you're still alive, that is..,
Sent from my Amazon Kindle Fire using Tapatalk
I'm trying the Home button fix but I ran into an error:
Code:Failed to copy 'Generic.kl' to '/system/usr/keylayout/Generic.kl': No space left on device
Any ideas how to work around this?
I'm trying the Home button fix but I ran into an error:
Code:Failed to copy 'Generic.kl' to '/system/usr/keylayout/Generic.kl': No space left on device
Any ideas how to work around this?
cheers ladI already fixed the Home key
Page 15 post # 149
Im working on the camera as I type :/