Barokah-profile-v3.apk
2.4 MB
- tidak support barokah kernel 0922
- support barokah kernel 201004 dan seterusnya.
#apk #BarokahProfile #spectrum
- support barokah kernel 201004 dan seterusnya.
#apk #BarokahProfile #spectrum
Barokah-HMP-R-3.18-Beta-201020.zip
14.3 MB
Barokah-HMP-R-Beta-201021.zip
14.4 MB
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
- Flash magisk (optional to get root)
- Wipe cache e dalvik cache
- Reboot
Dari custom kernel lain:
- Reboot to recovery
- Flash your ROM / only boot.img / restore boot ori partiton
- Flash BarokahKernel.zip
- Flash magisk (optional to get root)
- Wipe cache e dalvik cache
- Reboot
#how #install
- 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
- Flash magisk (optional to get root)
- Wipe cache e dalvik cache
- Reboot
Dari custom kernel lain:
- Reboot to recovery
- Flash your ROM / only boot.img / restore boot ori partiton
- Flash BarokahKernel.zip
- Flash magisk (optional to get root)
- Wipe cache e dalvik cache
- Reboot
#how #install
Barokah-3.18-HMP-R-281020.zip
14.5 MB
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