Android Tablets Forum banner
1 - 4 of 4 Posts

· Registered
Joined
·
10 Posts
Discussion Starter · #1 ·
Hi, I'm trying to install an USB Driver for the Ainol Crystal II in Windows 8. I've tried with Adb but I get an error:



I also didn't find any specific driver for this tablet.

Has anyone installed this driver in Windows 8?

Thanks!
 

· Super Moderator
Joined
·
1,154 Posts
grab the adb driver from this thread: http://www.slatedroid.com/topic/70585-adb-drivers/

because the inf file has been edited the driver isn't correctly signed anymore so in win8 you have
to disable the Driver Signature Enforcement before installing: http://www.google.com/search?q=win+8+driver+signature+enforcement

Haven't tested yet, but here is how I understand it

run cmd as admin
bcdedit -set TESTSIGNING ON
reboot
install driver
bcdedit -set TESTSIGNING OFF
reboot

edit: read this too http://msdn.microsoft.com/en-us/library/windows/hardware/ff553484(v=vs.85).aspx
Caution Administrative privileges are required to use BCDEdit to modify BCD. Changing some boot entry options using the BCDEdit /set command could render your computer inoperable. As an alternative, use the System Configuration utility (MSConfig.exe) to change boot settings.
Note Before setting BCDEdit options you might need to disable or suspend BitLocker and Secure Boot on the computer.
 

· Registered
Joined
·
10 Posts
Discussion Starter · #3 ·
Woow! Thanks a lot cxz, that was really great.

Just mention one more step I had to do to make it work. After installing the drivers, adb.exe still wasn't recognizing the tablet.



That was because I forgot to add "0x10d6" to "%USERPROFILE%\.android\adb_usb.ini".



After adding this line and reboot, adb.exe recognized the device, and now it works perfectly.



Thanks again cxz!
 

· Super Moderator
Joined
·
1,154 Posts
That was because I forgot to add "0x10d6" to "%USERPROFILE%\.android\adb_usb.ini".

Thanks again cxz!
Yeah, that's why there is that batch file in that package... don't remember what I say
in the readme but I propbably should make it more clear...

Great that it worked!
 
1 - 4 of 4 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top