-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry i am dum pls guide #4
Comments
It looks like you are trying to use this preset in ViPER4Android 2.7? Try to open a terminal (e.g. Termux) session and input following commands: termux-setup-storage # Setup storage permissions for Termux
cd /sdcard/ViPER4Android
for prf in Profile/*; do
prfname="${prf%.prf}"
mkdir -p "$prfname"
sh tools/prf2xml.sh "$prf" > "$prfname/com.vipercn.viper4android_v2.headset.xml"
cp "$prfname/com.vipercn.viper4android_v2.headset.xml" "$prfname/com.vipercn.viper4android_v2.bluetooth.xml"
done It will convert prf format to old xml format. Then you can re-flash ViPER4Android modules, which convert old xml presets to new format. |
Or waiting for my update (convert prf to old xml) for a while. |
Hi, I have released a new version and you can check it out now. |
Thanks but viper4android crashes when loading the preset maybe it my device problem but thanks btw |
I think it is just because of my DDC hacks, you can try deleting all the DDC items (which name contains ddc) in the XML file, and try again. |
Still ain't working but kernel is working it's pretty good |
I recently download viper4android can you GUIDE me how to use this present to android i can use kernel but what about other settings
The text was updated successfully, but these errors were encountered: