• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Can't Remove Phantom Device Backup

I am not able to delete a Google device backup from my Galaxy S7 that appears under "Settings > Google > Restore Contacts". I can restore the backup so there is data in the backup. When I use a web browser to view my Google Contacts there is nothing there and when I view my Google Drive Backups there is nothing there.

I added the problematic Google account to a phone that has never had any of my data on it and the backup is still available to restore. Sounds like the problem might be with my Google account and not my device.

I have tried with no success...
Contacted Samsung.
Removed my Google account from the phone for a least 24 hours.
Turned device backup on then off (This is supposed to delete all backup data on Google server).
Factory Reset.
Contacted Google Drive support.
Posted to Google Forum about 1.5 months ago with no response.

Help Spyware

I have a great assumption that my phone has spyware, but having difficulty locating it so I can remove it. My Gmail was hacked several months ago and I discovered my email address was attached to someone's Google Cloud. It showed my boyfriend's email address as the owner and mine listed under parental control. He denies allegations. He knows information about me from my text, email, calls, and messages that I have not shared with him. I downloaded a couple different apps to show me information about apps installed on my phone, but I don't know what to look for. I understand spy apps can be disguised, but not sure as to what. My battery drains quickly, my phone powers off an on by itself, it even makes weird notification sounds even though I turned all notifications off. Please help.

Marshmallow 6.0 vs Android version 9

Hello,

We just had our home hardwired for ethernet. We'd like to connect our cell phones directly to the internet through ethernet. It is a possibility with Android devices running Marshmallow 6.0. (I've also read anything newer than M 6.0, but our Motorollas are version 9 and we are not able to connect.) I just watched a video tutorial on how to change the OS on your phone. I'm thinking of giving it a try. Wondering if anyone on this forum has done this successfully. Any advice? Also, any thoughts on M 6.0 vs version 9? Thanks.

Flashlight

description.png


The Flashlight is a reliable, convenient and free illuminate app.
With one touch you instantly turns your device into the brightest flashlight!

This illuminate application has a simple and user-friendly interface containing only the necessary things and shows remaining battery percentage.
The most essential illuminate app for every Android device!

With this the brightest flashlight, you can do:
- Change the bubble or repair car at night
- Light your house during a power outage
- Open doors in low light
- Illuminate the way when hiking
- Find your keys in the dark
- Read an interesting book at night
- Control remaining battery percentage

Features:
- Intuitive and elegant design
- Launch it and get light instantly by pressing one button
- The brightest light
- Small size
- Torch works when screen is turned off or locked
- No camera permission needed for torch on devices with Android version more than 6.0
- Easy and fast to use torch
- Shows remaining battery percentage


Google Play link

flash_off.png
flash_on.png

Help Camera stopped working on Google Pixel 2

Couple of days ago my friends Google Pixel 2 camera wouldn’t work properly. double press power button, camera would start then close. Hit the camera icon on home screen, it would start and close. Occasionally, the app will open, but will not focus. I have cleared cache on app, uninstalled updates, started in safe mode, and then finally factory reset. Nothing worked. Anyone else having issues?

Micro SD Cards - Speed & Capacity

Since purchasing my S10+ (512GB) I have tested out a small variety of MicroSD cards that I had on hand. The MicroSD card that stood out is the Samsung Evo Pro Plus 512GB. I ran several Benchmark Tests and bottom line, the Evo Pro beat them all to include a SanDisk Ultra.


Has anyone added a 1TB card to thier Samsung S10? I would love to do so, but the cost for a good 1TB MicroSD is just to high at the moment (€499++/$550±). I'm curious IF anyone has tested this configuration and if so - what type of Benchmark results were rendered.

Thanks,

Mike H

Accessories Note 10/10+ accessories

so besides cases and screen protectors, are you gonna buy anything specific for your new note 10/10+?

i'm currently looking for a care mount. my thing is that i do not want a magnetic car mount as i would then need a mag strip on my case. i'm getting a clear case to show off the aurora glow color of my phone. and by adding a mag strip will just cover it up.

so i guess i'm looking for a cradle type car mount. i like the iottie, but i found that my note 8 could not get wirelessly charged because of the foot on the cradle made the phone sit too high and would not hit that sweet spot for charging. i had to saw the foot off to get it right. the suction finally failed so now i need to look for one that works for the note 10+. there is only one that i found on amazon that actually says it is compatible with the note10+ but it does not do wireless charging and it is magnetic.

with my samsung credit i might buy me some samsung buds......not sure yet. what are you gonna get for your phone?

MESSAGE APP FAILS CONTINUALLY

Device is Droid Maxx 2:
My Message App is failing repeatedly, within seconds each time. I've powered off/on, done a reset, not a recovery, removed the last three apps I've uploaded, ran Norton systems check, emptied storage cache, cleared history, but the only thing that allows me the freedom to use the device now is to Force Stop on the Message App. It was downloaded from Google Play and is their app.

Lost phone

I had a Samsung Galaxy S10 that was stolen. I bought it a couple months ago. I think the person who stole it, wiped the information on the phone but I was told by a samsung representative that the person cannot use the phone unless the person has one of my email details that was previously signed in on the phone. I am hoping that there is someone out there who can track my phone using the IMEI code (no IMEI tracker app was installed) . Or if someone can track the location where it was last used at ( I was calling my number when I realized it was lost) so if someone was able to track where the number was last ringing at, I will be able to prove that the person stole my phone and hopefully they will return it. I am so desperate to find my phone but this person is reluctant to admitting that she stole the phone and there is so many valuable information on my phone. I had almost my whole life planned out in detail in that phone. I wish there was some way I can just the information even if I don't get back the phone but my files weren't backed up. Please please please someone please help me track it. I will compensate you for your time if necessary..I'm desperate for.some help.

Phone settings resetting to default after restart

Samsung Galaxy S6 (SM-G920T)
Android 7.0

Starting about a month ago, whenever I restart my phone, certain phone settings reset to the default settings. These are some of the settings I notice resetting:

- Pull-down menu buttons
- Sounds and vibration
- Notifications
- Display

There are likely more; these are just the ones that are obvious to me. App settings seem to be fine.

Any ideas what the cause could be? I've investigated if it might be something with recently installed apps but that doesn't seem to be the case.

renaming package (containing MainActivity.java)

I've been playing with JNI and NDK for a couple of weeks and had some success but also a lot of confusion.

I basically downloaded the mandelbrot explorer (open source) from this developers site:
https://dmitrybrant.com/software-for-android

I got it working in android studio and have been able to use the ndk to compile c++ code successfully.

The problem is when I upload this modified code to my phone it always overwrites the original mandelbrot set app I downloaded from the playstore.

I've tried creating a project from fresh and copying over the relevent files/folders, but every time it fails at the System.loadLibrary(...) statement.

Now I've just been trying to rename the package, I do this, then click the button that makes the changes elsewhere in the code, but then that same error comes up again.
If I rename the package to its original value and click the button to make the changes, the app works normally again.

Its frustrating, I can't keep using a modified version of someone elses project, there has to be a solution.
Please let me know if you know how I can change the package name and still have it work.

Thanks.

WiFi Connection Issue

Hello all,

I have been having some significant issues with connecting to WiFi networks, specifically those in public spaces that require a popup menu to connect to the network (eg connecting to the hospital WiFi requires selecting "I agree" to a privacy statement before connecting). I have no trouble connecting with my laptop, but these menus never pop up on my phone, preventing me from signing in. Has anyone had this issue and found a solution?

Thank you sincerely for any help you can provide!

Mysterious Outgoing Calls

I was looking at my call call history and filtered to: Recents > Calls to Show > Outgoing Calls

In my recent outgoing calls, there are several calls to a contact whom I do *not* regularly call. These calls are happening unbeknownst to me. In other words, something is making the call - I physically am not.

What could be causing mysterious outgoing calls from my phone? Hacked? Software error?

This happens with only this same contact and has been going on for some time...

XUFbAgb.jpg

Filter

Back
Top Bottom