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

Phone shows outgoing calls I did not make

I apologize if this has been address on another post. I try to find out but had no luck.
I have a Samsung Galaxy S7. I've noticed lately in my call log, outgoing calls that I did not make. Typically it is 2 calls at the same timestamp, and typically to California. When I look at the "Details" it shows that the number is blocked. I block the number of any spam calls coming it. But can my phone make calls on its own? Does my phone have a virus?

import image

hi,

i would like to recongize card from opencv. but i have a problem get image to project (png) and convert to format Mat. There are pattern picture.

I use Android Studio.
where can i put images which i use to (res/drawable) ?
how is it possible open in variable format Mat?

Thank you a lot for answer,

Hn.

Cannot get Android File Transfer to connect to my tablet

Android File Tranfer problem.jpg
Hi everyone,

Well I have this 2019 Samsung Galaxy Tab A 8 in. tablet that this site seems not to know exists, and I've had a great deal of trouble connecting a USB cable to it from my Mac with Android File Transfer. It never just connects, it puts me through a long hassle of cannot connect messages on my Mac screen, and endless allow/deny buttons on the tablet, and no matter how many times I hit the allow button AFT just keeps saying it cannot access the tablet. I've been able to get i to work in the past, after much fussing, but today it's just not going to work for me, and I'm wanting to put some files on the tablet, so this is not good.

Now I know I'm supposed to use MTP or file transfer mode, but I've looked around this tablet a very long time and while I can find MTP host and the MTP application there are no settings for either one, and I cannot find any way at all to just let my Mac connect with the tablet without the hassles. I just want to plug it in and go. I could do that with my old Acer tablet, but not with this one.

If anyone knows how to solve this problem I'd greatly appreciate the help.

Thanks,
a.

Help Same Android smartphone as hotspot and connected device to same itself hotspot. is it possible?

Hi folks! I'm newbie here and I've a big problem that I hope someone can help me to solve it!
I need to use my android smartphone as hotspot, sharing my mobile internet to connected devices but at same time I need to use same smartphone also to connect it, as WiFi, to the same hotspot!!
Why?
Because I've some device (eg. Oculus Quest VR and clean robot) whose apps need (force!!) to have connected Android smartphone where the app is installed, to the same WiFi network of the device!
Eg. I'd like to cast my Oculus on the app that I've installed in my android smartphone or I want use my clean robot throw the app installed, again, in my android smartphone but I can't because those apps don't see my smartphone connected to same WiFi network (of course!! My smartphone is hotspot to allow those apps to use internet and be devices connected to same network!! So how could my smartphone be also a WiFi Android device connected to itself??)
So, if I use my smartphone as hotspot, I can't use it also as WiFi connected device to the same hotspot!
I know, is tricky but I really need it because I don't have a typical home internet so I only use my mobile internet in hotspot throw my android smartphone. So I don't want pay for to buy an extra, new, device hotspot and new internet connection just because some app force me to use itself with the device(Oculus VR, clean robot..) only into same WiFi network with internet!!
I also tried to use a second Android smartphone (without second SIM card with internet, just the phone) with netshare app installed on it but I'd share internet from my primary Android to netshare and also connect my primary Android to WiFi to secondary device to satisfy app needs. I tried it but I didn't able to share internet.
It's creepy!
Is there a way?
Please help me
Thank you

Manifest problems after updating to Android Studio 4.0.1

After updating to Android Studio 4.1.1 the uses-permission in the manifest no longer works. It does not produce any build error, but in the target device it acts like the uses-permission tags are just not there.

I first noticed something was wrong when my working Bluetooth LE project just stopped detecting any other devices in scanning. On a hunch I uninstalled the debug version from the device and built an signed APK of the release version. No errors yet. Then I transferred the APK file to the device and launched it and was surprised to see "This application does not require any special access." I know from experience that I should have been seeing a warning that the app requires ACCESS_FINE_LOCATION. So just to be sure, I added a really serious permission: ANSWER_PHONE_CALLS. Surprisingly, the install on the device still says "This app does not require any special access.". Fortunately I had saved an APK file that I built before I updated Android Studio, and when I install it on the same device, the "access precise location" warning pops up and the Bluetooth stuff works perfectly. I am targeting the same API as before, same compileSDK. I suspect that the Bluetooth functions are silently failing because part of the OS thinks I have not declared the proper permissions. Here is my module build.gradle and the relevant parts of my manifest:

apply plugin: 'com.android.application'

android {
compileSdkVersion 27
defaultConfig {
applicationId "com.realtimespecialties.watering"
minSdkVersion 21
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
android.applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "watering-1.1.apk"
}
}
}
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
}



