Advertisement
tunz

makepush.sh

Dec 5th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #/bin/sh
  2.  
  3. make libwebcore
  4. adb push out/target/product/generic/system/lib/libwebcore.so /data/local/tmp/libwebcore.so
  5. adb shell < command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement