Note 5 T-Mobile force permissive mode - T-Mobile Samsung Galaxy Note5

All, here is a simple way to force your phone into selinux permissive Mode even after rebooting. This will work for any device and for any ROM including the new marshmallow leak.
From a terminal emulator app run this command
su
mount -o remount,rw /system
mkdir /system/su.d
echo "#!/system/bin/sh" > /system/su.d/permissive.sh
echo "echo 0 > /sys/fs/selinux/enforce" >> /system/su.d/permissive.sh
Then run this to change permission of this script. You can also use root Explorer to change permission too
chmod 755 > /system/su.d/permissive.sh

I got some syntax thing
Sent from my SM-N920T using Tapatalk

Copy all of it in then press enter. Don't run chmod command along with everything else. You must run the first group all at once

bash_array said:
Copy all of it in then press enter. Don't run chmod command along with everything else. You must run the first group all at once
Click to expand...
Click to collapse
Finally found the thread hey man can i do it via cmd adb?
Sent from my SM-N920T using Tapatalk

Or u could just use the SELinuxModeChanger app it works fine
Sent from my SM-N920T using XDA Free mobile app

duvalbmarley said:
Or u could just use the SELinuxModeChanger app it works fine
Sent from my SM-N920T using XDA Free mobile app
Click to expand...
Click to collapse
On marshmallow?
Sent from my SM-N920T using Tapatalk
---------- Post added at 03:14 PM ---------- Previous post was at 02:35 PM ----------
Selinux mode changer just changes but doesnt work i use xmodgames it dosnt work
Sent from my SM-N920T using Tapatalk

The app worked for me.

id10terrordfw said:
The app worked for me.
Click to expand...
Click to collapse
The app works but not for xmodgames
Sent from my SM-N920T using Tapatalk

It works for marshmallow using it for viper4android

duvalbmarley said:
Or u could just use the SELinuxModeChanger app it works fine
Sent from my SM-N920T using XDA Free mobile app
Click to expand...
Click to collapse
Doesn't work

Plus, why use an app? You are really going to let an app control policies on your phone?

duvalbmarley said:
It works for marshmallow using it for viper4android
Click to expand...
Click to collapse
May I ask how you installed Viper? Apk? Flashed specific zip file? Thanks!

bash_array said:
Plus, why use an app? You are really going to let an app control policies on your phone?
Click to expand...
Click to collapse
For simplicity and if it doesnt work for you try another method
Sent from my SM-N920T using XDA Free mobile app
---------- Post added at 02:18 PM ---------- Previous post was at 02:16 PM ----------
aoaleman said:
May I ask how you installed Viper? Apk? Flashed specific zip file? Thanks!
Click to expand...
Click to collapse
Use the app or the instructions from OP to change selinux mode to permissive then following instructions from this post. http://forum.xda-developers.com/tmo...ps/viper4android-note-5-t3192400/post62636089
Also install busybox I used the one by meefik in playstore
Sent from my SM-N920T using XDA Free mobile app

Anyone mind informing me of the benefits of changing selinux from enforcing to permissive, I believe it had something to do with apps being able to run fully operable where as with enforcing some apps won't support that and in a sense become limited correct me if I'm wrong though thanks! [emoji14]
Sent from my SM-N920T using Tapatalk

I'm trying to set my 6.0.1 tmobile note 5 to permissive.

Related

[MOD] i9505g 4.2.2/4.3 Google Wallet Fix + Nfc Secure Element fix even with deodex.

