On Github mimming / google-glass-in-the-enterprise
Created by Jenny Tong / mimming.com / @BaconatedGeek
I'm a Developer Advocate at
I like to help people cause trouble with code.
But, I'm not a member of the Google Glass team.
super secret sub-agenda
It depends...
You are all unique snowflakes.
Photo by Dakota LynchHacking ahead. Thar be dragons
Drawing credit brownpau on flickr# list of built in and custom *.apk’s $ adb shell ls /system/priv-app # list of running framework services $ adb shell dumpsys -l # list of packages native libraries $ adb shell ls /system/lib
This disables your warranty
$ adb reboot bootloader $ fastboot oem unlock $ fastboot flash boot boot.img # Rooted boot image $ fastboot flash system system.img # Your custom system image
# Remove this property inside AndroidManifest.xml # <manifest android.sharedUserId=”android.uid.system”> # Install it $ adb install Launcher2.apk
$ adb shell rm system/priv-app/GlassUpdate.apk
// Disable all sync adapters ContentResolver.setMasterSyncAutomatically(false); // Cancel any running sync ContentResolver.cancelSync(null, null);
You need root
# on a fresh Glass $ adb shell rm system/priv-app/GlassSetup.apk # after logging a user in $ adb shell rm data/system/users/0/accounts.db
Strange things will happen (e.g. it breaks the camera button)
Tap with 2 fingers, 7 times
https://mimming.com/presos/google-glass-in-the-enterprise
https://github.com/mimming/google-glass-in-the-enterprise/
Created by Jenny Tong / mimming.com / @BaconatedGeek