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

Confused!!!

I know with out a doubt that my phone is hacked and it's all my fault actually. I allowed someone to borrow my phone but didn't think she would do such things to me. I'm trying hard to figure out how it's done so I can actually have a phone that I can use without her and anyone she chooses to do so knowing everything I do. I would also love to have a Google, Gmail, Facebook and messanger account that I could continue to use for more than three days. In reading many many topics of Android spy apps,hacker guides ECT. It all seems very possible. There are 135 apps on my phone it says, I have downloaded probably 10. Many many app files that seem to be normal for Android operating systems but I know she and others see all text and messanger messages, able to forward calls, allow calls to go and come, block calls and much more. I've read everything on how to see if your phone is hacked. My phone behaves exactly how a 'hacked' phone would behave. I've literally had my identity stolen and have become paranoid to no end. I have had this phone less than a month and now while looking at my Google Play under library it reads like my old phone plus this new one. I DIDN'T USE THE SAME GOOGLE ACCOUNT AND USED MY BOYFRIEND'S NAME!!! I'm almost at the point of throwing away the phone forever!!! I'm begging that if anyone can help guide me to a possible answer or to someone who can figure this out please help me. I'm at my wit's end

The liar

Yes my phone has been taken over by my husband. We have straight talk and some how my account now shows his number. And his account shows a tutorial for both his phone and mine. I cant do any thing without him getting it. Not that i do. But now i see that i have read only contact in my phone. Not only that but i am blocked at ever turn. I have seen ark.mirror in his activity and also com.tct dialer and contacts email and exchange. I am not computer smart. I have asked over and over for well over 3 years now about certain thing and i know in my gut he has been lying. I really need to figure out how to bust him so i can make a decision about my future. But i need proof of my gut feelings before i can do this. Ive been with him 24 years and i know but cant prove that he is a liar. Please anybody out there help me out. Im so tired of this. I just want to be able to show him i truly know befor i exit. Cause once i have my proof i can walk with him knowing that he cant lie anymore..

Why can't Google Play Music discern Music from audio books?

All Audio book readers Libra Vox, Gutenberg, GuteBooks, can discern the difference between Music files and Audio Books but Google Play Music cannot! You never find music in the books listed in any reader but you find Books in your music listed in Google Play Music??? What makes the readers so special that they can display the proper audio files, but Google has their head up their butt and just don't care?

Help Visual Voicemail Nightmare!

Hi there! I'm a casual android user! And over the past three days I've been trying to solve a problem! There is a notification on my screen registered under "Call services" New Voicemail
and when I click on it to get it off my screen it calls my voicemail.

I'm unable to swipe it off. The only options it gives me are to "snooze" it and to stop receiving notifications from call services. Even which I check that I don't want notifications this one stays anyway. I'm at my witts end please please help me solve this!!

Attachments

  • Screenshot_2019-05-26-21-31-42-1.png
    Screenshot_2019-05-26-21-31-42-1.png
    16 KB · Views: 128

Verizon slowing phone down?

My 2014 Samsung S5 galaxy phone, purchased from Verizon, has worked as expected until the last couple of weeks, when its response to any "request" began to slow down greatly. The battery can be fully charged, 100%, and the phone will show only a blank white screen for as much as 2-3 minutes. This does not depend on location - different places indoors, different buildings, outside, etc, are all the same. A "wide area network" of WiFi is available to me, and when the phone is on the WAN (WiFi) it shows the same slow-down. Once I get the sign-in screen, it may take from one to fives minutes after I press the Home button to access the main screen. Once the Home screen is available, it may take even longer - 5 to 10 minutes - before I can access email, or Maps, or any other app on the phone.

My guess has been that the phone is somehow wearing out. But I know that some phone suppliers have slowed down older phones, to encourage customers to "upgrade" to newer models. Does anyone know of Verizon doing this?

External storage

Since there is no internal slot for extra storage, I was told that I could buy an adapter for the USB 3 slot I have done that. I have inserted a large SD card I can see the SD card through a file manager, but I cannot get any music app or picture app to recognize that external storage.

I want to offload my pictures and music to the external drive.

I can click on the individual music files, and individual picture files, and I can hear and see them without problem. But no manager seems to be able to use them. I cannot even find a place to ask the Android system to move the applications to the external drive.

Has anyone had this problem, and if so what is the solution?

Google Pixel 3 XL with Android 9

Strange problem

Hi everyone.I had xiaomi redmi go and it was ok for my needs but problem was that when it was charching sometimes it would start to behave like one second there is power next second there is no power than there is power etc.Like someone was thurning charger on and of.I gave it to my baby brother and bought samsung J3.Everything was ok until yesterday when same problem happend with this phone.It just goes on and off like someone is constantly taking it of charger and next second puting it back on.What could it be.I am sorry about my English it is not my first language.Thank you.

