Adreno Team Exclusive Thermals - Google Drive
https://drive.google.com/drive/mobile/folders/1aBBaiV6BLU5NP1_CqphnNq8nL8orn4GC?usp=sharing
#thermal
https://drive.google.com/drive/mobile/folders/1aBBaiV6BLU5NP1_CqphnNq8nL8orn4GC?usp=sharing
#thermal
Barokah-HMP-A11-3.18-091120.zip
14.3 MB
Backup and restore internal storage
Terminal commands can be run using adb shell instead.
Backup:
1. Boot into TWRP
2. Make sure you have enough storage left for backup or use an USB OTG
3. Determine which folders and files you don't want in your backup e.g Android/data folder and TWRP backups
4. Go into Advanced and start Terminal
5. Run the command:
tar -cvf /path/to/tar /data/media/0 --exclude='somefolder' --exclude='somefile'
Note: if you want to compress using gzip then run:
tar -czvf /path/to/tar.gz /data/media/0 --exclude='somefolder' --exclude='somefile'
Example:
tar -czvf /data/backup.tar.gz /data/media/0 --exclude='Android/data' --exclude='TWRP'
Notes for backup:
Some devices might have the internal storage on /data/media rather than /data/media/0. Adjust the commands for your device.
When excluding folders or files, use relative path rather than the absolute path. Example:
Path to exclude: /data/media/0/TWRP
Path to backup: /data/media/0
Exclude: --exclude='TWRP'
You can transfer the backup tar to your computer using adb. Use a computer with a Linux distro for faster transfer:
adb pull /path/to/tar
Restore:
1. Boot into TWRP
2. Transfer the tar to your phone. You can use adb. I prefer to push to /data:
adb push tar_on_computer /data/backup.tar
3. Go into Advanced and start Terminal
4. Run the command:
tar -xvf /path/to/tar
or
tar -xzvf /path/to/tar.gz for gzip compressed tar
Example:
tar -xzvf /data/backup.tar.gz
5. After restoring, delete the tar.gz to create space
#backup #internel #tutorial
Terminal commands can be run using adb shell instead.
Backup:
1. Boot into TWRP
2. Make sure you have enough storage left for backup or use an USB OTG
3. Determine which folders and files you don't want in your backup e.g Android/data folder and TWRP backups
4. Go into Advanced and start Terminal
5. Run the command:
tar -cvf /path/to/tar /data/media/0 --exclude='somefolder' --exclude='somefile'
Note: if you want to compress using gzip then run:
tar -czvf /path/to/tar.gz /data/media/0 --exclude='somefolder' --exclude='somefile'
Example:
tar -czvf /data/backup.tar.gz /data/media/0 --exclude='Android/data' --exclude='TWRP'
Notes for backup:
Some devices might have the internal storage on /data/media rather than /data/media/0. Adjust the commands for your device.
When excluding folders or files, use relative path rather than the absolute path. Example:
Path to exclude: /data/media/0/TWRP
Path to backup: /data/media/0
Exclude: --exclude='TWRP'
You can transfer the backup tar to your computer using adb. Use a computer with a Linux distro for faster transfer:
adb pull /path/to/tar
Restore:
1. Boot into TWRP
2. Transfer the tar to your phone. You can use adb. I prefer to push to /data:
adb push tar_on_computer /data/backup.tar
3. Go into Advanced and start Terminal
4. Run the command:
tar -xvf /path/to/tar
or
tar -xzvf /path/to/tar.gz for gzip compressed tar
Example:
tar -xzvf /data/backup.tar.gz
5. After restoring, delete the tar.gz to create space
#backup #internel #tutorial
Barokah-HMP-A10-3.18-111120.zip
14.4 MB
PBRP-gemini-3.0.0-20201117-1829-UNOFFICIAL.zip
38.4 MB
PBRP-libra-3.0.0-20201125-0357-UNOFFICIAL.zip
40.6 MB
PBRP-gemini-3.0.0-20201125-2124-UNOFFICIAL.zip
40 MB
changelog:
- update to os 8.1
- fix terminal syntax error
- update recovery.fstab
- add vendor image backup + install img
- add system image backup + install img
- add EFS backup
- add splash backup + install img
- add persist image backup + install img
- add modem backup
- add recovery backup
- fix backup to OTG
- fix flashlight
- fix direct install pbrp.zip from another cutom recovery
#recovery #gemini #pbrp
- update to os 8.1
- fix terminal syntax error
- update recovery.fstab
- add vendor image backup + install img
- add system image backup + install img
- add EFS backup
- add splash backup + install img
- add persist image backup + install img
- add modem backup
- add recovery backup
- fix backup to OTG
- fix flashlight
- fix direct install pbrp.zip from another cutom recovery
#recovery #gemini #pbrp
Barokah-HMP-A10-3.18-281120.zip
14.5 MB
Barokah-HMP-A10-3.18-301120-tweak.zip
14.5 MB
changelog:
- add many cpu governor
- add alucard hotplug
- add lazy hotplug
- add cpu boost
- add cpu voltage
- add adreno idler
- add adrenoboost at msm-adteno-tz gov
- add advanced charging control
- add sound control
- add low memory killer
- add underclock balance + battery
- add cpu set
- add vibration strength adjusted
- adjusted tweak
- poho deui nain deui nya. teangan we sorangan ๐
note : support barokah kernel profile for switch tweak
#kernel #gemini #A10 #HMP
- add many cpu governor
- add alucard hotplug
- add lazy hotplug
- add cpu boost
- add cpu voltage
- add adreno idler
- add adrenoboost at msm-adteno-tz gov
- add advanced charging control
- add sound control
- add low memory killer
- add underclock balance + battery
- add cpu set
- add vibration strength adjusted
- adjusted tweak
- poho deui nain deui nya. teangan we sorangan ๐
note : support barokah kernel profile for switch tweak
#kernel #gemini #A10 #HMP
Barokah-HMP-A10-3.18-151220.zip
14.5 MB
changelog :
- add new iosched
+ CFQ
+ FIOPS
+ ZEN
+ SIO
+ SIOPLUS
+ TRIPNDROID
+ SWITCHER
+ MAPLE
- add Quick WakeUp Driver
- set initial TCP size to 64k
- Enable All TCP Algorithms
+ Advance
+ BIC
+ Cubic
+ Westwood
+ HSTCP
+ Hybla
+ HTCP
+ Vegas
+ Reno
+ dll
- Default TCP config to Westwood
- add CGD congestion control
- dll
#kernel #gemini #A10 #HMP
- add new iosched
+ CFQ
+ FIOPS
+ ZEN
+ SIO
+ SIOPLUS
+ TRIPNDROID
+ SWITCHER
+ MAPLE
- add Quick WakeUp Driver
- set initial TCP size to 64k
- Enable All TCP Algorithms
+ Advance
+ BIC
+ Cubic
+ Westwood
+ HSTCP
+ Hybla
+ HTCP
+ Vegas
+ Reno
+ dll
- Default TCP config to Westwood
- add CGD congestion control
- dll
#kernel #gemini #A10 #HMP
Barokah-HMP-A10-3.18-151220.zip
14.5 MB
changelog :
- add new iosched
+ CFQ
+ FIOPS
+ ZEN
+ SIO
+ SIOPLUS
+ TRIPNDROID
+ SWITCHER
+ MAPLE
- add Quick WakeUp Driver
- set initial TCP size to 64k
- Enable All TCP Algorithms
+ Advance
+ BIC
+ Cubic
+ Westwood
+ HSTCP
+ Hybla
+ HTCP
+ Vegas
+ Reno
+ dll
- Default TCP config to Westwood
- add CGD congestion control
- dll
#kernel #gemini #A10 #HMP
- add new iosched
+ CFQ
+ FIOPS
+ ZEN
+ SIO
+ SIOPLUS
+ TRIPNDROID
+ SWITCHER
+ MAPLE
- add Quick WakeUp Driver
- set initial TCP size to 64k
- Enable All TCP Algorithms
+ Advance
+ BIC
+ Cubic
+ Westwood
+ HSTCP
+ Hybla
+ HTCP
+ Vegas
+ Reno
+ dll
- Default TCP config to Westwood
- add CGD congestion control
- dll
#kernel #gemini #A10 #HMP