HP 10 2101 Won't Boot, Trying to Flash System Image - Android Q&A, Help & Troubleshooting

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' *

Related

[Q] Samsung Galaxy Player 4.0 US - Stock ROM

I used zaclimon's Stock ROM and pit file for the SGP 4.0 US 8GB http://forum.xda-developers.com/showthread.php?t=1531850 and cannot load into the Android system. I can access the "Downloading" mode and recovery. I tried flashing Steves kernel. I wiped data, cache partition, and Dalvik cache and the device still isnt able to load the Android system. Are there any other stock ROMs I can try?
I just tried Kwipper's Stock ROM http://forum.xda-developers.com/show....php?t=1512331 and i get these errors in stock Recovery:
-- Copying media files...
E:failed to mount /dbdata (Invalid argument)
E:copy_dbdata_media:Can't mount /dbdata
your storage not prepared yet, please use UI menu for format and reboot actions.
Media files copy failed.
# MANUAL MODE #
-- Applying Multi-CSC...
Successfully applied Multi-CSC.
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/recovery_kernel_log
E:copy_kernel_file :: Can't open /cache/recovery/recovery_kernel_log
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)
I think it's just the bootloader file. I have found many others have had this problem. Any help?
axvk97 said:
I just tried Kwipper's Stock ROM http://forum.xda-developers.com/show....php?t=1512331 and i get these errors in stock Recovery:
-- Copying media files...
E:failed to mount /dbdata (Invalid argument)
E:copy_dbdata_media:Can't mount /dbdata
your storage not prepared yet, please use UI menu for format and reboot actions.
Media files copy failed.
# MANUAL MODE #
-- Applying Multi-CSC...
Successfully applied Multi-CSC.
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/recovery_kernel_log
E:copy_kernel_file :: Can't open /cache/recovery/recovery_kernel_log
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)
I think it's just the bootloader file. I have found many others have had this problem. Any help?
Click to expand...
Click to collapse
Did you wipe data in the stock recovery?
zaclimon said:
Did you wipe data in the stock recovery?
Click to expand...
Click to collapse
I wiped data, and cache partition, it removes the errors but it keeps loading into recovery.
I think it's the .pit file because after I flashed it that was when it started to load into recovery. I have no idea what to do now. Everything I try does nothing. It continues to load into recovery.
axvk97 said:
I wiped data, and cache partition, it removes the errors but it keeps loading into recovery.
I think it's the .pit file because after I flashed it that was when it started to load into recovery. I have no idea what to do now. Everything I try does nothing. It continues to load into recovery.
Click to expand...
Click to collapse
Did you find out a way out of this? I am stuck in the same situation.
Thanks is advance.
Yeah, any update on this. I am stuck with the exact same problem.
axvk97 said:
I used zaclimon's Stock ROM and pit file for the SGP 4.0 US 8GB http://forum.xda-developers.com/showthread.php?t=1531850 and cannot load into the Android system. I can access the "Downloading" mode and recovery. I tried flashing Steves kernel. I wiped data, cache partition, and Dalvik cache and the device still isnt able to load the Android system. Are there any other stock ROMs I can try?
Click to expand...
Click to collapse
I tried this and ended up just like you. After messing with this for a week I finally got it to work. I had to use heimdall. I used ver 1.32 make sure you follow the instruction about installing drivers or it will not work. Odin woul dnot work for me. Follow the instructions in Zaclimon post. Where I got confused was in the partions. I was doing them one at a time as it said but what is meant is list them in the order in heimdall so it does it in that order and moves to the next one. When done it will reboot into your stock ROM. Let me know if you have any questions

MTK6575 caught in bootloop, Internal memory corrupted

Hy, please i will like to solicit for your assistance, I bought a new Gionee v1(mtk6575 device) 4 days ago, after installing an app, the phone now doesn't boot but only shows white light, and if a boot it into recovery mode and try to wipe/data reset, i get multiple errors like:
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)
Please i need assistance

[Q] Zte n880e aka MD Droid

Hi guys,
I have this smartphone in hand and I've a problem: in recovery mod (original recovery) i find this message "E:failed to mount /cache (No such file or directory)
E:Can't mount /cache/ recovery /command
E:failed to mount /cache (No such file or directory)
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/
E:failed to mount /cache (No such file or directory)
E:failed to mount /cache last_log
E:Can't open /cache/recovery//last_log
E:failed to mount /cache (No such file or directory) "
so i can't install CWM or Custom ROM, but the real problem is that the smartphone , when i try to start it, doesnt'go on... Has someone solutions about it?
FraFal said:
Hi guys,
I have this smartphone in hand and I've a problem: in recovery mod (original recovery) i find this message "E:failed to mount /cache (No such file or directory)
E:Can't mount /cache/ recovery /command
E:failed to mount /cache (No such file or directory)
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/
E:failed to mount /cache (No such file or directory)
E:failed to mount /cache last_log
E:Can't open /cache/recovery//last_log
E:failed to mount /cache (No such file or directory) "
so i can't install CWM or Custom ROM, but the real problem is that the smartphone , when i try to start it, doesnt'go on... Has someone solutions about it?
Click to expand...
Click to collapse
up

I can flash any ROM but any of them Work...

Hello. First I was using the cyanogenmod firmware 5.1. One day my phone just restart and stay freeze at the Galaxy S3 Logo. I tried lot of methods like flashing another roms, stock roms, etc via ODIN and all of them seens to work fine but... it didnt. When my phone restart and beging the self installation process it give me an Error always the same error with any ROM.
P.S.: I cant join recovery but i CAN join the download mode obviously.
Heres the ERROR:
# Manual Mode #
-- ppling Multi-CSC...
E:failed to mount /system (No such file or directory)
can't mount '/system (No such file or directory)
E:failed to mount /data (No such file or directory)
can't mount 'data' (No such file or directory)
E:failed to mount /data (No such file or directory)
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)
Plz i tried lot of firmware, i didnt try any PIT file yet cuz im not familiarized with it
I actually tried with this: GT-I9300XXUGMJ9_KOR_FACTORY but only 4 files inside, theres any PIT so i flashed the 4 in the packet with odin 3.07 and the same problem the phone stop the self installation and show me that BIG RED ERROR (Any ODIN ERROR during the process.)
P.S. Srry for my bad english.

E:failed to mount /data (Invalid argument)

HI,
i have Nexus 7 2013 wifi 32gb, stuck on erasing, aventually comes up as dead android, showing me info:
Android system recovery <3e> LMY470
E:failed to mount /data (Invalid argument)
E:can't mount / cache/recovery log
E:can't open / cache/recovery log
E:failed to mount /data (Invalid argument)
E:can't mount / cache/last_log
E:can't open / cache/last_log
E:failed to mount /data (Invalid argument)
E:can't mount / cache/last_install
E:can't open / cache/last_install
E:failed to mount /data (Invalid argument)
E:can't mount / cache/last_kmsg
E:can't open / cache/last_kmsg
E:Failed closing/dev/block/platform/msm_sdcc.1/by-name/misc(I/0 error)
E:failed to mount /data (Invalid argument)
i have tried to apply update via Nexus root kit, tablet will stuck on "unlock bootloader".
what can i do here do rescue my tablet? can anyone point me at right direcion please?
thanks in advance
UPDATE:
tried to applyupdatefrom ADB again.
PS C:\Users\Katy\Desktop\platform-tools> adb devices
adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ adb devices
+ ~~~
+ CategoryInfo : ObjectNotFound: (adb:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command adb was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\adb". See "get-help about_Command_Precedence" for more details.
try installing adb drivers in pc

Categories

Resources