Monday, 13 October, 2014 04:44:05 PM - SM-T2105 Galaxy Tab Kids - Corrupted USB Connection
---------------------------------------------------------------------------------------
Hi all.
I've spent almost the full 2 days looking for solution of this but to no avail.
My tablet is using 4.1.2 Jelly Bean.
I owned the SM-T2105 Galaxy Tab Kids rooted. Then suddenly I was thinking to move all my apps to SD card. Trying and trying, finally I realized that I need to make separate partitions on the SD card first.
So I one of the solutions I found on the internet told me to make that partition using the PC. Then I am interested to connect my device as mass storage instead of the default MTP connection. So I found an app called SG USB Mass Storage Enabler in the PlayStore.
Without reading any further, I quickly installed it and turn on the mass storage function. But to no avail. My PC can't recognized the tablet anymore since then. Immediately, I quickly uninstalled that app and looking for another app. But still the same problem.
So finally I am stucked with "connected as an installer" whenever I connect the tablet to my PC. And the worst thing that, I cannot change it back to MTP/Camera transfer mode i.e. my tablet would immediately reboot! I was totally intensed since then. After trying and trying, I still cannot find the solution.
Then I thought a firmware upgrade will do. So i install the latest firmware for SM-T2105 - T2105ZHAND2 from here - sammobile. I also rooted it again then.
But still the problem persist. I also end up using the ADB terminal from my PC to issue the
Code:
su
setprop persist.sys.usb.config mtp,adb
reboot
But still the same problem. My device would restart immediately after issuing the command.
I have also found somewhere this code but the issue is I cannot find that /sys/devices/platform/msm_hsusb/gadget/lun0/ path on the tablet:
Code:
Mass Storage Mode
---------------------------------------------------------------------------------------
setprop persist.sys.usb.config mass_storage,adb
echo /dev/block/vold/179:33 > /sys/devices/platform/msm_hsusb/gadget/lun0/file
Return to MTP
---------------------------------------------------------------------------------------
#!/system/bin/sh
echo "" > /sys/devices/platform/msm_hsusb/gadget/lun0/file vold
setprop persist.sys.usb.config mtp,adb
This /sys/class/android_usb/android0/f_mass_storage but no lun folder inside. Only nluns file is sound
So I am really stressed with this. Can someone here please help me out?
Factory reset would be my last choice.
I was expecting something like system files update or something. Is it possible?
Thank you very much.
Go to recovery wipe cahce wipe data then wipe cache again
and flash stock with odin
If yoh got a memory card take it out first before flashing and test in pc usinfg a card reader
to see if its ok if yes delete most folders apart frim and vudios photos ect
jasonvoor1313 said:
Go to recovery wipe cahce wipe data then wipe cache again
and flash stock with odin
If yoh got a memory card take it out first before flashing and test in pc usinfg a card reader
to see if its ok if yes delete most folders apart frim and vudios photos ect
Click to expand...
Click to collapse
Hi.
Thanks jason.
I've tried the wipe cache as you suggested but the problem still happen.
I did not do the wipe data though since as I said, I dont want to set up and install everything again as much as I can.
Any expert on the android file systems here?
Thanks.
Related
Problem: Changes to the system partition are lost when Linux flushes the disk cache: http://pastebin.com/cm75Z9UA
These instructions are a workaround to provide temp root like normal plus persistence because /system /data and /cache are partitions on your SD card. This lets you reboot and even factory reset, while being able to easily restore your settings and such by re-rooting and mounting your SD card partitions back over the internal partitions.
Prerequisites:
SD card partitioned with four partitions:
6GB as fat (for your data, can be bigger or small depending on your card size)
400MB ext3 for /system
1.3GB ext3 for /data
200MB ext3 for /cache
On the phone, enable "USB debugging" in Menu -> Settings -> Applications -> Development
On a PC with the Android SDK tools (adb) installed and working:
adb push Superuser.apk /data/local
adb push busybox /data/local
adb push rage /data/local
adb push resume /data/local
adb push root /data/local
adb push rsync /data/local
adb push setup /data/local
adb push su /data/local
adb install Term.apk
adb shell chmod 755 /data/local/busybox /data/local/rage /data/local/setup /data/local/resume /data/local/rsync /data/local/root
On the phone, open "Terminal Emulator" and type:
/data/local/rage
Wait for it to say "[+] Forked NNNN childs." then press the back button.
Open "Terminal Emulator" again and it should force close.
Open it one more time and the prompt should display "#". Then type:
/data/local/root
/data/local/setup
You may need to re-root after it reloads the GUI, but then it will stick. setup is a script that mounts your SD card partitions and copies the existing. It should only be run once unless you want to erase what you have there previously. This step wont work if you SD card is not partitioned properly.
On future power-ons, run this after temp-root instead of setup:
/data/local/resume
and you should get your Android back how it was.
is it suppose to scan through all apps on phone then reboot
Thanks muchly, I'll try this when my G2 arrives.
I have a question about this method. It looks to me that what setup does is copy the entire system, data, and cache to the SD card. Then, when you run resume, it uses rsync to bring the main system (in the onboard flash) up to date from the SDcard version, and then any changes, even if not actually written to the main system partition due to the HTC copy protection, get written to the sdcard copy of the system. Very clever (if I'm reading this write, otherwise, still clever, but me not so clever as I mis-understood).
The question is this: Are there any glitches or instabilities generated by suddenly changing the system files after the OS is already booted? Do I have to make sure to do this before I begin using my phone after boot or risk making changes that I will then loose when I run resume?
Thanks again for the work putting this together!
Sheep
Sheep, you understand almost completely. Setup does copy the existing data from the internal phone memory to the SD card. However, it then (like resume) doesn't copy anything back, it just mounts the system, data, and cache partitions from the SD card on top of the internal ones.
I had issues with the internal memory reverting back after I make changes to it. It seemed to happen over a short time, or was triggered by things like mounting the SD card to a computer.
I've been using this for about 24 hours with no problems. I've done a couple fresh boots and ran resume. But I didn't test the instructions from scratch, so if anyone tests and finds a problem, let me know!
Any performance hit because of running from SD?
I haven't really noticed any.
How does this impact battery life?
Sent from my T-Mobile G2 using XDA App
Can't say, I've had my phone hooked up most of the time through adb looking for root. Just did this for fun and because I was sick of re-rooting all the time.
looks interesting I'll try it out tomorrow
Sent from my T-Mobile G2
so your sd card has to be partitioned pryor to trying this
pre-partitioned card?
thatruth132 said:
so your sd card has to be partitioned pryor to trying this
Click to expand...
Click to collapse
yes it does
texasaggie1 said:
yes it does
Click to expand...
Click to collapse
and how do i do this on a non-rooted device
thatruth132 said:
and how do i do this on a non-rooted device
Click to expand...
Click to collapse
Use your G1 to partition the card.
Brad
You can also connect your phone to a Linux computer (a LiveCD would be fine) and use gparted or fdisk. Don't forget to backup the contents of your card first!
Pretty cool. But I think I'm gonna wait for a more permanent solution....
sheek360 said:
Pretty cool. But I think I'm gonna wait for a more permanent solution....
Click to expand...
Click to collapse
There are no roms available yet any ways, so to a non dev, non cook like me, the Root is pretty much useless
I'd read that the currently available root was good until a reboot, then I saw this thread that made rerooting after a reboot much easier. Since then I've seen some posts that seem to indicate that a root may spontaneously disappear even without rebooting. Is this the case, some permissions may be lost even if you don't reboot?
I was ready to pull the trigger on this permanent-temporary root until I read that. I'd like to be able to import my old wpa_supplicant.conf file and get my corp ipsec vpn working. I'd also like to be able to get wifi-tether working (although I rarely use it), but if root won't stay 100% until a reboot, then I'm not going to bother.
Dalamak said:
There are no roms available yet any ways, so to a non dev, non cook like me, the Root is pretty much useless
Click to expand...
Click to collapse
Not true. I'm not a dev or a cook, but there are things that you can make the phone do with root besides adding a theme or ROM.
wifi tether
ipsec vpn
backups
etc...
smasraum said:
I'd read that the currently available root was good until a reboot, then I saw this thread that made rerooting after a reboot much easier. Since then I've seen some posts that seem to indicate that a root may spontaneously disappear even without rebooting. Is this the case, some permissions may be lost even if you don't reboot?
I was ready to pull the trigger on this permanent-temporary root until I read that. I'd like to be able to import my old wpa_supplicant.conf file and get my corp ipsec vpn working. I'd also like to be able to get wifi-tether working (although I rarely use it), but if root won't stay 100% until a reboot, then I'm not going to bother.
Click to expand...
Click to collapse
With temp root on the internal system partition, writes would revert back after certain things (after mounting the sd card to a computer through the phone and disconnecting it, I'd always loose root). When running /system from an sd card, no writes can be reverted because none are made, so I've never had to re-root.
how to partition an SD card?
thatruth132 said:
and how do i do this on a non-rooted device
Click to expand...
Click to collapse
I used gparted in ubuntu to do mine. Like SAINTH said, the install disk for ubuntu is also a livecd so you dont even have to install ubuntu if u dont want to
Team,
I have been researching for hours and am quite confused on which avenue to take to recover my soft brick. Information overload:crying:
Here is what happened and I will provide as much info as I can so please bare with me. After OTA upgrading to 4.3 and rooting successfully using the CF Auto Root. I was attempting to get my wifi hotspot working again using the Wifi mod and mucked around and installed the wrong mod (Odexed MK4). This rendered me stuck at the glowing samsung screen and it goes no further. Ive tried to factory reset, wiped cache and rebooted several times. Boots fine into recovery and download mode.
So after hours of searching, reading (its 3:50am est) and testing solutions I am no closer to a fix than I was when I started. I am currently waiting on a stock rooted rom to download in an attempt to flash back to stock but its taking hours to download.
However I just noticed, as I am typing this thread, that I can no longer
1. Mount as an usb external drive in recovery (TWRP v 2.3.1.0) I have Samsung drivers installed (1.5.14.0) so I get the indicator sound from windows that I sees the phone.
2. If I attempt to manually browse through my files using the recovery there are no files inside my internal sdcard directories.
/sdcard There are three directories there
/0 /obb /TWRP and the only folder that has files inside is the TWRP folder.
Im floundering here. I cannot even mount and install files on the phone to even attempt to flash back to stock. Can I get some fresh angles ladies and gents? I am at a loss.
signalsoldier said:
Team,
I have been researching for hours and am quite confused on which avenue to take to recover my soft brick. Information overload:crying:
Here is what happened and I will provide as much info as I can so please bare with me. After OTA upgrading to 4.3 and rooting successfully using the CF Auto Root. I was attempting to get my wifi hotspot working again using the Wifi mod and mucked around and installed the wrong mod (Odexed MK4). This rendered me stuck at the glowing samsung screen and it goes no further. Ive tried to factory reset, wiped cache and rebooted several times. Boots fine into recovery and download mode.
So after hours of searching, reading (its 3:50am est) and testing solutions I am no closer to a fix than I was when I started. I am currently waiting on a stock rooted rom to download in an attempt to flash back to stock but its taking hours to download.
However I just noticed, as I am typing this thread, that I can no longer
1. Mount as an usb external drive in recovery (TWRP v 2.3.1.0) I have Samsung drivers installed (1.5.14.0) so I get the indicator sound from windows that I sees the phone.
2. If I attempt to manually browse through my files using the recovery there are no files inside my internal sdcard directories.
/sdcard There are three directories there
/0 /obb /TWRP and the only folder that has files inside is the TWRP folder.
Im floundering here. I cannot even mount and install files on the phone to even attempt to flash back to stock. Can I get some fresh angles ladies and gents? I am at a loss.
Click to expand...
Click to collapse
Good morning (not really, I assume, sorry). So where are you at? Not sure what you mean that you cannot install files on the phone... Can you get into download mode and your computer recognizes the phone? If yes, can you do what you started to say - odin stock rooted? Or... if you can get into a custom recovery but your internal sd card has been wiped, can you put a stock rooted ROM in zip format on an external sd card, put that sd card into your phone, and flash in custom recovery?
erikalin said:
Good morning (not really, I assume, sorry). So where are you at? Not sure what you mean that you cannot install files on the phone... Can you get into download mode and your computer recognizes the phone? If yes, can you do what you started to say - odin stock rooted? Or... if you can get into a custom recovery but your internal sd card has been wiped, can you put a stock rooted ROM in zip format on an external sd card, put that sd card into your phone, and flash in custom recovery?
Click to expand...
Click to collapse
Here is the problem...the ROM I have is in zip format and based on what I have been reading I cannot install via Odin. Due to the fact that the phone refuses to mount as an external storage device I have no way of placing data on the the internal or external card. The only recourse I have now it to attempt to find an adapter to be able to mount this microsd card to my PC. I am out of town and have no idea where I could find one.....uggggh. Ill keep you posted.
signalsoldier said:
Here is the problem...the ROM I have is in zip format and based on what I have been reading I cannot install via Odin. Due to the fact that the phone refuses to mount as an external storage device I have no way of placing data on the the internal or external card. The only recourse I have now it to attempt to find an adapter to be able to mount this microsd card to my PC. I am out of town and have no idea where I could find one.....uggggh. Ill keep you posted.
Click to expand...
Click to collapse
Walmart. .. target. ... and most any office store you should be able to find one. http://forum.xda-developers.com/showthread.php?t=2538543 ... This thread gives you the stock unrooted rom in a flashable zip. To my knowledge no one has put out a stock rooted zip, but I will check around.
http://i.imgur.com/qrByUGN.jpg
signalsoldier said:
Team,
I have been researching for hours and am quite confused on which avenue to take to recover my soft brick. Information overload:crying:
Here is what happened and I will provide as much info as I can so please bare with me. After OTA upgrading to 4.3 and rooting successfully using the CF Auto Root. I was attempting to get my wifi hotspot working again using the Wifi mod and mucked around and installed the wrong mod (Odexed MK4). This rendered me stuck at the glowing samsung screen and it goes no further. Ive tried to factory reset, wiped cache and rebooted several times. Boots fine into recovery and download mode.
So after hours of searching, reading (its 3:50am est) and testing solutions I am no closer to a fix than I was when I started. I am currently waiting on a stock rooted rom to download in an attempt to flash back to stock but its taking hours to download.
However I just noticed, as I am typing this thread, that I can no longer
1. Mount as an usb external drive in recovery (TWRP v 2.3.1.0) I have Samsung drivers installed (1.5.14.0) so I get the indicator sound from windows that I sees the phone.
2. If I attempt to manually browse through my files using the recovery there are no files inside my internal sdcard directories.
/sdcard There are three directories there
/0 /obb /TWRP and the only folder that has files inside is the TWRP folder.
Im floundering here. I cannot even mount and install files on the phone to even attempt to flash back to stock. Can I get some fresh angles ladies and gents? I am at a loss.
Click to expand...
Click to collapse
You always have the Factory Reset/Wipe Data option inside your Recovery. But if that doesnt work use your downoad mode and Reset in KIES. but whatever you do, now that you have upgraded to 4.3 DO NOT try and dowgrade. it will cause a hard brick.
You did the ota update which put KNOX on your phone which is bad especially if you have a warranty. There is currently no way to get rid of it. I read a while ago the peoples phones has been getting bricked because they were trying stuff.
Anyway the only option I guess you have is to use your computer and reset your phone using kies. It will flash your phone back to stock in download mode.
Sent from my GT-N5110 using xda app-developers app
Ok team here is the latest
I was able to grab an adapter for my micro and I attempted to install the stock rom posted above located here
http://forum.xda-developers.com/showthread.php?t=2538543
That was a no-go and gave me the following error during installation.
assert failed: apply_rename_check("/system/app/ALLSHAREPLAY.apk","/system/app/ALLSHARECASTPLYER.apk","f90c86cf5423131dcd04f9a5b169df5f83ab9170" "81dbc5115c7c1121f70ada147f7297e192af4d38")
E: Error in /external_sd/cffb350e111c431bcd19eea86e0d0e6816950053.USER_L710_SPR_MD4_to_MK3_Update_FWD.zip
Click to expand...
Click to collapse
I attempted to connect to Kies 2.6.1 via download mode. Kies will timeout attempting to connect after about 8 to 10 mins.
"Device does not respond. Reboot to Resolved the Issue."
Click to expand...
Click to collapse
at this point I am still able to get into Recovery and Download. I really hosed this **** up
Here is the stock tar thread....You can use this to Odin back to stock. http://forum.xda-developers.com/showthread.php?t=2565972
Good luck!
http://i.imgur.com/qrByUGN.jpg
Thanks bro.....Ill download it and give it a try. I have nothing to lose at this point. Ill be back with praise or tears.
Problem resolved I was able to go back to stock using the link posted above by Bigpappa!!!
Thank you all so much for you help!
Congratulations
I am glad you were able to get use of your phone back. I wish I had seen this thread sooner. I was in exactly the same boat a couple of weeks ago, only mine lasted 3 days. I even bought a new GS4 when I thought my phone was dead. Took it back when someone finally helped me do what you did. It's a helpless feeling when you have been rooting and Romming for years safely. Sure seems like a sticky thread is in order for this specific issue. As you can see, I haven't got enough history for credibility on this forum since I rarely post. Oh well.
Greetings:
I'm trying to help a friend to fix her Galaxy Nexus (SC-040 from Japan). Her phone would boot past the Google logo (with the unlocked icon at bottom), then freezes a second and restart at the "Franco Kernel" screen. The only hint I have is that her storage is getting somewhat full around 100MB or so left when the phone suddenly go into this mode without her touching anything system related.
I'm an IT person but don't have experience using android phones or rooting them, so appreciate your help here. Checked online and played a bit with the phone and here's what I tried:
1) Tried booting into the CWM recovery mode (v.5.5.0.2) - Wipe cache partition, as well as wipe Dalvik cache, reboot again same issue
2) Since there is no easy way to get the phone working, I plan to backup the user data (pictures, app and messages) and restore to factory settings. I tried mouintg USB storage - and get "E:Unable to open ums lunfile (No such file or directory)". Read on here somewhere that it is an issue with CWM and/or Galaxy Nexus doesn't support this (can someone confirm)? Perhaps using the more updated version 6 would help, which leads to next issue
3) Tried to flash to the latest CWM mod for Galaxy Nexus, but then I realize that the Galaxy Nexus has no external SD card option. Then I tried the "install zip from sd card" > "choose zip from sd card" just to see what comes up, and it appears to show me the internal flash storage folders (contains folder such as Android, DCIM, Download, etc...). Since it can "see" the internal storage, I can assume the flash storage seems to be working ok (at least at reading the folders)
4) Since I cannot transfer from an external SD card into the Nexus, I tried downloading the SkipSoft Android Toolkit. After playing around with it a little, it appears to have the option to let me: a) push and pull file from Nexus, b) flash CWM. However, after I tried using the options (and installing all files necessary at the prompt), it's telling me my phone is not in developer / debug mode and that I need to enable that after booting into Android (which I can't)
So here's my 3-4 hours of playing with the phone / online to try to fix it to no avail. My question is:
1) Is there another tool that will let me access the internal storage while in the CWM recovery mode so I can backup the files to my PC
2) Anything else I can try to get pass the reboot loop without getting to storage (step 1)?
Many many thanks!!!!
Just download fastboot and adb. Then download the latest cwm (6.0.4.5 i think) and flash it via fastboot. After that boot into CWM and type: adb pull /sdcard/ C:/ to get all the files from the phone into the root of the C: drive. If you need any explanation or guides just let me know
Sent from my Galaxy Nexus using XDA Premium HD app
Thank!
mrgnex said:
Just download fastboot and adb. Then download the latest cwm (6.0.4.5 i think) and flash it via fastboot. After that boot into CWM and type: adb pull /sdcard/ C:/ to get all the files from the phone into the root of the C: drive. If you need any explanation or guides just let me know
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
Thanks man for your prompt response. Will try it tonight
Ok, so I went to do a backup today and got an error and noticed not enough space to backup. I plugged it into my PC and it showed that I only had 1.5 gb of free space out of a possible 13.3 gb. So I started looking for a folder/file that was taking up room on the "sd card" and could not find anything out of the ordinary. So I downloaded an app from the play store called storage analyzer and it is showing 6.4 gb of free space in storage/emulated/0. Is there something I am missing with this? All my other phones had a physical SD card and I could just clean it up if I had issues. I am a bit nervous formatting the SD card on my GN so can someone shed some light on why there would be such a discrepancy between what my PC, Recovery, and an analyzer app would see or the best way to format/clean my SD card. Any tips/help/advice will be greatly appreciated.
The same problem i had a while ago. The thing is that your data that is missing is in /sdcard/emulated/ (my recovery was only doing backups there) and your phone while booted reads only /sdcard/emulated/0 . At least that was my problem. Try reflashing the whole phone again. That means backup of sdcard reflashing to newest recovery, wipe all including sdcard and install from sideload whatever rom you want.
It did the trick for me.
Sent from my Galaxy Nexus using xda app-developers app
KekeJr said:
The same problem i had a while ago. The thing is that your data that is missing is in /sdcard/emulated/ (my recovery was only doing backups there) and your phone while booted reads only /sdcard/emulated/0 . At least that was my problem. Try reflashing the whole phone again. That means backup of sdcard reflashing to newest recovery, wipe all including sdcard and install from sideload whatever rom you want.
It did the trick for me.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Thank you for the reply, glad to know that I am not crazy or alone. :silly:
I may give this a try soon, I would like to give some of the 4.4 roms a try but want to get my storage lined out before I try one.
ThePhantom97 said:
Thank you for the reply, glad to know that I am not crazy or alone. :silly:
I may give this a try soon, I would like to give some of the 4.4 roms a try but want to get my storage lined out before I try one.
Click to expand...
Click to collapse
Alright, more help needed. Damn its been too long since I have used ADB and I am using an new laptop so bear with me. Also I have searched for several hours on this and just not coming up with a solution. Ok, I managed to get TWRP v. 2.6.3.2 installed on my GN via fastboot. And my goal is to format/wipe my SD card and sideload a 4.4.2 rom. I have a good understanding of the process and have found several videos on the subject. Now here is where my problems begin. First off I have Android SDK installed and have the google drivers installed and I have downloaded the drivers from Samsung again on this laptop. I have backed up my SD card and am ready to begin, but I wanted to verify I could open sideload in TWRP and now the frustrations start. When I try to open sideload under "Advanced" I get the following text:
"Updating partition details...
Starting ADB sideload feature..."
And nothing else happens, even after waiting several minutes, and this happened on v. 2.6.3.1 and that is why I updated to the newest version of TWRP. I have a feeling it has something to do with the drivers but I have not figured out which drivers are needed with TRWP. Is it the Samsung drivers or the Google drivers from SDK. I have unistalled the drivers via Device Manager and let windows install the drivers automatically, and I have uninstalled and re-installed manually using the Google USB drivers. So if anyone has ran into this or knows how to assist me I would greatly appreciate the help. Also keep in mind that I am not a complete noob when it comes to my android phones, but I am a bit out of practice. I am just having some issues locating an answer via these forums and many other searches.
Also, if I format my SD card would it be possible to push a rom to my phone via ADB? I am willing to try an alternate method just want to be able to install a 4.4 rom after formatting my SD card. Anyway any assistance would be awesome at this point. Thanks for reading my long explanation.
One of the other issues was that when I started sideload in TWRP and then typed ADB devices in terminal no devices were present (why I thought could be a driver issue). However, for some weird reason beyond my understanding it is working fine today. I plugged in my phone to begin my trials again today and tada it works, I typed "adb devices" in terminal and now it shows up with a sideload status and I am able to sideload a rom. Sometimes I hate computers/electronics and I chose a career in them.
ThePhantom97 said:
One of the other issues was that when I started sideload in TWRP and then typed ADB devices in terminal no devices were present (why I thought could be a driver issue). However, for some weird reason beyond my understanding it is working fine today. I plugged in my phone to begin my trials again today and tada it works, I typed "adb devices" in terminal and now it shows up with a sideload status and I am able to sideload a rom. Sometimes I hate computers/electronics and I chose a career in them.
Click to expand...
Click to collapse
Most probably you did not have the proper drivers for fastboot installed since i had the exact same problem on Win 8.1 x64 . Now i hope you got your phone fixed. Be just very careful when it comes to /factory partition as that one holds your IMEI and if you erase that only a backup will save you or some mobile service. I know i have to fix mine since i formatted that and did not do a backup before
KekeJr said:
Most probably you did not have the proper drivers for fastboot installed since i had the exact same problem on Win 8.1 x64 . Now i hope you got your phone fixed. Be just very careful when it comes to /factory partition as that one holds your IMEI and if you erase that only a backup will save you or some mobile service. I know i have to fix mine since i formatted that and did not do a backup before
Click to expand...
Click to collapse
I know what you mean, I am so nervous when it comes to erasing/deleting/formatting with all the that is why I spend a lot of time reading up and researching and hitting up the folks here at XDA before I commit to something. I have been addicted to android and flashing all the cool roms uploaded by all the great devs around here. I would not know how I would spend my time if this place wasn't here...lol. But yes, I was able to wipe/format my internal SD card and side load a rom and get most of my storage space back. I have came to the conclusion that the actual rom takes up some of the internal storage because after formatting the internal storage and flashed a rom and gapps there was 1.5gb used. I did not move a single file into the storage, but there was still that much used.
Hello,
Happy Christmas Eve all,
I'm having a nightmare of a time with my Note 2. It was installing an app update from the play store earlier and I noticed the phone had powered off (assumed battery had died).
On powering up the phone after the Samsung boot screen I'm presented with the set up screen and continuous pop ups informing me system processes have crashed although phone was fully set up before the issue.
I then tried to enter stock recovery and saw a message regarding error when trying to mount /data.
Rather stupidly I have no backup of the internal data which includes a lot of holiday photos I'd like to save.
My question is are there any means I could use to try and recover the data?
I can enter stock recovery and download mode which I'm hoping will improve my chances.
Also when hooked up to the PC, Kies doesn't recognise the device and tells me to use Smart Switch, also when the PC did eventually reognise the phone it showed internal storage as 107mb with 0 free and shows no folders or files within.
Has anyone come across this before or have any advice on how I can try and recover my data?
Many thanks,
Galaxydude1
Galaxydude1 said:
Hello,
Happy Christmas Eve all,
I'm having a nightmare of a time with my Note 2. It was installing an app update from the play store earlier and I noticed the phone had powered off (assumed battery had died).
On powering up the phone after the Samsung boot screen I'm presented with the set up screen and continuous pop ups informing me system processes have crashed although phone was fully set up before the issue.
I then tried to enter stock recovery and saw a message regarding error when trying to mount /data.
Rather stupidly I have no backup of the internal data which includes a lot of holiday photos I'd like to save.
My question is are there any means I could use to try and recover the data?
I can enter stock recovery and download mode which I'm hoping will improve my chances.
Also when hooked up to the PC, Kies doesn't recognise the device and tells me to use Smart Switch, also when the PC did eventually reognise the phone it showed internal storage as 107mb with 0 free and shows no folders or files within.
Has anyone come across this before or have any advice on how I can try and recover my data?
Many thanks,
Galaxydude1
Click to expand...
Click to collapse
Anyone?
in recovery you can mount internal storage, but I'm affraid, that it's SDS
yaro666 said:
in recovery you can mount internal storage, but I'm affraid, that it's SDS
Click to expand...
Click to collapse
Thanks for the reply yaro,
The phone was completely stock so no custom recovery installed. Do you know if there is anyway for me to recover the photos that were on the /data partition?
I've seen a few posts for other devices mentioning reflashing certain files via Odin to then allow recovery of files in /data but nothing definitive.
Any help would be greatly appreciated.
Thanks,
Galaxydude.
Galaxydude1 said:
Thanks for the reply yaro,
The phone was completely stock so no custom recovery installed. Do you know if there is anyway for me to recover the photos that were on the /data partition?
I've seen a few posts for other devices mentioning reflashing certain files via Odin to then allow recovery of files in /data but nothing definitive.
Any help would be greatly appreciated.
Thanks,
Galaxydude.
Click to expand...
Click to collapse
try flashing twrp via odin and then mount internal storage in recovery or use adb to access files on pc
yaro666 said:
try flashing twrp via odin and then mount internal storage in recovery or use adb to access files on pc
Click to expand...
Click to collapse
Thanks for the reply yaro I'll give that a try,
Cheers,
Galaxydude.