How To Guide Just tweak it [Tab A7] - debloat, battery... - Samsung Galaxy Tab A7 Lite

Tab A7 stock rootless setup​
model used: Tab A7 Lite SM-T220
Just a quick article for this nicely sized 8.7" tablet. It's a baby tablet, not wasting time with rooting We want:
* debloating
* better battery
* better privacy
* call recording
* disk encryption
* tweaks
Rooting​No rooting. No logins, not even Google login, that's the plan. FDroid, Aurora, Vanced manager to deploy all you need. No contacts, no SMS, no location, nothing to protect.
Modules​Magisk​-
XPosed​-
Apps​* AdGuard -> supreme adblocker and firewall. Set VPN approach (rootless friendly, assuming device will stay at home), turn on HTTPS and turn off internet for all apps. Then enable few (browser, youtube, aurora) specifically.
* YouTube Vanced -> YouTube without ads and sponsor blocks.. install in non root mode, and remove the existing originals
* (optional) MiXplorer -> best file manager, replaces spyware ES File explorer you had before
* F-Droid -> open source apps
* Aurora -> all apps
Debloating​What the script does:
* choose 8 categories of app removal, in the beginning of the file
for each say 0=skip 1=remove 2=revert back
* use more switch to disable some questionable/helpful stuff
* disable up to 70 apps with possibility to revert back
I usually cook these files carefully, here i just removed non existing packages, added existing vendor packages. Vendor garbage gets uninstalled straight away, majority of packages is disabled in non-root mode (per user) so it can be reenabled later. You can edit the file.
unzip the file to some folder
adb shell as it's plugged to PC and authorized (and usb debugging in developer otions on)
go to the folder with script
cp TabA7_cleanup.sh /data/local/tmp
chmod +x /data/local/tmp/TabA7_cleanup.sh
/data/local/tmp/TabA7_cleanup.sh;
Tested ok on August Android 11 EU firmware. It produced no errors (=packages relevant), but there could be regional differences, producing exceptions in your case. See other comments below if the instructions are unclear.
Download: (file attached)
Battery​Battery saving:
turn off location
turn off permissions and app usage for usual snitches
in Adguard turn off WIFI/mobile for each app (will be the default), then reenable few - advantage: no ads in games, no stupid accidental payments. Also set WIFI/mobile off when screen off -> tablet won't do anything, just keep idle for days hopefully
don't even enable GMS, this device can be a good throwawy tablet with no login to ANY service, without encryption, just pure gamepad.... likely no password/PIN to unlock. It's with slow CPU but games work nicely. It's not even slower than S4 flagship tablet honestly.

hi, thanks for the guide, very insightful with me transitioning from iOS.
My only question is the script, I’ve downloaded ABD and can shell into my device. However I’m having issues when copying the script, it keeps coming up saying invalid path, I’ve looked everywhere for a tutorial but with me having limited knowledge I’m at a dead end
any help greatly appreciated

Herb291 said:
hi, thanks for the guide, very insightful with me transitioning from iOS.
My only question is the script, I’ve downloaded ABD and can shell into my device. However I’m having issues when copying the script, it keeps coming up saying invalid path, I’ve looked everywhere for a tutorial but with me having limited knowledge I’m at a dead end
any help greatly appreciated
Click to expand...
Click to collapse
i just flashed the new firmware and did it again, no problem. First i copied the script from Windows to somewhere on Android (/storage/emulated/0 or similar "noexec" quasi-sd card location), and then moved it to a location from where it can be executed. The location should work and is generally recommended. You can find another one /data/local, /tmp or whatever is there. Or use adb push <PC_file> <target_directory>. Or post the screenshot. This should be a trivial issue and can't stop you.

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
getting this error

raxahasan0077 said:
View attachment 5456865getting this error
Click to expand...
Click to collapse
Place the script on the tablet in an easy to remember location.
Open Powershell:
“adb shell” or “./abd shell” (whichever works)
“Cp /storage/emulated/0/FILELOCATION/TabA7_cleanup.sh /data/local/tmp”
then follow the rest of the instructions

now getting this error

raxahasan0077 said:
now getting this errorView attachment 5456963
Click to expand...
Click to collapse
Is your USB debugging turned on in the dev settings, did you hit authorise on your device when you first plugged it in?
you can check if you’re device is authorised with “adb devices”
edit: not sure if it matters but try a lowercase cp

Herb291 said:
Is your USB debugging turned on in the dev settings, did you hit authorise on your device when you first plugged it in?
you can check if you’re device is authorised with “adb devices”
edit: not sure if it matters but try a lowercase cp
Click to expand...
Click to collapse
yeah lowercase cp works

Working with LADB ( no computer needed)
https://www.xda-developers.com/debloat-your-phone-run-adb-shell-commands-no-root-no-pc/
Download: https://disk.yandex.com/d/H02YifGGtrErbw
////////////Run an .sh file to install ///////////
cd /sdcard
cp cleanup.sh /data/local/tmp
cd /data/local/tmp
ls -l
chmod +x /data/local/tmp/cleanup.sh
ls -l
./cleanup.sh
/////////
Download: https://disk.yandex.com/d/NcQMhFp73OpwXw
( and run .sh script with LADB)
Tips howto install LADB:
important! Always use "Open in split screen view” for pairing devices. (only first connection, next time don't need)
View attachment 5457089

@tom.android have you removed all theese 41 apps and the tablet functions ok, without any problems ? Is there any real benefit in performance and especially in lagging ?

Reply: @nikoum
Just removed (switch off) my unused app, sorry not help for good performance but no trouble.
Note: LADB
https://forum.xda-developers.com/attachments/ladb_v1-7_test-zip.5457295/

How dose this work without rooting? When I try to run the script from ADB i get Can't execute: permission denied?

I run "cmd", then "adb shell" and then "pm uninstall --user 0 <package name>". Make sure in developer options to check USB debugging to on and when connecting device with usb cable, authorize the conneftion, when asked by the phone.

doggydog2 said:
Tab A7 stock rootless setup​
model used: Tab A7 Lite SM-T220
Just a quick article for this nicely sized 8.7" tablet. It's a baby tablet, not wasting time with rooting We want:
* debloating
* better battery
* better privacy
* call recording
* disk encryption
* tweaks
Rooting​No rooting. No logins, not even Google login, that's the plan. FDroid, Aurora, Vanced manager to deploy all you need. No contacts, no SMS, no location, nothing to protect.
Modules​Magisk​-
XPosed​-
Apps​* AdGuard -> supreme adblocker and firewall. Set VPN approach (rootless friendly, assuming device will stay at home), turn on HTTPS and turn off internet for all apps. Then enable few (browser, youtube, aurora) specifically.
* YouTube Vanced -> YouTube without ads and sponsor blocks.. install in non root mode, and remove the existing originals
* (optional) MiXplorer -> best file manager, replaces spyware ES File explorer you had before
* F-Droid -> open source apps
* Aurora -> all apps
Debloating​What the script does:
* choose 8 categories of app removal, in the beginning of the file
for each say 0=skip 1=remove 2=revert back
* use more switch to disable some questionable/helpful stuff
* disable up to 70 apps with possibility to revert back
I usually cook these files carefully, here i just removed non existing packages, added existing vendor packages. Vendor garbage gets uninstalled straight away, majority of packages is disabled in non-root mode (per user) so it can be reenabled later. You can edit the file.
unzip the file to some folder
adb shell as it's plugged to PC and authorized
go to the folder with script
cp TabA7_cleanup.sh /data/local/tmp
chmod +x /data/local/tmp/TabA7_cleanup.sh
/data/local/tmp/TabA7_cleanup.sh;
Tested ok on August Android 11 EU firmware. It produced no errors (=packages relevant), but there could be regional differences.
Download: (file attached)
Battery​Battery saving:
turn off location
turn off permissions and app usage for usual snitches
in Adguard turn off WIFI/mobile for each app (will be the default), then reenable few - advantage: no ads in games, no stupid accidental payments. Also set WIFI/mobile off when screen off -> tablet won't do anything, just keep idle for days hopefully
don't even enable GMS, this device can be a good throwawy tablet with no login to ANY service, without encryption, just pure gamepad.... likely no password/PIN to unlock. It's with slow CPU but games work nicely. It's not even slower than S4 flagship tablet honestly.
Click to expand...
Click to collapse
How do I get the script file to.run from ADB? I get permission denied

