Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not displayed #54

Closed
EickyDev opened this issue Sep 9, 2024 · 27 comments · Fixed by #59
Closed

Module not displayed #54

EickyDev opened this issue Sep 9, 2024 · 27 comments · Fixed by #59
Assignees

Comments

@EickyDev
Copy link

EickyDev commented Sep 9, 2024

WX20240909-154756
WX20240909-154843@2x
It looks like the installation was successful

@Furtif
Copy link

Furtif commented Sep 9, 2024

WX20240909-154756 WX20240909-154843@2x It looks like the installation was successful

i thinks this not install's in magisk-canary versions. @ViRb3 need review this.

@diabl0w
Copy link

diabl0w commented Sep 11, 2024

same issue here on canary 27007

@Furtif
Copy link

Furtif commented Sep 16, 2024

same issue here on canary 27007

try this https://github.com/Furtif/MagiskFrida/releases/tag/v16.5.1

@meesii
Copy link

meesii commented Sep 27, 2024

same issue here on canary 27007

try this https://github.com/Furtif/MagiskFrida/releases/tag/v16.5.1

good! it's work!

@kingplunky
Copy link

Same issue on on Magisk version 28000, module does not display after reboot.

@Tink2Hack
Copy link

On my Pixel 5a im facing the same issue the magisk frida is not installed and im using the latest version.

@ViRb3
Copy link
Owner

ViRb3 commented Oct 16, 2024

Not sure what's wrong, probably the template has changed. Anyone want to raise a PR? I don't have an Android device anymore. @enovella maybe?

@enovella
Copy link
Contributor

I experienced a similar behavior on a device recently. Will check next week.

@Tink2Hack
Copy link

same issue here on canary 27007

try this https://github.com/Furtif/MagiskFrida/releases/tag/v16.5.1

good! it's work!

This wroked till last week now its not working on andorid 14.

@enovella
Copy link
Contributor

Hey guys,

Gonna take a look at this ticket to get it fixed as soon as possible. I'd need a bit of help from you, please share your setup where the problem exists:

  • Device: Xiaomi Mi A2
  • OS: Android 12 - PixelExperience
  • Root: Magisk official canary v28001
  • Injection: Zygisk built-in off + Zygisk Next v1.2.1.1 on (ptrace-based)
  • Modules: Shamiko + TrickyStore + PlayIntegrityFix + LSPosed + others
  • MagiskFrida: - Tested 16.5.2

@enovella
Copy link
Contributor

WX20240909-154756 WX20240909-154843@2x It looks like the installation was successful

Could you share your setup like in #54 (comment)?

@zackey-heuristics
Copy link

@enovella I also encountered the same issue in my environment.
The setup where the problem occurred is as follows:

  • Device: Google Pixel 7a
  • OS: Android 13 (TQ3A.230901.001)
  • Root: Magisk official canary v28001
  • Injection: Zygisk built-in on
  • Modules: Bypass Certificate Transparency (CT) error + MITMProxy cert
  • MagiskFrida: - Tested 16.4.10

If there's anything I can help with, I'll be happy to assist.

@StagnantChill
Copy link

Facing the same issue.

Device: OnePlus 7T
OS: Android 11 OxygenOS 11.0.4.1
Root: Magisk v28000
Injection: Zygisk built-in on
Modules: Shamiko v1.1.1 + PlayIntegrityFix v17.9 + Zygisk - LSPosed v1.9.2
MagiskFrida: - Tested 16.5.1 and 16.5.6

@enovella
Copy link
Contributor

Planning to restructure the entire module with the new template but lately I am very busy with other stuff. Stay tuned

@Windows81
Copy link

Try adding a module.prop file to ./base.

https://topjohnwu.github.io/Magisk/guides.html

@enovella
Copy link
Contributor

enovella commented Nov 5, 2024

The problem is the installer META-INF/com/google/android/update-binary. I'll push the fix soon.

@enovella
Copy link
Contributor

enovella commented Nov 6, 2024

image

image

image

image

can anyone verify the fix? arm64 only (for testing purposes)
MagiskFrida.zip

/cc @StagnantChill @zackey-heuristics @Windows81 @ViRb3 @kingplunky @diabl0w @Furtif

@enovella
Copy link
Contributor

enovella commented Nov 6, 2024

@ViRb3 assign me the ticket. will push the fix soon

@zackey-heuristics
Copy link

@enovella
I have confirmed that MagiskFrida is working correctly in the previously reported environment using the zip file you provided.
Thanks!

@StagnantChill
Copy link

@enovella
The fix works for me as well. Thanks!

@shea786
Copy link

shea786 commented Nov 12, 2024

image

image

image

image

can anyone verify the fix? arm64 only (for testing purposes) MagiskFrida.zip

/cc @StagnantChill @zackey-heuristics @Windows81 @ViRb3 @kingplunky @diabl0w @Furtif

I can confirm that this is working as expected on my Pixel 7 Pro on Android 14

@enovella
Copy link
Contributor

image
image
image
image
can anyone verify the fix? arm64 only (for testing purposes) MagiskFrida.zip
/cc @StagnantChill @zackey-heuristics @Windows81 @ViRb3 @kingplunky @diabl0w @Furtif

I can confirm that this is working as expected on my Pixel 7 Pro on Android 14

Is Frida stable on Android 14?

@NULL0B
Copy link

NULL0B commented Nov 20, 2024

Hi, @ViRb3 the issue presists in AVD Android 13, 15 Magisk 28, Module version 16.5.7.1

@enovella
Copy link
Contributor

enovella commented Nov 20, 2024

@NULL0B @ys1231 Please try this ZIP #54 (comment) until I can push the code into a PR

https://github.com/user-attachments/files/17646435/MagiskFrida.zip

@enovella
Copy link
Contributor

In the upcoming PR, I want to tackle a couple of extra features:

  • configure how to run Frida (remote, local, or unix socket) Configure remote listening #17
  • leverage the new action Magisk modules button on the UI to perform an action
  • fix the failure icon when Frida is not running

@enovella
Copy link
Contributor

Working on it today, close but WIP
image

ViRb3 added a commit that referenced this issue Dec 10, 2024
Fix #54: New template Magisk v20.4+/APatch/KernelSU & new UI button action
@ViRb3
Copy link
Owner

ViRb3 commented Dec 10, 2024

Released here: https://github.com/ViRb3/magisk-frida/releases/tag/16.5.9-2

Thanks @enovella!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.