I tried a couple of times with different browsers, but the zip appears corrupt for me. Anyone else had that problem?How was this Magisk module created?
Actually the Magisk module is generated by a bash script (I use linux) starting from the original OnePlus software zips.
The script is attached to this thread. Download the zip file attached and then rename the file by removing the ".zip" extention). You will have a plain Linux bash shell script file. No secrets. Sharing all in the open (which I believe should be the spirit of XDA).
Reuse as you like ...
# and we also remove a few by making them empty files
for i in antradio_app pnx; do
rm -rf $TAGET/$i
touch $TARGET/$i
chmod 755 $TARGET/$i
done
Thanks for finding that bug![/COLOR]Typo in that variable there, with a rm -rf no less.Code:# and we also remove a few by making them empty files for i in antradio_app pnx; do rm -rf $TAGET/$i touch $TARGET/$i chmod 755 $TARGET/$i done
Do you happen to have this on github somewhere?
Maybe ... try ... it's just a magisk module so can be easily removed.Does this work for the 7 pro
Yes it does work on OP 7 pro.Maybe ... try ... it's just a magisk module so can be easily removed.
foobar66, thank you for this great ROM, works great with the Oneplus 7 Pro.Maybe ... try ... it's just a magisk module so can be easily removed.
Someone higher up in the thread reported VoLTE to work (which I find difficult to believe). The problem is that my provider does not offer it which means that I cannot test anything.foobar66, thank you for this great ROM, works great with the Oneplus 7 Pro.
I love the idea of getting rid of everything Oneplus, makes the battery much better.
I was wondering if there's a way like in XXX ROM to edit what apps and changes we want to install. VoLTE for example is very important for me since I live in a big, old building in New York where reception is sometimes really bad.
Thank you for your great work.
I understand, how about the apps that are removed and installed, is it possible to edit something and choose which one to install or not?. Just a noob questionSomeone higher up in the thread reported VoLTE to work (which I find difficult to believe). The problem is that my provider does not offer it which means that I cannot test anything.
HI, is it possible you can share how you enabled VOLTE. I installed and no VOLTE was available it would be really appreciated if you would please provide how you were able to enable VOLTE. Thank you.Worked for me when I tried the rom
I done a dirty flash think it just stayed on ?HI, is it possible you can share how you enabled VOLTE. I installed and no VOLTE was available it would be really appreciated if you would please provide how you were able to enable VOLTE. Thank you.
HI, thanks for the response I did a dirty flash as well I was not so lucky. Oh well I appreciate the help. Be healthy and safe.I done a dirty flash think it just stayed on
That's weird; maybe there is some difference in the /system partition layout between the normal OnePlus 7T Pro and the McLaren version. Since I don't have access to another device than my own difficult to test / check in detail.I tried it with my OP7TP Mclaren and it seems to work fine with a few exceptions.
The Dialer / phone doesn't seem to show anything.
I agree it's hard to get devices that you doubt have access to.That's weird; maybe there is some difference in the /system partition layout between the normal OnePlus 7T Pro and the McLaren version. Since I don't have access to another device than my own difficult to test / check in detail.