[Q] Newly Rooted User With Questions. - General Questions and Answers

First off, great forum, tons of awesome information.
I apologize in advance as I am sure these questions have been answered a million times but being new to a Rooted device, I'm looking for a little clarity and guidence.
I have the AT&T variant of the LG G3, awesome awesome device.
I rooted the device with Stump Root (doesn't get any simplier then that)
I then installed "Xposed Installer", "Titanium Backup", "SuperSu", and "G3 Tweak Box".
Questions,
Xposed
1) Seems pretty straight forward, is there anything as a newbie I should know, avoid, lookout for?
Titanium Back Up
1) Well, it all looks like chinese to me. First off, I have backed up all my apps, but when I check "Backup/Restore" I still see certain apps as "No Backup Yet". Why?
2) Also, how often should I backup the apps? Is once enough?
3) After backing up bloatware, is it then safe to remove and delete?
4) Schedules, should I be enabling either option?
5) Main Menu, whats the most important actions to take here?
SuperSu
1) Seems fairly straight forward, what are "logs" and do I need to pay attention to them?
2) Settings, is there any options I need to change, take advantage of? Anything I should avoid tampering with?
Misc Questions
1) When system updates come out, will this cause me to lose Root access, if so why and how do I avoid that?
2) Is there any prevenitive measures that I need to take to protect my device against any crashes, bricking, or any other general screw ups a newbie might cause with Root access?
3) Also, how do I not destroy my device while learning to take advantage of Root access?
4) In addition to what I have already installed, is there any other must have apps for the Rooted user?
I appreciate any & all help, thanks alot in advance!

I'll answer what I can, as best I can.
Vic098 said:
Xposed
1) Seems pretty straight forward, is there anything as a newbie I should know, avoid, lookout for?
Click to expand...
Click to collapse
Make sure you have BusyBox installed as well.
It's best to change one setting at a time. It's tedious, especially if you have to reboot after changes, but if something goes awry, it's much easier to track down the conflict or bug, especially if you're using multiple modules.
Titanium Back Up
1) Well, it all looks like chinese to me. First off, I have backed up all my apps, but when I check "Backup/Restore" I still see certain apps as "No Backup Yet". Why?
Click to expand...
Click to collapse
There's a definite learning curve with TB. I'm not sure why some apps might not back up. It could be because they're core components of the OS and are write protected.
2.) Also, how often should I backup the apps? Is once enough?
Click to expand...
Click to collapse
When talking about batch backups, "enough" is at your discretion. No harm in doing them periodically, especially if you install a bunch of new apps. Backing up individual apps is good to do before updating them, in case you decide you preferred the older version. Or a game you don't want lose progress in or revert to an old "save".
3) After backing up bloatware, is it then safe to remove and delete?
Click to expand...
Click to collapse
Depends on the bloat. Some apps by AT&T or LG might seem unnecessary or unwanted, but actually are necessary and can cause crashes or force closes ("unfortunately XXXXX process has stopped"). Always back them up first, and remove them one at a time. It's better to freeze them first, then delete after testing. Personally, I don't delete bloat, just freeze it.
4) Schedules, should I be enabling either option?
Click to expand...
Click to collapse
Both, if you want to schedule period backups rather than just doing them youself. Again, your discretion .
5) Main Menu, whats the most important actions to take here?
Click to expand...
Click to collapse
Batch actions and Preferences (where to store them) are all you really should be messing with now. At least until you learn more.
SuperSu
1) Seems fairly straight forward, what are "logs" and do I need to pay attention to them?
Click to expand...
Click to collapse
The logs keep track of what was granted SU access and when. Not really necessary.
2) Settings, is there any options I need to change, take advantage of? Anything I should avoid tampering with?
Click to expand...
Click to collapse
PIN code is your choice. If you're the only one that ever uses your phone, it's not really necessary, but if if you let others use it frequently(for games, or to browse or log into Facebook), you might want to use a PIN so they don't simply hit "grant" whenever SuperSU requests rights. I use "prompt" as the default action, so I know what needs to access the system. For example, some apps that don't require root (like Clean Master) have additional functions if you are rooted, and this might not be clear in the description in Play. That way you know, and you won't accidentally screw something up. Also, malicious apps that have no business with root access can be identified and blocked.
Misc Questions
1) When system updates come out, will this cause me to lose Root access, if so why and how do I avoid that?
Click to expand...
Click to collapse
You can sometimes (usually?) lose root access after an update, but it's usually possibly simply to re-root with the same method. If not, it's best to wait to do the update until others can confirm/deny. SuperSU has a "survival mode" that can try to keep root during an update, but again, it's best to wait for confirmation by others.
2) Is there any prevenitive measures that I need to take to protect my device against any crashes, bricking, or any other general screw ups a newbie might cause with Root access?
3) Also, how do I not destroy my device while learning to take advantage of Root access?
Click to expand...
Click to collapse
Read, ask, and learn. It's easy to grow confident and think you're more clever than you really are and really screw something up (I know from experience). If you look at the first couple pages of general Q&A/Help forums, you'll see lots of people who did stupid stuff and now have bootloops and crashes and bricks. Do lots of searches, here, on google, and youtube. You can often find guides for what you're wanting to do.
4) In addition to what I have already installed, is there any other must have apps for the Rooted user?
Click to expand...
Click to collapse
AdAway or other ad blocker. Not only does it block ads in your browsers, it blocks Google ads in free apps. Apart from being cleaner and more convenient, since ads don't get loaded, pages load faster and you consume less data.
BetterBatteryStats gives you much more info on what's draining your battery than the stock Android function.
Some sort of root browser/explorer is essential. You can use it to completely delete folders/data that got left behind even after an app is deleted (which can sometimes cure Google Play Store errors), among other things.
I personally like ROM Toolbox Pro. It doesn't really do anything special, just packs a ton of utilities that you can get elsewhere into a single app.
SQLite editor is necessary to do some things, but you'd better make sure you know what you're doing before doing anything with it.
WiFi Tether Router might be able to bypass AT&T's tether app. Changing some settings with SQLite might be necessary. You'd have to research this for your device.
Those are the root apps I use, as well as Xposed and assorted modules to do theming or other functionality tweaks. Xposed is quite powerful, and you should familiarize yourself with what the multitude of different modules can do. The possibilities are seemingly endless, as developers come up with no mods every day to do new things that nobody else has done yet (or ported other mods to work with other devices).
I appreciate any & all help, thanks alot in advance!
Click to expand...
Click to collapse
Good luck and have fun!

