Software Archive
Read-only legacy content
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 토론

USB debugging for Intel XOLO

Kishor_D_
새로운 기여자 I
9,313 조회수
We are developing app for Xolo. We are trying to USB debug the app using Xolo, but Eclipse is not detecting Xolo as a device. We have installed Intel USB drivers. Please help.
0 포인트
1 솔루션
Anvesh_K_
초보자
9,314 조회수

I think how it how can be done, Kishore, I understand your frustration

1. Install 1.1.4 drivers.

2. Connect mobile, Open device manager, it shows "Android Phone" with exclamatory mark!

3.Right click and open properties.Go to Details tab. In "property" select hardware id's. Remember the VID and PID. Xolo's VID for mine is 1D91, and my PID is AABC.

4. Open the intel drivers folder in program files. and open the *.ini file, replace VID 8087 (this is for Orange San Diego, intel needs to change that) with your VID, and also your PID.

5. You need to save those files, with admin previliges its possible.

6. Now remove and connect Mobile. Go to device manager. You may or may not see any changes. Right click and click update. Select Browse from my computer, and then Let me pick, you'll have 3 options "ADB", "Bootloader", "Composite", choose according to your use. After the update is success, restart everything.

7. Now possibly the adb devices command may show "List of devices attached" with empty list. If it shows your mobile ID, no problem. If it does'nt, then go to, "C:\Users\user_name\.android" folder, create a file named "adb_usb.ini" and type and save "0x1D91" in that file. it is the VID in hex . If you have a different VID use it.

8. I believe you then will be able to use your mobile in debugging. I did. I hope you do too. If its a success, please contact me.

원본 게시물의 솔루션 보기

0 포인트
36 응답
Anvesh_K_
초보자
9,315 조회수

I think how it how can be done, Kishore, I understand your frustration

1. Install 1.1.4 drivers.

2. Connect mobile, Open device manager, it shows "Android Phone" with exclamatory mark!

3.Right click and open properties.Go to Details tab. In "property" select hardware id's. Remember the VID and PID. Xolo's VID for mine is 1D91, and my PID is AABC.

4. Open the intel drivers folder in program files. and open the *.ini file, replace VID 8087 (this is for Orange San Diego, intel needs to change that) with your VID, and also your PID.

5. You need to save those files, with admin previliges its possible.

6. Now remove and connect Mobile. Go to device manager. You may or may not see any changes. Right click and click update. Select Browse from my computer, and then Let me pick, you'll have 3 options "ADB", "Bootloader", "Composite", choose according to your use. After the update is success, restart everything.

7. Now possibly the adb devices command may show "List of devices attached" with empty list. If it shows your mobile ID, no problem. If it does'nt, then go to, "C:\Users\user_name\.android" folder, create a file named "adb_usb.ini" and type and save "0x1D91" in that file. it is the VID in hex . If you have a different VID use it.

8. I believe you then will be able to use your mobile in debugging. I did. I hope you do too. If its a success, please contact me.

0 포인트
Kishor_D_
새로운 기여자 I
4,216 조회수

Hi Anvesh K.,

Thanks for your reply.

I installed 1.1.4 drivers.

I updated *.ini files with VID and PID. But when I try to update drivers, it doesn't shows options like "ADB", "Bootloader", "Composite".

Please find attached screen shot.

Thanks,

Kishor

 

0 포인트
Kishor_D_
새로운 기여자 I
4,216 조회수

Hi Anvesh K.,

I installed above drivers. Previously I was having 1.1.3.

Not it's working fine.

Thanks,

Kishor

 

 

0 포인트
JLuna5
새로운 기여자 I
4,216 조회수
Anves K. Nice post!
0 포인트
Jayaraman_S_N
초급자
4,216 조회수

Hello Anvesh K,

  Thank you very much. Worked for me too.

0 포인트
Charis_M_
초급자
4,216 조회수

Anvesh, Kishore, Jayaraman,

Need help...Its heartening to see that you guys have managed to get adb to start, however am facing issues and extremely frustrated that I cant get it to work!!!

