Kearifan Lokal pinned «Perdana : - Reboot to recovery - backup boot partition ( buat kembali ke kernel ori / custom kernel lain ) - Flash BarokahKernel.zip - Flash magisk (optional to get root) - Wipe cache e dalvik cache - Reboot Update kernel: - Reboot to recovery - Flash BarokahKernel.zip…»
Barokah-HMP-Pie-301020.zip
14.5 MB
Enabler Dual Speaker Gemini 1.0.zip
224.8 KB
Magisk-Module-ROG-Bootanimation.zip
12.8 MB
Module Magisk ROG Bootanimation
- Support A9 + A10
- support magisk 21.0
#module #magisk #bootanimation
- Support A9 + A10
- support magisk 21.0
#module #magisk #bootanimation
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