Bryan submitted a new AutoApps project: View Hangouts messages on Android Wear - View previous Hangout messages on your watch. Read more about this project...
Thanks for sharing this project, it works quite well! There were a couple minor revisions I made. First, the run shell commands didn't work; I had to include the following line before the actual command: Code (Text): su -cn u:r:system_app:s0 Details about this fix can be out here. Since I had to add that in multiple places (every instance of a run shell command), I put the string in global var, %SHELL, and just put that at the front of the command. Second, instead of using the sqlite3 instance bundled in some specific app, I used the instance found at /system/xbin/sqlite3 (this may or may not be available on all devices, though).