Native Detector Happy
Open in Telegram
Get Happy on Native Detector Credit to Reveny for original icon
Show moreThe country is not specifiedThe category is not specified
313
Subscribers
No data24 hours
+247 days
+3530 days
Posts Archive
Found Injection
Status: critical
Detections: main (not experimental)
Details:
Found Zygote pid: xxx
Fix:
1. Download Prosphoron module: https://t.me/rormzhstjxm/114
2. Install and reboot
Fix for Detected Play Integrity Fix (2)
You're doing on your own. Do with Your Own Risk (DWYOR).Note: - Since this is a technical steps, you have to back up in case of failed - If your system is read-only, use Magisk Module - If you can move the framework.jar with recovery mode, use Recovery - This may have a side effect: dropped performance for about 10-30% (estimated) You need: - framework.jar - MT Manager (or any tools that allows you edit the DEX file) Steps (for MT Manager): - Pull the framework.jar file - Select "View" - Choose one of any DEX file, then edit with Dex Editor Plus - Tick all DEX files - Search the strings that found by ND, for example:
config_stockFingerprint
- You get it, then open the file (usually it's in R$string or even R$array)
- Delete the line that declare the config_stockFingerprint
- Save and compile it
- Start to put the compiled framework.jar into /system/framework
- Reboot to apply
The steps should be same, even with other toolsDetected Play Integrity Fix (2)
Thanks to @r0manas as a testerStatus: low Detections: main (not experimental) Details: config_stockFingerprint config_netflixSpoofModel config_certifiedBuildProperties ... Fix: There's no way to fix it unless modifying framework.jar Another Fix: Change ROM :) Advanced Fix: https://t.me/nativedetectorhappy/13
Detected Play Integrity Fix (1)
Thanks to @anonymous_yolo for the original stepStatus: low Detections: Main Details: persist.sys.pixelprops.pi persist.sys.pixelprops.gms persist.sys.pixelprops.netflix persist.sys.spoof.gms ... Fix: (a) For batch remove
su -c 'getprop | grep -E "pihook|pixelprops" | sed -E "s/^\[(.*)\]:.*/\1/" | while IFS= read -r prop; do resetprop -p -d "$prop"; done'
( ) This command will remove the props with one step
( )
(b) For single remove
(-) First, find the prop using this command:
getprop | grep -E "spoof|pihooks|pixelprops"
(-) You'll see the props (may appear more than once). Next, you have to remove it using this command:
su
resetprop -p -d <prop_name>
( ) Replace the <prop_name> based on the getprop commandFound Magisk/Recovery File
Details
/sdcard/TWRP
Fix
Rename or Delete
TWRP folder on /sdcard/Detected Hide My Applist
Details
hide_my_applist_abcdefgh
Fix
- Install latest version Hide My Applist
- Reboot
- Go to
/data/system/, delete folder hide_my_applist_abcdefghDetected LSPosed (2)
Details
persist.log.tag.LSPosed: S persist.log.tagLSPosed-Bridge: S
Fix
su
resetprop -p --delete persist.log.tag.LSPosed
resetprop -p --delete persist.log.tag.LSPosed-Bridge
reboot
Alternative Fix
Use LSPosed fork by JingMatrixDetected modified Hosts file
Fix
Install bindhosts module
Alternative Fix
Install ZN-hostsredirect
Detected Mount Abnormality (0x1)
Details
Root Device: XXXXX, Debug Ramdisk Device: XXX
Fix
Magisk: put Native Detector on Magisk's Denylist
KernelSU: Don't allow "root" for Native Detector. Then go to "Superuser" tab > select Native Detector > tick "Umount Modules" on Native Detector and reboot
Latest version Native Detector: 7.2.0
Native Detector Author: Reveny
https://t.me/rootdetector
