FRP is not locked but can't flash in fastboot. The hell is this.I tried
Fastboot sees my device only when is in bootloader mode
But when I try to flash anything, including recovery, it says "command not allowed"
FRP is not locked but can't flash in fastboot. The hell is this.I tried
Fastboot sees my device only when is in bootloader mode
But when I try to flash anything, including recovery, it says "command not allowed"
here post,I found only some thread but can't find any solution
Can you link me what you mean?
Ps: just seen in bootloader screen that there are 2 red phrases
PHONE Unlocked
FRP Unlock
What does this mean?
Tried one hour ago, with a 8gb trascend sdcardhere post,
you have to try with 8go sd card....
https://forum.xda-developers.com/showpost.php?p=70956062&postcount=28
Sorry, but the pc doesn't recognize me as a command from Adb.I had an issue with /cust partition and managed to fix it last night.
This was a complicated process but I'll try and explain as best as I can.
You need to obtain the original stock CUST.img file. You can download the full system images from https://mega.nz/#!Kg9UiKiD!cCh9UK0Oi-P1UNk-e1RBk_jlUEHGm0MGYa_HSlQ-3c4
You also need simg2img from https://github.com/KinglyWayne/simg2img_win
copy CUST.img into the simg2img directory, edit convert.bat to change the command to: simg2img.exe CUST.img cust.ext4.img
Or open a command prompt and navigate to the folder, running simg2img.exe CUST.img cust.ext4.img
Once run you'll have an ext4 image. The original image is a sparse image - useless for direct writing.
Boot your device into TWRP. Mount internal storage then copy the new cust.ext4.img file to your device.
You need ADB on your computer for the next step. Open adb shell:
now do the following:
dd if=/sdcard/cust.ext4.img of=/dev/block/mmcblk0p23
assuming you copied the cust image to your internal storage
Once the dd process has completed, test this worked by mounting the cust partition inside TWRP. If it mounts then the dd worked correctly and your cust is restored.
Usb debugging enabled?Sorry, but the pc doesn't recognize me as a command from Adb.
Can you help me?. Thank you very much.
Yeah, sorry, I didn't misunderstand.Usb debugging enabled?
how can i get one for huawei p9?I had an issue with /cust partition and managed to fix it last night.
This was a complicated process but I'll try and explain as best as I can.
You need to obtain the original stock CUST.img file. You can download the full system images from https://mega.nz/#!Kg9UiKiD!cCh9UK0Oi-P1UNk-e1RBk_jlUEHGm0MGYa_HSlQ-3c4
You also need simg2img from https://github.com/KinglyWayne/simg2img_win
copy CUST.img into the simg2img directory, edit convert.bat to change the command to: simg2img.exe CUST.img cust.ext4.img
Or open a command prompt and navigate to the folder, running simg2img.exe CUST.img cust.ext4.img
Once run you'll have an ext4 image. The original image is a sparse image - useless for direct writing.
Boot your device into TWRP. Mount internal storage then copy the new cust.ext4.img file to your device.
You need ADB on your computer for the next step. Open adb shell:
now do the following:
dd if=/sdcard/cust.ext4.img of=/dev/block/mmcblk0p23
assuming you copied the cust image to your internal storage
Once the dd process has completed, test this worked by mounting the cust partition inside TWRP. If it mounts then the dd worked correctly and your cust is restored.