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

Status
Not open for further replies.
anthony and gannon, those are great ideas. =)

However, mine was more bootleg, if you will... (read: not favorable)

I noticed the end of the file was littered with key inputs for what it seemed a game pad. I deleted it all and was able to push the file. Working home button, yay. :D
 
That makes sense. You need room to push too.

Is the home button working for everyone?
 
I was comparing the build.prop files from Kravens CM7 and Drews CM9. I noticed several properties missing, particularly the proxy server address. Would that be required for data?
 
Yes. it mostlikey would. ill give it a try.
EDIT: didnt work. still working on it
 
Last edited:
Got Market working after following a few suggestions - flashed the gapps ics zip... android is upgrading popped up on boot... gmail worked and google accounts signed me in. Installed market 3.4.4 from apk and accepted the agreement and voila. Everything running now :) and no terminal commands.

Edit - spoke too soon... market crashes after accept and download
 
Last edited:
my method is still working...

Im still working on the camera( might have it going today)
 
Last edited:
my method is still working...

Im still working on the camera( might have it going today)

@me2151 I think it might be helpful for everyone else if you compiled a list of how to get to where you are right now, which is (if i understand correctly):

Messaging: Working
Home button: Working
And whatever else you may have working.

This would be helpful for others who are trying to fix these problems just as you are.

Thanks!
 
@me2151 I think it might be helpful for everyone else if you compiled a list of how to get to where you are right now, which is (if i understand correctly):

Messaging: Working
Home button: Working
And whatever else you may have working.

This would be helpful for others who are trying to fix these problems just as you are.

Thanks!

Only the home button is considered working. Dirty flashing CM9 over CM7 to get SMS working is still considered broken.
 
Drew, when are you going to release another build? Only when something big (like SMS) is achieved?
 
Only the home button is considered working. Dirty flashing CM9 over CM7 to get SMS working is still considered broken.

He drew, do you think getting data working (from building from lupohirps sources, of course) could be a possibility? And would that be extremely difficult?

Sent from my Amazon Kindle Fire using Tapatalk
 
Only the home button is considered working. Dirty flashing CM9 over CM7 to get SMS working is still considered broken.

Sorry, I wasn't trying to say that that is a permanent fix, I understand that is not ideal, but i'm just trying to get some sort of summary of the progress we have made so far so we can move on from there. I understand the problem is not yet solved.
 
He drew, do you think getting data working (from building from lupohirps sources, of course) could be a possibility? And would that be extremely difficult?

Sent from my Amazon Kindle Fire using Tapatalk

here is the deal. this is lupohirps cm9 build, built from his repo based on the P500 optimus one. all drew did was port the build, insert GingerKernel, and the zvh optimus S radio libs. from what I have been reading/understanding, drew IS going to release a build, built from source, for the Optimus S, that changes all of lupohirps repo to Optimus S files.

THIS WILL TAKE TIME. Im willing to bet he can get SMS/MMS working, and data is also a possiblity, but it will take time. there are a LOT of files to convert and change. Plus, compiling directly from source takes a while. give him a little time to work on it.
 
  • Like
Reactions: mike9670
@me2151 I think it might be helpful for everyone else if you compiled a list of how to get to where you are right now, which is (if i understand correctly):

Messaging: Working
Home button: Working
And whatever else you may have working.

This would be helpful for others who are trying to fix these problems just as you are.

Thanks!

Ok.
Phone and Texting:
Code:
Download Kravens cm7.2 FULL IHO
Download Drews Optimus S CM9 port
Move both to sdcard
boot into recovery
wipe data(cache dalvik cache too)
Install Kravens 7.2(yes it is a baseband mismatch...)
reboot into the rom(must load stuff into cache)
after rom fully boots power off and power into recovery
flash Drews CM9 port( DO NOT WIPE DATA OR CACHES!!!)
From that to fix the home key issue(must use adb):
Two ways:
1
Code:
adb pull /system/usr/keylayout/Generic.kl
edit key 102 to say HOME                               WAKE
adb push Generic.kl /system/usr/keylayout/Generic.kl
2
Code:
Download my premade Generic.kl from http://www.mediafire.com/?d2gmfck4cmg3bd7
Navigate your command prompt to where you downloaded it to by using cd command
adb push Generic.kl /system/usr/keylayout/Generic.kl
Time for market:

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.)
Extract Vending.apk from the 20120131 gapps.
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

