Droid 2 Global Help

s66auto

New Member
Joined
Dec 19, 2012
Messages
5
Reaction score
0
[video=youtube;Z8Q_lNIuOEE]http://www.youtube.com/watch?v=Z8Q_lNIuOEE[/video]

We will go from there. Please respond, thank you!
 

themib

Senior Member
Joined
Mar 7, 2011
Messages
1,414
Reaction score
27
Location
South Dakota
Current Phone Model
Droid 4 (XT894)
you can do a system pull, with adb.exe, if you have usb debugging on

I think your digitizer is bad, can be replaced, but you have to take phone completely apart
Motorola Droid 2 Global A956 Touch Screen Digitizer Replacement
Motorola Droid 2 A955 Repair Guide same as D2G

but you could try wiping cache in android recovery, no data will be lost
read about recovery Droid Wiki: SBF, Recovery, CWM info

info in my list
sd_shadow's [Collection] of Links: FAQs, Guides, Rooting, SBFs, ROMs... - Google Docs

more on adb
may need to be rooted, which is fine, that is done in charge mode and usb debugging on
which system version would be helpful, 4.5.629 or 4.5.608

adb basics
download adb-fastboot.zip http://www.mediafire.com/?ic6v5a57ci5acd6
move to it's own folder like c:root
unzip with 7 Zip
open a command prompt (start/programs/accessories )
type
cd/ (enter)
cd c:root (enter)


adb pull <path to file on device> <file name for computer>or adb -s [yourdeviceserialnumberhere] pull /system /somedirectoryonyourmachine

I haven't use adb much so read
http://www.droidforums.net/forum/droid-hacks/6865-how-use-adb-all-commands-options.html
Basic ADB commands

 
Top