No problems to transfer files with some extensions like .jpg
via bluetooth.
But for files with majority of other suffixes (e. g. .avi
, .apk
) I have first rename them, then transfer them and finally on the target device rename it back:
name.apk ---> name.jpg ----- bluetooth transfer ----> name.jpg ---> name.apk
Is there any more simple way to do it?
(For example from Adroid 5.0 to Android 2.2.)