[Magisk Module] Wifi bridge enabler - Huawei Mate 9 ROMs, Kernels, Recoveries, & Other D

Short said this Magisk module enables Wifi bridge on Huawei devices running EMUI
Short story about Wifi bridge.
Extends range when your router can't reach to the point your at this help extend the range.
Tested on
Honor 8 pro (C432) B360
Mate 9 (C432) B365
Download and flash https://mega.nz/#!65JHUY5I!4vVrB6mervYdJS8XvSSVoedFLWro2Qa7Ona77TAB9F8
With twrp or Magisk manager.
Enjoy your new setting!
It works on tested firmwares and devices. If it doesn't work for you there's something else going on

LastStandingDroid said:
Short said this Magisk module enables Wifi bridge on Huawei devices running EMUI
Short story about Wifi bridge.
Extends range when your router can't reach to the point your at this help extend the range.
Tested on
Honor 8 pro (C432) B360
Mate 9 (C432) B365
Download and flash https://mega.nz/#!65JHUY5I!4vVrB6mervYdJS8XvSSVoedFLWro2Qa7Ona77TAB9F8
With twrp or Magisk manager.
Enjoy your new setting!
It works on tested firmwares and devices. If it doesn't work for you there's something else going on
Click to expand...
Click to collapse
Any idea which prop file this edits? As far as I can tell it's just one string added, would prefer to just manually add it vs flashing a zip, but that's just me

shae23 said:
Any idea which prop file this edits? As far as I can tell it's just one string added, would prefer to just manually add it vs flashing a zip, but that's just me
Click to expand...
Click to collapse
@LastStandingDroid is having problems with tapatalk:
yeah it's in /product/etc/prop/local.prop
And add:
ro.config.hw_wifibridge=true
And save
This just saves you the hustle to do it
Click to expand...
Click to collapse

Lol thanks a lot, works like a charm

And where is that setting?

dragandroid said:
And where is that setting?
Click to expand...
Click to collapse
Settings -> Wireless & Networks -> Tethering & portable hotspot

ante0 said:
Settings -> Wireless & Networks -> Tethering & portable hotspot
Click to expand...
Click to collapse
Thanx!

Sorry to ask what this module do?
Confused a bit use my phone to extend my wifi reach to other devices?
Thanks for the help

Caguayote said:
Sorry to ask what this module do?
Confused a bit use my phone to extend my wifi reach to other devices?
Thanks for the help
Click to expand...
Click to collapse
It adds a setting (which exist in other models firmwares, Mate 10 has it for example) which will make your phone into an Access Point (kind of) when enabled.

ante0 said:
It adds a setting (which exist in other models firmwares, Mate 10 has it for example) which will make your phone into an Access Point (kind of) when enabled.[/QUOTE
OK thanks brother for your response
Click to expand...
Click to collapse

Installation failed with magisk ask me to install magisk 13.1 I got latest version installed and 2 modules installed with magisk
---------- Post added at 12:25 PM ---------- Previous post was at 12:24 PM ----------
It says data isn't setup properly

please support s8

Related

[TUTORIAL] How to install Xposed Framework on Huawei P8 Lite

Hey guys!
Please notice this is my first xda post. I tried 2 days to make xPosed work on my P8 Lite and that would be just rude not to show you the exact way. So, there we go.
Tested and proven working on EMUI 3.1 Android 5.0.1. I've got some trouble with modules like Gravity Box, but I'm on my way of solving them.
I take no responsibility if you screw up. Do this tutorial step by step and be careful.
Xposed manual zip installer
(this will come in handy in step 7 and further)
EMUI 3.1 Android 5.0.*: http://dl-xda.xposed.info/framework/sdk21/arm64/xposed-v78-sdk21-arm64.zip (tested by me, working)
EMUI 3.1 Android 5.1.1: http://dl-xda.xposed.info/framework/sdk22/arm64/xposed-v78-sdk22-arm64.zip (tested by community, seems to work )
EMUI 4.0 Android 6.0: http://dl-xda.xposed.info/framework/sdk23/arm64/xposed-v78-sdk23-arm64.zip (might be a bit problematic, because result seems to be random, although I think you should be fine)
Installing Xposed Framework
Make sure you are a patient person. Some operations may require waiting, trying or even unbricking your device!
Unlock bootloader and root your phone. You can use (this tutorial).
Download and install XposedInstaller_3.0-alpha4.apk but don't install the framework.
This step is really messy. Firmwares differ a lot, but you should find appropriate file/line/folder in your device. Just remember about step 1)
Using any root browser (I'm using Root Browser) open your /system/build.prop file (on some firmwares the location can be /system/emui/base/prop/ or cust/hw/eu/local.prop thanks @Jak08)
Add those lines to the build.prop file. If they exist already, change their values (or simply delete them and add new ones):
Code:
ro.config.themecolor=0
ro.config.hwtheme=0
ro.config.hw_theme=0
NOTE: In some cases modifying ro.config.themecolor may cause bootloop. I recommend you try first time without this line!!!!
Save the file granting superuser permissions
Install TWRP (as described here)
Download and place in your root internal storage directory previously downloaded zip file.
Reboot your phone into recovery mode (you can use adb reboot recovery command, or you can simply start your phone holding power and volume up button but BE CAREFUL: PLUG OUT YOUR USB CABLE!!! if you decided to start it up without adb. If you won't, you'll go into bootloader mode) And also, step 1.
Install zip package
Wipe cache and dalvik cache
Reboot your phone to system
First time it can take up to 15 minutes to boot so don't panic (hey, step 1!). If nothing happens after 30 minutes, here's how you unbrick it. Notice that you only have to re-flash the system partition.
Proof it's working and what modules I'm using is in attachments. GravityBox has several problems, other than that, everything's good.
FAQ/Troubleshooter:
Q: Why do I get an error while...
A: Yeah, make sure you've got your bootloader unlocked and phone rooted correctly. You can check root with any 'root checker' app from store
Q: I'm booting into EMUI recovery instead of TWRP. Will it do the work?
A: No. You have to have TWRP installed, otherwise you won't be able to flash zip correctly and wipe cache.
Q: Can I flash zip in bootloader?
A: No! I had that idea once and it gave me hours of recovery. Don't even try.
Q: My modules modifying looks won't work. Why?
A: Make sure you modified build.prop as told
Who do you credit this solution to?
A: mfbcool and some guy at polish Android forum gave suggestion about lines in build.prop and rovo89 created Xposed. Other than that, I figured out everything by myself. I just gave you links to the parts I did by myself and did't want to describe here.
It isn't working. I bricked my phone. What to do?
A: Unbrick it, silly.
It is working. How can I thank you?
A: I think there's an option to say thanks here. Give me and rovo89 thumb up and we're fine.
It doesn't work for me with this method. It says Xposed Framework version 83 is installed but not active. The logs are empty.
Im on android 6.0 b550
PCSE said:
It doesn't work for me with this method. It says Xposed Framework version 83 is installed but not active. The logs are empty.
Im on android 6.0 b550
Click to expand...
Click to collapse
In that case you have to make sure that ro.config.hwtheme is set to 0. What you get is working Xposed Framework WITHOUT Resource Hooks. Huaweii Theme Engine works the same way as Xposed so one of those has to work or not. Make sure you saved your build.prop file properly.
Also, if your firmware has /system/emui/base/prop/local.prop, update that too.
Thanks for sharing your experience,
Kajtek
It works.
Thanks.
if someone tried this on B551?
Its works. Huawei P8 lite Android 6.0 B 550
Hello, does this work on Huawei P8 lite B551? Android MM, EMUI 4? ALE-L21.
Did someone have tried it? Thanks..
iMigz said:
Hello, does this work on Huawei P8 lite B551? Android MM, EMUI 4? ALE-L21.
Did someone have tried it? Thanks..
Click to expand...
Click to collapse
I didn't know there is EMUI 4 for MM. Not sure how to help you out on this one. Check the official xposed topic for more info about MM.
kaitek666 said:
I didn't know there is EMUI 4 for MM. Not sure how to help you out on this one. Check the official xposed topic for more info about MM.
Click to expand...
Click to collapse
Oh yes, EMUI 4 is Android 6 as you have posted above. Android 6 is Android Marshmallow right? I want to install Xposed Framework for my device.
iMigz said:
Oh yes, EMUI 4 is Android 6 as you have posted above. Android 6 is Android Marshmallow right? I want to install Xposed Framework for my device.
Click to expand...
Click to collapse
There are two solutions. Either you go ahead and try to get it working, or you wait several days, because I wanted to update my p8lite to MM.
Sorry for editing this post so often, I'm still a bit sick and because of fever I understood you wrong.
Cheers!
kaitek666 said:
There are two solutions. Either you go ahead and try to get it working, or you wait several days, because I wanted to update my p8lite to MM.
Sorry for editing this post so often, I'm still a bit sick and because of fever I understood you wrong.
Cheers!
Click to expand...
Click to collapse
No worries, bro. I understand that you are still stick. Take your time though.
And yeah, I am willing to wait several days so you can go ahead and update to MM and if it is successful I will try to install the Xposed Framework. Sorry, I'm a beginner on tweaking phones especially this Xposed Framework. Just wanted to have it because all rooted apps need the Xposed Framework Thanks bro, cheers!
Works great without any Problems on my Huawei p8lite B188 rooted device!!!
EMUI 3.1 Android 5.0 with the V84 Exposed Version.
Good Job dude!
snitchedable said:
Works great without any Problems on my Huawei p8lite B188 rooted device!!!
EMUI 3.1 Android 5.0 with the V84 Exposed Version.
Good Job dude!
Click to expand...
Click to collapse
Hi bro, can you tell me how you did it? I want to install Xposed Framework on mine. But I am currently on P8 lite B551 EMUI 4.0 Android 6.0. Im regretting I upgraded. I wish I have stayed on Lollipop. But it says it can install too on EMUI 4. Hmm..
---------- Post added at 10:55 AM ---------- Previous post was at 10:54 AM ----------
kaitek666 said:
There are two solutions. Either you go ahead and try to get it working, or you wait several days, because I wanted to update my p8lite to MM.
Sorry for editing this post so often, I'm still a bit sick and because of fever I understood you wrong.
Cheers!
Click to expand...
Click to collapse
Have you upgraded to MM, bro?
---------- Post added at 11:35 AM ---------- Previous post was at 10:55 AM ----------
koxyman88 said:
if someone tried this on B551?
Click to expand...
Click to collapse
Hey, i'm also on B551. Have you tried it? I might try it tho
Hey bro, can I use latest version of Xposed? This is on 78. There is a 84 version.
I would just confirm that on B550 MM work like a charm
i used :
xposed-v84-sdk23-arm64.zip
XposedInstaller_3.0_alpha4.apk
and i have just modified the buil.prop as described
hwtheme=0
hw_theme=0
themecolor not added
my phone take up to 30 min to boot the first time, so be patient
PS remember that the theme engine will not work anymore and you are unable to change the theme on the phone
Personally I have xposed fully working without edit my build prop, And my devices and my quick toogles is theme when I switch between theme, how and why I don't know.(i like tw theme) I post screenshoot when Im back at home.
But I have use a others modified xposed version (not by me)
Sent from my SM-N910F using XDA-Developers mobile app
xander33 said:
I would just confirm that on B550 MM work like a charm
i used :
xposed-v84-sdk23-arm64.zip
XposedInstaller_3.0_alpha4.apk
and i have just modified the buil.prop as described
hwtheme=0
hw_theme=0
themecolor not added
my phone take up to 30 min to boot the first time, so be patient
PS remember that the theme engine will not work anymore and you are unable to change the theme on the phone
Click to expand...
Click to collapse
Sadly im on B551 MM. But i guess its just the same? I might try it. Im waiting on someone do it on B551 but i guess ill be the one doing it. Maybe in B551 will work like a charm too.
---------- Post added at 07:57 PM ---------- Previous post was at 07:56 PM ----------
dkonect said:
Personally I have xposed fully working without edit my build prop, And my devices and my quick toogles is theme when I switch between theme, how and why I don't know.(i like tw theme) I post screenshoot when Im back at home.
But I have use a others modified xposed version (not by me)
Sent from my SM-N910F using XDA-Developers mobile app
Click to expand...
Click to collapse
Really? Could you please tell or share us how you did it without editing the build prop? Im scared editing it. Thats why i still cant do this tutorial
EMUI 3.1 Android 5.0.1, followed instructions to the letter.
Boot loop.
m3ta said:
EMUI 3.1 Android 5.0.1, followed instructions to the letter.
Boot loop.
Click to expand...
Click to collapse
What did you miss in the instructions? Maybe you have edited the hw themecolor?
iMigz said:
What did you miss in the instructions? Maybe you have edited the hw themecolor?
Click to expand...
Click to collapse
I didn't "miss" anything.
And the OP says clearly "I recommend you try first time without this line", so I did not do it, obviously.

[Module][UPDATED] AirAudio System-Audio Mode

What's good everyone!
I use the AirAudio app and pretty much enjoy streaming my music from services (such as Spotify) to any capable device at home, work or at my friend's house.
Now the module itself hasn't been updated and isn't compatible with the latest version of Magisk (v16), so I went ahead and made it compatible with it.
It'll be attached to this thread, simply download and install it manually.
I'll also try and upload it to the repository.
Note:
I am NOT affiliated with AirAudio.
I'm simply a user like you. I just noticed it's outdated and updated it.
Note for Moderators:
In case the actual AirAudio dev reaches out to you, let me know and feel free to close this thread.
In the meantime, I'd like users to use my updated module to use their app to the full extent.
--
Credits:
AirAudio Devs - AirAudio ; Original Magisk Module
topjohnwu - Magisk, Magisk template
Me? - Update
I have installed it in LOS 15.1. How to use it? Can't see an UI?
I loved!
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
karstensson said:
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
Click to expand...
Click to collapse
you have to use both together. This module allows the app to use the "system mode" from the app and get the sound directly internally to send it over the wlan. The other mode from air audio is much worse as it is has to play the sound over the speaker and record it over the microphone.
For me this Magisk package is working wonderful: just installing this module. Afterwards the app from the Playstore and voila: I am able to play music from my phone to most every wifi-based receivers. The app is worth every cent!
works on s9/s9+?
speckdeckel said:
works on s9/s9+?
Click to expand...
Click to collapse
It should work with any phone regardless because it depends onAirAudio itself.
knojap said:
I have installed it in LOS 15.1. How to use it? Can't see an UI?
Click to expand...
Click to collapse
There's no UI to it, it just enables the system-mode in AirAudio, yoiu'll have to check the app to see the option.
This module basically re-enables it.
Not working for me
Hello
I have a oneplus 6 running magisk 17.1
The module does not work for me. Airaudio never requests root privileges, is that the problem
Nope, that's why you use this module!
In the AirAudio app > Settings > System Audio button must be green.
Sent with much love & Android. OnePlus 5T
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
How do you downgrade I can't seem to find V2? Thanks
megatron_lives said:
How do you downgrade I can't seem to find V2? Thanks
Click to expand...
Click to collapse
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
gkornaks said:
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
Click to expand...
Click to collapse
Thank you very much. Where did you get this or do you have a backup?
megatron_lives said:
Thank you very much. Where did you get this or do you have a backup?
Click to expand...
Click to collapse
Got a backup.
gkornaks said:
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
Click to expand...
Click to collapse
I have today the same experience with my oneplus 6 under Oreo. Uninstall v3 and install v2: everything works as expected again in system mode.
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
funtax said:
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
Click to expand...
Click to collapse
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
gkornaks said:
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
Click to expand...
Click to collapse
The module should already be up to date now but I can't check it right now because my current device isn't rooted.
One user is reporting it's still not working but this might be related to another issue with Magisk.
Please check if v4+ is available inside Magisk Manager and contact me at [email protected] if you face any issues
I have same issuewith v4: reverting to v2 works.

[REQUEST] MAC change/spoof module

Could anybody write a simple module that can spoof the MAC address to a random / desired value?
Not a single app I found works with Oreo 8.1
Tnx in advance!
duledxb said:
Could anybody write a simple module that can spoof the MAC address to a random / desired value?
Not a single app I found works with Oreo 8.1
Tnx in advance!
Click to expand...
Click to collapse
Did you tried some apps available from playstore? like..
https://play.google.com/store/apps/details?id=cesarato.macchanger
https://play.google.com/store/apps/details?id=net.xnano.android.changemymac
They also have ability to randomize..
It is. But you realize that magisk is a systemless root right? It use overlay to trick the app and the sistem to think the file has been modified. But when uninstalling magisk it get restored to default (after you reinstall magisk. Modified file will comes back). Which means some data about root privilege are not done to the file itself but copied and modified and get overlayed to the target file. What happen if i restored my stock mac using an app that use magisk su? It'll not go back to default (it is but not the original file. It'll be the same overlayed file with stock values). So your suggestion is kinda ridiculous.
Cmiiww
---------- Post added at 12:26 PM ---------- Previous post was at 12:25 PM ----------
metaspook said:
Did you tried some apps available from playstore? like..
https://play.google.com/store/apps/details?id=cesarato.macchanger
https://play.google.com/store/apps/details?id=net.xnano.android.changemymac
They also have ability to randomize..
Click to expand...
Click to collapse
Sorry for not tagging you lel. I need you to see my reply
duledxb said:
Could anybody write a simple module that can spoof the MAC address to a random / desired value?
Not a single app I found works with Oreo 8.1
Tnx in advance!
Click to expand...
Click to collapse
That should already be built into Android. Go to the WiFi networks (like you're picking WiFi), then tap the settings wheel next to the network. Under Advanced, there should be a setting to randomize your Mac address and it should be enabled by default.
duledxb said:
Could anybody write a simple module that can spoof the MAC address to a random / desired value?
Not a single app I found works with Oreo 8.1
Tnx in advance!
Click to expand...
Click to collapse
GitHub - Magisk-Modules-Alt-Repo/MacRandomizationEnabler
Contribute to Magisk-Modules-Alt-Repo/MacRandomizationEnabler development by creating an account on GitHub.
github.com

[Module] NFC Screen Off

NFC Screen Off
Read NFC tags when screen is off.
Disable NFC tagging sound.
Tap to pay when screen is off.
ALWAYS include Magisk installation logs when posting an issue.
Useful integrations: NFC Card Emulator Pro - Tasker
Installation metrics: Grafana dashboard
How does it work?
The NFC app is patched during installation into a `modded` version. This `modded` version is injected at boot time by service.sh so that the phone thinks the screen is always on and unlocked.
This patch only applies to NFC Service so it does not impact any other functionality of the phone that involves screen state detection.
The `modded` app was generated using this method.
Help section
MY NFC IS NOT DETECTED ANYMORE
If you did not unlock your device since last boot, unlock it and wait 30 seconds for the module to be loaded.
After that time, if NFC does not start automatically or manually, it means that the patch does not work for your device. You can uninstall the module and create an issue.
I AM STUCK IN A BOOTLOOP
Remove the module manually.
1. Boot into TWRP
1. Advanced -> File Manager
1. Delete /adb/modules/NFCScreenOff
1. Reboot
THE MODULE IS NOT WORKING SINCE LAST UPDATE
Perform a clean reinstallation.
1. Uninstall the module
1. Reboot
1. Install the module
1. Reboot
If it does not solve your problem, you can create an issue.
I LIKE THE MODULE
Only for rooted devices ok?
lapwat said:
NFCScreenOff
Enable NFC pooling while phone is locked and screen is off for Android 9 and above.
Make it work for host card emulator to pay in stores
Ask me
Click to expand...
Click to collapse
It broke my nfc payments. Any fixes ?
Should it work normally with Google pay ?
maujogue said:
It broke my nfc payments. Any fixes ?
Should it work normally with Google pay ?
Click to expand...
Click to collapse
Not yet. It's on the To-Do list.
Thanks for enabling this option.
It may not necessarily be a bad thing that it breaks safety net.
Enabling mobile payments while phone is locked is NOT a good idea. Your phone will be vulnerable to money theft with some special NFC devices. They can get close to your phone while it is in your pocket or purse and that is enough for them to steal your money.
crime_of_heart said:
Thanks for enabling this option.
It may not necessarily be a bad thing that it breaks safety net.
Enabling mobile payments while phone is locked is NOT a good idea. Your phone will be vulnerable to money theft with some special NFC devices. They can get close to your phone while it is in your pocket or purse and that is enough for them to steal your money.
Click to expand...
Click to collapse
Yes, that's a bad idea. I just want it to not brake payments, as I couldnt use Google pay even if I unlocked with this module
@lapwat Hi, awesome module. It is not working for me since the path (and app name) for nfc app is system/app/NxpNfcNci/NxpNfcNci.apk
Android 10.3.0
Oneplus 6
Stock ROM
Edit:attach log
maujogue said:
It broke my nfc payments. Any fixes ?
Should it work normally with Google pay ?
Click to expand...
Click to collapse
Yes it should continue to work normally with Google Pay.
What I meant in the description of the module is:
For now, it only works for reading NFC tags. For payments in stores, the phone still needs to be at least on. If the module is working for tags but breaks your payments, leave a comment.
Is it the case for you? The module works for NFC tags but the payments are broken?
What are your specs (device, rom, android version)?
marcozpaulo said:
Only for rooted devices ok?
Click to expand...
Click to collapse
Yes, only for devices rooted with Magisk.
lapwat said:
Yes it should continue to work normally with Google Pay.
What I meant in the description of the module is:
For now, it only works for reading NFC tags. For payments in stores, the phone still needs to be at least on. If the module is working for tags but breaks your payments, leave a comment.
Is it the case for you? The module works for NFC tags but the payments are broken?
What are your specs (device, rom, android version)?
Click to expand...
Click to collapse
Now I get it regarding Google Pay.
lapwat said:
Yes it should continue to work normally with Google Pay.
What I meant in the description of the module is:
For now, it only works for reading NFC tags. For payments in stores, the phone still needs to be at least on. If the module is working for tags but breaks your payments, leave a comment.
Is it the case for you? The module works for NFC tags but the payments are broken?
What are your specs (device, rom, android version)?
Click to expand...
Click to collapse
Exactly. I tried paying but nothing happens, like if nfc didn't exists on my phone. I desinstalled the module and I could pay again. Paying is more important than reading nfc tags for me !
maujogue said:
Exactly. I tried paying but nothing happens, like if nfc didn't exists on my phone. I desinstalled the module and I could pay again. Paying is more important than reading nfc tags for me !
Click to expand...
Click to collapse
That's good to know. Will wait for further development.
SatanicShanker666 said:
@lapwat Hi, awesome module. It is not working for me since the path (and app name) for nfc app is system/app/NxpNfcNci/NxpNfcNci.apk
Android 10.3.0
Oneplus 6
Stock ROM
Edit:attach log
Click to expand...
Click to collapse
Thanks for the logs. Can you send those files to me:
/system/app/NxpNfcNci/NxpNfcNci.apk
/system/framework/framework-res.apk
I will do a version for people with NxpNfcNci app (I guess it is OnePlus customized NfcService).
My stock Xiaomi ROM had a NQNfcNci app.
lapwat said:
Thanks for the logs. Can you send those files to me:
/system/app/NxpNfcNci/NxpNfcNci.apk
/system/framework/framework-res.apk
I will do a version for people with NxpNfcNci app (I guess it is OnePlus customized NfcService).
My stock Xiaomi ROM had a NQNfcNci app.
Click to expand...
Click to collapse
Ok nice, thanks! Here you go:
http://www.mediafire.com/file/2zcmud0i2z8y0vy/framework-res.apk/file
http://www.mediafire.com/file/fys9ee6s308qmy9/NxpNfcNci.apk/file
SatanicShanker666 said:
Ok nice, thanks! Here you go:
http://www.mediafire.com/file/2zcmud0i2z8y0vy/framework-res.apk/file
http://www.mediafire.com/file/fys9ee6s308qmy9/NxpNfcNci.apk/file
Click to expand...
Click to collapse
I've done it! Try installing the module and tell me if it works!
lapwat said:
I've done it! Try installing the module and tell me if it works!
Click to expand...
Click to collapse
Not the same guy, but also using Oneplus. It installed successfully but doesn't seem to be working.
Is it possible to modify the installation script to account for ncinfc with other names? For instance on the Razer phone 2 it is named NQNFCnci so the script can't find it
virseph said:
Not the same guy, but also using Oneplus. It installed successfully but doesn't seem to be working.
Click to expand...
Click to collapse
2me3 said:
Is it possible to modify the installation script to account for ncinfc with other names? For instance on the Razer phone 2 it is named NQNFCnci so the script can't find it
Click to expand...
Click to collapse
From what I understand from feedbacks, the apk app can have several names:
NfcNci
NQNfcNci
NpxNfcNci
Those names do not depend of the device but depend of the ROM.
Two apk with the same name will in fact be different. They are very related to the framework of the ROM.
Loading an APK from another ROM even if it is the same Android version will have little chance to work.
I cannot detect all the specs of the device. Magisk only gives me the Android SDK Version that's all.
I could make an apk for every ROM.
2 possibilities:
- Zip framework.apk + (NQ/Npx)NfcNci.apk, send it to a server. The server will return a custom apk just for your ROM. This is the one that Magisk will use.
- Build the custom APK directly on the phone, but I cannot find how to run apktools, jarsigner, etc on Android (because there is no JAVA env on Android)
Hi, on my first try a few days ago it didn't install i think it was because the path too, but now it works perfect. Thanks dev:good:
oneplus 6
Android 10 OB 33
xXx magisk on stock rom
Blu spark kernel
Sent from my OnePlus6 using XDA Labs
lapwat said:
From what I understand from feedbacks, the apk app can have several names:
NfcNci
NQNfcNci
NpxNfcNci
Those names do not depend of the device but depend of the ROM.
Two apk with the same name will in fact be different. They are very related to the framework of the ROM.
Loading an APK from another ROM even if it is the same Android version will have little chance to work.
I cannot detect all the specs of the device. Magisk only gives me the Android SDK Version that's all.
I could make an apk for every ROM.
2 possibilities:
- Zip framework.apk + (NQ/Npx)NfcNci.apk, send it to a server. The server will return a custom apk just for your ROM. This is the one that Magisk will use.
- Build the custom APK directly on the phone, but I cannot find how to run apktools, jarsigner, etc on Android (because there is no JAVA env on Android)
Click to expand...
Click to collapse
Yes I extracted the zip and modified the customize/service.sh scripts to properly work with my rom and as you stated it did not work. as soon as the script killed the nfc service it triggered a reboot to recovery.
I PM'd you a gdrive link to the stock apk's from the razer phone 2 Pi stock rom. If you have some time would please build it for me? I tried to do it myself a while ago but ran out of steam before i even got all the dependencies running on my computer lol. I can modify your magisk package to work with it myself.
I like your idea of a server that automatically runs the process to patch the apk. Would every use need to upload both the framework.apk and nfcnci or just the nfc? The only concern I would have is bandwithd as the framework apk is 30+ MB's. If you could build the server into a docker container I think it would be easy enough for others to host you could probably find some people willing to host it for free. Another option could be using a google drive account to allow people to upload the apk's for their phone then batch process them all and sort them by model/build # or something to cover most phones/roms . I have a gapps for business account with unlimited storage I could probably lend for this purpose
Once again thanks for all your work! If you have a bitcoin address i'd like to buy you a beer

magisk + smali patcher + pokemon go

alright im trying to get spoofing to work on pokemon go.
Firs im running:
- Galaxy s7
- Sm-G930w8
- Android 8.0.0
-samsung exp version 9.0
So i followed a link that explained how to flash TWRP. I got that installed on my custom rom.
Then i moved to this link https://forum.xda-developers.com/apps/magisk/module-smali-patcher-0-7-t3680053/amp/
And followed all the steps. And then i got a ERROR: mock location class not found
So i found somewhere that my service file was not deodexed properly so i used smali/baksmali to deodexed my service files that worked like a charm came back to smali patched and browsed to my file.location and tried to run it and still got the same damn error.
What am i missing here.?
Need help a bit lost and stuck been reading alot but can seem to find what is causing this error...
Nobody?
DestLuck said:
Nobody?
Click to expand...
Click to collapse
Don't cheat in games. Play with honor and integrity.
Sent from my SM-G985F using Tapatalk
Very helpfull
vash_h said:
Don't cheat in games. Play with honor and integrity.
Click to expand...
Click to collapse
Nonsense! Pokemon is a game not a sport. There's no gaming laws against cheating, not even in Vegas. If you ain't cheating you ain't tryin
Okay i tryed to spoof on pogo and i did it
I have an samsung galaxy s9+ rooted android 10 one ui 2.0
How i did it?
First root ur phone with magisk
Then install smali patcher with mock location and signature spoofing -> turn smali on in magisk
After that download fake gps joystick and set it as mock location in dev option open fake gps joystick and Go to quick options and download custom markers
After that go into fix GPS jump to reap location and check fix 1, 2 and 3 on now go into settings and enable A-GPS reset
And that is it.
This works for me without teleporting back to real locations
And i hope it works for u to
If u need help
Contact me on instagram: kaasschaaf38_
wolfgang6602 said:
Okay i tryed to spoof on pogo and i did it
I have an samsung galaxy s9+ rooted android 10 one ui 2.0
How i did it?
First root ur phone with magisk
Then install smali patcher with mock location and signature spoofing -> turn smali on in magisk
After that download fake gps joystick and set it as mock location in dev option open fake gps joystick and Go to quick options and download custom markers
After that go into fix GPS jump to reap location and check fix 1, 2 and 3 on now go into settings and enable A-GPS reset
And that is it.
This works for me without teleporting back to real locations
And i hope it works for u to
If u need help
Contact me on instagram: kaasschaaf38_
Click to expand...
Click to collapse
Thank you man, I was struggling two days to make FGL Spoofer system app on my android 10 and 9 without success. Just tried your tutorial and worked like charm on my Xiaomi MI A1 with latest Android 9.
Thanks again !!!
xscope44 said:
Thank you man, I was struggling two days to make FGL Spoofer system app on my android 10 and 9 without success. Just tried your tutorial and worked like charm on my Xiaomi MI A1 with latest Android 9.
Thanks again !!!
Click to expand...
Click to collapse
Nice to hear that!
If u have any other question or problems with the spoof just contact me on instagram: kaasschaaf38_
Have a nice day!!
Hi, magisk + smali installed in my galaxy note 9 but keep getting error 12, what should I do ?
Stop cheating
no you!
Xyphoseos said:
Hi, magisk + smali installed in my galaxy note 9 but keep getting error 12, what should I do ?
Click to expand...
Click to collapse
What is the error
hi,
I just recently updated my ROM to the latest Pixel Experience which is still active for Asus ASUS Zenfone Max Pro M2 (X01BD).
Everything is fine and smooth after installing the rom. i didn't find any bugs. Even Pokemon Go is running fine.
After installing magisk then setting up the "Hide the Magisk app" and adding PoGo on the DenyList, it kepts on saying "Unable to authenticate. Please try again." every time i open PoGo.
can anyone help me on how to run PoGo?

Categories

Resources