tb110895
Member
Okay I learned how to use adb commands, and I went to put this screen off animation on the new gb
I follow these commands
------------------
adb remount
adb push framework-res.apk /data/local/tmp/framework-res.apk
adb shell
su
stop
rm /system/framework/framework-res.apk
cp /data/local/tmp/framework-res.apk /system/framework/
rm /data/local/tmp/framework-res.apk
reboot
-------------------
I got the new framework and renamed it to framework-res.apk
I put it in C:/android-sdk-windows/tools
I get to this command here: cp /data/local/tmp/framework-res.apk /system/framework/
And it tells me its not found. Any ideas what I'm doing wrong or why its not working? Should I just type reboot and retry?
I follow these commands
------------------
adb remount
adb push framework-res.apk /data/local/tmp/framework-res.apk
adb shell
su
stop
rm /system/framework/framework-res.apk
cp /data/local/tmp/framework-res.apk /system/framework/
rm /data/local/tmp/framework-res.apk
reboot
-------------------
I got the new framework and renamed it to framework-res.apk
I put it in C:/android-sdk-windows/tools
I get to this command here: cp /data/local/tmp/framework-res.apk /system/framework/
And it tells me its not found. Any ideas what I'm doing wrong or why its not working? Should I just type reboot and retry?