Can't install oxygen - OnePlus 5 Questions & Answers

Hello. I just got OnePlus 5 yay. I tried to root it. I played a bit with the TWRP recovery and eventually I can't install the oxygen ROM, old or latest. I get this error 7:
{
"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"
}
Tried changing file system type for all folders and also tried to remove compatibility.zip out of ROM with 7zip.
I can install other ROMs like MIUI and LineageOS successfully.
When I'm trying to go Factory Reset i get this message. I believe there's connection between the two?

Yossizr said:
Hello. I just got OnePlus 5 yay. I tried to root it. I played a bit with the TWRP recovery and eventually I can't install the oxygen ROM, old or latest. I get this error 7:
Tried changing file system type for all folders and also tried to remove compatibility.zip out of ROM with 7zip.
I can install other ROMs like MIUI and LineageOS successfully.
When I'm trying to go Factory Reset i get this message. I believe there's connection between the two?
Click to expand...
Click to collapse
Error 7 means corrupt zip file.
So maybe you have a wrong starting point for your rooting project
Where did you start with?
What is you current twrp recovery (file name)?
What is your current Rom(file name)?
What is your magisk version?
Is your storage encryped or decrypted?

I can see the error there is a assert command. The zip file isn't for your device. If you have a full rom backup (twrp and stock rom zip recommended), then you may just edit the updater-script and remove the assert check system from the updater script. Then create a zip file of the folder contents. Then try again. If it doesn't help, report back here.
Sent from my Coolpad COR-I0 using Tapatalk

I actually had this issue last night when I went from Pie to Android 10. I did the dumb mistake of flashing the dumpling TWRP instead of Cheeseburger. What I suggest is you reflash the latest TWRP for your device and try again. Below is a list of them for OP5 and I would recommend Coreworkx TWRP
https://forum.xda-developers.com/showpost.php?p=77407412&postcount=4

Related

Can't delete supersu folder on internal storage

How Can I delete the supersu folder using twrp or adb? I had root then let the SuperSU app do a full unroot and the supersu folder is still there. I even flashed the stock rom and the suspersu folder is on the internal (root) storage.
Thanks in advance
update: twrp internal storage wipe didn't help
Was it systemless root? I only ask because system root places folder in /system/app or in /data/app if installed as a regular app. I never tried systemless root so not sure where that goes but would assume the same place. Wiping internal with twrp should have erased it if it's in /sdcard. Since you can see the folder can you open it?
Fe Mike said:
Was it systemless root? I only ask because system root places folder in /system/app or in /data/app if installed as a regular app. I never tried systemless root so not sure where that goes but would assume the same place. Wiping internal with twrp should have erased it if it's in /sdcard. Since you can see the folder can you open it?
Click to expand...
Click to collapse
SR1-SuperSU-v2.78-SR1-20160915123031 is the version I sued, but I sued with Android 7.1.1 preview...Phone wouldn't boot so i flashed the latest 7.0 z stock. Now I can get rid of this /supersu folder.
{
"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"
}
Try from TWRP file mamager
rquinn19 said:
Try from TWRP file mamager
Click to expand...
Click to collapse
Yeup, I can delete but it comes right back after reboot so i think the permissions are messed up.
Hi...i know this is old thread unsolved.
If after a year changed there are way to remove /supersu folder please share..thanks
Edit:after few time changing twrp version to test which version could remove "supersu" folder.file inside that folder change.i think not supersu keep creating it but twrp itself.it's just my conclusion

[GUIDE] How to flash any Stock Rom using Latest TWRP recovery by codeworkx/official

