Help me please

tb110895

Member
Joined
Oct 11, 2010
Messages
965
Reaction score
0
Location
Philadelphia, PA
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?
 

13th angel

Developer
Developer
Joined
Jan 16, 2011
Messages
2,102
Reaction score
1
Location
Auburn, Alabama
Try putting both sets into quotations, I've had problems like that in the past while trying to move something.

So the line would be like this:
Cp "/data...." "/system..."

Does that make sense?

Sent from my Liberated D2G
 
OP
tb110895

tb110895

Member
Joined
Oct 11, 2010
Messages
965
Reaction score
0
Location
Philadelphia, PA
what do you mean by both sets? like cp "/data/local/tmp/framework/framework-res.apk" then "/system/framework"?
 

13th angel

Developer
Developer
Joined
Jan 16, 2011
Messages
2,102
Reaction score
1
Location
Auburn, Alabama
Yes.... not sure why but sometimes it works like that when the other way wont. Its like that on ubuntu also which makes me think its something in the way linux is set up.

Sent from my Liberated D2G
 

13th angel

Developer
Developer
Joined
Jan 16, 2011
Messages
2,102
Reaction score
1
Location
Auburn, Alabama
should just reboot the phone.... if it does anything different then its a 15 min thing to sbf back.

Sent from my Liberated D2G
 

13th angel

Developer
Developer
Joined
Jan 16, 2011
Messages
2,102
Reaction score
1
Location
Auburn, Alabama
Just missing a framework wouldn't truly brick it..... the only way I know of to really brick one of these is to mess with the bootloader.

Still want to know how p3 managed to brick a dev phone a while ago though (was d2 or d2g, don't remember which anymore)..... sorry for offtopic lol

Sent from my Liberated D2G
 

13th angel

Developer
Developer
Joined
Jan 16, 2011
Messages
2,102
Reaction score
1
Location
Auburn, Alabama
Wouldn't surprise me...... I've heard of sbf's freezing, someone unplugging, then redoing and it not bricking though.

Sent from my Liberated D2G
 
OP
tb110895

tb110895

Member
Joined
Oct 11, 2010
Messages
965
Reaction score
0
Location
Philadelphia, PA
Thats nice to know if my sbf ever freezes or something. Well I'm good to go, about to install gingerbread, or maybe I'll wait for liberty 2.0 or whatever its called
 
Top