← Back to team overview

ubuntu-phone team mailing list archive

Re: Updates to the android-emulator

 

On 30 October 2013 16:25, Dmitrijs Ledkovs <xnox@xxxxxxxxxx> wrote:
> At the moment this should give one:
>
> * adb to ubuntu
> * serial console to android
> * telnet access to control emulated events (sms, gps, etc)
>

I've added instructions about above at https://wiki.ubuntu.com/Touch/Emulator

> Things to fix at the moment:
>
> * missing eth0
> * /data read-only in the android-container
> * no graphical output
>

>From above todo:
* /data is now writable under the android container, so everything
under android container now behaves better.

* eth0 is eventually up (over adb check "$ initctl list" for
network-interface/eth0 running) and one can do:
$ apt-get update; apt-get -y install w3m; w3m start.ubuntu.com

Do be patient with emulator, it's a single core slowly emulated ARM.

Regards,

Dmitrijs.


References