Let's play PUBG: NEW STATE together!
Google Play Store, App Store: https://pubgnewstate.onelink.me/mBtH?af_force_deeplink=true&pid=inner&c=SAMPLE&is_retargeting=true&af_dp=pubgnewstate%3A%2F%2F&deep_link_value=eb9c4ed1-a9b6-409b-9e78-ff1bc08ddfae&deep_link_sub1=DLT_InviteFriend
Galaxy Store: https://pubgnewstate.onelink.me/EZ3l?af_force_deeplink=true&pid=inner&c=SAMPLE&is_retargeting=true&af_dp=pubgnewstate%3A%2F%2F&deep_link_value=eb9c4ed1-a9b6-409b-9e78-ff1bc08ddfae&deep_link_sub1=DLT_InviteFriend
Google Play Store, App Store: https://pubgnewstate.onelink.me/mBtH?af_force_deeplink=true&pid=inner&c=SAMPLE&is_retargeting=true&af_dp=pubgnewstate%3A%2F%2F&deep_link_value=eb9c4ed1-a9b6-409b-9e78-ff1bc08ddfae&deep_link_sub1=DLT_InviteFriend
Galaxy Store: https://pubgnewstate.onelink.me/EZ3l?af_force_deeplink=true&pid=inner&c=SAMPLE&is_retargeting=true&af_dp=pubgnewstate%3A%2F%2F&deep_link_value=eb9c4ed1-a9b6-409b-9e78-ff1bc08ddfae&deep_link_sub1=DLT_InviteFriend
newstate.pubg.com
NEW STATE MOBILE
EXTREME BATTLE ROYALE
PUBG NEW STATE Crash Fix :
1) Disable USB Debugging Option
2) Disable Developer Option
3) Hide Game And Magisk
4) Give Root Access to Air Frozen App manually
5) Open Air Frozen App then freeze magisk app that's it enjoy :)
1) Disable USB Debugging Option
2) Disable Developer Option
3) Hide Game And Magisk
4) Give Root Access to Air Frozen App manually
5) Open Air Frozen App then freeze magisk app that's it enjoy :)
Systemless_Lawnchair-v2021.11.13.zip
7.1 MB
SystemLess Lawnchair Alpha 4 | Magisk Module
Support : Android 8.1+
Updated : 13/11/'21
ChangeLog :
• Updated Module Template
• Updated Lawnchair
• Lawnchair CL Check HERE
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
Support : Android 8.1+
Updated : 13/11/'21
ChangeLog :
• Updated Module Template
• Updated Lawnchair
• Lawnchair CL Check HERE
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
HideSu(PUBG)-v1.0_Magisk.zip
7.7 KB
HideSu (PUBG: New State) | Magisk Module
Updated : 14/11/'21
ChangeLog :
Issues:
• Sometimes doesn't work
Notes :
- Don't Hide Magisk(Rename)!
- Fix PUBG: New State Crashing without hide magisk etc! :) Enjoy
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
Updated : 14/11/'21
ChangeLog :
• Initial Release
• Fixed Misc Issues
Issues:
• Sometimes doesn't work
Notes :
- Don't Hide Magisk(Rename)!
- Fix PUBG: New State Crashing without hide magisk etc! :) Enjoy
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
👍2
[CI] Akera!
HideSu(PUBG)-v1.0_Magisk.zip
Retard Game. need to fix something then I will release new one
[CI] Akera!
HideSu(PUBG)-v1.0_Magisk.zip
Btw try with riru and riru enhanced module
unlocker-master.zip
223.3 KB
Added PUBG: New State Option
Test and tell working or not
Test and tell working or not
High-Performance-DAC-v4_Magisk.zip
15.3 KB
High Performance DAC v4 | Magisk Module
Support : Qualcomm
Updated : 18/11/'21
ChangeLog :
• Removed Sound Boost
• Removed Universal Support
• Rewrite Scripts
• Set minimum magisk to 20.4
• Removed su/777 permission from post-fs-data. Due to this the Riru module is getting disabled
• fix issues ( customize: fix installation failed issue and rewrite script | module: remove support prop | post-fs-data: add log for if script fail. )
• fix script always fail
• change post-fs-data permission
• Removed useless files/folders
• Updated Scripts
Note :
• This Magisk module enables the "High Performance DAC" mode of Qualcomm's WCD9xx DAC to maximize its power and get the best audio quality possible.
• Check Logs in /data/high_perf_dac
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
Support : Qualcomm
Updated : 18/11/'21
ChangeLog :
• Removed Sound Boost
• Removed Universal Support
• Rewrite Scripts
• Set minimum magisk to 20.4
• Removed su/777 permission from post-fs-data. Due to this the Riru module is getting disabled
• fix issues ( customize: fix installation failed issue and rewrite script | module: remove support prop | post-fs-data: add log for if script fail. )
• fix script always fail
• change post-fs-data permission
• Removed useless files/folders
• Updated Scripts
Note :
• This Magisk module enables the "High Performance DAC" mode of Qualcomm's WCD9xx DAC to maximize its power and get the best audio quality possible.
• Check Logs in /data/high_perf_dac
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
👍5❤1
How to fix touchscreen under the overlay in Android 12 or higher
https://developer.android.com/about/versions/12/behavior-changes-all
Note : Windows of type TYPE_APPLICATION_OVERLAY aren't trusted.
Untrusted touches are blocked by default on devices that run Android 12 or higher. To allow untrusted touches, run the following command in a terminal window:
A specific app :
root :
adb :
All apps If you'd still like to see a Logcat message warning when a touch would be blocked, use 1 instead of 0 :
root :
adb :
https://developer.android.com/about/versions/12/behavior-changes-all
Note : Windows of type TYPE_APPLICATION_OVERLAY aren't trusted.
Untrusted touches are blocked by default on devices that run Android 12 or higher. To allow untrusted touches, run the following command in a terminal window:
A specific app :
root :
su -c "am compat disable BLOCK_UNTRUSTED_TOUCHES com.example.app"adb :
adb shell am compat disable BLOCK_UNTRUSTED_TOUCHES com.example.appAll apps If you'd still like to see a Logcat message warning when a touch would be blocked, use 1 instead of 0 :
root :
su -c "settings put global block_untrusted_touches 0"adb :
adb shell settings put global block_untrusted_touches 0Android Developers
Behavior changes: all apps | Android Developers
Learn about changes in Android 12 that will affect all apps.
👍2
Unlocker-p4_Magisk.zip
222.7 KB
Unlocker p4 | Magisk Module
Updated : 24/11/'21
ChangeLog :
• added pubg: new state
• added cancel selection
• fixed Volume-Key-Selector
• fixed pubg bgmi etc not showing 90fps after pobg(1.7) update
• update module template
• removed useless files
Note :
• Game Unlocker Name Changed to Unlocker
• This Magisk module Unlock Max Game "Graphics/FPS" Mode.
Credit :
Thanks 卂丂爪ㄖᗪ乇ㄩ丂 for help
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
Updated : 24/11/'21
ChangeLog :
• added pubg: new state
• added cancel selection
• fixed Volume-Key-Selector
• fixed pubg bgmi etc not showing 90fps after pobg(1.7) update
• update module template
• removed useless files
Note :
• Game Unlocker Name Changed to Unlocker
• This Magisk module Unlock Max Game "Graphics/FPS" Mode.
Credit :
Thanks 卂丂爪ㄖᗪ乇ㄩ丂 for help
By 𝜜𝒌𝒊𝒓𝒂𝑺𝒖𝒑𝒆𝒓
👍2
[CI] Akera!
Unlocker-p4_Magisk.zip
Also thanks to my friend @iWillBanU for pubg new state unlock idea