Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

why is Spice Fire One mifx1 is not detected in app manager/WebIDE for debugging?

more options

i've an alcatel one touch fire phone as well. And it gets detected and I can connect to it via app manager/ webide by default. But this is not the case with Spice Fire One mifx1. When I connect it via USB it is not displayed in App manager or WebIDE. Please help me fix this. I've selected ADB and DevTools option in remote debugging section & disabled phone lock. Still cannot be connected..

i've an alcatel one touch fire phone as well. And it gets detected and I can connect to it via app manager/ webide by default. But this is not the case with Spice Fire One mifx1. When I connect it via USB it is not displayed in App manager or WebIDE. Please help me fix this. I've selected ADB and DevTools option in remote debugging section & disabled phone lock. Still cannot be connected..

모든 댓글 (3)

more options

Please ensure that you have the correct drivers installed for your device and that remote debugging is enabled via settings.

more options

Hi vigneshp,

Please try the following driver - it was given to me by internal teams at Spreadtrum:

It is currently being hosted on my Dropbox, but I'm checking if there's a permanent link available.

Thanks,

- Ralph

more options

ADB Drivers: https://www.dropbox.com/s/97j5umkfj2j2zjh/Spreadtrum-Drivers.7z

Debug Drivers: https://www.dropbox.com/s/j9a06k9elqh4qyt/SCI-android-usb-driver-jungo-v4.7z

Download and install these

Then the VERY IMPORTANT STEP:

Then you will have to tell ADB what phone to use. By that I mean adding the PCI ID to a text file to tell ADB that this peripheral is compatible.

The Spreadtrum PCI ID is 0x1782

add this line to “Your user directory/.android/adb_usb.ini”

for example

C:\Users\Peter\.android\adb_usb.ini

If the file does not exist create it.

Add this Code: 0x1782

Then the phone should work and be detected by your PC:

To test navigate to your Android SDK Directory and run: adb devices

your device should be seen .

I had the same problem and it worked for me .

글쓴이 Martin_Lyngdoh 수정일시