|
2008-12-19
, 17:11
|
|
Posts: 2,361 |
Thanked: 3,746 times |
Joined on Dec 2007
@ Berlin - Love this city!!
|
#3
|
|
2008-12-19
, 18:04
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#4
|
|
2008-12-19
, 19:01
|
|
Posts: 48 |
Thanked: 10 times |
Joined on Jun 2008
@ Oulu, Finland
|
#5
|
|
2008-12-19
, 21:03
|
Posts: 12 |
Thanked: 23 times |
Joined on Jul 2008
|
#6
|
I'm still having trouble with the adb.
I did just what the instructions said, and it still doesn't work.
Trying to run sudo ./adb devices but it just doesn't show my NIT...
Should the NIT show something on the screen when you plug the USB?
355 // Google's USB Vendor ID 356 #define VENDOR_ID_GOOGLE 0x18d1 357 // HTC's USB Vendor ID 358 #define VENDOR_ID_HTC 0x0bb4 359 360 // products for VENDOR_ID_GOOGLE 361 #define PRODUCT_ID_SOONER 0xd00d // Sooner bootloader 362 #define PRODUCT_ID_SOONER_COMP 0xdeed // Sooner composite device 363 364 // products for VENDOR_ID_HTC 365 #define PRODUCT_ID_DREAM 0x0c01 // Dream bootloader 366 #define PRODUCT_ID_DREAM_COMP 0x0c02 // Dream composite device
|
2008-12-19
, 21:50
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#7
|
adb install XXX.apk
|
2008-12-19
, 22:20
|
Posts: 12 |
Thanked: 23 times |
Joined on Jul 2008
|
#8
|
+#define DRIVER_VENDOR_ID 0x18D1 +#define DRIVER_PRODUCT_ID 0x0001
|
2008-12-19
, 22:27
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#9
|
To check that adb can talk to your tablet, run
You can use adb for lots of things other than loading apps. For example, to start a root shell on the tablet use the command:
So, where can we find more apps? I'd really like to find a native multiprotocol IM app, as the one provided with Android doesn't seem to work on my tablet (I can't find a way to add accounts) and Meebo is actually using an HTTP proxy service rather than talking to the IM servers directly. Is there a way to get apps from the marketplace without using the app shipped with the G1?
Thanks to gowen, maxkilla, and jcl for info I've summarized here.