[TOOL] ADB AppControl v1.5.0

Ultraviolet_2

New member
Nov 15, 2020
4
0
0
The problem is in the driver 100%. You need to uninstall your device's old usb driver and install another one.
Try this Universal ADB Driver installer. Let me know if it solves your problem.
Thanks mate, I've tried to uninstall all my old drivers and install your ADB driver but as soon as I plug my phone Windows install automatically a driver. I'm going to keep trying buy if somebody knows another way please share it :)
 

flash novice

New member
Nov 12, 2010
3
1
0
London
Such a breeze

What can I say so simple to use and gets rid of so much crap on my phone, which normally you would not be able to delete and so much easier than using adb. Keep up the good work.
 
Last edited:
  • Like
Reactions: Cyber.Cat

Cyber.Cat

Senior Member
May 24, 2020
117
109
53
appcontrol.neocities.org
Hello everybody!
I ready to share the news about the upcoming update. Yes, it will be 1.5!

There's something really cool ahead of you. What can you say about... Wizard for disabling unwanted applications and other bloatware?! I'm testing this feature right now and to be honest, I like the way it works. The Wizard will indeed allow you detect most of the unwanted applications. But the decision of what to disable will, of course, be made by the user.
I have big plans for Wizard of Disable. I will update the databases and improve the logic of its work until I achieve optimal results. Very soon you will be able to try it out on your androids! :)

2020-12-03_190933.png


P.S. I will soon be posting a new video on my YouTube channel showing all the new features of Update 1.5.
Have a nice day and good health!
 

Er. Aditya

Senior Member
Feb 28, 2014
4,309
6,118
263
BraveFort
Hello everybody!
I ready to share the news about the upcoming update. Yes, it will be 1.5!

There's something really cool ahead of you. What can you say about... Wizard for disabling unwanted applications and other bloatware?! I'm testing this feature right now and to be honest, I like the way it works. The Wizard will indeed allow you detect most of the unwanted applications. But the decision of what to disable will, of course, be made by the user.
I have big plans for Wizard of Disable. I will update the databases and improve the logic of its work until I achieve optimal results. Very soon you will be able to try it out on your androids! :)

View attachment 5146629

P.S. I will soon be posting a new video on my YouTube channel showing all the new features of Update 1.5.
Have a nice day and good health!
cant wait, thanks bud
 
  • Like
Reactions: Cyber.Cat

Qwman

New member
Feb 17, 2020
1
1
3
πολύ καλή εφαρμογή ,σε απαλλάσσει από πολύ σαβούρα .
very good application, frees you from a lot of garbage.
 
  • Like
Reactions: Cyber.Cat

Giocarro

Senior Member
Dec 11, 2012
2,061
970
193
I confirm that the application works flawlessly on Samsung S20 updated to Android 11.
Actually, after the update I found that 99% of the packages I disabled maintained that state, hence I had to just disable again a bunch of apps.
 
  • Like
Reactions: Cyber.Cat

Fullmetal Jun

Senior Member
Sep 10, 2013
816
269
93
Camp Kidney
I disabled some apps on my s7, but I think I accidentally disabled dialer storage & now I'm getting com.android.phone stopped working. I also disabled Samsung pay & smart switch.
The device is not offline in adb & I can't enable or restore the disabled apps.
Is factory reset the only option now?
 

carlitobahsoun

Senior Member
Sep 26, 2012
3,386
1,360
223
53
beirut lebanon
I disabled some apps on my s7, but I think I accidentally disabled dialer storage & now I'm getting com.android.phone stopped working. I also disabled Samsung pay & smart switch.
The device is not offline in adb & I can't enable or restore the disabled apps.
Is factory reset the only option now?

try in ur device : setting / app / disabled app .
see if u can enabled again .
smart switch u try install again from play store.
 
  • Like
Reactions: Fullmetal Jun

Cyber.Cat

Senior Member
May 24, 2020
117
109
53
appcontrol.neocities.org
I disabled some apps on my s7, but I think I accidentally disabled dialer storage & now I'm getting com.android.phone stopped working. I also disabled Samsung pay & smart switch.
The device is not offline in adb & I can't enable or restore the disabled apps.
Is factory reset the only option now?
Does your device boot into the GUI (graphical interface)? What happens when you connect to ADB AppControl? Does the program see a list of installed applications? If you can enter the settings follow carlitobahsoun advice and in the settings enable all disabled applications.
 

Fullmetal Jun

Senior Member
Sep 10, 2013
816
269
93
Camp Kidney
Does your device boot into the GUI (graphical interface)? What happens when you connect to ADB AppControl? Does the program see a list of installed applications? If you can enter the settings follow carlitobahsoun advice and in the settings enable all disabled applications.
Upon connection to adb app control, it connects & immediately disconnects.
My network is disabled & com.android.phone force close is the cause of it & the inability to connect to adb I think.
Device is offline on normal adb using cmd as well.
Installing any app/apk is stuck as well because of that android.phone pop-up
 

Cyber.Cat

Senior Member
May 24, 2020
117
109
53
appcontrol.neocities.org
Upon connection to adb app control, it connects & immediately disconnects.
My network is disabled & com.android.phone force close is the cause of it & the inability to connect to adb I think.
Device is offline on normal adb using cmd as well.
Installing any app/apk is stuck as well because of that android.phone pop-up
Try to connect your phone via usb and run this adb command:
Code:
adb shell pm enable --user 0 com.android.phone