Ask Android

2867 readers
1 users here now

A place to ask your questions and seek help related to your Android device and the Android ecosystem.

Whether you're looking for app recommendations, phone buying advice, or want to explore rooting and tutorials, this is the place for you!

Rules
  1. Be descriptive: Help us help you by providing as many details as you can.
  2. Be patient: You're getting free help from Internet strangers, so you may have to wait for an answer.
  3. Be helpful: If someone asks you for more information, tell us what you can. If someone asks you for a screenshot, please provide one!
  4. Be nice: Treat others with respect, even if you don't agree with their advice. Accordingly, you should expect others to be nice to you as well. Report intentionally rude answers.
  5. No piracy: Sharing or discussing pirated content is strictly prohibited. Do not ask others for a paid app or about how to acquire one.
  6. No affiliate/marketing links: Posting affiliate links is not allowed.
  7. No URL shorteners: These can hide the true location of the page and lead people to malicious places.
  8. No lockscreen bypasses: Please do not comment, link, or assist with bypassing lock screens or factory reset protection.
  9. No cross-posting: Please take the time to make a proper post instead of cross-posting.
Other Communities

founded 2 years ago
MODERATORS
1
 
 
  1. the person has a nothing phone 2

  2. the person has an cowon d2 mp3 player

  3. the person uses ahola browser

2
 
 

I want to avoid Amazon. Are amazon and the phones manufacture the only option? I don't want to have to create an account

3
-3
KeepassDX. Is it a dead project? (raw.githubusercontent.com)
submitted 2 years ago* (last edited 2 years ago) by FarLine99@lemm.ee to c/askandroid
 
 

I really like using KeepassXC on a computer. On Android, I found KeepassDX to be the best client. But the last commit was from March and it confuses me. Do you think the project was abandoned or just a person took a break from development?

4
 
 

cross-posted from: https://lemm.ee/post/46066494

I followed the recommended processes for adding images to my app, and it is being displayed correctly on the layout preview, but not at all on the app. I have vector assets, webp, png images, but none are being displayed.

The project is too big to put here in its entirety, but please ask for any snippets that could help you solve the issue. I've tried searching the web and asking LLMs and neither could help, so please help me, fellow humans.

5
 
 

So I bought a moto G52 because it was listed as compatible with T-Mobile. It turns out it technicly works with T-Mobile but its limited to 2G and doesn't have service most of the time.

I am looking at alternatives but I don't know how to check compatibility. I'm looking to run lineage os and I need a headphone jack. I want to stay under $300 USD and I love Motorola's gestures so I would like to stay with Motorola if possible.

Any suggestions? I have been mostly brousing this website https://lineageosdevices.com

6
 
 

I bought a new-in-box LG V20 about 18 months ago because I was tired of phones without removable batteries and headphone jacks. However, it gets absolutely terrible reception for some reason (as in, no signal in the middle of Manhattan). Some guy had the same problem and he soldered a big antenna to his phone to fix it. I might try to do that but given how great I am at soldering, there's a good chance I'll break the phone. Should I do it? I don't want to have to buy a modern phone with a built-in battery but I can't just have a phone which doesn't work when I'm away from wi-fi...

7
1
Phone fails to sleep (self.askandroid)
submitted 2 years ago by mfat to c/askandroid
 
 

I've recently bought a Motorola Edge 20 pro and sometimes it fails to sleep and the screen remains on although the screen timeout has been set to 30 seconds. How can I diagnose this? Is this a common problem with Android or some app is responsible for it?

8
6
submitted 9 months ago* (last edited 9 months ago) by MonkderVierte@lemmy.ml to c/askandroid
 
 

cross-posted from: https://lemmy.ml/post/21015575

Hackers Keyboard has that via ctrl+z, but only in horizontal mode. For this only i had my Galaxy S3 in horizontal per default. But can't do that with modern phones' aspect ratio and i'm missing undo since then.

9
 
 

I need to ask a small favor from the good people of Lemdro.id 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.

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

  3. 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.

10
 
 

I'm considering stock pixel 9, but I was wondering if anyone had specific critiques of Gemini's privacy.

I use LLM bots frequently, but am a bit hesitant to let one take over my phone.

11
 
 

Hey folks

I’ve been using Crunchyroll regularly for a couple of months with a paid membership, but I ran into some serious playback issues after a recent update. I reached out to their support, and they said a fix would be in the next update, but that didn’t help at all. After dealing with the problems for a while, I ended up canceling my membership since I couldn’t enjoy the service anymore.

I’m on a FairPhone 4 running Lineage OS 21, and while I don’t have other streaming apps to test, YouTube and NewPipe are working fine. I’ve tried other players like AniLab, but I’d rather pay for the content I love.

I also checked the LineageOS settings for anything related to DRM content, but I couldn’t find anything.

Has anyone else faced similar issues or found a workaround? I’d really appreciate any tips or advice! Thanks!

12
 
 

I was trying to upvote a YouTube short and encountered this error.

resource has been exhausted (e.g. check quota)

Ironically, I'm using YouTube premium and I don't think i browsed too many videos.

Reminds me of this MRwhosetheboss video about subscription and enshitification. Not to mention the crackdown on 3rd party apps and adblockers.

https://youtu.be/wVYG1mu8Lg8?si=-kyJiOClz07FzpBM

Edit: It appears my friends are getting similar errors. I can comment so I think its some widespread YouTube issue.

13
 
 

I am currently using a Realme device which runs on Android 13, When i set my app icons to match wallpapers color a few of them are staying as they are as shown in the screenshot. Is there any way to customise these aswell with the help of any 3rd party apps? This just doesn't look right.

14
 
 

Thx in advice.

Edit: Nevermind done it with "fastboot flashing unlock" command trough fastboot with "OEM Unlock" option enabled in dev settings.

15
21
submitted 10 months ago* (last edited 10 months ago) by sabreW4K3@lazysoci.al to c/askandroid
 
 

In light of what's happened to Durov and possibly seeing Telegram compromised, I'm doubling my efforts to find a new main messenger. Before you start, not Signal as it's a bad fit for the needs of me, my family and friends.

So what do I need?

  • The ability to run on multiple devices. Me, my family and friends all have multiple Android devices.
  • The ability to run on desktop. Linux and Windows.
  • Built in sticker repository. What can I say, I like to lazy flirt.
  • Animated Emoji. I like my messenger experience vibrant.
  • Material You. Again with the vibrancy, but also, it's a sign of modernity.
  • Phone number linking. My family and friends are lazy as hell.
  • Synchronized chats. I don't mind self hosting a bridge, but the ability to see messages on multiple devices is a must.
  • Voice Messages
  • Video Calls
  • Group Video Calls
  • Stories integrated into as first class citizens
  • Private. If you suggest WhatsApp, I'm assuming you're either stupid or a troll.

Can anyone recommend anything?

16
 
 

so, i bought a new samsung m04 last week but after some uses, i noticed phone battery drains 1% in every 6/7 minutes. it happens only when i use it, but if i leave it untouched it doesn’t drain. i’m confused and don’t know what to do, i searched for some solutions on google and turned off auto sync, put chrome app (uses lots of battery) into deep sleep, lowered screen brightness but nothing seems to work. I don’t know if it’s normal for newly bought phones coz my mom’s phone battery (realme, using it since last year) is so good no matter how long she watches youtube videos, scrolls thru shopping apps, leave apps unclosed & keep phone data on (mom always forgets to turn it off). i’m thinking about turning off adaptive battery option but i’ll wait and see for some more days. what do you think guys?

17
 
 

cross-posted from: https://lemy.lol/post/31616900

I currently have an iPhone 14 Pro Max and I want to switch to an Android phone.

