On Mon, Dec 2, 2013 at 12:42 PM, David Marceau
<uticdmarceau2...@yahoo.ca> wrote:
> http://askubuntu.com/questions/372649/while-testing-ubuntu-touch-how-can-i-make-adb-shell-have-the-correct-terminal
>
> Having done the above then you can do:
> sd
> touch /userdata/.writable_image
> reboot

The 'sd' alias is brilliant when you need a proper shell (eg if you
want to run top, or less, or vi, or those kinds of interactive
programs), but if you're just issuing a couple short commands, it is
overkill. You can simply do this instead:

adb shell touch /userdata/.writable_image
adb reboot

(this way you're not prompted for a password, either)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to     : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp

Reply via email to