D
dr_root
Guest
You can try it, but I don't think that it will work with the Stock RecoveryWe need TWRP for this right? Can't do it with stock OP3 recovery?
And I assume I just Install > select zip - after I've selected the OP3 zip for install?
You can try it, but I don't think that it will work with the Stock RecoveryWe need TWRP for this right? Can't do it with stock OP3 recovery?
And I assume I just Install > select zip - after I've selected the OP3 zip for install?
It's okay, I use TWRP anyway; but when you install OOS through TWRP, you have to flash the TWRP recovery again after setup, annoying lol.You can try it, but I don't think that it will work with the Stock Recovery
No, i don't have to Flash the Recovery again :/It's okay, I use TWRP anyway; but when you install OOS through TWRP, you have to flash the TWRP recovery again after setup, annoying lol.
Strange, I do. Not sure why, lol. After I do Install > OOS then press back and Install > OOS cleaner then boot phone (that's right, right?) then iif I go back into recovery after ive setup my phone, its stock recovery, lolNo, i don't have to Flash the Recovery again :/
Ok that is really strange. Never had that problem. The full Roms from the oneplus official support page never flashed the stock recovery.Strange, I do. Not sure why, lol. After I do Install > OOS then press back and Install > OOS cleaner then boot phone (that's right, right?) then iif I go back into recovery after ive setup my phone, its stock recovery, lol
Can you link me the TWRP that you use? Maybe I have the wrong one. Mine is from the TWRP website.I have Installed the OOS 3.2.4 FOTA and after that my Script. It worked like it should. I use the official TWRP.
I also use the TWRP from the official webpage. I would recommend to Flash the Script right after the update nur it also work when oxygen os was used some days. some Apps (like Google Music) can still be there, because when the App gets updated, the apk is stored in the Data Partition. My Script only delete Files from the System Partition.Can you link me the TWRP that you use? Maybe I have the wrong one. Mine is from the TWRP website.
Do I need to flash your script right after flashing the FOTA or it will work even if oxygenos is already installed? Because I tested it and the script just does nothing at all.
Thanks.
OK I found why some Apps still there. You're right, some was updated and be stored on the data partition. I edited the script to remove them from the data partition too.I also use the TWRP from the official webpage. I would recommend to Flash the Script right after the update nur it also work when oxygen os was used some days. some Apps (like Google Music) can still be there, because when the App gets updated, the apk is stored in the Data Partition. My Script only delete Files from the System Partition.
the "delete_recursive" delete the content and also the folder. In my system partition every folder from the script was deleted. Its really interesting that we get with same software different results.OK I found why some Apps still there. You're right, some was updated and be stored on the data partition. I edited the script to remove them from the data partition too.
And for my knowledge, the "delete_recursive" command remove recursively the folder content only? Because when I apply your script, on the /system/app folder, for example, the folder of AndroidPay stay there with nothing in it. And the folder of BTtestmode stay there with all the files in it. Any idea?
Encryption is forced on oxygenos, can it be the culprit of this issue?
Thanks.
I'll try to find a fix for those who have the same problem as me. It's really strange. The system partition seems to mount as read only during the script execution. Dunno why.the "delete_recursive" delete the content and also the folder. In my system partition every folder from the script was deleted. Its really interesting that we get with same software different results.
HJow can I edit this script, everytime I edit it, and re-zip and flash the file it gives me an error.Thanks, I will actually use this as a base to my script which will delete all google stuff from oxygen os and disable oneplus analytics.
That's weird, make sure you are editing updater-script and you don't save it with an extension.HJow can I edit this script, everytime I edit it, and re-zip and flash the file it gives me an error.
Gah, can't remember off the top of my head but iit says something about meta-inf/update-binary cannot find or something. Although I don't even touch that file, and it doesn't have an extension and updater-script I only add one line.That's weird, make sure you are editing updater-script and you don't save it with an extension.
What error does TWRP give you?
how do you add them, when i add them the zip doesn't flash :[Add the following lines to uninstall the new bloatware introduced in OOS 3.5.0:
delete_recursive("/system/app/Calculator");
delete_recursive("/system/app/Weather");
There is also a new process containing chinese letters, not quite sure how to get rid of this. :/
Screenshots: http://forum.xda-developers.com/oneplus-3/how-to/oneplus-3-5-failure-t3448258
1. Open zip with WinRAR and extract "updater-script".how do you add them, when i add them the zip doesn't flash :[
Eh, thats what I did, and it never works, lol. Always fails to flash the zip.1. Open zip with WinRAR and extract "updater-script".
2. Add lines and save.
3. Drag and drop the updated file back into WinRAR and confirm dialog.
4. Flash the zip.![]()