[Development][Port] CyanogenMod 7/Oxygen for the Galaxy W - Samsung Galaxy W I8150

***this thread is made strictly for development purposes so that any developer can join up and help the development of a working port of this for the Galaxy Wonder***
Okay at this point in time I'm trying to make an hard port (the easy way) of CM7 by trying to make a generic build of CM7, then bundling it with Arco68's kernel and afterwards fix the libs and whatnot.
I've already managed to compile the generic build and am now playing around to create a working .ZIP file.
Update 1 : ZIP install fine, but no boot, at least for now. Time to play a little
Update 2: Hm, weird. I was convinced this was gonna work. I'm most likely missing some Samsung patches and **** that generic builds don't have. Going back to the drawing board.
Update 3: While I go into theories about how I should go about CM7, I'm also downloading the sources for Oxygen, because I prefer it over CM7. That way I can study both.

Right on bring it on !
Sent from my GT-I8150 using xda premium

KP, as always I can test whatever firmware you are working on, even if it doesn't boot on your device I can try on mine to see if it works

fender90 said:
KP, as always I can test whatever firmware you are working on, even if it doesn't boot on your device I can try on mine to see if it works
Click to expand...
Click to collapse
Same for me!
Inviato dal mio GT-I8150 usando Tapatalk

i appreciate it and waiting for good news....

i can help by trying it on mi thone

KP....any updates
Sent from my GT-I8150 using xda premium

Since hard porting was getting me nowhere, I decided to try the hard way and I'm currently making a vendor and device config manually. I'm basing it on YardE's awesome work on the Galaxy S Plus front. At least it saves me some work, but there is still a whole lot to do.
Sent from my GT-I8150 using XDA App

Will u make this compatible with the exhibit II
via Dan swagger

How's it going KP? We're starving for updates

Got stuck, waiting for feedback from Arco.

KezraPlanes said:
Got stuck, waiting for feedback from Arco.
Click to expand...
Click to collapse
For a moment when I saw KP replied to this thread I went "yes! yes! he made it!" and when I read your post I just went "aaaawwwwwww...."
Sorry, could not help it. LOL!
It seems Arco's been busy too.

wiseless said:
For a moment when I saw KP replied to this thread I went "yes! yes! he made it!" and when I read your post I just went "aaaawwwwwww...."
Sorry, could not help it. LOL!
It seems Arco's been busy too.
Click to expand...
Click to collapse
yeah me too

Waiting Mode : ON
Really really am hungry for this thread's updates.

SyzwnFrzRdz said:
Really really am hungry for this thread's updates.
Click to expand...
Click to collapse
me too, i can't wait for this thread's updates

Any updatee?

Kezra i want to try by using this http://www.droidforums.net/forum/steel-droid/196475-guide-how-build-your-own-rom-cm7-source.html guide

DarthJonathan said:
Kezra i want to try by using this http://www.droidforums.net/forum/steel-droid/196475-guide-how-build-your-own-rom-cm7-source.html guide
Click to expand...
Click to collapse
Good luck with that considering we have zero basis to work on and building a ROM from source. If you achieve the miracle of building a 'vendor' folder that actually compiles, tell me. That tutorial assumes you have a vendor config that works for your device.
Anyways good luck. I'm still trying to make a working vendor folder.

KezraPlanes said:
Good luck with that considering we have zero basis to work on and building a ROM from source. If you achieve the miracle of building a 'vendor' folder that actually compiles, tell me. That tutorial assumes you have a vendor config that works for your device.
Anyways good luck. I'm still trying to make a working vendor folder.
Click to expand...
Click to collapse
He says i should take out the make files?? but how?? where is our device setup folder where i can excecute the . setup-makefile.sh command? THX A TON KEZRAAA
EDIT : and the have not the vendor for I9001 either so we are starting from zero i do what i can to help you

