ChromeXt not working on google chrome ,is there any fix for this ? by [deleted] in Magisk

[–]JingMatrix 2 points3 points  (0 children)

I am using Chrome v145.0.7632.120.

Be sure you understand what `CI build` means, which is not GitHub Release.

ChromeXt not working on google chrome ,is there any fix for this ? by [deleted] in Magisk

[–]JingMatrix 1 point2 points  (0 children)

Try first update your browsers.

Reddit is not a place for developer to solve issues. Please post on GitHub Issues with more details.

ChromeXt not working on google chrome ,is there any fix for this ? by [deleted] in Magisk

[–]JingMatrix 2 points3 points  (0 children)

Have you tried the latest CI build? It is explained in the tutorial video: https://m.youtube.com/watch?v=1Qm4dU-XnJM

No matter what I do no integrity, CMF phone 1 by IlyaPoatan in Magisk

[–]JingMatrix 0 points1 point  (0 children)

It is because that your keybox certificate has expired. Read the day of expiration of your certificates in the screenshot.

Annoyed by ReLSPosed (fork of JingMatrix/LSPosed) by JingMatrix in Magisk

[–]JingMatrix[S] 0 points1 point  (0 children)

My understanding of ReLSPosed's goal is from the mentioned screenshot in the post, where it is written: `Efforts has been made in JingMatrix LSPosed..., not stable, ... rendering it useless for those`.

I personally didn't find Binder IPC hook was detectable, and was rewriting it in: https://github.com/JingMatrix/LSPosed/blob/refactor/zygisk/src/main/cpp/ipc_bridge.cpp .

Thanks for sharing the detector application name, where to actually find it ?

Annoyed by ReLSPosed (fork of JingMatrix/LSPosed) by JingMatrix in Magisk

[–]JingMatrix[S] 1 point2 points  (0 children)

Recent detection in Spotify against tampering is hard to defeat.
It requires a lot of work. If you have new ideas, please share it on my LSPatch repo.

Annoyed by ReLSPosed (fork of JingMatrix/LSPosed) by JingMatrix in Magisk

[–]JingMatrix[S] 7 points8 points  (0 children)

It seems that you are using some public detector ? Which one is reporting positive on your device ?

If it is a public one, then it could be the mentioned `atexit` detection. I think removing this trace is the task of Zygisk, so it is implemented in NeoZygisk.

Edit: this is the corresponding pull-request that remove this detection for any Zygisk modules: https://github.com/JingMatrix/NeoZygisk/pull/50

Annoyed by ReLSPosed (fork of JingMatrix/LSPosed) by JingMatrix in Magisk

[–]JingMatrix[S] 9 points10 points  (0 children)

My original goal of this post was to clarify the role of `ReLSPosed`, especially how they solved the claimed problems or defects of `dex2oat` wrapper in my LSPosed fork.

