File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11lineage_dialer_rro-magisk.zip
2- lineage_dialer_rro-recovery-aarch64.zip
2+ lineage_dialer_rro-recovery-arm.zip
3+ lineage_dialer_rro-recovery-arm64.zip
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Get flashable zip or magisk module from here https://github.com/2shrestha22/line
2626 ` adb reboot sideload `
2727
2828- Sideload zip (or flash from recovery):
29- ` adb sideload lineage_dialer_rro-recovery-aarch64 .zip `
29+ ` adb sideload lineage_dialer_rro-recovery-arm64 .zip `
3030
3131### c. Manual (try this when nothing worked)
3232
@@ -90,9 +90,9 @@ You can find `aapt` and `zipalign` inside build-tool of Android SDK installation
9090
9191### Create flashable zip
9292
93- - Copy ` toybox ` for your device architecture to ` ./recovery ` , eg. ` cp toybox/aarch64 /toybox /recovery `
93+ - Copy ` toybox ` for your device architecture to ` ./recovery ` , eg. ` cp toybox/arm64 /toybox /recovery `
9494- Create zip:
95- ` 7za a -tzip -r lineage_dialer_rro-recovery-aarch64 .zip ./recovery/* `
95+ ` 7za a -tzip -r lineage_dialer_rro-recovery-arm64 .zip ./recovery/* `
9696
9797### Create magisk module
9898
File renamed without changes.
You can’t perform that action at this time.
0 commit comments