[WORKAROUND] Xposed bootloops in Sony Xperia family - Xposed Framework Development

Fix found and released:
http://forum.xda-developers.com/showthread.php?p=60454547
Downloads & instructions: http://forum.xda-developers.com/showthread.php?t=3034811
Discussion & Q&A:http://forum.xda-developers.com/xposed/official-xposed-lollipop-t3030118
I asked moderator to close this thread as issue was fixed by releasing new version of Xposed framework. Please send your further questions and post to respective thread.
Hi guys,
as you may have notice, number of users have problems with latest Alpha on whole family of 5.0.2 Lollipop devices. Installing Xposed on untouched Stock firmware leads into bootloops.
We have not been able to rule out specific root cause, however the bootloop condition is directly affected by number of APKs processed by at boot.
It have been found out that debloating the ROM removes the bootloop, however limit of installed and processed APKs is somewhere about 320.
Update of system app counts as two, as 2 APKs (one in /data and one in /system) are likely processed.
Later the cause was estimated to be too many open files while processing APKs. First successful workaround was made by modifying and recompiling kernel to allow 4096 open files (originally 1024). However this only works on unlocked bootloaders. Yesterday I published script and binary that modifies max number of open files for zygote process at boot to 4096.
Both above mentioned methods effectively remove the bootloop and users can use it with untouched Stock ROMs. The workaround is non-device specific, so should work on other devices too, where bootloops are caused by same problem.
I am letting you know to review your code and/or constellation to determine if there is possible bug in Xposed leaving too many handles open while parsing apks and whether this problem is specific to Sony devices... or is the problem somewhere else.
Original thread with credits to others and source code for fix: http://forum.xda-developers.com/crossdevice-dev/sony/workaround-bootloops-xposed-lollipop-t3089203

Wonder if this Workaround works for Samsung devices as well.........

Stupifier said:
Wonder if this Workaround works for Samsung devices as well.........
Click to expand...
Click to collapse
I need somebody to try, have no Samsung here. The thing is safe to try, it doesnt modify ROM or anything.

ondrejvaroscak said:
I need somebody to try, have no Samsung here. The thing is safe to try, it doesnt modify ROM or anything.
Click to expand...
Click to collapse
I'll try it over the weekend....don't have time currently. I quickly read over the thread about it. Seemed like there was a zip to Uninstall/Reverse everything done if things go wrong?

Stupifier said:
I'll try it over the weekend....don't have time currently. I quickly read over the thread about it. Seemed like there was a zip to Uninstall/Reverse everything done if things go wrong?
Click to expand...
Click to collapse
The mod is so stupid simple that it does not need uninstall zip. The uninstall zip removes whole Xposed framework.

Seems all the instructions reference a bunch of Sony-Specific items......I'm getting confused how I would even begin to try this on another device. I don't think I'd be a good person to try this, sorry.
I do hope some other, more capable person WILL try this out on a Samsung TouchWiz Lollipop device though. There are so many Samsung users who would love to use Xposed again.

Stupifier said:
Seems all the instructions reference a bunch of Sony-Specific items......I'm getting confused how I would even begin to try this on another device. I don't think I'd be a good person to try this, sorry.
I do hope some other, more capable person WILL try this out on a Samsung TouchWiz Lollipop device though. There are so many Samsung users who would love to use Xposed again.
Click to expand...
Click to collapse
Which Sony specific?
Sent from my D6603 using XDA Free mobile app

ondrejvaroscak said:
Which Sony specific?
Sent from my D6603 using XDA Free mobile app
Click to expand...
Click to collapse
"Functional XZDualRecovery or other form of init.d support." -My ROM has init.d support...I have no idea if my Recovery does though....I have SafeStrap and also use FlashFire to flash things.
Also, from my understanding, the steps I would follow would be....
1. Flash xposed arm zip.
2. Flash sony fix zip.....do I need to reboot in between these two flashes. I'm assuming no?
3. What else do I need to do?

Stupifier said:
"Functional XZDualRecovery or other form of init.d support." -My ROM has init.d support...I have no idea if my Recovery does though....I have SafeStrap and also use FlashFire to flash things.
Also, from my understanding, the steps I would follow would be....
1. Flash xposed arm zip.
2. Flash sony fix zip.....do I need to reboot in between these two flashes. I'm assuming no?
3. What else do I need to do?
Click to expand...
Click to collapse
Flash first the fix then xposed. You need wipe dalvik and cache after xposed flash. The fix is general Linux thing do runs on all brands not only Sony.
Sent from my D6603 using XDA Free mobile app

ondrejvaroscak said:
Flash first the fix then xposed. You need wipe dalvik and cache after xposed flash. The fix is general Linux thing do runs on all brands not only Sony.
Sent from my D6603 using XDA Free mobile app
Click to expand...
Click to collapse
According to the instructions of @mionica the Sony fix should be flashed AFTER Xposed zip...... More confusion

Stupifier said:
According to the instructions of @mionica the Sony fix should be flashed AFTER Xposed zip...... More confusion
Click to expand...
Click to collapse
The order doesn't really matter; the reason I indicated a specific order was precisely so people wouldn't have an excuse to ask about the order

Alright, tried it.
Definitely did not work....Caused hard boot error. Have to re-do everything including root to get back.

