Privacy Policy
G2Keep is an experimental Even G2 / R1 companion app. The Keep integration is made of an Even Hub app and an Android helper running on the same phone.
This project is a demo for evaluating how useful Google Keep access could be on Even G2. It is not designed or promised as a permanent production app. Google Keep sync depends on unofficial behavior and may stop working without notice.
Data Processed
The Android helper processes:
- Google account email selected during setup.
- Google Keep note titles, text note content, and checklist item text.
- Checklist checked and unchecked state.
- Voice transcripts created from G2 / R1 microphone input.
- A local Hub API token used only between the Even Hub app and Android helper on localhost.
The helper does not intentionally process Google Keep images, drawings, attachments, labels, reminders, or collaborator metadata.
Storage
Google Keep credentials, cached Keep state, Android device ID, and the local Hub API token
are stored only on the Android device using Android encrypted preferences. The APK sets
android:allowBackup="false" to avoid restoring this local setup data after
uninstall and reinstall.
The Even Hub app stores only the local Hub API token. It does not receive the Google Keep credential or master token.
Network
G2Keep talks to the Android helper over localhost:
http://127.0.0.1:28766ws://127.0.0.1:28766
The Android helper connects to Google services through the unofficial
gkeepapi library to sync Google Keep data. Voice recognition is handled by
the Android speech recognition service available on the user's phone. Depending on the
selected recognition engine, audio or transcripts may be processed by that recognition
provider.
This project does not operate an external server for the Keep integration.
Removal
Use the helper app's Remove setup action before uninstalling. It stops the
helper service, invalidates the local Hub API token, clears Keep credentials and cached
state, and attempts to revoke Google authorization where available.
Unofficial Status
The Google Keep integration uses gkeepapi, which is not an official Google
API and is not endorsed by Google. This project is not affiliated with, endorsed by, or
supported by Google or Even Realities.