[Q] Soft bricked Sony tablet S - Sony Tablet S

Hey guys,
My tablet s seems to be softbricked, it cant mount any partition.
I am able to get into recovery but it wont mount my SD either.
I read more of us having this issue but is there a fix for this?
I can acces the tab with adb
This is what i get when I enter recovery :
E:Fail to read boot logo flag
E:Can't open /dev/block/mmcblk0p5
(no such file or directory)
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)

i have the same problem,
i can acess the recovery but the sd card dont mount.
Unfortunately i cannot enter the tablet s with adb...
please help us
---------- Post added at 11:49 PM ---------- Previous post was at 11:43 PM ----------
same here...cannot mount the sd card and no sony tablet s recognised on the device

Related

Phone stuck in boot loop and red text in recovery

ok here is the problem i have a telus fascinate and here i tried to install the ics passion rom but i had to flash in an other rom first to get access to clockwork manager since it wasnt possible on my previous one then from there i formated the data and such then instaled this rom :
http://forum.xda-developers.com/showthread.php?t=1362961 so here what it did, first it installed correctly then got it to reboot and see that its stuck in boot loop for 15 min so im saying myself um not good so i decide to restore my backup but here when i flash back to stock i get this:
Code:
[COLOR="Blue"]Android system recovery <3e>
Enter: OK Key, Select: Vol UP / Vol Down
reboot system now
apply update from sdcard
wipe data/factory reset
wipe cache partition
---------------------------------[/COLOR]
[COLOR="Red"]E: copy_dbdata_media:Can'T mount /dbdata
your storage not prepared yet. please use UI men
u for format and reboot action[/COLOR]
[COLOR="SandyBrown"]Media files copy failed
Manual MODE
--Appling Multi-csc....
installing multi-csc
Can'T access to '/system/csc/tls/sys/'.
successfully applied multi-csc[/COLOR]{----this is yellow but was too flashy to put it in that color
[COLOR="Red"]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.)[/COLOR]
ok so here i am not knowing what to do i need help im not the best in these things can someone clearly point me to a solution or help plz
You need to flash a better recover than the stock recover, which you will likely need to flash with Odin. I'd try the Vibrant board to see if someone there could be of more assistance, but that's basically what you're looking at, as far as I recall from my TMO Vibrant.
Ok here are the updates of the problem, i did the a complete wipe of the phone then flashed the ice cream sandwich from passion from the phone and i loaded now where it bugs is there is no mobile network so im kinda stuck it detect telus under access point but in network operator it find nothing any idea guys?
You need to go back to eh03 via odin. Then flash as usual through cwm. It happened to me before. Without odin you wont get out of this.
Sent from my SCH-I500 using xda premium

Internal SD Card is not recognized

