I connected my Android phone and can't see it in file explorer.

11 replies [Last post]
pogiako12345
Offline
Joined: 07/11/2014

I want to snyc my music.

Chris

I am a member!

Offline
Joined: 04/23/2011

You may want to check out Replicant. It's a free android replacement. Android is not free. That said if you can't sync your phone you may be able to utilize a microsd card reader instead.

davidnotcoulthard (not verified)
davidnotcoulthard

Has your phone got an option (usually accessible through notifications on mine) to either only recharge the phone with the USB connection or to make the phone treat itself as a storage dive?

pogiako12345
Offline
Joined: 07/11/2014

Yup, and can't even do it with my default option which is the latter. Perhaps I should look into Replicant. But am can I reinstall Android again when shit happens?

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

You first need to see if Replicant supports your phone: http://redmine.replicant.us/projects/replicant/wiki#Replicant-Status

If not, install CyanogenMod (without the Google Apps) and F-Droid (a free software repository): http://beta.download.cyanogenmod.org/install

CyanogenMod does include proprietary drivers but it is still much better than the Android OS you got in the first place. For more information: https://fsfe.org/campaigns/android/android.en.html

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

In "Settings", choose "USB utilities" and select "Connect Storage to PC". You can also connect on Bluetooth (assuming your computer has Bluetooth).

With Android 4.0 or later, you need Go-mtpfs and its dependencies (which include a recent version of libmtp9... and maybe more to hunt down!).

For the the x86 architecture:

For the the amd64 architecture:

You can know your architecture by executing the 'arch' command in a terminal.

pogiako12345
Offline
Joined: 07/11/2014

Ugh, they don't have one yet for me, LG-P880 -_-

smiley
Offline
Joined: 06/19/2013

You could try go-mtpfs to see if that helps to make your phone visible in the file system.

pogiako12345
Offline
Joined: 07/11/2014

Can't find it in repos.

smiley
Offline
Joined: 06/19/2013

This is in a third party ppa. The instructions were geared towards Ubuntu 12.10. I got this working on a Sony xperia.

http://www.webupd8.org/2012/12/how-to-mount-android-40-ubuntu-go-mtpfs.html

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

That "howto" proposes to add a PPA that probably contains non-free software. That is why I instead suggested to only download the necessary .deb from it (Go-mtpfs is free software).

However, I believe the PPA Abhishek found is a better source. It only proposes the necessary software as developed by the GNOME project.

Abhishek
Offline
Joined: 07/22/2014

I think it would be better if you try out gnome virtual file system.
There is a ppa for that.
The process is below.

add-apt-repository ppa:langdalepl/gvfs-mtp
apt-get update

Next when you run apt-get upgrade, gvfs-mtp will get installed as well.
Reboot after upgrading.
This works properly like any other file system partition.
You can view your phone directory structure using this.
I use this for my Nexus 4 to mount this.
This works for trisquel 6 (based on ubuntu 12.04 versions)
Hope this helps.