History log of /development/ide/emacs/android-host.el
Revision Date Author Comments
2997ec39a2a646340f6ca04ab2027aeb286563f9 13-Nov-2009 Nicolas Catania <niko@google.com> Forces adb root and remount when syncing.

The time it takes is very small to do these 2 operations.
Then sync never fails, even on the a device that has just rebooted.
2022dcd9f1d3b524eb9d7c5bcb3050285bcbd9fe 13-Oct-2009 Nicolas Catania <niko@google.com> Standardized on one single output buffer for all the commands output.

All the commands output go to an *Android Output* buffer which
gets cleaned up before each command run.

Fixed a compilation bug, building from the top Makefile was not
generating a new image.
081e65d06f722a4a9d6bb22e445da7f3dc15820d 10-Oct-2009 Nicolas Catania <niko@google.com> New interactive functions to send commands to a device.

This is still a bit crude but now we can remount,sync,reboot and flash
a device from emacs.

Support product aliases.