Well I followed this guide here http://forum.xda-developers.com/showthread.php?t=1962575 this is my second time and it worked flawlessly on my first phone but my brand new out of box phone refuses to be rooted. I can get the recovery on but there is quite a few mount errors. When I first boot it gives me E:Can't mount /cache/recovery/command. E:Can't mount /cache/recovery/log E:Can't open /cache/recovery/log E:Can't mount /cache/recovery/last_log and E:Can't open /cache/recovery/last_log. Now when I go into show log it starts with I:Skipping execution of extendeddommand, file not found... w: failed to mount /dev/block/mmcblk0p17 (so such file or directory) then it repeats the mount errors from before and ends with these two I: can't format unknown volume: /external_sd and I: can't format unknown volume: /emmc. Now I have tried flashing the clean firmware on and that didn't work and was just wondering what I was doing wrong or what I need to do in order to root my phone.
Bump. Anyone please?
Hi everyone, I'm in a big trouble with my THL 5000 because when I try to restore the Nandroid backup it says :"
E: Block device not present, cannot wipe System.
E: unable to mount /emmc
E: unable to mount /emmc (yes two times)
E: unable to mount /system
E: unable to mount /cache
E: unable to mount /data
E: unable to mount /emmc
E: unable to mount /emmc (again)"
I have TWRP recovery.
Please help me, I'm very worried...
TheNewbi3 said:
Hi everyone, I'm in a big trouble with my THL 5000 because when I try to restore the Nandroid backup it says :"
E: Block device not present, cannot wipe System.
E: unable to mount /emmc
E: unable to mount /emmc (yes two times)
E: unable to mount /system
E: unable to mount /cache
E: unable to mount /data
E: unable to mount /emmc
E: unable to mount /emmc (again)"
I have TWRP recovery.
Please help me, I'm very worried...
Click to expand...
Click to collapse
Same problem with my THL 5000.
My dad recently bought an HP 10 tablet from my uncle and asked me to root it...which was a mistake. I had a successful root with the Android-based version of King Root, cleaned it up with SuperSU Me, and thought everything was fine until I rebooted...and the tablet got stuck on the boot animation. Booting with the volume down button down resulted in just the HP logo, without the boot animation. Booting with the volume up button down booted into recovery. When I boot into recovery I'm greeted by this lovely message at the bottom:
Code:
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_install
E:Can't open /cache/recovery/last_install
E:failed to mount /cache (Invalid argument)
I have tried the following things from the recovery menu:
wipe data/factory reset:
Code:
-- Wiping data...
Wiping /data...
Formatting /data...
E:failed to mount /cache (Invalid argument)
Formatting /cache...
Data wipe complete.
wipe cache partition
Code:
-- Wiping cache..
E:failed to mount /cache (Invalid argument)
Formatting /cache...
Cache wipe complete.
apply update from internal storage
Code:
E:failed to mount /data (Invalid argument)
E:error opening /data/media/0: No such file or directory
Install from internal storage complete.
apply update from external storage
Code:
E:failed to mount /cache (Invalid argument)
E:failed to mount /extsd (Invalid argument)
(Tablet was booted with microSDXC card inside)
apply update from cache
Code:
E:failed to mount /cache (Invalid argument)
apply update from ADB
adb was...weird. I verified the connection through adb devices, but most commands, including adb reboot bootloader, resulted in error: closed.
Windows side:
Code:
C:\Users\jkmar>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
CNU4389ZNS sideload
C:\Users\jkmar\Desktop>adb reboot recovery
error: closed
C:\Users\jkmar\Desktop>adb sideload UPDATE.ZIP
loading: 'UPDATE.ZIP'
sending: 'UPDATE.ZIP' 100%
Tablet side:
Code:
Now send the package you want to apply to the device with "adb sideload <filename>"
...
E:failed to mount /cache (Invalid argument)
E:failed to set up expected mounts for install; aborting
Installation aborted.
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_install
E:Can't open /cache/recovery/last_install
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_install
E:Can't open /cache/recovery/last_install
E:failed to mount /cache (Invalid argument)
UPDATE.ZIP came from HP's download page. I just don't know what to do at this point.
Please help also having the same problem with my HP 8 G2 1411
You can't reboot in adb sideload, you can't do many things in adb sideload since it is intended for recovering from a brick and that is the only feature I know (if you have a custom recovery and want to do a clean install, you wipe every partition and then sideload it, so the sideload feature is intended for flashing), you can't reboot, I fired up my test device to confirm this and it was true. If you extract the .zip file, does it contain any .img files and .gz files?
Crap, somehow I missed this thread actually getting a reply. Thanks!
Yes, there is a boot.img file as well as a system folder containing what I'm used to seeing in the root directory.
jkmartindale said:
Crap, somehow I missed this thread actually getting a reply. Thanks!
Yes, there is a boot.img file as well as a system folder containing what I'm used to seeing in the root directory.
Click to expand...
Click to collapse
Can you boot into the bootloader? It can be a weird combination by the way, my tablet is press and hold power button then one second later you'd have to press and hold volume down.
I'm not entirely sure what the bootloader looks like, so I don't know if I have. As mentioned in OP, I did manage to boot into something that just showed the HP logo and nothing else. In that stage I tried both adb devices and fastboot devices, but nothing showed up. Rebooting into recovery and picking apply update from ADB was the only way I was able to get it to be recognized by adb devices so far.
jkmartindale said:
I'm not entirely sure what the bootloader looks like, so I don't know if I have. As mentioned in OP, I did manage to boot into something that just showed the HP logo and nothing else. In that stage I tried both adb devices and fastboot devices, but nothing showed up. Rebooting into recovery and picking apply update from ADB was the only way I was able to get it to be recognized by adb devices so far.
Click to expand...
Click to collapse
Extract the boot.img and then adb sideload it. Report result and log.
For your information, the boot.img is the kernel so you will basically reflash the kernel.
If I helped, hit "thanks" .
I got the same result for both update.zip files on the support website. boot.img was extracted using 7-zip both times.
Code:
C:\WINDOWS\System32>adb sideload boot.img
loading: 'boot.img'
* cannot read 'boot.img' *
It is my first time trying to port roms... it seems like i messed up..
First.. i have ported my roms using this guide:
forum.xda-developers.com/showthread.php?t=2707438
and made a mistake while registering my device on kitchen (copied all text from recovery.fstab to A11Q)
and thoroughly followed steps until porting Step I (use CWM to port)... and didnt realise it until my 3rd times reading it..
and it seems my sd card partition also messed up..
when i boot to recovery mode... there's a message like this:
E: Can't mount /cache/recovery/command
E: Can't mount /cache/recovery/log
E: Can't open /cache/recovery/log
E: Can't mount /cache/recovery/last_log
E: Can't open /cache/recovery/last_log
and then.. i searched for solution and one of the source said to format /cache, when i do there a message like this:
Formatting /cache...
E:format_volume: make_ext4f4fs failed on /dev/block/mmcblk0p6
Error formatting /cache
and it was the same with /data, /system, /cache, /emmc,.. only /sdcard, and /sd-ext worked somehow...
i tried to restore but it said:
Checking MD5 sums...
Erasing boot before restore...
restoring boot image...
restoring system...
E:format_volume: make_ext4f4fs failed on /dev/block/mmcblk0p5
Error while formatting /system!
E: Can't mount /cache/recovery/log
E: Can't open /cache/recovery/log
E: Can't mount /cache/recovery/last_log
E: Can't open /cache/recovery/last_log
and the problem is.. i didnt understand which guide i should follow knowing all of them just showing one of these problem.. so, please HELP!
Hello everybody,
since I did a bad flashing, when I start the phone in recovery mode I get the following errors:
Code:
E: failed to mount /efs (No such file or directory)
E: failed to mount /system (No such file or directory)
# Manual Mode#
E: failed to mount system (No such file or directory)
E: Can´t mount /system
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/last_recovery
E: failed to mount /data (No such file or directory)
E: Can´t mount /data/log/recovery:log.txt
E: failed to mount /system (No such file or directory)
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/log
E: Can´t open /cache/recovery/log
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/last_log
E: Can´t open /cache/recovery/last_log
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/last_install
E: Can´t open /cache/recovery/last_install
E: failed to mount /cache (No such file or directory)
I have tried to wipe cache partition and do a data/factory reset, but without any luck.
When I try to do a data/factory reset it says:
Code:
-- Wiping data...
Formatting /data...
E:format_volume: make_extf4s failed on /dev/block/mmcblk0p12
Formatting /cache...
E:format_volume: make_extf4s failed on /dev/block/mmcblk0p8
Data wipe complete
E:failed to mount /cache (Block device required)
E:Can´t mount /cache/recovery/log
E:Can´t open /cache/recovery/log
E:failed to mount /cache (Block device required)
E:Can´t mount /cache/recovery/last_log
E:Can´t open /cache/recovery/last_log
E:failed to mount /cache (Block device required)
E:Can´t mount /cache/recovery/last_install
E:Can´t open /cache/recovery/last_install
E:failed to mount /cache (Block device required)
I tried to flash again from the sdcard, same errors appear. Lauching a file manager from sdcard is impossible too.
Concerning ADB, the phone is detected, but flashing give an error. Odin doesn't detect the phone.
Anybody can help me ?
You can take a look at this video:
Last functionning ROM was S7710XXAMB6_S7710OXEAMB3
Thanks in advance
Pascal06 said:
Hello everybody,
since I did a bad flashing, when I start the phone in recovery mode I get the following errors:
Code:
E: failed to mount /efs (No such file or directory)
E: failed to mount /system (No such file or directory)
# Manual Mode#
E: failed to mount system (No such file or directory)
E: Can´t mount /system
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/last_recovery
E: failed to mount /data (No such file or directory)
E: Can´t mount /data/log/recovery:log.txt
E: failed to mount /system (No such file or directory)
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/log
E: Can´t open /cache/recovery/log
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/last_log
E: Can´t open /cache/recovery/last_log
E: failed to mount /cache (No such file or directory)
E: Can´t mount /cache/recovery/last_install
E: Can´t open /cache/recovery/last_install
E: failed to mount /cache (No such file or directory)
I have tried to wipe cache partition and do a data/factory reset, but without any luck.
When I try to do a data/factory reset it says:
Code:
-- Wiping data...
Formatting /data...
E:format_volume: make_extf4s failed on /dev/block/mmcblk0p12
Formatting /cache...
E:format_volume: make_extf4s failed on /dev/block/mmcblk0p8
Data wipe complete
E:failed to mount /cache (Block device required)
E:Can´t mount /cache/recovery/log
E:Can´t open /cache/recovery/log
E:failed to mount /cache (Block device required)
E:Can´t mount /cache/recovery/last_log
E:Can´t open /cache/recovery/last_log
E:failed to mount /cache (Block device required)
E:Can´t mount /cache/recovery/last_install
E:Can´t open /cache/recovery/last_install
E:failed to mount /cache (Block device required)
I tried to flash again from the sdcard, same errors appear. Lauching a file manager from sdcard is impossible too.
Concerning ADB, the phone is detected, but flashing give an error. Odin doesn't detect the phone.
Anybody can help me ?
You can take a look at this video:
Last functionning ROM was S7710XXAMB6_S7710OXEAMB3
Thanks in advance
Click to expand...
Click to collapse
Yo you ****ed up your EFS
So no resurrection at all