Hi !
I have CM11 20140907 ( http://forum.xda-developers.com/showthread.php?t=2752715 ), with 6.0.4.6 CWM. I have tried to repair it by installing CM again, but it doesnt works. I can open 'sdcard0' (its not a internal storage, i had music on my sd card and anyway i have it) by file manager/root browser but i cant mount sdcard in recovery. In recovery i can see internal storage, but cant mount sd card. I have other ROM and GAPPS (Parandroid) on 'sdcard0' on my phone, but cant flash it (cuz i have only internal storage).
I cant connect USB and open files on PC (i see just charging).
EDIT. I can connect through ADB
EDIT2. That means the sdcard0 = SD card and i cant mount it in recovery. Internal storage i can open in recovery but not in phone.
Done.
I had followed this :
PHP:
androidforums.com/vital-all-things-root/813462-how-swapping-internal-external-sd-cards.html
On D605 that was something like this:
PHP:
dev_mount sdcard /storage/sdcard0 auto /devices/platform/msm_sdcc3/mmc_host
I had changed it:
PHP:
dev_mount sdcard /storage/sdcard1 auto /devices/platform/msm_sdcc3/mmc_host
Sorry for my bad english and unawareness (translated from Google Translate, i dont knew that word XD )
So, that worked only for first time i started phone.
Now, i can connect into adb, in recovery too. But i cant connect to USB, I see only charging.. (ADB works, UMS not)
And, sdcard0=external, i cant mount it in recovery, cant open by file manager.
Real sdcard0 i cant see in file manager, but can do system backup in recovery (even if iremove SD card from phone)
I tried to update via sideload:
PHP:
adb kill-server
adb usb
[I]something about ports[/I]
error: device not found
Please, help, im noob :crying:
Related
cannot post in the correct thread in developers as i am a noob member but following the noob thread when i get to the step to mount the sdcard in recovery i cannot. i keep getting the error
E:can't mount /dev/block/mmcblk1p1 (or /dev/block/mmcblk1)
(no such file or directory)
what exactly are you trying to do? a little more info would be nice. you said you are trying to mount in recovery? for what reason?
Aren't the SD Cards auto mounted in Amon-Ra recovery? Wouldn't that error be due to the fact that they're already mounted?
Use Amon-Ra or Clockworkmod; While in recovery mount SD card.
I had to restore my laptop back to original factory settings for it to recognize my phone.
had nothing to do with the rezound, my computer woulndt install any new drivers..
if I had usb debugging turned on the computer wouldnt find the sd card or internal storage, as soon as I clicked usb debugging off, bang found sd card. I suggest trying this.
So, I'd gotten as far as installing the zip packages off the SD card, however I accidently unzipped the gapp zip onto the SD card instead of the .zip its self.After rebooting it just kept looping the end of the Cyanogen Mod visual.
The recovery mod im using is the recovery-nozomi.img
I thought it wouldnt be a problem and I could just mount it through the recovery menu, but i get this error:
E:unable to open uns lunfile (no such file or directory)
I've looked around google and the forums but I've not found anything particularly useful to me, I'm fairly new to this.
try to redownload the gapps on your pc, then after downloading connect your phone to pc then power on your phone, then go to recovery, (press volume up when beep) then a menu will appear, go to mount and storage, then go to mount usb storage, now youre on mass memory storage you can now transfer the downloaded gapps then just disconnect your phone (unmounting), then flash the gapps via recovery.
mharckk said:
try to redownload the gapps on your pc, then after downloading connect your phone to pc then power on your phone, then go to recovery, (press volume up when beep) then a menu will appear, go to mount and storage, then go to mount usb storage, now youre on mass memory storage you can now transfer the downloaded gapps then just disconnect your phone (unmounting), then flash the gapps via recovery.
Click to expand...
Click to collapse
I cant mount it via usb, I get the error mentioned in the first post...
when you format your system did u mount it again?
i yesterday install a new rom to my rooted s3(intl) today i try to reboot another rom i was stuck in cwm recovery...i wanted to install another rom from my sd card. but it says cant find any file in sdcard.... i cant back restore cz i dnt have back up file in phone as i moved my back up to laptop...when i search abt thz i found out this hapn because my sd card having some issue.
You most probably have an unpartitioned sdcard, clockworkmod however assumes that is partitioned and wants to mount the first partition (/dev/block/mmcblk0p1).
You can fix this by repartitioning your sdcard so that it has a mountable fat-formatted first volume and then retry.
If you don't mind using the commandline, boot to recovery and connect via adb shell to it, then mount your sdcard manually: mount /dev/block/mmcblk0 /sdcard and retry.
Technical explanation:
cat /proc/partitions lists:
/dev/block/mmcblk0 is your FAT formatted volume (no more partitions at all)
should be:
/dev/block/mmcblk0 (whole device)
/dev/block/mmcblk0p1 (1st partition, FAT formatted)
/dev/block/mmcblk0p2 (sd-ext partition, only for those that use SD2ext and such)
im new to rooting and these stuffs plz explain what is adb shell and how i can mount my sd card....
btw i also tried factory reset it didnt wrk too....i dnt want any files i just want my phone back cz i badly need it....plz help me on this guys :crying: plzzz :crying:
In cwm under mounts and storage there should be the option to format sd card...
Adb is android debugging, it's used to connect to, pull/push files, get logs and more from your phone using a terminal or command prompt window.
http://developer.android.com/tools/help/adb.html this site shows the adb commands available including shell which is connecting to your phone via the terminal to allow you to enter commands.
Also maybe try mount USB storage through cwm and see if you can connect you phone to your pc and transfer the files needed.
If I helped you in some way, take a second to hit the Thanks button.
Hi guys, I'm new here!
I'm having some problems with my S2 with NeatRom SuperLite. When I try to access to gallery or download some files, I get the error message: "Not enough space. Delete unused items..... etc" . I found that I have a .Trash-1000 folder that has lot (!!!) of 2/3 Gb files! The problem is that I can't delete this folder, if I try with a file explorer I get a "can't delete this file" or "permission denied", if I try from Linux terminal I get "file system is in read-only mode".
I also tried to format /emmc from recovery or simply re-installing NeatRom, with no results.
What can I do?
okey i had this problem to,
step 1:
got to storage or if you get a notifaction about formatting your internal sd card or external sd card
step 2:
reboot
or
step 1:
downlaod root explorer
step 2:
locate your sddisk1 or sddisk0 or exdisk (external disk) and you see that is says ro(read-only), now that needs to be rw (read-write)
step 3:
reboot
or
step 1:
use any recovery mode, not the stock, use like cwm
step 2:
go to mount/storage
step 3:
mount everthing
srry i did this everthing, and suddenly i got fixed, i don't nog exact what was the fix ;D i hope it is fixed
The sII mounting paths seems to be different of other phones.
storage/SdCard0 - Internal Storage
storage/ExtSdCard - External Card Storage
storage/UsbDriveA to UsbDriveF - External storage connected by Usb Port using OTG Cable
/ - ROM Storage
I recomend ES File Explorer as your file explorer
+1
I was with same problem with teamxd rom. I could not delete any file. I made a full factory reset with erase all storage and get bootloop. After that I flashed many different roms but in all roms my all audio/video apps not running smoothly. my bad luck. Hope you get right guidelines here.
SkyaTura said:
The sII mounting paths seems to be different of other phones.
storage/SdCard0 - Internal Storage
storage/ExtSdCard - External Card Storage
storage/UsbDriveA to UsbDriveF - External storage connected by Usb Port using OTG Cable
/ - ROM Storage
I recomend ES File Explorer as your file explorer
Click to expand...
Click to collapse
but the problem is that the storages are in RO (Read-Only) but it most be RW (read-write)
hey, my phone is samsung galaxy ace 4 (SM-G313HU) i really want to root it
i got the root.zip and put it in my internal storage because my phone doesn't recognize any sdcard for some reason.. but whenever i try to press on "Apply update from sdcard" it says down E: Can't Mount sdcard (no such file or directory )
Problems:
1. my phone doesn't do anything when i put a sdcard in it it's like i never put anything. (i dont really care but i guess i can't root if i dont have a sdcard?)
2. i get the error E: Can't Mount sdcard (no such file or directory) and no files show on the screen so i can select the root.zip
3. is there a way to apply update from internal storage?
I really need to root it even from adb or odin anything ;-;