[FIX][TEST] Fix bootloop issues with Xposed on ROMs with November 16 security patches - Xiaomi Redmi Note 3 Guides, News, & Discussion

Hello everyone,
With the recent update of Google's security patches for November, most custom ROMs won't boot anymore when Xposed modules are installed.
This problem seems related to a whitlelist, which makes it impossible for Xposed to activate modules and results in a endless bootloop.
So at the moment, there are (only) two solutions:
Downgrade to an older build (recommended: before November)
Or just wait until @rovo89 found a solution and updated Xposed
But for everyone else who don't have time to wait, I have found a solution: Just replace libandroid_runtime.so with the one from former builds.
So I've made a flashable zip with lib files from a previous build which was working with Xposed fine (I've used cm-13.0-20161102-NIGHTLY-kenzo) for arm64 devices and it seems to work fine
Before flashing please make a backup of /system/lib/libandroid_runtime.so and /system/lib64/libandroid_runtime.so, I am not taking any responsibility for soft-bricked devices
Instructions:
Download flashable zip file
Reboot to recovery
Flash xposed-v86-bootloopfix-sdk23-arm64.zip
Reboot!
Now your phone should be able to boot back without getting a bootloop :fingers-crossed:
Thanks a lot for this solution to @aviraxp on GitHub!
Download: bit[dot]ly[slash]2g7DXoE

Yes, It saved my phone after flashing this new version of Xposed.
pudup said:
Here's a an xposed update that you can try and see if it fixes the problem.
http://dl-xda.xposed.info/framework/sdk23/arm64/xposed-v87-sdk23-arm64-test1.zip
Click to expand...
Click to collapse

pudup said:
Here's a an xposed update that you can try and see if it fixes the problem.
http://dl-xda.xposed.info/framework/sdk23/arm64/xposed-v87-sdk23-arm64-test1.zip
Click to expand...
Click to collapse
link not working plz proved correct magisk xposed framwork for redmi 3s prime

Related

Xposed for Nougat (Experimental Version)

An experimental version has been released I tried it on RR with magisk version most apps force closed can others try on other custom rom perhaps aosp and stock 7.1 and please report success that would be great
Link https://forum.xda-developers.com/xposed/xposed-android-nougat-sdk-25-arm64-t3639221
Yup, it's all working good on Dirty Unicorns ROM. I have flashed the regular ARM version and not the Magisk one though. This has caused the SafetyNet test to fail.
Also anyone trying this do make a note that most of the Xposed modules haven't been updated in a long time(well, because Xposed for Nougat wasn't available until today), so there is a good chance you'll run into errors and other problems. But it's still great that Xposed is finally out for Nougat.
Huge thanks to the PurifyOS Team for this.
Edit: a lot of apps are crashing after installing this. And the original developer of Xposed, rovo89, has advised not to use this on a daily basis and you'll face many app crashes. And not many modules work. So until modules are updated and Xposed reaches a stable state, it's advised to not use it.
Hi all RR users & moderators
As you guys know xposed has released a beta version which requires some modifications in the ROM sources .
Just to let you guys know , none of the team members will support xposed or any of its modules for RR N
Why?
Many reasons .
- It causes issues with ROM features and breaks several of them
- Its hard to keep track of bugs and difficult to know what causes the issue if you are facing any
- It will be difficult to maintain ROM source with the constant changes
- Xposed is still beta and it does not have an uninstaller yet .
To sum this up , NO bug reports with xposed will be entertained . all future bug reports HAVE to come with a log if we find any traces of xposed in the log , it will be discarded . Any bug reports without logs will be discarded as well .
NO OFFICIAL SUPPORT FOR XPOSED so please do not request for xposed support
Thank you and have a great weekend
#Getresurrected
Sincerely
Team RR
Original Source Facebook Official Page
Read on XDA it will be included in some ROMs by default so I guess it a matter of choosing a ROM with it baked in in a working state? Link https://www.xda-developers.com/art-...1-2-adds-xposed-functionality-to-custom-roms/
Subins Mani said:
- Xposed is still beta
Click to expand...
Click to collapse
It's not even beta, a beta would be more stable
Much more stable the new magisk version of xposed
digiscales said:
Much more stable the new magisk version of xposed
Click to expand...
Click to collapse
What rom are you using?? In my xt1541 AEX rom it just stuck on boot animation when i flash xpose..i have tried classic and magisk but still my device wont boot up
RR on osprey my moto x is broken I read aex has problems i could get it to boot try RR or aosp close ROM or lineage os let me know as well how it goes might be useful if I can get moto x.repaired