Thats my progress so far.
 
  • Like
Reactions: something15525
here is the deal. this is lupohirps cm9 build, built from his repo based on the P500 optimus one. all drew did was port the build, insert GingerKernel, and the zvh optimus S radio libs. from what I have been reading/understanding, drew IS going to release a build, built from source, for the Optimus S, that changes all of lupohirps repo to Optimus S files.

THIS WILL TAKE TIME. Im willing to bet he can get SMS/MMS working, and data is also a possiblity, but it will take time. there are a LOT of files to convert and change. Plus, compiling directly from source takes a while. give him a little time to work on it.

I'm sorry, but I'm from the optimus v forums ;)
He said in order for it to get data working, I need to build from lupohirps sources and replace the files myself. I understood that. I was just clarifying that it would work out that way
And I've built multiple times, so I know the frustration in it.. jsyk ;)

Sent from my Amazon Kindle Fire using Tapatalk
 
I'm sorry, but I'm from the optimus v forums ;)
He said in order for it to get data working, I need to build from lupohirps sources and replace the files myself. I understood that. I was just clarifying that it would work out that way
And I've built multiple times, so I know the frustration in it.. jsyk ;)

Sent from my Amazon Kindle Fire using Tapatalk

So you need to change the lib files right? What are they exactly?
 
So you need to change the lib files right? What are they exactly?

That's what I'm trying to find out..
I know everything with thunderg in it needs to be replaced with thunderc
And I'll port over one of the OV's Kernels and put it in there for now...
 
Officially got Market working without terminal by using Root Explorer to copy the Vending.apk from a Gapps archive into /system/apps and restarted. G+, Gmail, Sync and Contacts... Gallery is crash prone and YouTube fails.
 
Officially got Market working without terminal by using Root Explorer to copy the Vending.apk from a Gapps archive into /system/apps and restarted. G+, Gmail, Sync and Contacts... Gallery is crash prone and YouTube fails.
Great! Which version of gAPPs and do you have a link?
 
Officially got Market working without terminal by using Root Explorer to copy the Vending.apk from a Gapps archive into /system/apps and restarted. G+, Gmail, Sync and Contacts... Gallery is crash prone and YouTube fails.

yea. just make sure you set the right permissions on it all
 
Ok.
Phone and Texting:
Code:
Download Kravens cm7.2 FULL IHO
Download Drews Optimus S CM9 port
Move both to sdcard
boot into recovery
wipe data(cache dalvik cache too)
Install Kravens 7.2(yes it is a baseband mismatch...)
reboot into the rom(must load stuff into cache)
after rom fully boots power off and power into recovery
flash Drews CM9 port( DO NOT WIPE DATA OR CACHES!!!)
From that to fix the home key issue(must use adb):
Two ways:
1
Code:
adb pull /system/usr/keylayout/Generic.kl
edit key 102 to say HOME                               WAKE
adb push Generic.kl /system/usr/keylayout/Generic.kl
2
Code:
Download my premade Generic.kl from http://www.mediafire.com/?d2gmfck4cmg3bd7
Navigate your command prompt to where you downloaded it to by using cd command
adb push Generic.kl /system/usr/keylayout/Generic.kl
Time for market:

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.)
Extract Vending.apk from the 20120131 gapps.
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

Thats my progress so far.

Hey Drew, do you think we could get this post referenced on the OP? As a quick fix? Thanks me2151, very helpful. :)
 
  • Like
Reactions: Va1ha11a
Status
Not open for further replies.

Trending Posts

Forum statistics

Threads
957,412
Messages
6,972,834
Members
3,163,792
Latest member
HavocDroid