App Inventor cannot find the declaration of element 'manifest'

Hi i have this problem - cannot find the declaration of element 'manifest' in my androidmanifest.xml

Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="0"
android:versionName="1.0"
android:compileSdkVersion="28"
android:compileSdkVersionCodename="9"
package="com.myapp.myapp"
platformBuildVersionCode="28"
platformBuildVersionName="9">

<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="28"
android:maxSdkVersion="28" />

<supports-screens
android:anyDensity="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true" />

<uses-permission
android:name="android.permission.INTERNET" />

<uses-permission
android:name="android.permission.ACCESS_NETWORK_STATE" />

<uses-permission
android:name="android.permission.ACCESS_WIFI_STATE" />

<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION" />

<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-permission
android:name="android.permission.READ_PHONE_STATE" />

<uses-permission
android:name="android.permission.WAKE_LOCK" />

<uses-permission
android:name="com.google.android.c2dm.permission.RECEIVE" />

<uses-feature
android:glEsVersion="0x20000"
android:required="true" />

<permission
android:name="com.myapp.myapp.permission.C2D_MESSAGE"
android:protectionLevel="0x2" />

<uses-permission
android:name="com.myapp.myapp.permission.C2D_MESSAGE" />

<application
android:label="@ref/0x7f0c0020"
android:icon="@ref/0x7f070169"
android:name="android.support.multidex.MultiDexApplication"
android:debuggable="true"
android:allowBackup="true"
android:hardwareAccelerated="true">

<meta-data
android:name="com.google.android.gms.version"
android:value="@ref/0x7f090005" />

<meta-data
android:name="com.google.android.gms.games.APP_ID"
android:value="@ref/0x7f0c001f" />

<activity
android:theme="@ref/0x01030007"
android:label="@ref/0x7f0c0020"
android:name="com.mayourgames.bozolee.PTPlayer"
android:screenOrientation="0"
android:configChanges="0x80">

<intent-filter>

<action
android:name="android.intent.action.MAIN" />

<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:name="com.heyzap.sdk.ads.HeyzapInterstitialActivity"
android:configChanges="0xca0" />

<activity
android:name="com.heyzap.sdk.ads.HeyzapVideoActivity"
android:configChanges="0xca0" />

<activity
android:name="com.heyzap.sdk.ads.MediationTestActivity" />

<activity
android:name="com.heyzap.sdk.ads.HeyzapProxyActivity" />

<receiver
android:name="com.heyzap.sdk.ads.PackageAddedReceiver">

<intent-filter>

<data
android:scheme="package" />

<action
android:name="android.intent.action.PACKAGE_ADDED" />
</intent-filter>
</receiver>

<uses-library
android:name="org.apache.http.legacy"
android:required="false" />

<receiver
android:name="com.heyzap.mediation.handler.IntergrationsReciever"
android:enabled="true"
android:exported="false">

<intent-filter>

<action
android:name="com.gameofwhales.action.Response" />
</intent-filter>
</receiver>

<receiver
android:name="com.fyber.inneractive.sdk.mraid.IAMraidKit"
android:enabled="true"
android:exported="false">

<intent-filter>

<action
android:name="com.fyber.inneractive.sdk.intent.action.REGISTER_KIT" />
</intent-filter>
</receiver>

<receiver
android:name="com.fyber.inneractive.sdk.nativead.IANativeKit"
android:enabled="true"
android:exported="false">

<intent-filter>

<action
android:name="com.fyber.inneractive.sdk.intent.action.REGISTER_KIT" />
</intent-filter>
</receiver>

<activity
android:name="com.fyber.inneractive.sdk.activities.InneractiveInternalBrowserActivity"
android:configChanges="0xda0" />

<activity
android:theme="@ref/0x01030007"
android:name="com.fyber.inneractive.sdk.activities.InneractiveFullscreenAdActivity"
android:configChanges="0xda0" />

<activity
android:theme="@ref/0x01030007"
android:name="com.fyber.inneractive.sdk.activities.InneractiveRichMediaVideoPlayerActivityCore"
android:configChanges="0xda0" />

<receiver
android:name="com.fyber.inneractive.sdk.video.IAVideoKit"
android:enabled="true"
android:exported="false">

<intent-filter>

<action
android:name="com.fyber.inneractive.sdk.intent.action.REGISTER_KIT" />
</intent-filter>
</receiver>

