What's new
DroidForums.net | Android Forum & News

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!

Contact problems

Honestly I've never had to do this do I'm not really sure. Try doing a search for the extension, gotta be many of them.

Sent from my DROID X2
 
Did some digging for you, it looks like both files go in /system/app

Oh and you need to reboot after copying the files over.

Sent from my DROID X2
 
thanks a lot for your time I really appreciate it.

I found the same thing and both files are in there and after a reboot I still can't view contacts. im outa ideas
 
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

your phone should reboot, you're done.

Make sure you type the entire path.

Example:
adb push C:/dx2files/yahoo.apk /system/app


Sent from my DROID X2
 
No I mean go to that folder in the prompt.

Example:
my command line looks something line this

C:/windows/user/juhde

I would type:

cd C:/sdk/tools

Now I'm where adb is located.

This was all in the post I linked you to.


Sent from my DROID X2
 
Back
Top