Hello,
I ran into some issues after installing the Classic Jewel V0.0.4 Rom that ultimately led to my internal SD card not being recognized or not mounted properly. For the record, I am not blaming the ROM nor am I suggesting that there is anything wrong with the ROM.
Below is the sequence of events:
1. Full wipe of everything except SD card.
2. Flashed the ROM.
3. The Phone booted all the way to the setup wizard but then rebooted.
4. Phone went into a bootloop.
5. Re-flashed the ROM without wiping.
6. The Phone won't get pass the HTC logo screen.
7. I went in recovery and wiped everything and Flashed Fresh's rom / this did not work.
8. I flashed maybe two other ROMS and still not working.
9. I went into bootloader and did a factory reset (I think this may have been my downfall)
10. The internal SD card is not mounted (or not mounted properly) in Recovery. (I can see the SD card, and see the TWRP folder but nothing else.)
11. Flashing any ROM fails. I see several lines of this error: "E:failed to mount /sdcard (invalid argument)"
12. I tried to do a restore but the file is not there (I guess it's because the internal SD card is acting up?)
Any ideas on how I can fix this?
----------------
Edit:
Here are some more errors that I see while in Recovery
E:failed to mount /sdcard (invalid argument)
E:failed to mount /sdcard (invalid argument)
E:failed to mount /sdcard (invalid argument)
E:failed to mount /sdcard (invalid argument)
E:failed to mount /sdcard (invalid argument)
E:unable to mount /sdcard during GUI startup.
*Verifying filesystems...
*Verifying partition sizes...
E:unable to mount /sdcard
E:unable to mount /sdcard
Running boot script...
Finished running boot script.
E:failed to mount /sdcard (invalid argument)
E:failed to mount /sdcard (invalid argument)
E:unable to mount /sdcard
E:failed to mount /sdcard (invalid argument)
-----------------
Thanks,
Aloupha
I think my problem could be fixed by doing something similar to what's discussed in this thread... but I have no clue on what to do.
http://forum.xda-developers.com/showthread.php?t=1526912
Stab in the dark but can you get Windows to recognize the sd while in recovery? If so open cmd prompt and type chkdsk /X /F <SD card drive letter> and see if it repairs it......just a thought
Sent from my Transformer Prime TF201 using Tapatalk 2
The problem is gone!
The strangest thing happened. I kept flashing roms and they kept failing. Eventually, I tried flashing the MeanRom and it flashed successfully.
I am not sure how that was possible but I am happy! I lost some most of files I had in the Internal SD card though but that's okay!
I am going to install the Classic Jewel rom again and see if the same thing happen again.
I know this thread is a little old but i didn't find much else on this issue. I followed these steps to get a ROM loaded back on my phone
ROM update without SDcard
If you don't have an sd card, or your slot is broken you can try this trick, but you will need a custom recovery like Clockwork.
Boot up your phone to recovery. And move your rom file to the adb directory, and start a command line ( cmd )
adb shell
mount data
adb push D:\custom_rom.zip /data/
Wait until the push finised, and restart your device to recovery again with "adb reboot-bootloader"
mount data
mount /data /sdcard ( mount the data folder into your sdcard folder, so your recovery will think that you have an sdcard installed )
Locate the ROM .Zip file you wish to flash.
Confirm the flash by following the on-screen instructions (ie: pressing the trackball, pressing the call button, etc.)
If no errors arise during the flashing process then the ROM flash was successful, Reboot the device.
With some root file explorer, remove the rom file if you don't need it anymore, to free up space.
Or use adb to remove the custom recovery
adb shell rm data/custom_rom.zip
I am still trying to figure out whats going on with my internal SD I will post if i find a solution.
Do not use clockwork recovery.
Sent from my EVO using xda premium

Zte skate acqua

Hello fellas.. so .. about the zte acqua.. has anyone found anything about custom rom or kernel ????
Sent from my Acqua using Tapatalk 2
N1ko5zAN said:
Hello fellas.. so .. about the zte acqua.. has anyone found anything about custom rom or kernel ????
Sent from my Acqua using Tapatalk 2
Click to expand...
Click to collapse
There isn't much support for the device (sadly) so it's kinda difficult to get something out of it...
I own also this phone but the progress has been made is very slow... No offence to the developers...
I unlocked the sim, i rooted that device, and i flashed cwm 6.0 and installed an unofficial cm10 for that device, if someone wants to know how to make that just send me a pm...
Problem
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?

[Q]Chinese Tablet Stuck in CWM Recovery mode.Help Needed

Hey admins,I searched alot but cant fing correct firmware or flashable zip file for thisBut please read this
I have a Chinese 7 inch Tablet named Luv Pad AD701 based on Allwinner A10 processor. I installed "CWM 6.0.1.2_a10" and then rebooted to recovery mode. Now I am stuck in the loop of CWM Recovery mode. The tablet only opens recovery mode and desn't boot normally. I triesd to flash a new ROM but it says
E: failed to find "cache" partition to mount at /cache
E: Can't mount /cache/recovery/command
Warning: No file_context
E: failed to find "cache" partition to mount at /cache
E: Can't mount /cache/recovery/log
E: Can't open /cache/recovery/log
E: failed to find "cache" partition to mount at /cache
E: Can't mount /cache/recovery/last_log
E: Can't open /cache/recovery/last_log
E: failed to find "cache" partition to mount at /cache
This tablet doesn't have volume up or down button.It only has power, back and option button.Is there any way to solve this.
I beg for help.Please provide me solution :crying:
Hey admins,I searched alot but cant fing correct firmware or flashable zip file for thisBut please read this
same problem,http://www.youtube.com/watch?v=2ifTkv826Pg
Delta1001 said:
Hey admins,I searched alot but cant fing correct firmware or flashable zip file for thisBut please read this
I have a Chinese 7 inch Tablet named Luv Pad AD701 based on Allwinner A10 processor. I installed "CWM 6.0.1.2_a10" and then rebooted to recovery mode. Now I am stuck in the loop of CWM Recovery mode. The tablet only opens recovery mode and desn't boot normally. I triesd to flash a new ROM but it says
E: failed to find "cache" partition to mount at /cache
E: Can't mount /cache/recovery/command
Warning: No file_context
E: failed to find "cache" partition to mount at /cache
E: Can't mount /cache/recovery/log
E: Can't open /cache/recovery/log
E: failed to find "cache" partition to mount at /cache
E: Can't mount /cache/recovery/last_log
E: Can't open /cache/recovery/last_log
E: failed to find "cache" partition to mount at /cache
This tablet doesn't have volume up or down button.It only has power, back and option button.Is there any way to solve this.
I beg for help.Please provide me solution :crying:
Hey admins,I searched alot but cant fing correct firmware or flashable zip file for thisBut please read this
Click to expand...
Click to collapse
dude,i have the exact same prob!!!
atmolight said:
dude,i have the exact same prob!!!
Click to expand...
Click to collapse
bro can you get cwm menu in your tablet...then go to backup&restore and restore your tablet
Solved
atmolight said:
dude,i have the exact same prob!!!
Click to expand...
Click to collapse
I solved it myseld
"deltadigit.blogspot.com/2013/11/luv-pad-ad701-unbrickingallwinner-tablet.html"

Please Help! CWM Recovery - E:Can't mount /cache/recovery/command - ERROR

hello XDA Dev's and users please help in a big trouble
yesterday, i flashed my device - "Micromax Canvas A74" STOCK ROM Android JB 4.2.2 using CWM V5.5.0.4
after succesfully installed , wiped cache partition and wiped data/factory reset after i rebooted but instead of letting rom settuped i booted into recovery again by holding device's (Volume"+") + Power.... and after hoped into recovery i fixed permissions and rebooted...this time in normall mode.. but 10-15min device was still on my boot logo then i again rebooted it still the same...then this time when i reboted into recovery ClockworkMod recovery open up and instead of Stock Recovery why CWM open after flashing Stock Recovery on my device.
So, when iv rebooted into CWM it immediatelly shows up these lines in bottom of recovery
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 when i tried - mount /data - no succes
- mount /system - no succes
- mount /cache - no succes
- mount /emmc - no succes
- mount /sdcard - succes
- mount /sd ext - succes
but sdcard and sd-ext mounted succesfully..
Please help completely blank can't figure out what can be done and plaese give your best solutions and suggestion please help people...

Categories

Resources