Skip to content

Instantly share code, notes, and snippets.

@yenliangl
Created August 31, 2010 15:57
Show Gist options
  • Save yenliangl/559244 to your computer and use it in GitHub Desktop.
Save yenliangl/559244 to your computer and use it in GitHub Desktop.
Build specified package and transfer to connected emulator/device
# build specified package and transfer it to the connected emulator/device.
function fsnod {
mmm -j6 frameworks/base frameworks/base/core/res snod
adb shell stop
adb sync
adb shell start
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment