This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
im still having some major problems with it. whenever i open ADB it opens up a dialog box, a whole bunch of stuff runs, and it goes away. i'm so confused. i think ima just wait for the SBF
You don't "open" adb, you run it as part of a command line prompt.
Open command line in windows
Navigate to you sdk tools folder (where adb is located)
Type the following commands:
adb shell
su
sysrw
exit
exit
adb remount
adb push (where ever the file is located on your hard drive) /system/app
Do it again for the second file
adb sync
adb reboot