DarthJonathan said:
He says i should take out the make files?? but how?? where is our device setup folder where i can excecute the . setup-makefile.sh command? THX A TON KEZRAAA
EDIT : and the have not the vendor for I9001 either so we are starting from zero i do what i can to help you
Click to expand...
Click to collapse
You might be able to find those files at Arco's Github.
https://github.com/arco/android_device_samsung_ancora
The above link does contain a file called " setup-makefiles.sh"
You might also want to look at the following:
https://github.com/arco/android_vendor_samsung_ancora
I am not sure if this is what you are looking for, but Hopefully this will help you.

Related

[DEV] Samsung Galaxy W/Samsung Exhibit 2 4G Development

Okay so that we have a development topic (due to lack of a forum) for both phones which are basically the same.
What's going on the Galaxy W side:
Arco68 is porting CM9 to the phone
KezraPlanes is trying to port CM7 to the phone and making a custom stock ROM.
What's going on the Exhibit 2 side:
**placeholder text**
Try to keep general discussion to this topic I will post:
This will be a development topic.
So I was finally able to solve my issues with downloading the CM7 sources. Apparently it was in issue with the manifest.xml file which can be easily solved by doing this:
Add this in the beginning of the file where all the other equal references are:
<remote name="github-https"
fetch="https://github.com/"
review="review.cyanogenmod.com" />
Click to expand...
Click to collapse
And replace the original line near the end of the file with this:
<project path="prebuilt" name="CyanogenMod/android_prebuilt" remote="github-https" />
Click to expand...
Click to collapse
This fixes the download sources issue.
So r u gonna help us w/ cm9 an recovery
sent from my exhibit 2 greatness
KezraPlanes said:
So I was finally able to solve my issues with downloading the CM7 sources.
Click to expand...
Click to collapse
I'm not sure what issue you are referring to or what file ?
I have trouble with their instruction on the "building kernel from sources page"
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
repo sync -j8
is not working for me.
Do you suggest to modify the repo file or is that another procedure you are talking about ?
Nilpotent said:
I'm not sure what issue you are referring to or what file ?
I have trouble with their instruction on the "building kernel from sources page"
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
repo sync -j8
is not working for me.
Do you suggest to modify the repo file or is that another procedure you are talking about ?
Click to expand...
Click to collapse
dswaggz was referring to this thread for the Exhibit 2.
My Galaxy W should arrive any day now (*impatient*) and I have an Exhibit 2. I think it'll be easy to cooperate on developing for both phones. I don't see anything in your first post about what's already working. (The phone is rooted, but beyond that, if you have any updates I'll look at post #1 )
Is it ok to PM you?
Nilpotent said:
I'm not sure what issue you are referring to or what file ?
I have trouble with their instruction on the "building kernel from sources page"
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
repo sync -j8
is not working for me.
Do you suggest to modify the repo file or is that another procedure you are talking about ?
Click to expand...
Click to collapse
Depending on what error you are getting, it might work for you. It solved everything for me but I was using "repo sync -j16" (I was also following one tutorial from their wiki).
In my case the error made me unable to download the sources past 93%
Hi Guys,
Just have the phone for a week now, and i gotta say i really like this phone!
Had a LG Optimus Me before, but the Galaxy Wonder is so much more and better.
Hope there will be a CM 7 or 9 very soon.
Good luck with developping!
I was going to release a deodexed-rooted-arcokernel'd stock ROM today because I've figured out how to do it while helping Arco68 with ICS, but unfortunately the laptop I'm using right now (which is not the computer I use for dev'ing) corrupts the ROM everytime I build it.
I might bring back to my hometown (where I spend my weekends) my broken-screen laptop, connect it via HDMI to the TV in the living room and create the ROM there, since I have to go to my rented apartment to get some stuff anyway.
I'm aiming at a release tomorrow at the most.
Edit: I'm a ****ing idiot. I'm guessing it's going to work now,
Will it work for the exhibit 2
sent from my exhibit 2 greatness
The best of luck...make it work I would like to try it....BTW what will be required to flash it...ClockworkMod ?
Sent from my GT-I8150 using xda premium
Is there already a overclock kernel for our device?
Cheers, Gerard
TuxBrothers said:
Is there already a overclock kernel for our device?
Cheers, Gerard
Click to expand...
Click to collapse
Off course the heritage of CM7
Sent from my GT-I8150 using xda premium
andynroid said:
The best of luck...make it work I would like to try it....BTW what will be required to flash it...ClockworkMod ?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Any recovery.
The ROM is installing fine but apparently hangs. Apparently it's the Dalvik's fault, but I don't remember messing with it.
Gonna work a little on it today.
Hopefully it will work for my device here in Malaysia...Have attached my firmware SC
Sent from my GT-I8150 using xda premium
Sent from my GT-I8150 using xda premium
dswaggz said:
Will it work for the exhibit 2
sent from my exhibit 2 greatness
Click to expand...
Click to collapse
I can't promise anything, but from what I know, it should.
KezraPlanes said:
I was going to release a deodexed-rooted-arcokernel'd stock ROM today because I've figured out how to do it while helping Arco68 with ICS, but unfortunately the laptop I'm using right now (which is not the computer I use for dev'ing) corrupts the ROM everytime I build it.
I might bring back to my hometown (where I spend my weekends) my broken-screen laptop, connect it via HDMI to the TV in the living room and create the ROM there, since I have to go to my rented apartment to get some stuff anyway.
I'm aiming at a release tomorrow at the most.
Edit: I'm a ****ing idiot. I'm guessing it's going to work now,
Click to expand...
Click to collapse
Testing volunteer here
fender90 said:
Testing volunteer here
Click to expand...
Click to collapse
I'll second that, I need to jump back to stock on my T679 anyways so if you have any thing to test run before I do that feel free to let me know.
PS: woo first post!!!1!!111!!one
matt_6288 said:
I'll second that, I need to jump back to stock on my T679 anyways so if you have any thing to test run before I do that feel free to let me know.
PS: woo first post!!!1!!111!!one
Click to expand...
Click to collapse
@matt_6288: the T679 is the T-Mobile USA Exhibit II. KezraPlanes' ROM is for the Galaxy W (a.k.a. I8150). You can't use it as-is, but we're working on ROMs for both.
Well thanks to my mentor Arco68, I have my hands on the newest Samsung FW for the Galaxy W which makes me re-start my work from scratch. But now that I'm working on a decent computer, I should be able to do things much faster.