What this is: This is a modification of NfcNci.apk to allow access to the secure element even on deodexed roms. Also included is a version of Wallet that doesn't care about root.
Note: These files are from the 4.3 leak for i9505g, they *Might* work for other builds, if not you can use the writeup to roll your own version.
Writeup:
http://forum.xda-developers.com/showthread.php?t=2361183
Download/Install instructions (4.3 Google Edition Leak):
http://forum.xda-developers.com/showpost.php?p=43503684&postcount=108
*Edit*
Here is a version of the same for the 4.2.2 Google Edition build as well.
Thanks to mrvirginia for the zip.
http://apollyon-dev.com/extras/GoogleWallet_GE.zip
Cool!
Been waiting for this to make its way to our beloved i9505.
One more thing, does this work in Europe? With local currency?
currently my GE zip needs Superuser to be disabled but i will update it here shortly. you won't need to update OP, will be same zip in same location
thanks again for all of your help, Fenny!
edit: zip updated. my wallet no longer cares about root either
Hi folks.
Fyi
I have already done a build for TW roms deodex or odex. Also works on screenoff.
http://forum.xda-developers.com/showthread.php?p=43370468
Which is in beta. I call it beta as I cant test nfc payment or google wallet as its not available in the uk.
But the bypass has been implemented.
Great work Fenny btw on the google wallet. And your explanation.
Optimal
Sent from my GT-I9505
Hey I'm getting the error device not ready. Wallet is unable to procede until the device is fully initialized. Any idea what to do?
Sent from my SGH-M919G using Tapatalk 4 Beta
Persianhawkes said:
Hey I'm getting the error device not ready. Wallet is unable to procede until the device is fully initialized. Any idea what to do?
Sent from my SGH-M919G using Tapatalk 4 Beta
Click to expand...
Click to collapse
This may mean that Google wallet does not like your carrier or region. I will have to take a look at the Google Wallet apk and see if there is something we can bypass on the client side. Are there any Error logs or relevant looking Infornational logs in your logcat when you try?
Sent from my GT-I9505G
Fenny said:
This may mean that Google wallet does not like your carrier or region. I will have to take a look at the Google Wallet apk and see if there is something we can bypass on the client side. Are there any Error logs or relevant looking Infornational logs in your logcat when you try?
Sent from my GT-I9505G
Click to expand...
Click to collapse
Sorry I should been more clear. Tested on MrVirginia's ROM and worked perfect. I tried on Jamison's Google ROM and that's when I received the error. I'm not home at the moment to do a logcat. Carrier is T Mobile and location is Virginia.
Sent from my SGH-M919G using Tapatalk 4 Beta
Persianhawkes said:
Sorry I should been more clear. Tested on MrVirginia's ROM and worked perfect. I tried on Jamison's Google ROM and that's when I received the error. I'm not home at the moment to do a logcat. Carrier is T Mobile and location is Virginia.
Sent from my SGH-M919G using Tapatalk 4 Beta
Click to expand...
Click to collapse
Hmm, in that case (off the top of my head), perhaps the build.prop has been modified in some way that it's not liking, or maybe a set of lib files has been removed/replaced... Could also be a kernel HW module support thing. Any chance of a logcat?
I do seem to recall MrVirginia's ROM being fairly close to stock...
Sent from my GT-I9505G
Sure give me a few minutes
Sent from my SGH-M919G using Tapatalk 4 Beta
---------- Post added at 04:50 PM ---------- Previous post was at 04:37 PM ----------
Fenny said:
Hmm, in that case (off the top of my head), perhaps the build.prop has been modified in some way that it's not liking, or maybe a set of lib files has been removed/replaced... Could also be a kernel HW module support thing. Any chance of a logcat?
I do seem to recall MrVirginia's ROM being fairly close to stock...
Sent from my GT-I9505G
Click to expand...
Click to collapse
https://docs.google.com/file/d/0BxMfCRL0ufQvUFllQW80TE85aVE/edit?usp=docslist_api
Sent from my SGH-M919G using Tapatalk 4 Beta
Persianhawkes said:
Sure give me a few minutes
Sent from my SGH-M919G using Tapatalk 4 Beta
---------- Post added at 04:50 PM ---------- Previous post was at 04:37 PM ----------
https://docs.google.com/file/d/0BxMfCRL0ufQvUFllQW80TE85aVE/edit?usp=docslist_api
Sent from my SGH-M919G using Tapatalk 4 Beta
Click to expand...
Click to collapse
Hmm, I'm thinking build.prop
Tell me how you get on with this Wallet.apk
Fenny said:
Hmm, I'm thinking build.prop
Tell me how you get on with this Wallet.apk
Click to expand...
Click to collapse
I deleted the old apk and pushed that one to system app rebooted and still the same error.
Sent from my SGH-M919G using Tapatalk 4 Beta
Persianhawkes said:
I deleted the old apk and pushed that one to system app rebooted and still the same error.
Sent from my SGH-M919G using Tapatalk 4 Beta
Click to expand...
Click to collapse
I think I figured out what was wrong in this case: a different version of nfcnci.
Try this one.
Fenny said:
I think I figured out what was wrong in this case: a different version of nfcnci.
Try this one.
Click to expand...
Click to collapse
Which wallet apk did you want me to use the original or the one you posted here.
Sent from my SGH-M919G using Tapatalk 4 Beta
Persianhawkes said:
Which wallet apk did you want me to use the original or the one you posted here.
Sent from my SGH-M919G using Tapatalk 4 Beta
Click to expand...
Click to collapse
Either should work. The one here has hard coded values from The i9505G build.prop, but they are the same values as from the ROM you are using's build.prop (I just checked.)
I did a diff of the method names in the NfcNci.apk from the ROM you are using, and the one in the mod. There were indeed differences, so I've built a new version using your Chef's NfcNci as a source.
Sent from my GT-I9505G
Still the same outcome. Could you make it a zip so I can try flashing it instead. Also cleared data on NFC.apk and wallet.apk and rebooted.
Sent from my SGH-M919G using Tapatalk 4 Beta
Persianhawkes said:
Still the same outcome. Could you make it a zip so I can try flashing it instead. Also cleared data on NFC.apk and wallet.apk and rebooted.
Sent from my SGH-M919G using Tapatalk 4 Beta
Click to expand...
Click to collapse
I can make one later when I am not devving on my home box from my phone via SSH.
You might need to clear data for the Wallet app. The only other thing that I can think of is that maybe the kernel in that ROM is breaking secure storage access somehow.
Sent from my GT-I9505G
Fenny said:
I can make one later when I am not devving on my home box from my phone via SSH.
You might need to clear data for the Wallet app. The only other thing that I can think of is that maybe the kernel in that ROM is breaking secure storage access somehow.
Sent from my GT-I9505G
Click to expand...
Click to collapse
OK thanks I appreciate it a lot. May try using a different kernel later.
Sent from my SGH-M919G using Tapatalk 4 Beta
amazing, thank you!
Persianhawkes said:
Sure give me a few minutes
Sent from my SGH-M919G using Tapatalk 4 Beta
---------- Post added at 04:50 PM ---------- Previous post was at 04:37 PM ----------
https://docs.google.com/file/d/0BxMfCRL0ufQvUFllQW80TE85aVE/edit?usp=docslist_api
Sent from my SGH-M919G using Tapatalk 4 Beta
Click to expand...
Click to collapse
Your build.prop is currently set to SGH-M919G (presumably default from the ROM you have installed).... change it to GT-I9505G and it will work.
pham0100 said:
Your build.prop is currently set to SGH-M919G (presumably default from the ROM you have installed).... change it to GT-I9505G and it will work.
Click to expand...
Click to collapse
Ha! Good call. I can see how I missed that.
Sent from my GT-I9505G

