C02B895/6 causes partition table fails. - P8lite Q&A, Help & Troubleshooting

I'm trying to get @surdu_petru's ROMs to work, but I have to use the old C432B600 firmware for my phone. When I'm using the ROM provided by him (flashing the ZIP as described in his post), it will flash the ROM, but after I boot into the OS and back into TWRP and I try to do a pre-ROM-flash wipe, it fails to mount important partitions (/data, /cache and I think /system). When I try going back to EMUI, a screen with "Enter password to decrypt partitions", as if I encrypted them. I flashed it both from ResRemix and from C432B600. What's wrong with that?

ThatFluxNerd said:
I'm trying to get @surdu_petru's ROMs to work, but I have to use the old C432B600 firmware for my phone. When I'm using the ROM provided by him (flashing the ZIP as described in his post), it will flash the ROM, but after I boot into the OS and back into TWRP and I try to do a pre-ROM-flash wipe, it fails to mount important partitions (/data, /cache and I think /system). When I try going back to EMUI, a screen with "Enter password to decrypt partitions", as if I encrypted them. I flashed it both from ResRemix and from C432B600. What's wrong with that?
Click to expand...
Click to collapse
The EMUI 4.1+ ROMs have encryption enabled by default. You can't use them without having encrypted data. After you install the stock ROM you need to Format (not wipe) data

JpegXguy said:
The EMUI 4.1+ ROMs have encryption enabled by default.
Click to expand...
Click to collapse
Alright, but how do I disable it then?

ThatFluxNerd said:
Alright, but how do I disable it then?
Click to expand...
Click to collapse
I don't think you can. Anyhow I edited my post. Just format data and flash surdus ROM

JpegXguy said:
I don't think you can. Anyhow I edited my post. Just format data and flash surdus ROM
Click to expand...
Click to collapse
I'll try that tomorrow and I'll get back to you if it works, but iirc I couldn't because neither TWRP nor the stock ROM could mount /data.
EDIT: I think I found the solution! https://forum.xda-developers.com/p8lite/development/rom-t3606568/post73322769

ThatFluxNerd said:
I'll try that tomorrow and I'll get back to you if it works, but iirc I couldn't because neither TWRP nor the stock ROM could mount /data.
EDIT: I think I found the solution! https://forum.xda-developers.com/p8lite/development/rom-t3606568/post73322769
Click to expand...
Click to collapse
Yup, that's what I said. Glad you got it working!

ThatFluxNerd said:
I'll try that tomorrow and I'll get back to you if it works, but iirc I couldn't because neither TWRP nor the stock ROM could mount /data.
EDIT: I think I found the solution! https://forum.xda-developers.com/p8lite/development/rom-t3606568/post73322769
Click to expand...
Click to collapse
look at this post to remove encryption
https://forum.xda-developers.com/showpost.php?p=73273240&postcount=125

miststudent2011 said:
look at this post to remove encryption
https://forum.xda-developers.com/showpost.php?p=73273240&postcount=125
Click to expand...
Click to collapse
Just to clarify, I take B895 provided by Surdu, unpack, take boot.img, edit fstab.hi6210sft?

I don't understand... Do you want to stay in EMUI 4.1 as a daily driver? It's an old update from March. You just need to follow surdu's instructions to install his ROM. Format data removes encryption. I just see no reason to edit files if you just want the custom ROM... Anyhow @kosmitchak 's post is interesting

JpegXguy said:
I don't understand... Do you want to stay in EMUI 4.1 as a daily driver? It's an old update from March. You just need to follow surdu's instructions to install his ROM. Format data removes encryption. I just see no reason to edit files if you just want the custom ROM... Anyhow @kosmitchak 's post is interesting
Click to expand...
Click to collapse
On most emui 4.1 devices even after format data phone is encrypting itself you can prevent it by doing this mod

kosmitchak said:
On most emui 4.1 devices even after format data phone is encrypting itself you can prevent it by doing this mod
Click to expand...
Click to collapse
I know. But he just wants to install surdu's ROM. Format data reboot TWRP install surdu's zip.

JpegXguy said:
I know. But he just wants to install surdu's ROM. Format data reboot TWRP install surdu's zip.
Click to expand...
Click to collapse
So, flash B895 -> flash TWRP -> Format data -> restart to TWRP -> factory wipe -> flash RROS and rest?