TheDroidKid said:
How do I get the script file to.run from ADB? I get permission denied
Click to expand...
Click to collapse
that's literally discussed above incl all common mistakes, if you think it's unique, please post a screenshot.

Your right got it working. Didn't releaize it was a big deal not to have it in /tmp

I keep trying to do the cp step but it keeps saying no such file or directory.
I checked my tablet with MiX and there's no local folder on data... What am I doing wrong here?

Is better privacy only possible with rooting? I want to disable the radio entirely and remove all of the Google apps.

Elzbach said:
Is better privacy only possible with rooting? I want to disable the radio entirely and remove all of the Google apps.
Click to expand...
Click to collapse
i disabled google, and using Aurora without root. With no logins, no PIM data, no location tracking, there's almost no data to steal. But if I was using it as a mobile phone, with logins, contacts etc, i'd have to root.

doggydog2 said:
i disabled google, and using Aurora without root. With no logins, no PIM data, no location tracking, there's almost no data to steal. But if I was using it as a mobile phone, with logins, contacts etc, i'd have to root.
Click to expand...
Click to collapse
I'm not using it as a phone and there is still no data to steal, but I still want to get rid of those things. I want to completely remove the tracking apps regardless of how little there is to track because they are bloat. I want to completely disable the radio, the microphone, gps, and blu tooth. I don't even want wireless internet connections to remain.

Related

