help-circle
rss

cross-posted from: https://thelemmy.club/post/44940960 > https://www.poweredbymediatek.com/device?search=Clicks > > If true this is great. It will have more than enough power for 99% of tasks and will be able to do it all smoothly. The Clicks Communicator, if you haven't heard of it, is an upcoming Android phone with a physical keyboard. ![](https://thelemmy.club/pictrs/image/c3191743-99b4-4b1c-8c19-cca48cbf8b4b.jpeg) It currently has pre-orders open however a working prototype hasn't been shown yet, with one coming Q2 according to the company. Release is expected Q4 this year. They have successfully released keyboard cases for other phones in the past.
fedilink

Which phone is better?
Hello, I have two phones, a Note 11 Pro and a Sony Xperia 1 J9110. The first phone is sold in my country, but the second one was never sold here. I bought it secondhand very cheaply. My question is, which phone is better? Which one is better in terms of daily performance and up-to-date features? I will be playing Minecraft and Rainbow Six Mobile.
fedilink

Used Motorola phone - Hardware version is “pvt”
What does it mean when an Motorola Android's Hardware Version is "pvt"? I read that it's "product validation test". Demo unit? Has the firmware been tampered with? The phone seems to work fine. The bootloader is locked but unlockable.
fedilink

anyone else have google speech to text stop working correctly about a week ago?
Out of the blue, my google speech to text has become absolutely terrible at recognition and has completely stopped adding punctuation marks comma typing them out instead period Anyone else getting this? Retrained it, updated, deleted, updated again, nothing works, my Google stt is largely useless now. Is there an alternative anyone is using?
fedilink


How to automatically disable ipv6 at boot
Following this thread: https://xdaforums.com/t/guide-app-root-disable-block-ipv6-on-android-prevent-ipv6-leak-on-vpn.3298659/page-2 I discovered that `echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6` indeed works on my Samsung Galaxy S23 (One UI 7.0). However, a reboot undoes this, because it reloads system configs from a prepackaged image. One could decompress the image, make the relevant tweaks, recompress the image and have Bob be your uncle that way, according to a quick search on the World Wide Web. However, for those of you that use Magisk - and *maybe* are rooted through Magisk, I am unsure (my S23 *is* rooted with Magisk) -, there are some directories that I suppose Magisk sets up to be used for custom boot up scripts: https://github.com/topjohnwu/Magisk/blob/master/docs/guides.md#boot-scripts Taking inspiration from these two guides: https://xdaforums.com/t/guide-how-to-run-a-script-at-every-boot-using-magisk.4454493/ https://xdaforums.com/t/guide-how-to-change-any-file-or-directory-using-magisk.4543103/ I decided to put my script for disabling ipv6 into `/data/adb/service.d` While this did disable ipv6 for some of the interfaces among the - pardon my French - messed up array that is the Android network stack (since I don't understand it, that is...), some interfaces either remain ipv6-enabled or get reconfigured during or after boot. Thus, I tried giving the script some waiting time, which worked. Now, after each boot, all of my relevant interfaces are ipv6-disabled: ``` #!/system/bin/sh sleep 60 ; echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 ``` This did *not* prolong the boot process 60 seconds. Edit: while the configuration does "survive", or rather, come into effect at boot, it resets at WiFi disconnect. Maybe it has to do with MAC address randomization being turned on. I'm not putting more time and effort into this. Edit2: I guess the takeaway is, that you could run a great variety of scripts this way.
fedilink


People should be able to write software for Android, and distribute it outside Google's Play store, without having to: * pay Google * give government ID to Google * agree to Google terms and conditions People should be able to install the software they want on their phone, from sources other than Google's Play store, without having to jump through Google-imposed hoops. e.g. via F-Droid. We've got until September this year to stop Google squeezing the open Android ecosystem. https://keepandroidopen.org/ https://mastodon.neilzone.co.uk/@neil/116087210269757672
fedilink
597


