Hello, I have a Problem with my SD Card after I Partitioned the SD Card with
mad_team_app2sd app and restarted my Phone I tried to fix it as said in the thread
2open adb or terminal emulator and type the commands.
adb shell (if you are using terminal emulator type "su" instead of "adb shell")
mkfs.vfat /dev/block/mmcblk0p1 (and wait ~30 secs)
Click to expand...
Click to collapse
but that doesnt worked out for me, I got this error message:
mkfs.vfat: can't open "/dev/block/mmcblk0p1": Permission denied
Click to expand...
Click to collapse
can anybody help me please?
btw: sry for my bad english: i'm from austria
also when i enter recovery mode it says in red letters
E: Can't mount /dev/block/st18 (Invalid Argument)
E: Cant't mount CACHE:log/recovery.log
E: Can't open CACHE: log/recorery.log
E: Can't mount /dev/block/st18 (Invalid Argument)
Click to expand...
Click to collapse
please help i dunno what to do
Hi,
The second error you can ignore. I have it all the time when flashing.
What's the problem with your SD ? Can you view anything on it ?
What does mount tell you in adb shell ?
no i cant see anything on it,
dunno what you mean with Mount in ADB Shell, dont have a linux pc
help please, I'm getting pretty frustrated since i Cant get it to work
are u trying form pc using ADB or from mobile using Terminal Emulator??
if ur using ADB then type -"adb shell"--Without quotes
If ur using terminal emulator(inbuilt to rom) type-"su"
Make sure there is space b/n "mkfs.vfat" and "/dev/....."
wait till # comes to next line then type reboot
I tried this, about several thousand times but i always geht this error:
mkfs.vfat: can't open "/dev/block/mmcblk0p1": Permission denied
have u checked whether u have rooting permissions and did u flash the rom WITH SD CARD INSIDE THE PHONE????
is ur sd card working otherwise??
yes i flashed the Rom with the SD Card inside the ROM, i just removed the sim as i flashed the ROM
other Root Apps work fine, so i would say I have rooting permission.
the SD Card is working fine right now, but its not Partitioned right now, and i want to change that.
should i flash new and remove the SD Card first?
Try reflashing and if you are using mad team app2sd you don't ned to keep the sd card inside while flashing.. It doesn't make any difference though.. Reflashing should work for you.. Good luck
i reflashed, about 10 times now, but the Bug doest go away,
anybody a Idea?
Format ur card from settings>sd card> eject and format
and check if ur card is working
Sent from my GT-I5800 using XDA App
my SD Card is working fine, no problems, also formated it a couple of times now,
the bug still persists
extract the adb folder in the zip file to C drive on your machine
Enable USB debugging on your phone
Connect the phone through USB (Make sure that G3 drivers are installed)
Open command prompt , go to c:\adb by command "cd c:\adb"
type "adb shell"
You will see a $ with blinking cursor after it
type "su" (it should ask for superuser permission access on your phone)
Once granted you will see # and blinking cursor behind it
Then type your command
WoW! Thanks mate, you saved my day, It finally worked!!!!
Thanks! Thanks! Thanks!
hi can i have some help?
stuck on the adb push part, cmd window says failed to copy ____ to _____ read-only file system.
any idea how to fix this?
(from step by step rooting guide for 9020a)
I assume you mean the "adb push su-2.3.6.1-ef-signed.zip /sdcard/su-2.3.6.1-ef-signed.zip" part. Maybe you forgot the /sdcard at the beginning, otherwise no need to worry about adb anyway. Just copy that file over to the sdcard by any means you like (adb, mount usb storage, etc).
However, i would be using a newer su zip from the official web page, just to save hassle if you are using ICS. Guaranteed to work
If you have already flashed the recovery... easiest way is just to boot into recovery then mount the USB storage and copy it that way. Then unmount and flash the zip while still in recovery.
Sent from my Nexus S using XDA App
thanks for the help!
sorry to ask another question (first time rooting), but I can't find any sdcard folder after i go into usb mass storage?
and the new su zip will work on 2.3.6? (planning on using cm9)
New su works on 2.3.6 fine. Mount USB storage is the sdcard partition, so anywhere in there.
Hi All,
Has anyone managed to get this to work with either Root Explorer or Script Manager. I'm trying to mount /Android onto the external SD card. The script itself runs but all mount commands fail. If I ssh into the phone and run the script from the command line all mount commands execute fine.
Any ideas anyone?
tia
Folks - Any help would be greatly appreciated.
I was trying to instal CM-10.1 on my U8800, copied the file downloaded from here on my SD card and used CWM to install. Forgot to make a backup (Noob mistake ).
The software didn't fully install and now the the problem is that while I can access both CWM Mod Recovery and the pink screen, I am unable to mound the external sd card (cannot write to ums lunfile) and neither are the drives showing up when I connect to the pc via USB in pink screen.
Very worried on how to install a rom as both internal and external sd cards are inaccessible by pc and phone respectively.
You can use adb push while cwm is running.
Sent from my Nexus 4 using xda premium
enemix said:
You can use adb push while cwm is running.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I'm not sure how to do that. I've just done a few google searches, not sure if I have the right results. Would you have any link/tutorial ?
If you haven't done so already, download and install the Android SDK from developer.google.com.
What you want from it is the debug driver and adb.
Then boot your device into CWM and connect it to computer, use the debug driver from the SDK.
Mount internal storage in CWM and check its mount location.
Open the folder where adb.exe is located on your computer and copy your ROM.zip to that folder.
Open a command prompt there and type "adb devices", your device should show up in the list.
Then type "adb push ROM.zip /mnt/sdcard/ROM.zip" to copy the file. (replace /mnt/sdcard if your internal storage is mounted elsewhere)
Good luck and be careful, I'm just trying to help but I'm not responsible if you do something without using some common sense.
Sent from my GT-p6800 using xda premium
Hi all,
I have been trying to convert my 128gb SD card to internal storage on my Galaxy Tab A without rooting.
The initial option of storage settings and formatting to internal is not there so I have been trying the Cmd option through the adb shell. The only problem with this is that cmd does not bring up anything when I type in adb shell (the tablet is connected to the laptop and in MTP with usb debugging enabled)
The adb command only shows up if I am using adb/fastboot cmd.
Now, when I bring up said cmd, it shows the following when i try to partition the 'disk':
gtaxllte:/ $ am list-volumes all
private mounted null
public:179,33 mounted 5657-0196
emulated mounted null
I then enter the following:
gtaxllte:/ $ am partition disk:179,33 private
And it does nothing, it doesn't do anything to the sd card and makes no changes. Just shows the next line:
gatxllte:/ $
What am I doing wrong here and can anyone help me please?
Thank you.