forked from tiann/KernelFlasher
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: change package name and fix some check
- Loading branch information
1 parent
3adff64
commit 221e975
Showing
54 changed files
with
559 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Kernel Flasher | ||
|
||
_Forked from [Kernel Flasher](https://github.com/capntrips/KernelFlasher/) and modified | ||
by [weiishu](https://github.com/tiann)._ | ||
|
||
Kernel Flasher is an Android app to flash, backup, and restore kernels. | ||
|
||
## Usage | ||
|
||
`View` a slot and choose to `Flash` an AK3 zip, `Backup` the kernel related partitions, or `Restore` a previous backup. | ||
`View` a slot and choose to `Flash` an AK3 zip, `Backup` the kernel related partitions, or `Restore` | ||
a previous backup. | ||
|
||
There are also options to toggle the mount and map status of `vendor_dlkm` and to save `dmesg` and `logcat`. | ||
There are also options to toggle the mount and map status of `vendor_dlkm` and to save `dmesg` | ||
and `logcat`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ips/kernelflasher/IFilesystemService.aidl → ...han/kernelflasher/IFilesystemService.aidl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...b/capntrips/kernelflasher/MainListener.kt → .../rimuruchan/kernelflasher/MainListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.