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

Implementing OTA Updates ?

  • Yes

    Votes: 27 93.1%
  • No

    Votes: 2 6.9%

  • Total voters
    29
  • Poll closed .

ardicli2000

Senior Member
Sep 30, 2011
586
184
63
and can I talk to him to help me?
Best you can do is to ask the developer of the ROM to compile a compatible bootloader or a complete ROM for your phone, namely J320M.
And this is not the thread you should be writing. A rom supporting J320M does not mean that you can partly copy files and embed them into another.
 

Lolman90

Member
Apr 26, 2017
36
3
0
Hello ! I found a bug on the rom. When I want to listen music when I use my phone, the music stops and restarts constantly. Do you have a solution? Thank you in advance!

I observed that this only appears when I am connected to a headset or Bluetooth speaker...
 
Last edited:

PuYaU

Senior Member
Oct 2, 2014
85
24
28
Slim River
Hello ! I found a bug on the rom. When I want to listen music when I use my phone, the music stops and restarts constantly. Do you have a solution? Thank you in advance!
clear app data and cache.. try that and see what happen..
on my device music app running ok..

Sent from my Samsung SM-J320G using XDA Labs
 
Oct 31, 2018
18
4
0

djeman

Senior Member
Mar 6, 2009
471
636
0
It's the worst bug ... I tried a lot of things to fix it ... I tried differents mali kernel modules, differents vendor drivers, differents hwcomposer, differents gralloc, a lot of build options, a lot of patches on the framebuffer driver, ...
And the result is always the same :x
Flickering on cm14.1 and no display on los15.1 ...

The latest update is for the october security patch, a patch on the kernel to add a missing function to destroy a socket and some changes on ril to enable more functions.
Maybe sim contacts works and the eap-sim protocol have more chances to work now the sim can communicate with an icc logical channel.
FM flood log removed, missing selinux rules added.
 
Last edited:

pacurarelvis

Senior Member
Jan 18, 2015
407
70
48
38
I tried to dirty flash the latest build but I'm getting incompatible data error. Anyone else have this problem?
I have the same problem but go in recovery and wipe system cache and dalvik cache DON'T WIPE DATA flash last build and last gaps and you don't lose your data for me it work (you need reflash magicsk if you have it but the must magisk hide and then you can pass safety net
 

declain12345

Member
Aug 18, 2017
14
0
0
I have the same problem but go in recovery and wipe system cache and dalvik cache DON'T WIPE DATA flash last build and last gaps and you don't lose your data for me it work (you need reflash magicsk if you have it but the must magisk hide and then you can pass safety net
It didn't work for me, still got the same error. I don't have magisk installed, I'm using LineageOS root. I guess I'll have to wipe it completely when I'll have the time.
 

djeman

Senior Member
Mar 6, 2009
471
636
0
It's a new step in the updater script :
Code:
if is_mounted("/data") then
package_extract_file("META-INF/org/lineageos/releasekey", "/tmp/releasekey");
run_program("/tmp/install/bin/otasigcheck.sh") != "31744" || abort("Can't install this package on top of incompatible data. Please try another package or run a factory reset");
else
mount("ext4", "EMMC", "/dev/block/platform/sdio_emmc/by-name/userdata", "/data", "");
package_extract_file("META-INF/org/lineageos/releasekey", "/tmp/releasekey");
run_program("/tmp/install/bin/otasigcheck.sh") != "31744" || abort("Can't install this package on top of incompatible data. Please try another package or run a factory reset");
unmount("/data");
endif;
I agree it can be a problem ...
Not my fault, it's a lineage update ^^

Remove this lines in the file "META-INF\com\google\android\updater-script" ... it's useless.
 
Last edited:

pacurarelvis

Senior Member
Jan 18, 2015
407
70
48
38
It's a new step in the updater script :


I agree it can be a problem ...
Not my fault, it's a lineage update ^^

Remove this lines in the file "META-INF\com\google\android\updater-script" ... it's useless.
For me work wipe system cache and dalvik cache reboot recovery and flash new release

---------- Post added at 02:07 PM ---------- Previous post was at 02:05 PM ----------

It didn't work for me, still got the same error. I don't have magisk installed, I'm using LineageOS root. I guess I'll have to wipe it completely when I'll have the time.
After wipe try reboot recovery and than flash
 

djeman

Senior Member
Mar 6, 2009
471
636
0
Me too it works but it's useless on a userdebug build signed with a test key and my data partition is f2fs and not ext4.
Maybe it works but it sucks ^^