diff --git a/README.md b/README.md index c050633..026e0b5 100755 --- a/README.md +++ b/README.md @@ -27,25 +27,25 @@ Examples: pmt format ext4 system_a --logical pmt -c /dev/block/platform/bootdevice/by-name --list -Report bugs to +Report bugs to ``` #### Some notes -- pmt supports multiple languages. [See languages.](https://github.com/YZBruh/pbt/blob/2.4.0/LANGUAGES.md) -- [Add language.](https://github.com/YZBruh/pbt/blob/2.4.0/ADD-LANGUAGES.md) +- pmt supports multiple languages. [See languages.](https://github.com/ShawkTeam/pmt/blob/2.4.0/LANGUAGES.md) +- [Add language.](https://github.com/ShawkTeam/pmt/blob/2.4.0/ADD-LANGUAGES.md) - Feel free to ask any questions you want. - Packages are available in publications. - If the logical partition flag is not used, a classic partition is tried to be processing by default. -- [Click to see special version changes.](https://github.com/YZBruh/pbt/blob/2.4.0/CHANGELOG.md) -- Let me know your suggestions! +- [Click to see special version changes.](https://github.com/ShawkTeam/pmt/blob/2.4.0/CHANGELOG.md) +- We are always open to your suggestions and support (developing)! ### How is it built? Android NDK is required to build. - [Download](https://developer.android.com/ndk/downloads) and extract the NDK package. - Clone this repository. And get access to it. ``` -git clone https://github.com/YZBruh/pbt -b 2.4.0 ./pmt +git clone https://github.com/ShawkTeam/pmt -b 2.4.0 cd pmt ``` - Set the NDK working directory variable. diff --git a/debutils/mandoc/pmt.8.gz b/debutils/mandoc/pmt.8.gz index 1a9adc8..4319a5a 100755 Binary files a/debutils/mandoc/pmt.8.gz and b/debutils/mandoc/pmt.8.gz differ diff --git a/jni/Android.mk b/jni/Android.mk index 4c01df7..fad569d 100755 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -1,4 +1,4 @@ -# By YZBruh +# By YZBruh | ShawkTeam # Copyright 2024 Partition Manager # diff --git a/jni/Application.mk b/jni/Application.mk index 212e244..a7a33f3 100755 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,4 @@ -# By YZBruh +# By YZBruh | ShawkTeam # Copyright 2024 Partition Manager # @@ -23,4 +23,4 @@ APP_PLATFORM := android-21 APP_OPTIM := release -# end \ No newline at end of file +# end diff --git a/jni/debugging.c b/jni/debugging.c index 5bb658e..939b7db 100755 --- a/jni/debugging.c +++ b/jni/debugging.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager @@ -76,4 +76,4 @@ void debug(LogLevel status, const char* _Nullable fmt, ...) } #endif -/* end of code */ \ No newline at end of file +/* end of code */ diff --git a/jni/docs.c b/jni/docs.c index 7ceeafd..938cc4c 100755 --- a/jni/docs.c +++ b/jni/docs.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /* * Copyright 2024 Partition Manager @@ -78,7 +78,7 @@ void help(void) printf(" %s flash /sdcard/twrp/boot.img boot_a -c /dev/block/platform/bootdevice/by-name\n", bin_name); printf(" %s format ext4 system_a --logical\n", bin_name); printf(" %s -c /dev/block/platform/bootdevice/by-name --list\n\n", bin_name); - printf("%s \n", curr_docs->docs_strs_l15); + printf("%s \n", curr_docs->docs_strs_l15); } #if defined(__cplusplus) diff --git a/jni/get_stat.c b/jni/get_stat.c index 5a3d65b..83d9e63 100755 --- a/jni/get_stat.c +++ b/jni/get_stat.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager @@ -75,4 +75,4 @@ int get_stat(const char* _Nonnull filepath, const char* _Nonnull stype) } #endif -/* end of code */ \ No newline at end of file +/* end of code */ diff --git a/jni/lang_tools.c b/jni/lang_tools.c index de887ee..e495e1b 100755 --- a/jni/lang_tools.c +++ b/jni/lang_tools.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager diff --git a/jni/languages.c b/jni/languages.c index d5f3f89..2cd35d7 100755 --- a/jni/languages.c +++ b/jni/languages.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager diff --git a/jni/listpart.c b/jni/listpart.c index 68f577d..41db35e 100755 --- a/jni/listpart.c +++ b/jni/listpart.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager @@ -135,4 +135,4 @@ int listpart(void) } #endif /* __cplusplus */ -/* end of code */ \ No newline at end of file +/* end of code */ diff --git a/jni/partitiontool.c b/jni/partitiontool.c index 9e7e541..2c1f69b 100755 --- a/jni/partitiontool.c +++ b/jni/partitiontool.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager @@ -78,4 +78,4 @@ void check_dev_point() } #endif /* __cplusplus */ -/* end */ \ No newline at end of file +/* end */ diff --git a/jni/pmt.c b/jni/pmt.c index c282bdd..ab8dd2b 100755 --- a/jni/pmt.c +++ b/jni/pmt.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager diff --git a/jni/root.c b/jni/root.c index aa639e6..f6ccc86 100755 --- a/jni/root.c +++ b/jni/root.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager diff --git a/jni/tools.c b/jni/tools.c index 214878e..3c1321d 100755 --- a/jni/tools.c +++ b/jni/tools.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager diff --git a/jni/versioner.c b/jni/versioner.c index 206b5a9..bdd74c9 100755 --- a/jni/versioner.c +++ b/jni/versioner.c @@ -1,4 +1,4 @@ -/* By YZBruh */ +/* By YZBruh | ShawkTeam */ /** * Copyright 2024 Partition Manager @@ -54,4 +54,4 @@ void version(void) } #endif -/* end of code */ \ No newline at end of file +/* end of code */ diff --git a/utils.sh b/utils.sh index 39869ca..4a7a7c2 100755 --- a/utils.sh +++ b/utils.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# By YZBruh +# By YZBruh | ShawkTeam # Copyright 2024 Partition Manager #