Planterz said:
I'll answer what I can, as best I can.
Make sure you have BusyBox installed as well.
It's best to change one setting at a time. It's tedious, especially if you have to reboot after changes, but if something goes awry, it's much easier to track down the conflict or bug, especially if you're using multiple modules.
There's a definite learning curve with TB. I'm not sure why some apps might not back up. It could be because they're core components of the OS and are write protected.
When talking about batch backups, "enough" is at your discretion. No harm in doing them periodically, especially if you install a bunch of new apps. Backing up individual apps is good to do before updating them, in case you decide you preferred the older version. Or a game you don't want lose progress in or revert to an old "save".
Depends on the bloat. Some apps by AT&T or LG might seem unnecessary or unwanted, but actually are necessary and can cause crashes or force closes ("unfortunately XXXXX process has stopped"). Always back them up first, and remove them one at a time. It's better to freeze them first, then delete after testing. Personally, I don't delete bloat, just freeze it.
Both, if you want to schedule period backups rather than just doing them youself. Again, your discretion .
Batch actions and Preferences (where to store them) are all you really should be messing with now. At least until you learn more.
The logs keep track of what was granted SU access and when. Not really necessary.
PIN code is your choice. If you're the only one that ever uses your phone, it's not really necessary, but if if you let others use it frequently(for games, or to browse or log into Facebook), you might want to use a PIN so they don't simply hit "grant" whenever SuperSU requests rights. I use "prompt" as the default action, so I know what needs to access the system. For example, some apps that don't require root (like Clean Master) have additional functions if you are rooted, and this might not be clear in the description in Play. That way you know, and you won't accidentally screw something up. Also, malicious apps that have no business with root access can be identified and blocked.
You can sometimes (usually?) lose root access after an update, but it's usually possibly simply to re-root with the same method. If not, it's best to wait to do the update until others can confirm/deny. SuperSU has a "survival mode" that can try to keep root during an update, but again, it's best to wait for confirmation by others.
Read, ask, and learn. It's easy to grow confident and think you're more clever than you really are and really screw something up (I know from experience). If you look at the first couple pages of general Q&A/Help forums, you'll see lots of people who did stupid stuff and now have bootloops and crashes and bricks. Do lots of searches, here, on google, and youtube. You can often find guides for what you're wanting to do.
AdAway or other ad blocker. Not only does it block ads in your browsers, it blocks Google ads in free apps. Apart from being cleaner and more convenient, since ads don't get loaded, pages load faster and you consume less data.
BetterBatteryStats gives you much more info on what's draining your battery than the stock Android function.
Some sort of root browser/explorer is essential. You can use it to completely delete folders/data that got left behind even after an app is deleted (which can sometimes cure Google Play Store errors), among other things.
I personally like ROM Toolbox Pro. It doesn't really do anything special, just packs a ton of utilities that you can get elsewhere into a single app.
SQLite editor is necessary to do some things, but you'd better make sure you know what you're doing before doing anything with it.
WiFi Tether Router might be able to bypass AT&T's tether app. Changing some settings with SQLite might be necessary. You'd have to research this for your device.
Those are the root apps I use, as well as Xposed and assorted modules to do theming or other functionality tweaks. Xposed is quite powerful, and you should familiarize yourself with what the multitude of different modules can do. The possibilities are seemingly endless, as developers come up with no mods every day to do new things that nobody else has done yet (or ported other mods to work with other devices).
Good luck and have fun!
Click to expand...
Click to collapse
Thanks for the detailed response. Just a follow up, when googling AdAway, I see some long threads and what I think are different versions, is there a link, or a place that I can find the latest (and safe??) version to download?
Again, appreciate the feedback.

