亚行并没有看到电话设备(银河阿波罗)阿波罗、并没有、银河、电话

2023-09-07 09:42:27 作者:教主圣安

我有一个程序,我想测试在一个实际的电话,我一直在试图得到它为三星Galaxy阿波罗。 dosent这款手机似乎是由亚行reconised,所以我已经开始进行调查:

I have an app I want to test on an actual phone and I’ve been trying to get it on to a Samsung Galaxy Apollo. The phone dosent seem to be reconised by adb and so I’ve started to investigate:

我在Windows XP(SP3)PC

I’m running adb on a Windows XP (sp3) PC

驱动程序为我的三星Galaxy阿波罗似乎运行时,手机连接我可以看到(通过设备管理器 - > USB控制器)三星USB复合设备

The driver for my Samsung Galaxy Apollo seems to be running when the phone is connected I can see (via device manager->USB controllers) SAMSUNG USB Composite Device

手机处于调试模式,在手机上我有2个通知有关USB:USB调试连接和USB连接

The Phone is in debugging mode, on the phone I have 2 Notifications about the USB: "USB debugging connected" and "USB connected"

的USB驱动程序PC来自三星官方网站的发展,并通过文件SAMSUNG_USB_Driver_for_Mobile_Phones.exe安装。

The USB driver for the PC came from Samsung official development site and was installed via the file SAMSUNG_USB_Driver_for_Mobile_Phones.exe.

我的问题是,当我把ADB设备命令提示符手机没有找到列表是空的。

My problem is that in the command prompt when I put adb devices the phone isn’t found the list is empty.

我一直在寻找一个解决这个问题的2天现在已经经历了很多的事情,试图梳理出来。

I have been searching for a solution to this problem for 2 days now and have been through a lot of things to try and sort it out.

东西: 亚行试图杀死服务器和亚行启动服务器的电话接通后 - 它仍然没有得到看见由亚行

Things I have done: Tried adb kill-server and adb start-server after the phone is connected – it still doesn’t get seen by adb

我已经通过运行附带的驱动程序卸载程序卸载USB驱动程序。然后我重新安装了驱动程序 - 它仍然没有得到看见由亚行

I have uninstalled the usb driver by running the uninstall program that came with the driver. Then I reinstalled the drivers – it still doesn’t get seen by adb

我已经卸载通过设备管理器的驱动程序,然后pluged的(USB)电话和供电,并让司机当PC检测到新硬件(它安装pviously安装在同一个驱动器$ P $)自动安装 - 它仍然没有得到看见由亚行

I have uninstalled the driver via device manager then pluged the phone in (USB) and powered it and allowed the driver to automatically install when the PC detects new hardware (it installs the same drivers previously installed) – it still doesn’t get seen by adb

我没有在我的/user/.android文件夹中的adb_usb.ini文件,但我不知道这是一个古老的东西还是非窗口的事情。反正我在0x04e8创建了一个具有一行。停止了亚行服务器并重新启动它再这样没有效果。

I didnt have a "adb_usb.ini" file in my /user/.android folder but I’m not sure if this is an old thing or a non windows thing. Anyway I created one with one line in with 0x04e8. Stopped the adb server and restarted it again this had no effect.

谁能帮助?我的地步,我不知道自己还能做些什么。

Can anyone help? I'm to the point where I don't know what else to do

推荐答案

我已经找到了问题,它原来是三星手机固件问题。

I have found the problem and it turns out to be a firmware problem with Samsung phones.

如果你发现你有这样的问题,从这里是砂金。

If you find you have this problem the advice from here is gold dust.

现在的问题是,手机一些如何改变USB模式在我的情况下,UART改变了向现代PDA代替。有一次,我改变了这种模式回PDA,它的所有工作。

The problem is that the phone some how changes USB mode in my case the UART had changed to modem instead of PDA. Once I changed this mode back to PDA it all worked.

要访问此USB模式设置,您必须拨*#7284#,这带来了一个实用的屏幕有2段UART和USB两种必须设置为PDA。该建议是,即使都设定为PDA再从PDA和回PDA设置。

To access this USB mode setting you must dial *#7284#, this brings up a utility screen which has 2 sections UART and USB both must be set to PDA. The advice is that even if both are set to PDA then set them from PDA and back to PDA.

这样做后我插入我的手机到PC的USB,我​​得到了亚行的设备出现亚行界面中的控制面板 - >系统 - >硬件 - >设备管理器,该设备显示在输入ADB设备时, Android SDK中显示,亚行现在可以看到我的设备的平台工具目录。

After doing this I plugged my phone into the PC USB and I get a ADB device appear ADB Interface in "control panel->system->hardware->Device Manager" and the device shows up when typing "adb devices" in the platform-tools directory of the android sdk showing that adb can now see my device.

然而,这种解决方案只能是最后的手段为Anass指出,确保USB调试开启且正确的USB驱动程序安装诉诸这之前。

However this solution should only be a last resort as Anass points out make sure USB debugging is turned on and that the correct USB drivers are installed before resorting to this.