Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 views

Process is not killed even after swiping off from the recents screen

I have a camera app with options like photo, video, bokeh. If I goto recent and swipe up from there and relaunch the app, then it should open at photo option again regardless of which option I was ...
Shen's user avatar
  • 1
2 votes
1 answer
118 views

Flutter / Android: Start executable from assets

In my flutter application I have an asset which is an executable and I like to start that as interactive child process on android. My Test-Code is like this: rootBundle.load("assets/engines/...
tps's user avatar
  • 105
0 votes
0 answers
76 views

Run Services in Background Android New Versions?

I want to display a Toast message when the screen unlocks, saying "screen is open." This functionality is currently working when the app is open, but I want it to run as a background service....
Abhishek's user avatar
0 votes
0 answers
76 views

Cannot instance an JEqualizer in android

In FMX Delphi 11 I'm recording audio to process it. Here is a snippet of the code: FChannelConfig:= TJAudioFormat.JavaClass.CHANNEL_IN_STEREO; FAudioFormat := TJAudioFormat.JavaClass....
lefjucabro's user avatar
0 votes
0 answers
120 views

How can I run a armv7 file on a process in android studio

I have been trying to use stockfish in my android studio project and the only problem that I seem to face is that I can't run it. `String filePath = context.getFilesDir() + File.pathSeparator + "...
CXKX's user avatar
  • 1
2 votes
1 answer
962 views

How to solve 'Permission denied error' when creating a Process for .armv8 file in .NET MAUI Android Emulator

I have a .NET MAUI mobile-project and I am trying to call code that has been compiled from C++, namely an .armv8 file. I am trying the Process class to get this to work. I have tried the following ...
Ramon Brokking's user avatar
0 votes
1 answer
77 views

App Kill specific app by package name, clear its cache and Run the app again

I'm getting crazy while trying to make an app that will kill specific other app clear the killed app cache restart the killed app again for Android TV 10 lets call this app "the killer app"...
Dexter's user avatar
  • 1
2 votes
1 answer
433 views

Android WorkManager: Which process does work actually execute in?

I am using the WorkManager API that is supposed to be able to run even while the app isn't started or is killed(?) Then I wonder, if app isn't started or is killed, which process does the work ...
JohnyTex's user avatar
  • 3,442
0 votes
1 answer
121 views

When Android kills your app's process, does it include all the processes belonging to the app?

It is well known that can Android can kill the app's process at any time (mostly only when the app is in the background). What about running Services that are running in a separate process with the ...
Steve M's user avatar
  • 9,594
3 votes
1 answer
511 views

How to execute a binary file in android shell

I want to run a binary file in android shell and i am using flutter and dart build in function Process.run(); for creating a process in android shell. But whenever I am trying to execute binary file ...
Adalat Kumar's user avatar
2 votes
1 answer
2k views

Frida server keeps respawning

I have a frida server running on my phone. I want to stop it and start a different one. Running ps -A | grep frida gives me the PID to kill. root 19124 1064 132952 48396 ...
Dino's user avatar
  • 8,144
7 votes
1 answer
7k views

Android 12 SCHEDULE_EXACT_ALARM permission not applied in new process

Hy guys Situation I have been updated MyApp to target Android 12 and ran into some odd behavior with the new SCHEDULE_EXACT_ALARM permission. I have following problem with the new introduced ...
Luke's user avatar
  • 625
1 vote
1 answer
1k views

AAPT2 process unexpectedly exit. Error output:

I have this problem in my first java application in android studio 2021.2.1 : when I click Run i get this error image I tried to upgrade Gradle version and I used this link: https://developer.android....
Wissal Amira's user avatar
0 votes
0 answers
41 views

Is there a possibility to create an app that is never closed on Android?

I am developing an app which is gathering measurement in real time from ble device, and I want to have it working in the background. I tried using foreground service but after some time the app is ...
45marcin's user avatar
1 vote
1 answer
323 views

What's the best way to get the package name of the application in the foreground?

I'm working on an AOSP project and as part of that I'm modifying the Bluetooth SDK. I have made changes in android.bluetooth.BluetoothAdapter::getDefaultAdapter() method and I'd like to know which ...
Jugs's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
43