Skip to content

Commit

Permalink
treewide: fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Salvo Giangreco <[email protected]>
  • Loading branch information
salvogiangri committed Jul 12, 2024
1 parent 37af35a commit 0246917
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: BlackMesa123
github: salvogiangri
custom: https://www.paypal.me/mesalabsdonate
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<br>
<a href="https://apt.izzysoft.de/fdroid/index/apk/io.mesalabs.knoxpatch"><img loading="lazy" src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" width="170"/></a>
<br>
<a href="https://github.com/BlackMesa123/KnoxPatch/releases/latest"><img loading="lazy" src="https://img.shields.io/github/v/release/BlackMesa123/KnoxPatch?style=flat-square"/></a>
<img loading="lazy" src="https://img.shields.io/github/repo-size/BlackMesa123/KnoxPatch?style=flat-square"/>
<a href="https://tooomm.github.io/github-release-stats/?username=BlackMesa123&repository=KnoxPatch"><img loading="lazy" src="https://img.shields.io/github/downloads/BlackMesa123/KnoxPatch/total?style=flat-square"/></a>
<a href="https://github.com/BlackMesa123/KnoxPatch/commits/main"><img loading="lazy" src="https://img.shields.io/github/last-commit/BlackMesa123/KnoxPatch/main?style=flat-square"/></a>
<a href="https://github.com/BlackMesa123/KnoxPatch/stargazers"><img loading="lazy" src="https://img.shields.io/github/stars/BlackMesa123/KnoxPatch?style=flat-square"/></a>
<a href="https://github.com/BlackMesa123/KnoxPatch/graphs/contributors"><img loading="lazy" src="https://img.shields.io/github/contributors/BlackMesa123/KnoxPatch?style=flat-square"/></a>
<a href="https://github.com/BlackMesa123/KnoxPatch/actions"><img loading="lazy" src="https://img.shields.io/github/actions/workflow/status/BlackMesa123/KnoxPatch/android.yml?style=flat-square"/></a>
<a href="https://github.com/salvogiangri/KnoxPatch/releases/latest"><img loading="lazy" src="https://img.shields.io/github/v/release/salvogiangri/KnoxPatch?style=flat-square"/></a>
<img loading="lazy" src="https://img.shields.io/github/repo-size/salvogiangri/KnoxPatch?style=flat-square"/>
<a href="https://tooomm.github.io/github-release-stats/?username=salvogiangri&repository=KnoxPatch"><img loading="lazy" src="https://img.shields.io/github/downloads/salvogiangri/KnoxPatch/total?style=flat-square"/></a>
<a href="https://github.com/salvogiangri/KnoxPatch/commits/main"><img loading="lazy" src="https://img.shields.io/github/last-commit/salvogiangri/KnoxPatch/main?style=flat-square"/></a>
<a href="https://github.com/salvogiangri/KnoxPatch/stargazers"><img loading="lazy" src="https://img.shields.io/github/stars/salvogiangri/KnoxPatch?style=flat-square"/></a>
<a href="https://github.com/salvogiangri/KnoxPatch/graphs/contributors"><img loading="lazy" src="https://img.shields.io/github/contributors/salvogiangri/KnoxPatch?style=flat-square"/></a>
<a href="https://github.com/salvogiangri/KnoxPatch/actions"><img loading="lazy" src="https://img.shields.io/github/actions/workflow/status/salvogiangri/KnoxPatch/android.yml?style=flat-square"/></a>
<br><br>
An <a href="https://github.com/LSPosed/LSPosed">LSPosed</a> module to get Samsung apps/features working again in your rooted Galaxy device.
<br><br>
Expand Down Expand Up @@ -48,15 +48,15 @@ KnoxPatch Enhancer is a flashable zip that will take care of the (currently) non

- Via the [Magisk](https://github.com/topjohnwu/Magisk)/[KernelSU](https://github.com/tiann/KernelSU) app (fix Galaxy Wearable apps/Smart View):

Download the module zip from the [latest release](https://github.com/BlackMesa123/KnoxPatch/releases/latest) and install it from the "Modules" tab inside the Magisk/KernelSU app. The app will then show an "Enhanced" badge if the module is installed and active:
Download the module zip from the [latest release](https://github.com/salvogiangri/KnoxPatch/releases/latest) and install it from the "Modules" tab inside the Magisk/KernelSU app. The app will then show an "Enhanced" badge if the module is installed and active:

<p align="center">
<img loading="lazy" src="readme-res/kp-enhancer.jpg" width="35%" />
</p>

- Via a custom recovery (fix Secure Folder on legacy devices):

Legacy devices running One UI 2.x or 3.x with [FBE](https://source.android.com/docs/security/features/encryption/file-based) require additional patches in the system partition to fix Secure Folder. Download the module zip from the [latest release](https://github.com/BlackMesa123/KnoxPatch/releases/latest) and install it via a custom recovery, this will apply the necessary patches to fix Secure Folder. The zip will also create a backup of your original system files, flashing it again will restore them.
Legacy devices running One UI 2.x or 3.x with [FBE](https://source.android.com/docs/security/features/encryption/file-based) require additional patches in the system partition to fix Secure Folder. Download the module zip from the [latest release](https://github.com/salvogiangri/KnoxPatch/releases/latest) and install it via a custom recovery, this will apply the necessary patches to fix Secure Folder. The zip will also create a backup of your original system files, flashing it again will restore them.

## Credits
- Samsung
Expand Down Expand Up @@ -85,4 +85,4 @@ KnoxPatch Enhancer is a flashable zip that will take care of the (currently) non
```

## Stargazers over time
[![Stargazers over time](https://starchart.cc/BlackMesa123/KnoxPatch.svg)](https://starchart.cc/BlackMesa123/KnoxPatch)
[![Stargazers over time](https://starchart.cc/salvogiangri/KnoxPatch.svg)](https://starchart.cc/salvogiangri/KnoxPatch)
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class InfoActivity : AppCompatActivity() {
val uptimeMillis: Long = SystemClock.uptimeMillis()

if (uptimeMillis - lastClickTime > 600L) {
val url = "https://github.com/BlackMesa123/KnoxPatch"
val url = "https://github.com/salvogiangri/KnoxPatch"
val intent = Intent(Intent.ACTION_VIEW).setData(Uri.parse(url))
if (intent.resolveActivity(packageManager) != null) {
startActivity(intent)
Expand Down
2 changes: 1 addition & 1 deletion enhancer/module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version=v0.4
versionCode=4
author=BlackMesa123
description=Get Samsung apps/features working again in your rooted Galaxy device.
updateJson=https://raw.githubusercontent.com/BlackMesa123/KnoxPatch/main/enhancer/update.json
updateJson=https://raw.githubusercontent.com/salvogiangri/KnoxPatch/main/enhancer/update.json
4 changes: 2 additions & 2 deletions enhancer/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v0.4",
"versionCode": "4",
"zipUrl": "https://github.com/BlackMesa123/KnoxPatch/releases/download/v0.6.0/KnoxPatch-Enhancer-v0.4.zip",
"changelog": "https://raw.githubusercontent.com/BlackMesa123/KnoxPatch/main/enhancer/CHANGELOG.md"
"zipUrl": "https://github.com/salvogiangri/KnoxPatch/releases/download/v0.7.0/KnoxPatch-Enhancer-v0.4.zip",
"changelog": "https://raw.githubusercontent.com/salvogiangri/KnoxPatch/main/enhancer/CHANGELOG.md"
}

0 comments on commit 0246917

Please sign in to comment.