when i run nandroid-mobile.sh via adb on my windows xp i get :
error: unable to mount /sdcard, aborting
when i run : mount /sdcard 2>/dev/null i get no errors (not when i unmount it either)
if i delete the : exit1 command for the sdcard i get no backups !?!?! what should i do?
please help
excuse for my bad english .. im swed
Related
I am using Terminal Emulator on the phone (because my PC is screwed up). I am trying to copy a directory from the sd card to /system/media/audio directory on the ROM.
I am able to get rw access to the ROM by typing in..
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system
then I am trying to copy the file by typing..
cp -r /sdcard/download/ringtones /system/media/audio
It gives me an error saying "Cannot allocate system memory"
does anybody know what that means? How can do this?
you can't copy across mount points. At least, I think that may be what's happening.
You cant write to system from a droid itself....need to use recovery
Hi have the problem below can anyone help.
I am in recovery console RA 1.6.2
I have CLASS6 8GIG sdcard which is new and works
and partitioned EXT3
Yes I have 7 GIG left on sdcard free
C:\AndroidSDK\tools>adb shell
/ # mount /system/sd
mount /system/sd
/ # sh /system/sd/switchrom.sh -s modacoR5
sh /system/sd/switchrom.sh -s modacoR5
/system/sd/switchrom.sh: line 7: EXTPART: not found
Storing ROM modacoR5, proceed? (y/n) y
y
Storing app data...
tar: empty archive
Error occurred during storing of app data...
tar operation failed.
Do you have enough space on the /sdcard?
this may sound stupid, but is your battery low? my recovery 1.6.2 refuses to do any task if battery is below 15%
No battery is at full capacity
Fixed problem
Used these commands instead
mount /system/sd
switchrom.sh -s modacoR5
These ones didnt work original
mount /system/sd
sh /system/sd/switchrom.sh -s modacoR5
Hello,
I am a newbie on this site and android development. I want to installa nd run openvpn to my emulator. I am using these 2 sites for reference :
1)
chengdu110.wordpress com
2010/08/14
want-openvpn-work-on-android-device
2)
android.modaco
content
software
291919
openvpn-on-android/
I am facing couple of problems. From 1st site, I can't copy busybox to system/xbin folder. I get no access, permission failure, etc such messages. Am stuck at this point and thus can't proceed ahead. In Part 2 also need to access /system/lib/ where again problem comes.
In site 2, same cannot access /system/lib or /system/bin folder. Even I can't mount like this : ADB shell mount /system
Command mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system from site 1 was successful.
Even I face problems with cp cmd. Just cp libcrypto.so libcrypto-orig.so doesn't work. I got to give "/system/lib/libcrypto.so cp libcrypto.so libcrypto-orig.so" this format only it copies. Though in the above case "Permission denoed" occured for system/lib. But this foramt worked while copying busybox file.
Can anyone help me with the permission to system folders /xbin, /lib, /bin. Why is mounting required ? Why I am not able to mount directly as mount /system; I need to give full command mount -o rw, .... -t .... /system. I am not sure what all to give in the "..." place - had just copied it from site 1.
Any help, guidance is highly appreciated. I use Eclipse DDMS and Android emulator 2.3.3. Please try to help me.
Hallo,
Some Details:
Thinkpad Tablet 32GB WE [ROM][CM10] Thinkpad Tablet (v0.9)
the ROM works Great for the last Year.
Last Week, my thinkpad hang on the CM10 Bootscreen, so I make some reboots but nothing hast been change.
After this I boot the recovery gui
there are some failures
Cant mount /cache/recovery/command
Cant mount /cache/recovery/log
Cant open /cache/recovery/log
Cant mount /cache/recovery/last_log
Cant open /cache/recovery/last_log
further i try to mount the sdcard with the same result:
Cant mount /sdcard No such device
So I get ADB access and try to mount the system and data partition with this result:
mounting /dev/block/mmcblk0p10 on /data No such File or directory
when I open parted on /dev/block/mmcblk0
Error: Could not stat device /dev/block/mmcblk No such file or directory
I have no more Ideas to check the problem please HELP
My goal is to get my Data on the Device back, and reinstall the System
Thanks in advance
Hello,
Flashed lineage-17.1-20210125-recovery-mata
Wipe data
start ADB
If i try to sideload the lineage-17.1-20210125-nightly-mata-signed.zip
i get the following error on the phone:
E: Failed to bind mount /mnt/stagging/emulated/media/0 to /storage/emulated: No such file or directory
E: emulated failed to bind mount /mnt/stagging/emulated/media/0 on /storage/emulated: No such file or directory
Linux-Terminal:
$ sudo adb sideload lineage-17.1-20210125-nightly-mata-signed.zip
loading: 'lineage-17.1-20210125-nightly-mata-signed.zip'* failed to read command: Success
It starts, reload short, with blank screen and failed
Same without adb via usb-stick
I already installed lineage os 17.1 with gapps, but i want to reinstall without gapps...
Someone can help me ?
Thank you