volte for port miui 9 - Xiaomi Redmi Note 3 Questions & Answers

Hi
Just checking magisk and now have voenabler. Try in my ported miui 9 nougat and its work.
Regards.

how?

Great!
spshubham53 said:
how?
Click to expand...
Click to collapse
VoEnabler is a magisk module that tweaks build.prop, adding two lines to enable VoLTE and VoWifi on supported devices.
Theoretically, it should work. Looks like it practically is working.
EDIT- You can find it in Magisk Manager. Check 'Downloads' section.

It doesn't work for me ?

Related

[MOD] [MAGISK] NFC-SIM Enabler for 1+3/t oreo (7/8/2018)

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

[Magisk] FMRadio for Pie roms (Magisk Module)

I created a Magisk module based off the FMRaido PIE fix, this Magisk module will allow you to use the FM Raido under pie roms that don't support it, it should work with other Xiaomi devices too but I can only test on my RN3P.
I'm not sure who created the original flashable recovery zip / modules (FMRadioFixPiE.zip), I just converted it to Magisk so we don't need to modify the system or vendor partitions.
Edit
No longer needed for Havoc OS since it comes with the radio app on latest updates.
Enjoy.
Use at own risk...etc..etc.
Needs
Magisk 17.0+
Android 9 (PIE)
Not working with Havoc pie.
No playback.. Radio found channels correctly.
anurag86 said:
Not working with Havoc pie.
No playback.. Radio found channels correctly.
Click to expand...
Click to collapse
It's work well for me. It's a module for Magisk.
Magisk 18.0
Havoc pie.
Redmi Note 3 using Tapatalk
I am trying to install this on Citrus-CAF but even though I can see the app under the system/app directory for some weird reason the app is not installed. It might have to do with enforcing selinux since it was working great on Havoc OS.
It works great
otyg said:
I created a Magisk module based off the FMRaido PIE fix, this Magisk module will allow you to use the FM Raido under pie roms that don't support it, it should work with other Xiaomi devices too but I can only test on my RN3P.
I'm not sure who created the original flashable recovery zip / modules (FMRadioFixPiE.zip), I just converted it to Magisk so we don't need to modify the system or vendor partitions.
Edit
No longer needed for Havoc OS since it comes with the radio app on latest updates.
Enjoy.
Use at own risk...etc..etc.
Needs
Magisk 17.0+
Android 9 (PIE)
Click to expand...
Click to collapse
It works great on nitrogen os pie 9 and redmi notes 3. Thanks
ronkanor said:
It's work well for me. It's a module for Magisk.
Magisk 18.0
Havoc pie.
Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
Got FM radio in updated Havoc Build. :good:
Nos 9 work great
I instal this module for j7 pro j730GM rom PrometheusOneUI_V1.0_jxy17lte. But phone stuck in samsung logo so i restore backup. Plz update your module for work PrometheusOneUI_V1.0_jxy17lte. Rom.
Xxxnano said:
I instal this module for j7 pro j730GM rom PrometheusOneUI_V1.0_jxy17lte. But phone stuck in samsung logo so i restore backup. Plz update your module for work PrometheusOneUI_V1.0_jxy17lte. Rom.
Click to expand...
Click to collapse
Unfortunately I don't own that device, this module is only for Xiaomi devices.
fm for nitrogen os pie [2019-03-09]
Installed the module on nos for redmi note 3 kenzo
app opens but audio playback is missing and can't tune it.
Any pointers...
rahulh0785 said:
Installed the module on nos for redmi note 3 kenzo
app opens but audio playback is missing and can't tune it.
Any pointers...
Click to expand...
Click to collapse
same problem here.... im using Nos9Pie but it opens and nothings happens
someone can help me?

xpoooooesd

