Jump to content

Game Guardian: Android 14


MC874
 Share

Recommended Posts

  • 1 month later...
  • 2 weeks later...

If a lovely soul can explain to me why with my Samsung S24 Ultra (rooted tried gisk, kitsune, kernelsu,apatch) I can't seems to edit any offset field on ptrace game, but when using a cloud emulator it's working, is there any restriction on the kernel side that cause this issue or maybe the firmware ? my system is also in RW ... Please

Link to comment
Share on other sites

[ @Denver3D ]
---

Quote

I can't seems to edit any offset field on ptrace game

If you can't rewrite any values from the memory, it is probably because your value is on Read-Only memory region. You can probably record some footage and attach it here for us to see.
---

Link to comment
Share on other sites

             12 hours ago, kiynox said:  [ @Denver3D ] --- If you can't rewrite any values from the memory, it is probably because your value is on Read-Only memory region. You can probably record some footage and attach it here for us to see. ---  

 

I can't edit XA memory   and I didn't thick hide 4 in GG  I've also tried the bypass ptrace restore nothing      none of them worked  

Edited by Denver3D
Link to comment
Share on other sites

  • 3 weeks later...

How to set Game Guardian with Apktool M for  Android 14 Compatibility

This guide will walk you through editing SDK target of Game Guardian (GG) using Apktool M to ensure compatibility with newer Android versions

"Android 14"

Hey Darklord aka OREW here again

Itachi GIF

---------------------------------------

1. Download Required Tools:

Game Guardian (GG)

Apktool M

---

2. Decompile the Game Guardian APK:

Open Apktool M.

Locate the GG APK file.

Select the GG APK, then click "Decompile" and wait until the process completes.

---

3. Edit the apktool.json File:

Open the decompiled GG folder.

Locate and open the apktool.json file.

Find lines 29 and 30:

"minSdkVersion": "10",
"targetSdkVersion": "22"

Change both versions to:

"minSdkVersion": "24",
"targetSdkVersion": "24"


Example of apktool.json After Editing:

{
  "apkFileName": "GameGuardian.101.1_src.apk",
  "PackageInfo": {
    "forcedPackageId": "127",
    "renameManifestPackage": null
  },
  "doNotCompress": [
    "resources.arsc",
    "png",
    "res/raw/ydwsh"
  ],
  "compressionType": false,
  "sparseResources": true,
  "version": "2.4.0-241015",
  "sharedLibrary": false,
  "VersionInfo": {
    "versionName": "101.1",
    "versionCode": "16142"
  },
  "UsesFramework": {
    "ids": [1],
    "tag": null
  },
  "unknownFiles": {},
  "apkFilePath": "/storage/emulated/0/Download/GameGuardian.101.1.apk",
  "compactEntries": false,
  "isFrameworkApk": false,
  "sdkInfo": {
    "minSdkVersion": "24",
    "targetSdkVersion": "24"
  }
}

Save and exit the file.

---

4. Recompile the Modified APK:

In Apktool M, click the "Compile" button at the top of the folder structure.

Check the box for "Use aapt" and press OK.

Wait for the process to finish.

---

5. Install the Recompiled APK:

After recompilation, press the "Install" button.

When prompted, grant root access through Magisk Manager or KernelSU Manager (as applicable).

Open GG, select the default configuration, and enable the "Install from unknown sources" permission if required.

---

6. Handle Installation Issues:

If GG doesn't install directly after the package name randomizer process, follow these steps:

Exit and navigate to: Android > data > com.catch_.me_.if_.you_.can_ (GG data folder) > cache > tmpe.apk

This tmpe.apk file is the new GG package.

In Apktool M, open it and select "Quick Edit."

Set the Main SDK and Target SDK versions to 24.

Press "Save", install the new package, and you're done!

---

Enjoy using Game Guardian on your device! ^_^

Edited by OREW
Wrong word's 🙂‍↔️
Link to comment
Share on other sites

9 hours ago, FTRMN said:

Thanks  a lot for this.. 👍🏻👏🏻👏🏻

Most welcome

Edited by OREW
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.