Under your settings > applications > development
make sure USB debugging is checked.
Does
adb devices
Show anything? If not, type
adb kill-server
adb start-server
And see if it recognizes it.
Or just download droidmod from the market and install your choice of ROMs.
Clear anything in your superuser app. Reconnect your phone, enter adb shell, type su, press allow on your phone. Now what's it say?
YES, debugged is checked
adb devices? where can i see if they r showing anything?
i typed
adb kill-server
adb start-server
and it appeared to recognize
enter adb shell, type su, press allow on your phone. Now what's it say?
it says #
custom recovery :
here is whats going on
reboot recoveryMicrosoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\steven>cd C:\Documents and Settings\steven\Desktop\and
roid-sdk-windows\tools
C:\Documents and Settings\steven\Desktop\android-sdk-windows\tools>adb shell
$ dd if=/sdcard/flash_image of=/data/local/flash_image
dd if=/sdcard/flash_image of=/data/local/flash_image
/sdcard/flash_image: cannot open for read: Permission denied
$ chmod 755 /data/local/flash_image
chmod 755 /data/local/flash_image
$ rm /sdcard/flash_image
rm /sdcard/flash_image
rm failed for /sdcard/flash_image, Permission denied
$ su
su
# /data/local/flash_image recovery /sdcard/recovery-0.99.2b.img
/data/local/flash_image recovery /sdcard/recovery-0.99.2b.img
error opening /sdcard/recovery-0.99.2b.img: No such file or directory
# mount -o remount,rw /dev/null /system
mount -o remount,rw /dev/null /system
# mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak
mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak
failed on '/system/recovery-from-boot.p' - No such file or directory
# reboot recovery
reboot recovery
C:\Documents and Settings\steven\Desktop\android-sdk-windows\tools>