View Single Post
Old 12-27-2010, 09:23 AM   #31
hiaig
Addict
hiaig has a complete set of Star Wars action figures.hiaig has a complete set of Star Wars action figures.hiaig has a complete set of Star Wars action figures.hiaig has a complete set of Star Wars action figures.hiaig has a complete set of Star Wars action figures.
 
Posts: 292
Karma: 428
Join Date: Mar 2010
Location: Toronto, Canada
Device: jetbook and PocketBook IQ
I followed the instructions but still could not sign onto the gtalk. I will have another look later on today or tomorrow.

Katzki,

Place the IQ_gapps folder in the the ADB's "platform-tools" folder.

If you use windoze, use the red command to copy the folder to the device. That works for me:

adb push IQ_gapps /system instead of adb shell /***** /system

aceflor,

Took me a while to figure out the usb_drivers too. This works for me on Windoze 7. I am assuming you are using the Nook Colour usb_driver.

Hook up your IQ

Start > Right click Computer > Device Manager

Do you see ADB Android device or something like that with an exclamation mark?

If you do, Right click that device

Go to Details tab
Under property, change from "Device Description" to "Hardware Ids"

You will see two lines. For me they are:

USB\VID_18D1&PID_B004&MI_01
USB\VID_18D1&PID_B004&REV_0224&MI_01

Copy the two lines that you see into a notepad for later.

Now you now need to make changes to 2 files:

1. Open up your "adb_usb.ini" (in your .android folder). You will see:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE. 0x2080

Change the 0x2080 to whatever number you have after VID_from the 2 red lines above. For me it is 0x18D1.

So for me, it would be:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE. 0x18D1

save "adb_usb.ini"

2. Now add these two lines to your android_winusb.inf file (in your usb_driver folder):

I look for the first instance of B & N Nook Color and add the 3 red lines above it:

;PocketBook IQ
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_B004&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_B004&REV_0224&MI_01

;B & N Nook Color
%SingleAdbInterface% = USB_Install, USB\VID_2080&PID_0002
%CompositeAdbInterface% = USB_Install, USB\VID_2080&PID_0002&MI_01

save "adb_usb.ini"

Now you can go back, right click the device and point to the "adb_usb.ini" file to update the driver.

Hope that helps.

Cheers

Last edited by hiaig; 01-04-2011 at 10:43 AM.
hiaig is offline   Reply With Quote