[SHARE] Another way to root without tripping knox

Mod Edit link removed
Just download and install to your PC.
Note : it will work on N9002, N9005, N9006, N9008, N9009, N900W8, N900S, N900K, N900L, N900A, N900T
**I just tested with my N9005, the rest of the model are stated on the change log.
Step by step guide :
1. Open the installed program on your PC
2. Plug your device to your PC with USB debugging enabled, make sure your PC has installed the driver of your device
3. Let it run and detect your device
4. Click "Root" button on your PC
5. Keep your eye on your device, because it will pop up the admin choice, click "ok"
6. Let it run and restart for several times
7. Done
harold5249 said:
You can install other root manager, but not super su from CF. Because it need to install special binary, so better don't take the risk.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
**I take no responsibility to your device
I just sharing to you guys, I'm not the developer of this work
Credit to: Mod Edit link removed
Sent from my SM-N9005 using xda app-developers app
Nope.
It is a famous Android development group in China. Just like CF. They still have a Web section or mobile and PC program to find your device rom. They have a rom hub to most of the devices. And they allow users to rate the rom like we rate app in playstore.
Their work really brilliant.
Sent from my SM-N9005 using xda app-developers app
harold5249 said:
Nope.
It is a famous Android development group in China. Just like CF. They still have a Web section or mobile and PC program to find your device rom. They have a rom hub to most of the devices. And they allow users to rate the rom like we rate app in playstore.
Their work really brilliant.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
The site seems great. But the software is in chinese language! They have to add the english language!
How i can use a software that i can't understand? :laugh::laugh:
Struggling
I enabled Developer Options and selected USB Debugging Mode, but the Root Program doesn't recognise that my phone is connected.
I'm pretty sure I have the right drivers installed.
Anybody else struggling with this?
---------- Post added at 02:12 PM ---------- Previous post was at 02:07 PM ----------
cgjones said:
I enabled Developer Options and selected USB Debugging Mode, but the Root Program doesn't recognise that my phone is connected.
I'm pretty sure I have the right drivers installed.
Anybody else struggling with this?
Click to expand...
Click to collapse
Sorted, I just needed to leave it plugged in for about 10 mins before it started to install an additional driver. Now it recognises it, but there is a red cross on the picture of the phone and some Chinese writing, don't know what it means though. So not sure whether to press the green button or not now !!
cgjones said:
I enabled Developer Options and selected USB Debugging Mode, but the Root Program doesn't recognise that my phone is connected.
I'm pretty sure I have the right drivers installed.
Anybody else struggling with this?
---------- Post added at 02:12 PM ---------- Previous post was at 02:07 PM ----------
Sorted, I just needed to leave it plugged in for about 10 mins before it started to install an additional driver. Now it recognises it, but there is a red cross on the picture of the phone and some Chinese writing, don't know what it means though. So not sure whether to press the green button or not now !!
Click to expand...
Click to collapse
Press it, the text on the button is "root". Then keep your eye on your phone, you need to allow the program to run and it will restart several times.
It is great program, but unfortunately the developer is come from China.
Sent from my SM-N9005 using xda app-developers app
Yes, I had to unplug the USB, plug it back in then permanently enable access of my PC on my phone. I clicked the green button and now have root access.
cgjones said:
Yes, I had to unplug the USB, plug it back in then permanently enable access of my PC on my phone. I clicked the green button and now have root access.
Click to expand...
Click to collapse
Without tripping knox counted?
Sent from my SM-N9005 using xda app-developers app
harold5249 said:
Without tripping knox counted?
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
How do I check this?
cgjones said:
How do I check this?
Click to expand...
Click to collapse
Click volume down + power button + home button.
Then you will boot to download mode. Then click volume up to continue. See all counter is it 0x0.
Just like this
http://forum.xda-developers.com/showthread.php?p=46852343
Sent from my SM-N9005 using xda app-developers app
harold5249 said:
Click volume down + power button + home button.
Then you will boot to download mode. Then click volume up to continue. See all counter is it 0x0.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Yes, I can confirm that the Knox Kernel Lock is 0x0 and also the Knox Warranty Void is 0x0
System Status is 'Custom'
cgjones said:
Yes, I can confirm that the Knox Kernel Lock is 0x0 and also the Knox Warranty Void is 0x0
System Status is 'Custom'
Click to expand...
Click to collapse
Congratulation!
For the system status, you can change it to official by using Wanam Xposed.
Sent from my SM-N9005 using xda app-developers app
does it works for every rom? (mj1,mj3,...)
Polarizado said:
does it works for every rom? (mj1,mj3,...)
Click to expand...
Click to collapse
I think yes. Because the site didn't mention about firmware, just mention about devices only.
Are you bothering whether it will work with your phone with latest firmware update??
Sent from my SM-N9005 using xda app-developers app
harold5249 said:
Congratulation!
For the system status, you can change it to official by using Wanam Xposed.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Even though I set it to 'Official' in Wanam Xposed, it remains at 'Custom' on the Odin Download Screen
Any other suggestions?
cgjones said:
Even though I set it to 'Official' in Wanam Xposed, it remains at 'Custom' on the Odin Download Screen
Any other suggestions?
Click to expand...
Click to collapse
Are you sure you already set it to official correctly?
Check on your setting > general > about device > status > device status
Sent from my SM-N9005 using xda app-developers app
jerem52 said:
A trojan horse ? Can you say more, i root with this app
Click to expand...
Click to collapse
A forum user said to have decompiled the exe, and found that the software was communicating some sensible information to a chinese server
---------- Post added at 05:34 PM ---------- Previous post was at 05:30 PM ----------
cgjones said:
Even though I set it to 'Official' in Wanam Xposed, it remains at 'Custom' on the Odin Download Screen
Any other suggestions?
Click to expand...
Click to collapse
What firmware version do you have?
MI6 firmware
---------- Post added at 04:41 PM ---------- Previous post was at 04:38 PM ----------
cgjones said:
Even though I set it to 'Official' in Wanam Xposed, it remains at 'Custom' on the Odin Download Screen
Any other suggestions?
Click to expand...
Click to collapse
harold5249 said:
Are you sure you already set it to official correctly?
Check on your setting > general > about device > status > device status
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Yes, I'm using Wanam Xposed properly, double checked that I have it set to 'Official' in Wanam, but it still shows as 'Custom' on both the Download Screen and the Device Status screen.
It's no big problem, but stops me downloading official updates, that's all.
So doesnt it work with N900 (exynos models)?
Sent from my SM-N900 using XDA Premium 4 mobile app
cgjones said:
MI6 firmware
---------- Post added at 04:41 PM ---------- Previous post was at 04:38 PM ----------
Yes, I'm using Wanam Xposed properly, double checked that I have it set to 'Official' in Wanam, but it still shows as 'Custom' on both the Download Screen and the Device Status screen.
It's no big problem, but stops me downloading official updates, that's all.
Click to expand...
Click to collapse
Did you enable Wanam module in Xposed?
Sent from my SM-N9005 using xda app-developers app
TheRecRuiT89 said:
So doesnt it work with N900 (exynos models)?
Sent from my SM-N900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes. If your device model didn't mention in op, it will not work.
Sent from my SM-N9005 using xda app-developers app