Win 7 x64 /Android device drivers 1.1.4/Java jdk1.8.0_05 and Jre8/Android SDK installer_r23.0.2/ Android SDK Platform tools

Issues that I am facing:

A) Where do you have the "ini" file to change the VIDs and PIDs??? Are we talking about the .inf files in the installation folder? there are 5 of them - android_winusb, gadget_multi, gserial, intelmtp and rndis. Are we looking at changing the VIDS and PIDS in all of them????

B) In Anvesh's post above

Now remove and connect Mobile. Go to device manager. You may or may not see any changes. Right click and click update. Select Browse from my computer, and then Let me pick, you'll have 3 options "ADB", "Bootloader", "Composite", choose according to your use. After the update is success, restart everything.

I only get to see ADB - Boot loader and composite are not available as options.If I try to update the driver by selecting ADB, Windows cant find it on the disk, and insists on installing a Acer I110 ADB Interface as the device driver, which I have deleted.

Where am I going wrong with this? This is extremely frustrating!

Any inputs? Thanks in advance!

 

0 포인트
Anvesh_K_
초보자
4,216 조회수

Charis

I understand your frustration, I went through the phase myself, and there's a lot like us, we even have a group on facebook to discuss our problems. 

 

1. The ini files in the folder, each has a significance. If you only want to use adb, the android_winusb should suffice I believe. But lets say you want to use USB tethering from mobile to PC, then you should also have changed rndis.ini. So I recommend changing the VID and PID's in all of them, leaving the modes (M01, M02 etc) unaltered.

2. If you have only edited 1 or a few lines leaving others as is, then may be these modes are ignored. (Bootloader and Composite). So try changing VID and PID's in all lines. And even if it does not work, adb itself should be sufficient isn't it? Because I for one, cannot access the bootloader of our device and my friends at Facebook too.(beware it has a whole different VID PID set, and also rndis(tethering)mode has its own). 

 

Here is the link to the group at facebook,  https://www.facebook.com/groups/x.910.xolo/

and a screenshot tutorial on how to enable adb.  

https://www.facebook.com/media/set/?set=oa.674635955921765&type=1

 

If time allows me, I will try to create a screencast on this topic.

0 포인트
Anvesh_K_
초보자
4,216 조회수

A link to the video I made.

http://youtu.be/JeSVgyPvSyQ

0 포인트
Kishor_D_
새로운 기여자 I
4,216 조회수

Hi Anvesh,

Very good Work!

Thanks,

Kishor

 

0 포인트
Ehtesham_K_
초급자
4,216 조회수
Can any body tell how to find *.ini folder because it not appearing in my intel android foldr
0 포인트
Ehtesham_K_
초급자
4,216 조회수
Pls help me with procedure to enable usb debugging in my xolo X910 as i want to root it now. Pls each and every step.
0 포인트
Ehtesham_K_
초급자
4,216 조회수
Can anybody give the snapshot of full process for usb dri er install and root of xolo X910
0 포인트
Sanjeet_G_
초급자
4,216 조회수

i have got cracked the screen of my xolo A600....now i am not able to access the phone. i have all of my contacts in the phone memory. now i need to backup my contacts. for this i downloaded xolo a600 pc suit also but it need the USB DEBUGGING enable in my phone option. now please help how could i enable USB DEBUGGING without using screen..thanx

0 포인트
Sanjeet_G_
초급자
4,216 조회수

could someone help me out..will be greatful..

 

0 포인트
Alexander_W_Intel
4,216 조회수

Hi Sanjeet,

I'm not aware how this should possible. The security system does not allow this. 

Did you enabled the Google account on your device? If yes the Contacts most likely are available at the gmail website. Click on contacts there. 

Alex

0 포인트
edo_communication
초급자
4,216 조회수

Alexander Weggerle (Intel) wrote:

Hi,

Do you have USB-Debugging activated? Go to Settings -> Applications -> Development -> USB debugging.

Without that the phone will not be recognized.

Alex

how too write imei android chipset intel atom??? please  help me instruction

0 포인트
응답