[ROM] Realflex(flexreaper)

http://www.sendspace.com/file/zdq9uo
Working:About everything
Broken:Camera works for some people.
Tweaks:What comes with flexreaper, nothing special added in this version. Next version will have build.prop tweaks and hopefully working camera.
If anyone wants to help with development of roms for the iconia a100 just PM me.
Yesterday, I downloaded both Tabooyay and flexreaper from posts found in the Rom Thread in the General section.
Just curious if the two you have posted here in Development are the same or if you have made modifications within the last 24 hours?
I haven't flashed either yet so I'm just curious. Perhaps you could give each a version number or some other identifier.
The MD5's I get are:
Taboonay_A100.zip >> d16775ad627af91e43045d5a686a976a
Flexreaper_A100.zip >> 6b463663fc008ac2cb7a802c960e195b
MD5's are your friend. First thing to tell people to check if they experience issues.
Land Master said:
Yesterday, I downloaded both Tabooyay and flexreaper from posts found in the Rom Thread in the General section.
Just curious if the two you have posted here in Development are the same or if you have made modifications within the last 24 hours?
I haven't flashed either yet so I'm just curious. Perhaps you could give each a version number or some other identifier.
The MD5's I get are:
Taboonay_A100.zip >> d16775ad627af91e43045d5a686a976a
Flexreaper_A100.zip >> 6b463663fc008ac2cb7a802c960e195b
MD5's are your friend. First thing to tell people to check if they experience issues.
Click to expand...
Click to collapse
They are both the latest version as the ones on the a500 forum
Thanks
Installed it yesterday, works great. Much appreciated.
Does the gold edition work on this ROM
Sent from my SAMSUNG-SGH-I997 using Tapatalk
Thanks guys, broken camera is front or back or both? i am using the A500 version of Flex and the front camera is upside down even during chat and Wifi dies after inactivity (already turned it in settings to not do it)
I will try to push a full compatible build for the a100 based on the a100 ICS leak.
Give me some time and I need testers as I don't have a a100.
civato said:
I will try to push a full compatible build for the a100 based on the a100 ICS leak.
Give me some time and I need testers as I don't have a a100.
Click to expand...
Click to collapse
I am very much looking forward to your A100 release. I'm running Flexreaper now using Zeronulls boot.img. If you need me to test anything, I am willing to do so.
Gibson.Dubs said:
I am very much looking forward to your A100 release. I'm running Flexreaper now using Zeronulls boot.img. If you need me to test anything, I am willing to do so.
Click to expand...
Click to collapse
Where do I get that boot.img , because from what I hear the stock boot.img doesn't got full root ?
civato said:
Where do I get that boot.img , because from what I hear the stock boot.img doesn't got full root ?
Click to expand...
Click to collapse
The stock boot.img is usable. You may just need to re-root the rom when you flash it.
Will upload first release today
EDIT
To the OP , credit to the original rom builder would be great.
I could care less you changing build.prop , but I do care not being recognized.
It takes many hours to build a good custom rom and to mod.
Thanks , civ.
civato said:
Will upload first release today
EDIT
To the OP , credit to the original rom builder would be great.
I could care less you changing build.prop , but I do care not being recognized.
It takes many hours to build a good custom rom and to mod.
Thanks , civ.
Click to expand...
Click to collapse
Sorry about that, noone else had took any offense and I appologize for not giving you credit.
blmvxer said:
Sorry about that, noone else had took any offense and I appologize for not giving you credit.
Click to expand...
Click to collapse
No problem but understand it is all free and for the community so respect is needed.
So again please in your OP you need to refer to the base of the rom , it is even a XDA rule to point to the source.
Thanks.
as for tabooyay not care "[MOD] 2 MicroSD Internal Memory Swap".
otherwise very good ROM prometeur.
good job thanks
Thread closed.
OP was asked to give credit, none was given. If you make a new thread, do so ONLY with giving full credit as to the source of the code..