Android 4.4 updates its SELinux configuration from "permissive" to "enforcing"

Android 4.4 updates its SELinux configuration from "permissive" to "enforcing"
And now?
Let's talk...
So what? I'm on 4.3.1 and I have it set to Enforcing. I really don't see what your point is.
Sent from my Verizon Wireless Samsung Galaxy SIII, via Tapatalk.
meskes said:
So what? I'm on 4.3.1 and I have it set to Enforcing. I really don't see what your point is.
Click to expand...
Click to collapse
Does not seems a trivial thing, do you know SELinux?!
meskes said:
So what? I'm on 4.3.1 and I have it set to Enforcing.
Click to expand...
Click to collapse
Where die you find that option?
SecUpwN said:
Where die you find that option?
Click to expand...
Click to collapse
Settings >About phone > scroll down to SElinux Status and tap 7 or 8 times to enable it. Expect it to start causing issues though, if you don't edit your profiles and contexts.
Sent from my Verizon Wireless Samsung Galaxy SIII, via Tapatalk.
---------- Post added at 09:50 PM ---------- Previous post was at 09:50 PM ----------
tryin said:
Does not seems a trivial thing, do you know SELinux?!
Click to expand...
Click to collapse
Yes.
Sent from my Verizon Wireless Samsung Galaxy SIII, via Tapatalk.
what does this change do to my device ?
Sent from my GT-P3110 using xda app-developers app
Clint E. said:
what does this change do to my device ?
Click to expand...
Click to collapse
Why is everyone too lazy to google?
Thank you to using NSA software
Sent from my GT-I9505G using Tapatalk
BerndHhn said:
Thank you to using NSA software
Sent from my GT-I9505G using Tapatalk
Click to expand...
Click to collapse
Do you have any alternative?