[GUIDE] Xposed for Oreo (beta) & Nougat [Update 19/01]

****Disclaimer**** I am not responsible for any damage to your device. Please take full backup of device before flashing Xposed or any modules. Please flash at your own risk.
Updates:
Update 12 (19/01): Xposed for Oreo (8.0 & 8.1) updated to v90-beta2. Remember that the first boot will take several minutes. Links available in Downloads Section
As per @rovo89:
There's a new Xposed Installer v3.1.5 available in the first post now. It fixes two crashes and provides two new features:
Fixed a crash in download list search on Oreo.
Fixed a crash when sending log on Oreo.
"Optimize apps now" menu item, will trigger "cmd package bg-dexopt-job". It's available since Oreo and will start the job that usually runs once per night if the device is charging. If you feel degraded performance after installing Xposed, it might be because all apps are running purely on JIT and interpreter. That's because Xposed needs additional information to identify methods it has to invalidate, and that information will be determined during the next compilation. If you want that to happen now, use this new feature. It took about 20 minutes on my Pixel. For more background, see https://source.android.com/devices/t...k/jit-compiler.
Detection if Verified Boot (dm-verity) is active. If yes, any changes to the system partition will be detected and you'll end up in a boot loop. The detection might not be 100% perfect yet, so if you notice false positives or negatives, please report a bug along with the output of "adb shell getprop".
I'm also publishing v90-beta2 and uninstaller 20180117, available via Xposed Installer and http://dl-xda.xposed.info/framework/. Remember that the first boot will take several minutes.
They support (un)installing Xposed via TWRP on Pixel and probably other "system root image" devices (where the system partition is mounted the root directory and /system is just a subdirectory). Also, the previous uninstaller had a typo, which probably led to boot loops on all devices. Please always use the latest uninstaller!
Click to expand...
Click to collapse
Also, Unity installer by @ahrion updated to v89 r5:
Changelog:
v89 r5/v90 b1:
- Added xposed framework v90 beta 1 for oreo devices (use beta material xposed installer for v90)
- Updated to Unity v2.9
Update 1 (11/10): Official Xposed updated to v88.1 (available under same download links).
As per @rovo89
The first fixes have found their way into version 88.1, only available for Nougat. That includes especially some fixes for Samsung ROMs, but might also fix bootloops and slowdowns on other devices. Besides that, I think I fixed a MIUI incompatibility, not sure if it works now (and to be honest, I don't give much priority to MIUI). There are still unfixed issues on the queue, and again, please keep reporting whatever you find.
Click to expand...
Click to collapse
Update 2 (13/10): Systemless (Magisk) Xposed updated to v88.1 (Link available in Downloads Section & within Magisk Manager)
Update 3 (14/10): Unofficial Xposed 88.1 released for MIUI 9 [SDK24/25] (MIUI 7.9.21 and higher) (Link available in Downloads Section)
Update 4 (07/11): Official Xposed updated to v88.2 [SDK24/25] (Link available in Downloads Section)
Fixed a bootloop on some Samsung ROMs, expecially Note 8
Fixed a crash on OnePlus devices when 100% charged (hopefully, didn't get much feedback)
More MIUI compatibility. There's still an open issue though, try disabling resource hooks in the installer if you still get bootloops.
Try to detect outdated (and therefore incompatible) Xposed Installer.
Click to expand...
Click to collapse
Update 5 (16/11): Material Design Xposed Installer [31/10/17] by @DVDandroid (Working perfectly on both System and Systemless Xposed).
I've seen many reports that Xposed is installed, but not active. One of the reasons (on Nougat) could be that an old Xposed Installer is used. You really have to update Xposed Installer! Another reason was that the /data/user_de/0/de.robv.android.xposed.installer directory doesn't exist, which could be caused by installation on external storage. As this path is hardcoded across various places, only installation on internal storage will work.
The new Xposed Installer 3.1.4 (download in first post) checks for these situations and shows a warning with more steps to check. It also contains a new way for Xposed Framework ZIPs to specify that they need certain features in the installer (like using the new directory introduced in Nougat), to better prevent situations with outdated installers in the future. Please update the installer as well!
Click to expand...
Click to collapse
Update 6 (18/11): Added Xposed 87.1 (Modded) for MIUI 9 based on Marshmallow. Working for me on Official MIUI Beta Rom and MIUI Pro. Links available in Downloads Section.
Update 7 (18/11): Added Xposed Framework v88.2 r3 [UNITY]. This is the Xposed Framework compiled with the Unity Installer. Why is this different? This an all-in-one zip. Unity Installer auto-detects for SDK version, System or Magisk install, and uninstall. There's no need to have multiple zips for different scenarios. Link available in Downloads Section.
Update 8 (30/11): Unity Installer updated to v88.2 r5.
Changelog: -
v88.2 r5
- Updated to Unity/aml v2.4
v88.2r4:
- Updated to Unity/aml v2.3
- Updated boot script for magisk 14.5 support
v88.2 r3:
- Update Unity/aml v2.2
- Updated Material Xposed Installer 10/31/17
- Added wipe/uninstall @topjohnwu Magisk Xposed before install
v88.2 r1:
- Initial release
Click to expand...
Click to collapse
Major Update 9 (19/12): Xposed (System & Systemless) updated to v89 along with Unity Installer update to v88.2 r9. Inching towards Xposed for Oreo. Links available in Downloads Section
As per Developer: I know many of you are waiting for Oreo support, and indeed I'm pretty far with that. 95% of the code are ported, basic functionality is working on Genymotion. The remaining 5% are obviously those parts of the code which are more difficult to port. I literally just upgraded my primary device to Android 8.1, so I can hopefully start some real testing soon.
Nevertheless, I can announce another release right now: Xposed version v89. It's available for Android 5.0 to 7.1 and contains quite a few fixes for app crashes. I reported one of them to Google as I suspect it's a bug in the AOSP code. These crashes were hard to debug, that's why it took some time to fix them. These efforts also delayed my work on Oreo support, but they will also help to make the first Oreo version better right from the start.
Version v89 also includes a change in Xposed's process permissions, which should help on ROMs which reset app directory permissions on each reboot.
Click to expand...
Click to collapse
Update 10 (03/01/2018): Unity Installer updated to v89 r4.
Changelog: -
v89 r4
- Updated to Unity v2.8
v89 r3:
- Updated to Unity/aml v2.7
v89r2:
- Updated to Unity/aml v2.6
- Updated Xposed Installer app to 12/25 versions
v89:
- Updated xposed framework to v89
v88.2r6:
- Updated to Unity/aml v2.5
v88.2r5:
- Updated to Unity/aml v2.4
v88.2r4:
- Updated to Unity/aml v2.3
- Updated boot script for magisk 14.5 support
v88.2 r3:
- Update Unity/aml v2.2
- Updated Material Xposed Installer 10/31/17
- Added wipe/uninstall @topjohnwu Magisk Xposed before install
v88.2 r1:
- Initial release
Click to expand...
Click to collapse
Major Update 11 (08/01): Xposed for Oreo (8.0 & 8.1) is released in Beta phase. It is stable enough for daily use with a few App Crashes @rovo89 is still working and will update with stable build soon. Links available in Downloads Section
As per Developer:
It's stable enough for me to use it on my daily driver (Pixel), and @wanam tested it on a Pixel 2.
I'm aware of a few app crashes that happen from time to time, but nothing that would stop me from using the device. I'm still investigating the root causes for these crashes and plan to post another beta once I think I've fixed them.
Please only report reproducable bugs on GitHub for now, i.e. bootloops and apps that crash every time you use them. Random app crashes are hard to capture and might the same that I'm looking into already.
I'll post the source code once we leave the beta phase. It isn't cleaned up yet, especially the parts shared with older Android versions. I'm a fan a nice, linear commit history, and if I push the source now, I can't fix up those commits anymore.
Click to expand...
Click to collapse
Installation Procedure:
Step 1: Find your CPU’s Architecture
In this step, you need to find your phone’s CPU Architecture as Xposed Framework Installer comes in different installer files for different CPU Architecture.
Download this app Droid Hardware Info from play store.
Open it and go to system tab and look for CPU Architecture.
Here you should find the CPU Architecture for your phone ARM or ARM64 or x86.
Step 2: Download & Install Xposed Framework
If you have root access, simply download the Xposed Installer apk and Choose the zip. It will detect the Android version and CPU Architecture automatically & install the latest Official Xposed version.
Or you can download the proper zip from below links and flash it in recovery then Install the Xposed installer to use Xposed and download the modules.
If you face bootloop, flash lazy flasher or No verity zip or Disable the option verity from TWRP > Advanced > Disable Verity.
Installation procedure for Systemless Xposed (Magisk):
Install the Xposed Installer 3.1.4 Magisk from the link in the Downloads Section. Do NOT use the Official Xposed Installer as it does not show the Magisk Xposed as installed.
Follow the instructions in the Magisk release thread to install Magisk on to your device
Install Xposed within Magisk Manager's Download Section, and download the appropriate version. Or you can download the zip and flash in custom recovery
For uninstallation, remove the Xposed Magisk Module within Magisk Manager
Download:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Xposed Installer:
Xposed Installer 3.1.5
Official System Xposed:
Xposed Installer for Oreo 8.0 (SDK26)
Xposed Installer for Oreo 8.1 (SDK27)
Official Systemless Xposed by @topjohnwu:
Xposed Installer 3.1.5 Magisk
Oreo 8.0 - Systemless Xposed v90.1-sdk26-beta2 by @topjohnwu
Oreo 8.1 - Systemless Xposed v90.1-sdk27-beta2 by @topjohnwu
Xposed Uninstaller:
Xposed Uninstaller: http://dl-xda.xposed.info/framework/uninstaller/
If you need to uninstall, please use xposed-uninstaller-20180108-*.zip which cleans up some additional files. Otherwise, you'll probably end up in a bootloop.
Click to expand...
Click to collapse
Xposed Installer:
Xposed Installer 3.1.5
Material Design Xposed Installer:
Download
Link to the Thread
If you have installed the original version of the Xposed Installer, UNINSTALL IT before install this!!! This one is working perfectly on System and Systemless (Magisk) Xposed.
Xposed Framework v89 r5[UNITY] by @ahrion:
Download
Link to the Thread
Official System Xposed:
This will also work on MIUI 9.
Xposed Installer for Nougat 7.0 (SDK24)
Xposed Installer for Nougat 7.1 (SDK25)
Official Systemless Xposed:
Xposed Installer 3.1.5 Magisk
Systemless Xposed v89.2 by @topjohnwu
Unofficial MIUI 9:
Unofficial Xposed 88.1 (MIUI 9) @Psy_Man
MIUI 9 based on Marshmallow by @SolarWarez:
System: xposed-v87.1-sdk23-arm64--MIUI9-edition-by-SolarWarez-20170612
Systemless (Magisk): xposed-v87.1-sdk23-Magisk-MIUI9-edition-by-SolarWarez-20170612_mod+us3r
Xposed Uninstaller:
Xposed Uninstaller: http://dl-xda.xposed.info/framework/uninstaller/
Do NOT use inbuilt Xposed uninstaller as it caused bootloop for me. Use only attached uninstaller.
Click to expand...
Click to collapse
Xposed Bug Reporting:
Here's the how-to on reporting bugs: https://github.com/rovo89/XposedBridge/wiki/Bugs
To report bugs in Xposed, please include full logs from the device.
Video: @tkdsl
Xposed Modules currently working on Nougat
https://forum.xda-developers.com/xposed/unofficial-list-modules-nougat-xposed-t3639615/amp/
Xposed Modules currently working on Oreo
https://forum.xda-developers.com/xposed/xposed-modules-oreo-t3732819
Credits
@rovo89 for creating Xposed
@wanam for his modified Xposed to expand more compatibility with devices
@topjohnwu for Systemless Xposed Module
Looking for Xposed Modules? Check out our Xposed Framework Module subforum or download the XDA Labs application and browse our collection of Xposed Modules.
Xposed Modules Forum
Do you like the Xposed Framework? Consider donating to rovo89 for the awesome work that he does. If you think you have what it takes to contribute to the project, check out rovo89’s GitHub page below.
Donate to rovo89
Contribute to Xposed
Screenshots:
System Xposed:
View attachment 4297071 View attachment 4297072 View attachment 4297073 View attachment 4297074 View attachment 4297077 View attachment 4297078 View attachment 4297079
Systemless Xposed:
good news for android nougat users
Any one tried installing on rr 5.8.5
Reserved...
Anyone tried on ported miui 9 nougat rom for kendo?...
Please leave the status for the same...
Peace
Camlin3 said:
Any one tried installing on rr 5.8.5
Click to expand...
Click to collapse
Yes...I tried on RR in osprey...tested only 3 modules, xinsta, greenify and secure settings...xinsta is working..greenify is not getting active...
It working fine in nos
But in rr darknezz it say xposed is installed but not active i tried all possible methods nathing work in rr
---------- Post added at 09:26 PM ---------- Previous post was at 09:25 PM ----------
vedhavyga said:
Yes...I tried on RR in osprey...tested only 3 modules, xinsta, greenify and secure settings...xinsta is working..greenify is not getting active...
Click to expand...
Click to collapse
Offical or darkness
And version of rom
For miui 9 version;;
Xposed Installed but not active. What does this means? Reinstalled but still same error. Any fix?
android_smater said:
It working fine in nos
But in rr darknezz it say xposed is installed but not active i tried all possible methods nathing work in rr
---------- Post added at 09:26 PM ---------- Previous post was at 09:25 PM ----------
Offical or darkness
And version of rom
Click to expand...
Click to collapse
vynyth said:
Xposed Installed but not active. What does this means? Reinstalled but still same error. Any fix?
Click to expand...
Click to collapse
For this error, download the xposed installer 3.1.2 from OP, then flash xposed according to your Android version from OP. If that doesn't work, flash xposed directly from installer.
Guys, OP updated with installation guide and link to Official Systemless Xposed 88 (Magisk) for Nougat.
Installed on RR 5.8.4.
Installed powernap, adblocker reborn, youtube adaway and greenify, but greenify doesnt work, the other seems ok.
Anyone tested gravitybox on RR?
vedhavyga said:
Yes...I tried on RR in osprey...tested only 3 modules, xinsta, greenify and secure settings...xinsta is working..greenify is not getting active...
Click to expand...
Click to collapse
Try Greenify 3.7.1 beta from below link. It is said to be working with Xposd 88.
https://forum.xda-developers.com/showpost.php?p=74101567&postcount=323
strangelovee said:
Installed on RR 5.8.4.
Installed powernap, adblocker reborn, youtube adaway and greenify, but greenify doesnt work, the other seems ok.
Anyone tested gravitybox on RR?
Click to expand...
Click to collapse
Try Greenify from my previous post.
RR already has almost all features included in Gravity box.
Where's the gravity box N module, I'm unable to find it :silly:
VaibhavKumar07 said:
Where's the gravity box N module, I'm unable to find it :silly:
Click to expand...
Click to collapse
Here you go: Gravitybox v7.0.0 (Alpha) Nougat
Thanks to @C3C076
samrat_castle said:
Here you go: Gravitybox v7.0.0 (Alpha) Nougat
Thanks to @C3C076
Click to expand...
Click to collapse
Just switched to Lineage for stability & OTA support so it is mandatory for me to have xposed.
Nice thread bro try to include steps for Magisk users.
VaibhavKumar07 said:
Just switched to Lineage for stability & OTA support so it is mandatory for me to have xposed.
Nice thread bro try to include steps for Magisk users.
Click to expand...
Click to collapse
OP updated with Systemless Xposed info. I am currently facing some problems with Systemless installation as it is not showing in Xposed installer app even after it is installed in Magisk. As soon as I get a fix, I will update more info with screenshots.
Edit: Issue fixed with Systemless Xposed. OP Updated with info and Screenshots.
samrat_castle said:
OP updated with Systemless Xposed info. I am currently facing some problems with Systemless installation as it is not showing in Xposed installer app even after it is installed in Magisk. As soon as I get a fix, I will update more info with screenshots.
Edit: Issue fixed with Systemless Xposed. OP Updated with info and Screenshots.
Click to expand...
Click to collapse
Link for system less xposed plz
android_smater said:
Link for system less xposed plz
Click to expand...
Click to collapse
Read OP not comments
---------- Post added at 03:18 PM ---------- Previous post was at 03:07 PM ----------
@samrat_castle Safetynet triggered even after installing systemless xposed, can you send ss
VaibhavKumar07 said:
Read OP not comments
---------- Post added at 03:18 PM ---------- Previous post was at 03:07 PM ----------
@samrat_castle Safetynet triggered even after installing systemless xposed, can you send ss
Click to expand...
Click to collapse
As per topjohnwu, safety net is failing with all xposed versions. No workarounds.

Snapchat not working in MoKKe 7.1.2

Hi! I have problem with Snapchat. I have Custom ROM: MOKKE 7.1.2 and my problem is can't login to Snap. Can you help me?
#sryForMyEnglish (XD)
Unroot after snapchat login then again root.
I try it. Don't working.
Bump
If you have Xposed (which I'm pretty sure most Mokee ROMs are packed with), uninstall that and then do it.
I have posted the instructions here
1. Disable root (if enabled from developer options in CM or LOS based roms)
2. Install Latest Magisk 14.3 via TWRP
3. Install Latest Universal Safetynet fix v2 beta 5 Magisk module IMPORTANT STEP
4. Profit!
*MOD EDIT*
If we're going to post YouTube links for tutorials, please also post a text tutorial in the body of the post, and also make sure it's relevant to the topic of the thread. Thanks. =)

OOS AIO Flash Tool

Hey Folks,
tired by waiting for custom OOS Rom updates?
after the experience OS Updates by me arent allowed here iam back with some super cool stuff
With my tool you can update the Full OOS Rom yourself flash my Stuff and your safe
youre on the same level as theoneos or experience os but no brandings
this is no fancy nice thread i want to share my nice work with you
This Tool will install
Magisk and Busybox and also debloat some system stuff
Install it directly after flashing latest OOS System Update!
Functions?!?
Debloat of Useless Stuff
no force encyption
no dm verity
no OOS logging
Systemless Volte activated
Systemless Tweaks
latest Magisk (root)
latest Busybox
HOW to use it?
Download Latest OOS from https://downloads.oneplus.com/devices/oneplus-3/
Install the Update in TWRP
Install my Addon in TWRP
reboot and have fun
Download:
not longer updated latest 1.1 is ou...own busybox, use dm-verity remover from zagit
Thanks to...
-myself
-magisk
-busybox
want to donate?
here
XDA:DevDB Information
[ROM-TOOL] OOS 5.x.x AIO Flasher, Tool/Utility for the OnePlus 3
Contributors
pxrave, toojohnwu, osm0sis, OnePlus
Version Information
Status: Stable
Current Stable Version: 1.0
Created 2018-08-31
Last Updated 2020-04-01
Changelog:
v1.1
- Updated Magisk 17.1
- Updated installer Script
- Updated Busybox_for_Android_NDK-1.29.2
- Updated Magisk Template to 17000
v1.0
initial release
Download:
https://drive.google.com/open?id=1DcqzfLFLvF--r_Z1IPk-A2SR9th8d3vY
FAQ
What files are deleted?
Code:
delete("/system/recovery-from-boot.bak");
delete("/system/recovery-from-boot.p");
delete("/system/etc/oneplus_ftm_test.wav");
delete("/system/etc/usb_drivers.iso");
delete("/system/framework/rcs_service_aidl.jar");
delete("/system/framework/rcs_service_api.jar");
delete("/system/framework/oat/arm/rcs_service_aidl.odex");
delete("/system/framework/oat/arm/rcs_service_aidl.vdex");
delete("/system/framework/oat/arm/rcs_service_api.odex");
delete("/system/framework/oat/arm/rcs_service_api.vdex");
delete("/system/framework/oat/arm64/rcs_service_aidl.odex");
delete("/system/framework/oat/arm64/rcs_service_aidl.vdex");
delete("/system/framework/oat/arm64/rcs_service_api.odex");
delete("/system/framework/oat/arm64/rcs_service_api.vdex");
delete_recursive("/system/com.touchtype");
delete_recursive("/system/lost+found");
delete_recursive("/system/reserve");
delete_recursive("/system/app/AndroidPay");
delete_recursive("/system/app/BasicDreams");
delete_recursive("/system/priv-app/DivesIconPack");
delete_recursive("/system/app/DMAgent");
delete_recursive("/system/app/Drive");
delete_recursive("/system/app/Duo");
delete_recursive("/system/app/Gmail2");
delete_recursive("/system/app/Maps");
delete_recursive("/system/app/OPBackup");
delete_recursive("/system/app/OPBugReportLite");
delete_recursive("/system/app/OPBugReport_Complete");
delete_recursive("/system/app/OEMLogKit");
delete_recursive("/system/app/OpenWnn");
delete_recursive("/system/app/OPPush");
delete_recursive("/system/app/Photos");
delete_recursive("/system/app/SwiftKey");
delete_recursive("/system/app/SwiftKeyFactorySettings");
delete_recursive("/system/app/uceShimService");
delete_recursive("/system/app/Videos");
delete_recursive("/system/app/YouTube");
delete_recursive("/system/priv-app/RifonIconPack");
delete_recursive("/system/vendor/etc/apps");
Do i need a factory reset?
- normally not
i'm on custom stock based rom, will this tool remove dm verity?
updated to 1.1
serj.borgore said:
i'm on custom stock based rom, will this tool remove dm verity?
Click to expand...
Click to collapse
flash latest original oneplus rom then my tool
Thanks for your tool. I'll try it later.
Can you please share the full list of "useless stuff" remove by your script?
Everything is working fine but dailer is Forced to close every time please fix this
shahidhameed said:
Everything is working fine but dailer is Forced to close every time please fix this
Click to expand...
Click to collapse
I don't have any force close
I don't delete dialer data
I will post all deleted files tomorrow
Works in Oneplus 3t?
Riddle5 said:
Works in Oneplus 3t?
Click to expand...
Click to collapse
Should be
After factory reset everything is good thanks bro
shahidhameed said:
After factory reset everything is good thanks bro
Click to expand...
Click to collapse
fine hope you enjoy my mod
--------------------------------------
i delete the following files
Code:
delete("/system/recovery-from-boot.bak");
delete("/system/recovery-from-boot.p");
delete("/system/etc/oneplus_ftm_test.wav");
delete("/system/etc/usb_drivers.iso");
delete("/system/framework/rcs_service_aidl.jar");
delete("/system/framework/rcs_service_api.jar");
delete("/system/framework/oat/arm/rcs_service_aidl.odex");
delete("/system/framework/oat/arm/rcs_service_aidl.vdex");
delete("/system/framework/oat/arm/rcs_service_api.odex");
delete("/system/framework/oat/arm/rcs_service_api.vdex");
delete("/system/framework/oat/arm64/rcs_service_aidl.odex");
delete("/system/framework/oat/arm64/rcs_service_aidl.vdex");
delete("/system/framework/oat/arm64/rcs_service_api.odex");
delete("/system/framework/oat/arm64/rcs_service_api.vdex");
delete_recursive("/system/com.touchtype");
delete_recursive("/system/lost+found");
delete_recursive("/system/reserve");
delete_recursive("/system/app/AndroidPay");
delete_recursive("/system/app/BasicDreams");
delete_recursive("/system/priv-app/DivesIconPack");
delete_recursive("/system/app/DMAgent");
delete_recursive("/system/app/Drive");
delete_recursive("/system/app/Duo");
delete_recursive("/system/app/Gmail2");
delete_recursive("/system/app/Maps");
delete_recursive("/system/app/OPBackup");
delete_recursive("/system/app/OPBugReportLite");
delete_recursive("/system/app/OPBugReport_Complete");
delete_recursive("/system/app/OEMLogKit");
delete_recursive("/system/app/OpenWnn");
delete_recursive("/system/app/OPPush");
delete_recursive("/system/app/Photos");
delete_recursive("/system/app/SwiftKey");
delete_recursive("/system/app/SwiftKeyFactorySettings");
delete_recursive("/system/app/uceShimService");
delete_recursive("/system/app/Videos");
delete_recursive("/system/app/YouTube");
delete_recursive("/system/priv-app/RifonIconPack");
delete_recursive("/system/vendor/etc/apps");
deleted
What is systemless volte?
Hello there, Is this a kernel too???!!!
may i flash franco kernel over this AIO? or i will loose dm-verity remove???!!
3lei said:
Hello there, Is this a kernel too???!!!
may i flash franco kernel over this AIO? or i will loose dm-verity remove???!!
Click to expand...
Click to collapse
You can flash every kernel you want to
pxrave said:
You can flash every kernel you want to
Click to expand...
Click to collapse
Hi pxrave,
Your tool works with OOS 5.0.6?
phil_greg2001 said:
Hi pxrave,
Your tool works with OOS 5.0.6?
Click to expand...
Click to collapse
Yes it will work with every oos 5 version. New generation of Rom mod same as op6 roms
so if i flash this cool looking tool, i should be able to update OOS without force encryption?
The tool turns the screen off and the status light stays lit. No further activity visible. Is that what it suppose to do?
Device: OP3

Xposed Official Lineageos 15.1 G900F

Hey, anyone got this to function yet? I've tried the official framework from this thread https://forum.xda-developers.com/showthread.php?t=3034811
And Magisk 17.1 from this thread https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
But none of these work I just get bootlops, too bad cause they've fixed the 3G in 15.1 which didnt work in 14.1
Anyone got any suggestions?
Eklondh said:
Hey, anyone got this to function yet? I've tried the official framework from this thread https://forum.xda-developers.com/showthread.php?t=3034811
And Magisk 17.1 from this thread https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
But none of these work I just get bootlops, too bad cause they've fixed the 3G in 15.1 which didnt work in 14.1
Anyone got any suggestions?
Click to expand...
Click to collapse
Did you install xposed using the xposed magisk module?
Open magisk manager
Goto downloads
Search xposed
Select xposed sdk 27 (for Android 8.1)
Install
Restart
Note installing xposed will likely cause safetynet to fail
TheFixItMan said:
Did you install xposed using the xposed magisk module?
Open magisk manager
Goto downloads
Search xposed
Select xposed sdk 27 (for Android 8.1)
Install
Restart
Note installing xposed will likely cause safetynet to fail
Click to expand...
Click to collapse
I did I did, never got it to work BUT the latest official version of LOS 14.1 seems to have functional 3G so that might be of help to someone

Categories

Resources