Hi Guys,
Iam now writing a guide to let you know that how to flash stock Rom using latest twrp recovery by both codeworkx or official
Steps :
First open the downloaded stock rom using any zip utilities, for example winrar.
navigate to the following directory
Code:
META-INF\com\google\android
now open the update script using any text editing tool. like notpad++
Remove the first two lines.
Now you re good to go.
If you are still getting the error
then please replace all occurrence of the device name from "le_s2_ww" to "s2" . You can use the find and replace feature of the Notepad ++
Comment below if you have any queries. :angel:
Hit thanks if you thinks it is usefull
Visit my webiste please : https://www.confusedweb.com
{
"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"
}
Tq
nice
now after doing so the recovery says rhat the update-binary is missing
You are Great.. Thank a lot.
Thank You
Excellent... worked perfectly. Thank you.
I downloaded x527 stock from here:
https://devs-lab.com/download-letv-official-stock-rom.html#How_to_install_LeTv_Stock_ROMs
But when I want to do your point 3, I just find a metadata and a otacert file in it and no update script?
FridrufHau said:
I downloaded x527 stock from here:
https://devs-lab.com/download-letv-official-stock-rom.html#How_to_install_LeTv_Stock_ROMs
But when I want to do your point 3, I just find a metadata and a otacert file in it and no update script?
Click to expand...
Click to collapse
You are in the wrong path!
Look at
Code:
META-INF\com\google\android
not at
Code:
META-INF\com\android
Oh this is embarrassing
Maybe one last question, as I did a lot of version back and forth and I am not able just to flash the bootloader or/and modem file of 19s, I would like to do a clean install of the recovery.
So if I do factory reset with data and cache and start the instalation this will be complete clean?
Or should I delete some files or folders which are beside the sdcard folder, too?
JamBax said:
You are in the wrong path!
Look at
Code:
META-INF\com\google\android
not at
Code:
META-INF\com\android
Click to expand...
Click to collapse
Lol , I made a factory reset and flashed the modified update.zip and now I lost my baseband. What should I do now, I don't really want to use my backup because of the wrong modem version...

Gapps is bugged / TWRP does not recognize its own backup (x722)

hello, I require your help to operate my cell phone, I'll tell you step by step what I've done... [it is obvious that my native language is not English]
first, i installed TWRP following this tutorial https://forum.xda-developers.com/le-pro3/how-to/leeco-le-pro-3-root-t3476560
second, backup the complete system with twrp 3.1.1-0 (O.S. 5.8.0.20S Stable, android 6.0.1, Banggood international version). This left me a folder full of files which twrp does not recognize when I want to install that backup again.
{
"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"
}
third, Install the ROM by following this tutorial https://forum.xda-developers.com/le...ent--and-mods/stock-eui-5-8-20s-x722-t3680624 Something seems strange to me that when I run the .bat, the phone reboots in a couple of seconds and the only change I see is that it installs the original recovery, since everything else stays the same, even the system version (EUI version: 5.8.001D (Dev))
Finally install S.U. official (all correct), and OpenGApps, use the Stock and Nano (ARM64, Android 6.0) versions, and both show error when starting the system,
does not allow me to do anything (attached image).
So here I am, with a new cellphone, without being able to restore the copy made with twrp, using a EUI developer version, and without being able to install the Gapps.
---I would greatly appreciate your help---
I have just solved my problem, since after installing my TWRP backup (which I was taught a little recently), It could not start because asked for a false password, then, without deleting anything, i installed from fastboot the ROM X722-5.8.020S-by-Batyan, that is here in xda, and arranged.
https://forum.xda-developers.com/showpost.php?p=74129299&postcount=41
How can I end the post?
Kaidodal said:
I have just solved my problem, since after installing my TWRP backup (which I was taught a little recently), I could not start because I asked for a password and it did not accept it, then, without deleting anything, install from fastboot the ROM X722-5.8.020S-by-Batyan, that is here in xda, and arranged.
How can I end the post?
Click to expand...
Click to collapse
Great news. You don't need to do anything. You've done your part. :good: Just leave it up for people in the future to look at and learn from.

[MOD][Template][N960F] *03.10.2018* Custom Splash Screen Changer [Exynos]

