
UpdatedDec 21, 2022
PublishedDec 21, 2022
Packagecom.franco.demomode
MD58b9b2292ee2b720408ba1c45f3aa417d
SHA1 (signer)15:59:69:E0:6E:17:E4:B0:C7:31:4F:A1:52:DE:6F:BB:DF:83:8E:32
Signed byCN=Francisco Franco, OU=Franco, O=Franco, L=Lisbon, ST=Lisbon, C=21
Malware scanTRUSTED
Contact[email protected]
Privacy policyView
What's new
Update dependencies
Migrate to Kotlin
Change clock from 10:00 to 11:00 to reflect new Android 11
Migrate to Kotlin
Change clock from 10:00 to 11:00 to reflect new Android 11
Description
You get a screenshot, you get a screenshot, everygets a screenshot!
It's a very simple tool presented as a Quick Tile to simplify the process of setting up and activating Demo Mode. It's already pre-configured out of the box with perfect 7:00 clock, full WiFi, full signal and full battery icons for stunning clutter-free screenshots.
For it to work you need to grant it two permissions through adb shell from your computer:
adb -d shell pm grant com.franco.demomode android.permission.DUMP
adb -d shell pm grant com.franco.demomode android.permission.WRITE_SECURE_SETTINGS
The DUMP permission is required for the Demo Mode to actually work, and the WRITE_SECURE_SETTINGS is necessary for the Quick Tile to read the setting and present the correct icon depending on its state.
Since these permissions can be a little scary, for transparency sake I've open sourced it https://github.com/franciscofranco/Demo-Mode-tile
It's a very simple tool presented as a Quick Tile to simplify the process of setting up and activating Demo Mode. It's already pre-configured out of the box with perfect 7:00 clock, full WiFi, full signal and full battery icons for stunning clutter-free screenshots.
For it to work you need to grant it two permissions through adb shell from your computer:
adb -d shell pm grant com.franco.demomode android.permission.DUMP
adb -d shell pm grant com.franco.demomode android.permission.WRITE_SECURE_SETTINGS
The DUMP permission is required for the Demo Mode to actually work, and the WRITE_SECURE_SETTINGS is necessary for the Quick Tile to read the setting and present the correct icon depending on its state.
Since these permissions can be a little scary, for transparency sake I've open sourced it https://github.com/franciscofranco/Demo-Mode-tile
Required features
- Faketouch android.hardware.faketouch
Permissions (2)
Demo Mode tile requests the following Android permissions:
- Dump android.permission.DUMP
- Write Secure Settings android.permission.WRITE_SECURE_SETTINGS