CM 12 Developer Edition - Found on miui.com - E 2015 General

This is a rom i found. Visit this link for the download: http://d-h.st/xV1r
For information on it visit the following link: http://en.miui.com/thread-127502-1-1.html
I will not be held repsonsible for your actions, you flash this at your own risk. Im just sharing what i found. Thanks!
This is for the "surnia moto e 2015 LTE" variant only! DO NOT FLASH IF YOU DO NOT OWN A SURNIA DEVICE You have been advised.

From what I can gather, this is just regular CM12 whose ZIP file is packaged like pre-Lollipop ZIPs - not the "patching system image unconditionally" thing, but the one where you have, say, all the files for /system in a folder called system in the ZIP.
This would be helpful to them if they can't extract the newer format, but I suspect for someone who just wants to use CM this is the same thing - maybe even worse because this may be an old/modified-for-the-worse build.

There's like 10 DAT extractors where you can extract the system.new.dat images into the system folder format....
EDIT: In response to NSDcars5
Sent from my XT1526 using Tapatalk

sirhc said:
There's like 10 DAT extractors where you can extract the system.new.dat images into the system folder format....
EDIT: In response to NSDcars5
Sent from my XT1526 using Tapatalk
Click to expand...
Click to collapse
Then I have no idea. I've never heard of a CM Developer Edition, it shows nothing on Google, and from screenshots this looks no different from normal CM12.
Maybe this is a CM12 ZIP made from an extracted DAT though?

NSDCars5 said:
Then I have no idea. I've never heard of a CM Developer Edition, it shows nothing on Google, and from screenshots this looks no different from normal CM12.
Maybe this is a CM12 ZIP made from an extracted DAT though?
Click to expand...
Click to collapse
Yea it's just a CM zip made from an extracted DAT lol
Sent from my XT1526 using Tapatalk

Related

[GUIDE]Hide Empty Sim Icon in any rom!![NOOB-FRIENDLY]

