Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
pegasus21 said:I got the pid/vid from some post somewhere... i think it was receptor's blog but you can easily look up the info from the device manager. Under the device's properties (even for unknown devices) check the 3rd tab where there's the info on the hardware.
Rastaman-FB said:Why are you using donut sdk when galaxy is on cupcake?
Why are you using donut sdk when galaxy is on cupcake?
Yeah, that's how I got the ADB info. I couldn't see it for fastboot though, all it came back with was "Android 1.0". Maybe just a timing issue?
I wasn't using the SDK, just installing it to extract the driver from it. I figured, latest SDK = latest driver set. The SDK version is irrelevant (and if you're really concerned, it contains dev tools for both 1.5 and 1.6 anyway).
the sdk is relevent as 1.6 does not have any android test drivers and the device does not get recognised by ADB i spent the best part of an 1hr messing around with all the drivers to work this out
i had this exact problem, you have about 10-15 seconds to link the android 1 device to the \android-sdk-windows-1.5_r3\usb_driver\amd64 or
\android-sdk-windows-1.5_r3\usb_driver\x86 and choose adb test
Ok I've changed my adb driver to the one that comes with odin, but I'm still getting "error: device not found". Any other ideas?
adb with odin?
if its adb? just use the test ones i mentioned before within the usb drivers for 1.5 r3
so go into device manager and uninstall the android device/interface driver, unplug and reconnect the device
point the device driver wizard to the location of the android_usb.inf depending on your os type and pick the adv test interface.
adb will now be able to talk to the device when device is turned on
i noticed that if i am in recovery mode i have to unplug and replug the usb in order for adb to take the status from offline to ready
. Thats for the help Raster.this thread should actually be stickied

It is possible. Just find a way to rebuild the tar archive used in the odin flashing process and swap out recovery. While you're at it, you could also learn how to pre-root your kernel image. Not a straightforward process but you'll be able to do it for any new image that is released.
8. Remount the mount points with read/write access by typing into the command line "adb remount"
9. Once successful, upload busybox "adb push busybox /system/bin/busybox"
10. Set busybox to executable with "adb shell chmod 4755 /system/bin/busybox"
11. Next remove the cp command "adb shell rm /system/bin/cp"
12. Relink cp to busybox "adb shell ln -s /system/bin/busybox /system/bin/cp"
13. Optional: Install the other commands in busybox. "adb shell /system/bin/busybox --install -s /system/bin"
That's it. You now have a working su (root), superuser app installed to manage access to su and busybox for those who go through with steps 8-12/13.
i noticed that when i did these steps it does not give confirmation of command being acceptedDid you use the adb driver from odin?
Did you use the adb driver from odin?