-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to disable or uninstall packages on older android versions #78
Comments
Actually, I'm also encountering the same issue with a Xiaomi device running android 7.1. |
Thanks! :)
Can you upload the logfile here please? |
Yep, sure. I just reproduced the bug right now, this is what I did:
The
|
I have the same issue on my Samsung Galaxy Note 8.0 (LTE) running Android 4.4.2. Running I believe on 4.0+
seems to work, and Perhaps the |
see #63 |
Mhm... on Android 8.0 @eauchat
Yes but Can you both confirm
One thing I noticed is that even if the multi-user system was implemented in Android 4.2, |
I think you misread my post, I'm talking about Android 4.4.2 on an old Galaxy Note 8.0 from 2013, not the Galaxy Note 8 from 2017.
On Android 4.4.2,
However, it returns
|
@0x192, to answer your request On that android 4.2.2 device, I ran the following commands and got the results you can see:
It doesn't seem that anything changed on the device, app is still present. I also tried what @matchatealeaf uses ( I'm not able to root that device (thanks to huawei), so I can't test if any of those command would work with root. |
Ok. This is the last issue before the release of the I didn't manage to find my old Android 4.4 phone so I couldn't do some tests.
No, I understood that. I probably did not express myself very well. I wanted to point out that since According to @matchatealeaf, At the same time, Did you both perform the commands on a already uninstalled package? Because
Are you sure about that? Can you list it with this command?
In the end, it seems that we weirdly can use I'll make an exception to for |
Ah, well maybe I wasn't clear or something, but there seems to be a misunderstanding there.
in the logs I sent are supposed to mean the command worked, but the result isn't there. Maybe there's something I didn't really get in your message @0x192, but to me the commands are failing to achieve my goal, which is to remove or at least disable the apps. Thanks for your efforts still :) |
…8.0) I don't know what happened. This is a nasty bug! (and there is actually 2 bugs in the if condition) It will help #78
I finally got my old Android 4.4 phone back. 1) 2) I can confirm we can only use 3) @eauchat Unfortunately I think we're screwed without root on even older (< |
Well, the situation you describe with ADB showing bad error messages and no error handling, reflects quite well what I've observed. Thanks a lot for investigating the situation and trying to find solutions @0x192 :) |
I want to delete some apps from my old phone (sm-a500fu android 6.0.1) but when I click on the uninstall button nothing happens is there any way to fix this? |
I have the same issue here (Android 6.0.1 on a Samsung Galaxy J5 (SM-J500FN)) - the device is detected, but it doesn't list anything under "Recommended/Enabled/All Lists", and when I manually search for things like facebook, Microsoft etc. and select them, clicking on Uninstall (individually or on "Uninstall Selected") doesn't do anything... |
To update this: The logfile shows that all the attempts to |
Yeah I found this also out yesterday but still thanks all the bloatware is now gone on my device. |
I have found a (potential) workaround for my (ancient) non rooted Huawei Ascend Y330 running Android 4.2: In theory one could:
Definitely convoluted, but doable. Maybe it's even possible to run binary code directly, without compiling a full app to achieve the same result. Some other ways probably exist, but at the end of the day one has to wait for the graphical interaction, so quite slow. PS: sorry for the necropost |
If you're trying to open an issue or PR, please note that this repo has not been maintained for a while. I have restarted development over at https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation We also have a UAD-ng discord server: https://discord.gg/CzwbMCPEZa |
First, thanks a lot for the amazing software, it works very well and I very much appreciate it!! :)
Lately I've been trying to debloat an old huawei device with android 4.2.2 on it.
The UAD interface somehow seems to display the "Disable"/"Uninstall" buttons dimmer, and clicking them does nothing.
I searched but didn't find documentation on that kind of issue.
What could be the reason why it's not working?
Thanks a lot for the attention :)
The text was updated successfully, but these errors were encountered: