I am trying to backup my FP2 data on my computer (Windows 8) with MyPhoneExplorer using an USB connection (in order to avoid Google Play).
Sadly MPE doesn’t seem to recognize the FP.
On their website MPE doesn’t specifically list FP among the supported devices, but browsing through this forum I get the impression many people use it successfully.
tried different ways of connecting (charge only, MTP, PTP)
launched MPE, which gives me this error message every time: “Connection to phone could not be established. No device attached to USB”. While the FP shows up fine in Windows explorer.
Does anybody have any suggestions? Thanks in advance!
You can just export them to the internal storage, there are a couple of apps that can to this (for SMS e.g. “SMS backup + restore”, for contacts I think even the default app can do this, so you don’t need MyPhoneExplorer at all (unless there’s something you didn’t mention of course)
You can download it through Yalp Store (an F-Droid app) without a G00gle-account, but Yalp gets the apk from the Play Store, so… You have to decide if that’s ok for you.
You maybe mean SIM-card. You can import them to the contacts app and then export to your internal storage.
Did you install and start the MyPhoneExplorer Client App on the phone?
Apart from the Play Store you can find the APK in the PC install EXE … just open the EXE file with e.g. 7Zip and extract mpeclient.apk out of it.
… you could just copy it to the phone with the file explorer on the PC and then try to install it with a file explorer on the phone … which might need enabling Apps from unknown sources depending on your phone’s setup.
(Or did you mean PTP, which would be for photos only?)
Else, after …
… you could use the command line to install the APK with adb install mpeclient.apk
assuming adb.exe is available from the path in which you operate the command line, and mpeclient.apk resides in the path in which you operate the command line, else you would have to give the full paths instead, e.g. c:\wherever_adb.exe_is\adb install c:\wherever_mpeclient.apk_is\mpeclient.apk