A minimal, single toggle utility for Nothing devices. Controls all Glyph LEDs simultaneously with one master toggle.
Built with the Nothing Glyph Developer Kit.
- Single master glyph toggle controls all glyph zones
- Pure monochrome design — AMOLED black / white with red accent
- Edge-to-edge, Nothing-inspired minimal UI
- Automatic device detection (Phone 1, 2, 2a, 2a Plus, 3a, 3a pro...)
- Nothing device on Android 14+ (SDK limitation)
- Foreground usage only (SDK restriction)
- Android Studio with AGP 8.11+
- JDK 17
This project uses the Nothing Glyph Developer Kit:
- Repo: https://github.com/Nothing-Developer-Programme/Glyph-Developer-Kit
- Download
KetchumSDK_Community_YYYYMMDD.jarfrom thesdk/folder and place it inapp/libs/ - The build already includes
implementation(fileTree(dir: "libs", include: ["*.jar", "*.aar"]))
<uses-permission android:name="com.nothing.ketchum.permission.ENABLE" />
<application>
<!-- Use "test" for development, replace with your real API key for production -->
<meta-data android:name="NothingKey" android:value="test" />
</application># Build debug APK
./gradlew :app:assembleDebug
# Install on connected device
./gradlew :app:installDebugEnable Glyph SDK debug mode (recommended for development):
adb shell settings put global nt_glyph_interface_debug_enable 1- SDK only works on Nothing devices on Android 14+
- Debug mode auto-expires after ~48h
- Only foreground apps may control glyphs
Earendel
- Nothing Glyph Developer Kit — © Nothing, used under the terms in their repository