Search results

  1. M

    Post Paranoid Android 7.3.1 for the X722 ELITE ZL0

    https://forum.xda-developers.com/le-pro3/leeco-le-pro-3-elite-model-x722-guides-development--and-mods/twrp-recovery-multi-tool-zl0-lex722-t3702703
  2. M

    Post AICP 12.1 for LEX722

    i have yet to test them myself but my favourites are lineageos and aicp i dont develop them i just build them for x722 some are easier to build (lineage & aicp) and some are a pain in the ass (aospx) i hope in the future there will be support for zl0 also and not only zl1 until then we have to...
  3. M

    Post AICP 12.1 for LEX722

    Unfortunately there are no official support for the x722. What i have done is compiling from source with modifications to make it work on x722. There are no nighties nor ota update for the rom just if i decide to build again. This rom is for x722, i flashed it on mine and it is working well and...
  4. M

    Thread AICP 12.1 for LEX722

    AICP Android Ice Cold Project AICP is known by everyone as the "Ice Cold Project" that started on a Desire HD years ago (2012) and since then evolved into a mature ROM with the BEST community you can find!!! Until Lollipop, the Rom has always been based on AOKP. Unfortunately, since AOKP...
  5. M

    Post AOSP EXTENDED 4.6 for LEX722 compiled from source

    BlackScreen Kernel for the release: https://drive.google.com/open?id=1WVIdSlqaTYYumGR8Bl1G7TRdCoGMKe7K
  6. M

    Post AOSP EXTENDED 4.6 for LEX722 compiled from source

    rom is based on: github.com/AospExtended/manifest.git -b 7.x android version: 7.1.2
  7. M

    Thread AOSP EXTENDED 4.6 for LEX722 compiled from source

    What is working: Boots :) Camera Fingerprint Dual Sim I didnt have much time to test it :p Flash with TWRP https://drive.google.com/open?id=1CNMC_ty7NP8MeIs8sE4EL7lKkEBO7QEQ
  8. M

    Post Le Pro 3 Elite (X722) Lineage OS

    los15 is still under development, i would recommend using los14 instead
  9. M

    Post Le Pro 3 Elite (X722) Lineage OS

    sry guys i uploaded the wrong file earlier, here is the working los15: https://drive.google.com/open?id=1kWGy5k8V3K3DF9s8LG64E5HPvyVSx5ee
  10. M

    Post Le Pro 3 Elite (X722) Lineage OS

    after adding these files my camera was working: vendor/lib/libSonyIMX298_ofilm_ak_PdafLibrary.so vendor/lib/libSonyIMX298_ofilm_PdafLibrary.so vendor/lib/libSonyIMX298_truly_ak_PdafLibrary.so vendor/lib/libactuator_ak7371.so vendor/lib/libactuator_bu63165.so vendor/lib/libactuator_bu64297.so...
  11. M

    Post Paranoid Android 7.3.1 for the X722 ELITE ZL0

    im using this: https://github.com/LineageOS/android_kernel_leeco_msm8996
  12. M

    Post Paranoid Android 7.3.1 for the X722 ELITE ZL0

    you dont have to edit the kernel source, my mistake problem is solved by copying missing vendor files to the rom: etc/camera/* vendor/lib/*298* vendor/lib/libactuator_*
  13. M

    Post Le Pro 3 Elite (X722) Lineage OS

    you dont have to edit source code, that was me thinking it fixed the camera in reality just some vendor files were missing and after copying it to the rom camera is working have a look in: /etc/camera /vendor/lib ---------- Post added at 09:18 PM ---------- Previous post was at 09:07 PM...
  14. M

    Post Paranoid Android 7.3.1 for the X722 ELITE ZL0

    this zip is los14.1 compiled yesterday and not paranoid android with this build both my cameras work but cant say if it will for you depends on the sensors you have mine looks like (cat /proc/camerainfo from adb shell): CAMERA_0 info module id: 0006 sensor id: 0298...
  15. M

    Post Le Pro 3 Elite (X722) Lineage OS

    do a "cat /proc/camerainfo" on a working rom to find out which sensors you have mine looks like: CAMERA_0 info module id: 0006 sensor id: 0298 sensor name: imx298_ofilm_ak eeprom name: sony_imx298 actuator name: ak7371 ois name...
  16. M

    Post Why camera don't works on andriod 7.1 ?

    my phone has manufacture date 2017.03 and my cam never worked with los 14 or 15 looks like my sensor reports its name as imx298_ofilm_ak and the current source code does not support it yours should be fine its not a source problem, if you copy the neccessary vendor files camera should work have...
  17. M

    Post Why camera don't works on andriod 7.1 ?

    i have a lex722 and had also the problem with camera not working do "cat /proc/camerainfo" in adb shell on a working rom to see what kind of sensor you have in my case it is: CAMERA_0 info module id: 0006 sensor id: 0298 sensor name: imx298_ofilm_ak eeprom...
  18. M

    Post Paranoid Android 7.3.1 for the X722 ELITE ZL0

    my camera was also not working with all custom roms i tried including the one from this thread but finally i got it working on los 14.1, check out my post: https://forum.xda-developers.com/showpost.php?p=74715111&postcount=90 maybe my solution will also work for paranoid but only if you compile...
  19. M

    Post Le Pro 3 Elite (X722) Lineage OS

    for people who had problems with the camera, i got it working for los14.1 you can download here: https://drive.google.com/open?id=18f1iExisOFjuC4cyszRh-RLRVIC3WjLH compiled from source with some modifications didnt touch build.prop file, maybe check it before installing but it will work even if...
  20. M

    Post Le Pro 3 Elite (X722) Lineage OS

    did someone try to update the firmware from LE_ZL0_LEX722-CN-FN-WIXCNFN5902607031S-5.9.026S? im talking about the firmware located in folder firmware-update (and not the os) in the updater-script you will find the section after os update: # ---- radio update tasks ---- ui_print("Patching...
  21. M

    Post Le Pro 3 Elite (X722) Lineage OS

    los15 on x722 hi everyone, just wanted you to know how i got los15 running on my x722. downloaded lineage-15.0-20171104-UNOFFICIAL-zl1.zip extracted system.img and copied missing/different files from /etc/firmware (from my twrp backup, shop rom 5.8 20s i think) to /etc/firmware and...