[WIP][ROM] CyanogenMod 9 for LG Optimus S (Yes, it's ICS!)

Status
Not open for further replies.
i dont but i can get it.

If you don't have another android device, I would recommend getting it on your computer, just so that we can do work on our phones and talk at the same time :)

Sent from my Amazon Kindle Fire using Tapatalk
 
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.
 
  • Like
Reactions: me2151
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.

Im going to use APPS2ROM since its free. but thats a good idea

Ok heres how to get Market working without Titanium backup.

First. delete some System apps you dont need(i deleted calender calender storage live wallpapers and Voice dialer( you need to delete up to 6 mb.)
Second. Going from what math said. Extract Vending.apk from the 20120131 gapps.
Third. open up a command prompt(im on Ubuntu so i use Terminal)
navigate to where you put Vending.apk(in the terminal using the cd command)
Type
Code:
adb remount rw
adb push Vending.apk /system/app/Vending.apk
adb shell
adb chmod 644 /system/app/Vending.apk
exit
adb remount ro

ON your phone Open your app drawer and open market. accept the Agreement(yadayada yada blahblahblah) and enjoy a working market

I have downloaded Angry birds and can play it just fine.
EDIT: i think its obvious but you need a google account in order to use market... to sign into your account goto gmail and sign in
 
Last edited:
Texting...... [ 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
Code:
Before: key 102   MOVE_HOME 
After: key 102   HOME                    WAKE
It works perfect for me

EDIT: dont forget to reboot afterward

Good news. i have officially made this my daily driver :D

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
 
@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

Keep in mind the Optimus One/T is a thunderg, and were thunderc. I believe. This is off the to of my head. :P

Sent from my LG-VM670 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?

You've obviously used up all your space :P
Try to clear up some space through titanium backup (note: you don't want to uninstall the wrong thing)
http://www.wiki.cyanogenmod.com/wiki/barebones
Anything acceptable in there would be fine ^^
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?

An even better idea is editting the file and replacing the original in the ics zip with it before flashing, that way you don't have to re-adb it onto your phone every time you reflash it.
 
Status
Not open for further replies.