this post was submitted on 21 Jul 2023
130 points (99.2% liked)

Android

17473 readers
196 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

πŸ”—Universal Link: !android@lemdro.id


πŸ’‘Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: !askandroid@lemdro.id

For fresh communities, lemmy apps, and instance updates: !lemdroid@lemdro.id

πŸ’¬Matrix Chat

πŸ’¬Telegram channels / chats

πŸ“°Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to !askandroid@lemdro.id.

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to !androidmemes@lemdro.id.

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 1 year ago
MODERATORS
 

I was getting tired of the mtp throwing errors half the time, the directories loading two minutes (not exagerating), the copying taking taking hour, so i said screw it and made my own file transferer that uses ADB, which doesnt rely on the slow as MTP. I made it primarily for myself, but since i already made it why not share it :D
From my testing (over USB 2.0) of copying 8.4GB pictures folder, with my app it took 4m08s, approx 286Mbits/s. With MTP, it was showing it will take hour and 3/4, aprox 10Mbits/s
https://github.com/T0biasCZe/AdbFileManager/releases

edit: To go up a directory, double click the list header!

changelog v1.1:

  • Added ability to go above /sdcard/,

  • added text to double click header to go up

  • added pc2android copying

Video:

top 22 comments
sorted by: hot top controversial new old
[–] Unquote0270@programming.dev 13 points 1 year ago* (last edited 1 year ago) (4 children)

This will be amazing if it works, I've been frustrated with mtp for so many years. Thanks for posting about it.

Edit: Windows only FFS. Guess I'll look at using adb itself as someone else mentioned here.

[–] ijeff@lemdro.id 14 points 1 year ago (1 children)

I love KDE Connect and I don't even use KDE. Automatic pausing of media playback when someone calls is magic

[–] azuth@lemmy.world 5 points 1 year ago (1 children)

There is adb-sync which I tried and it works great. There are also related tools linked there but I haven't used them.

[–] thanevim@kbin.social 2 points 1 year ago

Pardon my off-topic reply, kbin lacks a Save function. Saved!

[–] jdaxe@infosec.pub 3 points 1 year ago

I just use cx file explorer, then I can mount my Linux PC using sshfs and transferring files is quite fast

Once you have adb installed, you can just adb pull FILE to get a file from your device to your PC, or adb push SOURCE DEST to move it to the phone, not perfect since it's command line only though...

You can also use adb shell to get a standard UNIX shell on the phone

[–] donio@lemmy.world 11 points 1 year ago

I often use just plain old CLI adb push/pull. For Emacs users the built-in tramp-adb support is neat, you can use dired and other Emacs operations as if it was a local filesystem. I also run sshd in termux so scp and rsync are very handy too. Even sshfs mounts work but I use that less frequently.

[–] Teknikal@lemmy.world 8 points 1 year ago

Mtp is an awful protocol I switched to just using WiFi transfers when Google got rid of the normal mass storage.

[–] gelberhut@lemdro.id 6 points 1 year ago (3 children)

Near by share by Google works fast (over WiFi).

[–] Moonrise2473@feddit.it 3 points 1 year ago (1 children)

Yes, but after the 3-4 minutes that I need to spend to let the computer see the phone and vice versa

[–] gelberhut@lemdro.id 2 points 1 year ago

Not my experience. For me works immediately.

[–] ijeff@lemdro.id 3 points 1 year ago* (last edited 1 year ago) (1 children)

It's not working for me with my Windows 11 PC and Galaxy S23 Ultra. They can detect each other but just won't send.

[–] gelberhut@lemdro.id 2 points 1 year ago (1 children)

Windows 11 and s21 - works great. One need to enable Bluetooth on pc, though.

[–] ijeff@lemdro.id 1 points 1 year ago

Pretty strange. It's definitely enabled for me.

[–] GamerBoy705@lemmy.world 3 points 1 year ago (2 children)

I heard it was released for Windows, how well does it work? I might ditch the Samsung Link to Windows app then

[–] Carighan@lemmy.world 3 points 1 year ago

For me it doesn't work at all. It keeps losing the phone, unable to find it. I suspect it's some network rule or something with my custom DNS, but I cannot find specifically what it is.

[–] gelberhut@lemdro.id 2 points 1 year ago

It works pretty well for me. But it can transfer files only, I think link has other features as well.

[–] Semmelstulle@feddit.de 3 points 1 year ago* (last edited 1 year ago)

I do not know any C but I'll definitely try and fail compiling this for macOS because my Switch only connects to Android File Transfer and not to OpenMTP.

Edit: oh no, the Switch doesn't even support ADB because it's running its own thing.

Edit 2: btw why is it that some very specific modding tools are NEVER compiled for everything else but Windows? Of course I can always fire up a VM, but to me Windows is on the same level on my shit list as u/spez.

Does it also support wireless adb?

[–] node815@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

I don't really want to be a critic of this, but to my eyes,with the video sped up for the copy process it seems fake. I'd love to see a realtime video of this instead.

[–] YellowtoOrange@lemmy.world -4 points 1 year ago

This looks great, thanks!

load more comments
view more: next β€Ί