Hmm So you wanna use SlimLP, SOKP, etc but the Empty SIM Icon is irritating you? People advise using GravityBox but i couldnt find any option in there. That little icon just ruins the fun of RRO right?
Well, so here's how you disable/hide that!
NOTE- IF U ARE ON RESURRECTION REMIX THEN GO TO THE 2ND POST
AND THANK THAT USER.
AND IF U WANT AN EASIER METHOD, GO TO THE FIFTH POST AND THANK THAT USER.
REQUIREMENTS
1. SystemUI.apk and framework-res.apk from your rom.(Instructions below)
2. Apktool (You'll need the snapshot build.)
3.A working mind (no download link lol)
DISCLAIMER
You know it
Alright so we'll divide it into four parts-
PART-1
Acquiring both apk files.
1. Flash the rom
2. adb pull /system/priv-app/SystemUI/SystemUI.apk
3. adb pull /system/framework/framework-res.apk
(google "adb pull" if you don't know what that is)
OR
1. Extract system.new.dat using this guide.
2. You know what u have to do
Alright so we now have both the files requied. Let's move on.
PART-2
1. Copy apktool.bat, apktool.jar, SystemUI.apk and framework-res.apk to one folder.
2. Run this in cmd--> apktool if framework.apk (This will import the framework-res.apk)
3. Run --> apktool d SystemUI.apk (you know what that does )
Now we'll edit the files.
PART-3
1. Navigate to SystemUI/res/layout directory that has been created.
2. Open signal_cluster_view.xml
3. Press Ctrl+F and search for "no_sim"(without quotes)
4. Change - android:layout_width and android:layout_height to "0dip" and save it.
5. Next, Open SystemUI/res/drawable folder and open stat_sys_no_sim.xml.
6.Change- android:height and android:width to "0.0dip" and android:viewportWidth and android:viewportHeight to "0.0"
7.Save it and do the same with stat_sys_no_sims.xml
8. Now recompile SystemUI using apktool b SystemUI
9. Copy everything inside SystemUI/original to SystemUI/build/apk (Replace if needed)
10. Run apktool b SystemUI again and you'll have the ready apk in /dist directory.
Ok so now we have to put this back into the rom.
DO NOT DO IT USING A FILE MANAGER OR YOUR PHONE WILL BECOME UNUSABLE. YOU'LL HAVE TO REFLASH THE ROM.
Follow PART-4
PART-4
1. Download the zip attached.
2.Open it in winrar and paste the apk in SystemUI/dist into system/priv-app/SystemUI/ in the zip file.
And now flash it in recovery and you're done!!
HIT THANKS IF IT HELPED!!
Zip for Resurrection Remix
It worked in the resurrection Remix , thank you
If I may ask, could you tell me why the snapshot build is required? apktool 2.0 is newer than that right?
ashikns said:
If I may ask, could you tell me why the snapshot build is required? apktool 2.0 is newer than that right?
Click to expand...
Click to collapse
Apktool 2.0 if fine for apks of 5.0.x. As we all know that sokp and all other roms are 5.1.1 so the snapshot build is required. If u use 2.0 for a 5.1 apk, you'll get errors[emoji4]
Sent from my Moto G 2014 using Tapatalk
So I made a layers apk for this. Just install it if you have a layers compatible rom, worked for me in Moto G running Tesla rom.
link: https://dl.dropboxusercontent.com/u/109768421/RemoveEmptySim.zip
Please note that I only modified stat_sys_no_sim.xml. I am not sure why signal_cluster_view.xml is needed, maybe @Vidhanth could tell me
ashikns said:
So I made a layers apk for this. Just install it if you have a layers compatible rom, worked for me in Moto G running Tesla rom.
Please note that I only modified stat_sys_no_sim.xml. I am not sure why signal_cluster_view.xml is needed, maybe @Vidhanth could tell me
Click to expand...
Click to collapse
I'm currently on pa4.6 so I cannot test.. If someone else could confirm that it works then I'll include it in the op[emoji4]
Sent from my Moto G 2014 using Tapatalk
ashikns said:
So I made a layers apk for this. Just install it if you have a layers compatible rom, worked for me in Moto G running Tesla rom.
link: https://dl.dropboxusercontent.com/u/109768421/RemoveEmptySim.zip
Please note that I only modified stat_sys_no_sim.xml. I am not sure why signal_cluster_view.xml is needed, maybe @Vidhanth could tell me
Click to expand...
Click to collapse
I can confirm that this is fully working on SOKP
THX for the layer
Gerriitw said:
I can confirm that this is fully working on SOKP
THX for the layer
Click to expand...
Click to collapse
Yup it might be working but it's not practical to use a layer for that. For example if u want to install any status bar layer then the empty sim icon will reappear[emoji6]
Sent from my LG-E435 using Tapatalk
Vidhanth said:
Yup it might be working but it's not practical to use a layer for that. For example if u want to install any status bar layer then the empty sim icon will reappear[emoji6]
Sent from my LG-E435 using Tapatalk
Click to expand...
Click to collapse
Actually no. I am myself using Cloudy IOS statusbar along with this. Works like a charm. I've posted a screenshot in the pf-cm thread if you wanna check that out.
Should've made that clear earlier. Sorry :angel:
ashikns said:
Actually no. I am myself using Cloudy IOS statusbar along with this. Works like a charm. I've posted a screenshot in the pf-cm thread if you wanna check that out.
Should've made that clear earlier. Sorry :angel:
Click to expand...
Click to collapse
OK thanks! Will include in op!
Sent from my Moto G 2014 using Tapatalk
It works in rom gzr validus v8 lolipop titan?
majr70 said:
It works in rom gzr validus v8 lolipop titan?
Click to expand...
Click to collapse
I haven't tried that rom so you'll have to try..
Sent from my Moto G 2014 using Tapatalk
Vidhanth said:
I haven't tried that rom so you'll have to try..
Sent from my Moto G 2014 using Tapatalk
Click to expand...
Click to collapse
Yeeeeessss it works fine. Thank you:good::good::good::good::good::good:
majr70 said:
It works in rom gzr validus v8 lolipop titan?
Click to expand...
Click to collapse
If u try the build i posted today and if u get this working. U can post a flashable zip there. I will pin it in the OP.
Thanks
Sent from my Moto G 2014 using XDA Free mobile app
Vatsal said:
If u try the build i posted today and if u get this working. U can post a flashable zip there. I will pin it in the OP.
Thanks
Sent from my Moto G 2014 using XDA Free mobile app
Click to expand...
Click to collapse
this .zip is for the rom Validus -LP v8.0 (07-06-2015)
When I try the new rom, if the sim icon shows, I'll upload the new .zip
excuse me for my english.
Enviado desde mi Moto G 2014 mediante Tapatalk
Can we hide the deactivated sim with this app on CM12.1??
Sent from my Moto G 2014 using XDA Free mobile app
iam_ajayc said:
Can we hide the deactivated sim with this app on CM12.1??
Sent from my Moto G 2014 using XDA Free mobile app
Click to expand...
Click to collapse
Try it out
Sent from my LG-E435 using Tapatalk
Vidhanth said:
Try it out
Sent from my LG-E435 using Tapatalk
Click to expand...
Click to collapse
Where is the apktool.bat I only find jar
zach61797 said:
Where is the apktool.bat I only find jar
Click to expand...
Click to collapse
Google apktool to download it. Btw, I don't think there's any requirement to do this, as all roms have that hidden now
Sent from my Moto G 2014 using Tapatalk

What roms can I use? (NON VZW sim)

Hello everyone, made an account just so I could firstly thank the guys who made it possible for me to unlock this bootloader and root my vzw note 3 after 2 years. Now then on to my question. I bought this phone in the US but family things caused me to move to Jamaica. I was wondering, what roms can I get working with the phone while I'm not using a Verizon sim card? Is any version of CM13 currently compatible?
Thanks in advance.
Dirty Unicorns v9.8 works for me with a french sim card.
The lte work ?
Envoyé de mon SM-N900V en utilisant Tapatalk
I tried DU but wondering about any others.
Try this Rom
Music Of Life 5.1.1 N5 Port for Note 3
So for the record. I got CM13 to work after changing the updater script to hltevzw where it said hltexxx anf changing SM-N9005 to N900V. Data, SMS, calls work. Haven't tested LTE.
Remember the sim I am using is a non vzw sim
IslandKxng said:
So for the record. I got CM13 to work after changing the updater script to hltevzw where it said hltexxx anf changing SM-N9005 to N900V. Data, SMS, calls work. Haven't tested LTE.
Remember the sim I am using is a non vzw sim
Click to expand...
Click to collapse
It would be nice if you would share your script then all we have to do is replace the one in the zip file right?
Also link to the cm 13 you are talking about
Which twrp
en11gma said:
It would be nice if you would share your script then all we have to do is replace the one in the zip file right?
Also link to the cm 13 you are talking about
Which twrp
Click to expand...
Click to collapse
all you have to do is delete the device recognition in update-script, then zip the rom again
yenkoPR said:
all you have to do is delete the device recognition in update-script, then zip the rom again
Click to expand...
Click to collapse
you didnt link to the exact rom you are using.
some ppl say cm13 and they are actually using an unofficial build by a seperate dev team then team cyanogenmod
you never mentioned what twrp recovry you are on or are you on Philz?
by "device recognition in updater-script" are you talking a specific area inside updater-script it self or just delete a file called updater script?
Could be mistaking but look for cm13 for the SM-N9005 is what I get from reading his post about editing
Sent from my SM-N900V using XDA-Developers mobile app
en11gma said:
you didnt link to the exact rom you are using.
some ppl say cm13 and they are actually using an unofficial build by a seperate dev team then team cyanogenmod
you never mentioned what twrp recovry you are on or are you on Philz?
by "device recognition in updater-script" are you talking a specific area inside updater-script it self or just delete a file called updater script?
Click to expand...
Click to collapse
I'm using the unofficial build by temasek https://s.basketbuild.com/devs/Joshndroid/Temasek Roms/hlte
I'm referring to a specific part of the updater script. Using twrp recovery.
yenkoPR said:
all you have to do is delete the device recognition in update-script, then zip the rom again
Click to expand...
Click to collapse
IslandKxng said:
I'm using the unofficial build by temasek https://s.basketbuild.com/devs/Joshndroid/Temasek Roms/hlte
I'm referring to a specific part of the updater script. Using twrp recovery.
Click to expand...
Click to collapse
did you use open gapps 6.0 nano or pico?
twrp 2.8.6 or 3.0.2?
en11gma said:
you didnt link to the exact rom you are using.
some ppl say cm13 and they are actually using an unofficial build by a seperate dev team then team cyanogenmod
you never mentioned what twrp recovry you are on or are you on Philz?
by "device recognition in updater-script" are you talking a specific area inside updater-script it self or just delete a file called updater script?
Click to expand...
Click to collapse
um ok, im using music of life n5 port for vzw, im on 5.1.1 and i use twrp.
you have to extract update-script from the rom, then open it in text editor and delete the code that detects the divice, etc.
go to the Rom zip and extract from META-INF/com/google/android/ the update-script then upload it to onedrive, google drive, dropbox, mega, etc and send me a link to it or upload it to this thread or idk, so i can edited for you
yenkoPR said:
um ok, im using music of life n5 port for vzw, im on 5.1.1 and i use twrp.
you have to extract update-script from the rom, then open it in text editor and delete the code that detects the divice, etc.
go to the Rom zip and extract from META-INF/com/google/android/ the update-script then upload it to onedrive, google drive, dropbox, mega, etc and send me a link to it or upload it to this thread or idk, so i can edited for you
Click to expand...
Click to collapse
https://www.dropbox.com/s/t9eo0ngcpd7bsdc/updater-script?dl=0
en11gma said:
https://www.dropbox.com/s/t9eo0ngcpd7bsdc/updater-script?dl=0
Click to expand...
Click to collapse
wow dropbox is a pain in the a.. copy paste and re-zip the rom https://www.dropbox.com/s/mep2w1itfl0q9ck/updater-script?dl=0
to download it for me i had to export to device and save it in downloads
en11gma said:
did you use open gapps 6.0 nano or pico?
twrp 2.8.6 or 3.0.2?
Click to expand...
Click to collapse
Used open gapps nano and twrp err i dont remember. Used flashify and clicked the top latest one. I'll check though.
Thanks yenkoPR for posting that edited script. If you guys need help just quote me in the post or send me a PM.
yenkoPR said:
wow dropbox is a pain in the a.. copy paste and re-zip the rom https://www.dropbox.com/s/mep2w1itfl0q9ck/updater-script?dl=0
to download it for me i had to export to device and save it in downloads
Click to expand...
Click to collapse
will give this a try soon.
my gps wasnt working right so im having to flash all the way back to stock OF1 and have to root and retail to dev bl unlock too.
anyhow this time im going to backup my gps.conf and my apn settings but use apn backup tool...i forget exact tool name
then im going to update to twrp 3.0.2.0 or w/e and make a twrp backup
at this point ill start messing with the updater script etc....
my gps i hope gets fixed by going back to stock
en11gma said:
did you use open gapps 6.0 nano or pico?
twrp 2.8.6 or 3.0.2?
Click to expand...
Click to collapse
en11gma said:
will give this a try soon.
my gps wasnt working right so im having to flash all the way back to stock OF1 and have to root and retail to dev bl unlock too.
anyhow this time im going to backup my gps.conf and my apn settings but use apn backup tool...i forget exact tool name
then im going to update to twrp 3.0.2.0 or w/e and make a twrp backup
at this point ill start messing with the updater script etc....
my gps i hope gets fixed by going back to stock
Click to expand...
Click to collapse
I hope it works out for you. Let me know what happens

Xperia Z3 [D6603] 23.5.A.1.291 DEODEXED Stock ROM (Kernel and Baseband Included)

Edit 2018: Mediafire removed the file due to it being "a virus". In reality they attempted to get me to purchase a bitdefender subscription from them to "fix" the viruses on my PC. They targeted random files as some versions of Fragment ROM which is based on THIS ROM were left up (where is the virus??).
Sorry guys I don't have a copy so it's up to someone else to host if they have a copy and feel like it.
The page now stands for reference:
Xperia Z3 Deodexed Stock 23.5.A.1.291 GLOBAL
Model: D6603
(The obvious disclaimer: I am not responsible for anything that goes wrong with your device if you flash this. I have taken as many steps possible to ensure top quality and am running this myself, but you have been warned!!)
Not much to say really. Latest Sony release ready to be flashed or used as ROM base. RXSMB members (you know who you are) don't need any permission to use this, others please send a quick PM I'm pretty good at responding quickly. I know how much of a pain choosing your base can be.
All stock as it was when Sony released it. Only been deodexed by myself.
Can be flashed on Locked Bootloader and will give you root and recovery (TWRP 3.0.2 and SuperSU 2.76). Includes the latest kernel and baseband 61 from the ftf, but that is all. No FOTA etc.
V2 Changelog: SuperUserMOD integrated. No need to flash the patch.
Removed Chrome, Browser and Drive from system. Download from Play if you need.
Deodexed the two apks in system/vendor/apps that I missed
The APN downloader (ie Download Internet Settings) is fixed - Special Thanks to @Rajeev for this
MediaFire link: Removed due to their racketeering. Flagged file as virus trying to make me purchase bitdefender from them. lol.
MD5: de083b0d5818f364aee6fc60c695bc5f
Patch V1 to V2: Removed for same reason as ROM
(You still need to manually delete from /system/app - Browser, Chrome, and Drive folders --- If it still doesn't work just install the main V2. Dirty flash will be fine)
For all versions there is a Chrome issue. To FIX navigate with a root browser to system/vendor/apps and delete the ChromeCustomizations folder and the ims folder. Reboot and Chrome from Play Store will work now.
Install Instructions:
(Best results will come from installing over Marshmallow)
Boot into TWRP Recovery
Clean install recommended (wipe only data), but not entirely necessary unless you have issues. Do not wipe System as this is done by scripts.
Flash the ROM
Wipe dalvik and cache
Count to three
Reboot
Any issues let me know ASAP in comments.
Additionally people seem to be having issues with the Stock Browser and Google Drive. It is best to delete them with a root browser from /system/app and then install them from Play Store.
ADDONS:
SuperUserMod made by editing the services.jar. Flashable zip for recovery. It will overwrite the services.jar in framework. Please make a backup before flash (just in case).
Removed for same reason as ROM
Huge thanks to all of RXSMB Team for guidance on getting this together and also to @Bloodlvst and @kansasboy001 for helping with the baseband stuff and @Pandemic for some of the installer. Biggest thanks to @Wolfbreak for Root and Recovery and making it possible on MM.
ENJOY!!!
(If I need to adjust this thread, the ROM, my attitude etc please PM me straight away to work things out. First proper ROM post even though it's stock so I can still get stuff wrong and I know that)
The z3 is on different models, this one which is it? Thanks
Trimis de pe al meu D6603 folosind Tapatalk
valentinrascu said:
The z3 is on different models, this one which is it? Thanks
Trimis de pe al meu D6603 folosind Tapatalk
Click to expand...
Click to collapse
Ah yes sorry important information!!!
D6603
Updating OP
Dobsgw said:
Ah yes sorry important information!!!
D6603
Updating OP
Click to expand...
Click to collapse
Great work brother. I am little late. Already deodexed my stuff. Anyway thanks alot for sharing brother
Thank you so much for your work.
I like that there is no type of change but only Deodexed.
Just one question: icon or 4G LTE?
Thanks anyway friend. :good::good:
xfire said:
Thank you so much for your work.
I like that there is no type of change but only Deodexed.
Just one question: icon or 4G LTE?
Thanks anyway friend. :good::good:
Click to expand...
Click to collapse
Not 100? sure as I use a ported system UI from Xperia X.
I imagine it's just the 4G icon as I used the Global ftf from Sony. If it's not in the system UI then it's definitely the 4G icon as this is what I have.
Great work bro \m/
Sent from MWA Pro-Spect V1.0.0 On My Z5
Nice! Now i only need superuser mod ?
how to deodex sony's rom
krushhh said:
Nice! Now i only need superuser mod
Click to expand...
Click to collapse
If you need SuperUserMod I have just edited the services.jar so it is integrated right into the ROM. Flashable zip so just flash and it should work. Would be nice if you could test for me. Working fine for me
Dobsgw said:
If you need SuperUserMod I have just edited the services.jar so it is integrated right into the ROM. Flashable zip so just flash and it should work. Would be nice if you could test for me. Working fine for me
Click to expand...
Click to collapse
So ur rom (link) from post 1 is already updated?
krushhh said:
So ur rom (link) from post 1 is already updated?
Click to expand...
Click to collapse
No it's an add on.
I edited the services.jar to have SUMod. Just flash in recovery onto the ROM and you'll have SUMod I hope.
Check OP for link.
Working fine for me.
Ok. I'll test it. Thanks man.
krushhh said:
Ok. I'll test it. Thanks man.
Click to expand...
Click to collapse
No worries. I needed to to it for myself anyways
Bro can you just upload the baseband? Would be really cool
Sent from my D6603 using XDA-Developers mobile app
Dobsgw said:
No worries. I needed to to it for myself anyways
Click to expand...
Click to collapse
The zip doesn't format data, right?
krushhh said:
The zip doesn't format data, right?
Click to expand...
Click to collapse
Nope
Sent from my D6603 using XDA-Developers mobile app
krushhh said:
The zip doesn't format data, right?
Click to expand...
Click to collapse
I'd never mess you up like that don't worry. I inflict all this stuff on my own device before anyone else get's it
dontbelive said:
Bro can you just upload the baseband? Would be really cool
Sent from my D6603 using XDA-Developers mobile app
Click to expand...
Click to collapse
Yeah sure give me a minute
dontbelive said:
Bro can you just upload the baseband? Would be really cool
Sent from my D6603 using XDA-Developers mobile app
Click to expand...
Click to collapse
Okay here is just the baseband files. Not flashable or anything so I won't add to OP so less confusion.
That's what you wanted right?

[ROM][surnia] CyanogenMOD 12.1 Stable ROM for Moto E 2015 (LTE)

Hello friends!
Since the CyanogenMOD 13 arrived for “Moto E 2015 LTE”, admin of cyanogenmod.org removed CyanogenMOD 12.1 ROM from their site catalog :crying: :crying: .
Luckily, I downloaded that last and most stable CyanogenMOD 12.1 ROM for “Moto E 2015 LTE” just before they delete it from website :victory: :victory: ; which is based on Android 5.1.1 Lollipop.
So today, I am providing you that last and most stable CyanogenMOD 12.1 ROM and its installation procedure.
First, you need to download the ADB/Fastboot Files, CyanogenMOD ROM zip file, GApps, Stable and functional Squid Kernal zip file, SuperSU Update zip file and most important thing, Custom TWRP Recovery. Without custom recovery, you cannot flash CyanogenMOD ROM.
Here are the links to download these files.
1: Download ADB-Fastboot files (Android SDK Tools) from HERE
2: Download CyanogenMOD 12.1 ROM zip file from HERE.
3: Download TWRP-3.0.2 Recovery from HERE or HERE.
4: Download GApps from HERE or Here.
5: Download Squid Kernal zip file from HERE or Here.
6: Download SuperSU zip file from Here or Here.
umairprince2009 said:
Hello friends!
Since the CyanogenMOD 13 arrived for “Moto E 2015 LTE”, admin of cyanogenmod.org removed CyanogenMOD 12.1 ROM from their site catalog :crying: :crying: .
Luckily, I downloaded that last and most stable CyanogenMOD 12.1 ROM for “Moto E 2015 LTE” just before they delete it from website :victory: :victory: ; which is based on Android 5.1.1 Lollipop.
So today, I am providing you that last and most stable CyanogenMOD 12.1 ROM and its installation procedure.
First, you need to download the ADB/Fastboot Files, CyanogenMOD ROM zip file, GApps, Stable and functional Squid Kernal zip file, SuperSU Update zip file and most important thing, Custom TWRP Recovery. Without custom recovery, you cannot flash CyanogenMOD ROM.
Here are the links to download these files.
1: Download ADB-Fastboot files (Android SDK Tools) from HERE
2: Download CyanogenMOD 12.1 ROM zip file from HERE.
3: Download TWRP-3.0.2 Recovery from HERE or HERE.
4: Download GApps from HERE or Here.
5: Download Squid Kernal zip file from HERE or Here.
6: Download SuperSU zip file from Here or Here.
Click to expand...
Click to collapse
Please make a change in your post and add links to Squid's TWRP rather than official cause official has mounting and unmounting issues leading to corrupted gapps.
I'll flash this ROM in a few minutes. Thanks for posting the link to it
Honestly I don't see the point in using CM12.1 anymore CM13 is pretty stable now.
Sent from my XT1521 using XDA Labs
ayush rao said:
Honestly I don't see the point in using CM12.1 anymore CM13 is pretty stable now.
Click to expand...
Click to collapse
Well, some people might not like Marshmallow so they go back to Lollipop.
VenomMOD said:
Well, some people might not like Marshmallow so they go back to Lollipop.
Click to expand...
Click to collapse
Marshmallow is the same except better.
Cobra04 said:
Marshmallow is the same except better.
Click to expand...
Click to collapse
I just noticed while using this rom, it got really laggy just by pulling down the notifications shade. So, you're right about Marshmallow being better to an extent.
Hello. How can I unlock the bootloader of the Moto E XT1528?
Itachi_3000 said:
Hello. How can I unlock the bootloader of the Moto E XT1528?
Click to expand...
Click to collapse
You can't.
VenomMOD said:
I just noticed while using this rom, it got really laggy just by pulling down the notifications shade. So, you're right about Marshmallow being better to an extent.
Click to expand...
Click to collapse
I am using this CM12.1 ROM from the date it was posted on CM's site. It is working flawlessly. I didn't even do a Factory Data Reset to it from last 7 months, No lagging, no issues, working absolutely fine with great battery life.
umairprince2009 said:
I am using this CM12.1 ROM from the date it was posted on CM's site. It is working flawlessly. I didn't even do a Factory Data Reset to it from last 7 months, No lagging, no issues, working absolutely fine with great battery life.
Click to expand...
Click to collapse
Anyway to get VOLTE working ?
theratedrock said:
Anyway to get VOLTE working ?
Click to expand...
Click to collapse
Just use LAOS.
Sent from my surnia using XDA Labs
ayush rao said:
Just use LAOS.
Click to expand...
Click to collapse
-_-
theratedrock said:
Anyway to get VOLTE working ?
Click to expand...
Click to collapse
I didn't try to get VoLTE on this so i am not sure about it.
umairprince2009 said:
I didn't try to get VoLTE on this so i am not sure about it.
Click to expand...
Click to collapse
Doesn't work though.
If you guys still want to use LP based ROM, I recommend PAC-LP. https://www.androidfilehost.com/?w=files&flid=162292

Enable oss hal on any nougat rom

So guys there were many people who wanted to enable oss hal on there old favourite nougat roms , so here i found a way to enable oss hal on Nougat roms, this may not work on H2os or Zui Although you can try. I tested this personally on viper,it works well
So here we go,
(1) Make sure You Know how to use root explorers.
(2) Now extract the oss.zip
(3)Now Paste the following files in Root/system/lib
° libmm-qcamera.so
°libmmcamera_interface.so
°libmmjpeg_interface.so
°libqomx_core.so
(4) Now paste the following file in Root/system/lib/hw
°camera.msm8996.so
(5) Now paste the following file in Root/system/bin
° mm-qcamera-app
(6) Reboot
(7) Boom! Now oss is enabled on your rom, Enjoy!
GUYS ,WORK MADE EASY NOW ATTACHED THE FLASHABLE ZIP BELOW
Sorry bro, what is oss hal? What does it improve? What's its function?
Sent from my Z2 Plus using Tapatalk
after that google cam will work???
MaikelAt said:
Sorry bro, what is oss hal? What does it improve? What's its function?
Sent from my Z2 Plus using Tapatalk
Click to expand...
Click to collapse
if you want to use portrait mod using Google camera mod app you have to enable the oss function in the rom. Which is already enabled in most of the oreo roms.
Make a flashable zip and easy out the process.
Will help people who only know how to flash..
Btw good work
amit gaikwad said:
after that google cam will work???
Click to expand...
Click to collapse
Yes it will.
[email protected] said:
So guys there were many people who wanted to enable oss hal on there old favourite nougat roms , so here i found a way to enable oss hal on Nougat roms, this may not work on H2os or Zui Although you can try. I tested this personally on viper,it works well
So here we go,
(1) Make sure You Know how to use root explorers.
(2) Now extract the oss.zip
(3)Now Paste the following files in Root/system/lib
° libmm-qcamera.so
°libmmcamera_interface.so
°libmmjpeg_interface.so
°libqomx_core.so
(4) Now paste the following file in Root/system/lib/hw
°camera.msm8996.so
(5) Now paste the following file in Root/system/bin
° mm-qcamera-app
(6) Reboot
(7) Boom! Now oss is enabled on your rom, Enjoy!
Click to expand...
Click to collapse
Added twrp flashable zip
Have u tried it with google cam?. And what permission I have to change after pasting it
not working ZUI 3.5 (Oreo)
Not working in DU 11.6
This flashable zip is not working in twrp.
Invalid zip
MtBlackstar said:
This flashable zip is not working in twrp.
Invalid zip
Click to expand...
Click to collapse
Working well, I tested it
---------- Post added at 03:58 AM ---------- Previous post was at 03:35 AM ----------
@[email protected] flashed Darkmoon kernel and Camera blobs, Now portrait working well
MtBlackstar said:
This flashable zip is not working in twrp.
Invalid zip
Click to expand...
Click to collapse
On which ROM have you tried?
Got working it on AOSiP nougat variant!
Great Job!
Fantastic Flashed osstwrp and it works!!
You've made Viper OS Great Again !!
Finally, manual camera compatibility test returns positive !! :laugh:
Awesome
Confirmed working on AEX 4.6
Thanks a lot
[email protected] said:
Added twrp flashable zip
Click to expand...
Click to collapse
OP can you upload this to post #1 please ?. Thanks!! :highfive:
MtBlackstar said:
This flashable zip is not working in twrp.
Invalid zip
Click to expand...
Click to collapse
Lol,u used the manual zip not the twrp flashable zip
amit gaikwad said:
Have u tried it with google cam?. And what permission I have to change after pasting it
Click to expand...
Click to collapse
I checked with Gcam Mod and it works. On AEX 4.6
Renamed the original files and pasted these files in the appropriate location with same permissions
664 or -rw-r--r--
libmm-qcamera.so
libmmcamera_interface.so
libmmjpeg_interface.so
libqomx_core.so
camera.msm8996.so
755 or -rwxr-xr-x
mm-qcamera-app
Good job, now zuk 2 is worth keeping...waiting for someone to test this on h2os or zui...

Categories

Resources