<activity
android:theme="@ref/0x0103000f"
android:name="com.google.android.gms.ads.AdActivity"
android:exported="false"
android:configChanges="0xfb0" />

<receiver
android:name="com.google.android.gms.analytics.AnalyticsReceiver"
android:enabled="true"
android:exported="false" />

<service
android:name="com.google.android.gms.analytics.AnalyticsService"
android:enabled="true"
android:exported="false" />

<service
android:name="com.google.android.gms.analytics.AnalyticsJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="true"
android:exported="false" />

<activity
android:theme="@ref/0x7f0d0127"
android:name="com.google.android.gms.appinvite.PreviewActivity"
android:exported="true">

<intent-filter>

<action
android:name="com.google.android.gms.appinvite.ACTION_PREVIEW" />

<category
android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

<activity
android:theme="@ref/0x01030010"
android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
android:exported="false"
android:excludeFromRecents="true" />

<service
android:name="com.google.android.gms.auth.api.signin.RevocationBoundService"
android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION"
android:exported="true" />

<receiver
android:name="com.google.android.gms.cast.framework.media.MediaIntentReceiver" />

<service
android:name="com.google.android.gms.cast.framework.media.MediaNotificationService" />

<service
android:name="com.google.android.gms.cast.framework.ReconnectionService" />

<activity
android:theme="@ref/0x01030010"
android:name="com.google.firebase.auth.internal.FederatedSignInActivity"
android:permission="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN"
android:exported="true"
android:excludeFromRecents="true"
android:launchMode="3" />

<activity
android:theme="@ref/0x01030010"
android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:exported="false" />

<service
android:name="com.google.firebase.messaging.FirebaseMessagingService"
android:exported="true">

<intent-filter
android:priority="-500">

<action
android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>

<service
android:name="com.google.android.gms.tagmanager.TagManagerService"
android:enabled="true"
android:exported="false" />

<activity
android:name="com.google.android.gms.tagmanager.TagManagerPreviewActivity"
android:exported="true"
android:noHistory="true">

<intent-filter>

<data
android:scheme="tagmanager.c.com.mayourgames.bozolee" />

<action
android:name="android.intent.action.VIEW" />

<category
android:name="android.intent.category.DEFAULT" />

<category
android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</activity>

<receiver
android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
android:enabled="true"
android:exported="false" />

<receiver
android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver"
android:permission="android.permission.INSTALL_PACKAGES"
android:enabled="true"
android:exported="true">

<intent-filter>

<action
android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>

<service
android:name="com.google.android.gms.measurement.AppMeasurementService"
android:enabled="true"
android:exported="false" />

<service
android:name="com.google.android.gms.measurement.AppMeasurementJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="true"
android:exported="false" />

<receiver
android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
android:permission="com.google.android.c2dm.permission.SEND"
android:exported="true">

<intent-filter>

<action
android:name="com.google.android.c2dm.intent.RECEIVE" />

<category
android:name="com.myapp.myapp" />
</intent-filter>
</receiver>

<service
android:name="com.google.firebase.iid.FirebaseInstanceIdService"
android:exported="true">

<intent-filter
android:priority="-500">

<action
android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter>
</service>

<provider
android:name="com.google.firebase.provider.FirebaseInitProvider"
android:exported="false"
android:authorities="com.myapp.myapp.firebaseinitprovider"
android:initOrder="100" />

<meta-data
android:name="android.support.VERSION"
android:value="26.1.0" />

<meta-data
android:name="android.arch.lifecycle.VERSION"
android:value="27.0.0-SNAPSHOT" />
</application>
</manifest>

GPS Daemon system app?

Pre-installed Android system app. GPS Daemon. What is it? Didnt notice it till my NetGuard firewall brought it to my attention. Cant find it or make any changes to it in the app settings on my device. Any insight? Anyone know what it is or what it does or how to configure it?

Attachments

  • Screenshot_20190526-103332_NetGuard.jpg
    Screenshot_20190526-103332_NetGuard.jpg
    119.9 KB · Views: 1,211

How to recover photos after factory reset if new photos have been taken?

Hello there!

I am interested if it is possible to recover photos from my Huawei P9 Lite after a factory reset, if some new photos have already been taken after the factory reset?

The factory reset occurred unexpectedly yesterday evening due to the face that too many images have been stored on the phone, taking up so much memory that somehow an error occurred, which set off the factory reset. All of the images (around 3000) have been deleted and I am really interested how to recover them. However, what concerns me is the fact that around 20 new photos have been taken after the factory reset, therefore possibly overwriting the old ones.

