ColumnizeSettings
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Description
This Xposed module turns your Settings into columns instead of a list.
There's also a config app where you can change e.g. the text size. This is useful if your texts are too long and get cut off (due to differences in languages or screen size), please use it.
Tested on CyanogenMod 12.1 and 13.
Let me know if it works on other versions, too, and if there are any bugs.
Does not work with AOSP 6.0, probably 5.0/5.1 too.
Requirements
- Xposed Framework
- Android 5.0 (API 20) or above
Source
Coming soon...
Download
http://repo.xposed.info/module/com.firefly1337.xposed.columnizesettings
Doesn't work for me on Nexus 5 with last AOSP 6.0.1
@BreckZeBoulay
Thank you for your feedback.
I will have a look at it in the next few days.
Are there any error messages in the Xposed log?
Firefly1337 said:
Are there any error messages in the Xposed log?
Click to expand...
Click to collapse
see attachments and which modules I have
@BreckZeBoulay
Thank you.
It crashes because it couldn't find the layout file which is responsible for the font size. Apparently there were some changes in Marshmallow.
I pushed a new version that avoids the crash, but changing the font size is not possible at the moment (only if it's crashing).
I'll work out a solution in the next few days.
Firefly1337 said:
I pushed a new version that avoids the crash, but changing the font size is not possible at the moment (only if it's crashing).
Click to expand...
Click to collapse
No change with the new version, log attached
@BreckZeBoulay
No crashes in log, that's expected.
Then it probably doesn't work for Marshmallow - for now.
I'm still on Lollipop but I'll flash Marshmallow in the next few days to find a solution. Will report back.
Not working on Samsung J5 android 5.1.1 (as i expected.)
cant wait for 6.0.1 support
so much space wasted on my n6p. guess i could easily fit 3 columns in landscape
Thanks working fine here on cm12.1.. Btw cannot see ur screenshot u uploaded in OP
Not working on Android 5.0
@Huccha
Could you be a little more specific? What ROM are you using?
If you're using some heavily modified ROM like Samsung TouchWiz, it probably won't work.
It basically only works if your ROM / Settings uses the following value in Settings.apk\res\values\integers.xml:
Code:
<integer name="dashboard_num_columns">1</integer>
If changing this value doesn't have any effect, I can't do anything.
Firefly1337 said:
@Huccha
Could you be a little more specific? What ROM are you using?
If you're using some heavily modified ROM like Samsung TouchWiz, it probably won't work.
It basically only works if your ROM / Settings uses the following value in Settings.apk\res\values\integers.xml:
Code:
<integer name="dashboard_num_columns">1</integer>
If changing this value doesn't have any effect, I can't do anything.
Click to expand...
Click to collapse
I am using micromax canvas spark q380 with lollipop 5.0 AOSP rom.
working good on cm12.1
Yesterday and just now I tested it on AOSP 6.0 but I can't get it to work.
There are still some bugs coming from Xposed itself due to e.g. SELinux, but despite that it should work.
The integer value "dashboard_num_columns" exists and although changing it manually in the Settings.apk does work, changing it via Xposed doesn't and I don't know why. There are no error messages, the code is being executed but it has no effect.
On Lollipop the following works:
Code:
resparam.res.setReplacement("com.android.settings:integer/dashboard_num_columns", number);
On Marshmallow it doesn't.
The culprit is not the value itself but the replacement procedure. I tried it with different fields and it didn't work, too.
Maybe some Dev with Xposed MM experience can give me some insight.
An option to no columnize settings with toogles (Wifi & BT) would be dope!
On CyanogenMod 13 it works like a charm, see attached screenshot.
I tried for hours now to get it to work on AOSP 6.0 but I think it's Xposed related (probably due to SELinux strict). No matter what field I'm trying to replace, Xposed doesn't find it (NotFoundException). Maybe this will be fixed in v81 but for now it seems like this mod is CM only.
cool this module, work fine with my S5 4G+ in 12.1
great module,works and looks awesome on my Galaxy A5 with AICP rom (Android 6.0.1).
--SIGNATURE--
Not working on RR MM Bacon (OPO)
Changing the column number doesnt do anything.
Im guessing this is already mentioned (cm13 works, aosp doesnt work), but i really dont have any idea about cm/aosp/caf/etc
But if aicp works doesnt that indicate it works on aosp based roms? im confused but if it's a hassle to explain you dont need to answer me and just consider this a report. Thanks for your work!
Related
Host machine:
BBQLinux
Linux-3.19.2-1-ARCH-x86_64-with-glibc2.2.5
Intel i5-2500K @ 4.5 GHz
8GB RAM
256 GB SSD
Completely clean build (make clobber), no CCACHE.
Build is full -O2 optimized, using stock toolchains (In future i will do -O3 with SaberMod).
Using OpenJDK 7 (will move to Oracle).
Removed product check from update-script - work with both "hammerhead" and "hammerheadcaf" TWRP.
This is "hammerheadcaf" build.
Download:
Dev-Host
Warning: TWRP can show "No OS Instaleld" before reboot, you can ignore this.
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
reserved
I'll give a shot once i go home to compare it against stock.
I am on TWRP 2.8.5.2
Are gapps included or which gapps recommended.
I am on cm12 unofficial caf with hhz12d bootloader and twrp 2.8.5.2 will this 12.1 caf flash without issues?
Is this the same as myfluxi's hammerheadcaf build? Any kernel changelogs? Or pulled on the same cm repo as myfluxi's? I want to give it a try, please provide some details.
happiness4u said:
Is this the same as myfluxi's hammerheadcaf build? Any kernel changelogs? Or pulled on the same cm repo as myfluxi's? I want to give it a try, please provide some details.
Click to expand...
Click to collapse
Just stock CM 12.1 hammerheadcaf, compiled with -O2.
Snoop05 said:
Just stock CM 12.1 hammerheadcaf, compiled with -O2.
Click to expand...
Click to collapse
Nice. Does it also have the lift to wake function?
happiness4u said:
Nice. Does it also have the lift to wake function?
Click to expand...
Click to collapse
You mean ambient display? If i turn it off, put display side on table, then take it - screen goes on.
For any function, check CM gerrit.
Snoop05 said:
You mean ambient display? If i turn it off, put display side on table, then take it - screen goes on.
For any function, check CM gerrit.
Click to expand...
Click to collapse
Very nice. I'm gonna try it in a while. Hope you could maintain updating this build, as myfluxi's return for 12.1-caf is indefinite 'cuz his device was broken. +1
Wow! Just wow! Just tried your rom. I was surprised it was smooth and very responsive! But same issues as myfluxi's CM12.1-caf build, the volume button to skip track ain't working when ambient display is on while screen is locked and some minimal FC's with settings app, but very tolerable. I'm just missing something, I'm using GoogleCamera as my default camera, and it's missing the HDR+ function. Maybe it's because of my Gapps (Original PA Gapps 5.1). I have hdr on my CM12-caf with PA Gapps 5.0. If you have HDR working, kindly share what Gapps package do u use. +1
The ROM is snappier and faster, not bad for 1st build. No FC or any errors while testing and making phone calls.
Few things that i found:
Stock Camera app has more options like panoramic, sphere. etc.
the camera app with this Rom has only: camera and video
I am not that crazy about CM bootanimation... just saying
The major problem is that i couldnt flash Gapps from CM12.1, i was getting error about updater-script in TWRP. i downloaded the latest gapps-L-4-15-15.zip
So now i had to go back to stock
nook'r said:
The ROM is snappier and faster, not bad for 1st build. No FC or any errors while testing and making phone calls.
Few things that i found:
Stock Camera app has more options like panoramic, sphere. etc.
the camera app with this Rom has only: camera and video
I am not that crazy about CM bootanimation... just saying
The major problem is that i couldnt flash Gapps from CM12.1, i was getting error about updater-script in TWRP. i downloaded the latest gapps-L-4-15-15.zip
So now i had to go back to stock
Click to expand...
Click to collapse
I used BaNkS GAPPS from euroskank.
gapps-L-4-9-15.zip - this one worked for me without problems. Im uploading it, so check the download link on devhost.
EDIT: happiness4u, HDR+ works
Got it up and running, dirty flashed over cm 12 unofficial, no issues everything looks good thanks for your efforts.
Edit.. Two minor issues, had the "no service" graphic glitch a couple times, seemed like rebooting was a toggle for the graphic, had the empty triangle, rebooted, had the LTE graphic, rebooted again and had the empty triangle... and so on, never any signal problem though.
Second minor thing was supersu (2.4.6) said it needed a binary update but couldn't update, assuming because there is no update for 2.4.6 , solution was to reflash 2.4.6 zip.
Thank you , for sharing your work. Looking forward to more CAF goodness.
We finally did it!
With the help of a guy called alexax66 we ported
CM14.1 to A310f.
There are major bugs like no simple card detected etc.
To get through the setup wizard, skip WiFi and then add once you are in system!
You can root the device by flashing supersu.
DOWNLOAD: https://drive.google.com/drive/folders/0B6vI9V6s4jvbZlUyb0JCanJXcTg?usp=sharing DOWNLOAD the 2 files, flash the rom, (it has bigger size) and then the Patch!
This is not a port sorry. It is an unofficial build.
I tried it yesterday and it's really nice, but got RIL problems.
Made by alexax66 on 4PDA.ru according to the updater-script.
Removed SIM and inserted again, but on reboot it was gone.
Flashed gapps and got playstore working. Havn't tried anything else as I had to flash back to working rom.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some snippets from catlog
tys0n said:
I tried it yesterday and it's really nice, but got RIL problems.
Made by alexax66 on 4PDA.ru according to the updater-script.
Removed SIM and inserted again, but on reboot it was gone.
Flashed gapps and got playstore working. Havn't tried anything else as I had to flash back to working rom.
View attachment 4068795 View attachment 4068794
Click to expand...
Click to collapse
Yes this is the big problem, no sim card detected.
But this rom is awsome, for exemple we have 8 cores activate and the benchmark score is very good
Hey @DasNuddel can you use this to make one for A510?
I've Found two new bug :
The touch sensors remain backlight when you touch the screen (I don't know if it's a bug but for the batterie...)
the voice recorder slows down the sound when played back.
the rom works great, I could do more testing when the sim card bug is corrected
sakat49 said:
I've Found two new bug :
The touch sensors remain backlight when you touch the screen (I don't know if it's a bug but for the batterie...)
the voice recorder slows down the sound when played back.
the rom works great, I could do more testing when the sim card bug is corrected
Click to expand...
Click to collapse
Thanks for seeking for new bugs.
sakat49 said:
I've Found two new bug :
The touch sensors remain backlight when you touch the screen (I don't know if it's a bug but for the batterie...)
the voice recorder slows down the sound when played back.
the rom works great, I could do more testing when the sim card bug is corrected
Click to expand...
Click to collapse
Button backlight? Can be turned off in settings.
tapatalked from my A310F
Excellent work! Can you commit your branch for this to GitHub so devs can lend a hand?
It looks more like a port from J7 lineage. It's made but a russian guy over at 4pda but I haven't seen any thread or sources.
tapatalked from my A310F
I'll port a new lineage os.. like the ril is kinda boring.
EmpireIsHere said:
I'll port a new lineage os.. like the ril is kinda boring.
Click to expand...
Click to collapse
Good luck then.
It may be impossible to make it fully working without building from sources, and not even that is a guarantee to get ril working without bugs.
tapatalked from my A310F
thread closed... it is now in android development
How did u do it?
I trying to get a working cm14 running on my a5 A520F. Kernel source and platform.tar is released.
I am need help, for setting up a device tree that is the main problem.
Hope someone can help me with the A5 2017 port to cm 14.
bassbounce said:
How did u do it?
I trying to get a working cm14 running on my a5 A520F. Kernel source and platform.tar is released.
I am need help, for setting up a device tree that is the main problem.
Hope someone can help me with the A5 2017 port to cm 14.
Click to expand...
Click to collapse
you'll be better if you'll pm me
Now closed.
Do not reply anymore.
Ertogrul said:
Hey @DasNuddel can you use this to make one for A510?
Click to expand...
Click to collapse
I can try it, but its not Safe.
Best Regards
DasNuddel
Out of all people you should know how desperate some of us are for a stock android rom, dear @DasNuddel. I could be a tester for you, or any kind of helper for that matter.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Descendant is a customised Android ROM that focuses on enhancing UX and UI
over stock Android along useful features.
Downloads
Head to the download page.
Sources
Github
Same as any ROM.
Do the necessary wipes and flash the ROM.
No wipes are needed between updates from Descendant itself, unless specified.
If you're having problem with SafetyNet, please, install Magisk along the following modules:
SafetyPatcher, Magisk Hide Props or similar modules.
But please, mind, we won't support any issue arising from Magisk nor relative modules.
Listing all the additions would be a huge wall of text, that you wouldn't even read.
So, head over the Telegram group and feel free to lurk.
Preloaded applications
Google Apps are included along Kiwi Browser and Metro.
Having a bug or not booting for whatever reason?
Look for "How to report bugs" on this post.
Bug reports without logs will be ignored.
@phhusson | @Letzen | @krule031 | @ezio84 | @linuxct
Android OS version: 11.0.0_r20
Security patch level: August
XDA:DevDB Information
Descendant XI, ROM for the Xiaomi Mi 10i
Contributors
Yasin
ROM OS Version: Android 11
ROM Kernel Source: https://github.com/Sap1k/kernel_xiaomi_gauguin
Based On: AOSP
Version Information
Status: Stable
Created 2021-07-16
I've tried this ROM for a few days, and so far everything is working.
And I have to say, that this is one of the most beautiful ROMs that i've tried.
I just installed the rom and saw that my mobile network is not working
Antinon1234567 said:
I just installed the rom and saw that my mobile network is not working
Click to expand...
Click to collapse
Ah yes, that's normal, go to your internet settings, and add your APN
Search in google your ISP followed of "APN" and your country, set it up, and it should work.
AnibalSP said:
Ah yes, that's normal, go to your internet settings, and add your APN
Search in google your ISP followed of "APN" and your country, set it up, and it should work.
Click to expand...
Click to collapse
Thanks so much now my mobile data is working
RJust installed and everything seems to work fine. Nice interface with useful things like double tap to lock, I love it, and the additional lock screen page is very useful. Looks very good
I'm still using this rom, it's great, it enters through the eyes and also works smoothly and without any errors that you have noticed. I just need the game mode and change the desktop font color to black. Big
miGoogle translate does what it wants but I hope it will be understood. In short I am tremendously grateful to the team of this rom.
Security patch from December? Last year??
The rom is awesome I use it for it for a week.
UI is one of the better side , smoothness... There is no need for AnTuTu ... You literally feel it..
I use two sim card ,and maybe Is that's my problem with battery..
I try everything but..
I will wait for next update and definitely come back.
New Update is UP!!!!!
check it out here:- https://downloads.descendant.me/
Rafsf said:
miGoogle translate does what it wants but I hope it will be understood. In short I am tremendously grateful to the team of this rom.
Click to expand...
Click to collapse
tze_vitamin said:
The rom is awesome I use it for it for a week.
UI is one of the better side , smoothness... There is no need for AnTuTu ... You literally feel it..
I use two sim card ,and maybe Is that's my problem with battery..
I try everything but..
I will wait for next update and definitely come back.
Click to expand...
Click to collapse
<3
Princ87 said:
<3
Click to expand...
Click to collapse
what about battery , it was bad for me on previous realize, half day with a two sim...
tze_vitamin said:
what about battery , it was bad for me on previous realize, half day with a two sim...
Click to expand...
Click to collapse
No idea battery backup fine af here
Got a full day battery without any issues
Thanks a lot for this fantastic ROM!!!
is this ROM alive? what is the latest update?
What ia last update? Security patch?
Can't find a gauguin rom in download page ???
They destroy such good ROM. No more updates..
As a disclaimer: I do not own the sources/rights from Mokee rom dev team and its actual mantainer so in case is needed they have the right to down this post.
I`m not responsible for any nuclear explosion/dead devices/bricked/etc...,any modding you do is up to you.
As a lot of you know this device was born dead, the only possible way to get an actual android version was by installing CN rom or selling the device and get another, well, senior devs from china work very hard to get newer android versions ported to a lot of devices, as in this case MR Yang Cyborg has been pulling out some really impressive work.
This is my install/review doc from him/her/their rom version for this our NX609J.
ANDROID 9
REQUIREMENTS:
----A fully functional NX609J
----A windows/linux/macos device
INSTALL METHOD:
----Be in stock global rom, configure the device and program the fingerprint sensor, then delete the fingerprint and screen lock ,doing this avoids a bug when inside mokee you may not fingerprint
----Unlock bootloader and flash TWRP
----Boot into TWRP, flash Data, Dalvik and cache
----Flash mokee and gapps, in my case i use nikgapps
----Reboot into system
REVIEW (USED FOR 2-3 WEEKS, CLEAN FLASH UPDATED FROM RELEASE TO HISTORY)
As i get into my first impressions on the rom, i feel immediately the improvement from stock global and stock CN, every option works, no app bugs and seems to be fully stable but every day almost consistently i get a system reboot , believe is due to some watchdogs inside the system but it does not affect daily use, every bank app that i used works flawlessly, games, everything works.
The only downside is the random reboot, aside from that the rom is at least for me, perfect.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LINKS:
OFFICIAL LINK TO OFFICIAL MOKEE SITE(AVOID DOWNLOADING FROM THIRD PARTY): MOKEE
OFFICIAL LINK TO OFFICIAL TWRP SITE(AVOID DOWNLOADING FROM THIRD PARTY): https://dl.twrp.me/nx609j/
UNLOCKING BOOTLOADER: https://forum.xda-developers.com/t/gapps-on-cn-rom-3-26-pie-9-0-and-root-cn-and-omni.4106623/
ANDROID 10:
As 06/06/2021 with release 210730 the rom is pretty solid,but there are some bugs, especially the camera does not work at all, aside from it everything installs and run perfectly, any app that tries to use the app will FC.
When update comes out i`ll post about it .
@WizBennyBenn what about selinux? is it still permissive?
Can confirm camera doesn't work on the android 10 version :<
Does anybody tried with gcam? Are the camera2 APIs enabled on Mokee?
Raygen said:
Can confirm camera doesn't work on the android 10 version :<
Does anybody tried with gcam? Are the camera2 APIs enabled on Mokee?
Click to expand...
Click to collapse
it was long ago i had tried mokee. Can you confirm that on official version the dual sim is working or not?
Raygen said:
Can confirm camera doesn't work on the android 10 version :<
Does anybody tried with gcam? Are the camera2 APIs enabled on Mokee?
Click to expand...
Click to collapse
It works,not as expected some times but it works.
methuselah said:
it was long ago i had tried mokee. Can you confirm that on official version the dual sim is working or not?
Click to expand...
Click to collapse
Dual sim i can not assure,my device only has one sim slot.
Hi.
For people that are unaware some LG phones have almost and even no custom roms at all, that is the case with the G8x which is a shame for such a great phone,
fortunately something called Generic System Image (GSI) exists, it is a way for to get a custom rom with basic functionality for a wide range of devices.
I love the Quad Dac, it is one of the main features of a flagship LG phone, unfortunately it almost no developer owns an LG phone anymore so nobody is fixing it on GSI roms.
fortunately i found a kinda dirty way to fix it.
there are quite a few steps, so please be careful and pay attention:
1) On a stock (i used a11 iirc) rom Flash crDroid, other roms may or may not work
2) Flash TWRP and reboot to recovery
3) Flash your favorite GSI, i used crDroid 9.1
4) Flash Magisk, Flash Disable_Dm-Verity_ForceEncrypt if you dont want your data encrypted
5) on the magisk app flash LG-G8X-hifi-quad-dac-fix-GSI.zip
6) Reboot your device and a new "Quad Dac unavailable" icon should appear on the status bar edit
7) Plug in your headphones, touch it and enjoy!
Bonus* Hold the icon to enter the app and modify some stuff
Bonus 2* DP Should work, idk if Dual Screen works since i dont own one
Bonus 3* AOD also should work.
Just to clarify, i didnt develop neither the app, the files or the scripts, this was based on Fasheng's job,
the files were replaced from Lineage 19.1, i just put everything together so if something doesnt work
i may not be able to fix it.
Also, this may work on other LG devices (like G8, G8S, V50, V50s, etc) if you provide a rom for it.
you can use stock rom as a base but this may not work for you.
Changelog:
1.0.0 - Initial Release
1.0.1 - Removed incorrect steps on the description and readme
Enjoy your music!
Credits
@Fasheng (Scripting)
@lefttobleed (Lineage Rom)
@Cheese-ass (crDroid)
how you flash gsi roms, can you send me a noob guide? and files you use (recoverys any other zips?
Hello, thanks for the contribution, I got mine too work on my g8x. I was wondering if you could maybe share the APK as well. Mine only toggles on and off but won't launch the app.
THUNDERWAKE said:
Hello, thanks for the contribution, I got mine too work on my g8x. I was wondering if you could maybe share the APK as well. Mine only toggles on and off but won't launch the app.
Click to expand...
Click to collapse
there you have it, idk why it doesnt launch unfortunately, hopefully it works as a normal app
Alecsto said:
how you flash gsi roms, can you send me a noob guide? and files you use (recoverys any other zips?
Click to expand...
Click to collapse
i did it with TWRP, in order for the DAC to work you need to flash crDroid zip for this device as a normal and then you flash your preferred GSI.
There are plenty of guides on the internet for flashing a GSI, i can give you this one but any should work.
https://www.xda-developers.com/flash-generic-system-image-project-treble-device/
Thank you Senpai! (≧▽≦). You are a MAN among men.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
((Player)) said:
there you have it, idk why it doesnt launch unfortunately, hopefully it works as a normal app
Click to expand...
Click to collapse
thanks
For Any Fellow Audiophiles, I was also able to install Viper4droid Too. I just disabled & unistalled AudioFX, and installed the APK in the link.
System:
LG G8X - LMG850
CrDroid 7.4 - Android 11
See the link below, Credit to :RyanCr7
[APP] [FIX] 100% working Viper4Android for Android 10-11-12 devices
If you are someone like me who encountered countless problems while installing Viper4Android on your Android 10 or 11 device and have no idea what to do then you are in the right place. Just download and install the apk from the attachment below...
forum.xda-developers.com