I am having an issue with ADB constantly crashing.
I do have another ADB in the path but have jiggled things around by removing that ADB or the ADB in MPE folder and the same happens.
ADB in itself doesn't give me this issue if I call it from another program, the command line or from a Python script. It only happens when MPE calls it.
I have tried various versions of ADB as well but the same issue persists with MPE.
I also downgraded MPE on the PC and upgraded MPE Client on the phone (to the Beta version due to the recent crashing issue) but no luck with ADB again.
Is this to do with the way MPE calls ADB given it only happens when using MPE?
Wifi works fine but I prefer USB.
Any one have a suggestion as to what could be going wrong?
ADB Issues!
-
cRunchy Nuts
- Beiträge: 3
- Registriert: Mi 24. Jul 2024, 01:04
I found a solution :)
...
After looking around I saw some one mention Tweaks in MyPhoneExplorer which mentions hard coding the ADB Path.
Well it didn't work for ADB in the MPE folder (it still crashes) but for some weird reason works when I hard code the path based ADB!
Anyway in the [Main] section of MPE's general.ini I added:
It works for now as a work around so I am happy with that.
Thumbs up for MPE
After looking around I saw some one mention Tweaks in MyPhoneExplorer which mentions hard coding the ADB Path.
Well it didn't work for ADB in the MPE folder (it still crashes) but for some weird reason works when I hard code the path based ADB!
Anyway in the [Main] section of MPE's general.ini I added:
Code: Alles auswählen
AdbPath=c:\_Programming\Python\adb.exeThumbs up for MPE