Android

27477 readers
186 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:

[email protected]


founded 1 year ago
MODERATORS
1
 
 

The Fairphone 4, as nominated by @[email protected]!

As promised, you will be receiving 1 Lemmy Silver, and of course, bragging rights.

But, we also have an honorary Golden Lemmy award, which goes to...

Every Android device that is not the Samsung Galaxy S22+, as nominated by @[email protected]!

You get 1 Lemmy Silver (and bragging rights) too!

That's it for this year's Golden Lemmy, folks!

(Nomination thread is here for future references.)

2
 
 

Previously: Submission Statement Edition

Haven't done these in a while, so let's get started.

  1. Since we haven't really heard any feedback one way or the other, rule 8 is now official. To be fair, we've had a lot less microblog posts than I expected (only one Twitter/X post in the last month even after I waited longer than the initial 1-2 weeks expected, and that was a crosspost.)
  • Again, the rules are always a work in progress, feel free to give your two cents here whenever you like.
  1. As you guys know, PipedLinkBot went completely insane 2 days ago and looks like it's temporarily shut down. So, I'd like to use this opportunity to explain why I banned the bot pretty much immediately after our community reopened. (And gloat a bit, of course)
  • Even though I do agree with the principle of using open source, privacy focused frontend instead of using Youtube directly, I have a real problem with using a bot to respond every time somebody posts a Youtube link. It feels like spam, and it doesn't feel like it serves any utility besides pushing an agenda (even though many people here would agree with it). Most people have seen it around here enough to use pipedvideo if they wanted it to use it already.

  • I think it's always been a rage inducing part of the reddit experience that you see you received a response to your comment, but only have it been a bot smugly correcting your grammar or tell you all your letters are in order or something useless like that. So, for this place, I would like to make sure that everyone you talk to here is a real person as much as possible, because people inspire people to be greater, but bots don't.

3
 
 

Google has rolled out cross-device instant hotspot and call transfers to Android, but they have to be manually enabled. Here's how you do it.

4
 
 

What's the best way to restrict my Android devices to only use approved apps? I want to manage the whitelist remotely.

Bonus points if I can keep everything in-house, on my home server or similar via my existing VPN.

This is for my kids' future phones. Ages 12 to 16.

5
6
 
 

I'm looking for a way to dump raw data from an entire phone or at least the sda block to a PC, using a method other than adb pull.

When I run adb pull /dev/block/sda sdaDump.img, it creates a dump file. To find what I need, I have to search through this raw data using a Hex Editor. If the dump comes from a fully functioning phone, I can usually find what I’m looking for because all the data is still intact.

However, I accidentally wiped the metadata partition on my phone, so the decryption keys/files are gone. Now, because of that, some folders appear empty when checked with TWRP's File Manager, even though the actual files are still there.

If I create a dump now, the raw data in the file won't be the same as when the metadata was present, and those folders weren't showing as empty.

Running adb pull /dev/block/sda sdaDump.img now results in a dump where the Hex Editor shows zeroes (no data) where these files should be.

Is there any alternative method to create a raw data dump of the sda block or entire phone storage, that will capture that data as it is (not empty folders, but the data in them), even if it's encrypted?

I don't want to create the raw data dump onto the phone storage and then transfer it to a PC, but something that works like adb pull, in the sense that it pulls the data from the phone directly onto a PC.

Thanks a lot in advance to everyone!

7
 
 

My brain or whatever gets accustomed to the same alarm in the mornings and I wont wake up. I currently point my alarm clock to a spotify playlist so that it will play a random some from said playlist. I no longer use spotify and instead store local files or my plex/jellyfin server.

I have tried what seems like tons of alarm clock apps but non of them can do this. Is there one that does this.

8
 
 

While not seemingly relevant at first glance, turns out they are using Android under the hood Specifically, BlissOS 15 which is Android 12L.

9
 
 

cross-posted from: https://lemmy.world/post/19456945

Google is working on a redesign of Quick Settings that might launch with Android 16.

10
 
 

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.

11
 
 

