|
1 |
| ---- |
| 1 | +### Pre-installation: |
2 | 2 |
|
3 |
| -[Read before installation](#title1) |
4 |
| -[Prepare everything before installation](#title2) |
5 |
| -[First time installation (Clean Flash)](#title3) |
6 |
| -[Update to a newer build of the same crDroid version](#title4) |
7 |
| -[Troubleshot](#title5) |
| 3 | +* **Remember, everything you do is your responsibility. I am not responsible for bricked devices.** |
| 4 | +* Optional gapps (from download page, gapps button) |
8 | 5 |
|
9 |
| ---- |
10 |
| - |
11 |
| -# <a id="title1">Read before installation:</a> |
12 |
| - |
13 |
| -1. Read through the instructions at least once before actually following them, so as to avoid any problems due to any missed steps! |
14 |
| -2. Make sure your computer has ***adb*** and ***fastboot***. |
15 |
| -3. Enable USB debugging on your device. |
16 |
| -4. crDroid is provided as-is with no warranty. You are installing this at your own risk! |
17 |
| ---- |
18 |
| - |
19 |
| -# <a id="title2">Prepare everything before installation:</a> |
20 |
| - |
21 |
| -1. Download Recovery from download page |
22 |
| -2. Download Firmware for your device |
23 |
| - - ginkgo: [Download](https://sourceforge.net/projects/shawkteam/files/ginkgo/addons/fw_ginkgo_miui_GINKGOGlobal_V12_5_2_0_RCOMIXM_75abe1782e_11_0.zip/download) |
24 |
| - - willow: [Download](https://sourceforge.net/projects/shawkteam/files/ginkgo/addons/fw_willow_miui_WILLOWGlobal_V12.5.6.0.RCXMIXM_b9c4b22e3f.zip/download) |
25 |
| -3. This ROM Uses Dynamic Partitioning system, so you should use Dynamic Partition Converter |
26 |
| - - Dynamic Partition Converter: [Download](https://sourceforge.net/projects/kycii91-j4plus/files/Ginkgo/Ginkgo_Retrofit_Dynamic_Partitions_Converter.zip/download) |
27 |
| - |
28 |
| ---- |
29 |
| - |
30 |
| -# <a id="title3">First time installation (Clean Flash)</a> |
31 |
| - |
32 |
| -## If you are coming from Non - Dynamic ROM |
33 |
| - |
34 |
| -1. Reboot to recovery |
35 |
| -- With the device powered off, hold ***Volume UP*** + ***Power** |
36 |
| -2. Now wipe |
37 |
| - - System |
38 |
| - - Vendor |
39 |
| - - Data |
40 |
| - - Dalvik |
41 |
| - - Cache |
42 |
| - - Metadata |
43 |
| -3. Install given recovery on Download page |
44 |
| -- via SD card or OTG, go to files >> select recovery.img >> flash to recovery |
45 |
| -4. After flashing given recovery reboot to your new recovery |
46 |
| -5. Untick **Unmount System before installing** a ZIP in Settings |
47 |
| -6. Flash Retrofit Dynamic Partition Converter |
48 |
| -- via SD Card or OTG, go to files >> dynamicconverter.zip |
49 |
| -- via ADB Sideload: |
50 |
| - |
51 |
| -``` |
52 |
| -adb sideload dynamicconverter.zip |
53 |
| -``` |
54 |
| - |
55 |
| -7. Flash Firmware |
56 |
| -- via SD card or OTG, go to files >> firmwareforyourdevice.zip |
57 |
| -- via ADB Sideload: |
| 6 | +### First time installation (clean flash): |
| 7 | +* Boot to recovery |
| 8 | +* Wipe: dalvik cache, cache, system, vendor, data |
| 9 | +* Go to Install -> Select crdroid.zip -> Flash |
| 10 | +* or if you want use ADB Sideload: |
58 | 11 |
|
59 | 12 | ```
|
60 |
| -adb sideload firmwareforyourdevice.zip |
| 13 | +adb sideload crdroid.zip |
61 | 14 | ```
|
| 15 | +* Go back to main menu and reboot to recovery to install gapps (if you don't want gapps, reboot to system) |
| 16 | +* To install gapps, simply sideload gapps.zip or flash via sdcard the same way you installed crdroid.zip then reboot to system |
| 17 | +* Format Data |
| 18 | +* Reboot to System |
62 | 19 |
|
63 |
| -8. Finally, Now Flash the ROM.Zip |
64 |
| -- via SD card or OTG, go to files >> Flash crDroidAndroid-15.0-XXXXXXXX-ginkgo-V11.X.zip |
65 |
| -- via ADB Sideload: |
66 |
| - |
67 |
| -``` |
68 |
| -adb sideload crDroidAndroid-15.0-XXXXXXXX-ginkgo-V11.X.zip |
69 |
| -``` |
70 |
| - |
71 |
| -**Tip** |
72 |
| -Skip this step if you don't want Google Apps (GApps) |
73 |
| - |
74 |
| -9. Flash if you get Google Apps (GApps): |
75 |
| -- via SD card or OTG, go to files >> GApps.zip |
76 |
| -- via ADB Sideload: |
77 |
| - |
78 |
| -``` |
79 |
| -adb sideload GApps.zip |
80 |
| -``` |
81 |
| - |
82 |
| -10. Format data |
83 |
| -11. Reboot to the System (Ignore No OS Installed warning) |
84 |
| -12. Voila |
85 |
| ---- |
86 |
| - |
87 |
| -## If you are coming from another dynamic ROM |
88 |
| - |
89 |
| -1. Reboot to Recovery |
90 |
| -2. Wipe |
91 |
| - - System |
92 |
| - - Vendor |
93 |
| - - Data |
94 |
| - - Dalvik |
95 |
| - - Cache |
96 |
| - - Metadata |
97 |
| -3. Finally, Now Flash the ROM.Zip |
98 |
| -- via SD card or OTG, go to files >> Flash crDroidAndroid-15.0-XXXXXXXX-ginkgo-V11.X.zip |
99 |
| -- via ADB Sideload: |
| 20 | +### Update installation: |
| 21 | +* Boot to recovery |
| 22 | +* Go to Install -> Select crdroid.zip -> Flash |
| 23 | +* or if you want use ADB Sideload: |
100 | 24 |
|
101 | 25 | ```
|
102 |
| -adb sideload crDroidAndroid-15.0-XXXXXXXX-ginkgo-V11.X.zip |
| 26 | +adb sideload crdroid.zip |
103 | 27 | ```
|
| 28 | +* Reboot to System |
104 | 29 |
|
105 |
| -**Tip** |
106 |
| -Skip this step if you don't want Google Apps (GApps) |
107 |
| - |
108 |
| -4. Flash get Google Apps (GApps): |
109 |
| -- via SD card or OTG, go to files >> GApps.zip |
110 |
| -- via ADB Sideload: |
111 |
| - |
112 |
| -``` |
113 |
| -adb sideload GApps.zip |
114 |
| -``` |
115 |
| - |
116 |
| -5. Voila! |
117 |
| ----- |
118 |
| - |
119 |
| -# <a id="title4">Update to a newer build of the same crDroid version</a> |
120 |
| - |
121 |
| -## Using the crDroid Updater app |
122 |
| - |
123 |
| -**Note** |
124 |
| -crDroid strongly recommends using our builtin Updater app. Alternative methods are supported, however. |
125 |
| - |
126 |
| ---- |
127 |
| - |
128 |
| -1. Open Settings, navigate to ***System***, then ***Updater***. |
129 |
| -2. Click the Refresh Icon in the top right corner. |
130 |
| -3. Choose which update you’d like and press ***Download***. |
131 |
| -4. When the download completes, click ***Install***. Once the update process has finished, the device will display a ***Reboot*** button, you may need to go into the Updater menu in Settings, ***System*** to see it. This will reboot you into the updated system. |
132 |
| ---- |
133 |
| - |
134 |
| -## Via recovery: |
135 |
| - |
136 |
| -1. Reboot to Recovery |
137 |
| -2. Flash the update zip |
138 |
| -- via SD card or OTG, go to files >> Flash crDroidAndroid-15.0-XXXXXXXX-ginkgo-V11.X.zip |
139 |
| -- via ADB Sideload: |
140 |
| - |
141 |
| -``` |
142 |
| -adb sideload crDroidAndroid-15.0-XXXXXXXX-ginkgo-V11.X.zip |
143 |
| -``` |
144 |
| - |
145 |
| -3. Reboot System |
146 |
| -4. Voila |
147 |
| ---- |
148 |
| - |
149 |
| -# <a id="title5">Troubleshot</a> |
150 |
| - |
151 |
| -1. Wifi/Bluetooh is not working |
152 |
| - |
153 |
| -Q: Why am I having this problem? |
154 |
| -A: This is a problem with the kernel module, wifi and bluetooth module cannot be loaded after the first boot of the rom.S*ome users experience this problem while others do not, which is a strange situation. |
155 |
| - |
156 |
| -*Solution: |
157 |
| -1.Shut down phone |
158 |
| -2.Turn on phone |
159 |
| - |
160 |
| -**Notes** |
161 |
| -- Do not reboot, apply this way |
162 |
| -- If you have another problems or do you want report any bug, get support click 'support' section on Donwload page! |
163 |
| - |
164 |
| ---- |
| 30 | +#### Via OTA: |
| 31 | +* Go to Settings -> System -> Updater and download latest build |
| 32 | +* Choose install and let it finish |
| 33 | +* Reboot |
0 commit comments