Cant install some Apk files

I can't install some apk files when I pushing NEXT nothing is happening please me..
What apk are you installing?
Sent from my G8142 using XDA-Developers Legacy app
For example Manual Camera apk or camera fv5 and many other apps.
Any ideas?
My only problem is spotify but found a workaround using app cloner at google play. I haven't tried installing camera apk app though.
Sent from my G8142 using XDA-Developers Legacy app
---------- Post added at 01:00 AM ---------- Previous post was at 12:59 AM ----------
Did you turned on install unknown sources?
Sent from my G8142 using XDA-Developers Legacy app
Mangtas_666 said:
My only problem is spotify but found a workaround using app cloner at google play. I haven't tried installing camera apk app though.
Sent from my G8142 using XDA-Developers Legacy app
---------- Post added at 01:00 AM ---------- Previous post was at 12:59 AM ----------
Did you turned on install unknown sources?
Click to expand...
Click to collapse
Yes
No one can help?
Does it shows any errors after pressing next?
Sent from my G8142 using XDA-Developers Legacy app
Are you able to click on "Cancel"? There might be some overlay from another app that is preventing you from clicking "Next"
I know apps like Lux can be the culprit
Mangtas_666 said:
Does it shows any errors after pressing next?
Click to expand...
Click to collapse
No, nothing happening, cancel is working :/
Phat-T said:
Are you able to click on "Cancel"? There might be some overlay from another app that is preventing you from clicking "Next"
I know apps like Lux can be the culprit
Click to expand...
Click to collapse
I read about it and i forced closed all apps but not worked
Last resort would be saving all your data then doing a factory reset.
Sent from my G8142 using XDA-Developers Legacy app
Got the same problem with sony zperia z3plus. Have you solved it? Please
Raiske said:
Got the same problem with sony zperia z3plus. Have you solved it? Please
Click to expand...
Click to collapse
Yes, I changed theme and after problem where solved. Try change Theme.

Viper4Android

