Skip to content

Instantly share code, notes, and snippets.

View ggueno's full-sized avatar

Guénolé Guémas ggueno

View GitHub Profile
enum class LMDDomain(val domainKey: String){
APP("B"),
ACCOUNT("C")
}
enum class LMDError(val error: Int){
ERROR1(10),
ERROR2(12)
}
@ggueno
ggueno / demo.sh
Created June 30, 2016 11:56 — forked from rock3r/README.md
A simple bash script to enable demo mode on a Marshmallow+ device via ADB (based on http://bit.ly/295BHLx)
#!/bin/sh
# License for any modification to the original (linked below):
# ----------------------------------------------------------------------------
# "THE BEER-WARE LICENSE" (Revision 42):
# Sebastiano Poggi wrote this file. As long as you retain
# this notice you can do whatever you want with this stuff. If we meet some day,
# and you think this stuff is worth it, you can buy us a beer in return.
#
# Based on http://bit.ly/295BHLx