The shell is a piece of software that provides an command-line interface to the operating system. Use this tag for shell-specific issues; general command-line issues should use the 'command-line' tag instead. See full tag wiki for other related tags.
1
vote
2answers
103 views
How do I view/mount nandroid file on device?
From Android's terminal, I tried to mount a nandroid img:
losetup -f
gives "/dev/loop0".
However, when I try losetup /dev/loop0 /sdcard/nandroid/... data.img it says no such directory. Same thing ...
1
vote
2answers
2k views
Android ADB Shell Recovery Mounting
*Question:
I need assistance mounting an Android phone's internal data using the Android ADB Shell while the unit is connected via USB and in recovery mode. How do I form a proper mount command? See ...
0
votes
1answer
1k views
Error when trying to use adb shell in recovery mode
I have a Chinese phone which I've been unable to install ClockworkMod on. I decided to try booting into recovery mode to manually backup/restore the system partition.
However, if I plug my phone into ...
2
votes
0answers
612 views
Can't connect to the device with ADB when it's in recovery mode
I am having some problems with my Samsung Galaxy S2 and I want to start an fschk session on the device.
So, I installed Android SDK with platform-tools. I can access to the device when it's normally ...
2
votes
0answers
471 views
Remount writable by all users?
I want to remount a read-only partition in read-write mode, but I want it to be writable for all users.
So far I've got this:
mount -o bind /someplace /someplace_else
mount -o remount rw ...
1
vote
0answers
49 views
How to switch off HDMI
I have an android box with a HDMI port. Im connecting it to a projector. To the same projector Im also connecting a PC via VGA cable. Now I want to give my box a command to switch off the HDMI port, ...
1
vote
0answers
1k views
Flash update.img using flash_image
I want to flash a new ROM using the shell. (Need this later to do per app so there is no other way than shell). Here is what I tried
connected to 192.168.1.9:5555
Pauls-MacBook-Pro:~$ adb shell
...
1
vote
0answers
226 views
Install Bash on rooted Kindle Fire
I just rooted my Kindle Fire and installed QuickSSHd, an SSH daemon app.
I can log in via SSH (using Putty in Windows 7) and become root, etc. It appears, however, that the only shell installed is ...
0
votes
0answers
52 views
Android Recovery
I am trying to find a way to reboot android devices into recovery. I know that you can use "reboot recovery", however not all toolbox versions support this. So I thought that I would make use of ...
0
votes
0answers
217 views
Is it possible to enable Location Services via Shell?
Is it possible to enable Location Services(GPS or Google NetworkLocation) via ADB or Terminal Emulator?
I'm on a rooted Phone.
Extra Points: Is it also possible to change other system-related ...