Commit Graph

3 Commits

Author SHA1 Message Date
Nicolas Catania
2997ec39a2 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.
2009-11-13 10:07:34 -08:00
Nicolas Catania
2022dcd9f1 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.
2009-10-13 09:10:19 -07:00
Nicolas Catania
081e65d06f 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.
2009-10-12 12:09:05 -07:00