Frustrated with Google’s direction on Android? Try out a GNU/Linux mobile Android app!
Doesn't require root, installed on top of Android, launches like an app. Best, lowest risk way to get familiar with the capabilities without requiring a new device with specific distro support. I'm a huge believer in having things you can actually experience in your hands. - [Andronix](https://andronix.app/) - [UserLAnd](https://userland.tech/) - [Termux](https://f-droid.org/packages/com.termux/) (install distro via command line) Mobile distros: - [Mobian](https://mobian-project.org/) (aims to mainline into Debian) - [Droidian](https://droidian.org/) - [Maemo Leste](https://maemo-leste.github.io/) - [Postmarket](https://postmarketos.org/) (based on Alpine) - [Manjaro](https://manjaro.org/) (based on Arch) - [Ubuntu Touch](https://ubuntu-touch.io/) - [Pocket Blue](https://pocketblue.github.io/) (Fedora-based) - Others Mobile desktop environments options to try on your distro: - [Phosh](https://phosh.mobi/) (Gnome-based) - [Plasma Mobile](https://plasma-mobile.org/) - [Lomiri](https://lomiri.com/) - [GNOME (mobile) Shell](https://blogs.gnome.org/shell-dev/2022/09/09/gnome-shell-on-mobile-an-update/) You could even try installing [Waydroid](https://waydro.id/) in it for [Xzibit-style](https://knowyourmeme.com/memes/xzibit-yo-dawg) Android-ception
fedilink

This will be great for secure communication with people who have yet to switch to Android
fedilink

> Qualcomm claims that my Samsung Galaxy S25 Plus' Snapdragon 8 Elite CPU is faster than the Intel Core Ultra 288V chip. My smartphone also has 12GB of RAM and 512GB of solid-state storage. In short, it's more powerful than most of my laptops. So why not use it as a laptop? > Why not, indeed, says Google, which has introduced -- at long last -- a native Linux Terminal application in its March 2025 Pixel Feature Drop.
fedilink

Hello everyone, I’ve been working on a simple 3D maze game for Android. The main idea is a daily maze: everyone plays the same maze each day and competes on a global leaderboard. It’s designed to be quick and casual. Wordle-style sessions you can finish in a few minutes. Features: - Daily Maze: same maze for everyone, resets daily, global leaderboard - Random Mode: no competition, solution button available - Duels: real-time 1v1 races on a randomly generated maze I’d really appreciate feedback, especially on what features or modes would be interesting to add. The app isn’t public yet because Google requires a testing phase, but testing is open. You just need to join a Google Group and then use the Play Store link below. Google group: (It may show "you don't have access to this content" but if you login you can request access. It's unfortunately a necessary step for the App links below to work.) https://groups.google.com/g/maze-trials-3d-closed-testing App links: Web: https://play.google.com/apps/testing/com.mazegame3d.app Android: https://play.google.com/store/apps/details?id=com.mazegame3d.app (The App links above will only be available after joining the group. I'm very sorry, those are google requirements.) Thanks!
fedilink


I've written this blog post about moving from rooted Samsung to a Pixel running GrapheneOS. It's a list of every root tool that I used, with a note on whether I'll miss it. I wrote it as a checklist for myself initially, and decided to add links and more comments and publish it. Turns out I don't really need root, which truly surprised me. Do you have any apps or tools that hold you back from leaving root?
fedilink
38

Why is the phone app so big?
The phone app (by Google) has 700 mb of data on the phone. What is that? Call history? Contacts? Then what is in the contacts app? Is it safe to delete? *Stock Pixel 6a*
fedilink

Starting in 2026, sideloaded apps will have to come from "verified" developers.
fedilink

cross-posted from: https://lemmy.world/post/21184378 >The longevity of Android updates has always been a problem, but one that’s been getting better with time. Google has, behind the scenes, introduced some big changes for Android manufacturers that will make it easier for more Android phones to offer support for up to 7 years, just like Pixel.
fedilink



Standalone Google Pay app in the U.S. is going to be shut down on June 4th, 2024
We are writing to inform you about changes to your Google Pay experience. As we continue to provide safe and seamless payments to users around the world, we are also simplifying the app experience in the U.S. For years, Google Wallet has been the primary place to securely store payment cards used for tap and pay in stores, alongside your other digital items like transit cards, driver’s license or state IDs, and more. While in-store and online payments via Google Pay are unchanged, the U.S. version of the standalone Google Pay app will no longer be available for use starting June 4, 2024. Anywhere you normally use Google Pay — from checking out online to tapping and paying in stores — remains the same. If you use your Android phone to shop in stores where Google Pay is accepted, you can continue to tap to pay in stores with the Google Wallet app. Learn more about Google Wallet. Here are the key changes and important dates: • As of today you will no longer be able to view or activate deals in the app. If you previously activated a deal, and are still waiting for cash back, regular reward timelines apply. We know finding the best deal is important when shopping, which is why we launched a new deals destination on Search. • Changes to peer-to-peer payments: As of June 4, 2024, you will no longer be able to send money to, request, or receive money from others through the U.S. version of the Google Pay app. • Manage your Google Pay balance from the Google Pay app until June 4, 2024: You can use the U.S. version of the Google Pay app until June 4, 2024 to view and transfer your Google Pay balance to your bank account. You can continue to view and transfer your funds to your bank account after June 4, 2024 from the Google Pay website. Learn more about transferring money out of Google Pay. Source: email update [Edit: post title and source]
fedilink

Just Switched from iOS to Android after a decade, help?
So I just got a Moto Razr and am going to start setting it up. I've been outside of the android ecosystem for a long time. Can I get some recommendations for anything and everything? I recently read the Nova launcher has gotten much worse since I last used it. I'm also not sure if I should do a launcher or just use the base OS. I know that there are loads of articles out there, but I'm getting really tired of wading through AI gen articles and would love your personal experience. Thanks in advance!
fedilink

Cross-posted from ["Release 2026.01.24 is out"](https://sopuli.xyz/post/40180848) by @[email protected] in [email protected] --- Release 2026.01.24 is now out on all distribution channels! Beyond fresh OpenStreetMap data, it includes adding road outlines for better readability, renaming of the "Bookmarks & Tracks" to the clearer "Favorites" and many more updates: https://codeberg.org/comaps/comaps/releases/tag/v2026.01.24-5
fedilink

So I finally got my preorder of the EU version and activated it without needing support by using the esim transfer on my old pixel. After close to a week now I've had 0 issues!
fedilink

> The Google Phone app doesn't often receive huge updates, but a new change to the incoming call UI appears to be in the works.
fedilink

cross-posted from: https://lemdro.id/post/11955 > TL;DR > > - Google has updated its privacy policy. > - The new policy adds that Google can use publically available data to train its AI products. > - The way the policy is worded, it sounds as if the company is reserving the right to harvest and use data posted anywhere on the web. > > You probably didn’t notice, but Google quietly updated its privacy policy over the weekend. While the wording of the policy is only slightly different from before, the change is enough to be concerning. > > As discovered by Gizmodo, Google has updated its privacy policy. While there’s nothing particularly notable in most of the policy, one section now sticks out — the research and development section. That section explains how Google can use your information and now reads as: > > Google uses information to improve our services and to develop new products, features and technologies that benefit our users and the public. For example, we use publicly available information to help train Google’s AI models and build products and features like Google Translate, Bard, and Cloud AI capabilities. > > Before the update, this section mentioned “for language models” instead of “AI models.” It also only mentioned Google Translate, where it now adds Bard and Cloud AI. > > As the outlet points out, this is a peculiar clause for a company to add. The reason why it’s peculiar is that the way it’s worded makes it sound as if the tech giant reserves the right to harvest and use data from any part of the public internet. Usually, a policy such as this only discusses how the company will use data posted on its own services. > > While most people likely realize that whatever they put online will be publicly available, this development opens up a new twist — use. It’s not just about others being able to see what you write online, but also about how that data will be used. > > Bard, ChatGPT, Bing Chat, and other AI models that provide real-time information work by scraping information from the internet. The sourced information can often come from others’ intellectual property. Right now, there are lawsuits accusing these AI tools of theft, and there are likely to be more to come down the line.
fedilink

An app to post to an arbitrary URL?
I'm a web developer, mostly with Python and have close to zero Java or Kotlin experience, but I want to build a bunch of tools for my phone where I can `Share` a URL (for example) to an app that simply takes that URL string and sends an HTTP POST request to a pre-arranged URL with some pre-arranged headers or POST data. So basically I'm looking for an app that: * Lets you define a series of endpoints * Accepts share intents from other apps to then bring up a selector asking *"Which endpoint do you want to send this to?"*, sends it, and exits. It seems a little nuts that I should have to develop a separate app for each endpoint, when the app experience isn't really something I'm interested in. Can someone here point me to an app that already does something like this? I'd prefer a FOSS option if possible, but at this point I don't even know what to search for. Example use-cases: * Send a YouTube URL to a service that downloads said video and stores it on a share on my VPN * Send a text snippet to a service that stores that snippet as a Markdown file for use as ideas for future blog posts * Send an article URL to a service that strips the ads and images out and saves a Markdown file for future reading.
fedilink

Android Auto won’t connect with screen off
I don't know if this is an android auto problem, or an android 14 (crdroid 10) problem. Wired usb connection. Have tried different cables with same effect. I did not have this problem before (Android 13). My phone has AA 10.9.634644. If the phone is locked when connecting to the car, I get a connect/disconnect loop. This continues until I unlock the phone, and then things are fine after a few seconds, and I can then lock the phone again. If I connect to the car with the phone unlocked until AA connects, and then lock the phone, everything is fine. I have android auto configured to connect with the phone locked, and have disabled USB debugging.
fedilink

> In recent weeks, some Google Photos users haven’t been able to save their Magic Editor creations, but a fix is now available.
fedilink

> Google seems to be preparing a new feature to help users backup their Health Connect data on devices running Android 15 or higher.
fedilink

> Android has had an autofill feature for password managers for years now, but it's broken and needs to be fixed.
fedilink


Switching back to Android (GrapheneOS), anything cool I’ve been missing out on?
Long story short: I don’t like iOS but have been using an iPhone for a couple years due to lack of personally viable hardware options on the Android side of things. I’ve gotten tired of waiting and found a good deal on an open box Pixel 8 Pro which arrives in a few days, I’ll be installing GrapheneOS on it. I’ve used GrapheneOS before on a Pixel 3a. I’m familiar with some must-haves like F-Droid+Aurora Store and AntennaPod, but are there any other apps I should check out once the phone gets here that I’ve been missing out on during my time on iOS? Or just any recommendations at all for cool/useful apps that most people wouldn’t think to search for? Bonus question for *sonic/Navidrome users, what’s your favorite Android client? I used Substacks last time I daily drove GrapheneOS, but it looks like it might not be actively maintained anymore.
fedilink

10 years of android and I never managed to share files via WiFi direct
Anyone has a fool proof method? Preferably that does not involve third party apps, or a Foss one. PS at home I use mixplorer over my home WiFi, but on the go WiFi direct would be useful. I use a Samsung smartphone and lenovo tablet, both on android 14. I can easily connect them, but I never see any WiFi direct option in the share menu (nor Samsung's quickshare) EDIT: Enabling Quickshare on both devices then the quickshare icon shows up in the share menu. Although: - it asks to deactivate WiFi direct (as Markaos says below, probably so it can decide the best connection type, and probably active WiFi direct on demand) - it relies on the contacts of the Google account. As I use a dummy and different gmail on both, and Foss apps for contacts, the only way to share is to "allow sharing with everyone for 10 minutes" So my question remains as to how to use Wi-Fi direct well...directly.
fedilink


Best firewall app for my limited needs?
Hey all, I want a firewall app for just basically to enforce restrictions on outgoing communication based on service or app. It is mostly to block data harvesting. For reference, if anyone remembers there was one for iPhone called Firewall IP and it was just perfection. That was back when we could jailbreak. Anyway, so that's all I need. Free is best, of course, but I would pay a bit if it is an exceptionally good product. No problem paying for quality. But I will have no interest in anything that's subscription based, nor anything that I need some kind of backend "approval" or login in order to install and use it. In other words, I want to know that if in a hundred years I happen to have a working phone from today, and the apk file, then I can install it. Obviously that's *reductoi ad absurdum* but you get my point. Thanks for any recommendations. P.S. I'm not rooted, if that matters. Although I am still interested in possibly getting a replacement ROM for my device.
fedilink

NFC payments on GrapheneOS
Hi, I want to pay with online prepaid visa in person. I could add it to Google Pay, but Google Pay doesn't support NFC payments on GrapheneOS. Do you know any other app that lrts you do that?
fedilink

How terminal in, on Android
Hi, I created another user on my custom rom Android (aka Multiple users) Unfortunately when doing so the system do not adapt the permission of the sdcard and some other directory, thus the new user can't access them :/ So I wanted to "remote" terminal into my android device from my computer. How are you achieving this ? ( without 3thparty apps please ! ) Thanks.
fedilink

Seems like Xiaomi is heavily clamping down on bootloader unlocking in China. Global versions also have a new restriction: no updates without locked bootloader.
fedilink

    Create a post

    DROID DOES

    Welcome to the Android community on Lemmy. 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:


    • 1 user online
    • 16 users / day
    • 97 users / week
    • 248 users / month
    • 1.26K users / 6 months
    • 1 subscriber
    • 2.23K Posts
    • 39.3K Comments
    • Modlog
    Lemmy.World
    A generic Lemmy server for everyone to use.

    The World’s Internet Frontpage
    Lemmy.World is a general-purpose Lemmy instance of various topics, for the entire world to use.

    Be polite and follow the rules ⚖ https://legal.lemmy.world/tos

    Get started

    See the Getting Started Guide

    Donations 💗

    If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

    If you can, please use / switch to Ko-Fi, it has the lowest fees for us

    Ko-Fi (Donate)

    Bunq (Donate)

    Open Collective backers and sponsors

    Patreon

    Liberapay patrons

    GitHub Sponsors

    Join the team 😎

    Check out our team page to join

    Questions / Issues

    More Lemmy.World

    Follow us for server news 🐘

    Mastodon Follow

    Chat 🗨

    Discord

    Matrix

    Alternative UIs

    Monitoring / Stats 🌐

    Service Status 🔥

    https://status.lemmy.world/

    Mozilla HTTP Observatory Grade

    Lemmy.World is part of the FediHosting Foundation