Hi,
I want create a file .bat in windows hat change framework-res.apk
I write this
after push file i see windows shell stops in adb shell and don't go next command
how can i exec all command?
I want create a file .bat in windows hat change framework-res.apk
I write this
Code:
adb push frameworks-res.apk /sdcard/frameworks-res.apk
adb shell su
adb shell su
adb shell mount -r remount,rw /system
adb shell cp /sdcard/framework-res.apk /system/framework/framework-res.apk
adb reboot
how can i exec all command?