<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.realtimespecialties.watering">
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ANSWER_PHONE_CALLS" />
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>
<uses-feature android:name="android.hardware.location.gps" />


<application
android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden"
android:name=".Myapp"
android:allowBackup="true"
android:icon="@Mipmap/ic_launcher"
android:label="@String/app_name"
android:roundIcon="@Mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@Style/AppTheme">
<activity android:name=".Main">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

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

</manifest>


Android VR Games?

Hello,
I'm looking for a website that has every android VR game released. I'm interested in VR games more than normal games.
I don't want websites for example like Apkpure. It only shows VR games when you type "VR" in search.
There are plenty of VR games that don't have "VR" word in their titles like:
Eclipse: Edge of Light
The Hospital: Allison's Diary
Valley of Fear
Mummy Hunter

So I need a website that has every VR title available on the internet.
I'm just wandering why don't they add the word "VR" on the game picture on websites like Apkpure so people easily know which games are VR and which are not?

Need Help MUST diable DO NOT DISTURB !!

Hello all,

I have a major problem that will force me to ditch an android phone and move to Apple because I cannot get my phone to turn off DO NOT DISTURB and no matter what i do it stays on.

I can shut it off temporarily, but it turns it self on again and is always on after a reboot.

If my boss cannot get a hold of me again due to this issue I will be FIRED from my job.

I need to know if anyone has successfully done this or is it impossible.

No "try this" or "try that", I need a 100% proven method or "No not possible" answer please.

Android version 10

Thanks for any help the community can provide.

Help needed: Kindle-app won't work

Dear people, I've been trying to get my Kindle-app to work on my Galaxy Tab A10. I've previously installed this app on my old Galaxy tab (bought in 2015, runs on Android 7).
I discovered today that suddenly Kindle uses a very strange password to send books to my Kindle-app. As I've used the same e-mail address for years now, I think something is wrong. It is using the same address but with some other letters in between. I'm sure I'm not hacked ;-).

Is there anybody here who can help me getting the Kindle-app to work again? I cannot reach anyone at Amazon.

Furthermore, I need to find a reliable app to read books with .acsm. I used to read these books with the Aldiko-app but that is not working anymore too.

I'm quite desperate...

Unlock with no PIN

I have set up my brand new Teclast P80h tablet (using my OnePlus 7) as per the tablet's instructions. The setup finished successfully.
However, I now find the tablet demands a PIN to unlock. I cannot remember having used any PIN, and if I did there is only one possible number which the tablet doesn't accept.
How can I unlock without a PIN?
P.S. The reset hole doesn't reset but only restarts.

Who else wishes 2020 would be over with already?

This year, that started with such promise, the whole "20/20" thing, like we'd have clarity in this new year, things would be fresh and good and new...

...and then shit happened.

Starting with the unthinkable, Kobe Bryant's death, in January, then nosediving from there.

I, for one, cannot WAIT for this year to be over. 2021 cannot get here fast enough!

There have been very few years I felt this way about; the most recent one was 2011, which was awful for me personally. It started with my dad's death (that would be my father-in-law, who really WAS my dad despite not being related by blood, since I was 17), followed quickly by my best friend's son's death (active duty military, died of an undiagnosed heart ailment) at only 26, and went downhill from there. But nothing can compare to 2020. I mean a GLOBAL PANDEMIC?! And all the deaths...including Alex Trebek just this month...

2021, please hurry up and get here!

Please help. I have trust issue!

My partner cheated on me and decided to give him another chance... obviously trust has to rebuild. He sent me a photo of this item that his son wanted for Christmas. But WHAT THE HELL is those heart notifications. Please can someone share some light on what this could be ? I have asked and he told me he didn't know. When he clicked on it, it went away
(Funnybt

Help CAT S60 Camera doesn't work after reassembly

Hi everyone.
I assembled my CAT S60 after having changed its LCD Touchscreen.
It was working perfect. I took some pictures just to test it and it was working great.
The trouble came in when I tried to make a videocall and the selfie camera was all black. After that videocall I can't enter the camera app.
It's strange but the only way to take a photo or video is by doing it from a WhatsApp chat with the main camera. Trying to switch it to the selfie camera will make it crash.
I dissambled and tried to reconect the selfie camera twice.
Do you have any advice?
Sorry for my bad English
Thanks in advance

Julián

Christmas help please?

I was planning on signing my son up this year for the gift giving program thru the local police. I have found out that they are not going to do it this year! I have never signed him up before because I could always figure out something. This year I am really in a pickle guys so some ideas would be nice ... Or a card or some cheer... I don't see know if there are programs to get a free game or something . .. anything .. thank you guys . Lots of love &#10084;&#65039;

Filter

Back
Top Bottom