AP1A commited on
Commit
c87959f
·
verified ·
1 Parent(s): 11f9f4b

Create readme.md

Browse files
INOI/A75/bahan oprek/recovery/readme.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Custom Recoveries (TWRP, OrangeFox, PitchBlack)
2
+
3
+ 🎯 For Inoi A75 Elegance #inoia75
4
+
5
+ # ✨ What Works:
6
+ Decryption, OTG, ADB, Fastbootd;
7
+ Haptic Vibration, Sideload, MTP;
8
+ Flashing and other core functions;
9
+ Internal Storage Backup (all your personal files: photos, videos, music, etc.);
10
+ Backup Encryption (set a password for your backup; feature in testing!).
11
+
12
+ # 🛠 Flashing Steps:
13
+ Unlock Bootloader (UBL).
14
+ Enter Fastboot mode (not fastbootd).
15
+ Type the following commands:
16
+ fastboot flash vendor_boot custom_recovery_filename.img
17
+ fastboot reboot recovery
18
+
19
+
20
+ All credits go to Tugus for his trees and extensive fixes. This project is built entirely on his foundation!