View Single Post
Elleo's Avatar
Posts: 266 | Thanked: 979 times | Joined on Jan 2010 @ London
#90
Originally Posted by kombipom View Post
I'm using Rockwatch 1.1-1 Are there any logs or anything I can look at to try to figure out what's wrong? I'm hoping that if I get a sucessful update the display will return to normal.
You can view debug output by runing Rockwatch from a terminal (or via ssh), to do so run:
PYTHONPATH=/opt/rockwatch/deps/ /opt/rockwatch/rockwatch.py

or save the output by running:

PYTHONPATH=/opt/rockwatch/deps/ /opt/rockwatch/rockwatch.py > /home/user/MyDocs/rockwatch.log 2>&1

If you could do so and upload the output that'd be helpful in seeing what's happening.

You can also try manually upgrading the firmware via libpebble on a desktop computer, by checking out libpebble from https://github.com/Hexxeh/libpebble

and running:

./p.py load_fw <path_to_firmware_file>

Although this should do exactly the same as Rockwatch (which is based around libpebble).
 

The Following User Says Thank You to Elleo For This Useful Post: