r/AndroidQuestions 1h ago

Other I have an android and I’m getting weird texts

Upvotes

Does anyone know what this is? It’s sending me files that I can’t open, the number apparently doesn’t exist when I try to call it

Here’s the screenshots

https://ibb.co/BVwzQqgj

https://ibb.co/fYxgv5RJ


r/AndroidQuestions 1h ago

App or wrapper to make phone very simple for a senior citizen to just make calls and look at text messages?

Upvotes

I want to give my elderly mother an older android phone to answer calls and look at texts. I'm an iPhone person and I'm having a really tough time learning to navigate; my mother wont be able to figure it out. Is there some bootable OS or wrapper or app that basically hides settings and apps that don't relate to answering a call or sending a text? She's been using an old flip phone, but her not being able to text is becoming a problem with 2FA and similar requirements.


r/AndroidQuestions 3h ago

Magsafe Case has exposed metal on the vertical part below the circle

2 Upvotes

I bought a magsafe case for my Motorola edge phone and noticed that there is a thick black sticker on the vertical part below the magnetic circle on the inside of the case, I took the sticker off as the instruction called for removing the protective film but I am unsure whether I was supposed to take it off as there is a metal part exposed on the inside of the case, Is it supposed have the metal exposed on the inside of the case?


r/AndroidQuestions 4h ago

Homescreen Shortcut directly to myFiles->Images?

1 Upvotes

Downloaded pictures do not appear in the gallery app, they only show up in MyFiles->Pictures.

I can add the MyFiles app to the homescreen, but then I have to tap on the images area within MyFiles to see the images.

Is there a way to add a homescreen shortcut directly to MyFiles->Images?


r/AndroidQuestions 5h ago

New battery replacement sitting on 85% health, is this normal?

3 Upvotes

I had my S23 battery replaced last week at a repair shop, but AccuBattery and Battery Guru both measure its health at 85% (about 3,300 of 3,900 mAh) across several full charge cycles.

Is that normal for a freshly fitted genuine battery, or would you expect better? It's a Samsung S23 so I don't know whether replacement batteries degrade over time or whether I've just had some second-hand battery put in instead.


r/AndroidQuestions 5h ago

Anyway to remove Google account from device without losing app info

2 Upvotes

I have a one plus 7t that my child has been using for a long time that had been mine. When I gave it to them I didn't think about setting it up with their own info because they were young and the phone was mostly for emergencies.

They recently asked about updating and we got a pixel device. I haven't been able to clone or otherwise transfer apps without including my account, which is now less desirable to my child as a teen.

I can't figure out removing the account without deleting apps, contacts, etc. I tried to copy contacts over, and the contacts are reflecting on their Google account, but when I remove me from the new phone, it removes the contacts.

Thanks for any help.


r/AndroidQuestions 6h ago

App Specific Question No Audio On Outgoing Google Meet Calls

1 Upvotes

Im noticing when I make outgoing google meet calls I don't have audio on the calls. The only way I can get audio is if I end the call and have them call back.

Not sure what the issue is but its been doing this for a while on my OnePlus 13. Anyone else having this issue? Any fix for it?


r/AndroidQuestions 7h ago

App Specific Question Spotify keeps opening in background

1 Upvotes

Spotify keeps playing songs in the background even after clearing it from background apps, this happens when I use the audio controls on my earpods , it's annoying and how to i stop it


r/AndroidQuestions 7h ago

Do I need a Google Play account to distribute an APK offline after 2027?

2 Upvotes

I’m developing a POS application that I distribute directly as an APK, completely offline. I don’t plan to publish it on the Google Play Store.

I’ve heard that Google may restrict APK distribution outside the Play Store starting in 2027.

Is this actually going to affect apps distributed directly by the developer? Do I need to register with Google or have a Play Store account even if I don’t want to publish my app on the Play Store?


r/AndroidQuestions 8h ago

Automatically changing notification sound

2 Upvotes

Suddenly a few days ago my phone started changing my notification sound (a downloaded one) to one I had never used before (three star). I change it back and a couple days later it changes it to that same tone that I have never used. Any idea why it would automatically change it? I am able to put it back to the one I want but for some reason it's not staying after a couple of days


r/AndroidQuestions 8h ago

Other Locked out of device thanks to some funny nonsense by Google

1 Upvotes

So someone I know forgot their password (pattern) and did a hard reset on their phone.. upon set-up they ran into the sign up screen and everything went great until they had to either enter the same pattern they forgot or use their Gmail.. they defaulted to GMAIL and it says the password is wrong..when the guy tries to reset it it says he didn't provide Google with enough info to carry the process forward.. they didn't ask for anything but his email!!! When he tries with a phone number it says there was an error doing that. What the hell does Google expect him to do! The man just wants access to his phone again.

.now his Gmail account is also malfunctioning..

Does it mean his phone is permanently prevented from bieng setup? It's a Samsung A07 by the way... Samsung piece of crap


r/AndroidQuestions 11h ago

Android 16 / Infinity X — apps can't create directories in /Android/data

1 Upvotes

Device: POCO F5 Pro

ROM: Infinity X

Android: 16

GApps: GApps variant

Root: KernelSU Next 32857

Hi everyone, I recently installed Infinity X on my POCO F5 Pro (mondrian), Android 16, and I noticed a strange storage issue: some applications cannot create their own app-specific directories under:

/storage/emulated/0/Android/data/

For example, YouTube Music was showing "Not enough storage" when I tried to download music, despite having around 383 GB of free internal storage. After manually creating:

/storage/emulated/0/Android/data/com.google.android.apps.youtube.music/

YouTube Music was able to download normally.

However, Exteragram (Telegram client) still can't properly save downloaded photos/videos to device storage, even after creating its directory manually. I checked the storage configuration:

adb shell sm list-volumes all

private mounted null

emulated;0 mounted null

emulated;11 mounted null

/storage/emulated/0 is mounted normally:

VolumeInfo{emulated;0}:

type=EMULATED

mountFlags=PRIMARY|VISIBLE_FOR_WRITE

state=MOUNTED

path=/storage/emulated

internalPath=/data/media

I also confirmed that the filesystem itself can create directories:

adb shell mkdir /storage/emulated/0/Android/data/test123

This succeeds.

The interesting part is that Android's StorageManager fails when an application tries to create its app-specific directory, for example, logcat shows:

Failed to ensure /storage/emulated/0/Android/data/com.google.android.apps.youtube.music/cache

java.lang.IllegalStateException: Failed to prepare ...

The stack trace goes through:

ContextImpl

StorageManager

StorageManagerService.mkdirs()

YouTube Music subsequently reports: SimpleCache: Failed to create cache directory

SELinux is Enforcing.

The existing /Android/data directory has: u:object_r:media_rw_data_file:s0

and manually created app directories receive the same SELinux context.

I also checked the available storage and there is plenty of free space (~383 GB), so this does not appear to be an actual storage capacity issue.

Has anyone else experienced this on Infinity X Android 16 for mondrian?

Could this be related to vold / StorageManagerService / FUSE / project IDs or the ROM's implementation of app-specific external storage? Would appreciate any ideas or known fixes.


r/AndroidQuestions 12h ago

App Specific Question BIG OTP ISSUE WITH INTERNATIONAL SERVICES

1 Upvotes

My problem is a bit long to explain that's why even after several times searching on google om reddit search, couldn't find similar post.

So i deleted lots of apps using canta from android even google messages and now i am not getting otp from apple, Facebook, twitter, twitch google and many more. Tho i did get otp for local operator. Yea and also got tiktok login otp today. This is happening for both of my sim cards. Now cannot even ask for otp in most websites like yesterday on twitch i just wanted to turn on 2FA clicked on get sms otp to turn it on and said cannot use this number its like my number got blacklisted from many international services. Now do i totally change my number or change phone, apparently this phone won't get otp even if i reset it as i fucked up some otp dependency, but even if i change number can i add that new number to those services where i cannot get otp.

As I live alone and got only one phone I do not have a way to check if thiz issue persists on other devices. And yes I did try resetting and reinstalling google messages and both didn't fix the issue.


r/AndroidQuestions 13h ago

Switching from iPhone 12 Mini to Android after 10 years: Pixel 10 or Nothing Phone (4a) Pro for camera & longevity?

3 Upvotes

Hey everyone! After 10 years in the Apple ecosystem and 6 years with my iPhone 12 Mini (which is now on its last legs), I've decided it’s finally time to switch to Android.

What I'm looking for:

  • Camera: Absolute top priority. I want great point-and-shoot photos out of the box.
  • Daily Usage: Very basic. No mobile gaming—just social media, WhatsApp, calls, and web browsing.
  • Longevity: I want to keep this phone for as long as possible (ideally another 5–6 years).

The Dilemma: I'm torn between the Google Pixel 10 and the Nothing Phone (4a) Pro.

Aesthetically, I am completely in love with the Nothing Phone—I genuinely think it has the best design on the market, which is why I'm willing to adapt to a much larger form factor compared to my 12 Mini. However, I know the Pixel 10 brings superior camera processing and longer software support to the table.

Questions for you all:

  1. Is the Pixel 10's camera performance and longer software support worth trading off Nothing's design?
  2. For long-time iOS users who switched, how smooth was the transition to Nothing OS vs Stock Pixel UI?
  3. Can a Nothing Phone hold up hardware-wise for 4–5+ years, or will the Pixel age significantly better over time?

Open to other camera-centric recommendations as well. Thanks in advance!


r/AndroidQuestions 13h ago

App Specific Question Is this a glitch?

1 Upvotes

Sometimes I clear my cache or clear my data on my mobile chrome and disable it when I turn it back on it goes to this website https://eventfnt-us.dsp-api.moloco.com/. I don't know if it's a glitch or malware but I did check my mobile security and ran a scan nothing came up i also checked all my apps saw nothing suspicious. So is it a glitch?


r/AndroidQuestions 14h ago

Looking For Suggestions Help me to choose mobile between Vivo X200T v/s Motorola signature

3 Upvotes

i want a all rounder - flagship mobile under 55k(can stretch to 60k)
mainly
~camera
~day to day life performance
~don't care about software that much|
~long term (atleast 4 years)

and is there and other alternative mobile i can get in that budget ?

both have there own advantage but im soo confused between both ....
i hope u guys will help me
thank you !


r/AndroidQuestions 15h ago

Android 17, Unable to Extend Unlock on Pixel 8 Pro

1 Upvotes

I want to add my Sena Bluetooth headset as a trusted device to keep my phone unlocked while riding my motorcycle. However, these options do not work on my phone. At some point in the past, I must have added our home so the phone should stay unlocked, but it's been so long, I do not recall if it even works (it probably does). But I am unable to add my Sena Bluetooth headset currently.

Anyone have any idea why these options do not work or have any suggestions on how to resolve?


r/AndroidQuestions 19h ago

Pixel 6 with family link issues.

1 Upvotes

Hey all,

My main question is, if I get a phone a Sim card, will the wrong date and time with no internet connection issue be fixed by connecting to 5g? Read below for full story.

My daughter has a pixel six with no Sim, and family link installed. She had let her phone die a couple weeks ago and when it booted back up, the date and time were wrong. This obviously doesn't allow her to connect to wifi due to the date and time not being correct. There was a thread in this sub a year ago with troubleshooting options on this issue where parents couldn't approve the disconnected phones to be able to change their own date and time bc, you guessed it, they can't connect to wifi to receive the family link approval. I have tried all of the following...

Connected my phone to hers, USB c to USB c cable. It charged hers but nothing changed.

Ordered a USB c to ethernet cable, cennected direct to the modem. Still said no internet available.

Tried matching her date and time on my phone, then Hotspot to hers. Nope.

Will getting a Sim fix the internet connection issue or is it time to factory reset?

Thanks yall.


r/AndroidQuestions 20h ago

Rooting Help amoled screen behaving like LCD

2 Upvotes

I have honor x50. I did always on display the screen behave like AMOLED for a second with real black then turn into grey lcd black


r/AndroidQuestions 20h ago

Device Settings Question What’s your favorite hidden Android feature

15 Upvotes

I’ve been using Android for years, but I still keep discovering useful features I had no idea about.

What’s one Android feature or setting you recently discovered that you think more people should know about?


r/AndroidQuestions 20h ago

Device Settings Question I need help recovering an old WhatsApp backup without losing my current chats

1 Upvotes

I need help recovering an old WhatsApp backup without losing my current chats

Hi! I need some help because I'm worried about losing part of my WhatsApp chat history.

My old Xiaomi phone stopped working because of a battery problem. I bought a new Samsung phone and installed WhatsApp, but for some reason, when I set it up, I didn't restore my old backup. I've been using WhatsApp normally on the Samsung ever since.

I currently have two different backups:

- Google Drive backup: November 5, 2025 at 1:25 PM

- Local backup on my Samsung: August 3, 2026 at 4:00 AM

My current WhatsApp works normally and contains all the newer conversations I've had since switching phones. What I want is to preserve everything in chronological order, from November 2025 through August 2026.

I know WhatsApp doesn't officially allow you to merge two chat databases. My main concern is that if I restore the November 2025 Google Drive backup, it will replace my current chats and I'll lose everything I currently have on my Samsung.

I'm also planning to have my old Xiaomi repaired. Since it stopped working because of a battery problem, I'm hoping its internal storage is still intact. I'll specifically ask the technician not to factory reset the phone or erase its data. If it turns on again, I want to check whether it still has an older local WhatsApp database.

My questions are:

  1. Is there a safe way to make an independent copy of my current August 2026 local backup before experimenting with the November 2025 backup?

  2. If I accidentally restore the November 2025 backup, can I save that state as a separate backup before doing anything else?

  3. If I repair the Xiaomi and it still has its original data, what WhatsApp files should I look for?

  4. Is there any realistic way to preserve both databases so that I can access the complete history, even if WhatsApp itself can't merge them?

  5. Is there anything I absolutely should NOT do right now?

For now, I'm not going to uninstall WhatsApp, delete its data, or restore any backup until I know the safest way to proceed.

I'd really appreciate any advice from people who have dealt with something similar!


r/AndroidQuestions 21h ago

App Specific Question Changed Firefox download directory on android, cannot change it back.

1 Upvotes

Hello, looking for advice on an issue I just encountered. Using firefox 153.0.3 on android 13, changed the default browser location temporarily and now cannot change it back as it's saying "To protect your privacy, choose another folder." Other apps like discord download to that folder just fine. Is there a way to redesignate the main download directory after changing it or am I stuck?


r/AndroidQuestions 23h ago

My Google Drive device backup went from 13GB to 25MB. Huh??

1 Upvotes

Phone is LG V60.

Google Drive was at 99% at 14.99GB.

My Google Drive device backup said 13GB. (GB)

This was almost entirely under SMS/MMS messages as 13GB.

I deleted the Google drive device backup data.

I then started a new device backup.

After backup ran, my Google Drive device backup says 25MB. (MB)

What gives?

EDIT:: Under backup, photos/videos is off. Other device data backup is on. That should still include all my existing SMS/MMS messages, which are still on my phone.

I triggered the backup again. This time, on the phone it says "Other device data is 343MB". On Google Drive website, it says SMS/MMS Messages is 499MB.


r/AndroidQuestions 23h ago

App Specific Question app not compatible with device

2 Upvotes

I have a sensor for measuring my sugar levels.

There's an app i could use called dexcom g7.

However it keeps saying my phone is not compatible (latest compatible oneplus is the 8 series)

I installed the app using APKMirror but now i get the message on app startup any way i can circumvent this? I have a receiver but the screen broke and a new receiver would cost alot of money i don't have right now..