Vic098 said:
Thanks for the detailed response. Just a follow up, when googling AdAway, I see some long threads and what I think are different versions, is there a link, or a place that I can find the latest (and safe??) version to download?
Click to expand...
Click to collapse
http://d-h.st/BZs
If you haven't done so already, you'll have to go into your settings and check the box to allow app installation from unknown sources. Then just go to that link on your device, download the .apk, then install. Go to a site with a heavy amount of ads like phonearena.com (Verizon ads up the wazoo) and see how long it takes to load. Then reboot, and load the app. It'll update sources, and it'll be good to go. Go back to that website and marvel at how quickly it loads without the ads.

Vic098 said:
Thanks for the detailed response. Just a follow up, when googling AdAway, I see some long threads and what I think are different versions, is there a link, or a place that I can find the latest (and safe??) version to download?
Again, appreciate the feedback.
Click to expand...
Click to collapse
Is this a Xposed Module or some APK off the google market? Because if it's an Xposed Mod then links are direct.

Radigen said:
Is this a Xposed Module or some APK off the google market? Because if it's an Xposed Mod then links are direct.
Click to expand...
Click to collapse
Gotchya.
Planterz said:
If you haven't done so already, you'll have to go into your settings and check the box to allow app installation from unknown sources. Then just go to that link on your device, download the .apk, then install.
Click to expand...
Click to collapse
The link downloads a file called mobogenie. Is that correct?

Vic098 said:
The link downloads a file called mobogenie. Is that correct?
Click to expand...
Click to collapse
No. I don't know what that is, and I can't recreate whatever you did to get that. Whatever it is, don't install it.The file to download will match the name in the description. Make sure you're not clicking an ad (oh, the irony).
Try this link instead. https://f-droid.org/repository/browse/?fdid=org.adaway or try downloading on your computer to Dropbox or Drive or whatever cloud storage you use, or just download it to your computer, plug in your phone, copy it to your phone's storage, and run it from there.
Radigen said:
Is this a Xposed Module or some APK off the google market? Because if it's an Xposed Mod then links are direct.
Click to expand...
Click to collapse
Neither. It's not an Xposed module, just a regular app, but it's not available from the Google Play Store because they don't want you blocking your ads, so you have to side load it.

Planterz said:
No. I don't know what that is, and I can't recreate whatever you did to get that. Whatever it is, don't install it.The file to download will match the name in the description. Make sure you're not clicking an ad (oh, the irony).
Try this link instead. https://f-droid.org/repository/browse/?fdid=org.adaway or try downloading on your computer to Dropbox or Drive or whatever cloud storage you use, or just download it to your computer, plug in your phone, copy it to your phone's storage, and run it from there.
Neither. It's not an Xposed module, just a regular app, but it's not available from the Google Play Store because they don't want you blocking your ads, so you have to side load it.
Click to expand...
Click to collapse
Oh alright, thanks then, good thing we're all developers here.

Related

[Q] Remove applications from 'All applications'?