ThatFluxNerd said:
So, flash B895 -> flash TWRP -> Format data -> restart to TWRP -> factory wipe -> flash RROS and rest?
Click to expand...
Click to collapse
Exactly. (BTW these are the instuctions in surdu's OP)

JpegXguy said:
Exactly. (BTW these are the instuctions in surdu's OP)
Click to expand...
Click to collapse
Alright, I'll get back after I do this.

It worked! Thank you!

Related

Problem with TWRP mounting (mmcblk0p39)

Trying to flash a custom ROM, actually, when flashing pretty much all ROMS with 3.0.2, I get the following error: "mount: Failed to mount /dev/block/mmcblk0p39 at /cust: Device or resource busy" I believed this didn't pose a problem, since all ROMs had flashed fine, or so I thought, until I tried to flash one of HTCMania's customs and it had to change the system font, but didn't. Any ideas as to why this may be happening? Or how can this be fixed?
KillerDam said:
Trying to flash a custom ROM, actually, when flashing pretty much all ROMS with 3.0.2, I get the following error: "Failed to mount /dev/block/mmcblk0p39 at /cust: Device or resource busy" I believed this didn't pose a problem, since all ROMs had flashed fine, or so I thought, until I tried to flash one of HTCMania's customs and it had to change the system font, but didn't. Any ideas as to why this may be happening? Or how can this be fixed?
Click to expand...
Click to collapse
i have same problem in twrp,but with data,i have fix that by flash stock recovery,from stock recovery i have made wipe data factory reset and wipe cache and he work,it might work for you,so give a try
cristi.blidariu said:
i have same problem in twrp,but with data,i have fix that by flash stock recovery,from stock recovery i have made wipe data factory reset and wipe cache and he work,it might work for you,so give a try
Click to expand...
Click to collapse
How did you flash the stock recovery?
KillerDam said:
How did you flash the stock recovery?
Click to expand...
Click to collapse
By fastboot,and command is fastboot flash recovery recovery.img
cristi.blidariu said:
By fastboot,and command is fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Nope, didn't work, still can't mount cust partition, even after factory reset using stock recovery. I can only think about pushing the rom through sideload, but can't seem to figure out how. I'm about to give up and just return to Lollipop
KillerDam said:
Nope, didn't work, still can't mount cust partition, even after factory reset using stock recovery. I can only think about pushing the rom through sideload, but can't seem to figure out how. I'm about to give up and just return to Lollipop
Click to expand...
Click to collapse
Did you try to flash files via fastboot,or you try to restore your backup via twrp?
cristi.blidariu said:
i have same problem in twrp,but with data,i have fix that by flash stock recovery,from stock recovery i have made wipe data factory reset and wipe cache and he work,it might work for you,so give a try
Click to expand...
Click to collapse
cristi.blidariu said:
Did you try to flash files via fastboot,or you try to restore your backup via twrp?
Click to expand...
Click to collapse
Was trying to flash a ROM via TWRP, ROM flashes, but not correctly, since system font and other assorted things remain unchanged, and they should change.
KillerDam said:
Was trying to flash a ROM via TWRP, ROM flashes, but not correctly, since system font and other assorted things remain unchanged, and they should change.
Click to expand...
Click to collapse
K,wich rom?
cristi.blidariu said:
K,wich rom?
Click to expand...
Click to collapse
I have the same problem while trying to install sokkoban's rom from huaweip8lite blogspot.
After the error message extracting system hangs. After forced restart twrp recovery cannot boot again. Had to debrick my phone. :\
aelfwine88 said:
I have the same problem while trying to install sokkoban's rom from huaweip8lite blogspot.
After the error message extracting system hangs. After forced restart twrp recovery cannot boot again. Had to debrick my phone. :\
Click to expand...
Click to collapse
Edit:
I think this is caused by the install script doesn't unmount /cust mountpoint before trying to access it.
aelfwine88 said:
Edit:
I think this is caused by the install script doesn't unmount /cust mountpoint before trying to access it.
Click to expand...
Click to collapse
Do you have any idea how can it be fixed? Maybe which line could be missing or wrong and what would the correct syntax be.
cristi.blidariu said:
K,wich rom?
Click to expand...
Click to collapse
Nautilus ROM, and maybe Sokkoban's KangVIP iirc
KillerDam said:
Nautilus ROM, and maybe Sokkoban's KangVIP iirc
Click to expand...
Click to collapse
sorry for late answer,Nautilus rom is base on hw/eu location with build number C432B564,you need to flash location https://mega.nz/#!aB9kUDST!q_mT6cq9uEQjvscnbXBZq3B1X6BWsMk7iYKaDjfFzJU flash with twrp,then try to install Nautilus rom,for @sokkoban KangVIP you need chinese location,well i don't have that location you should search your self
KillerDam said:
Do you have any idea how can it be fixed? Maybe which line could be missing or wrong and what would the correct syntax be.
Click to expand...
Click to collapse
I think you need to unmount /cust before you start to work with it. I checked the original Chinese rom which was it converted from and those guys are unmounting all mountpoins in the beginning of the install script (META-INF\com\google\android\updater-script):
Code:
ifelse(is_mounted("/data"), unmount("/data"));
ifelse(is_mounted("/system"), unmount("/system"));
ifelse(is_mounted("/cust"), unmount("/cust"));
This goes before the "ui_print("Formatting cust...");" line.
Sokkoban doesn't do it in his script so I thing that should be the problem.
I just switched my location to cn the other day and tried to install the new KangVIP B569. It went well, but i couldn't figure out how to install gapps (and I needed my phone live again...) so I switched back sokoban's modded KangVIP B564 version which has the same error during install. But it didn't stucked this time at extracting system and I guess it flashed /cust fine as well. And that was at 3am and I did not have the spirit to try to fix the script and flash again... Anyway you can try the code above but I suggest to switch location to cn and go for the latest KangVIP B569 or sokoban's KangVIP B564 (and you can try the script fix before flash). If you go with KangVIP B569 and you can figure out how to install gapps to please share.
If you stuck with location switching or don't know how to get official cn 6.0 android (also requirement for the modded 6.0) drop me a message and I try to recollect how I done that.
Good luck.

Not booting

Hey guys question. Ever since yesterday for some reason anything i try to install will not boot. I have tried different roms and cant figure it out. any help would be appreciated. this is my only phone.
What have you tried, what model?
If you used Dirty Santa , I've seen a lot of people able to fix boot issues by following this step in his guide
me2151 said:
*****VERIZON USERS******
It has come to my attention that some users have encountered abnormally long first boot time(over 20 minutes before first time setup)
To resolve this issue:
Boot into bootloader by pulling the battery and reinserting it and holding VOL- and phugging in the phone. then typing:
Code:
fastboot flash boot boot2.img
fastboot reboot
**************
Click to expand...
Click to collapse
TGtheImmortal said:
What have you tried, what model?
If you used Dirty Santa , I've seen a lot of people able to fix boot issues by following this step in his guide
Click to expand...
Click to collapse
I have tried about 4 different roms and completely wiping and installing. the only thing that works is re flashing my stock backup i made after i rooted. I will try flashing boot2. Do roms change boot images when you flash? I am on the verizon verient.
pcwizkid1994 said:
I have tried about 4 different roms and completely wiping and installing. the only thing that works is re flashing my stock backup i made after i rooted. I will try flashing boot2. Do roms change boot images when you flash? I am on the verizon verient.
Click to expand...
Click to collapse
I'm not sure if you should flash the boot if you're on a custom rom. I am no expert so I don't want to make you brick your device.
Full wipe including formatting data when you are reinstalling custom roms?
TGtheImmortal said:
I'm not sure if you should flash the boot if you're on a custom rom. I am no expert so I don't want to make you brick your device.
Full wipe including formatting data when you are reinstalling custom roms?
Click to expand...
Click to collapse
Yes sir.
pcwizkid1994 said:
Yes sir.
Click to expand...
Click to collapse
Are you getting any errors whilst flashing custom roms?
The only thing I can think of right now would be following the steps from step 4 and reinstall and root a stock Verizon rom to see if it fixes your issue.
If that doesn't work someone else will have to come along and suggest some things.
TGtheImmortal said:
Are you getting any errors whilst flashing custom roms?
The only thing I can think of right now would be following the steps from step 4 and reinstall and root a stock Verizon rom to see if it fixes your issue.
If that doesn't work someone else will have to come along and suggest some things.
Click to expand...
Click to collapse
No nothing. Everything is flashing like it should.
Are /system and /data mounted in TWRP under mount before/after you flash a custom rom?
TGtheImmortal said:
Are /system and /data mounted in TWRP under mount before/after you flash a custom rom?
Click to expand...
Click to collapse
Now I am getting a system mount error when I try to back up my stock Rom... Will check when on break at work
TGtheImmortal said:
Are /system and /data mounted in TWRP under mount before/after you flash a custom rom?
Click to expand...
Click to collapse
Cach and data are the only things mounted
pcwizkid1994 said:
Cach and data are the only things mounted
Click to expand...
Click to collapse
/system definitely needs to be mounted before flash and after flash as well, otherwise it cannot override your stock rom.
Are you getting an error while trying to mount it? Or only during backup procedure? I was able to fix some mounting issues by simply rebooting TWRP.
TGtheImmortal said:
/system definitely needs to be mounted before flash and after flash as well, otherwise it cannot override your stock rom.
Are you getting an error while trying to mount it? Or only during backup procedure? I was able to fix some mounting issues by simply rebooting TWRP.
Click to expand...
Click to collapse
Ok so i went back into recovery and the only way I can get system to be cheacked is if I mount it as read only
TGtheImmortal said:
/system definitely needs to be mounted before flash and after flash as well, otherwise it cannot override your stock rom.
Are you getting an error while trying to mount it? Or only during backup procedure? I was able to fix some mounting issues by simply rebooting TWRP.
Click to expand...
Click to collapse
Hey. I emailed you back. Did you get my pm? Thanx

EMUI 4.1 Link?

Where I can find a good (booting) EMUI 4.1? Since the one from B895-based custom roms still is on boot animation after 30 minutes. I don’t care if it's vodafone version or a mod or anything else, I just want a booting version.
Thank you.
XTutorials said:
Where I can find a good (booting) EMUI 4.1? Since the one from B895-based custom roms still is on boot animation after 30 minutes. I don’t care if it's vodafone version or a mod or anything else, I just want a booting version.
Thank you.
Click to expand...
Click to collapse
b895 for me work,but It has much bugs
try emui 4.1.3 for y6 ii,Should work good(no nfc)
Adi5 said:
b895 for me work,but It has much bugs
try emui 4.1.3 for y6 ii,Should work good(no nfc)
Click to expand...
Click to collapse
What wipe did you done in TWRP when flashing?
XTutorials said:
What wipe did you done in TWRP when flashing?
Click to expand...
Click to collapse
Data,internal storage,cache,dalvik
I installed hydrid rom(alel21c02b896 and caml21c432b171) from htcmania forum and works
Adi5 said:
Data,internal storage,cache,dalvik
I installed hydrid rom(alel21c02b896 and caml21c432b171) from htcmania forum and works
Click to expand...
Click to collapse
Can you give me a link? If this will finnaly boot I will not abandon my EMUI 4.1 project. If not, I'll just do a EMUI 4.0 one.
Thank you.
XTutorials said:
Can you give me a link? If this will finnaly boot I will not abandon my EMUI 4.1 project. If not, I'll just do a EMUI 4.0 one.
Thank you.
Click to expand...
Click to collapse
http://www.htcmania.com/showthread.php?t=1335983
No problem
Adi5 said:
http://www.htcmania.com/showthread.php?t=1335983
No problem
Click to expand...
Click to collapse
I might have another question; I have already tried FlashRom B191 from another thread and I had to flash that through fastboot. I hope this can be flashed in TWRP 3.1.1-0, no?
XTutorials said:
I might have another question; I have already tried FlashRom B191 from another thread and I had to flash that through fastboot. I hope this can be flashed in TWRP 3.1.1-0, no?
Click to expand...
Click to collapse
I don't think so but if you want to try install----> change install image and install all img files without recovery and wipe data and reboot your phone,maybe work
You can flash caml21 (y6 ii ) rom in twrp
update.zip : http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1166/g104/v95607/f1/full/update.zip
data eu: http://update.hicloud.com:8180/TDS/...5607/f1/full/hw/eu/update_data_full_hw_eu.zip
Adi5 said:
I don't think so but if you want to try install----> change install image and install all img files without recovery and wipe data and reboot your phone,maybe work
You can flash caml21 (y6 ii ) rom in twrp
update.zip : http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1166/g104/v95607/f1/full/update.zip
data eu: http://update.hicloud.com:8180/TDS/...5607/f1/full/hw/eu/update_data_full_hw_eu.zip
Click to expand...
Click to collapse
What is data eu? Sim-related stuff? Better explanation on how to install this?
Thanks
XTutorials said:
What is data eu? Sim-related stuff? Better explanation on how to install this?
Thanks
Click to expand...
Click to collapse
1.Download Both files
2. Copy this on your microsd card
3.turn on twrp
4.make backup recovery partition
5.wipe advanced dalvik,cache,internal storage,data
6.flash 1 file(update.zip,1,5gb file)
7.restore recovery backup
8.reboot to twrp
9.install data eu
10.reboot your phone
Should work!
Adi5 said:
1.Download Both files
2. Copy this on your microsd card
3.turn on twrp
4.make backup recovery partition
5.wipe advanced dalvik,cache,internal storage,data
6.flash 1 file(update.zip,1,5gb file)
7.restore recovery backup
8.reboot to twrp
9.install data eu
10.reboot your phone
Should work!
Click to expand...
Click to collapse
Thank you! I'll try it now.
Adi5 said:
1.Download Both files
2. Copy this on your microsd card
3.turn on twrp
4.make backup recovery partition
5.wipe advanced dalvik,cache,internal storage,data
6.flash 1 file(update.zip,1,5gb file)
7.restore recovery backup
8.reboot to twrp
9.install data eu
10.reboot your phone
Should work!
Click to expand...
Click to collapse
mhm, I have finnaly hard bricked my device, yay! I couldn't even restore TWRP because it rebooted automatically into system. The device now just blinks red every 2 seconds and that's it. So development for this device is shut off because I don't seem to restore it.
EDIT: nah... the phone it's back, but it has a very complex bootloader compared to our one, and EMUI booted up btw and I didn't need any data flash. Now I will start working on the rom.

[HELP OXYGEN OS] Can´t install 5.1.5 update or flash in original recovery!!

Hello, I have an OP 5 with unlocked bootloader and i was rooted. So, I'm in 4.5.13, and i'm trying to install 5.1.5 but i need to be unrooted for this.
Somehow when i removed root (magisk) my phone entered in bootloop mode (i think that magisk lost the original boot img). I flashed the stock boot img and the phone booted normally and without root. However i think that some "crumbs" of the magisk or adway stayed in my system or phone partitions and my phone continues to say that he can´t install the OTA. I've already wiped cache and data in the recovery and tried to install with adb sideload but it fails.
I still have my OOS and is working fine, but I can't update... Any ideas?
Do you think that if I do the normal settings > restore factory settings will it work? Or that option will be also damaged?
Should i boot TWRP in fastboot, and try to do a factory reset and then flash 5.1.5?
For your information, i've never flashed anything besides magisk and the attempts to update. The rom is the original as also the recovery. To flash the magisk i always booted twrp connected by usb to my PC.
I apreciate all the help!!
pdalvares said:
I apreciate all the help!!
Click to expand...
Click to collapse
https://downloads.oneplus.com/oneplus-5/oneplus_5_oxygenos_5.1.5/
This is the full OOS ROM Zip with instructions to flash with either stock Recovery, or TWRP.
Dirk said:
This is the full OOS ROM Zip with instructions to flash with either stock Recovery, or TWRP.
Click to expand...
Click to collapse
Yo, i already tried it different ways, but thank you :/
pdalvares said:
Yo, i already tried it different ways, but thank you :/
Click to expand...
Click to collapse
Fastboot flash TWRP, format partitions and flash full OOS ROM and Magisk. What's the difficulty?
https://www.xda-developers.com/how-to-install-twrp/
Dirk said:
Fastboot flash TWRP, format partitions and flash full OOS ROM and Magisk. What's the difficulty?
https://www.xda-developers.com/how-to-install-twrp/
Click to expand...
Click to collapse
Ok i'm gonna try it i'm sorry for my noobish but you know the smartphone was expensive and i'm afraid to brick it someway :/
Just one question: when you say formating partitions you mean wipe data, cache, system and dalvik / ART cache right?
thanks alot for your help and im sorry for being noob xD
I've my nexus 7 with root and PureNexus rom and had an moto g with custom rom, twrp and root but somehow I'm afraid with the OP5 because it was very expensive to my pocket xD :silly:
pdalvares said:
Ok i'm gonna try it i'm sorry for my noobish but you know the smartphone was expensive and i'm afraid to brick it someway :/
Just one question: when you say formating partitions you mean wipe data, cache, system and dalvik / ART cache right?
thanks alot for your help and im sorry for being noob xD
I've my nexus 7 with root and PureNexus rom and had an moto g with custom rom, twrp and root but somehow I'm afraid with the OP5 because it was very expensive to my pocket xD :silly:
Click to expand...
Click to collapse
Even if you tried really hard it would be almost impossible to 'Brick' a Oneplus phone. We even have unbrick tools to revive dead devices. Oneplus phones are like zombies. Really hard to keep down. The price we usually pay for messing up is nothing more than having to do a clean install and having to set the phone up again. We've all been there!
Once you have TWRP installed you could try a simple swipe-to-wipe from the 'Wipe' menu in TWRP and then flash the full OOS ROM & Magisk. I would recommend going into the 'Advanced' sub menu from 'Wipe' and select every partition. This will erase your Internal Storage, so make sure you have a backup of everything on your PC. Once you've done this you should use the TWRP 'Reboot' menu to reboot back into Recovery. Copy the ROM and Magisk zips back to Internal Storage from PC and Install them from TWRP 'Install' menu.
Dirk said:
Even if you tried really hard it would be almost impossible to 'Brick' a Oneplus phone. We even have unbrick tools to revive dead devices. Oneplus phones are like zombies. Really hard to keep down. The price we usually pay for messing up is nothing more than having to do a clean install and having to set the phone up again. We've all been there!
Once you have TWRP installed you could try a simple swipe-to-wipe from the 'Wipe' menu in TWRP and then flash the full OOS ROM & Magisk. I would recommend going into the 'Advanced' sub menu from 'Wipe' and select every partition. This will erase your Internal Storage, so make sure you have a backup of everything on your PC. Once you've done this you should use the TWRP 'Reboot' menu to reboot back into Recovery. Copy the ROM and Magisk zips back to Internal Storage from PC and Install them from TWRP 'Install' menu.
Click to expand...
Click to collapse
I've made what you said but it gives me the error "Updater process ended with error: 7"
pdalvares said:
I've made what you said but it gives me the error "Updater process ended with error: 7"
Click to expand...
Click to collapse
Which TWRP are you using? It should be the latest Official version, or you could try the latest codeworkx from here:
https://sourceforge.net/projects/cheeseburgerdumplings/files/15.1/cheeseburger/recovery/
Error 7 is a generic error code. The useful information about the error is usually in the body of text.
If you can't get TWRP to play nicely you can use it to format partitions as mentioned before, and then use it to install the stock OOS recovery from the bottom of this page:
https://downloads.oneplus.com/oneplus-5/oneplus_5_oxygenos_5.1.5/
The stock recovery is an .img, so in the TWRP 'Install' menu you need to select Image instead of Zip at the bottom of the screen. Move the stock recovery .img to Internal Storage and flash it. Reboot into Stock Recovery and flash full OOS zip.
Dirk said:
Even if you tried really hard it would be almost impossible to 'Brick' a Oneplus phone. We even have unbrick tools to revive dead devices. Oneplus phones are like zombies. Really hard to keep down. The price we usually pay for messing up is nothing more than having to do a clean install and having to set the phone up again. We've all been there!
Once you have TWRP installed you could try a simple swipe-to-wipe from the 'Wipe' menu in TWRP and then flash the full OOS ROM & Magisk. I would recommend going into the 'Advanced' sub menu from 'Wipe' and select every partition. This will erase your Internal Storage, so make sure you have a backup of everything on your PC. Once you've done this you should use the TWRP 'Reboot' menu to reboot back into Recovery. Copy the ROM and Magisk zips back to Internal Storage from PC and Install them from TWRP 'Install' menu.
Click to expand...
Click to collapse
YO BRO i've made it. I installed other version of the OS and it's working! Now im gonna see if i can update it to the newest version
Thank you for encouraging me!
pdalvares said:
YO BRO i've made it. I installed other version of the OS and it's working! Now im gonna see if i can update it to the newest version
Thank you for encouraging me!
Click to expand...
Click to collapse
Let me know how you get on. :good:
Dirk said:
Let me know how you get on. :good:
Click to expand...
Click to collapse
It all works fine but when doing the OTA in the OOS to 5.1.4 the device reboots, enters in oxygenos recovery but it fails...
EDIT:
Could it be because the bootloader is unlocked?? Is it safe to lock it like i unlocked it? No problem?
pdalvares said:
It all works fine but when doing the OTA in the OOS to 5.1.4 the device reboots, enters in oxygenos recovery but it fails...
Click to expand...
Click to collapse
Work through the steps in post #8. Begin with the latest codeworkx TWRP and go from there.
Check this guide if you think you might be missing something:
https://forum.xda-developers.com/oneplus-5/how-to/oneplus-5-unlock-bootloader-flash-twrp-t3624877
Dirk said:
Work through the steps in post #8. Begin with the latest codeworkx TWRP and go from there.
Check this guide if you think you might be missing something:
https://forum.xda-developers.com/oneplus-5/how-to/oneplus-5-unlock-bootloader-flash-twrp-t3624877
Click to expand...
Click to collapse
It failed that way
ok so im gonna write here what it says:
" Installing zip file...
Checking for Digest file...
Skipping Digest check: no Digest file found vendor partition is not existed, exit ota!!
Updater process ended with ERROR: 7
error installiong...
Updating partition details...
Failed to mount '/vendor' (Invalid argument)
...done "
pdalvares said:
It failed that way
ok so im gonna write here what it says:
" Installing zip file...
Checking for Digest file...
Skipping Digest check: no Digest file found vendor partition is not existed, exit ota!!
Updater process ended with ERROR: 7
error installiong...
Updating partition details...
Failed to mount '/vendor' (Invalid argument)
...done "
Click to expand...
Click to collapse
Are you trying to OTA or full ROM? OTA is not going to work. Only full ROM .zip will get the job done.
Have you considered giving up on OOS for now and just try flashing a Custom ROM from TWRP? I'd recommend Dirty Unicorns Oreo for now until Pie ROMs mature. You can get their ROM from their website.. Should be no issue at all flashing it. Opengapps ARM64, 8.1 Nano is the Gapps i'd recommend.
Wipe in TWRP, Flash Firmware/ROM/Gapps/Magisk. Job done.
pdalvares said:
It failed that way
ok so im gonna write here what it says:
" Installing zip file...
Checking for Digest file...
Skipping Digest check: no Digest file found vendor partition is not existed, exit ota!!
Updater process ended with ERROR: 7
error installiong...
Updating partition details...
Failed to mount '/vendor' (Invalid argument)
...done "
Click to expand...
Click to collapse
One more thing dude, i've flashed the 5.1.1 on top of the 4.5.14 without wiping, and it is taking along time to boot. I should wipe it? :/
pdalvares said:
One more thing dude, i've flashed the 5.1.1 on top of the 4.5.14 without wiping, and it is taking along time to boot. I should wipe it? :/
Click to expand...
Click to collapse
Initial boot can take some time.
I'm at a loss why your phone hates OOS, but it might love Custom ROMs. Give it some thought.
pdalvares said:
One more thing dude, i've flashed the 5.1.1 on top of the 4.5.14 without wiping, and it is taking along time to boot. I should wipe it? :/
Click to expand...
Click to collapse
MY BROTHER, i really needed to lock the bootloader, wiped everything and adb sideloaded 5.1.1. It booted at android 8 and then i ran the OTA's until the newest one and now i have my phone fully functional, with the latest update, and running all stock. Thank's alot for all the help. I don´t know how to thank you! Peace and see you one day!
EDIT:
Maybe one day I will try some custom ROM, like lineage or other best than that. For now im gonna stay like this for a while, just because yes
pdalvares said:
MY BROTHER, i really needed to lock the bootloader, wiped everything and adb sideloaded 5.1.1. It booted at android 8 and then i ran the OTA's until the newest one and now i have my phone fully functional, with the latest update, and running all stock. Thank's alot for all the help. I don´t know how to thank you! Peace and see you one day!
EDIT:
Maybe one day I will try some custom ROM, like lineage or other best than that. For now im gonna stay like this for a while, just because yes
Click to expand...
Click to collapse
Good news! :good:
You can see how resilient OP phones are. You can pretty much always get them back to a working condition. I can only guess but it sounds like you were right. Something was wrong with your Bootloader after the initial problems. Glad you got it sorted.

Help MI9T won't boot on my rom :(

Hi,
i've a problem since totay...my phone won't boot in my rom.
Offical ROM, no changes.
This morning i've just try to change my TWRP but doesn't work .. so i've reinstall this one twrp_davinci_3.3.1_12-08-19_blue_Ss_new.img.
But now, I can't boot in my rom.
Since TWRP, I've tried to installed a .zip like uninstaller magisk and i've an error like can't mount /system.
I've no directory /system, i've /sys and /system_root
Myabe it's a bad track.
What did you think ?
Thanks for your advices.
Spy20 said:
Hi,
i've a problem since totay...my phone won't boot in my rom.
Offical ROM, no changes.
This morning i've just try to change my TWRP but doesn't work .. so i've reinstall this one twrp_davinci_3.3.1_12-08-19_blue_Ss_new.img.
But now, I can't boot in my rom.
Since TWRP, I've tried to installed a .zip like uninstaller magisk and i've an error like can't mount /system.
I've no directory /system, i've /sys and /system_root
Myabe it's a bad track.
What did you think ?
Thanks for your advices.
Click to expand...
Click to collapse
How did you flash the ROM? What ROM was it?
Pupet_Master said:
How did you flash the ROM? What ROM was it?
Click to expand...
Click to collapse
This the official ROM MIUI 10 when I buy the phone 1-2 mounths ago on official website
So I d'ont flash the rom.
I've unlock phone, twrp and root sicne one month
Try flashing full fastboot rom via miflash tool (in fastboot mode)
SUMMERBREEZE said:
Try flashing full fastboot rom via miflash tool (in fastboot mode)
Click to expand...
Click to collapse
Sorry but i don't know what you mean ?
Hello, do you have to type storage password in TWRP?
Flash an another TWRP, like latest 4PDA TWRP => https://drive.google.com/drive/folders/1RXCY8_a2dwUXGF7uO5B3yg9Tu93hkRdR
And use "Reboot to System" in TWRP.
Micdu70 said:
Hello, do you have to type storage password in TWRP?
Flash an another TWRP, like latest 4PDA TWRP => https://drive.google.com/drive/folders/1RXCY8_a2dwUXGF7uO5B3yg9Tu93hkRdR
And use "Reboot to System" in TWRP.
Click to expand...
Click to collapse
Hello,
yes i decrypt partition sucessfully
I try all this one
twrp-3.3.1-3-davinci-mauronofrio.img
twrp_davinci_3.3.1_09-10-19_red.img
recovery-TWRP-3.3.1-0607-REDMI_K20-CN-wzsx150.img
but the only who work is
twrp_davinci_3.3.1_12-08-19_blue_Ss_new.img
I will try the latest 4PDA
I also try reboot to system by TWRP but it bootloop :'( :'(
Spy20 said:
Hello,
yes i decrypt partition sucessfully
I try all this one
twrp-3.3.1-3-davinci-mauronofrio.img
twrp_davinci_3.3.1_09-10-19_red.img
recovery-TWRP-3.3.1-0607-REDMI_K20-CN-wzsx150.img
but the only who work is
twrp_davinci_3.3.1_12-08-19_blue_Ss_new.img
I will try the latest 4PDA
I also try reboot to system by TWRP but it bootloop :'( :'(
Click to expand...
Click to collapse
I install this twrp-3.3.1-4-davinci.img and it's work and better desing than twrp_davinci_3.3.1_12-08-19_blue_Ss_new.img
but already not solved my problem. Sniff
I will try to hard reset my phone since TWRP
Format data from twrp...
Kidence said:
Format data from twrp...
Click to expand...
Click to collapse
Yes i do factory reset form twrp
and now i'm reinstalling MIUI10 with saves
and next finally upgrade to MIUI 11
thanks a lot for all you help and advices

Categories

Resources