Had once a little boredom and made a MOD for the themeing of Custom Splash Screen. Just like S8(+) and S9(+). You can change now pictures without to modify and flash the bootloader (up_param.bin).
Important: The MOD only works with Exynos-9810-based devices!
Important2: Its untested, but works on my s8+ and on s9(+).
[FONT=&quot]Neither I nor XDA is responsible for any damage to your device. You're flashing at your own risk![/FONT]
[FONT=&quot]Before you start, make a Nandroid (backup) of your system. Safe is safe![/FONT]​
Changelog
Changelog v1.0
Release
What you need?
a custom recovery like >>TWRP<<
my exynos9810_N9_logochanger Zip
skills how to modify/repack/drag&drop into zip files
skills how to flash MODs
Pictures to download (only examples)
{
"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"
}
Download
View attachment exynos9810_N9_logochanger.zip
View attachment exynos9810_logochanger_stock-N9.zip
How to Flash
Place the zip on the internal/external memory.
boots into Recovery
then click on "install" in the TWRP
searches for the folder where the zip file was placed
and flashes it by clicking on the zip and dragging the slider to the right at the TWRP
rebooting
How do I change the boot logo in the template?
open the exynos9810_N9_logochanger zip (with WinRar or 7zip) and replace the logo. jpg with another image of your choice
the new image must be renamed to logo. jpg again. Otherwise it won't work!
How to return to the Stock logo?
You don't like the custom logos anymore?
then just flash the zip appropriate for your device:
exynos9810_N9_logochanger_Stock_S9 (for Galaxy Note 9)
Troubleshooting
If your hanging in a bootloop without access to twrp, please reflash the bootloader via odin. TWRP and system boots up again.
Note:
Not all images work, the best results are achieved if you just edit the stock image.
Credits
Samsung
arter97
me
So, that's it, too. Leave a "thanks" here if it was helpful or you even liked it.
Does the guide need to be updated with some additional info?
The Tool doesn't work anymore..
please provide an update to code..
no longer works on note9 with Pie update

Phone Is decrypted after rooting

I MEAN ENCRYTING
So i decided after a month of having my phone its about time i rooted it.
So i wanted to stick with Stock Rom so i just rooted without installing a customer rom.
Done the whole process,
1-Flashed TWRP.
2-Wiped Data and factory reset through TWRP.
3-Installed Magisk zip through TWRP.
4-Rebooted.
I now have a stock rom rooted with TWRP recovery, So after setting up my phone i downloaded all my appropriate apps that i use with root.
But i have noticed whilst converting a user app into system app it tells me that there is sufficient room on system partition to convert, So i decided to download JRummy root explorer and noticed no items in my root directory shows up.
After this i noticed my phone is encrypted. How do i get stock rom rooted and decrypted so that i can access my root directory.
IMAGES BELOW ATTATCHMENTS
{
"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"
}
Thank you in advance :good:
shakeynath said:
I MEAN ENCRYTING
So i decided after a month of having my phone its about time i rooted it.
So i wanted to stick with Stock Rom so i just rooted without installing a customer rom.
Done the whole process,
1-Flashed TWRP.
2-Wiped Data and factory reset through TWRP.
3-Installed Magisk zip through TWRP.
4-Rebooted.
I now have a stock rom rooted with TWRP recovery, So after setting up my phone i downloaded all my appropriate apps that i use with root.
But i have noticed whilst converting a user app into system app it tells me that there is sufficient room on system partition to convert, So i decided to download JRummy root explorer and noticed no items in my root directory shows up.
After this i noticed my phone is encrypted. How do i get stock rom rooted and decrypted so that i can access my root directory.
IMAGES BELOW ATTATCHMENTS
Thank you in advance :good:
Click to expand...
Click to collapse
It's a know issue
Use a root browser and delete apps from System / app.
I deleted gmaps and YouTube to gain 94mb
Both apps still work fine
Sent from my ONEPLUS A6010 using Tapatalk
There is no link between encryption and space left in /system
It's just that OnePlus decided to use the whole system partition

Categories

Resources