Contact problems

juhde

Droid X Rescue Squad
Premium Member
Rescue Squad
Joined
May 4, 2010
Messages
420
Reaction score
3
Location
New Mexico
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
 

juhde

Droid X Rescue Squad
Premium Member
Rescue Squad
Joined
May 4, 2010
Messages
420
Reaction score
3
Location
New Mexico
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
 
OP
A

armopride07

Member
Joined
Nov 20, 2010
Messages
163
Reaction score
0
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
 
OP
A

armopride07

Member
Joined
Nov 20, 2010
Messages
163
Reaction score
0
wow that looks really complicated. i'll try it out. thanks =]
 
OP
A

armopride07

Member
Joined
Nov 20, 2010
Messages
163
Reaction score
0
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
 

juhde

Droid X Rescue Squad
Premium Member
Rescue Squad
Joined
May 4, 2010
Messages
420
Reaction score
3
Location
New Mexico
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
 

juhde

Droid X Rescue Squad
Premium Member
Rescue Squad
Joined
May 4, 2010
Messages
420
Reaction score
3
Location
New Mexico
I just edited above post.

Sent from my DROID X2
 
OP
A

armopride07

Member
Joined
Nov 20, 2010
Messages
163
Reaction score
0
by navigate you mean in a separate window to find out where the file is right?
 

juhde

Droid X Rescue Squad
Premium Member
Rescue Squad
Joined
May 4, 2010
Messages
420
Reaction score
3
Location
New Mexico
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
 
OP
A

armopride07

Member
Joined
Nov 20, 2010
Messages
163
Reaction score
0
o yea thats right. aright i'll try it out and report back.

thanks for all your help by the way.:)
 

juhde

Droid X Rescue Squad
Premium Member
Rescue Squad
Joined
May 4, 2010
Messages
420
Reaction score
3
Location
New Mexico
o yea thats right. aright i'll try it out and report back.

thanks for all your help by the way.:)

You're welcome. I had to figure out adb myself, remember google is your friend.

Sent from my DROID X2
 
Top