It would be good if it had a function to limit brightness by time or by battery level and was Foss (but being Foss is not necessary if app is good and don't want too much permissions). Current screens are too bright for me.

12
 
 

I need to ask a small favor from the good people of Lemmy World Community.

In short, I accidentally wiped the metadata partition on my Poco F3 and now I can't boot into the OS and access my data. I have a lot of pictures, videos and other stuff that I would hate to lose, because of a mistake. But all that is still on the phone, I just can't boot the phone to access it.

Thankfully, there is a way to fix this by creating a full backup of the phone with adb, then using a HEX Editor to manually look through that gigantic file and try to find the files that were in that metadata partition.

A huge thanks to bluet33th, a user from XDA Forums, without whom I would be helpless and couldn't do any of this. It might be a bit complicated and manual process, but it is possible. He explained everything in great detail here, so check it out, especially if you are facing the same problem, this will help you tremendously: https://xdaforums.com/t/how-to-recover-data-if-metadata-partition-was-deleted.4686789/

In order to find these files and put them back where they belong, I need your help, because I have to know their names, exact sizes and at least part of their content, so that I can search for it. Because I'm searching for a specific text in a text file that is 128 GB in size.

I have already tried this on another Xiaomi phone, to make sure this procedure works on Xiaomi phones and it does, but that phone had HyperOS with Android 14 and since every phone and android version is probably different, in order to be sure, I need this information specifically for Poco F3 with Android 13.

It doesn't take long, but if you don't have the time to look inside your metadata partition and tell me which files are inside of that partition and their sizes in bytes, you can just make a backup of the metadata partition and sent it to me, and I'll do the rest of the work.

Here are the steps on how to create a backup:

  1. Turn on your phone and boot into TWRP, then connect your phone to a PC, type cmd inside Windows search and run cmd, then position cmd into your platform-tools folder (if you flashed your ROM, you should already have the necessary drivers installed for the next steps to work). For example, if your platform-tools folder on Windows is inside C:\platform-tools, all you need to type into cmd is: cd C:\platform-tools

You can also just go inside your platform-tools folder and type cmd in the address bar and the cmd will start already positioned inside that folder.

  1. Then type adb devices and you should see your device, if you do, that means that all the drivers are successfully installed and your phone is detected.

  1. Type adb pull /dev/block/by-name/metadata

  1. After that, you should see a file named metadata inside C:\platform-tools. That is the file that I'm looking for and as you can see, it takes just a few minutes to get it.

You can skip the next steps (5 and 6), but I'll explain them, just in case someone wants to extract these files for themselves, so that you have them in case something like this happens to you. Of course, you can also proceed to extract the files and tell me their names and sizes.

Here is what you need to do:

  1. Extract the content of the metadata file, you can use a software like 7-Zip. Go inside that extracted folder, then into vold > metadata_encryption > key

  2. Inside of that key folder, you should see a few files. These are the important files and save them somewhere safe in case you ever need them. Since I don't have them anymore, in order to recreate them, I need to know their exact names and sizes in bytes. You can check the size of every individual file by right clicking on the file and choosing Properties. Then look under Size, not Size on disk, and in parenthesis, you should see the size in bytes.

Please, if you could check the size of every file and write down which file has what size. I would really appreciate it.

I'm specifically looking for someone who has a Poco F3 with Android 13 and MIUI, because I'm not sure if HyperOS changed something, so maybe the number of files or their size is different. But feel free to post the information even if you have HyperOS, but please mention that, so that I am aware of it.

Thanks a lot for your help, it really means a great deal.

13
 
 

cross-posted from: https://lemmy.world/post/19387476 Plus, one of Android's most essential accessibility features is also getting an update with Gemini infusion.

14
15
 
 

Woke up early today and the first thought through my head was ... Hey, the Pixel 9 Fold Pro is going to be available today. So I jumped on the site and found it... backordered until mid October.

Anyone else able to get one on T-Mo or another service or are they backordered from Google themselves?

16
 
 

I keep getting this notification on my phone (S22, but had it on my S9 aswell). No matter how I address this, it keeps popping up.

Is there a reason for this?

17
 
 
18
 
 

I pre-ordered a Pebblebee and finally received it in June. It's now September and it's just as useless when it's farther away from me than I can throw it as it was back in June.

Are there plans to improve the network? Is it happening anytime soon or will my trackers remain worthless?

19
 
 

If anyone knows why I'd be interested too

I've looked for a bit and I cannot find which version stopped support, just that it stopped for seemingly no reason.

20
 
 

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

21
 
 

So I was recently talking about a few phones I had bought used, which have FRP lockout. So, the one I was talking about working on at the time is a Galaxy J7 Sky Pro. Well I finally used DroidKit on it, and after a moderately lengthy procedure, it is FREE of the lockout! So the software is not a scam, it actually did work.

I have been having trouble with another phone because when it gets to the stage where it needs to dial *#0*# it supposed to bring up the factory mode to test various components. I’ve seen this on other phones work but this one, a Galaxy A01, it doesn’t bring up that mode. And it can’t continue. Another phone I have is a ZTE and that’s not one of the supported brands in Droidkit.

But one worked! Which means likely it’s fairly reliable. So that’s cool.

22
 
 

I need an Android device for archival purposes, it has several requirements and I would appreciate any suggestions. I've done some research myself, but I would appreciate it maybe you know of something I haven't discovered.

Requirements:

  • Must fit inside this Faraday pouch, or a different one that is of a similar price, and is both water and fire proof
  • Must support an open OS (Degoogled, rooted Android ROM or Linux - both support touch interfaces, Kiwix, and storing and viewing files)
  • at least 256GB internal storage to store the files
  • at least 8GB RAM for running local AI models, preferably nearer 16GB
  • Good battery life, since it will stay inside the pouch most of the time and I don't want to have to take it out to charge it every day
  • As cheap as possible

I have no other requirements, it doesn't even have to have a camera, let alone a good one.

Thanks for all your help!

23
 
 

I just bought a second-hand surface duo running android for the sole purpose of emulating nintendo ds. I want a stylus to emulate that part of the experience, but all styluses are a lot more expensive than i anticipated. But they seem to include stuff i really dont need such as bluetooth connectivity and such like.

Can i just get any pointy plastic thing to use as a stylus or do i need one of these that connect to the phone?

24
 
 

cross-posted from: https://lemmy.world/post/19329972

I love Google Messages, but I think it has room to grow. Here are five features it should steal from Apple and Samsung.

25
 
 

cross-posted from: https://lemmy.world/post/19262336

I have done extensive due diligence but there are a dozen conflicting posts on XDA covering how to go about this. Off of XDA are just a million sites with AI generated copy that's absolutely incorrect.

So, I have a new Galaxy Tab A7 Lite. I want to root it and have the superU app, etc. and I will then de-google it.

So, like I said, there's a ton of conflicting methods listed. Also, many provide instructions like "Now flash the device," or "put it in xyz mode" but they don't actually say how. Instructions are supposed to be instructive, not referential.

I'm not incapable; far from it. I rooted my Zenpad a few years ago. It's just I had comprehensive directions.

So, would anyone be up to the task? I'm offering $20 because I know this is a bit of a todo and I respect the value of your time and effort.

Thanks, all.

P.S. I should first make sure, rooting does not preclude keeping updates, right? If it would prohibit updates then I think I might not want to do it.

view more: next ›