after you change all the settings + apply your preset.If the recommendation is to "never use smart switch" when setting up a new phone, what then should I use to transfer pictures/videos from my old phone to my new phone?
after you change all the settings + apply your preset.If the recommendation is to "never use smart switch" when setting up a new phone, what then should I use to transfer pictures/videos from my old phone to my new phone?
Just reset themHi, after playing around with ADB my Galaxy Buds can not connect to any call related apps (like the usual call or zoom meetings). It can play music and medias just fine, but not calls.
Any tips what process contribute to this?
Thank you
i did... multiple times. Unpair and reset. Still doesn't work. I think i'll just factory reset and reflash the firmware.
As you can see when I'm in lamdscape mode. The brightnsess slider gets cut off. What app should i restore???View attachment 5931205
Im using hex installer. Bro it gets cut off even in the default theme. I was using this theme before debloating and it was fine.It doesn't look like it's getting cut off, it appears you are using a different theme
If so, there should be ways to change the brightness bar to your choosing in the modules settings
You need to debloat before installing any Hex themes, not after. Otherwise it'll be much harder to find out the package which is causing this. Not to mention you're always gonna have these artifacts with themes by debloating after the factIm using hex installer. Bro it gets cut off even in the default theme. I was using this theme before debloating and it was fine.
Hello i have samsung m21 i saw on internet can't install good guardians and app booster. Can anyone offer me app like app booster or method because my phone stuttering and lagging on apps everywhere
Hi that is really nice battery life. Do you mind sharing the preset?View attachment 5870435
Well damn...and I still have 10% left.
S22 Ultra Snapdragon OneUI 5.1
If you guys want I can drop my preset.
I factory reseted my phone. Debloated(where the slider got messed up) Done the adb command and then i have used the themeYou need to debloat before installing any Hex themes, not after. Otherwise it'll be much harder to find out the package which is causing this. Not to mention you're always gonna have these artifacts with themes by debloating after the fact
It wasn't necessary to do a factory resetI factory reseted my phone. Debloated(where the slider got messed up) Done the adb command and then i have used the theme
I installed app booster older version but good guardians cant install even older versions app booster not working singleGo to APKMirror and download an older version of App Booster that's compatible. I did this for an old phone that was running Pie and it worked just fine
Use Good Lock, Fine Lock or Nice LockI installed app booster older version but good guardians cant install even older versions app booster not working single
see aboveguys what does com.samsung.android.peripheral.framework (Peripheral Framework) do? Can't find anything on internet
guys what does com.samsung.android.peripheral.framework (Peripheral Framework) do? Can't find anything on internet
com.samsung.android.peripheral.framework
is a Samsung Knox SDK component that provides a framework for managing peripherals connected to said devices. It allows developers to write apps that can interact with a variety of peripherals, regardless of the vendor's proprietary SDK.com.samsung.android.peripheral.framework
. It is a system app that is essential for managing peripherals connected to your Samsung Galaxy device. Uninstalling it could cause problems with your device's functionality.Here are my stable preset and my test presetHi Hamid. Any new preset?
I'm added new apps about increase battery life
- Shinzuku (Non-Root system level access)
- App Ops (disabled system apps with this app can deny location&bluetooth premissions) I can remove all permissions from system apps. Camera, samsung cloud, etc. have this permissions all the time draining battery background because of permissions. App Ops will increase battery life.
- Brevent (If apps are launched then quit (tapping Back or so), Brevent will app-standby them; if apps timed out in standby, or swiped from recents screen, Brevent will force-stop them. Whenever apps are running without activity, Brevent will force-stop them.) Better than greenify. This can kill per app sync network traffic.
I dont have yet any SOT screenshot. I formatted my s10+ still learning. But wont draining so quickly.
-- Does not backup all app data.
To back up apps and data you might want to consider utilizingThen how do I transfer my app's info or just back up my phone? With PC?
ADB
.adb backup -all -f backup.ab
backup.ab
in the current directory.adb restore backup.ab
adb backup -all -f backup.ab
command doesn't work, try running the adb backup command in verbose mode. To do this, add the -v
flag to the command:adb backup -all -f backup.ab -v
adb backup
might create corrupt backups such as unexpected interruptions or hardware issues. Check your backup or do frequent backups and cross your fingers and your toes.adb backup
you get a backup of most of your data, like photos, etc. It might prove to be a bit difficult to unpack it.adb backup
is not enough to do a complete backup of said device.adb backup
will not be enough to backup any SD Card.set -o pipefail
for a in *.adb;
do
echo "$a";
dd if="$a" bs=24 skip=1 | zlib-flate -uncompress | tar tf - >/dev/null;
echo "ret=$?";
done
set -o pipefail
command tells the shell to exit with a non-zero status if any of the commands in the pipeline fail. This is useful for ensuring that the entire script fails if any of the .adb files are invalid or incomplete.dd
command is used to read the first 24 bytes of the file and skip the first byte. This is necessary because the first byte of an .adb file is a checksum.zlib-flate
command is used to decompress the data read by the dd command.tar
command is used to list the contents of the decompressed data. If the data is valid and complete, the tar command will exit with a status of 0.tar
command is printed to the console.tar
command fails for any reason, the script will exit with a non-zero status. This can be used to notify the user that one or more of the .adb files are invalid or incomplete.Open Android Backup
which is a free and open-source utility that allows you to back up and restore your Android device without using any proprietary software.The
apm_enhancement_enabled
setting controls whether or not the Adaptive Power Management (APM) enhancements are enabled. APM enhancements are a set of features that help to improve the battery life of the device.apm_enhancement_enabled
to 0.charger_connected_time
setting stores the total amount of time that the device has been connected to a charger. This setting is used by various features on your device, such as the battery optimization feature.charger_connected_time
setting to see how much time your device has been connected to a charger. If you find that your device is spending too much time connected to a charger, you can try to reduce the amount of time that you spend charging your device.satellite_mode_enabled
setting controls whether or not the satellite mode is enabled on the device. Satellite mode is a feature that allows you to use your device to connect to satellite networks.It is a system service that monitors the health of your Samsung device's battery. It collects data such as battery temperature, voltage, and current, and uses this data to estimate the battery's remaining life and health. SoHService also provides notifications and recommendations to help you keep your battery healthy and extend its lifespan.guys does anyone know what SoHService does? It consumes both ram and battery. I've once uninstalled it, but weirdly the phone became hotter and, as a result, consumed more battery. But i don't know if it had been a temporary issue as I've immediately reinstalled it.
Samsung State of Health Service
.