Problem with TWRP mounting (mmcblk0p39) - P8lite Q&A, Help & Troubleshooting

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.

Related

Creating modified boot.img and enabling adb during first boot.

Modified boot.img of a rom is required to be flashed on that rom so that it works with TWRP.
Enabling ADB during first boot creates a way out in case your phone bootloops or stuck at MI logo and also hardbricked.
Many people hardbricked their phone while flashing MIUI based roms through TWRP, and they had to test-point to bring their phone back to life, my mod enables adb during boot and so people who used my mod and hardbricked their phone can access adb when their phone is stuck at MI logo or bootlooping and thus revive their phone.
Tools needed:-
1)Notepad++ (google it and download)
2)Android Image Kitchen(AIK) http://forum.xda-developers.com/attachment.php?attachmentid=3638835&d=1454959265
Steps:-
1)Download the required rom and extract its boot.img
2)Copy the boot.img to AIK folder and drag boot.img and drop it on unpackimg.bat
3)Open ramdisk folder and look for default.prop , open them with Notepad++
4)Editing default.prop Note:- This will enable adb at first boot
5)Change
Code:
ro.secure=1 to ro.secure=0
ro.adb.secure=1 to ro.adb.secure=0
ro.debuggable=0 to ro.debuggable=1
persist.sys.usb.config=none to persist.sys.usb.config=adb
delete the line ro.secureboot.devicelock=1 if present
OR (Alternate way)(recommended)
open ramdisk and look for fstab.qcom, open with notepad++ and search for ",verify" (without quotes) and delete it and save.
6)Now execute repackimg.bat, a image-new.img file will be compiled.
7)Flash the image-new.img through TWRP or through fastboot using "Fastboot flash boot image-new.img"
That's all
P.S:- Remember only use Boot.img specific for the miui version you wanna run, boot.img version not matching with MIUI version
will cause the Wifi to stop working.
Press thanks If this helped.:good:
Any queries feel free to ask me.:laugh:
Does the modified boot.img procedure need to be done for every ROM or just for the MIUI ROMs? I want to install the AOSP ROM and later CM 13 but I'm still not sure about the whole flashing process.
Sent from my Redmi Note 3 using XDA-Developers mobile app
SkinCoffin said:
Does the modified boot.img procedure need to be done for every ROM or just for the MIUI ROMs? I want to install the AOSP ROM and later CM 13 but I'm still not sure about the whole flashing process.
Sent from my Redmi Note 3 using XDA-Developers mobile app
Click to expand...
Click to collapse
modified boot.img is only for official MIUI roms, all other roms doesnt need it
Rajdip said:
modified boot.img is only for official MIUI roms, all other roms doesnt need it
Click to expand...
Click to collapse
So if I'm on Miui Official Global ROM 7.2.3 all I have to do is flash TWRP through fastboot, boot into it and flash the new ROM+GApps through it?
SkinCoffin said:
So if I'm on Miui Official Global ROM 7.2.3 all I have to do is flash TWRP through fastboot, boot into it and flash the new ROM+GApps through it?
Click to expand...
Click to collapse
exactly
Rajdip said:
exactly
Click to expand...
Click to collapse
Thank you! I just did it. It has booted and almost over in the "Optimizing apps" window. Thing is, I did forget to wipe system, data and cache before flashing, should I do it again or will it be fine like this?
EDIT: I rebooted the phone into recovery, wiped system, data and cache, flashed the ROM zip and wiped cache and dalvik cache. I booted the phone and it showed the Mi logo, then 4 circles screen flying around (green, red, blue and yellow) and it has been like this for like 5 min now.. Did I do something wrong? I'm starting to worry to be honest.
SkinCoffin said:
Thank you! I just did it. It has booted and almost over in the "Optimizing apps" window. Thing is, I did forget to wipe system, data and cache before flashing, should I do it again or will it be fine like this?
EDIT: I rebooted the phone into recovery, wiped system, data and cache, flashed the ROM zip and wiped cache and dalvik cache. I booted the phone and it showed the Mi logo, then 4 circles screen flying around (green, red, blue and yellow) and it has been like this for like 5 min now.. Did I do something wrong? I'm starting to worry to be honest.
Click to expand...
Click to collapse
it takes time to boot for the first time, did it boot now?
Rajdip said:
it takes time to boot for the first time, did it boot now?
Click to expand...
Click to collapse
Still hasn't booted. It has been on the flying circles screen for around 10 minutes now. Maybe fastboot twrp again and do the process all over again?
SkinCoffin said:
Still hasn't booted. It has been on the flying circles screen for around 10 minutes now. Maybe fastboot twrp again and do the process all over again?
Click to expand...
Click to collapse
Try again, goto TWRP, wipe system,data,cache,dalvik and flash the rom. Now reboot...
Rajdip said:
Try again, goto TWRP, wipe system,data,cache,dalvik and flash the rom. Now reboot...
Click to expand...
Click to collapse
So I shouldn't reinstall TWRP through fastboot?
EDIT: Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
SkinCoffin said:
So I shouldn't reinstall TWRP through fastboot?
Click to expand...
Click to collapse
No, first try what I said, dont wipe cache and dalvik after the rom is flashed
Rajdip said:
No, first try what I said, dont wipe cache and dalvik after the rom is flashed
Click to expand...
Click to collapse
Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
SkinCoffin said:
Ok so I restarted the phone and it booted normally into the ROM, everything seems alright. Will check if I have any problem, if I do I'll just reflash it.
Click to expand...
Click to collapse
okay
i do exactly like your tutor...i edit boot.img n delete ",verify"
repack than delete original boot.img, than use moded boot.img... but wifi doesn't work...
where my mistake...?
Mayoz said:
i do exactly like your tutor...i edit boot.img n delete ",verify"
repack than delete original boot.img, than use moded boot.img... but wifi doesn't work...
where my mistake...?
Click to expand...
Click to collapse
are you sure you are using the boot.img of the MIUI version you are flashing? there is two 7.2.3.0 version of boot.img one for global and one for china. Anyway try this and see if wifi works, goto TWRP(I hope you've already deleted the emmc_appsboot file), select mount and then tick on mount system as read only. Then flash the rom. This method will replace TWRP with MIUI recovery but your wifi should start working.
Rajdip said:
are you sure you are using the boot.img of the MIUI version you are flashing? there is two 7.2.3.0 version of boot.img one for global and one for china. Anyway try this and see if wifi works, goto TWRP(I hope you've already deleted the emmc_appsboot file), select mount and then tick on mount system as read only. Then flash the rom. This method will replace TWRP with MIUI recovery but your wifi should start working.
Click to expand...
Click to collapse
yes using the boot.img of the MIUI version to flashing...from recovery rom stable 7.2.3.0 china....maybe my mistake i replace emmc_appsboot file from miui forum...not delete "will replace TWRP with MIUI recovery...' still can booting? i already UBL...
Mayoz said:
yes using the boot.img of the MIUI version to flashing...from recovery rom stable 7.2.3.0 china....maybe my mistake i replace emmc_appsboot file from miui forum...not delete "will replace TWRP with MIUI recovery...' still can booting? i already UBL...
Click to expand...
Click to collapse
I didnt get you, can you be more clear?
Do I need to use Windows 64bits to flash TWRP?
Thanks.
pepemonje said:
Do I need to use Windows 64bits to flash TWRP?
Thanks.
Click to expand...
Click to collapse
no need 32bit works
Hello, I've followed a certain tutorial and flashed a fastboot Rom with modified emmc file in attempt to unlock bootloader by force because, even after two weeks of trying, I can't get a confirmation SMS from xiaomi to confirm sending an unlock request. After doing it and flashing TWRP onto my device, I'm still unable to enter recovery. Just shows a picture of device and a disconnected usb cable. I need to flash SuperSU in order to get root access.
Because this device is getting me really confused, please answer a couple of questions for me.
If I flash a recently uploaded global stable ROM 7.2.3.0. and flash TWRP with a modified boot image from this tutorial, will I finally be able to enter recovery and install SuperSU?
Flashing will probably relock my bootloader. Is it possible for me to finally enter TWRP and flash SuperSU after flashing the new boot image?
I've thought that I could enter TWRP just by unlocking the bootloader but it seems that I've missed something. I can't remember last time a phone got me this confused.
My only goal here is being able to enter TWRP and rooting my phone, I gave up on unlocking the bootloader officially because I can't ever get that confirmation SMS.
I appreciate the help!! :fingers-crossed:

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

C02B895/6 causes partition table fails.

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!

[Solved]Stuck on logo when booting into custom ROM( Zenfone 2 laser ZE550KL Z00LD)

I have rooted stock firmware installed in my Asus Zenfone 2 laser with bootloader unlocked.
Model : ZE550KL(Z00LD)
Kernel Version : 3.10.49-gf41b7aa
I have tried to install custom ROMs ( XenonHD , Lineageos and CosmicOS) but everytime phone stucks in boot just showing the logo. and I have waited for around 30mins.:crying:
How to install custom rom then? why is the phone always getting stuck there? Please help.
And I follow the following steps to install any custom rom:
1) Boot into TWRP Recovery.
2) Wipe dalvik, cache, system and data.
3) Install Rom.
4) Install Gapps.
5) Reboot.
Is your TWRP the permanent one? Or you'd have to flash it via fastboot evetytime?
eiPeiDweP said:
Is your TWRP the permanent one? Or you'd have to flash it via fastboot evetytime?
Click to expand...
Click to collapse
I have permanent TWRP 3.1 flashed.
I'm facing the same problem ?
Krishna_MDual said:
I have rooted stock firmware installed in my Asus Zenfone 2 laser with bootloader unlocked.
Model : ZE550KL(Z00LD)
Kernel Version : 3.10.49-gf41b7aa
I have tried to install custom ROMs ( XenonHD , Lineageos and CosmicOS) but everytime phone stucks in boot just showing the logo. and I have waited for around 30mins.:crying:
How to install custom rom then? why is the phone always getting stuck there? Please help.
And I follow the following steps to install any custom rom:
1) Boot into TWRP Recovery.
2) Wipe dalvik, cache, system and data.
3) Install Rom.
4) Install Gapps.
5) Reboot.
Click to expand...
Click to collapse
What error do you get ? And on what android version are you?
Lazynestor said:
What error do you get ? And on what android version are you?
Click to expand...
Click to collapse
There is no error but the Boot logo is just stuck, I wait for around 30mins then i stop.
I am on Android 6.0.1
Krishna_MDual said:
There is no error but the Boot logo is just stuck, I wait for around 30mins then i stop.
I am on Android 6.0.1
Click to expand...
Click to collapse
So the zip flashes successful?
Lazynestor said:
So the zip flashes successful?
Click to expand...
Click to collapse
Yes zip are flashed successfully.
I get one error "unable to Mount /asdf" though evetytime I flash anything from TWRP. But i ignore that error.
Krishna_MDual said:
Yes zip are flashed successfully.
I get one error "unable to Mount /asdf" though evetytime I flash anything from TWRP. But i ignore that error.
Click to expand...
Click to collapse
Wipe asdf and do a clean install
Hit the like button if I helped
Lazynestor said:
Wipe asdf and do a clean install
Hit the like button if I helped
Click to expand...
Click to collapse
I am not able to wipe /asdf. That's itself is another problem. I get the same error unable to Mount /asdf partition.
Krishna_MDual said:
I am not able to wipe /asdf. That's itself is another problem. I get the same error unable to Mount /asdf partition.
Click to expand...
Click to collapse
Did you try to mount it and then wipe?
Lazynestor said:
Did you try to mount it and then wipe?
Click to expand...
Click to collapse
I am not sure? How to wipe, tell me the steps please.
Krishna_MDual said:
I am not sure? How to wipe, tell me the steps please.
Click to expand...
Click to collapse
Its all there in twrp .
Lazynestor said:
Its all there in twrp .
Click to expand...
Click to collapse
Okay I will check.
EDIT : I checked and wiped the /asdf patition in TWRP and then reinstalled the custom ROM.
Now its working.
Thank you .. :laugh:
Facing the same problem.
I'm getting an error in twrp
Failed to mount factory
Don't know how to fix it.
foysal04 said:
Facing the same problem.
I'm getting an error in twrp
Failed to mount factory
Don't know how to fix it.
Click to expand...
Click to collapse
Explore the settings, make use of yourself
There's a option there find it..
Lazynestor said:
Explore the settings, make use of yourself
There's a option there find it..
Click to expand...
Click to collapse
I tried my best but I couldn't fix this error.
Can you please help me ? I wiped data, cache, system, asdf, internal storage etc but still facing this error.
Looking for compatible roms
Krishna_MDual said:
I have tried to install custom ROMs ( XenonHD , Lineageos and CosmicOS) but everytime phone stucks in boot just showing the logo. and I have waited for around 30mins.:crying:
Click to expand...
Click to collapse
I see that none of the roms that you mentioned (XenonHD , Lineageos and CosmicOS) seems to be currently available for Azus Zendone Laser 2 - Z00LD. Can anyone help me understanding which supported rom should I use for that device? Thanks.

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