this post was submitted on 18 May 2024
248 points (98.4% liked)

Android

17252 readers
513 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
 

context: the devs of Project Elixir have paid features in their ROM. If you try to bypass it , they will wipe your internal data and esim EDIT: the devs response

you are viewing a single comment's thread
view the rest of the comments
[–] Redjard@lemmy.dbzer0.com 2 points 3 months ago (1 children)

thx and wtf.
How can people even use android without adb shell?

[–] user224@lemmy.sdf.org 0 points 3 months ago (1 children)

What do you use ADB for?

Since adb backup has been deprecated, I don't see much use for it. Only for recent Android versions which disallow installation of apps targeting low API, as that can be bypassed using ADB.
Or maybe for apps like scrcpy.

[–] Redjard@lemmy.dbzer0.com 7 points 3 months ago

I guess adb backup was before my time. I did use adb to transfer my apps when I last restored a twrp backup. In perhaps a similar manner to what that did, going by the name. But I did use adb root for that.

Otherwise, I use it to set a lot of otherwise inaccessible settings, like making the back gesture a lot thinner than intended because my touchscreen can handle it, or forcing 120Hz everywhere. I can also set my dpi there without anoying apps.

And ofc I use it to uninstall system apps I don't need.

After initial setup I do all of that in a root bash session in termux admittedly, but if I hadn't rooted my device I would still want to do most of that using an adb shell, as most of it doesn't require root (besides maybe the restoring backups part).

I also use shell environment to semi-automatically transfer media files for certain processes, though I'll probably move that over to syncrhing at some point.

The main remaining advantage is the ability to automate things on my phone from my pc, I don't see a lot of those as replacable unless my rom installs kde connect as a system app and they add an immense amount of functionality