I have already tried recovering the photos using some android data recovery application on my computer, which scanned my phone in order to find the deleted photos, but only the 20 new photos showed up. I didn't, however, scan the phone with root priviliges.

Now, what interests me is:
- Have the 20 newly taken photos overriden ALL of the previous 3000 photos, therefore making them unrecoverable?
- Would scanning with root access help?
- Your recommendations... How should I recover the lost images, if possible?

Thank you for the time taken to read this thread and I would really appreciate all of the provided information.

- Fish

Help SD card problem

I have an eBay unbranded, budget smart phone, Model T3 with 8 gigs of internal memory, running Android 6 with a USB driver app installed connected to a Windows 7 Ultimate PC with a data cable (tried two different cables). USB debugging is connected. My phone will connect to the PC with the SD card as the default write disk.

On the phone I can configure the card to operate as USB storage or as Media device. When USB connection is "Media device" a window will appear on my PC desktop saying "Autoplay" and "Device Options". I can select "Open device to view files using "Windows Explorer". I can access the card and view its contents. However, and here is the problem, When the phone's SD card is connected as USB Storage, "Computer" window appears on PC desktop with "Hard Disk Drives" and "Devices With Removable Storage", "Removable Disk (Z:)", --my phone-- (it doesn't matter what drive letter I assign it). When I click on "Removable Disk (Z:)" a window appears on my PC which says, "Insert Disk", " Please insert a disk in Removable Disk (Z:)". I cannot access the SD card labeled Disk (Z:) so I can't transfer files between the PC and the phone.

I go into "Administrative Tools", "Computer Management", "Storage", "Disk Management" and the SD card is listed as "Disk 2", "Removable (Z:), "No Media" but I can't do anything with it.

Does somebody have any idea how I can fix this so I can access the SD card from my PC as "USB storage"?

Sorry about all the emoticons. Unintentional. The end parenthesis created them.

Help My noob phone dieded? :/

Hi,
I'd like to ask for help. Yesterday, my poor little Nubia N1 lite ( NX597J) was almost discharged, so i plugged it in charger. It was turned on btw. When i plugged it in, the screen showed colored lights for a moment like when old analog TV doesn't have a signal, can't think of better way to describe it. after that phone became unresponsive with everything except red notification light on top left.
When its plugged in charger, it shows bright red light, when its off the charger it shows dim red light. Can't turn on, doesn't vibrate or anything, literally nothing but the light works.
I tried the things with power button holding +- but no luck. Any idea?

Media Playback is unsupported

I have a Galaxy S8 running Android 9.0 and using the Dolphin browser.

I have a Galaxy Tab S2 running Android 7.0 and using the Dolphin browser.

My wife has a Galaxy S8 running Android 8.0 and using the Dolphin browser.

All three are fully up to date with android and are running the latest version of Dolphin.

When using my Tab S2 or my wife's S8 I can load the same video from the BBC pages (for example) and it runs as expected.

When using my S8 I can load the same video from the BBC pages but it will not run. I get the error message "media player is not supported on your device".

Why is media player supported on two of these devices but not on my S8 and how can I get media player supported on my S8?

Help Application for recording calls (lectures) - Request for help

Hello friends,

I hear some lectures on the phone and want to record the conversations.

I searched for all the applications that are supposed to record but hardly hear the voice of the incoming line - but instead it is on a loudspeaker (which is very uncomfortable)

It seems as though they are just scheduling the recording of the usual tape recorder on the device. (Am I right ? )

Is there an app that can catch the sound coming into the device before it even goes out?

Or does anyone have an idea of how to record - I would be very grateful.

Help Please cure my stupidity-- How to make a new S5 operable???

I enjoy the Galaxy S5 on MetroPCS which "rides on the T-Mobile network". The screen cracked, so went on eBay to purchase a new, factory sealed S5 identical model, G900T labelled SM-900T3 UD. Went to MetroPCS and they said this new phone must be unlocked! Referred to T-Mobile and they couldn't help. This sealed package was labelled "Family Mobile" from Walmart and uses t-mobile. T-mobile told me to contact FamilyMobile (FM). FM told me they would not unlock it unless and until a year of using their service, and that's over $320 over three times the cost of the new phone!! Feels like being a hostage. Stupid me - - - should have purchased an unlocked phone.

Haven't opened the phone so have no idea if it has that small simm card, but at MetroPCS they are only $10.

Called a local phone repair place and they said that they can unlock it for $70 and it will take a week to get some code from a "Samsung server". Huh?

Any of you Android geniuses know if and how a consumer can unlock the phone? Must I throw it away? Give it away for a small tax deduction?

HELP!!!

Filter

Back
Top Bottom