this post was submitted on 19 Aug 2025
630 points (96.6% liked)

Android

31742 readers
393 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 2 years ago
MODERATORS
 

Update 1

I see a framerate/refresh rate bug that occasionally locks the framerate at a low value upon unlock. Fixing it requires a lock/unlock cycle.

you are viewing a single comment's thread
view the rest of the comments
[–] python@lemmy.world 13 points 2 weeks ago (3 children)

Was the downgrade to USB-C 2.0 noticeable to you so far? As in, with the slower data transfer speed or lack of Display output?

It's the main reason why I ended up going with a Pixel 9 pro instead of Fairphone 6 when getting a new phone a few months ago

[–] lightrush@lemmy.ca 35 points 2 weeks ago

I haven't used my phone's USB port for anything but charging for at least over a decade so I hadn't even checked the port speed before or after buying.

[–] DeathByBigSad@sh.itjust.works 6 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

Wait wtf. This kills transfer speeds to portable SSDs.

Lame-ass decision, welp, never considering a fairphone untill they start making better decisions.

[–] normalexit@lemmy.world 16 points 2 weeks ago (2 children)

What is the use-case for fast USB transfer to/from a smart phone?

Are you using your phone as a computing platform / data transfer device? Just honestly curious why this is a showstopper for you.

[–] python@lemmy.world 1 points 2 weeks ago

I back up my important images to an external SSD because I don't want to rely on cloud backup, plus I shuffle around quite a few audiobooks, game roms and ebook collections from time to time. Having faster speeds with that does add up.

I also use Desktop mode quite a lot (my previous phone was a Moto G100 so it had Moto Ready For) and now that a universal Desktop mode is announced for Android 16 I would be quite annoyed if I couldn't use it just due to hardware limitation. The current Desktop mode preview on GrapheneOS isn't 100% functional yet either, but at least I know that I will get it working eventually 😄

[–] DeathByBigSad@sh.itjust.works -5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I use my phone as my main computer.

In fact, most people don't really have a desktop/laptop computer anymore, its just their one smartphone

[–] elucubra@sopuli.xyz 8 points 2 weeks ago

Most people? Where do you live? Somewhere in the remote African hinterland? (No disrespect) I’m having a hard time thinking of someone I know who doesn’t have a computer.

[–] carrylex@lemmy.world 12 points 2 weeks ago (1 children)

This kills transfer speeds to portable SSDs.

How many people transfer files from a phone to a portable SSD? Not that many. That's also probably why the feature was cut in the first place.

Fun Fact: The FP5 (predecessor) has USB3 but it's effectively useless for file transfer as the internal storage has USB2 like speeds.

[–] viking@infosec.pub 1 points 2 weeks ago

I do that regularly, with internal storage of 512 GB and higher, write speed to external devices is not unimportant at the very least.

Though with wifi 6 and higher you can get a decent throughput via ftp as well.

[–] Strawberry@lemmy.blahaj.zone 7 points 2 weeks ago (1 children)
[–] user224@lemmy.sdf.org 3 points 2 weeks ago

And even just regular file transfers. I got used to passing files over KDE Connect because fucking WiFi is faster than the USB 2.0 on my phone.

Unfortunately, only works with the "Share" or "Send to" rather than file browser which for some reason caps out at 5MB/s.

[–] HurlingDurling@lemmy.world 3 points 2 weeks ago

I mean, you'll be able to upgrade the usb port later, but I get your issue.

[–] Hadriscus@jlai.lu 5 points 2 weeks ago (1 children)

USB 2 ? no way. My camera backups would take weeks on USB 2 speeds. Probably faster over local network

[–] Tangent5280@lemmy.world 2 points 2 weeks ago (1 children)

You do data transfer over USB? The only time I've connected the usb cable to transfer data is to mess around with adb.

Try LocalSend, its pretty amazing. There are several alternatives too if it isn't to your liking.

[–] Hadriscus@jlai.lu 2 points 2 weeks ago (1 children)

I do use it ! but never tried to benchmark it compared to usb. It just might be faster

[–] Lifter@discuss.tchncs.de 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

The trick is to automate the transfer so that there is never that much to transfer. Transfer speed doesn't matter as much then.

[–] Hadriscus@jlai.lu 1 points 2 weeks ago (1 children)

Ah, I don't know how to do that. How would you go about it ?

[–] Lifter@discuss.tchncs.de 1 points 2 weeks ago (1 children)

I was speaking in general terms. Cloud storage is one solution. You photos are usually automatically uploaded. The most convenient solution for Android is probably Google Photos.

I use Syncthing, which can be setup on the Camera folder and only enabled when on wifi and power. Every night, my new photos are uploaded to a file server at home and then spread to all other devices.

Syncthing can also be setup to remove files from any device, just like how Dropbox and other such cloud storage services work. You can use this to keep the phone clean by moving the files out of the synced Camera folder on any other device. In my case, I also have a way larger Photos folder which will only sync to devices with more storage.

When the phone storage is staring to fill, I clean up/edit the new photos in the Camera folder - on a desktop computer - and then move them over.

Don't forget to also backup your files! If you make a mistake on one device, you may wipe the files on all devices 😱

[–] Hadriscus@jlai.lu 1 points 2 weeks ago* (last edited 2 weeks ago)

I will look into Syncthing thank you. Yes I have twice-redundant backups for my work already so I will do the same for this. I need to take a weekend at some point to set this up. Cheers !!