Just one question....I have . I have deblotet my LG G6 very nicely so it's almost stock Android. Only app that is being tricky is LG original dialer. How can I remove it....what is the name of it .
I used package viewer and does not seem to be listed. I tried listing apps via ADB shell and not sure which package it is .
Any help is much appreciated.?
It's called com.android.contacts you have to install Google dialer first because when you remove the app it fc instantly.
Related
Hello,
I've been trying to create a widget, and i've been using my phone to do the testing.
For some reason the phone keeps rembering an old version of the widget.
I uninstall the widget every time i re-deploy it but it still remembers the old one.
the only way i've found to get it to work is to change the package name and then install it and then it works fine.
Anybody else come across this issue ? or dose any body know how to stop this from happening ?
bobs79 said:
Hello,
I've been trying to create a widget, and i've been using my phone to do the testing.
For some reason the phone keeps rembering an old version of the widget.
I uninstall the widget every time i re-deploy it but it still remembers the old one.
the only way i've found to get it to work is to change the package name and then install it and then it works fine.
Anybody else come across this issue ? or dose any body know how to stop this from happening ?
Click to expand...
Click to collapse
Don't know if this if any help but worth trying:
I've had problems like yours when I had a multiuser setup. Uninstalling my developped app that was installed signed with the debug keystore didn't really uninstall: Playstore couldn't install the officially signed variant that was on the playstore, even though I unstalled the test app.
The only way to properly uninstall the test-app and allow the playstore to install the official one was:
Code:
adb uninstall my.package.name
. Uninstalling from the phones settings-apps-uninstall appearently was not a full uninstall
Yes, @Zatta is right. It is no full install. However, you can do that from the settings app:
Use the first user you have created when you got your phone. Then open the settings of the app. In the action bar there should be an icon. If you click it, there should be an option to uninstall it for all users.
nikwen said:
Yes, @Zatta is right. It is no full install. However, you can do that from the settings app:
Use the first user you have created when you got your phone. Then open the settings of the app. In the action bar there should be an icon. If you click it, there should be an option to uninstall it for all users.
Click to expand...
Click to collapse
unforchantly this isnt the case for me, i dont have a multi profile set up. It is really strange tho.
But implimenting the pageange name each time is annoying.
could it be somthing to do with eclipse ? is there an altertive compiler i could use ?
any suggests are welcome
Did you try uninstalling with adb? Do you van any reminants in /data/data?
is your app still present in the PackageManager?:
Code:
PackageManager mPm;
List apps = mPm.getInstalledApplications(PackageManager.GET_UNINSTALLED_PACKAGES | PackageManager.GET_DISABLED_COMPONENTS);
If you are rooted, there will also be the method to uninstall it in an adb shell or in Terminal emulator:
Code:
su
pm uninstall <package>
Hello Forum!
I tested some Roms today and now after restoring my old System I encountered an italian App called mywind (its on Google Play). I didn't installed it and I can't uninstall it from within the drawer.
So I googled it and it seems to be part of any north american Provider Service or something.
Does anybody know where it comes from or how to get rid of it?
Greetings, Jan
PS: I'm on a debloated and modded G2 D802 with 5.0.2 Stock LL Dorimanx and I was testing the Google Edition 1.3 Rom.
Use Root Uninstaller to get rid of it, you can find it on Play Store.
Thanx for that, Felipe. It wasn't easy to remove. Had to erase single files via root explorer because the uninstaller only deleted the .apk.
Now its gone but theres still the Question: What exactly is it and where did it come from?
i have the same problem.... witch other files did you delete? (i use root uninstaller to remove the app too). Thanks
Jan Philipp said:
Thanx for that, Felipe. It wasn't easy to remove. Had to erase single files via root explorer because the uninstaller only deleted the .apk.
Now its gone but theres still the Question: What exactly is it and where did it come from?
Click to expand...
Click to collapse
I saw there was an unofficial application called myWind with the package ID it.wind.myWind and an official myWind application, do you know which one was installed? If it was the official myWind application (also available on the play store), it's possible that your carrier could have a thing similar to Sprint Zone/Boost Zone which downloads and installs carrier applications.
It says in the app " MyWind is the app that lets you keep track of your Wind and Infostrada lines. "
It seems like a carrier app . Could be included in the rom you installed.
i have been unable recently to get the lg debloater app to work. not sure why, looks like it was pulled from the app store? well there is an easier way anyways. here is my list of apps i removed via adb shell. if anyone else would like to add any other apps i think this would be a great information post on what we removed and results. did it break something? can we install an aosp app to replace it? or 3rd party and basically create a less LG device. i am sure there are more apps that can be removed then i did. i know its possible to use google search to see what com.xxx.xxx file is for, but might not give enough information to determine if removing it will break something.
letrain02 said:
i have been unable recently to get the lg debloater app to work. not sure why, looks like it was pulled from the app store?
Click to expand...
Click to collapse
It's back : https://play.google.com/store/apps/details?id=com.lgall.pdppremium
May be for a short time..
letrain02 said:
i have been unable recently to get the lg debloater app to work. not sure why, looks like it was pulled from the app store? well there is an easier way anyways. here is my list of apps i removed via adb shell. if anyone else would like to add any other apps i think this would be a great information post on what we removed and results. did it break something? can we install an aosp app to replace it? or 3rd party and basically create a less LG device. i am sure there are more apps that can be removed then i did. i know its possible to use google search to see what com.xxx.xxx file is for, but might not give enough information to determine if removing it will break something.
Click to expand...
Click to collapse
It worked great thanks, remove the beginning of the commands and the success was all I had to do and then I had to install pixel launcher because it deleted that but it works great.
js.juju said:
It worked great thanks, remove the beginning of the commands and the success was all I had to do and then I had to install pixel launcher because it deleted that but it works great.
Click to expand...
Click to collapse
Glad to hear! Yes it does remove stock home launchers.
To anyone who reads this if you want to know about the apps I have listed and what they do Google is a friend. Or again if anyone knows anything else that can be removed without causing the device to break feel free to list them. I only removed what I felt comfortable removing. I am sure there is more.
letrain02 said:
Glad to hear! Yes it does remove stock home launchers.
To anyone who reads this if you want to know about the apps I have listed and what they do Google is a friend. Or again if anyone knows anything else that can be removed without causing the device to break feel free to list them. I only removed what I felt comfortable removing. I am sure there is more.
Click to expand...
Click to collapse
The signature in LG camera doesn't work
All the Google apps can be safely removed as well
js.juju said:
The signature in LG camera doesn't work
All the Google apps can be safely removed as well
Click to expand...
Click to collapse
I don't use this feature. But all the apps are still on your device in folders in system folder if you need to reinstall them. It was possibly gallery app that was removed?
Use "pm install <path to .apk file> " they are most likely in app and priv-app folders
letrain02 said:
i have been unable recently to get the lg debloater app to work. not sure why, looks like it was pulled from the app store? well there is an easier way anyways. here is my list of apps i removed via adb shell. if anyone else would like to add any other apps i think this would be a great information post on what we removed and results. did it break something? can we install an aosp app to replace it? or 3rd party and basically create a less LG device. i am sure there are more apps that can be removed then i did. i know its possible to use google search to see what com.xxx.xxx file is for, but might not give enough information to determine if removing it will break something.[/QUOTE
Thanks for the post. i got an error for this
adb -d shell pm uninstall -k --user 0 com.mobitv.client.tmobiletvhd
Also, after removing bloat, Always on Display is not working for me. Tried restarting also. Any ideas?
Click to expand...
Click to collapse
Thanks for the post. Most of the commands worked except this one
adb -d shell pm uninstall -k --user 0 com.mobitv.client.tmobiletvhd
Also, after removing bloat, Always on Display is not working for me. Tried restarting also. Any ideas?
Maybe you didn't have TMobile tv on yours. And no idea on the AOD . Did you try reinstalling anything to see what broke it? I don't use AOD.
letrain02 said:
I don't use this feature. But all the apps are still on your device in folders in system folder if you need to reinstall them. It was possibly gallery app that was removed?
Use "pm install <path to .apk file> " they are most likely in app and priv-app folders
Click to expand...
Click to collapse
I used pm uninstall -k --user 0 com.android.calendar and it worked correctly, then to activate it again, what command would I use?
Everyone,
I have been using AcquariOS on my rooted 872, but was going to switch temporarily back to the stock Oreo, but I wanted to get rid of all TMobile and LG crap (except for the camera) and replace with GApps like I have on AcquariOS.
There is a GApps for stock ROM's and I assumed that it de-bloats, but if it doesn't, I am not sure how I would do this. Typically with a custom ROM, you install GApps before first boot and then sign into the phone as if you were a Google Pixel user.
Anyway -- was just wondering if anyone had any guidance on how to proceed as the Oreo stock ROM should be posted and flash-able via TWRP any day.
I guess I'll first try Installing GApps before first boot and then assume I have to do some de-bloating afterwards...
MW
So I deleted the LG Music app using adb commands, I downloaded the LG ROM apps (including LG Music) but I cannot install the app, keeps saying not installed after I try install it from file manager, unknown sources is selected??? so I'm perplexed, is there any way to install the LG Music app without resetting the whole device? is it an option to download the music app through LG smartworld?
Is there any way to completly uninstall samsung app in order to use google ones :
- calendar
- mail
- dialer
Would disabling them work?
Yes, XDA has a non-root guide. You can't uninstall the APK itself so when you want to re-install or,or if you factory re-set, it will be there again.
But google XDA bloat no root uninstall
it's on the website, uses ADB to get rid of it
Thanks
Will try !
Will that work for the dialer?