Skip to content

Instantly share code, notes, and snippets.

@ma34s
Created April 14, 2014 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ma34s/10659298 to your computer and use it in GitHub Desktop.
Save ma34s/10659298 to your computer and use it in GitHub Desktop.
#!/system/bin/sh
# device.dbを/system/etc/device.dbに
# unlock_security_moduleを/system/bin/unlock_security_moduleに置く想定
cp /system/etc/device.db /data/local/tmp/device.db
unlock_security_module
rm /data/local/tmp/device.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment