Recent content by djeman

  1. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    MR207 Now I know why the gpt is corrupt : [ 2.209381] [c1] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.209381] [c1] GPT:15253503 != 15269887 [ 2.209411] [c1] GPT:Alternate GPT header not at the end of the disk. [ 2.209411] [c1] GPT:15253503 != 15269887 [...
  2. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    PuYaU Yes for now ... but you cannot format a partition to f2fs. The encryption on los15.1 have a little difference the footer reseved space is allocated automatically by the framework so the option to reserve space is useless. For this reason mkfs.f2fs can't reserve 16KB at the end of the...
  3. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    Encryption fully working on the latest rom and some bad denials from selinux removed :) sm-j320fn => lineage-14.1-20200125-UNOFFICIAL-j3xnlte.zip sm-j320f/g/m => lineage-14.1-20200125-UNOFFICIAL-j3xlte.zip
  4. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    There is maybe a big problem with encryption so it's not a good idea to try it now, I need to verify all ... A sim not detected problem on the j320f. I will check all and also I found 2 selinux denied, one on at_distributor and one other on the audioserver :x 01-20 17:14:57.656 3291 3291 W...
  5. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    Yip, I changed one or two things to get the encryption works ... not fully tested, I don't want to crypt my phone. https://github.com/djeman/android_device_samsung_sharkls-common/commit/06a6ca6260caefd95c30836b31cbd3acb22ecf02...
  6. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    Sry but I don't understand what you cant to say with "an automated auto clicker". So it's definitely not possible to use an old gpu driver on oreo and sup. I think the only solution is to port the sprd adf (atomic display framework) driver to replace the framebuffer driver and after maybe we...
  7. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    I tried all things possible on the hwcomposer and gralloc, tried a lot of versions to finally create my version ^^ The problem is not here it's a really inside the mali driver. The new release to test latest gralloc modifications : lineage-14.1-20200104-UNOFFICIAL-j3xnlte.zip...
  8. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    The memory used by the framebuffer is defined in dts files for 3 framebuffers so 720*1280*4*3 = 0xa8c000 (screen size = 720*1280, argb so 4 bytes by pixel and 3 framebuffers)...
  9. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    Yes very very difficult ... a guy have make the job for linux in 10 years and it's not completely finished :x (lima driver) But maybe it's possible to modify only some parts. I found a debug version of the driver so ida works fine on it and to be compatible with android there is a group of...
  10. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    I will rebuild the full rom to make a good test, on my phone I've do not see any difference. Thanks for the reply on the test. For oreo the problem is always the same ... maybe if I recreate an old surface class to cast the new to the old before to send it at the driver ... or I can reverse the...
  11. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    https://github.com/djeman/android_vendor_sprd/commit/9eba58ab682207fa89079113406d7e46e2ba3b6b I forgot one line in the test build :x
  12. D

    Post [ROM] LineageOS 14.1 for Samsung Galaxy J3 (2016) [SM-J320FN/F/G/M] [UNOFFICIAL]

    Very hard to build rr nougat now, all rr repo has stop to merge lineage commits since the 13 december 2017 :x I have create a new test build : ... bad test need to be rebuild ^^ I separated completely the framebuffer device and the allocator device ... it's a try ... I need it for los15.1 ^^...