Hello,
does anyone know, if there is a working version from Viper4Android? I tried some versions for oreo 8.1, but noone works. Maybe someone has a solution. TWRP & Magisk is installed.
Jaihoidundso said:
Hello,
does anyone know, if there is a working version from Viper4Android? I tried some versions for oreo 8.1, but noone works. Maybe someone has a solution. TWRP & Magisk is installed.
Click to expand...
Click to collapse
Yeah, works perfect, install the Magisk module
Would Viper4Android help with super low volume of headphones? At the moment it's super silent on my OP6
Nickerek said:
Would Viper4Android help with super low volume of headphones? At the moment it's super silent on my OP6
Click to expand...
Click to collapse
Yes it could
After installing the Magisk V4A module, increase your Master gate under V4A option to increase volume.
Nickerek said:
Would Viper4Android help with super low volume of headphones? At the moment it's super silent on my OP6
Click to expand...
Click to collapse
Yes, it definitely will. However, the earphone volume isn't low as is. If you are experiencing super low volumes without any mods, then there could be something wrong with your earphones, or the phone's headphone jack
manasgirdhar said:
Yeah, works perfect, install the Magisk module
Click to expand...
Click to collapse
What settings do you use for V4A and the OP6?
dustintinsley said:
What settings do you use for V4A and the OP6?
Click to expand...
Click to collapse
I don't have a fixed Profile per say, but I have attached the one I am currently using
manasgirdhar said:
I don't have a fixed Profile per say, but I have attached the one I am currently using
Click to expand...
Click to collapse
sorry, maybe I am an idiot. how do I load this?
Thanks. I will try.
Has anyone tried this? I'm ganna look more into it in the morning.
https://www.google.com/amp/s/forum....l-2-xl/help/viper4android-8-1-0-t3711474/amp/
Sent from my [device_name] using XDA-Developers Legacy app
dustintinsley said:
sorry, maybe I am an idiot. how do I load this?
Click to expand...
Click to collapse
On the internal storage there is a Viper4Android folder, create another folder inside that folder, put the profile in said folder, and then load effects in Viper
manasgirdhar said:
On the SD card there is a Viper4Android folder, create another folder inside that folder, put the profile in said folder, and then load effects in Viper
Click to expand...
Click to collapse
Oh lol sd card mybadd
Sent from my [device_name] using XDA-Developers Legacy app
---------- Post added at 05:09 AM ---------- Previous post was at 05:08 AM ----------
manasgirdhar said:
I don't have a fixed Profile per say, but I have attached the one I am currently using
Click to expand...
Click to collapse
How do I use ur xml file?
Sent from my [device_name] using XDA-Developers Legacy app
bradman117 said:
Oh lol sd card mybadd
Sent from my [device_name] using XDA-Developers Legacy app
---------- Post added at 05:09 AM ---------- Previous post was at 05:08 AM ----------
How do I use ur xml file?
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
My bad, when I say SD card, I mean the internal storage, Forgot The OnePlus doesn't have a SD slot, duh
manasgirdhar said:
My bad, when I say SD card, I mean the internal storage, Forgot The OnePlus doesn't have a SD slot, duh
Click to expand...
Click to collapse
Lolzzz
Sent from my [device_name] using XDA-Developers Legacy app
---------- Post added at 05:37 AM ---------- Previous post was at 05:24 AM ----------
Got that xml from first page working, thx!
Sent from my [device_name] using XDA-Developers Legacy app
My processing always says no, what am I doing wrong? Installed the latest magisk module through the app.
bradman117 said:
Lolzzz
Sent from my [device_name] using XDA-Developers Legacy app
---------- Post added at 05:37 AM ---------- Previous post was at 05:24 AM ----------
Got that xml from first page working, thx!
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
Cool, it's a bit heavy on the Bass, hope your earphones can handle it
---------- Post added at 04:25 PM ---------- Previous post was at 04:25 PM ----------
saintxseiya said:
My processing always says no, what am I doing wrong? Installed the latest magisk module through the app.
Click to expand...
Click to collapse
Did you restart the phone after installing, Is the Driver installed, and does Viper have root permissions?
There are two modules in the magisk repo. Which one should I install ?
brainymd said:
There are two modules in the magisk repo. Which one should I install ?
Click to expand...
Click to collapse
The one which says V1.6.9
Jaihoidundso said:
Hello,
does anyone know, if there is a working version from Viper4Android? I tried some versions for oreo 8.1, but noone works. Maybe someone has a solution. TWRP & Magisk is installed.
Click to expand...
Click to collapse
https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651
This worked for me in my Oneplus 6.

Categories

Resources