AutoWear View Hangouts messages on Android Wear 1.0

View previous Hangout messages on your watch.

  1. Bryan

    Bryan New Member

    Joined:
    Feb 19, 2015
    Messages:
    1
    Likes Received:
    0
    Bryan submitted a new AutoApps project:

    View Hangouts messages on Android Wear - View previous Hangout messages on your watch.

    Read more about this project...
     
  2. elron

    elron New Member

    Joined:
    Dec 13, 2016
    Messages:
    1
    Likes Received:
    0
    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).
     

Share This Page