-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: sunilpaulmathew <[email protected]>
- Loading branch information
1 parent
eb2d148
commit d13d7ea
Showing
7 changed files
with
26 additions
and
16 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"releaseNotes": "Change-logs\n - Added a separate page to control all the I/O blocks.\n - Added control over Transmit Queue Length.\n - Doze control will now offer light and deep modes (F-Droid only feature).\n - Added Turkish translations.\n - Now building with latest gradle plugin.\n - Miscellaneous changes.", | ||
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.4/com.smartpack.kernelmanager-v16.4-fdroid-release.apk", | ||
"sha1": "f4cae215bd17b1ce85f78ab571f1bc2922a9b60d", | ||
"latestVersion": "16.4", | ||
"latestVersionCode": 164 | ||
"releaseNotes": "Change-logs\n - Implemented own file picker for various tasks (app won't support external file manager applications anymore).\n - App will now target latest Android SDK.\n - Moved scheduler/governor tunable into a new page.\n - Added new features: GPU Throttling and PrintkK devkmsg.\n - Miscellaneous changes.", | ||
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.5/com.smartpack.kernelmanager-v16.5-fdroid-release.apk", | ||
"sha1": "1bd3800d94f6153291dd073ded0401b70dd54f46", | ||
"latestVersion": "16.5", | ||
"latestVersionCode": 165 | ||
} |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* Implemented own file picker for various tasks (app won't support external file manager applications anymore: please read more at https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/important_notice.md). | ||
* App will now target latest Android SDK. | ||
* Moved scheduler/governor tunable into a new page. | ||
* Added new features: GPU Throttling & PrintkK devkmsg. | ||
* Many many other changes. Please check https://github.com/SmartPack/SmartPack-Kernel-Manager/commits/master to know more. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Important notice for Android 10+ users | ||
|
||
In order to meet the new regulations of Google, the following changes are made to SmartPack-Kernel Manager, and are in effect from v16.5 onwards. | ||
|
||
* The internal storage folder of SmartPack-Kernel Manager in newer Android (10 and above) versions are now moved from '<b>/sdcard/SP</b>' to '<b>/sdcard/Android/data/application_id/files</b>'. This means the app will lose access to the already existing files, such as the partition images, custom controls, scripts etc unless the users moved the files from the old path to the new one. Upon first launching the new version (<b>v16.5</b>) of the application, users will be prompted with a migration message. <b>Please Note</b>: This change only affect the existing Android 10+ users. If you're a new user or using SmartPack-Kernel Manager on an older Android (on or below Android 9) version, please ignore this. | ||
|
||
* SmartPack-Kernel Manager will now onwards uses an in-built file picker for various purposes (such as Flashing, importing custom controls, scripts etc), and do not support using external file manager applications anymore. |