Sorry if this has been asked or answered before but just had to know. Is there a way to get rid of applications from 'All Apps' menu- without deleting them. There are some apps which I hardly require (Mirror, Camcorder etc.) or games which I would rather gain access via Chainfire- and feel they just lie around.
Not a major issue though- just wondering if it's possible.
spit_fire said:
Sorry if this has been asked or answered before but just had to know. Is there a way to get rid of applications from 'All Apps' menu- without deleting them. There are some apps which I hardly require (Mirror, Camcorder etc.) or games which I would rather gain access via Chainfire- and feel they just lie around.
Not a major issue though- just wondering if it's possible.
Click to expand...
Click to collapse
Hi,
Not sure why you don't want to delete them if you are not likely to use them.
Perhaps you should consider ROM CLEANER.
This gets rid of all the bloat before you first boot up.
Then you would never have to look at it.
Your ROM would probably run better too.
malybru said:
Hi,
Not sure why you don't want to delete them if you are not likely to use them.
Perhaps you should consider ROM CLEANER.
This gets rid of all the bloat before you first boot up.
Then you would never have to look at it.
Your ROM would probably run better too.
Click to expand...
Click to collapse
Hi, Well like I mentioned, I've got games like Riptide GP which I'd rather open through the Chainfire 'launch app' option. And hence feel that the icons on the apps page are just a wast of space and I'd rather have a more cleaned up look. The same goes for Mirror and Camcorder which I'd rather open via 'Camera' if I had to use them. I haven't tried ROM Cleaner as of yet. Would it help with this?
Thanks
spit_fire said:
Hi, Well like I mentioned, I've got games like Riptide GP which I'd rather open through the Chainfire 'launch app' option. And hence feel that the icons on the apps page are just a wast of space and I'd rather have a more cleaned up look. The same goes for Mirror and Camcorder which I'd rather open via 'Camera' if I had to use them. I haven't tried ROM Cleaner as of yet. Would it help with this?
Thanks
Click to expand...
Click to collapse
Hi,
Rom Cleaner deletes everything I don't want to have on my phone.
Then I never have to look at it.
Not sure if it would help in your case,because you still want to use some of it.
Still ,well worth a look.
Just download "terminal emulator" from market.
There try printing
pm list packages -e
That lists all active applications.
choose unwanted one and try
pm disable <package name> to deactivate it. It will also disappera from Menu.
Also you can do this through you PC and adb shell command.

[Q] Custom KK quick-settings / tiles without root?

