I have laid my trusted XT720 to rest (passed it on to the wife
), and got myself the S2.
It seems that Google has changed a lot since the Android 2.x days, in particular there is no more USB_STORAGE mode, only MTP and PTP.
The default Android version being 4.0.3.
This is not playing nice with my Linux box and now I have to figure out how to get the two to make nice, file transfer being the mayor headache atm.
Is there anyone with some Linux experience on the S2?
I have now read you need mtpfuse and mtplib to get the phone to be recognised, got that sorted.
I can mount the phone now (after setting up udev rules and installing the relevant libs), BUT it refuses to create or add files to the phone.
I know I can use WIFI to get what I want, but I cannot leave a thing undone! Anyone with knowledge on how they got their phones to make nice?
It seems that Google has changed a lot since the Android 2.x days, in particular there is no more USB_STORAGE mode, only MTP and PTP.
The default Android version being 4.0.3.
This is not playing nice with my Linux box and now I have to figure out how to get the two to make nice, file transfer being the mayor headache atm.
Is there anyone with some Linux experience on the S2?
I have now read you need mtpfuse and mtplib to get the phone to be recognised, got that sorted.
I can mount the phone now (after setting up udev rules and installing the relevant libs), BUT it refuses to create or add files to the phone.
Code:
mkdir /media/Galaxy
mtpfs -o allow_other /media/Galaxy/
sudo mkdir /media/Galaxy/Phone/Music/Ringtones
mkdir: cannot create directory ‘/media/Galaxy/Phone/Music/Ringtones’: No such file or directory
I know I can use WIFI to get what I want, but I cannot leave a thing undone! Anyone with knowledge on how they got their phones to make nice?