Viper4Android working on Lollipop

john0469

New member
Apr 30, 2013
1
0
0
Phone not booting after flashing those files

I flashed those files for viper4android in my phone(Galaxy S2, CM12 - lollipop) in CWM Recovery, but it seems my phone would not boot after flashing it
does anybody has same problem??
 

eddyz

Senior Member
Oct 22, 2008
288
12
0
so i flashed those 3 files. now my play store is giving me an error when downloading new apps or updating old ones. any ideas?
 

totbl

Senior Member
Oct 1, 2014
237
12
0
Hey everyone. Every time I install V4A I lose the ability to call via Hangouts and Facebook. Any ideas? I really love this mod.:D
 

Ricky90

Senior Member
Apr 12, 2013
97
17
0
Pontianak
Mine installed successfully but only working with stock music player, how to make it work with other player. I just upgraded to lollipop. Before upgrading to lollipop, it work fine with other player. Can anyone help me? Thanks in advance
 

srikanth_s

Senior Member
Jul 6, 2012
346
145
0
Bangalore
Mine installed successfully but only working with stock music player, how to make it work with other player. I just upgraded to lollipop. Before upgrading to lollipop, it work fine with other player. Can anyone help me? Thanks in advance
Not sure how it can work only for stock music app. U can try following things, if not tried already.

1. Uninstall the V4A driver. Reboot. Install again. Reboot. See if this work.

2. Is SELinuxMode is set as 'Permissive'? If it Enforcing, Use this root app and change it to Permissive. Repeat Step 1 .
http://forum.xda-developers.com/showthread.php?t=2524485

3. Is NuPlayer playback optionn is disabled in Developer Option? Disable it if is enabled.
 

Ricky90

Senior Member
Apr 12, 2013
97
17
0
Pontianak
Not sure how it can work only for stock music app. U can try following things, if not tried already.

1. Uninstall the V4A driver. Reboot. Install again. Reboot. See if this work.

2. Is SELinuxMode is set as 'Permissive'? If it Enforcing, Use this root app and change it to Permissive. Repeat Step 1 .
http://forum.xda-developers.com/showthread.php?t=2524485

3. Is NuPlayer playback optionn is disabled in Developer Option? Disable it if is enabled.
Thank you for your help, but I already fixed by deleting deep buffer section in the audio policy.conf
For information my system is lollipop. So if anyone have this problem too maybe can give it a try
[emoji4]
 
  • Like
Reactions: srikanth_s

astrall

Senior Member
Jan 12, 2011
578
124
0
Just run this on terminal, be sure you are using SuperSU as root, to enable viper4a on enforcing system. This will stick on boot and will survive rom updates.

su
mount*-o rw,remount /system
cd /system/su.d
echo '#! /system/bin/sh' > 50viper.sh
echo '/system/xbin/supolicy --live "allow mediaserver mediaserver_tmpfs:file { read write execute };"' >> 50viper.sh
chown root.root 50viper.sh
chmod 755 50viper.sh
cd /
mount*-o ro,remount /system
exit

Sent from my A0001 using Tapatalk
 

nekju

Member
Oct 29, 2014
12
0
0
I've got Sony Xperia M4 Aqua 2303 - stock Lollipop, rooted, TWRP Recovery.

I have installed busybox pro, SELinux Mode set to permissive (by SELinuxModeChanger) and newest version of Viper4Android (installed in recovery). I have also version from market.

And my problem is that ask prompt occurs every time I'm opening V4A app, I'm picking Yes>hugh quality>it show that it's installed and want me to reboot. After reboot the same prompt occurs - install driver :/

I've changed tunnel decode, ipa.decode and ipa.use to false.

Am I doing something wrong?

I can't find solution for this problem.