Stupifier said:
According to the instructions of @mionica the Sony fix should be flashed AFTER Xposed zip...... More confusion
Click to expand...
Click to collapse
If you would understand how Android works and what the fix does, you would realize that it in fact DOES NOT MATTER if you flash it before or after.
For that you must redo everything I am sorry, but that´s a developer life While there is no way how this piece of code can cause hard boot error, I assume that the boot error is caused by Xposed itself. Simply this hack just allowed Xposed to initialize and failed during init... The question is whether you have correctly wiped Dalvik and cache after flashing Xposed... But I assume yes. To further isolate the problem, it would be useful to first flash the fix, reboot to see if it did not caued any problems and only then flash Xposed.
The other thing is that developer of Xposed WARNS on his thread, that Xposed is NOT working on current Samsung devices, hence I assume that this fix would not make any difference as there are some Samsung specific issues related to KNOX.

Rovo89 just post a new xposed framework (flashable zip) alpha 3, can someone confirm it fully works on Xperia z2 ou z3..

Konvict64 said:
Rovo89 just post a new xposed framework (flashable zip) alpha 3, can someone confirm it fully works on Xperia z2 ou z3..
Click to expand...
Click to collapse
Nope, suffers the same handle leak as previous version.
See here latest update http://forum.xda-developers.com/showthread.php?p=60268402

Thread to close
Fix found and released:
http://forum.xda-developers.com/showthread.php?p=60454547
Downloads & instructions: http://forum.xda-developers.com/show....php?t=3034811
Discussion & Q&A:http://forum.xda-developers.com/xpos...lipop-t3030118
I asked moderator to close this thread as issue was fixed by releasing new version of Xposed framework. Please send your further questions and post to respective thread.

@ondrejvaroscak
links not working.

starbase64 said:
@ondrejvaroscak
links not working.
Click to expand...
Click to collapse
just tested them all, working fine

Thread closed per OP request.

Related

[NS4G-D720][ROM] Stock 4.0.4/IMM76D DEODEX (Error-Free Decompiling)

