← Back to team overview

ubuntu-phone team mailing list archive

Re: Any tips on getting more usable terminal settings with 'adb shell'?

 

On Thu, Nov 7, 2013 at 11:42 AM, Robert Park <robert.park@xxxxxxxxxxxxx> wrote:
> I put this on AskUbuntu in the hopes that it'll be easier to google in
> the future (since this has bothered me actually for a long time):
>
> http://askubuntu.com/questions/372649/while-testing-ubuntu-touch-how-can-i-make-adb-shell-have-the-correct-terminal

Just a warning for anybody who might have tried this code out, it
turns out that it breaks phablet-test-run, which makes it really hard
to run our AP tests on the device if you're using this hack.

I've developed a slightly cleaner solution, but it still breaks
phablet-test-run unfortunately. The only solution is to define a
function but not call it from within .bash_aliases (so you have to
call it manually each time you start a new adb shell). Updated code is
here:

http://askubuntu.com/a/372650/77635


References