pmt: Create comments and text appropriate for the ShawkTeam repository
This commit is contained in:
12
README.md
12
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 <t.me/YZBruh>
|
||||
Report bugs to <t.me / ShawkTeam | Community / Topics -- pmt>
|
||||
```
|
||||
|
||||
#### 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.
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
# By YZBruh
|
||||
# By YZBruh | ShawkTeam
|
||||
|
||||
# Copyright 2024 Partition Manager
|
||||
#
|
||||
|
||||
@@ -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
|
||||
# end
|
||||
|
||||
@@ -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 */
|
||||
/* end of code */
|
||||
|
||||
@@ -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 <t.me/YZBruh>\n", curr_docs->docs_strs_l15);
|
||||
printf("%s <t.me / ShawkTeam | Community / Topics -- pmt>\n", curr_docs->docs_strs_l15);
|
||||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
||||
@@ -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 */
|
||||
/* end of code */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* By YZBruh */
|
||||
/* By YZBruh | ShawkTeam */
|
||||
|
||||
/**
|
||||
* Copyright 2024 Partition Manager
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* By YZBruh */
|
||||
/* By YZBruh | ShawkTeam */
|
||||
|
||||
/**
|
||||
* Copyright 2024 Partition Manager
|
||||
|
||||
@@ -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 */
|
||||
/* end of code */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* By YZBruh */
|
||||
/* By YZBruh | ShawkTeam */
|
||||
|
||||
/**
|
||||
* Copyright 2024 Partition Manager
|
||||
@@ -78,4 +78,4 @@ void check_dev_point()
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* end */
|
||||
/* end */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* By YZBruh */
|
||||
/* By YZBruh | ShawkTeam */
|
||||
|
||||
/**
|
||||
* Copyright 2024 Partition Manager
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* By YZBruh */
|
||||
/* By YZBruh | ShawkTeam */
|
||||
|
||||
/**
|
||||
* Copyright 2024 Partition Manager
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* By YZBruh */
|
||||
/* By YZBruh | ShawkTeam */
|
||||
|
||||
/**
|
||||
* Copyright 2024 Partition Manager
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* By YZBruh */
|
||||
/* By YZBruh | ShawkTeam */
|
||||
|
||||
/**
|
||||
* Copyright 2024 Partition Manager
|
||||
@@ -54,4 +54,4 @@ void version(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* end of code */
|
||||
/* end of code */
|
||||
|
||||
Reference in New Issue
Block a user