Contents:
Android 4.0.4/IMM76D deodexed ROM in flashable ZIP format. Will not produce errors when decompiling APK/JAR files.
Includes Superuser and boot.img root-level access. Does not include radio or recovery.
Changelog:
[R1/02APR2012]: ROM base changed from 4.0.4/IMM26 to 4.0.4/IMM76D. Files updated from stock IMM76D listed below.
Updated File List:
system/app/GoogleEarth.apk (v.6.2.1.6363 :: Earth)
system/app/googlevoice.apk (v.0.4.2.54 :: Voice)
system/app/Maps.apk (v.6.5.0 :: Maps)
system/app/Phonesky.apk (v.3.5.15 :: Play Store)
system/app/Wallet.apk (v.1.1-R57v4 :: Wallet)
system/lib/libearthmobile.so
Notes:
The need to wipe data beforehand is dependent on which ROM you're already using, but is advisable when possible for the sake of simplicity.
[R1] http://www.mediafire.com/file/48w84r8v3qbb8bw/NS4G-4.0.4-IMM76D-DEODEX-R1.zip
So does this mean the SystemUI in this version is able to decompile without errors? If so how exactly did you do this?
Thanks.
ssconceptz said:
So does this mean the SystemUI in this version is able to decompile without errors? If so how exactly did you do this?
Thanks.
Click to expand...
Click to collapse
I used smali and allowed each APK to reference all of the .odex files in the framework, added the classes.dex files to their respective APKs, and zipaligned. I don't know if it matters, but I did those steps through the command line, although I'm sure the process would be a lot faster with a script. If you would like the exact line-by-line process that I used, let me know.
So how is this Rom & all I have to do is download & flash it or is there another step to do?
Sent from my Nexus S 4G using xda premium
Killasmoke said:
So how is this Rom & all I have to do is download & flash it or is there another step to do?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
The procedures are the same as for other ZIP-based ROMs: download, transfer to phone, and flash through recovery. You may or may not need to erase your data (depending on which ROM you're coming from), but backing up your data beforehand is advisable and never hurts.
I haven't received any feedback regarding this specific ROM yet (I don't know if that's a good or bad sign). The main difference is that it's deodexed and will decompile without errors. I'm sure there are other threads with more in-depth information on IMM26 changes/improvements/issues.
SuperUser
I was impressed with this rom for the first few minutes I used it. But then I found out that my SuperUser app wasn't working. I tried updating the binaries through the app itself but it couldn't gain root access. I downloaded the file again and flashed it again but SuperUser still didn't work. It was the same problem with not gaining root access. So I flash the SuperUser zip file from zedomax's tutorial on rooting the Nexus S 4G and I was able to gain root access. Just thought I'd tell you.
mvilla, how did you fix the superuser root access problem? i am having the same problem when i try to update binary, and im getting permission error when i try to flash recovery in rom manager, i think is because of superuser not working.
I went to nexusshacks.com and downloaded the nexussrootICS.zip file (I think that's what its called). There's a SuperUser.zip file within that zip file. I moved the file to my phone and flashed it in recovery (wipe cache and dalvik cache of course). And its working well.
Sent from my Nexus S 4G using XDA App
mvilla8 said:
I was impressed with this rom for the first few minutes I used it. But then I found out that my SuperUser app wasn't working. I tried updating the binaries through the app itself but it couldn't gain root access. I downloaded the file again and flashed it again but SuperUser still didn't work. It was the same problem with not gaining root access. So I flash the SuperUser zip file from zedomax's tutorial on rooting the Nexus S 4G and I was able to gain root access. Just thought I'd tell you.
Click to expand...
Click to collapse
Thanks for bringing that to my attention. Uploaded an updated version in the OP that addresses the Superuser issue. Sorry for the inconvenience.
satuday said:
mvilla, how did you fix the superuser root access problem? i am having the same problem when i try to update binary, and im getting permission error when i try to flash recovery in rom manager, i think is because of superuser not working.
Click to expand...
Click to collapse
This update is from ChainsDD's site and has the latest Superuser app and binary. Should accomplish the same thing.
XK72 said:
I used smali and allowed each APK to reference all of the .odex files in the framework, added the classes.dex files to their respective APKs, and zipaligned. I don't know if it matters, but I did those steps through the command line, although I'm sure the process would be a lot faster with a script. If you would like the exact line-by-line process that I used, let me know.
Click to expand...
Click to collapse
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
sniperkill said:
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
Click to expand...
Click to collapse
Did you ever get that step-by-step process for deodexing ICS from the OP? If so, can you send it to me?
I guess the Google Apps are included?
Will there be any further updates to this in the near future, or has this reached the end of the line so-to-speak? Just curious because I like having the natural AOSP of this.
Been using this since the 9th and I have to say it's very smooth. Very stock too, which obviously is what it's supposed to be. Just saying that for anyone who comes in looking for something customized. This is basically pure vanilla ICS.
Sorry for the delayed replies. I've been hammered by other obligations lately.
sniperkill said:
Hey buddy, I'd LOVE to have the step-by-step, or line-by-line on the process you used to decompile. If you could PM me, or post it up here for everyone to use, that would be great!! I'm kinda new to the decompiling and compiling scene so any help would be great! Also, you said that most devs that use ICS probably use a kitchen to decompile and compile their .jar and .apk files, where is this kitchen? Or are you talking about Android SDK?
Click to expand...
Click to collapse
mabry said:
Did you ever get that step-by-step process for deodexing ICS from the OP? If so, can you send it to me?
Click to expand...
Click to collapse
I'll try my best to post the steps later today or tomorrow. Sorry to keep you waiting.
akabadnews said:
I guess the Google Apps are included?
Click to expand...
Click to collapse
The stock Google apps are included. There are now two choices: One has the apps that were included in the IMM26 release (R3) and I have also included the latest app updates and related binary files as (R4).
The Batman said:
Will there be any further updates to this in the near future, or has this reached the end of the line so-to-speak? Just curious because I like having the natural AOSP of this.
Click to expand...
Click to collapse
I have replaced the Google apps that have been updated since the IMM26 release. There are rumblings that the official ICS ROM should be released sometime soon. I'm not holding my breath, but I'll offer the same thing to that release once it comes out.
If you're asking about adding functionality or features, I don't think I'd have anything unique to offer since there are so many other ROMs and customizable updates out already. I have considered including FaceLock functionality, but it adds quite a bit of size to the ROM and honestly, it hasn't worked very well for me. If there is enough interest, I'll include it as a separate revision in the future.
I'm getting a error for the media fire links. New link please?
Sent from my Nexus S 4G using xda premium
xamadeix said:
I'm getting a error for the media fire links. New link please?
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Sorry about that. I don't know what happened there. Link fixed.
XK72 said:
Sorry about that. I don't know what happened there. Link fixed.
Click to expand...
Click to collapse
Thank you
Sent from my Nexus S 4G using xda premium
Does anyone have problems turning Bluetooth on?
Sent from my Nexus S 4G using Tapatalk
XK72 said:
I have replaced the Google apps that have been updated since the IMM26 release. There are rumblings that the official ICS ROM should be released sometime soon. I'm not holding my breath, but I'll offer the same thing to that release once it comes out.
If you're asking about adding functionality or features, I don't think I'd have anything unique to offer since there are so many other ROMs and customizable updates out already. I have considered including FaceLock functionality, but it adds quite a bit of size to the ROM and honestly, it hasn't worked very well for me. If there is enough interest, I'll include it as a separate revision in the future.
Click to expand...
Click to collapse
I would rather have the straight vanilla experience. Thanks for responding.
Edit: Also, touch to focus would be nice for the camera if at all possible. Thanks.

[MOD][XPOSED] NFC Icon Remover [HTC One/One X]

NFC Icon Remover
**You can now get NFC Icon Remover on the Xposed Framework's Download tab. In this way, if I update it, you will get update notice via Xposed framework. However, I will still post the most updated file here once available! **
I just wrote this little App for my own use to remove the ugly (IMHO) NFC icon. With the power of XPosed framework, there are no need to modify the NFC.apk and the Icon is complete GONE.
For those you may not know, the NFC icon appears on HTC One and One X (after Android 2.2 update). This take out the precious space of status bar while looking really ugly.
Please be noted to use this mod, you need XPosed framework by rovo89. You could get the Framework at http://forum.xda-developers.com/showthread.php?t=1574401
This App has no icon of it's own. Just side load attached NFCIconRemover.apk and enable it in the Xposed Installer then reboot. You will notice the NFC icon will be gone after reboot.
Since this is my first Android app (Actually my last time writing any SW is 20 years ago! Haha!) so feel free to risk your phone by installing this. I am NOT responsible if it anything went wrong after install this mod.
I had only test this on my HTC One X (international version) with MaximusHD 21.1.0 (a very good custom ROM). Please feel free to feedback on this thread and I will try to resolve as much as I could.
If you find this useful, it would be appreciated to push the "Thank" button!
Great thanks go to rovo89 for this fabulous framework!!!
When I try to install from within xposed framework, I get the following error message:
Package name is incorrect (downloaded: com.lssong.nfciconremover, expected: NFCIconRemover)
Any idea?
edit: Just noticed that manual installation of the .apk works. So more or less a non-issue, but maybe worth solving anyway.
BigBlue007 said:
When I try to install from within xposed framework, I get the following error message:
Package name is incorrect (downloaded: com.lssong.nfciconremover, expected: NFCIconRemover)
Any idea?
edit: Just noticed that manual installation of the .apk works. So more or less a non-issue, but maybe worth solving anyway.
Click to expand...
Click to collapse
Yeah, I get the same thing happening.
As said above, manual installation of the .apk worked fine. The module is now listed in xposed framework, and I could enable it. Unfortunately it's not removing the NFC icon on my device (LG G2).
Deleted due to double post
BigBlue007 said:
As said above, manual installation of the .apk worked fine. The module is now listed in xposed framework, and I could enable it. Unfortunately it's not removing the NFC icon on my device (LG G2).
Click to expand...
Click to collapse
Thanks for trying out! I just fixed the download installation issue in the Xposed framework. It should work now... *My Bad*...
As for LG G2 not working... Since I don't have a LG, could you please help by checking if the LG G2's NFC service package name is com.android.nfc? If not, what is the name?
Thanks!
Hi. How can i have the nfc back again? Thanks
Installed, works great, thanks!
rharta said:
Hi. How can i have the nfc back again? Thanks
Click to expand...
Click to collapse
If you want the NFC icon back, just disable this module in XPosed frameworks and reboot. The NFC icon will be back. (uninstalling the module then reboot will do the same trick)
SephirothXIIIX said:
Do you know if this is supposed to work with the 4.3 update? I've installed the Xposed Framework and enabled the module and rebooted, but I still have the annoying icon.
Click to expand...
Click to collapse
Since my One X doesn't have 4.3 yet, so I cannot test myself. However, as long as Xposed framework works and the NFC process is named "com.android.nfc" then it *should* work.
Feel free to install it and post your result here! It won't hurt anything and if it doesn't work, just remove it.
If it doesn't work, could you please let me know your NFC's process name so I could add it.
Thanks!
Sony Xperia Z
Process name is
com.sonymobile.nfc
Or at least it is on my rooted stock T-Mobile version. Model #C6606. Running 4.1.2 (I know, ridiculous).
Thanks for the mod. I hate that icon!
lssong99 said:
Thanks for trying out! I just fixed the download installation issue in the Xposed framework. It should work now... *My Bad*...
As for LG G2 not working... Since I don't have a LG, could you please help by checking if the LG G2's NFC service package name is com.android.nfc? If not, what is the name?
Thanks!
Click to expand...
Click to collapse
LgNfc.apk
Ok, I will add both when I can get back to my PC with the source code next week!
Sent from my HTC One X using XDA Premium HD app
Palthron said:
LgNfc.apk
Click to expand...
Click to collapse
Sorry, LgNFC.apk is the name of the apk file... Can you try to get the "process name" which looks like com.android.nfc? (I guess LG's might look like com.lge.nfcaddon ...)
If you don't know how to get a process name, try to get Android Tuner free. In that app you can see all the process name!
From the information on XDA, it seems LG had their own implementation of NFC and lot of things are changed under-hook. I had look up into the BaskSamli people provide and pull the com.lge.nfcaddon. Not sure if it's correct and even if it's correct, will it work or not.
Anyway, you can try the attached apk and check yourself! If it works, I will post it on the XPosed framework's download page
Cheers!
probablymartin said:
Process name is
com.sonymobile.nfc
Or at least it is on my rooted stock T-Mobile version. Model #C6606. Running 4.1.2 (I know, ridiculous).
Thanks for the mod. I hate that icon!
Click to expand...
Click to collapse
I have added to hook also Sony's nfc but but sure if it will work or not. Could you please side load this apk and test for me? If it works, I will post it on the XPosed Framework's download page!
Thanks!
maybe try again?
That did not work on my Xperia. But I may have flubbed the service name. Perhaps try:
com.sonymobile.nfc.NfcServiceEx
Thanks!
probablymartin said:
That did not work on my Xperia. But I may have flubbed the service name. Perhaps try:
com.sonymobile.nfc.NfcServiceEx
Thanks!
Click to expand...
Click to collapse
OK. Modified accordingly. However, it seems Sony also modified their NFC service so no guarantee my simple way will work... Anyway please let me know if it works!
sigh
lssong99 said:
OK. Modified accordingly. However, it seems Sony also modified their NFC service so no guarantee my simple way will work... Anyway please let me know if it works!
Click to expand...
Click to collapse
Nope. No luck. I guess Sony doesn't want me to control me own phone experience. But there's nothing to unique about that, I guess. Thanks for your effort and prompt responses!
lssong99 said:
Sorry, LgNFC.apk is the name of the apk file... Can you try to get the "process name" which looks like com.android.nfc? (I guess LG's might look like com.lge.nfcaddon ...)
If you don't know how to get a process name, try to get Android Tuner free. In that app you can see all the process name!
From the information on XDA, it seems LG had their own implementation of NFC and lot of things are changed under-hook. I had look up into the BaskSamli people provide and pull the com.lge.nfcaddon. Not sure if it's correct and even if it's correct, will it work or not.
Anyway, you can try the attached apk and check yourself! If it works, I will post it on the XPosed framework's download page
Cheers!
Click to expand...
Click to collapse
lssong99 thank you, I tired this but unfortunately it didn't work on LG G2 801. There was a zip somewhere to flash in recovery, but I'd love to have an xposed module that took care of it.
I appreciate your hard work!
nathanskidmore said:
lssong99 thank you, I tired this but unfortunately it didn't work on LG G2 801. There was a zip somewhere to flash in recovery, but I'd love to have an xposed module that took care of it.
I appreciate your hard work!
Click to expand...
Click to collapse
Hi, apk did not work for me either. Would love to have the icon removed. Can I help in fixing it for G2? Please let me know how. Appreciate the hard work!

[tool]Installer for xposedLG G2[tool]unofficial

A small tool which makes the installation of xposed an easy process.
-I support only 5.0.x stock. If ot works on other versions - good.
*** I am NOT the author of xposed ***
The XPOSED AUTHORS original thread is here
make sure you thak to @rovo89 for xposed and his hard work.
--IF anyone else is to be added to the xposed dev list please pm me so I WILL add it. Thank you---
I'm just putting everything together so you can install it via 1 click
What does this tool do ?
BUTTON "INSTALL"
-Installs the complete xposed which includes the installer which is also copyrighted by it's authors
-makes backup of LG crucial files which would force close if we don't remove them (for now)
-deletes the mentioned files (smartcover, lgweather)
BUTTON "COMPLETE UNINSTALL"
-removes the complete package of xposed
-restores LG files (smartcover and lgweather)
-makes sure the permissions are the right one
The 3 dot menu contains:
"ABOUT" ---- Please read this...you need to read this as it's important
"DONATE" ---- support the further development etc
"EXIT" ---- EXITS the app
"UNINSTALL" --- This uninstall is only for those who have manually frozen the files and just want to uninstall xposed so they can unfreeze the apps later.
Req: a rooted LG G2 and TWRP installed.
An alternate build will also contain the files for those who just deleted the files and now want them back.
Please read this thoroughly so later there are no headbangs..
LINK
playstore link
Code:
md5:8f0bdd922a4edd6d9449c956aa212d48
bender_007 @ xda
So it works with lollipop right ?
Lollipop only
You just made my night buddy =)
one question which version install? alpha3? or alpha2?
Thanks in advanced!
Alpha3. Tomorrow we'll try to make one for users without recovery
bender_007 said:
Alpha3. Tomorrow we'll try to make on for users without recovery
Click to expand...
Click to collapse
Nice! You've been puttin in some work on the g2...
jamesd1085 said:
Nice! You've been puttin in some work on the g2...
Click to expand...
Click to collapse
I've learned there are people who appreaciate one click tools and the other who don't and are sceptic:"is this gonna work? What else do I have to do?"
bender_007 said:
I've learned there are people who appreaciate one click tools and the other who don't and are sceptic:"is this gonna work? What else do I have to do?"
Click to expand...
Click to collapse
Haha...yeah...but it helps more than you know...this tool will probably prevent at least 100 noobish help i installed xposed and everything force close threads and posts
thanks @bender_007
Mate, I have to ask why. This is such a simple process if you have root, changing the update script and binary you open a new can for bugs... what's wrong with the official zips?
So is this not supported by non stock ROMs?
nice tool. altough I allready installed xposed manually an frozen the apps it will be usefull for unistall process if needed.
FYI do not try without custom recovery. I don't know wtf I was thinking, but I tried without custom recovery. Failed to completely install, but it booted up again. Then tried to uninstall whatever may have installed, rebooted. BRICKED. TOTing back lol. I am such an idiot sometimes.
I had smartcover and lgweather force closes on ls980. I didn't realize it happened to other variants! Thanks this is a nice tool!
The Play Store Link does not indicate a need for TWRP. Is that just an oversight, or does that version not require it. Rather be safe than sorry.
You need TWRP. I bricked my phone and had to tot back. Make sure you have custom recovery.
Sent from my LG-LS980 using XDA Free mobile app
It does require twrp. Playstore rejected the app 3 times so I had to change text not to include some brands etc.
I know it seems I'm beating a dead horse but, any luck on a non recovery version yet? My tablet feels lonely without xposed!
When it's on testing I will send it to you . But get also a kdz of your system os if needed.
Hi, a silly question if I have uninstalled LGSmartCover and theses kind of LG apps that will cause FC, there will be some problem like the installator crashing because can't find LGSmartCover and lead to a bad installation....?

DeathNote Edge Rom

Hey people some of you may know me from note 3 DeathNote Rom
Here i represent rom for s6 edge it will work on G925F or G925W8/T
But no wifi calling as i used canadian latest base for my rom build
Features:
Version 1:
1. Built from Canadian Base BOK1
2. Canadian Csc
3. Csc tweaks e.g call recording
4. Multiuser
5. Deodexed
6. Knox removed
7. aou stock T version kernel thanks to @Aou
8. deep sleep issue fixed
9. xposed included
10. google apps as removeable apps(latest)
11. battery tweaks
12. build prop tweaks
13. 5 way reboot menu
14. extra fonts
15. Note 5 MM launcher
16. Application permissions
17. Extra features in smart manager
and many more.......
Version 2:
1. Xposed Removed ( can be installed by going to wanam's xposed site)
1. Private mode fixed
2. battery tweaks
3. changed data icons to international version
4. touch light time activated in settings
5. find your self
Installation:
1. first use latest stock firmware to flash using Odin if not W8 model then use latest bootloader
2. Twrp wipe partitions i.e cache,system...
3. Install rom..
4. enjoy...
bugs:
None.
You find one let me know..
Download:
Rom:
Download Here
Version 2:
here
Addons:
1. Round Recent app systemui(stock battery icon) copy it to systemui folder using priv-app fix permissions and restart
Download Here
Note: for private mode to make it work please use wanam xposed to disable secure storage
Thanks:
@Aou for kernel
Xposed for samsung @wanam
@samsung for awesome phone ​
link
Link is Up people enjoy!!
Nice to see some more dev on this device for users to choose from. Nice job brother. And I apologize I haven't been able to get back to you via pm but I'm gonna pm you my Google hangout you can reach me there anytime.
Hello! On which version of Android is based this ROM?
It is stable or beta? Thanks
pickmod said:
Hello! On which version of Android is based this ROM?
It is stable or beta? Thanks
Click to expand...
Click to collapse
android 5.1.1 and yes table
Nice to see another ROM, I plan on giving this a try tonight. I just have one thing that's holding me back; this doesn't have viper4android audio. The process to install it seems complicated. Is there an easy way to install it?
GoogleAndroid said:
Nice to see another ROM, I plan on giving this a try tonight. I just have one thing that's holding me back; this doesn't have viper4android audio. The process to install it seems complicated. Is there an easy way to install it?
Click to expand...
Click to collapse
You can use my OZOP Aroma zip and select to install viper from the mods section, or check the International themes and apps thread and you will see I have a couple of options there. My full OZOP v13.1 has the most current version as does the small viper only zip from international thread.
Good luck
stangdriver44 said:
You can use my OZOP Aroma zip and select to install viper from the mods section, or check the International themes and apps thread and you will see I have a couple of options there. My full OZOP v13.1 has the most current version as does the small viper only zip from international thread.
Good luck
Click to expand...
Click to collapse
:good::good:
stangdriver44 said:
You can use my OZOP Aroma zip and select to install viper from the mods section, or check the International themes and apps thread and you will see I have a couple of options there. My full OZOP v13.1 has the most current version as does the small viper only zip from international thread.
Good luck
Click to expand...
Click to collapse
So I can use the OZOP zip but skip the rom install to stay on this rom and install mods?
GoogleAndroid said:
So I can use the OZOP zip but skip the rom install to stay on this rom and install mods?
Click to expand...
Click to collapse
That is correct.
I would NEVER come into another persons thread and promote the need to install my ROM. That is very disrespectful. My apologies to OP if that's how it came across.
Also, you don't have to use the ROM version v13.1, the OZOP ROMless version has the same option, just the V4A isn't the newest version.
Make a NANDROID back up first and unless you install "Inverted OZOP Control" from the mods section, stay away from the theme portion as well.
I would say if you aren't familiar with the compatibility, change or add the things you are looking first, then go back and play with other options as you get more comfortable.
Making the NANDROID will save you time and frustration if something doesn't work the way you wanted.
Good luck and please post ANY questions concerning the OZOP project in the appropriate thread. Best to leave the OP's thread discussion to things concerning OP's project.
Good luck and enjoy!
stangdriver44 said:
That is correct.
I would NEVER come into another persons thread and promote the need to install my ROM. That is very disrespectful. My apologies to OP if that's how it came across.
Also, you don't have to use the ROM version v13.1, the OZOP ROMless version has the same option, just the V4A isn't the newest version.
Make a NANDROID back up first and unless you install "Inverted OZOP Control" from the mods section, stay away from the theme portion as well.
I would say if you aren't familiar with the compatibility, change or add the things you are looking first, then go back and play with other options as you get more comfortable.
Making the NANDROID will save you time and frustration if something doesn't work the way you wanted.
Good luck and please post ANY questions concerning the OZOP project in the appropriate thread. Best to leave the OP's thread discussion to things concerning OP's project.
Good luck and enjoy!
Click to expand...
Click to collapse
I did not read that as you trying to get me to install your ROM instead, just informing me that your zip can easily install viper on top of OP's rom. Thank you for the help.
Back on topic: OP, I've been running the ROM for a couple of days now, and it's great. Very stable and smooth. Getting great battery life too.
stangdriver44 said:
That is correct.
I would NEVER come into another persons thread and promote the need to install my ROM. That is very disrespectful. My apologies to OP if that's how it came across.
Also, you don't have to use the ROM version v13.1, the OZOP ROMless version has the same option, just the V4A isn't the newest version.
Make a NANDROID back up first and unless you install "Inverted OZOP Control" from the mods section, stay away from the theme portion as well.
I would say if you aren't familiar with the compatibility, change or add the things you are looking first, then go back and play with other options as you get more comfortable.
Making the NANDROID will save you time and frustration if something doesn't work the way you wanted.
Good luck and please post ANY questions concerning the OZOP project in the appropriate thread. Best to leave the OP's thread discussion to things concerning OP's project.
Good luck and enjoy!
Click to expand...
Click to collapse
all good my friend
GoogleAndroid said:
I did not read that as you trying to get me to install your ROM instead, just informing me that your zip can easily install viper on top of OP's rom. Thank you for the help.
Back on topic: OP, I've been running the ROM for a couple of days now, and it's great. Very stable and smooth. Getting great battery life too.
Click to expand...
Click to collapse
enjoy my friend new update is dropping soon
zain.ahmad said:
enjoy my friend new update is dropping soon
Click to expand...
Click to collapse
Love the rom. Is there a way to disable it asking for permissions when using tibu? I can't seem to find a way to disable that feature.
Funny how Canadian English is a tad different from US English, like the spelling of Favorites (favourites in this rom), and the word petro instead of gas for the US peeps.
Sent from my SM-G925T using Tapatalk
mjdavis871 said:
Love the rom. Is there a way to disable it asking for permissions when using tibu? I can't seem to find a way to disable that feature.
Funny how Canadian English is a tad different from US English, like the spelling of Favorites (favourites in this rom), and the word petro instead of gas for the US peeps.
Sent from my SM-G925T using Tapatalk
Click to expand...
Click to collapse
well yeah here spell for favourites is this and idk about US Peeps lol and can you please be specific what kind of permission is it application permission or what
thanks
zain.ahmad said:
well yeah here spell for favourites is this and idk about US Peeps lol and can you please be specific what kind of permission is it application permission or what
thanks
Click to expand...
Click to collapse
I'm jumping back and forth between this rom and my daily driver. I'll snap a screenshot later and post it for you.
Sent from my SM-G925T using Tapatalk
mjdavis871 said:
I'm jumping back and forth between this rom and my daily driver. I'll snap a screenshot later and post it for you.
Sent from my SM-G925T using Tapatalk
Click to expand...
Click to collapse
is it related to this
mjdavis871 said:
I'm jumping back and forth between this rom and my daily driver. I'll snap a screenshot later and post it for you.
Sent from my SM-G925T using Tapatalk
Click to expand...
Click to collapse
Do you have the TiBu pro key installed? I've had that issue before when restoring from TiBu without it.
Sent from my SM-G925T using Tapatalk
zain.ahmad said:
is it related to this
Click to expand...
Click to collapse
That's exactly what I was referring to.
Sent from my SM-G925T using Tapatalk
mjdavis871 said:
That's exactly what I was referring to.
Sent from my SM-G925T using Tapatalk
Click to expand...
Click to collapse
I can't remember the name anymore, but I think it is applicationpermisson or something similar. It's located in system/app folder. Using a file manger with root access navigate there and rename the apk adding ".bak" to the end of it.
Now try TiB again and see if it's gone, you might need to reboot for it to take effect.
I removed that app from my rom for the very reason.

Themes / Apps / Mods [MAGISK] Debloater for OOS 11

Debloats unnecessary services and apps on your OnePlus devices to give moar free ram and improve battery.
Works both on stable and beta and any device running oos11
Use it. If it affects your daily usage, don't.
New apps and services have been added in this version.
No seperate versions. Since most of the 9 and 9 pro series guys are rooted, they be using the oxygen updater app. The default updater keeps running in bg and hence, has been removed.
IN CASE U WANT TO UPGRADE, DISABLE MODULE, REBOOT, DOWNLOAD AND INSTALL UPDATE.
If someone wants services like OnePlus account or red cable club, go to apk mirror and install it from there.
Do not forget to flash Overlay mount fix from magisk repository else, u might end soft-rebooting your device.
If you like what I do, consider buying me a coffee
UPI: [email protected]
Moar updates HERE
If uh want live wallpapers to be working again after installing the module, install the apk given below.
Updated to V7. Vpn issues fixed now
Is there an app to use with module or is done automatically or done through terminal.
Kenkool12 said:
Is there an app to use with module or is done automatically or done through terminal.
Click to expand...
Click to collapse
Nothing needed. Apps have been debloated. To check, check running services under developer option before and after flashing
Good thing, works well. I'll give it a try
by default it wil remove these apps and services:
/system/app/ARCore_stub
/system/app/BackupRestoreRemoteService
/system/app/BasicDreams
/system/app/BookmarkProvider
/system/app/By_3rd_FBAppManagerOverSeas
/system/app/By_3rd_NetflixActivationOverSeas
/system/app/By_3rd_NetflixStubOverSeas
/system/app/By_3rd_PlayAutoInstallConfigOverSeas
/system/app/GooglePrintRecommendationService
/system/app/HTMLViewer
/system/app/OPMinidumpOptimization
/system/app/PartnerBookmarksProvider
/system/app/SensorTestTool
/system/app/SimAppDialog
/system/app/SoterService
/system/app/Stk
/system/app/Traceur
/system/app/WallpaperBackup
/system/priv-app/BuiltInPrintService
/system/priv-app/BackupRestoreConfirmation
/system/priv-app/By_3rd_FBInstallOverSeas
/system/priv-app/By_3rd_FBServicesOverSeas
/system/priv-app/CellBroadcastLegacyApp
/system/priv-app/LocalTransport
/system/priv-app/ONS
/system/priv-app/OnePlusCameraService
/system/priv-app/OnePlusWizard
/system/priv-app/QualcommVoiceActivation
/system/priv-app/SharedStorageBackup
/system/priv-app/VpnDialogs
/system/product/app/By_3rd_HeytapIdProviderIndia
/system/product/app/By_3rd_McsIndia
/system/product/app/By_3rd_NearmeIndia
/system/product/app/Duo
/system/product/app/GoogleLocationHistory
/system/product/app/GooglePay
/system/product/app/Maps
/system/product/app/Music2
/system/product/app/OPMemberShip
/system/product/app/OPYellowPage
/system/product/app/OPYellowpage
/system/product/app/SensorTestTool
/system/product/app/Stk
/system/product/app/Videos
/system/product/app/talkback
/system/product/priv-app/Account
/system/product/priv-app/AndroidAutoStub
/system/product/priv-app/By_3rd_CloudServiceIndia
/system/product/priv-app/By_3rd_RoamingServiceIndia
/system/product/priv-app/GooglePartnerSetup
/system/product/priv-app/GoogleRestore
/system/product/priv-app/LiveCaption
/system/product/priv-app/OPChargingPillar
/system/product/priv-app/OPWorkLifeBalance
/system/reserve/By_3rd_EpicGamesIndia
/system/reserve/By_3rd_OneplusStoreNA
/system/reserve/By_3rd_RoamingAppIndia
/system/reserve/CanvasResources
/system/reserve/card
/system/reserve/OPBackupRestore
/system/reserve/OPForum
/system/reserve/OPIconpackCircle
/system/reserve/OPIconpackOnePlusH2
/system/reserve/OPIconpackOnePlusO2
/system/reserve/OPIconpackSquare
/system/reserve/OPSports
/system/reserve/OnePlusPods
/system/system_ext/app/BTtestmode
/system/system_ext/app/By_3rd_PlayAutoInstallConfigOverSeas
/system/system_ext/app/EngSpecialTest
/system/system_ext/app/EngineeringMode
/system/system_ext/app/LogKitSdService
/system/system_ext/app/NVBackupUI
/system/system_ext/app/OPAppUpgrader
/system/system_ext/app/OPBackup
/system/system_ext/app/OPBreathMode
/system/system_ext/app/OPBugReportLite
/system/system_ext/app/OPCommonLogTool
/system/system_ext/app/OPLiveWallpaper
/system/system_ext/app/OPPush
/system/system_ext/app/OPSesAuthentication
/system/system_ext/app/OemAutoTestServer
/system/system_ext/app/PhotosOnline
/system/system_ext/app/QTIDiagServices
/system/system_ext/app/Rftoolkit
/system/system_ext/app/SensorTestTool
/system/system_ext/app/SoterService
/system/system_ext/app/oem_tcma
/system/system_ext/app/uimremoteclient
/system/system_ext/app/uimremoteserver
/system/system_ext/priv-app/EmergencyInf2
/system/system_ext/priv-app/GoogleFeedback
/system/system_ext/priv-app/GoogleOneTimeInitializer
/system/system_ext/priv-app/OPAccessoryFramework
/system/system_ext/priv-app/OPDeviceManager
/system/system_ext/priv-app/OPDeviceManagerProvider
/system/system_ext/priv-app/OPMediaProvider
/system/system_ext/priv-app/OPOmm
/system/system_ext/priv-app/OpLogkit
/system/system_ext/priv-app/QAS_DVC_MSP
/system/system_ext/priv-app/seccamservice
/system/system_ext/priv-app/SetupWizard
/system/system_ext/priv-app/StorageManager
/system/system_ext/priv-app/TagGoogle
/system/system_ext/priv-app/WallpaperCropper
Click to expand...
Click to collapse
Anyone tested this? Does it soft brick your device after flashing?
vangry2020 said:
Anyone tested this? Does it soft brick your device after flashing?
Click to expand...
Click to collapse
I flashed overlay mount fix first like he said then rebooted and flashed the debloater and it's working on my 9 Pro fine
Can you make a version that doesn't remove the Sim Tool Kit?
Edit: Edited it myself.
Thank you for this module.
andacro said:
Can you make a version that doesn't remove the Sim Tool Kit?
Edit: Edited it myself.
Thank you for this module.
Click to expand...
Click to collapse
Hi, how did u edit it if I may ask?
khanboy619 said:
Hi, how did u edit it if I may ask?
Click to expand...
Click to collapse
Edit the install.sh, and zip it with 7zip.
Probably a silly question -- but does this debloater remove apps that are feeding Telemetry constantly to One plus? That probably saves battery.
khanboy619 said:
Hi, how did u edit it if I may ask?
Click to expand...
Click to collapse
Didn't work with 7zip, but this worked:
[TOOL][Windows] Zip Builder v4.5.2 - Build and Sign ANY script based installer
Zip Builder is a stand-alone Windows exe (ZipBuild.exe) that can be used to build and sign Android zip-based installers from Windows folders. All required components to build and sign a zip installer are included - no additional files or software...
forum.xda-developers.com
Gotta have Java installed.
great work, thanks for your doing.
I only want to delete the gmail app.
How would i go about doing that?
And not disabling or pm uninstall, actual delete. I tried the adb way of pm uninstall, but that will not delete the file.
I want to install it from play store to test something.
It is located in /product/app/Gmail2/
But I'm afraid if I delete this, i will end up in bootloop up something.
@RedSkulxHYDRA
So I'm having an issue now on that my hotspot isn't working after using it. I'm on Verizon and when I called they said it wasn't an issue on their end.
Basically devices will connect to the phone but are unable to access the internet.
I tested it after disabling the module and reflashing the stock img and it was working but it stops after I install the module. Any idea what service to exclude or what to do?
EDIT:
Confirmed its module related since when I turn off the module it works fine.
sonic1675 said:
@RedSkulxHYDRA
So I'm having an issue now on that my hotspot isn't working after using it. I'm on Verizon and when I called they said it wasn't an issue on their end.
Basically devices will connect to the phone but are unable to access the internet.
I tested it after disabling the module and reflashing the stock img and it was working but it stops after I install the module. Any idea what service to exclude or what to do?
EDIT:
Confirmed its module related since when I turn off the module it works fine.
Click to expand...
Click to collapse
I use hotspot regularly and haven't had any issues with this module.
DashDashCZ said:
I use hotspot regularly and haven't had any issues with this module.
Click to expand...
Click to collapse
That's very interesting. Which debloat version are you on? The one in OP is v7 but I'm on v8 from his Telegram.
It works when the module is off but once I turn it on it stops which makes me think it's module related rather than phone related.
sonic1675 said:
That's very interesting. Which debloat version are you on? The one in OP is v7 but I'm on v8 from his Telegram.
It works when the module is off but once I turn it on it stops which makes me think it's module related rather than phone related.
Click to expand...
Click to collapse
Haven't updated to v8 yet (I'm on v7). That might be the problem then.
DashDashCZ said:
Haven't updated to v8 yet (I'm on v7). That might be the problem then.
Click to expand...
Click to collapse
You were right. It works fine on v7. V8 is the problem.
@RedSkulxHYDRA figured you should probably know this
might this work on Android 12??
How can I get a listing of what it debloats so as to do it manually perhaps using Titanium Backup?

Categories

Resources