[Blocks OTA's!] Full root for Nook Tablet. [11/20/11] [Permanent root!]

Note from developer: If you want to block OTA updates, just use the adb hijack app once (click the button on it once) and then you can run the OTA block part of this script and every other mod for it. The hijacker is right below this V
If you already ran this script but want to apply the mods from an update to the script: Just use this method to be able to rerun the script
NOTE: Anyone who is having problems with drivers, http://forum.xda-developers.com/showthread.php?t=1363652 <-- That explains the two most common problems.
Step by step video from my friend Albert to gain root access:
http://www.youtube.com/watch?v=1zbT1Fj38nE
This also includes a gApps install section in it incase you decide you want to run that.
You may NOT use the included script in your work without atleast asking me as of now, this may change in the future but I dont want to have to hop from thread to thread just to offer support when I can keep the answers organized for all to find. So please just ask first.
Thanks.
Information:
I have gotten zergRush to work on the nook tablet as well as created a batch script for you to run to allow you to root your tablet. This does NOT unlock the bootloader software/hardware checks this is just so you can remove whatever unnecessary crap you wish to get the **** off your device.
Features:
Root (obviously)
Gapps install
De-bloat menu
System mods (New gallery, email, keyboard, and live wallpaper support)
Launcher install (Choice of 3!)
Homecatcher installer (if you install a launcher in the previously mentioned feature)
Root check
USB Vendor ID check.
Needed files for root:
You need drivers first:
http://dl.dropbox.com/u/15069134/usbdrivers.zip
here is an app to pull up usb debugging menu
http://li362-167.members.linode.com/gapps/non_google/tgps_launcher.apk
Code:
<robertely> Also note, that while that box will remain checked, the setting is not persistant.
<robertely> So you have to flick the top 'Usb Development' box twice to get it working.
Download Link for rooting script:
http://dl.dropbox.com/u/15069134/Nook&Zergy.zip
Code:
MD5sum
5df962260797ec4e3d80e107bca1fdb2
How to get adb debugging enabled:
Download the apk provided in the second download link to be able to access the menu *if you're just installing an app the first time, it will pull up the menu anyway but this is more for AFTER you have root as a convienance to access usb debugging and whatnot. Just try to install the apk *or open it if you already set unknown sources* and you will get a prompt to allow non-market apps. Click settings then you should be able to see "Unknown sources" check that followed by going into "Development" and check the 2 "Usb Debugging" boxes and uncheck "auto mount" then your nook tablet is ready to be used in debugging mode.
Instructions to root:
1. Download the "usbdrivers" zip
2. Download the "Nook&Zergy.zip"
3. Extract both to a folder C:\ntroot\
4. Now you should see the following files and folders inside c:\ntroot:
5. Run "runmefirst.bat" and follow the instructions.
6a. When the batch file opens the device manager, If you don't see a broken device icon next to "NOOK Tablet" then you may have some other generic drivers taking over. Not sure how to remove them so you will have to move to another PC that has never had a tablet hooked up and start over.
6b. If you do see NOOK Tablet with a broken device icon.. then right click and choose "update driver". Choose "Let me specify where the driver is" and browse to the c:\ntroot\usbdriver folder and hit ok. It should install and you can click "OK" to the warning about unsigned drivers.
7. Run "NookandZergy.bat" and follow the instructions
7a. If you see a long string of numbers/letters it's your device
Now you should have root.
How to Unroot and Undo system mods: Check out this thread:
Code:
Changelog:
7.5: Added file to block OTA's directly instead of needing titanium backup and did a few script fixes as well as added brianf21's hiddensettings app.
7.0.1: Fixed minor bug where systemui mod was not being properly installed (wrong command was used) NOTE: You will get force closes from the systemui until the script finishes and reboots your tablet.
7.0: Allowed recognition of users that used ADB Hijacker app to allow for system mods to occur even if you didnt choose them with the script originally
6.0: Added ricochet1k's SystemUI mod to have perm back / menu button on status bar + have N automatically redirect to home on first click
6.0: (continued) fixed the sdcard check for users since Zerg causes auto unmount of the sdcard
5.2: Added check for sdcard to install files
5.0.1: Added option for access to the titanium backup and push them to sdcard even if you are already rooted
5.0: Added Titanium backup as well as files needed to block OTA's
4.7: New Market added (3.4.4)
4.6: Added permissions fix.
4.5.5: (Debloater): Added Extreme Debloater option
4.5: Debloated updated to be a customized menu (Has a menu included now) [URL="http://forum.xda-developers.com/showpost.php?p=20229004&postcount=625"]found here[/URL]
4.1: Removed bugs
4.0: Included de-bloater and launcher install (you get to choose!)
3.5: Updated to check for proper USB Vendor ID as well as check for root.
3.0: Updated to include system app replacements (Keyboard, Email, Gallery) As well as adding live wallpapers for other launchers. You need to choose to run this part of the script same as gApps.
2.7: Updated Gapps to latest [9/30/2011]
2.5: Fixed a few minor typo's/bugs with the script
v2.1: Added usb vendor id addition to adb_usb.ini
v2.0: Rewritten script to allow for more user choices; added Gapps installer (thanks anlog); Added busybox installer apk and debug menu puller (allows you to access debugging menu)
v1.1 Updated superuser apk
v1.0: Official release
v.75: Updated to install SU and superuser.apk
v.5: Initial release
Code:
Credits:
Gojimi for his HomeCatcher.apk
Developers of ADW launcher for their APK
Developers of Go launcher for their APK
Syndicate Apps for their Honeycomb Launcher
anlog for finding out how to get nook color drivers to work and general testing
Team Revolutionary for their exploit
B&N for using android like good little sheep
suicideclown for bearing with me while I tried to get it to work on his computer until anlog found the driver fix.
Dsstrainer for the simplified instructions.
How to do it manually instead of running the Nook&Zergy.bat file (for linux or mac users or someone who wants to do it all manually)
Install drivers and follow instructions up until running the batch file then do the following commands in order:
Code:
adb push zergrush /data/local/zergy
adb shell "chmod 755 /data/local/zergy;cd /data/local/;./zergy"
adb wait-for-device install Superuser.apk
adb remount
adb push su /data/local/tmp/
adb shell cd /data/local/tmp;chmod 777 su;cd /;mount -o remount,rw -t rootfs rootfs /;
adb push su /system/bin/su
adb shell chmod 4755 /system/bin/su
Wanna buy me a coffee or something pretty for christmas?
Unroot method can be found here
Rooted nook tablet using my method
Taken from inside of barnes and noble;
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Indirect said:
Alright, I know you all are going to say "We cant find usb debugging" but allow me to assist you. I found that it's in the development menu of where you enable side-loading of applications so just check that then get the zergrush exploit ran using this.
*I do not own a nook tablet so I cannot check, I just learned alot about it tonight while at a barnes and noble store and the guy who worked there was cool enough to try and help root it with me but since you need adb permissions to run the exploit, I couldn't do anything.
Download Link:
http://dl.dropbox.com/u/15069134/Nook&Zergy.zip
Click to expand...
Click to collapse
Wouldn't still need adb drivers to work in order to do this exploit? If both are possible, I'll gladly buy a nook tablet in order to see if it works (because I intended to buy one anyway if it got root).
I think it might use the nook color drivers but again, I can't test so if anyone has the specific drivers, post them.
Very interesting. I hope someone tries this soon.
Sent from my Samsung Legendary 4G, a Universe UTES phone, running "two.three.five"
I am willing to give this a try tonight. want to get in touch? If it works I will record video.
suicideclown said:
I am willing to give this a try tonight. want to get in touch? If it works I will record video.
Click to expand...
Click to collapse
Thanks. Let us know how it goes!
Sent from my Nook Tablet using Tapatalk
Yeah, add me on Gtalk.
[email protected]
Indirect said:
Yeah, add me on Gtalk.
[email protected]
Click to expand...
Click to collapse
I'll help out as well.
gtalk: [email protected]
I tried this quickly and cannot get it working, i have usb debug enabled however the first problem is that the device does not show up in ADB Devices. Second problem or at least i think it might be is that it defaults in to usb storage mode and while plugged in it cannot be altered from that mode. If someone could create a toggle app to change the default i believe this might help. As for the drivers i am looking and will report back later.
ITFloater said:
I tried this quickly and cannot get it working, i have usb debug enabled however the first problem is that the device does not show up in ADB Devices. Second problem or at least i think it might be is that it defaults in to usb storage mode and while plugged in it cannot be altered from that mode. If someone could create a toggle app to change the default i believe this might help. As for the drivers i am looking and will report back later.
Click to expand...
Click to collapse
People hit a wall here last night on irc, May want to hop in #nookcolor to chat about it.
*cough* http://dl.dropbox.com/u/15069134/add-ons.zip *cough* Put that into your android sdk directory and you have the drivers.
Very nice
Sent from my BNTV250 using Tapatalk
905 views, someone must've tried this by now
Sent from my Samsung Legendary 4G, a Universe UTES phone, running "two.three.five"
You need to add the Nook Tablet USB vendor-id to adb_usb.ini, otherwise adb will not see the device. Do not know what the Nook Tablet vendor-id is, but you can find it with serveral utilities.
I just added a zip that I found to add usb vendor ID and gives you the drivers.
Crap...
I got into the application settings menu and was able to allow sideloading, but the window closed before i could turn on usb debugging. I can't figure out how to get back into the menu, since when I try to install an APK it actually does it now instead of spitting out an error.
Looks like I'm going to have to factory reset. I'll try the root right after that and report results here...
BTW, are those drivers 32-bit or 64-bit?
WAIT here is an app to pull up usb debugging menu
http://dl.dropbox.com/u/15069134/me.tennkia.apr-1.apk
Indirect said:
I just added a zip that I found to add usb vendor ID and gives you the drivers.
Click to expand...
Click to collapse
i got USB debugging enabled (i sideloaded AnyCut and put a shortcut to Development on my home screen)
but i cant get adb to recognize my NT... already edited adb_usb.ini with 0x2080 as vendor id.
http://legacyschool.us.to/nookdev/nookcolor-easyADB.exe
^ use that
Indirect said:
http://legacyschool.us.to/nookdev/nookcolor-easyADB.exe
^ use that
Click to expand...
Click to collapse
no dice, still not recognizing NT

[SCRIPT][GUIDE] Reduce google play services battery drain [8.3.0.0]

These past days I've been plagued with Google Play Services draining my battery, especially using the location services. Using Privacy Guard I could clearly see the absurd amount of times my location was requested, even with the location services OFF.
So I went digging and you wouldn't believe the amount of services and providers that google uses to enforce their location track onto the phone.
I am VERY selective with my startup apps, ranging from greenify to swiftkey and adaway, but nothing that explicitly requires any location services whatsoever. I know whatsapp requests your location, but only when you open it. At startup, with very few and selective apps starting up, NOTHING should require your location (having location services OFF), unless there's something that actively tries to monitor where you are (IE: watchdog service, locate my phone, etc).
By default, I had a LOT of requests from the play services for my location CONSTANTLY. I also had 6 or 7 services running in my phone associated with gapps (configfetch service, dispatchingservice, analytics, geolocation, etc).
By disabling all of what I disabled, I managed to decrease the amount of location requests (and therefore wakelocks and idle battery consumption) while still retaining basic functionality like being able to use google maps.
I effectively disabled GOOGLE LOCATION REPORTING, which IS ALWAYS RUNNING IN THE BACKGROUND and CAN NOT BE DISABLED unless you break the mechanism. How do I know? I used Greenify + Donation, and checked "Reveal hidden sync", then I went into accounts-> Google and BAM, location reporting was ALWAYS IN-SYNC, even if you disable it, after a reboot it would come back.
This is XDA so let's get technical, but first, proof:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Automatic method:
1 - If you're using SuperSU, go into settings -> SuperSU -> Settings -> Enable SU during boot
2 - If you're unsure your rom has init.d support, try Universal init.d. If you're NOT using a nexus please let us know if it works (I'm looking at you touchwiz users )
3 - Go to the bottom of this post. Download either FixGS.zip or FixGSExtended.zip, flash through your recovery.
4 - After your next reboot it will take a while (couple of minutes tops, depends on eMMC speed, encryption, etc) to disable all the services. Go back into the SuperSU settings and DISABLE SU during boot.
5 -That's it, if you need to revert either script, a _REVERT script is also attached at the bottom of the post.
FixGS has all the essential location services enabled. FixGSExtended furthermore disables all the items noted below, under "Additional stuff to remove" in the manual method.
Manual method:
1 - Go to the bottom of this post
2 - Download either FixGS.zip or FixGSExtended.zip, extract the .sh file from it.
3 - Place it in /system/etc/init.d/ and give it 755 permissions (allow all execute and read boxes, only allow owner to write)
4 - If you're unsure your rom has init.d support, try Universal init.d.
4b - I use terminal emulator for Android to execute the script. Simply write
Code:
su
./etc/init.d/FixGS.sh
or
./etc/init.d/FixGSExtended.sh
5 -That's it, if you need to revert either script, a _REVERT script is also attached at the bottom of the post.
Update 10:
Disabled the following:
Code:
[Activities]
N/A
[Providers]
N/A
[Receivers]
N/A
[Services]
com.google.android.location.internal.AnalyticsUploadIntentService
com.google.android.gms/.kids.chimera.LongRunningServiceProxy
Deleted/obsolete:
Code:
[Activities]
com.google.android.location.copresence.settings.ProximitySettingActivity
nearby.sharing.sharesheet.ShareHintActivity
nearby.sharing.sharesheet.ShareActivity
nearby.sharing.settings.TrustDeviceDialogActivity
nearby.sharing.settings.OptInActivity
nearby.sharing.AppNotSupportedDialogActivity
nearby.sharing.AppNotInstalledDialogActivity
[Providers]
N/A
[Receivers]
common.status.StatusServiceLauncherBroadcastReceiver
config.ConfigFetchService$SecretCodeReceiver
config.ConfigFetchService$PackageReceiver
car.BluetoothReceiver
nearby.sharing.NearbySharingBroadcastReceiver
nearby.sharing.ui.UiReceiver
nearby.sharing.GcmBroadcastReceiver
[Services]
common.status.StatusService
com.google.android.location.internal.AnalyticsUploadService
com.google.android.location.copresence.service.ProximitySettingInjectorService
config.ConfigFetchService
com.google.android.libraries.nearby.direct.service.NearbyDirectService
com.google.location.nearby.direct.service.NearbyDirectService
kids.chimera.UserSwitchListenerServiceProxy
Previous updates:
Update 1:
Code:
com.google.android.location.internal.PendingIntentCallbackService
is necessary for High-precision GPS positioning. This allows much faster GPS positioning (under 5 seconds) or in areas where GPS is unavailable, but wifi/data is.
Update 2:
Code:
com.google.android.location.internal.GoogleLocationManagerService
is not necessary either for high-precision GPS.
Update 3:
Code:
gcm.http.GoogleHttpService
, while possible to disable, gave me logcat spam about Google not being able to connect to ads servers. If it doesn't bother you, go ahead and disable it as well.
Update 4: It seems that google maps was sometimes left restarting on the UploadService, so disabling it in google maps made sense. Now it's no longer stuck. Not longer necessary
Update 5: Updated the guide, both visually and content-wise. I hand-wrote all the names of the items, that way you can always double check what's missing and what's not working.
Code:
[Activities][b]
com.google.android.location.network.ConfirmAlertActivity
[/b]
[Providers][b]
N/A
[/b]
[Receivers][b]
com.google.android.location.network.LocationProviderChangeReceiver
[/b]
[Services][b]
com.google.android.location.util.PreferenceService
[/b]
These allow a fully functioning location button (it asks whether you want to allow google to use the wireless networks to determine the position). It also un-derps google maps restarting.
Update 6: Added an option to re-enable Android Device Manager. Do take into account that this forces at least two extra processes running in the background for a feature you might not use a single time in your devices' life.
Enabling Android device Manager (you need to leave this service ON):
Code:
[Activities][b]
N/A
[/b]
[Providers][b]
N/A
[/b]
[Receivers][b]
N/A
[/b]
[Services][b]
[B]com.google.android.location.internal.GoogleLocationManagerService[/B]
[/b]
Update 7:
- Automated the process through sh script files
- Removed the following line, I couldn't get it to disable through the script
Code:
location.reporting.service.GcmBroadcastReceiver
- Fixed numerous item names, removed double periods, etc.
Update 8:
Main script changelog:
Disabled the following:
Code:
[Activities]
update.UpdateFromSdCardActivity
[Providers]
common.stats.net.contentprovider.NetworkUsageContentProvider
[Receivers]
com.google.android.contextmanager.systemstate.SystemStateReceiver
ads.config.FlagsReceiver
common.stats.GmsCoreStatsServiceLauncher
common.status.StatusServiceLauncherBroadcastReceiver
config.ConfigFetchService$PackageReceiver
config.ConfigFetchService$SecretCodeReceiver
com.google.android.libraries.social.mediamonitor.MediaMonitor
location.copresence.GcmBroadcastReceiver
location.reporting.service.GcmBroadcastReceiver
social.location.GservicesBroadcastReceiver
update.SystemUpdateService$Receiver
update.SystemUpdateService$OtaPolicyReceiver
update.SystemUpdateService$SecretCodeReceiver
update.SystemUpdateService$ActiveReceiver
[Services]
com.google.android.contextmanager.service.ContextManagerService
auth.be.proximity.authorization.userpresence.UserPresenceService
common.stats.GmsCoreStatsService
common.status.StatusService
deviceconnection.service.DeviceConnectionAsyncService
deviceconnection.service.DeviceConnectionServiceBroker
update.UpdateFromSdCardService
Re-enabled the following:
Code:
[Activities]
N/A
[Providers]
N/A
[Receivers]
N/A
[Services]
checkin.CheckinService
checkin.EventLogService
com.google.android.location.internal.GoogleLocationManagerService
update.SystemUpdateService
Extended script changelog:
Disabled the following:
Code:
[Activities]
nearby.messages.settings.NearbyMessagesAppOptInActivity
nearby.settings.NearbyAccessActivity
nearby.settings.NearbySettingsActivity
nearby.sharing.AppNotInstalledDialogActivity
nearby.sharing.AppNotSupportedDialogActivity
nearby.sharing.settings.OptInActivity
nearby.sharing.settings.TrustDeviceDialogActivity
nearby.sharing.sharesheet.ShareActivity
nearby.sharing.sharesheet.ShareHintActivity
photos.autobackup.ui.AutoBackupSettingsActivity
photos.autobackup.ui.AutoBackupSettingsRedirectActivity
photos.autobackup.ui.LocalFoldersBackupSettings
photos.autobackup.ui.promo.AutoBackupPromoActivity
[Providers]
N/A
[Receivers]
fitness.disconnect.FitDisconnectReceiver
nearby.messages.NearbyMessagesBroadcastReceiver
nearby.settings.NearbyAppUninstallReceiver
nearby.sharing.GcmBroadcastReceiver
nearby.sharing.NearbySharingBroadcastReceiver
nearby.sharing.ui.UiReceiver
phenotype.receiver.PhenotypeBroadcastReceiver
photos.Initialize.PhotosIntentreceiver
playlog.service.MonitorAlarmReceiver
playlog.service.WallClockChangedReceiver
wifi.gatherer2.receiver.GoogleAccountChangeReceiver
[Services]
com.google.android.libraries.nearby.direct.service.NearbyDirectService
nearby.bootstrap.service.NearbyBootstrapService
nearby.connection.service.NearbyConnectionsAndroidService
nearby.connection.service.NearbyConnectionsAsyncService
nearby.messages.service.NearbyMessagesService
nearby.sharing.service.NearbySharingService
phenotype.service.PhenotypeCommitService
phenotype.service.PhenotypeIntentService
phenotype.service.PhenotypeService
phenotype.service.sync.PhenotypeConfigurator
phenotype.service.util.PhenotypeDebugService
pseudonymous.service.PseudonymousIdIntentService
pseudonymous.service.PseudonymousIdService
photos.autobackup.AutoBackupWorkService
photos.autobackup.service.AutoBackupService
playlog.service.MonitorService
playlog.service.PlayLogBrokerService
playlog.service.PlayLogIntentService
playlog.uploader.RequestUploadService
playlog.uploader.UploaderService
wifi.gatherer2.service.KeyManagerServce
Update 9:
Main script changelog:
Disabled the following items:
Code:
[Activities][b]
N/A
[/b]
[Providers][b]
N/A
[/b]
[Receivers][b]
N/A
[/b]
[Services][b]
backup.BackupStatsService
[/b]
Re-enabled the following items:
Code:
[Activities][b]
N/A
[/b]
[Providers][b]
common.stats.net.contentprovider.NetworkUsageContentProvider
[/b]
[Receivers][b]
N/A
[/b]
[Services][b]
ads.AdRequestBrokerService
ads.identifier.service.AdvertisingIdService
common.stats.GmsCoreStatsService
com.google.android.location.places.service.GeoDataService
stats.PlatformStatsCollectorService
usagereporting.service.UsageReportingService
common.stats.GmsCoreStatsServiceLauncher
[/b]
Extended script changelog:
Re-enabled the following items:
Code:
[Activities][b]
N/A
[/b]
[Providers][b]
N/A
[/b]
[Receivers][b]
N/A
[/b]
[Services][b]
phenotype.service.PhenotypeService
playlog.service.MonitorAlarmReceiver
playlog.service.WallClockChangedReceiver
playlog.service.MonitorService
playlog.service.PlayLogBrokerService
playlog.service.PlayLogIntentService
playlog.uploader.RequestUploadService
playlog.uploader.UploaderService
car.CarService
[/b]
Third.
Huge update, let me know if I missed anything, it should be much easier to follow now.
Edit: I'm also thinking of moving the thread to the general section.
Thread will be relocated here as I feel it's more appropriate and applies to GAPPS as a whole.
Do you use Google Now or OK Google? If so do they work correctly?
Sent from my LG-D801
google feedback is great, at least 25% of my suggestions have been implemented. I won't remove it. Then again, maybe I'm just a genius.
I don`t see "com.google.android.location.fused.service.FusedLocationService" (in google play services -> services), instead i have "com.google.android.location.fused.service.FusedProviderService". Should i disable it ?
Brahialis said:
I don`t see "com.google.android.location.fused.service.FusedLocationService" (in google play services -> services), instead i have "com.google.android.location.fused.service.FusedProviderService". Should i disable it ?
Click to expand...
Click to collapse
See the search terms, just look for "fused" in services, disable both. and you're correct, these are the names
Code:
[B]com.google.android.location.fused.FusedLocationService
com.google.android.location.fused.service.FusedProviderService[/B]
It was FusedProviderService, not FusedLocationService.
rick09 said:
Do you use Google Now or OK Google? If so do they work correctly?
Sent from my LG-D801
Click to expand...
Click to collapse
I don't use it,. but I downloaded it and it works just fine.
rancur3p1c said:
google feedback is great, at least 25% of my suggestions have been implemented. I won't remove it. Then again, maybe I'm just a genius.
Click to expand...
Click to collapse
You certainly don't have to, I just gave it as an alternative.
I've also found an additional service to be removed, check post number 2.
can this be scripted ? that would be so cool
sandys1 said:
can this be scripted ? that would be so cool
Click to expand...
Click to collapse
It can, I saw a script that disables all the "usage" stuff, but nothing in location, ads, analytics or the rest. I also assume this would need to be run on every boot. I could try to make one if you want.
Or maybe we could search for a more permanent solution, somehow disabling these in the .apk. If I knew how to I'd gladly try.
Great job! I have done something similar with my phone and the only google component I have running in the foreground is related to GCM (I use hangouts for some texts). There is so much junk that came bundled with the last few rounds of play service updates. Eliminating the NLP wakelocks was my primary objective but much like you, I decided to cut Play Services only down to the essentials.
EDIT: Nevermind...
So I tried these settings and Maps stalls when trying to display the map. Titanium Backup also stalls when trying to check for the Pro license. I might have to backtrack a bit and see what went wrong.
Update: Maps issues was fixed by rolling back the GSF changes. Still trying to figure out why TiBu can't detect the Pro key.
What if I only disable the services and leave the activities, providers and receivers untouched? The reason for that is that I already use servicely (and in this APP I don't have access to those). I don't wanna have to use another app to do this...
Will I have trouble with receivers trying to find a service that is not running, for example?
OP.your method is working good for battery saving but its causes google maps to stuck on loading screen while opening.resetting back to its state fixes problem.
EvilKing009 said:
OP.your method is working good for battery saving but its causes google maps to stuck on loading screen while opening.resetting back to its state fixes problem.
Click to expand...
Click to collapse
Posted this same thing 2 posts up. Rolling back the changes to google services framework will allow it to work. :good:
nismology said:
So I tried these settings and Maps stalls when trying to display the map. Titanium Backup also stalls when trying to check for the Pro license. I might have to backtrack a bit and see what went wrong.
Update: Maps issues was fixed by rolling back the GSF changes. Still trying to figure out why TiBu can't detect the Pro key.
Click to expand...
Click to collapse
EvilKing009 said:
OP.your method is working good for battery saving but its causes google maps to stuck on loading screen while opening.resetting back to its state fixes problem.
Click to expand...
Click to collapse
nismology said:
Posted this same thing 2 posts up. Rolling back the changes to google services framework will allow it to work. :good:
Click to expand...
Click to collapse
Get a log and more info, can't replicate myself.
What I can't get is a fix if I enable location services while having maps running. I have to close and reopen maps, or open maps AFTER activating location, which personally isn't that big of a deal.
Updated, the process is now automated. Try out the new scripts at the bottom of the first post. Let me know if it's easy to read or if I can improve readability in any way.
Also do report back if it works and if it doesn't. If I can't replicate it, get a log.
@sandys1
Does it work on lp?
Too bad there's not an App for this so the user could select or deselect items. LoL
GPS has become the Pig in the Backyard, useful when ya need it but otherwise just makes a mess of things.
FYI: There are minimal versions of GPS that are unbloated out there.
Sent from my DROID RAZR HD using Tapatalk

[TOOL] Android Job Box v3.21 [Aug 1, 2017] [Un/Lock | Bak/Res | Recovery | Optimize]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is for Windows ONLY at the moment.
Features:
Unlock bootloader
Relock bootloader
Backup data (all or selectable sections)
Restore data (all or selectable sections)
Optimize all OGG files on device
Zipalign all APK files on device
Batch install APKs from local PC folder
Reboot device
Reboot into recovery
Reboot into bootloader
Flash recovery
Changelog:
v3.21
* Fixed a couple commands
* Fixed broken backup menu
* Cleaned up some menu spacing
* Removed some unneeded comments
Download: v3.21-FREE
Download method 2:
There is now a free version and a donate version. The donate version requires a minimum donation of $5. First, set up a FREE GitLab account. Once you have donated, send me your GitLab username, in a PM or in this thread, and I'll add you to the repo so you have access.
I will be adding features to the donate version as I get time. I have to balance work/college/family, so my time is limited. General fixes will apply to both versions.
Requirements:
GIT (Windows download)
FREE version:
Code:
git clone https://gitlab.com/ChevyCam94/Android-Job-Box-FREE.git
cd Android-Job-Box-FREE
JobBox.bat
DONATE version:
Code:
git clone https://gitlab.com/ChevyCam94/Android-Job-Box-DONATE.git
## enter your GitLab.com username/password here when prompted ##
cd Android-Job-Box-DONATE
JobBox.bat
Previous changes:
v3.20
* Updated SOX to 14.4.1
* Updated all binaries in /Data with up-to-date versions from v26.0.1 tools
* Fixed some zipalign commands not pushing back to correct device folder
* Fixed fastboot reboot command
* Fixed main menu crashing with ENTER
* Overhauled the backup/restore sections
* Separated the CAMERA and PICTURES directories in backup/restore
* Switched to TIMEOUT instead of PING (non-skippable)
v3.10 * Updated all binaries in /Data with up-to-date versions from v26-RC tools
* Fixed menu choices in REBOOT menu
* Fixed backup and restore functions
* Fixed timing issue with bootloader lock/unlock commands
* Fixed a ton of misplaced commands
* Reworked terminal output to be more visually friendly
* Made some adb push/pull functions verbose again
* Removed some unused code blocks
* Made reboot options escapable within the script
v3.00
* Updated all data binaries in /Data with up-to-date versions
* Fixed the OGG optimization process
* Fixed mounting of /system in TWRP
* Fixed a couple menu text inconsistencies
* Removed a couple unnecessary subroutines
* Reduced the size of some subroutines
* Optimized the removal of non-apks and empty folders
Installation:
1: Extract the contents of the zip file somewhere (NO spaces in the whole folder path. Need to sort that out)
2: Double-click on JobBox.bat
Installation for method 2:
1: Navigate to a folder where you want the script (NO spaces in the whole folder path)
2: Run the commands for the version you want
3: Run JobBox.bat
NOTES:
To flash recovery, the recovery image must be in "/Data" as "recovery.img"
Optimizing OGG files is done by pulling all audio from the device, into the local computer
where the are optimized, and then pushed back to the device in their original location. HOWEVER,
be aware that optimizing an audio file too many times will break it, and cause serious loss of
audio quality. I have no way to test if the files were optimized already or not, so please keep
track of that yourself.
Optimizing APK files is done by pulling all APKs from the device, into the local computer
where they are optimized, and then pushed back to the device in their original location. There
is no verbose output (by choice), or progress animation. Believe me, its still working. Just
give it time.
No part of this script may be copied,
modified, redistributed, or included
anywhere without my written consent.
Credit goes to Lexmazter for the original template I'm using to make my script. You can find his tool HERE
Credit to Chris Bagwell for SOX
Credit to Google for the adb/fastboot binaries​
Will it be able to root as well in the future?
chevycam94 said:
This tool is a work in progress.
As I add features, I'll release new
versions of the tool. This is for
Windows ONLY at the moment.​
Click to expand...
Click to collapse
Just a heads up, you need to update the unlock command to "fastboot flashing unlock" as this is the new command for the M devices - oem unlock no longer works.​
Thanks for the heads up. Question. Is that for devices that shipped with M?
Is all data wiped when performing the unlock no matter what?
Heads up - This tool does not work for some reason, just times out every time.
FAILED : (Remote : unknown command)
finished total time : ABC-XYZ
Click to expand...
Click to collapse
Its weird if you enable ADB USB debugging via developers options and allow OEM unlock and boot into bootloader it refuses to OEM UNLOCK even when using ADB terminal commands manually
Adb Devices - Lists the device
Fastboot reboot - Works
Fastboot reboot recovery - works
Weirdness - I'll Try ADB on my chromebook see if i can do it there
hutzdani said:
Heads up - This tool does not work for some reason, just times out every time.
Its weird if you enable ADB USB debugging via developers options and allow OEM unlock and boot into bootloader it refuses to OEM UNLOCK even when using ADB terminal commands manually
Adb Devices - Lists the device
Fastboot reboot - Works
Fastboot reboot recovery - works
Weirdness - I'll Try ADB on my chromebook see if i can do it there
Click to expand...
Click to collapse
use "fastboot flashing unlock" oem unlock has been depreciated on the new nexus devices.
Tung_meister said:
use "fastboot flashing unlock" oem unlock has been depreciated on the new nexus devices.
Click to expand...
Click to collapse
Yeah i can't get that to work on my ADB drivers i think i need to pull them down from google again, ill try after dinner must eat lol
I included (just in case) the 4 adb files from my current SDK, v24.4.1. I don't have my 6P yet, so I can't test it.
Also, when someone unlocks their 6P, report back here if it clobber use of the fingerprint scanner and/or Android Pay. I want to add a warning about them in the script if it does.
chevycam94 said:
Thanks for the heads up. Question. Is that for devices that shipped with M?
Click to expand...
Click to collapse
.
It might just be for the Huawei 6P, not all MM devices not certain. Since it's a Nexus device should be fastboot oem unlock not sure why Huawei changed.
Just in case, I added in an option to choose which method to use to unlock/relock the bootloader.
Added to Nexus 6P index thread:
[INDEX] Huawei Nexus 6P
hutzdani said:
Yeah i can't get that to work on my ADB drivers i think i need to pull them down from google again, ill try after dinner must eat lol
Click to expand...
Click to collapse
make sure you go into developer options and check "oem unlocking"
eneka said:
make sure you go into developer options and check "oem unlocking"
Click to expand...
Click to collapse
All set now had to update my ADB from the SDK, fastboot flashing unlock was not supported or listed as a command until I updated the SDK
Working on a major update to the backup and restore functions. Should really help people out with backing up certain things, not necessarily the whole thing
Ok, updated to v1.20. Now the user can choose to do a backup before unlocking/relocking, without going through two different sections. Fixed the fastboot commands, and added the ability to flash custom recovery.
MAJOR update to the script. Now available in the OP.
Now, in addition to a full backup, you can also backup and restore certain files, such as your downloads, pictures, videos, music, and even Android application data (NOT the apks, just the data user storage (/Android))
So can I use this tool to back up user data from my G4 and restore to my Nexus 6p so I don't have to reconfigure every single app? Like I can do with titanium backup if rooted?
StephenMSmith said:
So can I use this tool to back up user data from my G4 and restore to my Nexus 6p so I don't have to reconfigure every single app? Like I can do with titanium backup if rooted?
Click to expand...
Click to collapse
That's the idea. Just data, not apps....yet
Is this using chainfires systemless root method? And thanks for your contribution to the 6p
Sent from my Nexus 6P using Xparent Blue Tapatalk 2

[BREVENT] A ‘No Root’ alternative to Greenify

First and foremost I am not the developer of this App! I just discovered it and thought those of you missing Greenify might find this useful.
[What's Brevent]
There are a lot of apps which claim to prevent apps from running. However, most of them requires ROOT, or do a system modification via Xposed or patching or unlocked bootloader.
Brevent can app-standby or force-stop apps, prevent apps from running in long time. It doesn't require ROOT, nor modify system. Furthermore, it may doesn't work well on ROOT or modified system. There is an experimental feature to start Brevent Server without adb, please read guide - permissions.
Brevent supports Android 5.0 to Android O DP3, requires "USB debugging" in "developer options". I mainly used it on Google Pixel with Android 7.1.2.
[Simple Guide]
0. (Device) open Brevent, read "Guide"
1. (Device) open Brevent, navigate to "Developer Options", turn on "USB debugging"
2. (PC) Download ADB: https://developer.android.com/studio/releases/platform-tools.html
(If you live in China, you can download it here too: https://developer.android.google.cn/studio/releases/platform-tools.html)
3. (PC) Uncompress, navigate to "platform-tools" directory in Command Line, refer to "Guide - ADB"
4. (PC and Device) connect device and PC with usb cable, type "adb devices" in PC Command Line, and confirm the authorized dialog on Devices if needed
5. (PC) type "adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh" in PC Command Line
[FeedBack]
For any issues, please open an issue at github with logs: https://github.com/brevent/Brevent/issues
1. crash log (in PC's command line): adb -d logcat -d -b crash
2. brevent server log (in PC's command line): adb -d logcat -d -b main -s BreventServer BreventLoader
2.1. enable debug for Brevent Server, type in PC's command line: adb -d shell setprop log.tag.BreventServer DEBUG, then get brevent server log
2.2. disable debug for BreventServer, type in PC's command line: adb -d shell setprop log.tag.BreventServer "" (Note for the back slash)
https://play.google.com/store/apps/details?id=me.piebridge.brevent&hl=en
according to the info, you have to regrant permissions thru ADB every darn reboot or it's useless.
Alternative To Greenify, Native Feature
ggrant3876 said:
First and foremost I am not the developer of this App! I just discovered it and thought those of you missing Greenify might find this useful.
[What's Brevent]
There are a lot of apps which claim to prevent apps from running. However, most of them requires ROOT, or do a system modification via Xposed or patching or unlocked bootloader.
Brevent can app-standby or force-stop apps, prevent apps from running in long time. It doesn't require ROOT, nor modify system. Furthermore, it may doesn't work well on ROOT or modified system. There is an experimental feature to start Brevent Server without adb, please read guide - permissions.
Brevent supports Android 5.0 to Android O DP3, requires "USB debugging" in "developer options". I mainly used it on Google Pixel with Android 7.1.2.
[Simple Guide]
0. (Device) open Brevent, read "Guide"
1. (Device) open Brevent, navigate to "Developer Options", turn on "USB debugging"
2. (PC) Download ADB: https://developer.android.com/studio/releases/platform-tools.html
(If you live in China, you can download it here too: https://developer.android.google.cn/studio/releases/platform-tools.html)
3. (PC) Uncompress, navigate to "platform-tools" directory in Command Line, refer to "Guide - ADB"
4. (PC and Device) connect device and PC with usb cable, type "adb devices" in PC Command Line, and confirm the authorized dialog on Devices if needed
5. (PC) type "adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh" in PC Command Line
[FeedBack]
For any issues, please open an issue at github with logs: https://github.com/brevent/Brevent/issues
1. crash log (in PC's command line): adb -d logcat -d -b crash
2. brevent server log (in PC's command line): adb -d logcat -d -b main -s BreventServer BreventLoader
2.1. enable debug for Brevent Server, type in PC's command line: adb -d shell setprop log.tag.BreventServer DEBUG, then get brevent server log
2.2. disable debug for BreventServer, type in PC's command line: adb -d shell setprop log.tag.BreventServer "" (Note for the back slash)
https://play.google.com/store/apps/details?id=me.piebridge.brevent&hl=en
Click to expand...
Click to collapse
One of the reasons I rate this phone so highly is that there are plenty of 'native' features present that make rooting less necessary.
My phone is a UK Sky Mobile Exynos model, and under 'Maintenance', 'Battery' there is an option to put 'non running' apps to sleep, just like 'Greenify'. I don't know if this is true for other regions or carrier's. Maybe other people can check this to see if it's so for their region and carrier.
kxdaorbit said:
One of the reasons I rate this phone so highly is that there are plenty of 'native' features present that make rooting less necessary.
My phone is a UK Sky Mobile Exynos model, and under 'Maintenance', 'Battery' there is an option to put 'non running' apps to sleep, just like 'Greenify'. I don't know if this is true for other regions or carrier's. Maybe other people can check this to see if it's so for their region and carrier.
Click to expand...
Click to collapse
I agree with you on the phone but there are two features that I miss with root.
1. Titanium Backup - they ability to back up your apps and data. I know there is Samsung Cloud but I'm not a big fan of cloud based services.
2. TWRP - the ability to back up your whole phone and restore it if needed.
ggrant3876 said:
I agree with you on the phone but there are two features that I miss with root.
1. Titanium Backup - they ability to back up your apps and data. I know there is Samsung Cloud but I'm not a big fan of cloud based services.
2. TWRP - the ability to back up your whole phone and restore it if needed.
Click to expand...
Click to collapse
I get your apprehension about cloud based services, but this is 2017, you'll have to bite the bullet sooner rather than later.
Also don't forget, if you have really super sensitive or personal data that you can't trust to cloud based services, we have 'Smart Switch'. Enables you to make as close to a 'nandroid' backup as is possible, and to store it locally. You can then restore single elements or the whole phone. Thank you Samsung.
kxdaorbit said:
I get your apprehension about cloud based services, but this is 2017, you'll have to bite the bullet sooner rather than later.
Also don't forget, if you have really super sensitive or personal data that you can't trust to cloud based services, we have 'Smart Switch'. Enables you to make as close to a 'nandroid' backup as is possible, and to store it locally. You can then restore single elements or the whole phone. Thank you Samsung.
Click to expand...
Click to collapse
Yes I read a thread yesterday that said you can use Smart Switch and back it up to your sdcard. It's getting better, I started with the T-Mobile G-1 and the only way to root and even do screenshots was with adb. I learned adb and it has served me well on android, even on the S8+ to get rid of the battery icon I had to run a few commands to get SystenTuner UI to work.
Why don't you just use Samsung built in always sleeping option for apps? Works great
Compusmurf said:
according to the info, you have to regrant permissions thru ADB every darn reboot or it's useless.
Click to expand...
Click to collapse
If you have rooted, it's not problem.
And if you don't have rooted, no other alternative third-party apps can app-standby other apps or force-stop apps quickly.
I am rooted, but the app doesnt seem to see that I am rooted.
MrPhilo said:
Why don't you just use Samsung built in always sleeping option for apps? Works great
Click to expand...
Click to collapse
I agree, s8 already have functions to put your apps to sleep immediately without waiting 3 days.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SM-G955F using Tapatalk
BratPAQ said:
I agree, s8 already have functions to put your apps to sleep immediately without waiting 3 days.
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
how do you get here ?
crayonyes said:
how do you get here ?
Click to expand...
Click to collapse
Settings - Device Maintenance - Battery
Then at the very bottom is "always sleeping apps"
Sent from my SM-G955F using Tapatalk
BratPAQ said:
Settings - Device Maintenance - Battery
Then at the very bottom is "always sleeping apps"
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
got it, Thanks
Where is the experimental feature to start server without adb?
mrQQ said:
Where is the experimental feature to start server without adb?
Click to expand...
Click to collapse
suku_patel_22 said:
I am rooted, but the app doesnt seem to see that I am rooted.
Click to expand...
Click to collapse
]
Compusmurf said:
according to the info, you have to regrant permissions thru ADB every darn reboot or it's useless.
Click to expand...
Click to collapse
If you have Root
Just press "back" about 6 times
And then a new menu appears
There you press on "ROOT"....

[Windows 11] Installing WSA with Google Play support

Users of an Android based phone know that basically Google Play is their 'default' app store, and Amazon Appstore - what WSA by default comes pre-installed with - is just a 3rd party store. Both stores offer a wide variety of apps that can be downloaded on the device and cater to many of the user requirements. The main difference between both app stores is the fact that at time of this writing Google Play Store offers 3.8 million apps, whereas Amazon Appstore offers only less than a half million apps.
So if you additionally want to have access to Google Play Store from within WSA then you should install a copy of WSA that comes with Google Play supported. That's the reason why I have created this thread.
Legal Warning:
Adding Google Services and Google Play Store to WSA may potentially be in a legal gray area.
Requirement:
Virtualization must be enabled on your Windows 11 PC.
Take note that before you enable Hyper-V in Windows 11, you need to make sure the Hardware Visualization/ Virtual Technology is enabled in UEFI/BIOS - usually it's called Intel VT-X or AMD-V depending upon the brand of CPU in your system. This is because the option to Enable Hyper-V or its submenus will be greyed out once the Hardware Visualization is disabled.
So, let’s see how to enable virtualization on Windows 11 PC:
First, go to Start Menu.
Now search for Turn Windows features on or off & then hit Enter.
After that, enable the Virtual Machine Platform and Windows Hypervisor Platform option & then click OK.
At last, click on Restart now.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How-To Install:
To avoid copy / paste operations please look inside here.
Result:
If WSA got properly set up, then you run Google Play from Windows Start.
When I get to this step, .\adb.exe connect ADDRESS , POWERSHELL fails. adb.exe is not recognized....
If you would carefully read the guide linked to, then you'll not run into any problems.
BTW: As a workaround you could add location ( fullpath name !!! ) of adb.exe to PATH variable of Windows OS.
I know this might be stupid to ask, but is it safe to update subsystem from the windows store? After you've done this much needed hack.... what were they thinking? Amazon? .... Is it safe or do I just live w/ not ever updating it.
i did the following steps, and im oddly able to connect using adb connect 127.0.0.1:58526 but not when i copy and paste the ip, .. idk what im doing wrong. even after i "connect" whenever i use adb shell it says error: device not found
i get error deployment of add -appxpackage. needs microsoft.ui.xaml.2.6.2.nupkg,,,,no idea how to install this
I tried to install this but I think there is some problem with the process.
I was able to install and open Google Play, but nothing happens when I click "Sign in"
I tried opening Gmail and signing in that way too with the same result.
Followed the steps....worked like a charm. Google play store and all apps that require google services are working
Collected all variants of WSA + PlayMarket and magisk.
Installation: unzip the archive and run install.ps
I still hope one day someone smarter than me will explain why simply side-loading Google Play doesn't work on a stock WSA install. In other words, why we can't follow steps similar to Amazon Fire tablet users to side-load Google Play. Well, I should say it technically does work as I initially went that route, but one is unable to sign-in to Google Play.
I followed a different guide than the one listed here, but they are all basically the same result - a custom repackaged WSA that can no longer update via the store... manual updates required (which may or may not be a bad thing).
[Closed] marked as.
bc of Deleted member.
hello
I have a lot of problems installing wsa on W11. finally, it's ok. Explanation is :
A lot of components were absent after the transition from W10 to W11..
last problem:
WSA is ok in admin account.. (thank you)
but for everyday work, I use a standard account (not admin) and in this account WSA doesn't appear..
is it normal, is there a solution?
thank you for help.
To create the WSA working folders, use these steps:
Open File Explorer.
Click on This PC from the left pane.
Under the “Devices and drivers” section, double-click the main drive (C).
Click the New menu and select the Folder option.
Name the folder WindowsSubsystemAndroid and press Enter.
Click the New menu and select the Folder option.
Name the folder GAppsWSA and press Enter.
Click the New menu and select the Folder option.
Name the folder ADB and press Enter.
Click the New menu and select the Folder option.
Name the folder WSADownloads and press Enter.
Hope This Works,
Peter
PeterGroft29 said:
To create the WSA working folders, use these steps:
Open File Explorer.
Click on This PC from the left pane.
Under the “Devices and drivers” section, double-click the main drive (C).
Click the New menu and select the Folder option.
Name the folder WindowsSubsystemAndroid and press Enter.
Click the New menu and select the Folder option.
Name the folder GAppsWSA and press Enter.
Click the New menu and select the Folder option.
Name the folder ADB and press Enter.
Click the New menu and select the Folder option.
Name the folder WSADownloads and press Enter.
Hope This Works,
Peter
Click to expand...
Click to collapse
Hello, thank you so much for your development work
Is there a way to install widgets on the desktop?
Look inside here:
How to Add Widgets to the Windows 11 Desktop
Windows 11 widgets are great, but they need a little help getting onto the desktop. Here's how to do that.
www.makeuseof.com
Deleted member 1890170 said:
Users of an Android based phone know that basically Google Play is their 'default' app store, and Amazon Appstore - what WSA by default comes pre-installed with - is just a 3rd party store. Both stores offer a wide variety of apps that can be downloaded on the device and cater to many of the user requirements. The main difference between both app stores is the fact that at time of this writing Google Play Store offers 3.8 million apps, whereas Amazon Appstore offers only less than a half million apps.
So if you additionally want to have access to Google Play Store from within WSA then you should install a copy of WSA that comes with Google Play supported. That's the reason why I have created this thread.
Legal Warning:
Adding Google Services and Google Play Store to WSA may potentially be in a legal gray area.
Requirement:
Virtualization must be enabled on your Windows 11 PC.
Take note that before you enable Hyper-V in Windows 11, you need to make sure the Hardware Visualization/ Virtual Technology is enabled in UEFI/BIOS - usually it's called Intel VT-X or AMD-V depending upon the brand of CPU in your system. This is because the option to Enable Hyper-V or its submenus will be greyed out once the Hardware Visualization is disabled.
So, let’s see how to enable virtualization on Windows 11 PC:
First, go to Start Menu.
Now search for Turn Windows features on or off & then hit Enter.
After that, enable the Virtual Machine Platform and Windows Hypervisor Platform option & then click OK.
At last, click on Restart now.
How-To Install:
To avoid copy / paste operations please look inside here.
Result:
If WSA got properly set up, then you run Google Play from Windows Start.
View attachment 5449845
Click to expand...
Click to collapse
I've been able to get this working on Intel PCs, but I can't get it to work on AMD Ryzen 5. I have enabled vertualizatiin in bios and control panel, have developer enabled in settings and in WSA. But I still get the "enable vertualizatiin in bios" error message. PLEASE HELP!

Categories

Resources