i can't install xposed to my phone
it always go into bootloop
i have magisk and it works normally
i tried all versions of xposed at magisk modules store
(incl. sdk 27)
what is the right way to install it
Xiaomi Redmi 5 rosy
miui pro 10 9.1.24
Android 8.1.0
no one can help?!
anyone installed xposed on Redmi 5?
I'm using EdXopsed (beta) as magisk module in sdk 28. It's work fine.
Maybe work this Xposed
[emoji3504] https://forum.xda-developers.com/re...ment/modified-xposed-miui10-oreo-8-1-t3913160
I not tested yet, because haven't more time for this procedure [emoji6]
Sent from my Redmi 5
royalsixteex said:
I'm using EdXopsed (beta) as magisk module in sdk 28. It's work fine.
Click to expand...
Click to collapse
I tried it but it supports few modules of xposed ?
poky14 said:
Maybe work this Xposed
[emoji3504] https://forum.xda-developers.com/re...ment/modified-xposed-miui10-oreo-8-1-t3913160
I not tested yet, because haven't more time for this procedure [emoji6]
Sent from my Redmi 5
Click to expand...
Click to collapse
it works for few xposed modules my friends
its not a perfect solution
mido4ever2000 said:
I tried it but it supports few modules of xposed ?
Click to expand...
Click to collapse
Force request here to release official. ??
https://forum.xda-developers.com/essential-phone/help/xposed-sdk-28-android-9-pie-t3828168
Has anyone managed to find a working solution?
...
Maybe this?
https://taichi.cool/
I try it in Android Ten and works ,maybe it helps

[Magisk] Working Magisk Modules for OOS Android 11

For anyone running OOS 11 on OnePlus 8/8pro can you please post what (Canary) Magisk Modules are working for you, this will help others too.?
Thanks. I'll update OP post as we progress..Happy Modding ??
Reported Working so far in Alphabetical Order :
Ainur Narsil
AML
App Systemizer
Busybox
Center Clock MOD (credits to @dladz) MOD Link : https://forum.xda-developers.com/on...d-center-clock-magisk-module-android-t4177141
Debloater (Terminal Emulator)
Energized Protection
Font Manager
Fullscreen Gestures
GMS Doze
Google Dialer Framework
James DSP
Lucky Patcher Module
MagiskHide Props Config
OOS Native Call Recording
Product Sans Font
Riru & Riru edxposed
Systemless Hosts
Viper4Android
Not Working :
Quickswitch
I'm using:
Seamless hosts, MagiskHide Props Config &
Fullscreen Gestures. I cannot get Viper4Android or QuickSwitch to work.
Gordietm said:
I'm using:
Seamless hosts, MagiskHide Props Config &
Fullscreen Gestures. I cannot get Viper4Android or QuickSwitch to work.
Click to expand...
Click to collapse
Thanks bro. So this is Magisk or Canary?
dyval said:
Thanks bro. So this is Magisk or Canary?
Click to expand...
Click to collapse
Canary Magisk.
If anyone else can figure out how to get Viper working, that would be great.
Gordietm said:
Canary Magisk.
If anyone else can figure out how to get Viper working, that would be great.
Click to expand...
Click to collapse
Yeah. I so hope too that Viper4Android will work soon. I can't live without that ??
Gordietm said:
I'm using:
Seamless hosts, MagiskHide Props Config &
Fullscreen Gestures. I cannot get Viper4Android or QuickSwitch to work.
Click to expand...
Click to collapse
Have you try to move viper4a to system? .
I installed Canary bur my install options are missing. What have I done wrong?
Check the update channel. Mine was on beta. After i changed it to Canary debug it appeared.
Sent from my OnePlus8Pro using XDA Labs
RoughNeck1971 said:
Check the update channel. Mine was on beta. After i changed it to Canary debug it appeared.
Click to expand...
Click to collapse
May I know what modules are working for you on DP3/OOS 11? Thanks
Only using busybox, magiskhide prop and system less host.
Sent from my OnePlus8Pro using XDA Labs
dyval said:
For anyone running OOS 11 on OnePlus 8/8pro can you please post what (Canary) Magisk Modules are working for you, this will help others too.?
Thanks. I'll update OP post as we progress..Happy Modding ??
Reported Working so far in Alphabetical Order :
Busybox
Fullscreen Gestures
MagiskHide Props Config
Systemless Hosts
Not Working :
Quickswitch
Viper4Android ?
Click to expand...
Click to collapse
Unable to enable Screen overlay option
zubairulla said:
Unable to enable Screen overlay option
Click to expand...
Click to collapse
Can you give more details please?
dyval said:
Can you give more details please?
Click to expand...
Click to collapse
When using any other app which require screen overlay enabled
When going to enable the option in settings it does not give any apps listed there
Google sans font work with DP3 ?
Fikul said:
Google sans font work with DP3 ?
Click to expand...
Click to collapse
Haven't tried bro. But I don't see any reason why not ?
dyval said:
Haven't tried bro. But I don't see any reason why not ?
Click to expand...
Click to collapse
Or always used that module, but I'm liking the OnePlus Sans.
Realised today the alarm clock is not working when it is not in use.
So the background apps are stopped when device is not used for long.
I think this is not a good option.
Weta G-Phack module works correctly, Fontchanger does not install.
Working:
Busybox
Debloater (Terminal emulator)
OOS Native Call recording enabler [Nor sure if this is in the repo though]
Not working:
App Systemizer (Terminal emulator) [seems to have issues loading installed apps]
Just flashed this Product Sans font in magisk:
https://forum.xda-developers.com/apps/magisk/font-google-sans-font-systemlessly-t3841067
I find the new OnePlus Sans font too thin for me and this product sans font is much better.

[VoLTE Fix] VoLTE fix for All GSI's in Redmi 8A/8A Dual

This fix is for All Generic System Images booted in Redmi 8A, With this flashable zip you can enable VoLTE in Your Redmi 8A in Any GSI's.
------------------------------------------------------------------------------------------------------------------------------------------------------
How to Install This Fix :-
-Make Sure you have Twrp Installed & Booted a GSI or ROM
-Boot to TWRP/Any Other Recovery
-Select Zip, and Flash it
-Reboot
-Viola ! You have VoLTE Now.
------------------------------------------------------------------------------------------------------------------------------------------------------
[Downloads]
http://www.mediafire.com/file/0tjbdzhr6no19t4/8A_VoLTE_Fix_by_%40n0resh_%26_%40TechyMinati.zip/file
-----------------------------------------------------------------------------------------------------------------------------------
Credits :-
@n0reshdh0k0 for All VoLTE Blobs
@An ASP (TechyMinati) for Unifying and Making Flashable Zip
--------------------------------------------------------------------------------------------------------------------------------------
Though it has No Bugs/Errors, But Still if you find any difficulty,
Contacts Us via xda Pm or
Telegram:
MOD EDIT: Link Removed
MOD EDIT: Link Removed
Would this work on stock rooted miui rom?
ways2 said:
Would this work on stock rooted miui rom?
Click to expand...
Click to collapse
Miui already comes with Volte
.excalibur said:
Miui already comes with Volte
Click to expand...
Click to collapse
Is there something I need to do to activate it or does it just have to do with the carrier? Because I've never notified volte or 4g while I was on the phone
ways2 said:
Is there something I need to do to activate it or does it just have to do with the carrier? Because I've never notified volte or 4g while I was on the phone
Click to expand...
Click to collapse
It all depends on your carrier whether they've implemented Volte in your location or not, no extra steps are needed.
ways2 said:
Would this work on stock rooted miui rom?
Click to expand...
Click to collapse
miui itself comes with VoLTE Enabled Just Go to setting and search for VoLTE, But This depends on your network carrier that it supports VoLTE or Not. Thanks : )
ways2 said:
Is there something I need to do to activate it or does it just have to do with the carrier? Because I've never notified volte or 4g while I was on the phone
Click to expand...
Click to collapse
It Depends Upon Your Carrier, If they support VoLTE & VoWiFi. However this fix can enable VoLTE in all Other GSI's and Custom ROMs
I have tried this VoLTE fix does not do anything and I am on Android 10
and custom ROM s
Redmi8a_luke.v2_Havoc-OS-v3.2-20200215-A64AB-GSI.img
why doesn't it work this is also GSI image
there was another one I downloaded from GitHub which was a heavier file and for any Qualcomm device
that did not even recognize my phone as a Qualcomm phone and freaked out
Any updates on . I had been steady with havoc for last 2 years unfortunately have to flip back to stock just for this reason. How does a Wotk does it need you to install the original boot image without magisk alteration and then add the magisk patch. Did not get any error but at the same time nothing happened
hello bro
i need redmi 3s prime volte zip its urgent anybody help.....................
Volte not working
Hi my phone redmi 8a in volte not working

Categories

Resources