[28.04.2012][DEV] Kernel source codes [RELEASED] Virtuous-S4A-2

primou-ics-3.0.16-e45af48.tar.gz
primou-ics-3.0.16-e361aa7.tar.gz
http://www.htcdev.com/devcenter/downloads
my github: HERE
kernel for test: HERE
V2:
- patched to 3.0.30
great news for the HTC One V-community?
mrmad23 said:
great news for the HTC One V-community...
Click to expand...
Click to collapse
Ya... only when we have developer for One V but I don't see any yet. We don't even have a custom recovery
well, it could be a starting point...
I can compile some good kernels,
but I will need testers since I do not have the device..
Whatsay??
Adi_Pat said:
I can compile some good kernels,
but I will need testers since I do not have the device..
Whatsay??
Click to expand...
Click to collapse
Please do... I will test it for sure.
ckpv5 said:
Please do... I will test it for sure.
Click to expand...
Click to collapse
Me too! Thanks.
Sent from my HTC One V using xda premium
Ok, I am downloading the sources now.. Will update you'll ..
I won't make a new thread till the kernel boots, I am mainly a Samsung dev so i am a bit new to HTC.. Anyways ..
Ill give you'll test kernels !
EDIT: The sources are downloaded , Exploring a few things, if time permits I will post a test build tonight or tomorrow early morning!
Cheers !
Someone please send me the kernel in stock ROM
One more thing, pull out a working config for me.
adb pull proc/config.gz
Adi_Pat said:
Someone please send me the kernel in stock ROM
One more thing, pull out a working config for me.
adb pull proc/config.gz
Click to expand...
Click to collapse
I'll upload in a short while
Here you go....
mdeejay said:
primou-ics-3.0.16-e45af48.tar.gz
primou-ics-3.0.16-e361aa7.tar.gz
http://www.htcdev.com/devcenter/downloads
Click to expand...
Click to collapse
will you make ics with sense for dhd fully functional with this kernel source????
i was waiting for fully function android 4.0 with sense...... but there was no ROM as of now.....
now only you are the ray of hope
ckpv5 said:
I'll upload in a short while
Here you go....
Click to expand...
Click to collapse
Ah! Thanks, now give me some time, I'll come up with something
Having some issue extracting initramfs from zImage, I am getting an empty directory.
Adi_Pat said:
Ah! Thanks, now give me some time, I'll come up with something
Click to expand...
Click to collapse
Take your time... will check this thread tomorrow...
Adi_Pat said:
Ah! Thanks, now give me some time, I'll come up with something
Having some issue extracting initramfs from zImage, I am getting an empty directory.
Click to expand...
Click to collapse
hey adi_pat,what say abt a little bit of company from me,eh?
Bring it on! One of my best fellow devs!
I got compiled zImage and modules, but I am not getting this initramfs thing.. Its usually built into zImage..
EDIT: Someone please test the compiled zImage and let me know
PS: Its a plain compiled kernel, let me know if it is booting.
Hello, i saw that you guys got source and thought that maybe an article on the XDA Portal would help get you guys some more dev support.
Link!
http://www.xda-developers.com/android/htc-one-v-ruu-and-kernel-source-released/
I wrote about the RUU as well Hope it helps!
can someone start cm9 port ?
To build CM9 you need to have a device tree which takes a while
Sent from my Desire S
n1kolaa said:
can someone start cm9 port ?
Click to expand...
Click to collapse
Can someone please test the kernel ? Without prompt user feedback how will we continue development ?
Testers please keep your stock kernel handy as a backup.
Adi_Pat said:
Can someone please test the kernel ? Without prompt user feedback how will we continue development ?
Testers please keep your stock kernel handy as a backup.
Click to expand...
Click to collapse
Downloaded the test kernel but I can only test and give feedback in next 9 hrs when I'm at home
Meantime, any info what we can expect from the test kernel ? Or you want to know if it boots ok ?
ckpv5 said:
Downloaded the test kernel but I can only test and give feedback in next 9 hrs when I'm at home
Meantime, any info what we can expect from the test kernel ? Or you want to know if it boots ok ?
Click to expand...
Click to collapse
Yeah I just need to know if it boots..
I'll go slow..

