Skip to content

Instantly share code, notes, and snippets.

View RamyBittar's full-sized avatar

Ramy Bittar RamyBittar

View GitHub Profile
@RamyBittar
RamyBittar / Instructions.txt
Created June 2, 2022 10:35
Clean your status bar like a pro!
// Activate demo mode
.\adb.exe shell settings put global sysui_demo_allowed 1
// display time 12:00
.\adb.exe shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1200
// Display full mobile data without type
.\adb.exe shell am broadcast -a com.android.systemui.demo -e command network -e mobile show -e level 4 -e datatype false
// Hide notifications