Skip to content

Instantly share code, notes, and snippets.

@ayufan
Last active August 29, 2015 14:01
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 ayufan/8eea27ecaaceb319969f to your computer and use it in GitHub Desktop.
Save ayufan/8eea27ecaaceb319969f to your computer and use it in GitHub Desktop.
rebuild framework-services
#!/bin/bash
set -e
cd /Volumes/android/
source java.sh
source build/envsetup.sh
set -xe
adb shell stop
mmm frameworks/base/policy/
mmm frameworks/base/services/java/
adb sync system
adb shell start
adb logcat -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment