How to kill an application with an unrooted phone ?

Christoph

Member
Hi, I need to kill an application. I have tested these 2 actions :
1679555184017.png
  • Kill Application: Does not work because my phone is not rooted. Is it possible to give permission for this action via ADB hack ? (I have already given the basic ADB hack permissions, so that I can use the Dark mode command, but I have seen there are some additional permissions we can give via ADB hack)
  • Kill Background Process: I have tested it, the app was not killed.
 

Christoph

Member
Thank you. That's clear 🥲

One of the app I want to kill show luckily has this in the notification area:
1679565049776.png
How can this be closed via the UI ? opening the notification bar then to click on close
 

Dimlos

Well-known member
Depending on what kind of use you want to kill for, it may be possible to freeze the application using a combination of Shizuku and Hail.
 

Dimlos

Well-known member
You may find the information in this thread helpful.
 

Dimlos

Well-known member
I think it will probably stop with this command.
am force-stop com.camsam.plus
 

Attachments

  • ADB Command.jpg
    ADB Command.jpg
    298.1 KB · Views: 12

Dimlos

Well-known member
I see that you are searching in the browser, but is it possible to search directly in the Google Play Store app?
At least on my Galaxy A22 5G / Android 13 it is installable and works.
 

Christoph

Member
I have first search on Play store app on my S20, but could not find it. Then I have tried on the browser and there I could see it, but it was not reported as incompatible and the Install button is greyed out.
I am surprise you can have it in Android 13. You probably installed it prior to Android v13 upgrade.
 

Dimlos

Well-known member
It is installable on Android 13 on at least multiple devices I have.

I don't know what the limitation is, but I think it is an issue with your device, as it can be installed on devices with Android 13 from the beginning, such as the Google Pixel 7 Pro.
 

Christoph

Member
When I search "ADB shell" on my Play store app, he is the result :
1679594889443.png

I have never had such issue before. I guess it is because of geographical zones: I am in Europe. Where are you ?

Can someone else test if he can see this app in his Play store ?
 

Dimlos

Well-known member
I am in Asia and we use the same Google account, so maybe if I have an installation history for Android 13 or earlier, I can install it on other devices.
 

Christoph

Member
I have tested on a friend having a Samsung tablet, he does not have this app in his Play store as well. I guess it is not available in Europe 😥
 

Christoph

Member
Thank you for the link to the apk. I have installed ADB Shell.
I have then tested in MacroDroid but it did not work.

Here is what I have entered :
1679672653597.png

Do I need to enter something specific on this screen too ?
1679672686084.png

Here is the permission I have given to ADB Shell, does it need other permissions ?
1679672892498.png
 
Top