First of all, I eliminated all Chinese phones. Since Samsung has limited custom rom support, I gave up on that too. At the end, I decided to get a Pixel because of its GrapheneOS support.

But right now I'm stuck between Pixel 8 and 9. There's a big price difference with small improvements. I can afford both but not sure if Pixel 9 is worth it. What do you think?

18
 
 

Hello, I successfully rooted my Pixel 8 Pro but I am stuck at "Phone is starting" after enabling Zygisk and rebooting. It does boot fine into safe mode tho. What can cause this issue and how can I fix it? Thx a lot!

19
7
submitted 2 years ago* (last edited 2 years ago) by danielfgom@lemmy.world to c/askandroid
 
 

Pro photographer Olle Nillson goes out on a forest stakeout to capture stunning bokeh shots of birds. The results are stunning.

If you're interested in seeing how other Xperia models perform, check his other videos. Production value of off the charts.

I promise you they are well worth your time.

20
 
 

I'm considering getting a Xiaomi 14 Ultra and I can get it pretty cheap with Chinese rom. I heard it's not that hard to flash it and put in a Swedish/global rom. anyone with real experience? or do I keep the china rom and live with it?

21
8
Should I build LineageOS myself? (upload.wikimedia.org)
submitted 2 years ago* (last edited 2 years ago) by FarLine99@lemm.ee to c/askandroid
 
 

I understand that probably there is little interest if you are a device ROM maintainer to embed a backdoor into it. But it's still possible. Lineage has a fairly simple and open build process. Should I do it on my own? Or should I trust the maintainers and not bother? What are your thoughts?

22
 
 

I've tried dozens of wallpapers and I've tried the repainter app, but no matter what wallpaper I use and no matter what color I put in as the theme color, the colors that the system picks are always blue and are really ugly shade of pink.

Is there any way to change this without rooting your phone? I'm running a Pixel 7 for reference.

23
9
submitted 2 years ago* (last edited 2 years ago) by sargunv@lemmy.world to c/askandroid
 
 

So I've just ordered the newly announced Z Fold and Watch, and noticed after ordering that the sales tax on Samsung's invoice is higher than my local sales tax rate. My billing and shipping address are both in Seattle, WA, which has a state+county+city sales tax rate of 10.25%, but Samsung charged 11.275%.

Posting here (1) as a PSA for others to check their invoice, and (2) wondering if there's some obvious thing I missed.

The order is as follows (payment summary screenshot attached to this post):

  • Galaxy Z Fold 512GB: $749.99
    • original $1919.99, -$120 free storage upgrade, -$1000 for iPhone 14 Pro Max trade in, -$50 for reserve credit
  • Samsung Care+: $167.30
    • original $239, -$71.70 "limited time" discount
  • Galaxy Watch 6 Classic 43mm LTE: $225
    • original $449.99, -$224.99 bundle discount

So, subtotal is $1142.29 as expected. Sales tax in my location is 10.25% (verified here), so the sales tax should $117.08, but instead it's $128.79, $11.71 higher than it should be.

Oddly, it's off by exactly 10% (of the expected sales tax amount).

I contacted chat support and all they could do was file a ticket internally and tell me they'll follow up in 2 business days. Screenshots of chat support: https://imgur.com/a/bdAaot7

Screenshot of payment summary

24
 
 

Simple Gallery Pro from GitHub is my go to. Really like the UI, features, speed. Truly awesome project. What would YOU choose? 🙂

25
 
 

iPhone user here:

I'm sorry if this is a really controversial question, but I really enjoy the system-wide transparency and glassUI of iOS. I want to migrate to Android, but the big manufacturers (Samsung, Google, OnePlus, etc) all have a flat UI design by contrast. In my research, the closest I could find is MIUI, but the phones that run MIUI don't support all the carrier bands in the USA. Does android really not have the option of a glassy transparent UI?

view more: next ›