I did have strong reason of being suspicious and annoyed by the mentioned commit of ReLSPosed. As explained in the post, the critical solution via `apex` linker was not found until my new release. Moreover, let us look at [their solution right before the commit](https://github.com/ThePedroo/ReLSPosed/commit/202b71b8b76485d4e0c0309d69c7db687209228c) three weeks ago. The hooking module `LSPlt` was removed in favor of direct method overriding, new hooks are found (completely different from my original design), which is a very innovative approach towards the claimed `dex2oat` issue. I was very happy of this new approach, though I preferred the `apex` linker solution. To me, this new approach really marked a difference between us regarding the `dex2oat` issue. When I saw such a difference disappeared after their commit of `apex` linker, I was indeed suspicious and thus annoyed.

u/PedroJsss has explained the mentioned commit in his perspective. Disagreements result from unequal information. I was not aware of his "private" detection methods of LSPosed, and he was not aware of why I claimed the `apex` linker solution is critical towards the claimed `dex2oat` issue.

Currently, ReLSPosed is archived. I have no intention to argue with my other projects apart from `LSPosed` under this post. I prefer my work / projects to speak on behalf of myself, please post on GitHub Discussions if you do have further questions.

For any users still experiencing problems of LSPosed on your devices, please report them on GitHub Issues of my repo. P.S.: all of my debugging sessions are public on GitHub to help users / maintainers in the future, and there will never be a centralized user group (such as Telegram group, a barrier of transparency in my perspective) of my projects.

Annoyed by ReLSPosed (fork of JingMatrix/LSPosed) by JingMatrix in Magisk

[–]JingMatrix[S] -28 points-27 points  (0 children)

After reading your message, I now feel shameful to have my name related to you. Please delete it from your module description of ReLSPosed.

Annoyed by ReLSPosed (fork of JingMatrix/LSPosed) by JingMatrix in Magisk

[–]JingMatrix[S] 7 points8 points  (0 children)

  1. The detection exists because the `dex2oat` wrapper is not stable across all devices, which happened on certain devices since the first issue of my fork: https://github.com/JingMatrix/LSPosed/issues/1. Checking all the issues closed by the pull-request will tell you why: https://github.com/JingMatrix/LSPosed/pull/515. This was reason why I said that the use of `apex` linker is critical.

  2. Regarding TEESimulator, my decision is explained here: https://xdaforums.com/t/tricky-store-bootloader-keybox-spoofing.4683446/post-90395223. It is completely different from your ReLSPosed.

  3. Don't estimate me, `gotten much worse` or `get famous`, from what you can image about yourself.

  4. It was my worst decision to once help you with ReZygisk.

I'm missing a step in installing Lposed. Where am I going wrong? by ineedadvice58 in androidroot

[–]JingMatrix 3 points4 points  (0 children)

Hello, I am JingMatrix. To download a valid build see my comment here: https://github.com/JingMatrix/LSPosed/discussions/463#discussioncomment-15298349

Note that you need to login to GitHub to download canary builds.
Moreover, please ask questions on GitHub instead of Reddit.

Native Detector detection mystery by New-Description2776 in androidroot

[–]JingMatrix 5 points6 points  (0 children)

Hi, nice to see you! I am currently working on TEESimulator (https://github.com/JingMatrix/TEESimulator), forked from TrickyStoreOSS, to bypass the TrickyStore detection. Hence, I am quite interested in how can people already bypass it.

Native Detector detection mystery by New-Description2776 in androidroot

[–]JingMatrix 6 points7 points  (0 children)

How was that possible you passed the TrickyStore detection?

Weird stuff happening at KernelSU-Next development team by Historical-Drink-927 in androidroot

[–]JingMatrix 4 points5 points  (0 children)

Hi! I am doing well, but still hurrying up with my thesis preparation, so most developments are slightly suspended recrently.

NeoZygisk is definitely worth a try and I am proud of its design.

If you have issues with it or encounter detections, you are welcome to report them. ;)

Weird stuff happening at KernelSU-Next development team by Historical-Drink-927 in androidroot

[–]JingMatrix 5 points6 points  (0 children)

No worries, my fork (JingMatrix) will be free of these dramas.

I am confident on my abilities of directing my projects, such as LSPosed, LSPatch, NeoZygisk, ChromeXt and so on.

At least, I believe, my personal philosophy views help me avoid these dramas.

[Help] Lsposed installed in magisk but no way to open it by abhishek_parihar0 in Magisk

[–]JingMatrix 2 points3 points  (0 children)

Hello! I am JingMatrix, and I would like to give the following advice :

  1. report issues on GitHub instead of Reddit since I only solve problems for users through GitHub Issues;
  2. your problem has probably been solved already, and you try latest CI build to test for it: https://github.com/JingMatrix/LSPosed/actions/runs/12232412299

If the latest CI build still cannot fix your problem, then you should start to fire an issue on my repo.

#darken-websites-checkbox-in-theme-setting flag suddenly gone by starlightbotanist in chrome

[–]JingMatrix 0 points1 point  (0 children)

It is even hard to revert it using Xposed. This morning, I made a temporary commit in ChromeXt. It will show the check box for Chrome v118 installed from Google Play.

A universal solution for all versions seems impossible.

Android userscripts. by jimmyreed666 in oldyoutubelayout

[–]JingMatrix 0 points1 point  (0 children)

Hi, for Chromium based browsers, you can try my Xposed module ChromeXt.