Just got my N5 yesterday and I love pretty much everything about it. One tiny thing I miss coming from CM 10.2 on my old phone, is the ability to customize the "tiles" in the notification curtain. You know, when you do a 2-finger pulldown and it shows tiles to toggle wifi, airplane mode, bluetooth, etc... what do you call that anyway? Is there an "official" name for it?
Anyway, a few of my old favorites are missing, and there's no way I can find to change what's there. I'd especially like a "torch" (flashlight) toggle -- I used to use that all the time. I know there are some apps that can install a toggle bar at the top of the notification curtain in older Android versions, but it seems silly to have 2 separate groups of toggles, one on each "side" of the curtain, just because the one that's already there can't be customized, and I don't know how well those play with KitKat anyway.
Ghengis042 said:
Just got my N5 yesterday and I love pretty much everything about it. One tiny thing I miss coming from CM 10.2 on my old phone, is the ability to customize the "tiles" in the notification curtain. You know, when you do a 2-finger pulldown and it shows tiles to toggle wifi, airplane mode, bluetooth, etc... what do you call that anyway? Is there an "official" name for it?
Anyway, a few of my old favorites are missing, and there's no way I can find to change what's there. I'd especially like a "torch" (flashlight) toggle -- I used to use that all the time. I know there are some apps that can install a toggle bar at the top of the notification curtain in older Android versions, but it seems silly to have 2 separate groups of toggles, one on each "side" of the curtain, just because the one that's already there can't be customized, and I don't know how well those play with KitKat anyway.
Click to expand...
Click to collapse
You'd need root. Why can't you root?
root + Xposed Framework + GravityBox Xposed module
rootSU said:
You'd need root. Why can't you root?
root + Xposed Framework + GravityBox Xposed module
Click to expand...
Click to collapse
I just spent a few hours setting up the phone, and it would be nice not to have to do all that over again when I unlock the bootloader (and thus lose all my data...). I guess it's only one evening's setup time, so not *such* a big deal, but the other thing is that I want to keep stock firmware / OTA updates if at all possible.
As fro Xposed, I have some concerns:
* I switched to ART just after getting the phone, because I read it improves battery life (Xposed has no plans to support ART in the near future)
* I've heard that it can have stability issues -- the reason I want OTA / stock is so I can spend as little time futzing with the phone as possible and just *use* it
* Xposed opens up some security issues, IMHO
I think if it comes down to root + xposed or just using a "plain" widget, I'll probably go with the widget.
Ghengis042 said:
* I switched to ART just after getting the phone, because I read it improves battery life (Xposed has no plans to support ART in the near future)
Click to expand...
Click to collapse
Correct. For me, the experimental ART feature is not worth losing Xposed for.
Ghengis042 said:
* I've heard that it can have stability issues -- the reason I want OTA / stock is so I can spend as little time futzing with the phone as possible and just *use* it
Click to expand...
Click to collapse
No stability issues here
Ghengis042 said:
* Xposed opens up some security issues, IMHO
Click to expand...
Click to collapse
Based on what information?
You didn't address the setup-time issue -- that's one of the big ones for me. I usually have at least 40 apps installed (and yes, I actually use them!) and reconfiguring them is time consuming. I *could* futz with Titanium Backup or similar to automate some of that re-setup process, but I'd rather just avoid it in the first place if possible.
rootSU said:
No stability issues here
Click to expand...
Click to collapse
Good to hear, at some point I might still investigate -- it's going to come down to how much customization / tweaking I really *need*.
rootSU said:
(Security issues...) Based on what information?
Click to expand...
Click to collapse
I guess it's about as "dangerous" as rooting -- basically, Xposed gives modules carte blanche to do absolutely anything on your phone, and since the modules aren't distributed through a controlled / centralized store (like Google Play) and as far as I can tell aren't (always) open-source, I don't have any way to be sure they're not doing something malicious. Of course there's a bunch of other attack vectors, but installing a framework that touches every corner of the device, that then runs scripts / mods that I downloaded from some forum somewhere (no offense, guys!) on a phone that holds sensitive personal data... it just worries me a bit, y'know?
rootSU said:
You'd need root. Why can't you root?
root + Xposed Framework + GravityBox Xposed module
Click to expand...
Click to collapse
What he said.
Ghengis042 said:
You didn't address the setup-time issue -- that's one of the big ones for me. I usually have at least 40 apps installed (and yes, I actually use them!) and reconfiguring them is time consuming. I *could* futz with Titanium Backup or similar to automate some of that re-setup process, but I'd rather just avoid it in the first place if possible.
Click to expand...
Click to collapse
I didn't think it needed addressing? Yes you'll lose everything as we all did. You can backup with Helium to an extent. Maybe even it backs up everything. I have 300+ apps
Ghengis042 said:
I guess it's about as "dangerous" as rooting -- basically, Xposed gives modules carte blanche to do absolutely anything on your phone, and since the modules aren't distributed through a controlled / centralized store (like Google Play) and as far as I can tell aren't (always) open-source, I don't have any way to be sure they're not doing something malicious. Of course there's a bunch of other attack vectors, but installing a framework that touches every corner of the device, that then runs scripts / mods that I downloaded from some forum somewhere (no offense, guys!) on a phone that holds sensitive personal data... it just worries me a bit, y'know?
Click to expand...
Click to collapse
Xposed modules are still apk's and list permissions as you install them. The same sense applies as installing any apk. Read the permissions, consider the source and either install it or not. The framework doesn't touch every corner of the device. It runs everything in isolation (which is the whole point of it) but yeah that's not really relevant.
All the xposed apps are distributed via XDA, google Play or teh Xposed repo http://repo.xposed.info/module-overview - if something malicious was going on, the module wouldn't exist.
Anyway I'm not here to convince you to install it. There aren't any apps that do it though.
Hi,
Maybe not all will be functional without root but take a look at this app: https://play.google.com/store/apps/details?id=de.j4velin.notificationToggle or https://play.google.com/store/apps/details?id=com.painless.pc.
Try these apps to see what you can/can't do with the quick settings without root.
But like it has been said, rooting your device is the best way to have (almost) all what you want.
viking37 said:
Hi,
Maybe not all will be functional without root but take a look at this app: https://play.google.com/store/apps/details?id=de.j4velin.notificationToggle or https://play.google.com/store/apps/details?id=com.painless.pc.
Click to expand...
Click to collapse
Do you know if installing a settings bar on the curtain like this will interfere with... what's the term? Extended notifications? Some apps (Pocket Casts is the first that comes to mind) will show media controls (play/pause/skip) in the notification tray, but only if they're the first entry in the list -- if anything comes above them, you can't use the controls. Is that a problem with these apps?
Re,
I'm sorry but I don't know (not tested and I'm rooted)... The best is to test by yourself and see. I just provide you a link to try to help...
Ghengis042 said:
...so I can spend as little time futzing with the phone as possible and just *use* it...
Click to expand...
Click to collapse
Well that doesn't sound like much fun at all.
Ghengis042 said:
You didn't address the setup-time issue -- that's one of the big ones for me. I usually have at least 40 apps installed (and yes, I actually use them!) and reconfiguring them is time consuming. I *could* futz with Titanium Backup or similar to automate some of that re-setup process, but I'd rather just avoid it in the first place if possible.
Click to expand...
Click to collapse
Yes, TB Backup's fail when I backup 400+ apps and want to restore them altogether. Who would click Next and Install for 400+ times!!! For your point, ADB backup's are slow they really help for Unrooted devices and Guaranteeing safe apk+app-data for sure...

[Q] blocking ads in apps

hello all,
i just bought nexus 5.... i am kind of noob when it comes to android.
is there i can block all annoying ads that crops up within apps and browser?
i dont want to risk rooting my phone.
pls suggest me easiest, secure way to do this....
thanks.
You can try opting out from Ads from Google Settings but the only way to get rid of all the ads is to use an app like adaway which needs root. I don't know why you think it's a risk rooting your phone?? You can get back to stock anytime to claim warranty.
vin4yak said:
You can try opting out from Ads from Google Settings but the only way to get rid of all the ads is to use an app like adaway which needs root. I don't know why you think it's a risk rooting your phone?? You can get back to stock anytime to claim warranty.
Click to expand...
Click to collapse
hello
since i am new to android, i dont want to mess up/experiment on my phone. atleast till i get hang of it.
i used play a lot with my N95 before. so, till i get firm grasp on android inner workings, i wouldnt want to do anything with its in built features.
further, rooting is bit too technical for me..... there is no application that can root with just a click like it existed with S60 V3 OS.....
so will wait till such a thing comes up.
Try to find in playstore
lambo98 said:
Try to find in playstore
Click to expand...
Click to collapse
thank u for this grt suggestion.
fyi: all ad blocking apps r removed from playstore. only detectors r whats there.
ags84 said:
further, rooting is bit too technical for me..... there is no application that can root with just a click like it existed with S60 V3 OS.....
so will wait till such a thing comes up.
Click to expand...
Click to collapse
Even though there are tools available to do this (simple search on xda will locate those), you really should take the time to understand the 4-5 (simple) steps involved in rooting. That way, you know exactly what is happening (versus a toolkit that will attempt to do everything for you, and just tell you "all done" - without you having a clue about what really happened). The advantage of understanding these steps is that later, if you want to install an update or want to switch kernels and read a guide that tells you to flash "xyz", or restore from nandroid etc, you will not be clueless. Or if somebody tries to help you with an issue, and asks you to go your recovery, you won't be asking "how do I go to recovery screen"
My suggestion: If you are ever planning to root your Nexus 5, read the first 2 posts at http://forum.xda-developers.com/goo...ide-nexus-5-how-to-unlock-bootloader-t2507905 - especially the parts highlighted in red.
Then, read it again <-- repeat till you understand it. If you have questions, read/search that thread to see if somebody already asked that question - and if not, ask in that thread.
The Nexus is probably the easiest device to root. But don't root till you are comfortable with it, and understand the steps involved.
Since you mentioned in your first post that you didn't want to root, you could try https://adblockplus.org/en/about
I must admit that I tried it once and wasn't able to get it to work right, and so I just installed adaway (that requires root) instead.
jj14 said:
Even though there are tools available to do this (simple search on xda will locate those), you really should take the time to understand the 4-5 (simple) steps involved in rooting. That way, you know exactly what is happening (versus a toolkit that will attempt to do everything for you, and just tell you "all done" - without you having a clue about what really happened). The advantage of understanding these steps is that later, if you want to install an update or want to switch kernels and read a guide that tells you to flash "xyz", or restore from nandroid etc, you will not be clueless. Or if somebody tries to help you with an issue, and asks you to go your recovery, you won't be asking "how do I go to recovery screen"
My suggestion: If you are ever planning to root your Nexus 5, read the first 2 posts at http://forum.xda-developers.com/goo...ide-nexus-5-how-to-unlock-bootloader-t2507905 - especially the parts highlighted in red.
Then, read it again <-- repeat till you understand it. If you have questions, read/search that thread to see if somebody already asked that question - and if not, ask in that thread.
The Nexus is probably the easiest device to root. But don't root till you are comfortable with it, and understand the steps involved.
Since you mentioned in your first post that you didn't want to root, you could try https://adblockplus.org/en/about
I must admit that I tried it once and wasn't able to get it to work right, and so I just installed adaway (that requires root) instead.
Click to expand...
Click to collapse
thank you for the insight.
i am reading it and will root only after i fully understand it.
i did try adblockplus. got it when i searched on google.
as u said, it doesnt work right..... so i thought of asking it here as it is comman problem faced by many android users.
cheers.
ags84 said:
thank you for the insight.
i am reading it and will root only after i fully understand it.
i did try adblockplus. got it when i searched on google.
as u said, it doesnt work right..... so i thought of asking it here as it is comman problem faced by many android users.
cheers.
Click to expand...
Click to collapse
Ad Block Plus got nuked by Google, unfortunately. You need root to do this for all apps and on all connection types.
ags84 said:
i am reading it and will root only after i fully understand it.
Click to expand...
Click to collapse
Good on you to take the time to learn.
Short of rooting your phone and installing an ad-blocker, you would have to pay for "pro" versions of apps you use, which often remove ads from the app as part of the upgrade.
MoaAB hands down is the best add blocker! But u need root...
(Mother of all Add Blockers)
Nothing is going to fully block ads without root. Nope. ?
For unrooted try Andblock (not ABP) http://code.google.com/p/andblock/
You need to import a host file (menu > import), and set Port to 8080
Blocks web ads only
Lord Childe said:
For unrooted try Andblock (not ABD) http://code.google.com/p/andblock/
You need to import a host file (menu > import), and set Port to 8080
Blocks web ads only
Click to expand...
Click to collapse
So just for browsers you mean? If that's the case you can just use AdBlock Plus extensions/addons for your respective browser.
Adblock (unrooted, side load APK) will still work for WiFi just not on a data connection and needs to be setup as a proxy, or is it just for data? Can't remember.
bblzd said:
So just for browsers you mean? If that's the case you can just use Ad Block Plus extensions/addons for your respective browser.
Adblock (unrooted, side load APK) will still work for WiFi just not on a data connection and needs to be setup as a proxy, or is it just for data? Can't remember.
Click to expand...
Click to collapse
It’s plugged as ‘Andblock’, yet the app is named ‘Adblock’ – very confusing. And I’m sure it’s intentional, given the similarities with ABP.
Before I rooted my device I used Andblock (Adblock) – it works with 3g/4g, whereas ABP unrooted only works over wifi. Anyway, standalone ABP for Android is riddled with bugs and inconsistencies – brilliant as a FF addon in Windows, might be good as a browser ext. for Android - but if you're unrooted and use a browser that hasn’t got an ABP ext. then you’re buggered.
A device isn’t completely free of ads even with root - the famed MoaAB doesn't block every app ad.

[Q] Z3 Bloatware List & Functions

I have just bought a xperia z3 and I noticed that when I started the phone for the first time, the battery lasted for a good long time without having to recharge it.
But in a few days, it lasted noticeably less and I found out that it's because of the massive amount of Sony & Google bloatware working in the background although I never use them and I have no interest in or need of using them.
So,
May someone list all the Z3's Bloatware, their functions (description) and usefulness and which are RESTRICTED to be stopped or deleted?
http://bit.ly/1GpfzIY
Thanks
gregbradley said:
http://bit.ly/1GpfzIY
Click to expand...
Click to collapse
Thanks, but I don't get it.
it opened a google search page with a search statement, that's it
I have already done that before, but everyone lists the app list without the description.
I don't want to delete an app without knowing what it's for,
So, what I am really looking for is the description of Z3's Bloatware, not just listing them.
louai rabia said:
Thanks, but I don't get it.
it opened a google search page with a search statement, that's it
I have already done that before, but everyone lists the app list without the description.
I don't want to delete an app without knowing what it's for,
So, what I am really looking for is the description of Z3's Bloatware, not just listing them.
Click to expand...
Click to collapse
OK, most of the package names are self explanatory. But you can have a look inside them for further details.
Also, if you use Titanium you can freeze the apps (Instead of uninstalling) and then if you have issues with things not working you can unfreeze them without having to do a full restore via recovery. However, it is advisable to have a recent backup in recovery in case you end up in bootloops after freezing something important
Thanks
gregbradley said:
OK, most of the package names are self explanatory. But you can have a look inside them for further details.
Also, if you use Titanium you can freeze the apps (Instead of uninstalling) and then if you have issues with things not working you can unfreeze them without having to do a full restore via recovery. However, it is advisable to have a recent backup in recovery in case you end up in bootloops after freezing something important
Click to expand...
Click to collapse
well, not a bad advice but still not the one I am looking for.
Trial and Error method is too risky, plus, some app I may disable I will still not know what they were doing.
most of package names don't explain nothing to me, may be to someone else but not me.

What are the bare essentials I need so the S8+ runs with no hiccups?

Hi. I was carefully in ADB cutting bloatware this morning and while it looked fine, after restarting I'm getting a "still loading android" message on home screen. I can still access settings, and get to the play store and open apps that way, so it's no more than an inconvenience but...I'd like to have my full functionality back since clearly there's one thing I nuked that was a system needed file but didn't look like one.
I'm not comfortable rooting and maybe getting stuck with an $800 brick, so please keep suggestions limited to ADB modifications, yes I know they will still be in system partition but they will save on ram and battery usage at least. I'm planning to factory wipe to get my necessary files back, then would like a step by step what to kill from there.
I'm somewhat knowledgeable, know of Fdroid and sideloading APKs, and I know you don't need Google Play Services with that kind of knowledge.
Thanks in advance for your help!!
Instead of adb uninstalling you should have tried a package disabler... so if u disable something wrong you can still enable it. I m using package disabler pro and i have to say that my s8+ has reached somehow the perfection i needed. Very good battery life, very good performance.
Gogolakis said:
Instead of adb uninstalling you should have tried a package disabler... so if u disable something wrong you can still enable it. I m using package disabler pro and i have to say that my s8+ has reached somehow the perfection i needed. Very good battery life, very good performance.
Click to expand...
Click to collapse
Isn't this a paid service? And requires root? I can keep this in mind if I need to wipe anyway at least, if it doesn't require root.
There's no way to find out which one caused the issue then, is there?
Don't know if this thread may be of some use to you.
https://forum.xda-developers.com/galaxy-s8/how-to/s8-debloat-bloatware-thread-t3669009/page4
spawnlives said:
Don't know if this thread may be of some use to you.
https://forum.xda-developers.com/galaxy-s8/how-to/s8-debloat-bloatware-thread-t3669009/page4
Click to expand...
Click to collapse
Yes, thank you, that is the one I saw that encouraged me to undertake this process.
3drinks said:
Yes, thank you, that is the one I saw that encouraged me to undertake this process.
Click to expand...
Click to collapse
I don't think there is a definitive debloat list as everyone uses there phone for different reasons.
Might be a case of trial and error. As for debloat apps there are a few on playstore and could be useful as a reference on what they might recommend to remove.
spawnlives said:
I don't think there is a definitive debloat list as everyone uses there phone for different reasons.
Might be a case of trial and error. As for debloat apps there are a few on playstore and could be useful as a reference on what they might recommend to remove.
Click to expand...
Click to collapse
My definition being "anything that is not a requirement to keep the system running normally and optimally." Ideally any extraneous apps would be FOSS if possible.
While browsing another thread here, I fixed my current issue. Apparently I deleted my launcher by mistake and when I installed an Oreo launcher from play store, the error on my home screen went away. Hooray for unexpected fixes.
And lol at me almost factory wiping because of this now (I'll laugh at this in a year I'm sure.)
3drinks said:
Isn't this a paid service? And requires root? I can keep this in mind if I need to wipe anyway at least, if it doesn't require root.
There's no way to find out which one caused the issue then, is there?
Click to expand...
Click to collapse
Its like 3 dolars or something in google play. It doesn.t require root acces
All in all without root I freed up to 2k MB of ram and got the HD to 18/64 GB. I'm pretty proud of myself.

Categories

Resources