← Back to team overview

ubuntu-phone team mailing list archive

Re: Features after installing uburntu mobile os to nexus4

 

All phablet-config does is run commands in adb shell


On Tue, Dec 3, 2013 at 7:40 AM, David Marceau <uticdmarceau2007@xxxxxxxx>wrote:

> On 12/02/2013 04:13 PM, Chris Wayne wrote:
> > Or you could even do just:
> >
> > phablet-config writable-image
> This isn't an option because this command is something you run on the
> desktop pc.  If you have Multirom Manager like I do, phablet-config
> won't play nice if I understand correctly.
>
> With respect to using sd, I opt to use it all the time because usually
> once I have a shell open connected to the phone, I want to keep it open
> and do stuff for a while with that shell.  I don't intend on just using
> one command and I do love curses-based apps when in a shell. i.e.
> aptitude, emacs, less, etc...
>
>
> >
> >
> > On Mon, Dec 2, 2013 at 4:11 PM, Robert Park <robert.park@xxxxxxxxxxxxx
> >wrote:
> >
> >> On Mon, Dec 2, 2013 at 12:42 PM, David Marceau
> >> <uticdmarceau2007@xxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
> >> Unsubscribe : https://launchpad.net/~ubuntu-phone
> >> More help   : https://help.launchpad.net/ListHelp
> >>
> >
>
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>

References