whoshotjr2006
Android Enthusiast
Just checked & I can't seem to find the file, the only thing I see in there is the manual.
http://androidforums.com/resources/cm-13-beta.219/
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just checked & I can't seem to find the file, the only thing I see in there is the manual.
No permission to view this???
Getting the same.No permission to view this???
I'm redirecting you to the latest one which shows cm-13.0-20160421-UNOFFICIAL-x5.zipGetting the same.
Sorry guys, I uploaded it here in resources thinking everything was cool. It says it's waiting to be verified, guess I won't use Android forums to host my files from now on since I have to jump through hurdles just to get files to you guys.
I'm away from my computer so I can't upload to androidfilehost at the moment but I'll get it up tomorrow. Check back at that resources link, hopefully they get it approved quicker than not.
Damn that was quick! Beat me to figuring it out. Does this new build also include OTG support?
https://www.androidfilehost.com/?fid=24499762636008036
there we go guys, teamviewer to the rescue.
not yet but i can add it in from what you posted in your thread to see if it works.
Please if you can, I'd appreciate it.
Any reasons why I shouldn't install SuperSU at this point? I saw some posts mentioning issues. Also is unified storage working?
Yay! Testing it out, I'll try and create logcats if I encounter any issues. I know you wanted it for the choppy videos on YouTube so I'll try and see what I can do with my other volt. Thanks a lot!https://www.androidfilehost.com/?fid=24499762636008036
there we go guys, teamviewer to the rescue.
not yet but i can add it in from what you posted in your thread to see if it works.
Much appreciated my friend. I can test on my extra volt anytime you need me too, I'm no dev but I'd love to help. Thanks a lot for all the work you and all the other devs do! Much love! [emoji1]just to show you guys what goes into the little things in this rom, i had to sit and figure out the exact pieces needed to get the baseband from a random modem file. the following is now the contents of init.qcom.ril.sh in our local x5 repo:
#!/system/bin/sh
export PATH=/system/xbin:$PATH
setprop gsm.version.baseband `strings -n 25 /firmware/image/modem.b21 | grep -E -o 'MPSS.DI.*\w' | head -1| cut -d "_" -f-1`
i had to run strings on modem.b21, and then figure out the regex (or whatever you wanna call it in this case) to display our baseband. about an hour spent messing with things until i got it right. all to output this: "MPSS.DI.2.0.1.c1-00003-M8926DAAAANAZM-1" or whichever matching string for the modem version you are on. i should have just cheated and assumed you were all on zv6 prior to flashing cm13, lol i could have just hardcoded it and called it a day.
im rebuilding now, hopefully it works. i have to also reflash my volt since this is the 2nd time im getting hit with the rebooting twrp 3 problem. gonna have to look into that one too.
Yes. I made a guide for us. Check it out and please leave feedback.Has anyone tried Viper4Android on this ROM yet?
Daily driver in a couple of days maybe?video camera recording fixed, may also help the choppyness of videos, only testing will tell. all commits were to android_device_lge_x5 branch master and vendor_lge_x5 branch cm-13.0
so that leaves button backlights, nfc, possibly cleanup and make ril more functional and video choppyness. we are getting closer guys.
Daily driver in a couple of days maybe?
NFC and the video choppyness will make it my daily. I'm probably going to move into it in a little after I research some stuff about CM 13. Thanks man! Loving the hard work you're putting in.hopefully, actually it could probably be now for some depending on how you use it. im on a mission to get this done so im throwing everything i have at getting things working.
Thank you.Yes. I made a guide for us. Check it out and please leave feedback.
http://androidforums.com/threads/gu...-other-mm-roms-w-all-necessary-files.1023462/
i have to also reflash my volt since this is the 2nd time im getting hit with the rebooting twrp 3 problem. gonna have to look into that one too.
# First download a copy of TWRP v2.8.7.0 from bad_mofo https://www.androidfilehost.com/?fid=24052804347771339
# Connect your boot looping LG VOLT and adb push the resulting downloaded img file to somewhere in the LG Volt like so. /sdcard/Download should be a safe place.
adb push twrp_2.8.7.0_volt.img /sdcard/Download
# Then open a shell and dd copy the img to the correct recovery partition.
adb shell
# Verify the correct recovery partition by listing all possible partitions.
ls -l /dev/block/platform/msm_sdcc.1/by-name/
# Should be recovery -> /dev/block/mmcblk0p17
# Then dd clone the TWRP img in place
dd if=/sdcard/Download/twrp_2.8.7.0_volt-LOLLIPOP.img of=/dev/block/mmcblk0p
17
# Wait for completion and then type the command.
reboot
# It should reboot into the older TWRP v2.8.7.0 from here you can ask it to continue booting to the system or flash something else if you want.
Unified storage from what i could see was willing to work, i just dont have a spare sd card handy to test it out at the moment. let us know if you decide to test it and what happens