Is there a way to set Chrome as the default browser, without removing Silk?
I don't want to remove Silk if by chance any of the Amazon framework service rely on it for dependencies.
My Fire is rooted, with Google Play & Chrome already installed.
ArmandSalmon said:
Is there a way to set Chrome as the default browser, without removing Silk?
I don't want to remove Silk if by chance any of the Amazon framework service rely on it for dependencies.
My Fire is rooted, with Google Play & Chrome already installed.
Click to expand...
Click to collapse
If you're talking about the default for the persistent search bar on your custom launcher, you don't need to remove anything, just disable unifiedSearch:
Code:
adb shell "su -c 'pm disable com.amazon.kindle.unifiedSearch'"
If you're concerned about disabling things, IMHO the best way is with gatesjunior's Debloater tool, here on XDA. It lets you see every system app you've "turned off" and easily re-enable them. Give it a try!
Thanks DoLooper, Debloater worked out another issue I was running to.
DoLooper said:
If you're talking about the default for the persistent search bar on your custom launcher, you don't need to remove anything, just disable unifiedSearch:
Code:
adb shell "su -c 'pm disable com.amazon.kindle.unifiedSearch'"
If you're concerned about disabling things, IMHO the best way is with gatesjunior's Debloater tool, here on XDA. It lets you see every system app you've "turned off" and easily re-enable them. Give it a try!
Click to expand...
Click to collapse
Hi all.
I'd like to replace Silk with Firefox when using the persistent search bar.
How do you enter the code?
Thank you!
Quiyaro said:
Hi all.
I'd like to replace Silk with Firefox when using the persistent search bar.
How do you enter the code?
Click to expand...
Click to collapse
Type it (or paste) into a terminal/command window on PC--same way you entered commands when you rooted. Reboot after.
Thank you DoLooper!
Related
I'm starting to disable apps, here is my list so far I'll probably add to it once I can use the phone as my DD later in the week.
Settings, Device Tab, Applications, Application Manager, All
3DTourViewer
Amazon
AT&T Family Map
AT&T Hot Spots
AT&T Live
AT&T Locker
AT&T Mail
AT&T Mobile Locate
AT&T Mobile Transfer
AT&T Navigator
Caller Name ID
Device Help
Dictionary
Digital Life
DriveMode
Facebook
Family Utility
Galaxy Apps
Galaxy Apps Widget
Hancom Office 2014
Instagram
Keeper
Lookout
Memo
Messenger
Milk
Milk Video
Mobile TV
myAT&T
OneNote
Pages Manager
S Beam
S Voice
Samsung account
Samsung Billing
Skype
Smart Limits
Smart Remote
Uber
Voice wake-up
YP
With Root, Apps Frozen:
AT&T Software Update
AT&T Remote Support
Music 6.0
My interests 1.0
My Places 1.0
SysScope 1.3.x
Obviously if you use Facebook, Instagram etc you wouldn't disable these but most of this is pure bloat. Why I wish GPE devices were more common...
Let me know if you have other things you disabled and if it had any side effects.
mrRobinson said:
I'm starting to disable apps, here is my list so far I'll probably add to it once I can use the phone as my DD later in the week.
Settings, Device Tab, Applications, Application Manager, All
AT&T Family Map
AT&T Hot Spots
AT&T Live
AT&T Locker
AT&T Mail
AT&T Mobile Locate
AT&T Mobile Transfer
AT&T Navigator
Caller Name ID
Device Help
Dictionary
Facebook
Family Utility
Hancom Office 2014
Instagram
Keeper
Lookout
Messenger
Milk
Milk Video
Mobile TV
myAT&T
OneNote
Pages Manager
S Beam
S Voice
Samsung account
Samsung Billing
Skype
Smart Limits
Uber
YP
Obviously if you use Facebook, Instagram etc you wouldn't disable these but most of this is pure bloat. Why I wish GPE devices were more common...
Let me know if you have other things you disabled and if it had any side effects.
Click to expand...
Click to collapse
-Amazon
-digital life
-Google play games
-Google play movies and tv
-Google play music
-Google play newstand
Still testin these out when disabled
Sent from my SAMSUNG-SM-G925A using XDA Free mobile app
rafael707 said:
-Amazon
-digital life
-Google play games
-Google play movies and tv
-Google play music
-Google play newstand
Still testin these out when disabled
Sent from my SAMSUNG-SM-G925A using XDA Free mobile app
Click to expand...
Click to collapse
The google play stuff I'd hope people understand and are IMO, stock, so I won't put them on my list. Amazon I overlooked cause i actually had on my GPE device but its def not stock. Digital Life I just missed, good catch.
If you are not using the samsung weather widget also disable Weather Daemon it uses a lot of location battery.
What apps won't let u disable.. I've read there are a few.
crea78 said:
What apps won't let u disable.. I've read there are a few.
Click to expand...
Click to collapse
A LOT! More than there should be certainly. Can not disable built-in EMail and it's 4 sub apps for instance
What is this ant + services?? Nevermind just searched and found
_Infamous_ said:
What is this ant + services?? Nevermind just searched and found
Click to expand...
Click to collapse
Yea and one you can't disable. I've updated OP with more i've disabled with no negative side effects for me.
NOTE Edge debloater
I can't find the link, but, someone mentioned that the Edge Note debloater WILL work, and does.
Without root you can only hide apps, but, it allows you to hide some that you cannot using the built-in method, like EMAIL, BROWSER, ETC.
dirtyballoonot said:
I can't find the link, but, someone mentioned that the Edge Note debloater WILL work, and does.
Without root you can only hide apps, but, it allows you to hide some that you cannot using the built-in method, like EMAIL, BROWSER, ETC.
Click to expand...
Click to collapse
Right, using the UI you can click disable to disable apps. For the ones that you can't disable you can "hide" with adb shell (or that tool).
That tool I think is only windows but i'd imagine it's simply leveraging the "pm" binary on android.
For example if i drop into an adb shell on my edge and run
pm hide com.sec.android.app.sbrowser
Then that samsung browser is now gone.
Just remember which you hide as they won't show up and the only way to bring them back is to run
pm unhide on it.
mrRobinson said:
Right, using the UI you can click disable to disable apps. For the ones that you can't disable you can "hide" with adb shell (or that tool).
That tool I think is only windows but i'd imagine it's simply leveraging the "pm" binary on android.
For example if i drop into an adb shell on my edge and run
pm hide com.sec.android.app.sbrowser
Then that samsung browser is now gone.
Just remember which you hide as they won't show up and the only way to bring them back is to run
pm unhide on it.
Click to expand...
Click to collapse
So if im correct. When i "disable" an app using the actual phone, this will also keep the app from running (or any of its services) But using the Debloater app and i "hide" them the app can still run (or its services) correct?
krolla03 said:
So if im correct. When i "disable" an app using the actual phone, this will also keep the app from running (or any of its services) But using the Debloater app and i "hide" them the app can still run (or its services) correct?
Click to expand...
Click to collapse
Correct but I thought the debloater would disable at least the ones you didn't need root for.
mrRobinson said:
Correct but I thought the debloater would disable at least the ones you didn't need root for.
Click to expand...
Click to collapse
Damn i thought i was actually disabling them.
I've disabled Samsung Push Services and Visual Voicemail (I use Google Voice for my VM), and haven't run into any problems.
I am having a problem attempting to download a theme from the Theme Store and when I click on the download link, a white box will pop up and immediately disappear. I didn't disable anything I shouldn't have to make this occur. However, the Samsung apps I disabled are 3D TourViewer, Family Utility, Galaxy Apps/Widget, Smart Limits Anyone else have this problem??
Edit: Looks like Samsung Acct. isn't working for some reason. Under "Accounts" there is a grey circle and when I press on it, nothing happens, but kicks me to the previous screen...
crea78 said:
I am having a problem attempting to download a theme from the Theme Store and when I click on the download link, a white box will pop up and immediately disappear. I didn't disable anything I shouldn't have to make this occur. However, the Samsung apps I disabled are 3D TourViewer, Family Utility, Galaxy Apps/Widget, Smart Limits Anyone else have this problem??
Edit: Looks like Samsung Acct. isn't working for some reason. Under "Accounts" there is a grey circle and when I press on it, nothing happens, but kicks me to the previous screen...
Click to expand...
Click to collapse
If you disabled Samsung Account (it is on OP's list), then it won't work. Go to Disabled, find it, and re-enable if you are using things that require it.
Got it to work by doing a factory reset
So it's been a while with all these apps disabled, my battery life is decent..
Sent from my SAMSUNG-SM-G925A using XDA Free mobile app
The debloater app can actually restore all at once if you mess something up
Now that we have root what would be the best way to remove these apps
Is this possible? I really want Google as the default engine, and I guess I am too lazy to open up the Google app every time I want to look something up. I have looked through all the settings, but can't find anything. Anyone else found anything, or are we stuck will Bing for the time being?
I'm at work so I don't have the tablet in front of me but there was a setting somewhere to change the default search engine. I'll post around 5pm EST when I get home.
Never mind what I found changes the silk browser does nothing for the launcher my bad.
I'm boosting this thread because I also really want an answer to this question. The bar says google, but keep opening amazon search with bing. Ugh. Love my root and my nova launcher mods, so this is pretty much the last big hurdle to making this thing usable
CinnamonBunny said:
I'm boosting this thread because I also really want an answer to this question. The bar says google, but keep opening amazon search with bing. Ugh. Love my root and my nova launcher mods, so this is pretty much the last big hurdle to making this thing usable
Click to expand...
Click to collapse
Install a Google search app (the Google app, e.g.), run this command, reboot, and your search bar will use Google:
Code:
adb shell "su -c 'pm disable com.amazon.kindle.unifiedSearch'"
The Google app is 28 MB and has a long list of permissions, but it has "OK Google" for voice activation from search bar. The much smaller (624 KB) "Black search for Google" also works (no voice) and comes in other colors.
Any way to do this without having root access? I currently have a Fire 7(7th gen) and I would love to cut bing out entirely. However, I cannot run the above command from my adb due to not having root access.
Thanks!
Hello,
My idea is to open firefox klar when I press a link in reddit mobile application but open chrome if I press a link in every other app. Problem is that there still are the custom taps so even if set (for testing purposes) the default browser to firefox klar reddit opens me a chrome custom tap... I'd also like to keep the custom taps for every other app. So to conclude I want to achieve the following:
pressing links in Reddit -> firefox klar is used to open them
open links in any other app -> chrome or the chrome custom taps are used
Thanks in advance for any help
Flatric
I think this isn't so straight forward since Google doesn't want apps manipulating defaults.
My suggested approach would be to disable all apps, except Firefox in the case described, which are registered as handling urls. These are the apps that would show up in the pick list when no app is set as default browser. This could be done on a rooted, SELinux Permissive device using Tasker's run shell using the ADB command "pm" (package manager).
To "hide" chrome for example:
pm hide com.chrome.beta
So when Reddit is launched, hide everything so the only available option to launch the URL is Firefox.
Now the exit task needs to restore what ever you hid, so to re-enable chrome:
pm unhide com.chrome.beta
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers
Something was not right, for me, when scrolling in browsers and play store. It was laggy as hell. In other apps like facebook, tidal, instagram, youtube it was fluid and fast. But not on browsers. Tried all, chrome, opera, firefox, bromite, but all was stuttering like crazy. Play store also. I tought there are few rougue apps, twilight theme, fluid nav gestures and smart files manager, but I was so wrong. I also blamed the LG UI skin, but again was so wrong! So how did I resolved?
Guide - possible for any LG out there:
1. Remove SIM
2. Factory reset your phone in the way that doesn't require Internet to go through activating the phone. If you cant do this, it will fail. You should NOT put the email account. (I did reset from phone settings, not by keys. Also remove phone security such as pin, password, face id etc for this to work - just select unlocking the phone by sliding up)
3. DO NOT connect to internet, do not insert SIM.
4. Settings - apps - show system apps also.
5. Disable, remove permissions, set modify system setting to NO and draw over other apps to NO for all korean bloatware (screenshots attached) and for Google play services, google play store, google, and google service framework.
You must do this for each app. Example in screenshots.
6. Connect to wifi. Do not put your email in play store or gmail. Not yet.
7. As soon as connected slide down the notifications pannel. A pop up will apear after few seconds with Google trying to update some libraryes!!! Hit CANCEL!!!
8. Restart and connect with your email on Play Store. Disable asap app updates.
9. Your contacts won't sync now. Don't worry, its normal, you just removed some permissions.
10. Update and install all your apps from play store.
11. Re-enable that 4 google apps, give permissions to all for contacts, phone, wifi etc, enable also draw over other apps and modify system settings for these apps.
12. Insert SIM.
Enjoy! Hope it works for you all, V40, 30, G8, G7 etc
Weird, but its like I have stock vanilla now. Rocket!
It seems that with every restart this rogue korean app pop up asking for access, even though i have disabled and removed all of its permissions. Attached screenshot.
Inerent said:
It seems that with every restart this rogue korean app pop up asking for access, even though i have disabled and removed all of its permissions. Attached screenshot.
Click to expand...
Click to collapse
Hi, were you able to fix this? Thank you
Dabomb_21 said:
Hi, were you able to fix this? Thank you
Click to expand...
Click to collapse
Hello. Yes. Uninstalled all bloatware with adb commands. I've made a thread here. Search for it.
Inerent said:
Hello. Yes. Uninstalled all bloatware with adb commands. I've made a thread here. Search for it.
Click to expand...
Click to collapse
found it. Thank you so much
Inerent said:
Something was not right, for me, when scrolling in browsers and play store. It was laggy as hell. In other apps like facebook, tidal, instagram, youtube it was fluid and fast. But not on browsers. Tried all, chrome, opera, firefox, bromite, but all was stuttering like crazy. Play store also. I tought there are few rougue apps, twilight theme, fluid nav gestures and smart files manager, but I was so wrong. I also blamed the LG UI skin, but again was so wrong! So how did I resolved?
Guide - possible for any LG out there:
1. Remove SIM
2. Factory reset your phone in the way that doesn't require Internet to go through activating the phone. If you cant do this, it will fail. You should NOT put the email account. (I did reset from phone settings, not by keys. Also remove phone security such as pin, password, face id etc for this to work - just select unlocking the phone by sliding up)
3. DO NOT connect to internet, do not insert SIM.
4. Settings - apps - show system apps also.
5. Disable, remove permissions, set modify system setting to NO and draw over other apps to NO for all korean bloatware (screenshots attached) and for Google play services, google play store, google, and google service framework.
You must do this for each app. Example in screenshots.
6. Connect to wifi. Do not put your email in play store or gmail. Not yet.
7. As soon as connected slide down the notifications pannel. A pop up will apear after few seconds with Google trying to update some libraryes!!! Hit CANCEL!!!
8. Restart and connect with your email on Play Store. Disable asap app updates.
9. Your contacts won't sync now. Don't worry, its normal, you just removed some permissions.
10. Update and install all your apps from play store.
11. Re-enable that 4 google apps, give permissions to all for contacts, phone, wifi etc, enable also draw over other apps and modify system settings for these apps.
12. Insert SIM.
Enjoy! Hope it works for you all, V40, 30, G8, G7 etc
Weird, but its like I have stock vanilla now. Rocket!
Click to expand...
Click to collapse
Hi! Does this really fix the problem? I'm having similar behavior and I think it's no normal. I will try this to see if this fix it.
Which bloatware I should disable and which I should not? Korean version. Thanks
im gonna try this method of yours. thanks for sharing. i can't wait my v50 to be delivered today. i'll update guys if this trick will work
I just got my Pixel 5a yesterday and immediately am annoyed by the Google stuff. I installed the Nova launcher but still get thrown back to the Pixel launcher or tossed into various assistant screens all over the place. Is there any way to truly turn this stuff off via normal settings? I don't really want to root or get custom firmware, but I despise these forced integrations between everything.
I don't want anything launching of its own volition or because I accidentally touch or look at the phone. I just want the apps to launch when I click them, the 3-button navigation to let me switch between tasks, and a simple homescreen to hold widgets and shortcuts I choose. The first reason I don't want the Pixel launcher is because it doesn't' let me remove the stupid search bar, but I also don't want any of the other hidden and implicit triggers that tie into the assistant.
I also find it annoying that the home button opens some search if I touch it while already on the home screen. Is this coming from the assistant too? I didn't yet find any settings in Nova to adjust the buttons.
I'm with you here. Installed Nova for the exact same reason as you. I do this next thing on all my Android phones: GO to settings > Apps & notifications > see all apps > Google = DISABLE... o some phones it can be uninstalled!
Personally I also disable "Google Play Services for AR" but that is personal choice. I also disable a number of other apps that I know I do not want/use.
I suppose I could use ADB to try and uninstall them, but once they're disabled that is usually good enough. The first one though, Google being disabled, "should" remedy all your issues. I too use the three button navigation and hate ALL assistants!
There's a program on here called 'adpappcontrol' that's great for removing anything you want via ADB.
It's basically just a gui for the command line program. It's worked great for me on at least three phones.
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Highly recommend. Make sure you tip the dev, since he does it in his spare time.
jaseman said:
I'm with you here. Installed Nova for the exact same reason as you. I do this next thing on all my Android phones: GO to settings > Apps & notifications > see all apps > Google = DISABLE... o some phones it can be uninstalled!
Click to expand...
Click to collapse
I could have sworn I already did that, but just checked and it is enabled. Has yours stayed off? Would the automatic Google Play app updates cause this to be reenabled?
I also now found the Nova setting Gestures -> Home Button that was causing this other search to appear if I press the home button when already on the home screen. Setting it to None with the checkbox still set for Only on main home page seems to give me what I want there...
lightuser said:
I could have sworn I already did that, but just checked and it is enabled. Has yours stayed off? Would the automatic Google Play app updates cause this to be reenabled?
Click to expand...
Click to collapse
Mine has stayed disabled. I can't speak to whether auto updates may have reenabled it. I always turn auto updates off. I like to see what is being updated on my phone.
jaseman said:
Mine has stayed disabled. I can't speak to whether auto updates may have reenabled it. I always turn auto updates off. I like to see what is being updated on my phone.
Click to expand...
Click to collapse
they wont turn it back on but i have found in the past that sometimes with a os update they will re-enable.