Recent content by tgascoigne

  1. T

    Post [ROM][AOSP][WIP] Marshmallow 6.0 for Z Ultra

    Fixes for both modem and in call audio here: https://github.com/tg-togari-marshmallow Feel free to merge into this build. Key changes are: Add modem firmware (/system/etc/firmware/modem.*) Replace libaudcal.so (for some reason the one in the qcom vendor dir posted by sony doesn't work)...
  2. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    I would help if i knew what i did to fix it :) it was around the time i switched to the cm11 kernel, if that helps. The sources are all on GitHub, point your developers in that direction
  3. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Haven't looked into it too much, but wouldn't that just cut down on first boot time? Seems like it just runs dexopt/dex2oat ahead of time rather than on first boot, so it probably won't give any performance increase in day to day use.
  4. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Good catch with the omx and wifi bugs Saatvik. I've seen a bunch of bug fixes mentioned by you, blueether, H.E.Pennypacker and others this weekend. When I get back home on Monday I'm gonna look at bringing them all together.
  5. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Would be cool if you could maintain a gpe version of the rom ;)
  6. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    In theory ;) but in practice, not quite. That's how i managed to miss the fact that i had broken it, it wasnt until saatvik did a make clean we realized.
  7. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Haven't looked at it, i'm low on free time lately. I'm away this weekend too so the next chance I'll get will be Monday.
  8. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Good to see :) when was this built? I ask because I managed to break the build at some point in the last day or two and I'm not sure if the fix I committed was correct due to lack of time. If your repos were fully up to date that's great.
  9. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    If you have the fix that'd be helpful, otherwise the prebuilt cm one seems to work best.
  10. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Minor head****: i just used a metal pen on the touch screen and it gives you a cursor. Guess it detects the radius of the input device. http://i.imgur.com/s3wCt5b.png
  11. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    I have some ideas but ive not looked into it. I suspect we just need to pull in the widevine (drm) stuff, and pull in or build from source the openmax hardware video enc/dec stuff. Next on my list is GPS as im travelling this weekend so that would be useful. I'd also like to clear up the...
  12. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Its been a while since I tried the aosp one, but i seem to remember it had issues with signal strength and outgoing calls. I could be wrong, if you have no issues with it then I'll give it another go tonight.
  13. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Youre missing some of the selinux policies for some reason. Try deleting $OUT/boot.img and rebuild
  14. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    I'm not sure. I've only tried it with the stock AOSP camera, but I couldn't see any related options. Perhaps in Google Camera?
  15. T

    Post [ ROM ] [ DEV ] [ Android 5.0.1 ] [ LRX22 ] [Beta 5] Android Open Source Project

    Just pushed up the stuff necessary to get still camera working. It seems alright in the limited testing I've done, but video still isn't working. I think this probably depends on some of the other media related stuff (video playback in certain apps) for the encoding...