Skip to content

Commit 28ea8bf

Browse files
committed
align file name with LineageOS
1 parent 3efff8d commit 28ea8bf

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
lineage_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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

toybox/arm/toybox

1.13 MB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)