[Q] Can anybody help me to build CM7 from source ?

Title says all.
Is there any real developer who can help me to build CM7 from sources ?
This is for Mini...there might be something here http://forum.xda-developers.com/showthread.php?t=1423460
....Looks interesting I thought wanna help but my rig is aging
Sent from my GT-I8150 using xda premium
why dont you just port from s plus. they already have fully working rom except for fm radio and wifi hotspot. just my 2sen
andynroid said:
This is for Mini...there might be something here http://forum.xda-developers.com/showthread.php?t=1423460
....Looks interesting I thought wanna help but my rig is aging
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Thanks @andynroid , there are a lot of tutorials similar to this but the main part is device config for our device. Getting the device config is not easy and this is the main problem.
tomatoman23 said:
why dont you just port from s plus. they already have fully working rom except for fm radio and wifi hotspot. just my 2sen
Click to expand...
Click to collapse
I have tried but no success. We need CM7 or AOSP GB kernel to successfully port from S+.
alidsd said:
Thanks @andynroid , there are a lot of tutorials similar to this but the main part is device config for our device. Getting the device config is not easy and this is the main problem.
Click to expand...
Click to collapse
Do you mean the device config needed for building the kernel? If yes, it should be in our phone in /proc/config.gz
bagux said:
Do you mean the device config needed for building the kernel? If yes, it should be in our phone in /proc/config.gz
Click to expand...
Click to collapse
Device Config and Vender Policy similar to arco's github but its for cm9.
How to get it for CM7/GB ?
Why dun we ask him....
Sent from my GT-I8150 using xda premium
andynroid said:
Why dun we ask him....
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
I have asked him, but right now he is busy with his schedule maybe in future he may work on CM7.
I remember that kezraplane tried to port cm7 into wonder but he was busy ... U may ask him to help u how things work with cm7
Sent From My GWonder
How about this......http://forum.xda-developers.com/showthread.php?p=24844267
Sent from my GT-I8150 using xda premium
just a question. it is possible if we could just use arco/cowitgun kernel for cm7?
andynroid said:
How about this......http://forum.xda-developers.com/showthread.php?p=24844267
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
I read every post on this thread, the main problem KP faced was the vendor folder.
Vendor and Device are the two prerequisite for building CM7 and I need help in these two things.
tomatoman23 said:
just a question. it is possible if we could just use arco/cowitgun kernel for cm7?
Click to expand...
Click to collapse
arco/cowitgun kernel is not a pure cm7 kernel, it requires most of the things from stock rom. it will not work for cm7 port/build.
Something to sleep on n not rush over and is something achievable....
Sent from my GT-I8150 using xda premium
Let's make a RoadMap for this development it will be worth studying and to implement..
Sent from my GT-I8150 using xda premium
Check this tut ...
Its very detailed ..hope to help you
http://www.droidforums.net/forum/steel-droid/196475-guide-how-build-your-own-rom-cm7-source.html
Sent From My GWonder
alidsd said:
arco/cowitgun kernel is not a pure cm7 kernel, it requires most of the things from stock rom. it will not work for cm7 port/build.
Click to expand...
Click to collapse
It can work, I have port a cm7 rom some time ago with this kernel. But you a right it is not a pure kernel, but if you overlooked samsung have released the sources of gb kernel, cause of the gpl and arco have taking it into his github.
Btw I myself have done some minor working to get me a device folder for our galaxy w, which compiles okay for cm7 and aosp, but with out luck to get it started right. It stucks somewhere in an initialization.
If it had worked, I would have let you know right away.
lightwars said:
It can work, I have port a cm7 rom some time ago with this kernel. But you a right it is not a pure kernel, but if you overlooked samsung have released the sources of gb kernel, cause of the gpl and arco have taking it into his github.
Btw I myself have done some minor working to get me a device folder for our galaxy w, which compiles okay for cm7 and aosp, but with out luck to get it started right. It stucks somewhere in an initialization.
If it had worked, I would have let you know right away.
Click to expand...
Click to collapse
It will be good if you start working again on cm7. we need cm7 no matters who develop. We are all one community.
alidsd said:
It will be good if you start working again on cm7. we need cm7 no matters who develop. We are all one community.
Click to expand...
Click to collapse
Yeah, I also would like to have it. And I also played with AOSP, but I'm just a beginner in android development.
I would be glad if some experienced developer could assist and guide us.
Regarding the stop in the start process I have to do some deeper investigation or is here someone who could do it and examine the boot process?

[For Devs] android 4.1 jellybean

NOTE: DO NOT FLASH THIS TO YOUR PHONE> IT WILL HARD BRICK!
this is for any dev that wants to try and port android jellybean to the s3 Tmobile version. they already ported it to the internationl version so i think that might make it a little easier. here is the OP in the international section: http://forum.xda-developers.com/showthread.php?t=1737449
fcortes626 said:
NOTE: DO NOT FLASH THIS TO YOUR PHONE> IT WILL HARD BRICK!
this is for any dev that wants to try and port android jellybean to the s3 Tmobile version. they already ported it to the internationl version so i think that might make it a little easier. here is the OP in the international section: http://forum.xda-developers.com/showthread.php?t=1737449
Click to expand...
Click to collapse
Hmmm...
Wonder if we could take that ROM, change the updater-script to match our mounting points....then we just need a kernel....
Which we have one kernel already made. Not sure if it would work though.
If anyone would help set up a build environment that would work for our kernels and roms then I will gladly help and start learning.
Sent from my SGH-T999 using Tapatalk 2
brfield said:
Which we have one kernel already made. Not sure if it would work though.
If anyone would help set up a build environment that would work for our kernels and roms then I will gladly help and start learning.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
I think we'd need a stock CM9 based kernel though. If I understand correctly.
uoY_redruM said:
I think we'd need a stock CM9 based kernel though. If I understand correctly.
Click to expand...
Click to collapse
Well, it shouldn't take too long. It may be possible to build a CM9 Kernel for our phones using parts of the stock kernel that we have access to.
Once the JB source is released, an S3 port might actually be viable. Otherwise it's essentially just flashing a gnex image and praying something/anything works.
uoY_redruM said:
I think we'd need a stock CM9 based kernel though. If I understand correctly.
Click to expand...
Click to collapse
a CM9 kernel shouldn't be needed, just a modded kernel for our specific phone from what i believe.
We know this, but it's more of an experiment. Also, it helps work out anything we may need to do early on with the modules and drivers
Sent from my SGH-T999 using Tapatalk 2
Why not take this ROM, change the updater-script for our mount points, remove the flashing of the boot.img, flash ROM then flash the kernel Roman release?
Think that would work?
uoY_redruM said:
Why not take this ROM, change the updater-script for our mount points, remove the flashing of the boot.img, flash ROM then flash the kernel Roman release?
Think that would work?
Click to expand...
Click to collapse
It could, in theory. But we would need to work on the modules for anything to work. Could you post our mount points?
why does it have to be a cm9 kernel?
to be completely honest, as soon as we get a cm9 alpha, we will see some worth while stuff! but until then. TouchWiz it iz. We will have team kang's AOKP in no time im sure. i cant wait to see wuts to come. especially since this phone is at all the major carriers and they are all basically exactly the same! should be epic.
Radsolutionz said:
to be completely honest, as soon as we get a cm9 alpha, we will see some worth while stuff! but until then. TouchWiz it iz. We will have team kang's AOKP in no time im sure. i cant wait to see wuts to come. especially since this phone is at all the major carriers and they are all basically exactly the same! should be epic.
Click to expand...
Click to collapse
yea i think once one of the other major carriers (or ares) get cm9 then we will see some awesome stuff for everyones phone!
I think that the only thing that makes them different is the radios in the phone
uoY_redruM said:
Hmmm...
Wonder if we could take that ROM, change the updater-script to match our mounting points....then we just need a kernel....
Click to expand...
Click to collapse
uoY_redruM said:
I think we'd need a stock CM9 based kernel though. If I understand correctly.
Click to expand...
Click to collapse
uoY_redruM said:
Why not take this ROM, change the updater-script for our mount points, remove the flashing of the boot.img, flash ROM then flash the kernel Roman release?
Think that would work?
Click to expand...
Click to collapse
If aosp was that easy we would all be doing it but no... way more complex than that....
im on my phone. expect terrible typos.
howtomen said:
If aosp was that easy we would all be doing it but no... way more complex than that....
im on my phone. expect terrible typos.
Click to expand...
Click to collapse
Wishful thinking I suppose
in another note i found a mini tutorial on how to port it to other devices if anyone wants to try it here is the guide. it is an SDK port. note: i did not write this guide i am just posting a link to the authors op. you can thank him and/or donate to him. here isorum.xda-developers.com/showpost.php?p=28020178&postcount=36 the link:
fcortes626 said:
in another note i found a mini tutorial on how to port it to other devices if anyone wants to try it here is the guide. it is an SDK port. note: i did not write this guide i am just posting a link to the authors op. you can thank him and/or donate to him. here isorum.xda-developers.com/showpost.php?p=28020178&postcount=36 the link:
Click to expand...
Click to collapse
Link is broken, im not meaning to be a lazy pest.
sswb27 said:
Link is broken, im not meaning to be a lazy pest.
Click to expand...
Click to collapse
sorry about that :silly:
here you go: http://forum.xda-developers.com/showpost.php?p=28020178&postcount=36
fcortes626 said:
sorry about that :silly:
here you go: http://forum.xda-developers.com/showpost.php?p=28020178&postcount=36
Click to expand...
Click to collapse
i also have a deodexed system dump of jb if you want it let me know.
Source is out
Sent from my Galaxy Nexus using Tapatalk 2

Categories

Resources