Extract the following files from a compatible CDMA Rom (meaning if your gsm rom is ICS,use files from a version of ICS that does exist on the CDMA side..Jellybean,etc)
Open the gsm rom you wish to convert in winrar and navigate to each folder listed below and drag the file listed into the folder listed. be sure to delete its counterpart example: sensors.primou.so will be deleted,sensors.primoc.so will be dragged into rom. when prompted by winrar for compression method,select store. and let it add the file to the rom.
in system/lib/hw copy:
sensors.primoc.so
in system/etc/permissions copy:
android.hardware.sensor.proximity
android.hardware.sensor.light
android.hardware.sensor.acceletometer
in system/bin copy:
sensorservice
now the above will take care of sensors that use auto rotate,etc..
now to fix mms/sms
sense based roms usually have a file in framwork-res.apk called apns.xml,its in the xml folder within framework-res.apk. Copy the file from any stock rom or cdma rom that has the proper apns.xml you need into the gsm based rom you want mms/sms to work in. I use winrar to open the framework-res and simply navigate to xml and drag the file in and select store as option for compression.
now the mms/sms fix will usually be a little different in slim,cyanogen,asop,aokp type roms..but sometimes it isnt. only way to know is check. if the apns.xml isnt in framework-res or if it is and it does not contain the appropriate settings,check system/etc in rom for a file called apns-conf.xml and replace it with one from any cdma rom that is available that matches your rom..example would be my slim conversion. i used the apns-conf.xml from aokp because slim gsm and aokp are both 4.1.2 roms. just drag it into rom with winrar using the store compression setting. sometimes,but not always you can use some of these files on roms not of the same type like for instance 4.2.2 roms MAY..may..work with some files from 4.1.2,etc..its a trial and error kind of thing. try them out and see how it boots.
edit build.prop and change default network type to 4 instead of 0(there are other changes you can make to build.prop but i cant tell whether or not they have any effect so i will skip those).
you may encounter roaming notifications in some roms you are trying to convert. i tried two miui roms that are 4.1.2 based and encountered the roaming icon in status bar even though i had working connections..couldnt figure out how to get rid of the roaming indicator. also of note,after getting the rom up and running you may see "evdo" listed as your connection in status bar. you are 3G,just that some roms call it evdo..just rename the 3G icons in systemui.apk to the names of the evdo ones and they will show as 3G again.
now for the boot.img. if you are using ics sense roms,jmz's boot.img will work,you can try out sick kernel for roms that use that on the cdma side or any other kernel on the cdma side that will match the rom you are trying to use. for instance..slim gsm to cdma uses the aokp kernel from the cdma side. be sure to add the system/lib/modules files to the rom and if the rom does not even have a modules directory,add it with appropriate files from your kernel. if you plan on sharing the newly converted rom with the public be sure to get proper permissions from all those you used source material from.
i know its not a perfect guide and rough around the edges but should get you running.
Do you think this will work the other way around?
MameTozhio said:
Do you think this will work the other way around?
Click to expand...
Click to collapse
Yes. Change the telephony line from 4 to 0 though.
Curtis, Roaming Indicator is Eri.xml in framework. Use it from a Cyanogenmod rom.
Curiousn00b said:
Yes. Change the telephony line from 4 to 0 though.
Curtis, Roaming Indicator is Eri.xml in framework. Use it from a Cyanogenmod rom.
Click to expand...
Click to collapse
Thanks! I knew about the telephony thing, but I was stuck on some other things aswell.
Curiousn00b said:
Yes. Change the telephony line from 4 to 0 though.
Curtis, Roaming Indicator is Eri.xml in framework. Use it from a Cyanogenmod rom.
Click to expand...
Click to collapse
i knew i was missing something. thanks bro
Curtis1973 said:
i knew i was missing something. thanks bro
Click to expand...
Click to collapse
What wouldn't be working that usually does?
Well,in the case of what new info CuriousNoob gave about the eri.xml it would either be a data disconnected issue with roaming turned on even though all changes for cdma network had been applied (minus the missing eri.xml) or data working but roaming still showing as being active.
Has anyone been able to successfully convert a gsm ROM to CDMA?
If so, I am going to start on the Miui ROM for my RAZR.
nu2droid said:
Has anyone been able to successfully convert a gsm ROM to CDMA?
If so, I am going to start on the Miui ROM for my RAZR.
Click to expand...
Click to collapse
i think so yes
PA2.9 was converted from GSM to CDMA AFAIK
I want to thank you for this guide. I've been noticing development for the cdma version of this phone has dropped off. But I'm noticing allot of roms for the gsm version. Gonna have to give this a try. Just something else phone related to piss the wife off.
lol dont pee her off to much... know where that leads... ye olde dog house!! lol. but back on topic...with some of the newer gsm roms,this guide will get you booted,mms,sms working but may need to consult with rom developer on getting your data service operating correctly even though you have properly set it in build.prop,it doesnt always work right..youll notice it being detected in rom ok but say disconnected. i need to revise this with a work around for those issues because the newer 4.1.2 gsm roms do not have module support..so even if you add the modules it just doesnt use them.
Curtis1973 said:
lol dont pee her off to much... know where that leads... ye olde dog house!! lol. but back on topic...with some of the newer gsm roms,this guide will get you booted,mms,sms working but may need to consult with rom developer on getting your data service operating correctly even though you have properly set it in build.prop,it doesnt always work right..youll notice it being detected in rom ok but say disconnected. i need to revise this with a work around for those issues because the newer 4.1.2 gsm roms do not have module support..so even if you add the modules it just doesnt use them.
Click to expand...
Click to collapse
They're in kernel ramdisk for HELLBOY. It depends on where the kernel looks for them (I think).
Is this porting tutorial specific to the one V or just general gsm to cdma? I want to see ifi can do it on a sprint One rom
In general, if you have two devices that are the same with one on gsm and one on cdma,it should work fine. Its just a matter of adding appropriate changes to the rom to suit your network and use appropriate boot method specific to your device. But as with anything I suspect there might be minor device specific differences that you will have to work out for your particular device.
In porting slim CDMA back to gsm, I noticed that i had no LED fit notifications. After checking in /system/lib/hw i noticed that lights.primoc.so was there. I replaced that file with lights.primou.so from the gsm ROM and, after a reboot, i had my light back.
FYI
sent from a phone that's running a rom
mrcorey said:
In porting slim CDMA back to gsm, I noticed that i had no LED fit notifications. After checking in /system/lib/hw i noticed that lights.primoc.so was there. I replaced that file with lights.primou.so from the gsm ROM and, after a reboot, i had my light back.
FYI
sent from a phone that's running a rom
Click to expand...
Click to collapse
I used to just rename them. I don't think that worked though xD
If you did that for your re-port, then it does work.
sent from a phone that's running a rom
mrcorey said:
If you did that for your re-port, then it does work.
sent from a phone that's running a rom
Click to expand...
Click to collapse
I think I just used the ones from CM but I don't remember.
I know it's not going to be the exact same procedure but is it possible that these steps could be used to port a custom rom from another HTC phone to work on the one v? They would both be cdma roms.
So I have spent some time looking around seeing if it was possible to put a phone from boost (GSM) onto the verizon nerwork (CDMA), and I keep seeing the same thing.
They all say "impossible" or something along those lines.
Yet, if I am understanding this correctly, by following these steps I could in fact do the impossible, and enable a phone to work on a Verizon-like network?
Just asking because I want to do this to either an S3 or an S4.
Sent from my DROID X2 using Tacotalk 2
Related
I need help. A little over a week ago I flashed the cyanogenmod 7 stable. I did a wipe of basically everything (user data, cache, dalvik, battery) and then flashed the rom via clockworkmod. Everything seemed fine at first, but I soon noticed that my signal was diminishing. I could no longer hold a steady signal. The signal would change from green to white like it was trying to grab for a signal; all in places where I would normally have a full signal.
I have been rooted since about December and have had no problems. I am with USCC. I have tried many roms in the past months too, including cyanogenmod RC4 with no problems. I am not exactly a noob, more like a noob +1, but I have exhausted everything I know to try.
List of what I’ve tried:
• Flashing a new rom (tried every rom I could find for Bravoc)
• Flashed back to stock rom (everything stock except w/ superuser and s-off)
• *228 while in stock rom
• Added APN for MMS
• Changed radios
• Changed kernels
• Installing the RUU from US Cellular’s website
• Various Nandroid Backups
I really don’t know what else to do. My WIFI works fine and I can make calls ok, but 3g is out of the question along with any type of data connection really. Can anybody help????
Only thing I could think is to change the RIL, Radio Interface Layer.
There is a good thread here:
http://forum.xda-developers.com/showthread.php?t=902752
Personally I find the newest (17) radio and the Nexus (1001G) to be good, but I know it's different for each carrier and handset.
Hope this helps!
hmm, I haven't even heard of that yet. I'll for sure try it. Does it apply to CDMA radios as well as GSM?
I also had the same problem. I flash HTC-RIL 2.2.0131HM (Mar 18 2011,00:40:15) (extracted from Desire S Rom) for new radio. everything is fine.
tarurin said:
I also had the same problem. I flash HTC-RIL 2.2.0131HM (Mar 18 2011,00:40:15) (extracted from Desire S Rom) for new radio. everything is fine.
Click to expand...
Click to collapse
Do you know where I can get that RIL?
mkelso27 said:
Do you know where I can get that RIL?
Click to expand...
Click to collapse
You can get it from the URL.
http://forum.xda-developers.com/showthread.php?t=902752
mkelso27 said:
hmm, I haven't even heard of that yet. I'll for sure try it. Does it apply to CDMA radios as well as GSM?
Click to expand...
Click to collapse
I think there is only one for CDMA. You could try using the code in the thread to check your version to see if it's worth trying to change? All the RILs are listed at the top of the thread...
Code:
su
getprop gsm.version.ril-impl
00droid said:
I think there is only one for CDMA. You could try using the code in the thread to check your version to see if it's worth trying to change? All the RILs are listed at the top of the thread...
Code:
su
getprop gsm.version.ril-impl
Click to expand...
Click to collapse
Ok, so my RIL actually matches up with a GSM RIL. Could this be my problem? It kinda sucks though, cause I can't find that CDMA RIL anywhere. :-(
Hm
mkelso27 said:
Ok, so my RIL actually matches up with a GSM RIL. Could this be my problem? It kinda sucks though, cause I can't find that CDMA RIL anywhere. :-(
Click to expand...
Click to collapse
Maybe that's it then - you could post that exact question in the RIL thread, and ask for a link to the CDMA RIL? Must be someone with it somewhere.
Good luck!
**EDIT** Unless you're running an older version of CM, use the version 3 zip.
I just wanted to share this in case it helps anyone else with a GNex on Ting service.
I noticed the stock Google 4.2.1 rom on my GNex connected fine to eHRPD and LTE, but when I flashed CM10.1 I could only get EVDO. So I used an APN backup utility to get the proper APN settings from stock, tweaked them to work with CM, and created a recovery-flashable zip file.
These APNs fixed both LTE and eHRPD for me. It also sets the Ting MMS URL.
The zip file is attached to this post. Flash it over an already-installed CM rom, and again any time after you flash a rom update. I don't know if these APNs will work for other LTE devices on Ting besides the Galaxy Nexus, but I suspect they will.
Uninstall is as simple as re-flashing your CM rom, or restoring your original "/system/etc/apns-conf.xml" file with a root file explorer app (if you saved a backup before flashing this).
Another thing I did was set eHRPD to "On" under *#*#3282#*#* -> Edit -> Others/More, though I'm not sure how much difference it makes.
**EDIT**
The zip here:
https://help.ting.com/entries/423580...d-4-4-Kit-Kat-
... fixed my 3g issues in the latest CM11 nightlies. He's got some extra lines for bare CDMA (non-LTE/eHRPD).
New version for Android 4.3. Credit to @poo706 for figuring out the new APN version number change. Very little testing on this but seems to work for me. YMMV!
t3rmin said:
New version for Android 4.3. Credit to @poo706 for figuring out the new APN version number change. Very little testing on this but seems to work for me. YMMV!
Click to expand...
Click to collapse
I appreciate the shout out!
[poo]
After 3 different calls to Ting trying to figure out why my Note 2 could not connect to LTE, this zip did it! Thank you!
Version 3
Here's my latest Ting APN zip. This reflects some cleanup CM did with Sprint APNs in recent months. Works great on my GSIII and my wife's Gnex.
Hello.
Would you be so kind as to assist me with something like this for the carrier Ringplus?
t3rmin said:
Here's my latest Ting APN zip. This reflects some cleanup CM did with Sprint APNs in recent months. Works great on my GSIII and my wife's Gnex.
Click to expand...
Click to collapse
That also works great on a Nexus 5 running an early unofficial CM.
booda3000 said:
Hello.
Would you be so kind as to assist me with something like this for the carrier Ringplus?
Click to expand...
Click to collapse
Copy the APN here into System > etc and replace the current apns-conf.xml
Be sure to set the permissions to rw-r--r--
wstout12 said:
That also works great on a Nexus 5 running an early unofficial CM.
Click to expand...
Click to collapse
Awesome! It worked/works!
CM 10.2 with LTE on Ringplus.
Long story but back to using my samsung epic 4g. Does anyone know where i can get apns to restore data for it. Running cyanogen mod 10.2
t3rmin said:
**EDIT** Unless you're running an older version of CM, use the version 3 zip.
Click to expand...
Click to collapse
Can you make an updated flashable zip for CM11 ( Android 4.4 KitKat )?
madsc13n41s4 said:
Can you make an updated flashable zip for CM11 ( Android 4.4 KitKat )?
Click to expand...
Click to collapse
4.3 zips will work on 4.4.
[poo]
Try this for March 2014 CM11 nightlies
The zip here:
https://help.ting.com/entries/42358068-LTE-MMS-APN-Fix-Android-4-4-Kit-Kat-
... fixed my 3g issues in the latest CM11 nightlies. He's got some extra lines for bare CDMA (non-LTE/eHRPD).
Hello everyone,
I didn't see a thread for this and I am just sick and tiered of not being able to post in dev threads, I figured I would attempt to make something useful for newer users of using AOSP ROMs.
I noticed that when using AOSP ROMs, the 5GHz band won't work, I can see the network but can not connect to it, and in some ROMs I can get it to take the Key but then says something like disabled and still doesn't work. Crazy thing is this is something that is not unique to this Device (the i317), I had a i777 (Galaxy S2) before that and it did the same exact thing. What is even more crazy is the fix is exactly the same for both phones.
While making this post I am going through a wip and re-install of my ROM (PAC-Man in this case, but does it with all other AOSP ROMS)
Some information befor I start, 5GHz is important to me as I use it at home, the 2.4GHz range in my area is quite crowded and I am the only 5GHz network in the area so it works better for me.
Anyways here we go;
Step 1, Install your ROM like normal, once you're signed in to your Google Account download Root Explorer (or something of equivalence) Once that is done proceed to step 2.
(NOTE: If you already have your ROM installed you can skip Step 1)
Step 2, In Root Explorer go to System --> etc --> wifi, once here you're going to see various files. Were looking for "nvram_net.txt" and "nvram_net.txt-murata".
These are the two files were going to modify.
Step 3, Hold your finger on "nvram_net.txt" until the popup window for Options comes up, hit Open With and then select Text Editor. From here you're going to look for a line of code thats "ccode=GB" this is needing to be changed to "ccode=US". Once that has been changed then hit the back button and hit Yes on the save box. This will automatically make a backup of the original file.
Step 4, Were going to do the same thing to the "nvram_net.txt_murata" so open it with the Text Editor and look for the same line of code "ccode=GB" and change it to "ccode=US", save the file.
Step 5, Reboot your phone and once back up go into settings and you are now able to use your 5GHz network.
I hope this helps someone and I hope that one day we won't have to keep changing these settings to get 5GHz working on AOSP ROMs, have fun Everyone!!!!
PS. If you all want screenshots I can do them but bare in mind I would have to wipe my phone again and take them during the process. The instructions should be clear and easy to follow without them.
Excellent....
Many thanks....this will help several people out I'm sure.
Thank you...g
gregsarg said:
Excellent....
Many thanks....this will help several people out I'm sure.
Thank you...g
Click to expand...
Click to collapse
Thank You!!
I need to add something to it, if you ever update your ROM you need to do it again just start from step two.
Thanks for the post. I'm sure those who need 5ghz support appriciate it.
I just saw this post and checked. The latest CM10.1 for today (20130701 build) has the correct US settings. Not sure about other AOSP. However you should mention it to the devs of each one you find it in so they can fix it.
Holy ****balls. I just have to say that.
I'm using Galaxy S3 i9300, been running Slimbean 4.2.2 build 8 flawlessly when I came across that situation where I can't connect to 5G wifi. since then I tried searching for a fix but failed. So i opted to cm13, with utter disappointment with its lag and bugs. And still, hoping for a miracle, i flashed my old recovery back, trying to give it one more chance. Lo and behold, you've given me the fix that I've been searching for all these while. But instead of just that two files, I've changed all nvram_net files ccode with US instead GB. Reboot. And now I'm replying this on my workplace 5ghz wifi. Thanks dude. Very much thanks.
I don't have wifi folder
I don't have the WiFi folder in system/etc
Unknown300 said:
I don't have wifi folder
I don't have the WiFi folder in system/etc
Click to expand...
Click to collapse
Have you found any solutions yet?
Mushfiq Khan said:
Have you found any solutions yet?
Click to expand...
Click to collapse
No what phone do you use?I got a new phone and it seems to work
Unknown300 said:
No what phone do you use?I got a new phone and it seems to work
Click to expand...
Click to collapse
I use pocofone f1.I'm on Aosp extended rom.
.
Mushfiq Khan said:
I use pocofone f1.I'm on Aosp extended rom.
Click to expand...
Click to collapse
Are you from Bangladesh?
Mushfiq Khan said:
I use pocofone f1.I'm on Aosp extended rom.
Click to expand...
Click to collapse
Dont think there is a way to change region in aosp extended roms but some region don't support 5ghz for some reason but it's only in miui I think try joining the pocophone f1 telegram
So is there any other way of gsm unlocking the LS980 for US carriers (T-mobile for me) without being on the two specific roms that do this? Like say Vanir, or omnirom, or the Glex rom? I see the build.prop method mentioned a lot but not the actual process for it, and does that work for US carriers? Also, I flashed Justin's stock JB rom on my ls980 so its going to say its a d801, how do i go back to my ls980 status? I may or may not have accidentally my backup too... any way to undo this without using the lg flash tool?
justin posted a guide on how to port pretty much any rom from any of the other carriers:
http://forum.xda-developers.com/showthread.php?t=2596175&page=41
Look for post #410 (credit to justin)
So far Ive tried the energy rom in the tmobile dev section and the stock international version (d802). Both worked well and I especially liked the d802 because it had the fm radio app and it worked great. Some other users have ported verizon roms as well.
Ive also tried the build prop method with modest success:
http://forum.xda-developers.com/showthread.php?t=2596175&page=41
Look for post #423 and remember ti use lowercase "spr" (credit to MA7MOD_GSM)
Unfortunately the build prop method has a few quirks. You have to dial a "1" before dialing a number otherwise the dialing app crashes. Also I couldn't get wifi tethering to work properly. Eventually I settled on the energy rom and its been my daily driver for about 2 weeks and I cant complain much.
I dont know if you can successfully flash a ls980 and get back on the stock rom without lg flash tool. If you want to go back to stock Id stick to the tried and true method namely the stock tot file and lg flash tool. Follow the instructions here: (credit to hyelton)
http://forum.xda-developers.com/showthread.php?t=2432476
wsox1919 said:
justin posted a guide on how to port pretty much any rom from any of the other carriers:
http://forum.xda-developers.com/showthread.php?t=2596175&page=41
Look for post #410 (credit to justin)
So far Ive tried the energy rom in the tmobile dev section and the stock international version (d802). Both worked well and I especially liked the d802 because it had the fm radio app and it worked great. Some other users have ported verizon roms as well.
Ive also tried the build prop method with modest success:
http://forum.xda-developers.com/showthread.php?t=2596175&page=41
Look for post #423 and remember ti use lowercase "spr" (credit to MA7MOD_GSM)
Unfortunately the build prop method has a few quirks. You have to dial a "1" before dialing a number otherwise the dialing app crashes. Also I couldn't get wifi tethering to work properly. Eventually I settled on the energy rom and its been my daily driver for about 2 weeks and I cant complain much.
I dont know if you can successfully flash a ls980 and get back on the stock rom without lg flash tool. If you want to go back to stock Id stick to the tried and true method namely the stock tot file and lg flash tool. Follow the instructions here: (credit to hyelton)
http://forum.xda-developers.com/showthread.php?t=2432476
Click to expand...
Click to collapse
Any idea as to whether trying the romn compare method listed in Justins instructions would work with the base and another sprint rom. I believe the rom is called d3rp or something similar.
juanacevedo said:
Any idea as to whether trying the romn compare method listed in Justins instructions would work with the base and another sprint rom. I believe the rom is called d3rp or something similar.
Click to expand...
Click to collapse
Thats a good question. I cant speak from experience but Id imagine that any stock based spring rom would still have the usa gsm carrier lock. Now if I remember correctly some users have reported that using the build prop method then flashing a sprint AOSP rom unlocked the phone for usa carriers. Again I havent tired it myself but its somewhere in the unlock thread here:
http://forum.xda-developers.com/showthread.php?t=2596175
wsox1919 said:
Thats a good question. I cant speak from experience but Id imagine that any stock based spring rom would still have the usa gsm carrier lock. Now if I remember correctly some users have reported that using the build prop method then flashing a sprint AOSP rom unlocked the phone for usa carriers. Again I havent tired it myself but its somewhere in the unlock thread here:
http://forum.xda-developers.com/showthread.php?t=2596175
Click to expand...
Click to collapse
Ah, I tried the rom porting method with an ATT rom but it woyldn't boot. It got past the lg logo and got stuck on a black screen and at the top left it said Fastboot and under that it had a number code. I managed to restore from backup using twrp but any idea what that was or how to get past it?
Which ROM did u try? Also did u clear cache/dalvik before and after installation? Try any of ROMS in the international section. Ive ported a few international ones and never had a problem. also Im pretty sure that justins Tmo port has worked with att sims,
wsox1919 said:
Which ROM did u try? Also did u clear cache/dalvik before and after installation? Try any of ROMS in the international section. Ive ported a few international ones and never had a problem. also Im pretty sure that justins Tmo port has worked with att sims,
Click to expand...
Click to collapse
It was called something along the lines of grievous or grievious rom and yes, I wiped everything and I always clear both caches but it wouldn't boot and got stuck on the fastboot screen. I replaced all the necessary files although I did notice that the rom did not have the loki folder at all but I copied it anyway, is that maybe why that happened? Also, do you remember what other roms you've tried besides the energy rom?
wsox1919 said:
justin posted a guide on how to port pretty much any rom from any of the other carriers:
http://forum.xda-developers.com/showthread.php?t=2596175&page=41
Look for post #410 (credit to justin)
So far Ive tried the energy rom in the tmobile dev section and the stock international version (d802). Both worked well and I especially liked the d802 because it had the fm radio app and it worked great. Some other users have ported verizon roms as well.
[/url]
Click to expand...
Click to collapse
Hi
Hi , I have flashed JUSTIN ROM posted in post# 239
It works fine , I have one issue and one query
- I can't set up any APN , by default it's T-Mobile. Even though I can add apn manually I can't select as there is no select button next to the apn.
Please note I am using this ROM in India/Airtel network (Need urgent help on this as no DATA is active)
- Is there any Kitkat version of this ROM
I have also attempted to use another ROM , following the instructions as per post #410
But after flashing my phone stuck in LG logo.
- Do I need to flash some other modem
- ROM which I were trying to flash is T-Mobile stock debloated (Kitkat) and I compared and did file adjustment against Justin's ROM (Sprint - T-Mobile , post#239 )
ROM link : http://forum.xda-developers.com/showthread.php?t=2688981
I recently, like as of last, flashed my s6 edge plus g928T with the V.5 brx s8+ port. It works amazing no problems except one. I am having trouble getting service no internet and calls go through but no audio. I read that flashing the modem(?) will fix. I just dont know were to find the modems for my specific carrrier and phone model. If anybody could provide some insight that would be amazing.
Thanks
Alex
There may be a few causes to your issue. If the rom you installed isn't specified for the T variant, then the kernel may not have the required components for the call audio to work (I had this issue myself with a LOT of roms) In this case there isn't much you can do that I know of except try another rom. If you'd like an s8 port, I got Khongloi's to work on my G928T practically flawlessly. The rom's thread can be found here and if you need clearer instructions on how to install like I did they can be found here.
RA1dz said:
I recently, like as of last, flashed my s6 edge plus g928T with the V.5 brx s8+ port. It works amazing no problems except one. I am having trouble getting service no internet and calls go through but no audio. I read that flashing the modem(?) will fix. I just dont know were to find the modems for my specific carrrier and phone model. If anybody could provide some insight that would be amazing.
Thanks
Alex
Click to expand...
Click to collapse
Usually caused by the boot.img i tried to use a boot.img from your version 4 and it did the same thing, i then stuffed it with the system folder from the latest firmware and it fixed just fine.... I have also noticed some roms have the boot.img in a sub folder instead of the root of the rom and notice if I copy the boot.img from the sub folder to the root of the rom it fixes this issue... and like with SMOKKIE ROM you get the red letter error on first boot that the kernel in nonpermisive I believe and in that case I just used the boot.img from my builds and the system folder of your choosing then check the prop update.script and any other associated file like .config folders etc..