[MOD] [MAGISK] NFC-SIM Enabler for 1+3/t oreo (7/8/2018) - OnePlus 3 & 3T Cross Device Themes, Apps & Mods

Hi all,
I just modified the module from @snowwolf725 to have a newer template so it can run on oreo rom
If you need to use nfc-sim on oneplus 3/3t you could try this module.
[Install]
1. Get Magisk
2. In the download area search for "OnePlus 3/t NFC Sim Enabler"
3. Reboot
4. If your manage app require permission you can give it at settings-apps-app permissions-additional permissions, toggle smartcardservice for it
I only test it on OOS Oreo ROM, it may not work on custom rom due to different framework built in.
You can report here so I'll check what other MOD have to add to make other ROM work.
the smartcardservice is modified from SEEK for Android by Johnzweng
Repo link

crazymika said:
Hi all,
I just modified the module from @snowwolf725 to have a newer template so it can run on oreo rom
If you need to use nfc-sim on oneplus 3/3t you could try this module.
[Install]
1. Get Magisk
2. In the download area search for "OnePlus 3/t NFC Sim Enabler"
3. Reboot
4. If your manage app require permission you can give it at settings-apps-app permissions-additional permissions, toggle smartcardservice for it
I only test it on OOS Oreo ROM, it may not work on custom rom due to different framework built in.
You can report here so I'll check what other MOD have to add to make other ROM work.
the smartcardservice is modified from SEEK for Android by Johnzweng
Repo link
Click to expand...
Click to collapse
Any chance that this mod used on htc m9 with aicp 13.1, rooted with magisk?

tombbb said:
Any chance that this mod used on htc m9 with aicp 13.1, rooted with magisk?
Click to expand...
Click to collapse
I don't think so, it's NFC chip specified so if you have a different device it's xml config would be different.
For m9 you could look through it's stock rom to adjust configuration, I believe the M9 stock ROM support NFC-SIM card.

What does nfc sim means?

prasant737 said:
What does nfc sim means?
Click to expand...
Click to collapse
In some places we have our payment/transportation card integrated in SIM card.
so we can use our phone to pay/take public transportation.

hi sir able to update it for oneplus 6t android pie?

laocheebye said:
hi sir able to update it for oneplus 6t android pie?
Click to expand...
Click to collapse
according your ID I assume you are Taiwanese, there is modification for oneplus 6 on mobile01, i think that will also work for 6t
I didn't have 6t so I can't test on it.

crazymika said:
according your ID I assume you are Taiwanese, there is modification for oneplus 6 on mobile01, i think that will also work for 6t
I didn't have 6t so I can't test on it.
Click to expand...
Click to collapse
i am singaporean actually. can u link me the thread? i can read chinese so its fine. thank you deep deep.
---------- Post added at 02:27 PM ---------- Previous post was at 02:12 PM ----------
i found the thread and the download link if anyone is interested to try for oneplus 6 or 6t.
forum link in chinese
flashable zip
i havent tried cos there is no decrypt twrp for 6t yet so at your own risk people.

I had asked about it to the author directly on github since since my test are not successful. No update since then...
https://github.com/Magisk-Modules-Repo/oneplus3simnfc/issues/2

NoobZik said:
I had asked about it to the author directly on github since since my test are not successful. No update since then...
https://github.com/Magisk-Modules-Repo/oneplus3simnfc/issues/2
Click to expand...
Click to collapse
I'll update this to pie compatible when oos pie released

crazymika said:
I'll update this to pie compatible when oos pie released
Click to expand...
Click to collapse
Hello, any news ?

Hi, just tried the latest v1.2.1, but it seems HamiPay detects root even MagiskHide enabled for it. Would you please share how to prevent HamiPay from detecting root? Thank you.

jekyll530 said:
Hi, just tried the latest v1.2.1, but it seems HamiPay detects root even MagiskHide enabled for it. Would you please share how to prevent HamiPay from detecting root? Thank you.
Click to expand...
Click to collapse
I think they changed the root detection, now it's can only use with iPASS, EasyCard or icash.
Creditcard function have been lock with rooted devices.

crazymika said:
I think they changed the root detection, now it's can only use with iPASS, EasyCard or icash.
Creditcard function have been lock with rooted devices.
Click to expand...
Click to collapse
Thank you for replying. The above seems work fine. Can this module be ported for OP5/T, 6/T (OOS 9.0) or even 7/Pro?

Cuvillier said:
Hello, any news ?
Click to expand...
Click to collapse
I've update to Pie rom, and confirm that we still can use sim NFC at it, just need some path adjustments, use the attached zip file replace your system/vendor/etc/libnfc-nxp.conf, put the SmartcardService folder in system/priv-app folder
add this line "persist.nfc.smartcard.config=SIM1,eSE1" in system/build.prop file, and should work as before.
I forgot how to make it into proper Magisk Module~the module i made tonight can't not be installed.... so strange. I'll update once i get it to work.
P.S.
I tried custom ROMs, they have many differences about NFC config, I can not get it to work even replace the framework and permission file, tried everything I know but still failed, maybe they missed something at more lower level.

updated for OOS Pie
I just found what's wrong.
Here's the updated Module for OOS Pie.
Later i'll update to Modules-Repo

jekyll530 said:
Thank you for replying. The above seems work fine. Can this module be ported for OP5/T, 6/T (OOS 9.0) or even 7/Pro?
Click to expand...
Click to collapse
@snowwolf725 have created the OP5 module, 6/6t have other method to make it working,but I need check some of it's file to make sure, op7 should work in theory, but it still depend on some rom configuration. I only have a op3t, do don't know how other models work.
Currently OOS have proper components (driver, config, frameworks...) installed, so it easier to enable them, for custom rom or future builds(which OP3 won't have)
I believe that require more adjustments to have this feature working.

crazymika said:
@snowwolf725 have created the OP5 module, 6/6t have other method to make it working,but I need check some of it's file to make sure, op7 should work in theory, but it still depend on some rom configuration. I only have a op3t, do don't know how other models work.
Currently OOS have proper components (driver, config, frameworks...) installed, so it easier to enable them, for custom rom or future builds(which OP3 won't have)
I believe that require more adjustments to have this feature working.
Click to expand...
Click to collapse
The OP5/T module is not available via Magisk download now. I'm currently using OP5 and will buy a 7 Pro. If you need, I can help testing.

crazymika said:
@snowwolf725 have created the OP5 module, 6/6t have other method to make it working,but I need check some of it's file to make sure, op7 should work in theory, but it still depend on some rom configuration. I only have a op3t, do don't know how other models work.
Currently OOS have proper components (driver, config, frameworks...) installed, so it easier to enable them, for custom rom or future builds(which OP3 won't have)
I believe that require more adjustments to have this feature working.
Click to expand...
Click to collapse
thanks but it doesn't work on lineage os 16. in logcat i get keymaster operation failed and unsupported digest on km1 hal issue. i hope you can fix it
regards

Related

Working xposed version

Hi guys, I'm trying to install xposed but using the latest version doesn't seem to work. It successfully installs in recovery but then, once in Android, it says it's not yet compatible. I've seen lot of you have installed and managed to have it working. Could you please tell me which version you used? And how you installed it. Thanks
What ROM are u on?
http://bit.ly/2b6tR8R
Check out this post
Pphish20 said:
What ROM are u on?
Click to expand...
Click to collapse
Rooted stock 10d
[email protected] said:
http://bit.ly/2b6tR8R
Check out this post
Click to expand...
Click to collapse
Thank you. Just a question. Will it be compatible with official systemless version once it's out?
SpH1nX said:
Thank you. Just a question. Will it be compatible with official systemless version once it's out?
Click to expand...
Click to collapse
systemless version is not under official development by rovo89
basically, another dev (topjohnwu) is developing it from official sources
maybe in the future rovo89 will provide some tests builds, but that is simply up to him
so short answer, it might be compatible, but no promises
however, current unofficial version is compatible (if you test), but some xposed modules are not fully developed under systemless root
gwolfu said:
systemless version is not under official development by rovo89
basically, another dev (topjohnwu) is developing it from official sources
maybe in the future rovo89 will provide some tests builds, but that is simply up to him
so short answer, it might be compatible, but no promises
however, current unofficial version is compatible (if you test), but some xposed modules are not fully developed under systemless root
Click to expand...
Click to collapse
rovo89 officially stated that the next version will be systemless
Regarding installer, have I to mandatory use material design version or I can stay with the official one? Is it compatible?
witch version of xposed are you downloading? you are supposed to download "xposed-v86-sdk23-arm64.zip"
danroger said:
witch version of xposed are you downloading? you are supposed to download "xposed-v86-sdk23-arm64.zip"
Click to expand...
Click to collapse
That's the one I'm using. It installs fine with TWRP but once I'm back in android the installer says it's not supported. I don't know if it doesn't see it installed at all
SpH1nX said:
That's the one I'm using. It installs fine with TWRP but once I'm back in android the installer says it's not supported. I don't know if it doesn't see it installed at all
Click to expand...
Click to collapse
use xposed app by DVDandroid
is a material version of the app compiled from official sources, and heck, a lot better and more visual appealing than the original app. also quite good support
original thread: http://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
download link: http://forum.xda-developers.com/devdb/project/dl/?id=19668&task=get
gwolfu said:
use xposed app by DVDandroid
is a material version of the app compiled from official sources, and heck, a lot better and more visual appealing than the original app. also quite good support
original thread: http://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
download link: http://forum.xda-developers.com/devdb/project/dl/?id=19668&task=get
Click to expand...
Click to collapse
Official zip with material design version? Does it work?
SpH1nX said:
Official zip with material design version? Does it work?
Click to expand...
Click to collapse
using it since more then half a year already, so rest assures it's working
check thread I submitted for more info in case of doubts
Everything is linked, Xposed, SuperSU, magisk. It depends on the version you use, in my case I SuperSU 2.76 systemless, magisk, and 86.3 Xposed systemless by topjohnwu, and great time. I leave the link:
http://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
[email protected] said:
Everything is linked, Xposed, SuperSU, magisk. It depends on the version you use, in my case I SuperSU 2.76 systemless, magisk, and 86.3 Xposed systemless by topjohnwu, and great time. I leave the link:
http://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
Click to expand...
Click to collapse
I'm not doubting of you guys, you're here to help me and I appreciate that. It's just that I'd like to remain as official as possible. How can an app with a different UI work where the original, official, does not?
SpH1nX said:
I'm not doubting of you guys, you're here to help me and I appreciate that. It's just that I'd like to remain as official as possible. How can an app with a different UI work where the original, official, does not?
Click to expand...
Click to collapse
Just try it
A friend of mine also ran into some issues like yours on the official app but as with your case he tried the material one and worked wonders
Also if you run the material version you are also as close to stock as possible since this is compiled from official sources but only a few visual changes made to the app
Dont work at mine H850
oOFrAnzOo said:
Dont work at mine H850
Click to expand...
Click to collapse
Could you please tell framework and installer versions?
oOFrAnzOo said:
Dont work at mine H850
Click to expand...
Click to collapse
in xposed app, navigate to official tab, and click install/update button
choose ok and reboot to recovery (TWRP) and let it install and reboot
as soon as reboot is done, xposed should work
gwolfu said:
in xposed app, navigate to official tab, and click install/update button
choose ok and reboot to recovery (TWRP) and let it install and reboot
as soon as reboot is done, xposed should work
Click to expand...
Click to collapse
Done. Get System UI Force Close every Time.
SpH1nX said:
Could you please tell framework and installer versions?
Click to expand...
Click to collapse
Latest Material Installer and Systemless v86.3 and v86.4.
Tried official v86 too
I can confirm that official framework works fine with material design installer. That's the only combination that's working on my G5. Haven't tried systemless version.

Wyrm's collection of small useful hacks for Moto G4.

This is a collection of small changes to fix things on my Moto G4 XT1626 that others may find useful.
ElementalX 1.02 with DTV driver:
This is the great and stable ElementalX Kernel from flar2, without any code changes, but with the ISDBT TV kernel driver that he didn't include in the official version, useful for XT1626 owners that want root but need the DTV receiver working.
Disable esdfs:
This is a magisk module (can also be flashed if you don't use magisk) to disable ESDFS and use FUSE instead, so apps like apps2sd work properly on the moto G4 or G4 Plus.
MotoG4 incall record enabler:
This is a magisk module (can also be flashed) that changes the mixer controls mapping to allow incall recording using any playstore app(even without root). Tested with ACR, works fine. This was made for Stock Nougat, untested on other roms.
I will add more quirks and mods I develop in the future to this thread.
Working Fine ?
_wyrm said:
This is a collection of small changes to fix things on my Moto G4 XT1626 that others may find useful.
ElementalX 1.02 with DTV driver:
This is the great and stable ElementalX Kernel from flar2, without any code changes, but with the ISDBT TV kernel driver that he didn't include in the official version, useful for XT1626 owners that want root but need the DTV receiver working.
Disable esdfs:
This is a magisk module (can also be flashed if you don't use magisk) to disable ESDFS and use FUSE instead, so apps like apps2sd work properly on the moto G4 or G4 Plus.
MotoG4 incall record enabler:
This is a magisk module (can also be flashed) that changes the mixer controls mapping to allow incall recording using any playstore app(even without root). Tested with ACR, works fine. This was made for Stock Nougat, untested on other roms.
I will add more quirks and mods I develop in the future to this thread.
Click to expand...
Click to collapse
Anyone tried the call recording on custom room?
Waycloud said:
Working Fine ?
Click to expand...
Click to collapse
On stock ROM?
How can I get the DTV driver or the last ElementalX with DTV driver?
brunopio said:
How can I get the DTV driver or the last ElementalX with DTV driver?
Click to expand...
Click to collapse
I want to know too. My model is XT1626
Doesn't the last ElementalX has the DTV driver included already? I believe flar2 started including the DTV driver a couple weeks after I created this thread.
_wyrm said:
MotoG4 incall record enabler:.
Click to expand...
Click to collapse
Thank you very much, in particular for the call recording. Although the recording app I had been using (CallRec) did not detect the new VOICE_COMMUNICATION stream, as you mention in the OPs it works fine with ACR. I'm running it in recent LOS 14.1 Athene builds on an XT1625.
One (somewhat off topic) question: I switched from LOS SU to Magisk in order to install this module. Except for a few other apps that seem to prefer LOS SU I'm happy with Magisk managing SU but in case I want to switch back to LOS SU ...is there a way to get this installed while using LOS SU. Perhaps this is a question for the Magisk thread but I've found no answers by searching so I'm starting here. Thanks again!
---------- Post added at 05:56 PM ---------- Previous post was at 05:48 PM ----------
optionalmgrr.la said:
Anyone tried the call recording on custom room?
Click to expand...
Click to collapse
Lineage OS as described in previous post section.
IronTechmonkey said:
One (somewhat off topic) question: I switched from LOS SU to Magisk in order to install this module. Except for a few other apps that seem to prefer LOS SU I'm happy with Magisk managing SU but in case I want to switch back to LOS SU ...is there a way to get this installed while using LOS SU. Perhaps this is a question for the Magisk thread but I've found no answers by searching so I'm starting here. Thanks again!
Click to expand...
Click to collapse
All this modules does is replace/bind (mount -bind), /system/etc/mixer_paths.xml with a custom version. You can do the same with a shell script, luckypatcher, or any other root app that alows you to selectively replace files in the system. You can also simply replace the file directly in LOS's /system/ if you want to make it permanent and don't care about keeping /system untampered.
Hope we can have call recording on LOS
hello plz help me in to enable call recordings in moto g5 plus
please friend
_wyrm said:
This is a collection of small changes to fix things on my Moto G4 XT1626 that others may find useful.
ElementalX 1.02 with DTV driver:
This is the great and stable ElementalX Kernel from flar2, without any code changes, but with the ISDBT TV kernel driver that he didn't include in the official version, useful for XT1626 owners that want root but need the DTV receiver working.
Disable esdfs:
This is a magisk module (can also be flashed if you don't use magisk) to disable ESDFS and use FUSE instead, so apps like apps2sd work properly on the moto G4 or G4 Plus.
MotoG4 incall record enabler:
This is a magisk module (can also be flashed) that changes the mixer controls mapping to allow incall recording using any playstore app(even without root). Tested with ACR, works fine. This was made for Stock Nougat, untested on other roms.
I will add more quirks and mods I develop in the future to this thread.
Click to expand...
Click to collapse
Please friend, you could include the DTV XT1626 driver in this kernel Vegito:
mega.nz/#!1R8XSRCD!L1pQiukRxflWfdPfiKmO13rIRdUn1RLaXUhFeGsIsuU
This kernel works best with the XT1626
yeah would be great
I can use DTV drivers on xt1625?
Sent from my [device_name] using XDA-Developers Legacy app
hope these modules get update to magisk 16, because here when i tried to flash over magisk manager or twrp, shows an error saying that magisk is not installed on system
nodio said:
hope these modules get update to magisk 16, because here when i tried to flash over magisk manager or twrp, shows an error saying that magisk is not installed on system
Click to expand...
Click to collapse
I desperately needed call recording feature on my Moto G4 Plus so I updated it myself to work with the latest version of Magisk (17.1). Here the file if you need it : drive.google.com/file/d/1fcO6FqFVXCUtwrFVTEijUG3LDaOWRmBP/view?usp=sharing
mithleshjs said:
I desperately needed call recording feature on my Moto G4 Plus so I updated it myself to work with the latest version of Magisk (17.1). Here the file if you need it : drive.google.com/file/d/1fcO6FqFVXCUtwrFVTEijUG3LDaOWRmBP/view?usp=sharing
Click to expand...
Click to collapse
I gave your version a try because I'm also running Magisk 17.1 and it trashed my system, wasn't expecting that much fun to happen.
After I installed module and rebooted the phone it just went to recovery mode, was forced to do a full reset.
Others be warned, try at your own risk...
lin_ux said:
I gave your version a try because I'm also running Magisk 17.1 and it trashed my system, wasn't expecting that much fun to happen.
After I installed module and rebooted the phone it just went to recovery mode, was forced to do a full reset.
Others be warned, try at your own risk...
Click to expand...
Click to collapse
FWIW I once used this on a Moto G4 Athene XT1625 running LOS 14.1 and Magisk 16x with no problems. Don’t know about Magisk 17 as I use LOS SU except when specifically testing something else but it's a simple mod which really "should" not cause that much trouble. In any event once you get your device back in shape you could try to enable call recording manually: https://forum.xda-developers.com/showpost.php?p=73603492&postcount=9.
[EDIT] Added details about device on which I had tested this in Magisk.
IronTechmonkey said:
FWIW I once used this on a Moto G4 Athene XT1625 running LOS 14.1 and Magisk 16x with no problems. Don’t know about Magisk 17 as I use LOS SU except when specifically testing something else but it's a simple mod which really "should" not cause that much trouble. In any event once you get your device back in shape you could try to enable call recording manually: https://forum.xda-developers.com/showpost.php?p=73603492&postcount=9.
[EDIT] Added details about device on which I had tested this in Magisk.
Click to expand...
Click to collapse
Thanks for your reply!
I agree that the mod should not have caused so much trouble, which is why I was a little shell shocked when it refused to boot to anything other than recovery. I'd just got the device set up nice and hadn't done a TWRP backup yet, so getting it back up and running again was a little painful, but perhaps good in a way as I'd learnt what didn't work well first time round, so this time it's lean and mean...
I've taken a look at the files enclosed in the mod (I know, I should have done that before installing it ... doh! ) and discovered that the location of mixer_paths.xml is different on my system, it's in /vendor/etc/ so I went ahead and swapped the modded file (I have root access) with my one and rebooted, phone came up with no sound output at all, so it looks like my newer system (and device, it's a Moto E5 XT1944-6) are not compatible with the modded mixer_paths.xml file.
I'd like to know which elements of the modded mixer_paths.xml file were change to make it work on the G4, I could then try to add/edit those particular ones in my mixer_paths.xml file to see if it works.
I have a backup of my original file so no pain in trying new settings....
For reference I'm running this ROM on my phone,
[GSI][8.1.0][OFFICIAL] Resurrection Remix O v.6.1.0 [08/18][ARM/ARM64]
it's quite impressive...
https://forum.xda-developers.com/pr...si-resurrection-remix-o-6-1-0-t3811299/page11
lin_ux said:
I gave your version a try because I'm also running Magisk 17.1 and it trashed my system, wasn't expecting that much fun to happen.
After I installed module and rebooted the phone it just went to recovery mode, was forced to do a full reset.
Others be warned, try at your own risk...
Click to expand...
Click to collapse
It shouldn't have caused so much trouble. It worked successfully on each of my friends Moto G4 Plus running stock ROM.

aptX for OOS 4.1.X

OnePlus seems to have enabled aptX codecs in the new OB5/14 for the OnePlus 3/T.
For those of you who don't want to wait until the stable release and also would rather not flash the open beta, @Chaosgod27 has extracted the related files for use in the stable release. These files can be placed within OOS 4.1.X to enable aptX mode. These files are different from the old aptX-enabling files that were broken in OOS since updating to 7.1.1.
Edit: It seems there's some issues with the stacks. Playback does use aptX, but music is playing at a slightly higher pitch and faster than it should be.
I've dug around through the files in the new open beta and found the files myself. It seems there were a few missing before. The issue with the raised pitch and fast playback should be gone now.
Flashable Zip (through custom recovery, does not require Magisk): View attachment 4121507
Magisk Module (same thing, just systemless): View attachment 4121508
There was an issue before with some missing files that caused playback to run too fast and with a higher pitch. That has been fixed now. If anyone flashed the old Magisk module, I would advise you to download the new one in the OP and flash over it. I've also included a flashable zip for those of you who aren't using Magisk.
Anova's Origin said:
There was an issue before with some missing files that caused playback to run too fast and with a higher pitch. That has been fixed now. If anyone flashed the old Magisk module, I would advise you to download the new one in the OP and flash over it. I've also included a flashable zip for those of you who aren't using Magisk.
Click to expand...
Click to collapse
Thanks a million
Thank you, I have installed it but it seems to have a lot more problems (noise/cracking as in packets lost or something) than the previous version that I was using and which I got from here:
https://forum.xda-developers.com/oneplus-3/themes/mod-aptx-codec-t3521228
Is there any way to uninstall this version and return to "old default" (from where I can get back to the aptx version from above)?
xclub_101 said:
Thank you, I have installed it but it seems to have a lot more problems (noise/cracking as in packets lost or something) than the previous version that I was using and which I got from here:
https://forum.xda-developers.com/oneplus-3/themes/mod-aptx-codec-t3521228
Is there any way to uninstall this version and return to "old default" (from where I can get back to the aptx version from above)?
Click to expand...
Click to collapse
If you used the Magisk module, simply delete the module and reboot.
If you flashed the regular zip, you'll have to dirty flash your ROM to restore to default.
Hi @Anova's Origin, how do i know if this mod is working or not?
Vixiebalistic said:
Hi @Anova's Origin, how do i know if this mod is working or not?
Click to expand...
Click to collapse
Use a logcat app (Catlog / Matlog) and search for an aptx entry in the recorded logs after you connected your aptx capable device via Bluetooth to your aptx enabled phone...
You should be able to find something if it's working, otherwise it wouldn't show any aptx entry
Sent from my OnePlus3T using XDA Labs
Edit 2: Nevermind, it's working now. Idk what the problem was.
Didn't work for me on OOS 4.1.6 on Oneplus 3T I can't turn on Bluetooth. Anyone else having this problem? Also, have the drivers been updated in a newer OB?
Edit: I am using magisk v13.3
vini2710 said:
Didn't work for me on OOS 4.1.6 on Oneplus 3T I can't turn on Bluetooth. Anyone else having this problem? Also, have the drivers been updated in a newer OB?
Click to expand...
Click to collapse
Nope... Working fine here with op3t 4.1.6. Did u make back up before flashing?
Vixiebalistic said:
Nope... Working fine here with op3t 4.1.6. Did u make back up before flashing?
Click to expand...
Click to collapse
I used magisk so no worries (v13.3)
Edit: It's working. Yay! Thank you for the good work with this module!
how about op3T 4.1.7? Is it work?
qwealan said:
how about op3T 4.1.7? Is it work?
Click to expand...
Click to collapse
It works flawlessly for me on OOS 4.1.7 on my op3t
Sent from my ONEPLUS A3003 using Tapatalk
Anyone, test Magisk module with lineageOS Rom ?
vinicentus said:
It works flawlessly for me on OOS 4.1.7 on my op3t
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
I use Magisk Module on OOS4.1.7 but i cant use aptX (use catlog search "aptx" ). are you use zip flash or use Magisk too?
qwealan said:
I use Magisk Module on OOS4.1.7 but i cant use aptX (use catlog search "aptx" ). are you use zip flash or use Magisk too?
Click to expand...
Click to collapse
I am using magisk (v14)
Working on OP3T with OOS 4.5.1 + Magisk 14.0. Those libs where updated to show battery for devices in OB15, update needed.
Thanks very much! Looking for this about a week long and finally solved
My device is OP3T, with H2OS V3.5 stable, no magisk
can I share this to oneplusbbs.com?

[module][fixed] volte fix for oneplus 3 pie custom roms

Code:
If you encounter any errors during the installation process, feel free to report it to me.
Normally I test all the .zip Files before I upload them, so everything should work fine.
I Am Editing This File From 3 Weeks And Finally Created. I Created This Volte Module For Myself but after Hearing From Many Oneplus 3/3T Users Issues About Volte So I think To Share My Work.
Modified By Me: @jokerkill2r
Feel free to contact me on Telegram: @PurityNotHere
If You are Adding Or Sharing This Module Then Give Credit To Me And Share This Thread Link
Instructions:-
1. Flash The Custom ROM & Magisk
2. After Booting Open Magisk Manager
3. Flash The Fix File From Magisk
4. Enjoy!!! Check Your Volte Will Work
Code:
If You Like My Work Then Please Hit Thanks Button
Minor Information
ROM OS Version : 9.x Pie
Version Information
Status: Stable
Created : 2018-10-25
Download: Comment Down I will Give you the Module ( Admins/Mods Are Removing the link)
Hey bro great! can you please give me the link for module?
ssaikiran said:
Hey bro great! can you please give me the link for module?
Click to expand...
Click to collapse
https://www.mediafire.com/file/64mb...-OB_VoLTE-VoWiFi_Enabler_v1.0-signed.zip/file
This Is Not PPC LINK SO DON'T REMOVE IT
jokerkill2r said:
https://www.mediafire.com/file/64mb...-OB_VoLTE-VoWiFi_Enabler_v1.0-signed.zip/file
This Is Not PPC LINK SO DON'T REMOVE IT
Click to expand...
Click to collapse
1) Why don't you just upload to xda as an attachment?
2) Why do you use in thread name some sh*t letters instead of ASCII? With Google Product Sans font it does not render at all.
@jokerkill2r
Would this enable airtel/vodafone volte too or just jio volte ?
ayamstr said:
@jokerkill2r
Would this enable airtel/vodafone volte too or just jio volte ?
Click to expand...
Click to collapse
Try it ( 90% Chance's it will work)
I downloaded the file from the given link. But my Magisk isn't recognizing the file. Can you provide any alternative solutions? I'm using the latest version of Magisk 17.1
@jokerkill2r
If volte dosent works even after flashing this zip , how to revert back the to previous setup ?
ayamstr said:
@jokerkill2r
If volte dosent works even after flashing this zip , how to revert back the to previous setup ?
Click to expand...
Click to collapse
Just unchecked this module from magisk
Eeshan Bhave said:
I downloaded the file from the given link. But my Magisk isn't recognizing the file. Can you provide any alternative solutions? I'm using the latest version of Magisk 17.1
Click to expand...
Click to collapse
Try this one latest patched: https://www.mediafire.com/file/64mb...-OB_VoLTE-VoWiFi_Enabler_v1.0-signed.zip/file
przemcio510 said:
1) Why don't you just upload to xda as an attachment?
2) Why do you use in thread name some sh*t letters instead of ASCII? With Google Product Sans font it does not render at all.
Click to expand...
Click to collapse
Thanks for your advice I will keep it in mind
jokerkill2r said:
Try this one latest patched
Click to expand...
Click to collapse
This still doesn't work for me - also latest Magisk 17.1 and Magisk Manager. MM does not even see the file as something it can open.
EDIT: After renaming, everything worked without problem. Magisk Manager apparently expects naming convention like "<Name>-v<version>.zip". The zip by default has "-signed" at the end which seems to throw it off.
It is not working on my phone. I tried flashing latest firmware and build.prop code, both were a no-go.
Please help.
Thanks in advance.
Hey nice work
Can so please help me to get volte on op2
LucasBoy said:
This still doesn't work for me - also latest Magisk 17.1 and Magisk Manager. MM does not even see the file as something it can open.
EDIT: After renaming, everything worked without problem. Magisk Manager apparently expects naming convention like "<Name>-v<version>.zip". The zip by default has "-signed" at the end which seems to throw it off.
Click to expand...
Click to collapse
How do we rename it? In my file manager it's detected as a file not a zip file. i tried renaming it but no use.any ideas please...
[Edit]it installed fine after I removed the "-signed" part and changed its dir
But can anyone please say how to enable Airtel volte in my flydrqgon os
Can you try making one for OnePlus 2 too...
I flashed this on my OnePlus 3t an hour back, wondering if it would bring VoWifi, I cant confirm if VoWifi is working, As haven't noticed any VoWiFi or wifi calling while calling a few people, Though I have it enabled in settings.
But I can certainly say I am getting 4G+ on my phone, Which alteast i haven't ever noticed. I am testing for Speed on fast.com since then on irregular intervals, result is never noticed high speeds! I got 45, 29, 43, 46. 49, 26, 36, 39, 44 Mbps.
Will update again in a day, but this mod is worth it till now.
Thank You.

[ROM][9.0][N960FXXU2ZRKQ] PieBase (based on DevBase)

Mod Edit:
Thread closed due to no link provided, as well as rude, disrespectful OP statement.
So apart from F/DS devices, would it work on a N?
How about vendor, is it included?
Thanks
bober10113 said:
So apart from F/DS devices, would it work on a N?
How about vendor, is it included?
Thanks
Click to expand...
Click to collapse
I don't believe it would work on an N because the firmware I used is specifically for an F/DS device. Has it even been released on the N yet?
The vendor needed for Android Pie *is* included, as is modem, kernel, etc.
chrisaw said:
I don't believe it would work on an N because the firmware I used is specifically for an F/DS device. Has it even been released on the N yet?
The vendor needed for Android Pie *is* included, as is modem, kernel, etc.
Click to expand...
Click to collapse
Usually Fs and Ns are identical hardwarewise except system partition size is a tad smaller I believe.
I'll give it a shot and report back.
edit:
i checked script and bootloader and mdem are being flashed wich is a big no no for N devices.
plus as i can see there have been a complaint so...
chrisaw said:
If anyone takes offence to this ROM for any reason - please let me know and I'll take it down immediately.
Click to expand...
Click to collapse
Yes I have objection.
You can not use my modified images. You want to make your own then there is one thread in geneneral section. Get pie beta on your device and then dump it yourself.
Its my request to remove my work and meanwhile you make your own, remove the link.
chrisaw said:
Description
I really love this new Android 9.0 beta from Samsung with the One UI. I also really love DevBase!
With that in mind - I've created PieBase which is simply a combination of:
- Latest DevBase release (from here - thanks _alexndr)
- Latest Magisk release (from here - thanks topjohnwu)
- Latest Samsung Pie firmware (from here - thanks drketan)
If anyone takes offence to this ROM for any reason - please let me know and I'll take it down immediately. As soon as official DevBase is released - I'll remove this post and direct any visitors to his thread. I'm not even remotely interested in stealing people away from DevBase - it's an awesome ROM - just looking to fill the void for now.
SafetyNet Pass
In order to get SafetyNet to pass with Magisk you will need to:
Download Busybox magisk module
Download MagiskHide Props Config magisk module
Reboot your device
Download and open a terminal app of your choice
Switch to root by entering the "su" command
Enter "props" then enter: 1, f, 13, 24, y, y
Once your device has done rebooting - you should now be passing SafetyNet. The reason this is needed is simply because beta versions of Samsung ROMs never pass SafetyNet so we're claiming to be an 8.0 running device to Google so they'll pass us as running a known Samsung ROM.
Warnings
App names and dependencies have changed around a lot in this release so your old configs likely wont work!
You are welcome to try to attempt to dirty flash this ROM but it's VERY likely you will need to clean flash (sorry!)
If you have a /sdcard/devbase directory - rename this before flashing.
If you have a /sdcard/options.prop file - rename this before flashing.
This ROM is for F/DS ONLY!!!
Download
Mod Edit: Link removed
Click to expand...
Click to collapse
Hi. Ur rom is almost copy of Dr. Ketan rom. Does not sounds legitimate. Suggest u to rethink & close the thread.
Sent from my SM-N960F using XDA-Developers Legacy app

Categories

Resources