Pebble App Android: Skip Pebble Account Login

Since v4.4 of the Pebble app on Android, announced April 2017, it is advertised that it is possible to skip account login. At first glance however this does not actually appear to be the case. One is greeted with the usual login page.

Regular login page (with internet) Login page, Skip login (without internet)

However in the sort of fine printed release notes, the following is found:

If Pebble’s authentication servers can’t be reached, users can skip the login process, but the Pebble appstore will not be available.Apps can only be installed via side-loading if this occurs.

In other words, you will need to flip on airplane mode, or by other means block access to Pebble service to get the ability to skip login.

»

Victor Häggqvist | Blog

goboom - playing with Go

goboom is wrapper around the dmenu. It is a successor and rewrite of xboomx in Go. This is mostly because I wanted to write some Go. But also writing it in Go with csv-backed storage is likely faster than Python with SQLite. The point of it is to sort commands according to their launch frequency. In other words - if you launch Chromium and KeePassX all the time - they will appear in the dmenu list of commands first. »