[HOWTO] Port N7100 ROMs to I317 and N7105 - AT&T Samsung Galaxy Note II

I spent the entire day yesterday trying to make Android Revolution HD work on my I317. At the end of the day, success ! and here is how:
Please do not experiment with this stuff if you're not familiar with partitions and the way things work. You do run the risk of bricking your device permanently if you don't know what you're doing. I'll write this so that developers can start porting their ROMs to the LTE variants.
The two devices are identical except for the modem (and rild files) and the GPS initialization at bootup.
1. You'll need to rewrite the updater-script in most CWM flashable ROMs to make sure.. again, MAKE SURE that you do not flash anything else except /system /data and the boot partition. Overwriting your modem partition with a modem from the N7100 phone or the bootloader partitions will blow up your phone. You've been warned ! The partition labels and numbers are identical so you won't have to change that.
2. Make sure you bundle a kernel (boot.img) from one of I317/N7105 (depending on which device you own). Obviously we're talking about TW kernels here so for example stock JB kernels or Perseus will do just fine. Do not flash boot.img kernels from the N7100 section.
3. You'll need to add and remove a bunch of userland library files from your device. I won't attach these files here but you can grab them from any I317/N7105 ROM:
Files to ADD/REPLACE (Yes, every single one counts as they're dynamically linked). The stuff in /system/bin are started by the initramfs in the kernel so add them all in as well:
Code:
./system
./system/bin
./system/bin/qcks
./system/bin/sec-ril
./system/bin/qmuxd
./system/bin/efsks
./system/bin/diag_uart_log
./system/bin/netmgrd
./system/bin/gsiff_daemon
./system/bin/ks
./system/bin/rild
./system/bin/qmiproxy
./system/bin/secstarter
./system/etc
./system/etc/gps.conf
./system/lib
./system/lib/hw
./system/lib/hw/audio.primary.smdk4x12.so
./system/lib/hw/gps.default.so
./system/lib/hw/audio_policy.smdk4x12.so
./system/lib/libril-qc-qmi-1.so
./system/lib/libnetmgr.so
./system/lib/libaudio-ril.so
./system/lib/libloc_api_v02.so
./system/lib/libril-qcril-hook-oem.so
./system/lib/libqdp.so
./system/lib/libdsutils.so
./system/lib/libqmiservices.so
./system/lib/libqmi_client_qmux.so
./system/lib/libloc_adapter.so
./system/lib/libqmi_common_so.so
./system/lib/libqdi.so
./system/lib/libqmi.so
./system/lib/libcsd-client.so
./system/lib/libloc_eng.so
./system/lib/libqmi_encdec.so
./system/lib/libqcci_legacy.so
./system/lib/libqmi_cci.so
./system/lib/libssaudio-client.so
./system/lib/libidl.so
./system/lib/libril.so
./system/lib/libqmi_csi.so
./system/lib/libdiag.so
./system/lib/libdsi_netctrl.so
./system/lib/libgps.utils.so
./system/lib/libgps.so
To remove !!! Moi importante !
Code:
./system/lib/hw/gps.exynos4.so
If you don't remove that GPS exynos4 file, HAL will load it and never the gps.default.so file so your gps won't work. Took me three friggin hours to figure out.
4. Lastly, you'll need to change build.prop so that it loads our RILD files instead of the N7100's:
Code:
replace
rild.libpath=/system/lib/libsec-ril.so
with
rild.libpath=/system/lib/libril-qc-qmi-1.so
5. ???
6. Profit.
When I get sometime, I'll try to port CM10 from the N7100 tree. Done.

im going to try this I hope it works thanks

drakeymcmb said:
im going to try this I hope it works thanks
Click to expand...
Click to collapse
well, attached is what I'm seeing on my phone now

does signal and lte work ?
---------- Post added at 03:49 PM ---------- Previous post was at 03:46 PM ----------
can u please upload the ported android revolution thanks

this is good news to alot of 7105 users
thank u. from the bottom of my heart heh!

drakeymcmb said:
does signal and lte work ?
---------- Post added at 03:49 PM ---------- Previous post was at 03:46 PM ----------
can u please upload the ported android revolution thanks
Click to expand...
Click to collapse
LTE works. Si senior. Shows as proper "4G" on top.
I'm not going to upload it because I'm too lazy to ask for his permission. silly i know

il ask for u and then u can upload it but does calling work like can u call your voicemail ? and thanks so much me gusta lol

Thanks for this...are you looking at porting over imilka's CM10 build?
my day just got better

dammit.. phone call goes through but I can't hear anything!!
Lemme see if I can fix that.

madmack said:
dammit.. phone call goes through but I can't hear anything!!
Lemme see if I can fix that.
Click to expand...
Click to collapse
This is truly a breakthrough if you can get everything to work!!! Am really excited.

MonsterBandit said:
Thanks for this...are you looking at porting over imilka's CM10 build?
my day just got better
Click to expand...
Click to collapse
I don't think that will be possible until we have an cm10 kernel built for our device first, can't switch in a TW kernel for their cm10 kernel without possibly bricking our phones
And to the OP of this thread:
Great work man, I know they were having a little trouble getting the roms to port on our IRC channel, hopefully this opens the flood gates for more rom possibilities :good:

MonsterBandit said:
Thanks for this...are you looking at porting over imilka's CM10 build?
my day just got better
Click to expand...
Click to collapse
mjwhirly said:
I don't think that will be possible until we have an cm10 kernel built for our device first, can't switch in a TW kernel for their cm10 kernel without possibly bricking our phones
And to the OP of this thread:
Great work man, I know they were having a little trouble getting the roms to port on our IRC channel, hopefully this opens the flood gates for more rom possibilities :good:
Click to expand...
Click to collapse
I'm going to port the standard CM10 that is available at github.com/cyanogenmod Once this is completed, then we can incorporate that to all AOSP based roms.
The kernels are actually pretty close to each other. (have a look at the defconf for details). What's different is the initramfs and the userland binaries/libraries. I'll have a look at it but I need to get this audio going on TW roms first.

mjwhirly said:
I don't think that will be possible until we have an cm10 kernel built for our device first, can't switch in a TW kernel for their cm10 kernel without possibly bricking our phones
And to the OP of this thread:
Great work man, I know they were having a little trouble getting the roms to port on our IRC channel, hopefully this opens the flood gates for more rom possibilities :good:
Click to expand...
Click to collapse
Thats, what I thought, but he said he was gunna try CM10...I've been trying to learn more about Kernels all morning, and I understand we have a Qualcomm modem, but idk what would be needed to build a kernel for say CM...any thoughts?
Sorry for the OT OP.
---------- Post added at 10:30 AM ---------- Previous post was at 10:29 AM ----------
madmack said:
I'm going to port the standard CM10 that is available at github.com/cyanogenmod Once this is completed, then we can incorporate that to all AOSP based roms.
The kernels are actually pretty close to each others. (have a look at the defconf for details). What's different is the initramfs and the userland binaries/libraries. I'll have a look at it but I need to get this audio going on TW roms first.
Click to expand...
Click to collapse
awesome...I'm very new to the development world, and I'm learning as much as I can to be able to help and maybe dev my own stuff

Audio phone calls work
PHONE CALLS..
FIXED
HOW U LIKE DEM APPLES amigos
lemme update the OP.
edit: done. OP's list of files to add/replace is updated to reflect this change. basically a bunch of libaudio* files and their dependencies.

madmack said:
PHONE CALLS..
FIXED
HOW U LIKE DEM APPLES amigos
lemme update the OP.
edit: done. OP's list of files to add/replace is updated to reflect this change. basically a bunch of libaudio* files and their dependencies.
Click to expand...
Click to collapse
Damn man you work too quickly, at this rate we should have CM10 in like 2 hours

mjwhirly said:
Damn man you work too quickly, at this rate we should have CM10 in like 2 hours
Click to expand...
Click to collapse
lol. it'll be a while til we get CM10 running. I've just quickly looked at the differences and have an idea where to go from here but that's about it.
It all depends on how much free time I get here at work.

Madmack, you sir are a freaking genius. Now I'm glad I didn't get the international version cause I have lte in my area. Can't wait for more ported roms and aosp goodness. Thank you sir!
Sent from my SAMSUNG-SGH-I317 using xda premium

./system/bin/secstarter
I can't find it in N7105 LJ4 Rom

deadman12 said:
./system/bin/secstarter
I can't find it in N7105 LJ4 Rom
Click to expand...
Click to collapse
I actually pulled it from a N7105 LJ4 Rom. Download the stock LJ4 ROM, it should include it. If not, well, then don't add it and see what happens.

madmack said:
lol. it'll be a while til we get CM10 running. I've just quickly looked at the differences and have an idea where to go from here but that's about it.
It all depends on how much free time I get here at work.
Click to expand...
Click to collapse
I'll gladly set up a Google Code Page for you...I'll do the same thing I did for randomblame and his original Jellytime Project...link to that project page is in my sig.

Related

[Q]Do these custom ROMs affect the global capabilities of the phone?

I'm traveling to Italy tomorrow and just want to make sure that by having rooted and flashed an ASOP ROM on it has not affected its ability to connect to the cell network out there. Any feedback would be greatly appreciated!
It will depending on the rom you use. I have been using Newt's rom's primarily and i know he has gotten both GSM and CDMA to work on some of his newer versions, you will have to check the changelog to see which ones work though,
Newts newest 3D 2.03 has the world phone capibilities..
http://forum.xda-developers.com/showthread.php?t=1231283
But i cant speak for ASOP, you might want to check the log to see if it is listed as working or not.
I haven't tested Global Mode myself but people are reporting SkyRaider Zeus supports it.
I can give a big thumbs-up to the ROM as a whole. I have been running it for a few weeks and haven't hit a snag yet.
dj_wires said:
It will depending on the rom you use. I have been using Newt's rom's primarily and i know he has gotten both GSM and CDMA to work on some of his newer versions, you will have to check the changelog to see which ones work though,
Newts newest 3D 2.03 has the world phone capibilities..
http://forum.xda-developers.com/showthread.php?t=1231283
But i cant speak for ASOP, you might want to check the log to see if it is listed as working or not.
Click to expand...
Click to collapse
Oh Oh, I appreciate the feedback but is not at all what I was hoping for lol...I just posted this question on the ROMs thread but its too late to do anything about it if it does not have it enabled, $#|T!!!! For argument sake I posted it was I traveling but when in reality its a co-worker(a manager) who is traveling to Europe and is he's gonna be pissed if he steps off that plane and has no service...I'll just try and blame it on the network out there i guess if worse comes to worse lol...thanks again!
Best to go with SkyRaider Zeus. Based off the stock shipped ROM, not a port.
Which Aosp rom do you have on your friends phone?
I've read in various places that CM 7 will work globally. Not sure about any of the others though.
sixteen2nd said:
I haven't tested Global Mode myself but people are reporting SkyRaider Zeus supports it.
I can give a big thumbs-up to the ROM as a whole. I have been running it for a few weeks and haven't hit a snag yet.
Click to expand...
Click to collapse
Sucks, I wish I had know but this is what happens when they wait till the last minute, not my fault....also, I can't even try out that ROM now cuz Im stuck w/ this butt ass iPhone until I get my DInc2 back! Maybe I'll surprise him and jailbreak his iPhone if I get bored...you got a link to that SkyRaider for when I do get it back, please?..Edited..got it! thanks!
---------- Post added at 03:51 PM ---------- Previous post was at 03:50 PM ----------
PacerguyDon said:
Which Aosp rom do you have on your friends phone?
I've read in various places that CM 7 will work globally. Not sure about any of the others though.
Click to expand...
Click to collapse
TSM's PoolParty
Lmao... Jailbreak the Iphone That would be good.
I suppose there isn't much you can do know, but maybe check the TSM thread, or maybe hit up The Devs here and maybe they can tell you if it's a global rom...
PacerguyDon said:
Lmao... Jailbreak the Iphone That would be good.
I suppose there isn't much you can do know, but maybe check the TSM thread, or maybe hit up The Devs here and maybe they can tell you if it's a global rom...
Click to expand...
Click to collapse
I hit up the thread here on XDA but thanks for the link! Just registered and hit em up on there too!
Nitsuj's full rom doesn't affect the global radio. I had the same concern because im also leaving the country in a few weeks.
Sent from my DROID BIONIC using xda premium
draco259 said:
Nitsuj's full rom doesn't affect the global radio. I had the same concern because im also leaving the country in a few weeks.
Sent from my DROID BIONIC using xda premium
Click to expand...
Click to collapse
Really? Cuz I just found out that the dude ain't leaving til Sunday, so I can flash that ROM now ! Awesome man, thanks!..EDITED:which ROM, vanilla or vivow? I just check both and didn't see anything about GSM or global radio...
Vanilla, I havent tried global yet but i asked him about it and he said he didnt change anything that would brake it.
Sent from my DROID BIONIC using xda premium
JungleJiujitsu said:
I'm traveling to Italy tomorrow and just want to make sure that by having rooted and flashed an ASOP ROM on it has not affected its ability to connect to the cell network out there. Any feedback would be greatly appreciated!
Click to expand...
Click to collapse
i live abroad and the stock firmware works fine with local GSM carriers
you can just flash rmk Rooted rom which is the original firmware after removing bloatware, works exactly like stock ( no bugs at all )
and if needed he added a flashable zip including all removed app.
if you like sense 3 , in the Forum there a sense 3 Patch . i tested that rom myself with the Patch and its fine
there is many sense 3 Roms that Support Global Mode also. but in my opinion that rmk Rom is the safest ( no bugs at all )
## phone codes
+1 for rmk's stock ROM.
Make sure that the ROM you use will allow access to the ## phone codes.
Or at least put a stock based cleaned ROM on the phone and set it up and do a nandroid of it so if he needs to access those codes, he will have a workaround.
I found that the AOSP ROMs don't allow access to those codes.
So if you need to manually change any data settings you have to use a sense based ROM to make those changes, then flash back to the ROM you want.
The data settings should stay between flashes but I found that even with full wipe and flashing the ROM, then the nandroid, I still got a boatload of FCs.
Good luck ....
Yep, just depends on which ROM you download. Some do, some don't.
Please use the Q&A Forum for questions Thanks
Moving to Q&A
cac2us said:
+1 for rmk's stock ROM.
Make sure that the ROM you use will allow access to the ## phone codes.
The data settings should stay between flashes but I found that even with full wipe and flashing the ROM, then the nandroid, I still got a boatload of FCs.
Good luck ....
Click to expand...
Click to collapse
there is a script or APK called Rom Cleaner in xda , check it

[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

[ROM][JB][4.1.2] Black Bean AOKP v3.2.4 [26.10.2012] DISCONTINUED

No more support for this rom
Something new the Toro+ is coming up in the world
Sent from my Galaxy Nexus using xda premium
Man I really like the look of this ROM. I'm just now getting started with it and I look forward to reporting back after a bit of use. Thanks for bringing this to the Toroplus OP, nice work.
I'll be installing this soon while im in my manager's meeting lol.
Sent from my Galaxy Nexus using Tapatalk 2
justen7723 said:
I'll be installing this soon while im in my manager's meeting lol.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Hey Bro, you're going to be pissed if you haven't modded the updater-script to change the two instances of "maguro" to "toroplus" b/c you'll get an error in CWM if you haven't made this modification.
Below is a link to the ROM in which I made the necessary changes to the updater-script to make the ROM flashable in CWM. The changes to the updater-script are simply changing two instances of "maguro" to "toroplus", and I've flashed the same file that I'm linking to and I'm running this ROM right now.
CLICK HERE to Download ROM w/ corrected updater-script (deleted "maguro", replaced it with "toroplus")
MoSeriouS said:
Hey Bro, you're going to be pissed if you haven't modded the updater-script to change the two instances of "maguro" to "toroplus" b/c you'll get an error in CWM if you haven't made this modification. I'll post a link in a short bit of the ROM with the correct updater-script so that the ROM can be flashed in CWM. Other than that you should be good to go..
Click to expand...
Click to collapse
THANKS!!! I'm on TWRP 2.1.2 (don't think it matters) I'll just hold off for now.
Sent from my Galaxy Nexus using Tapatalk 2
Thanks will try!
Sent from my Galaxy Nexus using Tapatalk 2
MoSeriouS said:
Hey Bro, you're going to be pissed if you haven't modded the updater-script to change the two instances of "maguro" to "toroplus" b/c you'll get an error in CWM if you haven't made this modification.
Below is a link to the ROM in which I made the necessary changes to the updater-script to make the ROM flashable in CWM. The changes to the updater-script are simply changing two instances of "maguro" to "toroplus", and I've flashed the same file that I'm linking to and I'm running this ROM right now.
CLICK HERE to Download ROM w/ corrected updater-script (deleted "maguro", replaced it with "toroplus")
Click to expand...
Click to collapse
UPDATE:
Ok, well the version of the ROM that I made with the modified updater-script (see post above) flashed fine, but I think that maybe the OP needs to make additional changes to make data/3G work on our device. I cannot get a data connection for the life of me, and I've never had this issue before with any other build for this device. When I go into Settings>More I cannot choose between LTE/CDMA and CDMA, and when I go into Settings>About Phone it says my Baseband Version is "Unknown" and pretty much everything else says Maguro (instead of "Toroplus?). Can someone with more knowledge than I inform me what files I can copy from Toroplus AOKP 40 and replace in this ROM so that I can get data working yo? Thanks.
sorry,i posted in the wrong section
this rom is for maguro
MoSeriouS said:
UPDATE:
Ok, well the version of the ROM that I made with the modified updater-script (see post above) flashed fine, but I think that maybe the OP needs to make additional changes to make data/3G work on our device. I cannot get a data connection for the life of me, and I've never had this issue before with any other build for this device. When I go into Settings>More I cannot choose between LTE/CDMA and CDMA, and when I go into Settings>About Phone it says my Baseband Version is "Unknown" and pretty much everything else says Maguro (instead of "Toroplus?). Can someone with more knowledge than I inform me what files I can copy from Toroplus AOKP 40 and replace in this ROM so that I can get data working yo? Thanks.
Click to expand...
Click to collapse
I don't think there are big differences between maguro and toro,you can download both files to compare them
MoSeriouS said:
Hey Bro, you're going to be pissed if you haven't modded the updater-script to change the two instances of "maguro" to "toroplus" b/c you'll get an error in CWM if you haven't made this modification.
Below is a link to the ROM in which I made the necessary changes to the updater-script to make the ROM flashable in CWM. The changes to the updater-script are simply changing two instances of "maguro" to "toroplus", and I've flashed the same file that I'm linking to and I'm running this ROM right now.
CLICK HERE to Download ROM w/ corrected updater-script (deleted "maguro", replaced it with "toroplus")
Click to expand...
Click to collapse
Avoid doing that. It is more likely that the ROM is not for you. Only do it if you are 100% sure that the Dev made an oversight in the script which is much less likely than having the wrong ROM for your phone. You keep doing this and you might get a brick soon.
Etoy's theme is the default theme?
The title / ROM name doesn't seem appropriate, if you ask me
Please consider switching to JB ics is over.
Verstuurd van mijn Galaxy Nexus met Tapatalk
Formhault said:
The title / ROM name doesn't seem appropriate, if you ask me
Click to expand...
Click to collapse
what do you mean?do you have another suggestion?
costygsm2 said:
what do you mean?
Click to expand...
Click to collapse
It's not clean - it's got TouchWiz things in it .
Oh and I agree with schukje. ICS is pretty much dead. We'll only get one more ICS AOKP build, then we're all going to the jellybeans stores .
Anyway, nice ROM. Let's hope you stick around until JB is out and bring us some of that goodness as well.
Formhault said:
The title / ROM name doesn't seem appropriate, if you ask me
Click to expand...
Click to collapse
I agree its not officially tied to AOKP at all
schukje said:
Please consider switching to JB ics is over.
Verstuurd van mijn Galaxy Nexus met Tapatalk
Click to expand...
Click to collapse
and thats not true, till AOSP releases tjhe code and everyone starts DEVn with JB , ICS is still the dominate OS for this device
---------- Post added at 11:00 AM ---------- Previous post was at 10:58 AM ----------
so the consensus is this ROM is pretty good? Im curious
Yep very true... That's what I am waiting for, the ROM's to switch to JellyBean things to be officially released. JB to me is not out yet and how people are putting these ROM's out and claiming to be JB without AOSP having released the source is to scary for me to try on my phone so I'm avoiding anything stating it's JB. For now it's ICS for me though I am running franco's 200 ics kernel which is running pretty good.
nicknowsky said:
I agree its not officially tied to AOKP at all
and thats not true, till AOSP releases tjhe code and everyone starts DEVn with JB , ICS is still the dominate OS for this device
---------- Post added at 11:00 AM ---------- Previous post was at 10:58 AM ----------
so the consensus is this ROM is pretty good? Im curious
Click to expand...
Click to collapse
Hi is this ROM for maguro? The GSM model?
Thanks
dan96815 said:
Hi is this ROM for maguro? The GSM model?
Thanks
Click to expand...
Click to collapse
Yes, it is

Avatar rom !

hey please any rom developer please port for us avatar rom , it is here http://avatarrom.com/ please some one intrested in it do it , it is cyanogenmod based so porting it using fxp roms makes it easier (this is what i think but it is based on cyanogenmod) please any one be intrested
Looks nice.
There is a version based on ics and obe based on jellybean.
Sent from my Xperia Acro S using xda app-developers app
Okay so ive done it, kind of.
I ported the Galaxy S III JB to our phone, XS
Im nearly there, but as far as i get is the launcher or the pin entry, and the boot animation just starts again, and it does this over and over.
Any one got any ideas where i went wrong?
Okay so this is as far as ive gotten.
It shows the boot animation, gets as far as pin entry and loops. And as ADB doesnt work till android starts, i cant get any further.
Anyone else who has some time and know how willing to help, here's the ROM
http://d-h.st/DWW
RichyRicho said:
Okay so this is as far as ive gotten.
It shows the boot animation, gets as far as pin entry and loops. And as ADB doesnt work till android starts, i cant get any further.
Anyone else who has some time and know how willing to help, here's the ROM
http://d-h.st/DWW
Click to expand...
Click to collapse
Without pin set up it should work, right?
Sent from my LT26i using Tapatalk
Felimenta97 said:
Without pin set up it should work, right?
Sent from my LT26i using Tapatalk
Click to expand...
Click to collapse
Lol no i wish it was that easy.
Even with no sim, it gets as far as showing the launcher for a split second and restarts.
I was told in one of the porting forums that it is because of framework but like I say I cant debug it as logs only start in android, not at boot
RichyRicho said:
Lol no i wish it was that easy.
Even with no sim, it gets as far as showing the launcher for a split second and restarts.
I was told in one of the porting forums that it is because of framework but like I say I cant debug it as logs only start in android, not at boot
Click to expand...
Click to collapse
Can you tell me in detail which ROM you have used as base and which ROM you have used for porting?
And further which folders you have deleted, which lib files you have replaced, any changes you have made to the framework??
Sent from my LT26i using xda premium
If anyone didnt know bazooka launcer wich avatar rom is using works fine on locked bl, even without root i guess and can be downloaded from play store even lock screen chages automaticaly witch i never seen on regulare launchers from the store .. Yust for info, i tryred it but its not my taste, i would more like an aokp/ Cm port - hydrid on LBL
ap030993 said:
Can you tell me in detail which ROM you have used as base and which ROM you have used for porting?
And further which folders you have deleted, which lib files you have replaced, any changes you have made to the framework??
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Sure
Im using FXP201-cm-10-20130103-UNOFFICIAL-nozomi( http://ul.to/f/e16c1u) as a base and cm-1.0b_16_20121221_i9300 (http://avatarrom.com/wp-content/uploads/JellyBean/cm-1.0b_16_20121221_i9300.zip), which is the Samsung Galaxy S 3 JB Rom, from the Avatar ROM
I followed rishabh.raj37s' guide (http://forum.xda-developers.com/showthread.php?t=1908008) ...
so APP, FONTS, FRAMEWORK and MEDIA are what I moved from port to base,
copied parts from init.d and permissions that needed to be copied from port to base,
Edited the build.prop as the guide says, and the updater script...And copied the Cameradata folder from port to base.
And thats about it
RichyRicho said:
Okay so this is as far as ive gotten.
It shows the boot animation, gets as far as pin entry and loops. And as ADB doesnt work till android starts, i cant get any further.
Anyone else who has some time and know how willing to help, here's the ROM
http://d-h.st/DWW
Click to expand...
Click to collapse
bro thanks for your hard work to make it work but in porting roms i know nothing so forgive for not helping you while i'm who requested this port again thanks a lot for your hard work but it i found something to help you with i will
elias234 said:
bro thanks for your hard work to make it work but in porting roms i know nothing so forgive for not helping you while i'm who requested this port again thanks a lot for your hard work but it i found something to help you with i will
Click to expand...
Click to collapse
Lol no problem man, but I've done the easy part Someone else, hopefully ap030993 , will be able to do the hard work and get it working
I know I shouldn't ask, but dont you wanna give me a thanks lol, seeing as I have 0 :good:
RichyRicho said:
Lol no problem man, but I've done the easy part Someone else, hopefully ap030993 , will be able to do the hard work and get it working
I know I shouldn't ask, but dont you wanna give me a thanks lol, seeing as I have 0 :good:
Click to expand...
Click to collapse
Copy libandroid_servers.so , libandroid_runtime.so from port ROM to base ROM
ap030993 said:
Copy libandroid_servers.so , libandroid_runtime.so from port ROM to base ROM
Click to expand...
Click to collapse
Thanks, I tried this but unfortunately when i do this it doesnt even loop, it just keeps showing the boot animation and goes no further
Give me some days and maybe it will bootup I know guys who can help
Sent from my LT26i using Tapatalk 2
sparxx4 said:
Give me some days and maybe it will bootup I know guys who can help
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
Would be awesome If they do get it working, I would love to find out how they did it so that I can learn more about porting, and port other ROMs...I would really love to do it alot more
Thanks Sparxx
but guys isnt this rom just like miui !!! or CM10 with bazooka launcher !!!
i dont see any advantige with this rom !!
sparxx4 said:
but guys isnt this rom just like miui !!! or CM10 with bazooka launcher !!!
i dont see any advantige with this rom !!
Click to expand...
Click to collapse
Very true sir! But apparently the themes for it are alot more "interactive" than a normal theme.
But in the long run I guess it isnt really worth it...but we can still try...like i said vefore if i can just learn how to address bootloops, i will try to port many other roms
RichyRicho said:
Very true sir! But apparently the themes for it are alot more "interactive" than a normal theme.
But in the long run I guess it isnt really worth it...but we can still try...like i said vefore if i can just learn how to address bootloops, i will try to port many other roms
Click to expand...
Click to collapse
try to port from galaxy nexus and not S3 ,, the most you get closer to xperia S hardware the less bug you get !!
if you need any thing PM
sparxx4 said:
try to port from galaxy nexus and not S3 ,, the most you get closer to xperia S hardware the less bug you get !!
if you need any thing PM
Click to expand...
Click to collapse
OMW! You rock...now i know how to do it It works...Sparxx you are a clever guy! lol
Thanks A Million.
Themes are very cool, well the one it comes with is good
So far:
Wifi: Working
Bluetooth: Working
Camera: Working
HDMI: Cant test as i have no hdmi screen
Cant find anything that isnt working yet!
Probably only the normal CM10 problems such as hw acceleration
Will upload it now!
Can I post this on the android development forum? Lol
---------- Post added at 02:32 PM ---------- Previous post was at 02:16 PM ----------
Another thing. Isnt there an upload site that your upload never expires?
RichyRicho said:
OMW! You rock...now i know how to do it It works...Sparxx you are a clever guy! lol
Thanks A Million.
Themes are very cool, well the one it comes with is good
So far:
Wifi: Working
Bluetooth: Working
Camera: Working
HDMI: Cant test as i have no hdmi screen
Cant find anything that isnt working yet!
Probably only the normal CM10 problems such as hw acceleration
Will upload it now!
Can I post this on the android development forum? Lol
---------- Post added at 02:32 PM ---------- Previous post was at 02:16 PM ----------
Another thing. Isnt there an upload site that your upload never expires?
Click to expand...
Click to collapse
NVM I forgot about dropbox

[rom][geehrc][5.1.0] rastapop+vanilla [15/03/2015] [DISCONTINUE]

/// WHAT IS RASTAPOP
the way @rascarlo want Android
/// WHAT IS VANILLA
pure aosp built from source
RASTAPOP System Details:
Android 5.1.0_r1 LMY47D
build with kevin's kernel.
bugs:
keyboard light not working;
when open flashlight in notification bar SystemUI crashed.
Find one? Let me know.
rom:
google drive
Root:
Supersu
Google Apps:
PA
MOD:
turn on the keyboard light:
Capacitive Buttons
Sources:
rom:https://github.com/rascarlo?tab=repositories
device:device_lge_geehrc
kernel:kernel_msm
Credits:
google for the sources
kevin for new device tree
rascarlo for the great rom
welcome back bro ....
thx for rom ....
how is batery life in rom ?
Anyone want to test a pure aosp 5.1.0 ROM ?
lollipop (15-03-15):
add rastapop 5.1 build.
add vanilla 5.1.0 build.
Any changelog, any bugs? I believe if you update the OP accordingly, more people will install the ROMs.
How difficult would porting this to the e970 be?
Would I be able to use it by just flashing a geeb kernel?
First if you want something you should ask nicely or do it yourself.
This is international thread.
And for your second question I believe so because the only things you guys stay without are camera and SD card an that is kernel related.
Just do a backup first and then try it out with a geeb kernel.
And is because of that kind of people I stopped posting my projects in the community.
crime_of_heart said:
Any changelog, any bugs? I believe if you update the OP accordingly, more people will install the ROMs.
Click to expand...
Click to collapse
guidoido004 said:
And is because of that kind of people I stopped posting my projects in the community.
Click to expand...
Click to collapse
Just share my project with the one like it. That's all I want to do. ☺
guidoido004 said:
And is because of that kind of people I stopped posting my projects in the community.
Click to expand...
Click to collapse
I am developing kernels as well, just check my ops. I always update changelogs etc. It was a friendly suggestion/advice as I wanted to know at least if everything was working or tested. I don"t force anyone...
You should be a bit careful with your words before categorizing people as "this kind of people"
Not nice, especially on XDA.
crime_of_heart said:
I am developing kernels as well, just check my ops. I always update changelogs etc. It was a friendly suggestion/advice as I wanted to know at least if everything was working or tested. I don"t force anyone...
You should be a bit careful with your words before categorizing people as "this kind of people"
Not nice, especially on XDA.
Click to expand...
Click to collapse
XDA isn't what it used to be. There's so much people lazy to test and learn on they own, that I barely answer to anything nowadays.
Tho, if you're developing, and want to know, I bet the dev of this thread has a github, which you can check. As a dev, understand it is a must.
---------- Post added at 03:28 AM ---------- Previous post was at 03:28 AM ----------
JustinXu said:
Just share my project with the one like it. That's all I want to do. ☺
Click to expand...
Click to collapse
Sorry, wasn't to you. Dx
guidoido004 said:
XDA isn't what it used to be. There's so much people lazy to test and learn on they own, that I barely answer to anything nowadays.
Tho, if you're developing, and want to know, I bet the dev of this thread has a github, which you can check. As a dev, understand it is a must.
---------- Post added at 03:28 AM ---------- Previous post was at 03:28 AM ----------
Sorry, wasn't to you. Dx
Click to expand...
Click to collapse
I know, bro. ?
i cant install it it says this is e 975 model abort installation... i cant find latest twrp for my model i have 2.6.3 maybe thats the reason i have Lg G E975 european model 13mp and 32gb unlocked with freegee mako unlock, any solution?
soniccm said:
i cant install it it says this is e 975 model abort installation... i cant find latest twrp for my model i have 2.6.3 maybe thats the reason i have Lg G E975 european model 13mp and 32gb unlocked with freegee mako unlock, any solution?
Click to expand...
Click to collapse
use philz touch recovery or delete first line in updater-script in rom .zip
Is the bug still there?
dadi11 said:
use philz touch recovery or delete first line in updater-script in rom .zip
Click to expand...
Click to collapse
Either with philz touch recovery same error i dont now how to delete this first lines and i dont now where to find that script...lol
is anybody still developing this project ? has anybody successfully install it? it works ? any bugs?
soniccm said:
is anybody still developing this project ? has anybody successfully install it? it works ? any bugs?
Click to expand...
Click to collapse
Yeah, i think its dead. The last update was 9 days ago LOL.
Except for Bluetooth bug (which plagues all roms that use kevs sources) it will run close to perfect.
As with all roms you are curious to try, do a nandroid backup, test rom and if you dont like restore backup..... And read atleast the last 5+ pages thread before asking such questions.
thanx the developer about his time and for sharing his project

Categories

Resources