I will try this on my Novo Venus later. Thanks for sharing this. 
Sent from my Novo7 Venus using Tapatalk HD
Sent from my Novo7 Venus using Tapatalk HD
Hi I managed to install ADB driver, it works for me on Win 7. Thanks a lot.Made for Crystal 2 but should work in other devices too...![]()
http://yadi.sk/d/54lX5c2O386XU
Added the vendor/product ids to the inf file and a batch file that adds
vendor id to %USERPROFILE%/.android/adb_usb.ini
The other batch file can be used to remove the old crap from the registry.
tried using this driver for my ainol novo 7 venus/fusion bolt but got this error. any suggestions?Made for Crystal 2 but should work in other devices too...![]()
http://yadi.sk/d/54lX5c2O386XU
Added the vendor/product ids to the inf file and a batch file that adds
vendor id to %USERPROFILE%/.android/adb_usb.ini
The other batch file can be used to remove the old crap from the registry.
That's because it's inf file is modified for our devices.tried using this driver for my ainol novo 7 venus/fusion bolt but got this error. any suggestions?
plz explain in details as im new to android i got ainol novo7 Venus and i can not connect to pcMade for Crystal 2 but should work in other devices too... 8)
http://yadi.sk/d/54lX5c2O386XU
Added the vendor/product ids to the inf file and a batch file that adds
vendor id to %USERPROFILE%/.android/adb_usb.ini
The other batch file can be used to remove the old crap from the registry.
You probably have solved it long time ago but for others...Works ok for me under Windows XP but I can't get adb acess on Linux
The device is detected by lsusb, and I have added the vendor at udev config.
$ lsusb
Bus 007 Device 003: ID 10d6:0c02 Actions Semiconductor Co., Ltd
/etc/udev/rules.d/99-android.rules
#Actions Semiconductor
SUBSYSTEM=="usb", ATTR{idVendor}=="10d6", MODE="0664", GROUP="plugdev"
adb not detect the device...
[email protected]:/home/Carlos# adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
Any idea?