[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 .

Mis012

Senior Member
Aug 31, 2014
392
79
0
Good work,camera (video mode) works (unlike RR Remix :( ) Good ROM !
Only a few things are missing.
Can't change the wallpaper and the lock screen separately to not have the same image (or so I did not find how ...)
The panorama mode is laggy
(Indeed he has some flickering, to remove them, unfold the notification bar and they leave)
Ps: If you do not want to have useless Google applications, take OpenGapps Nano, it's more than enough!
If you don't want useless Google applications, you can use MicroG, and install e.g YT and PlayStore separately. Just saying.

---------- Post added at 09:31 AM ---------- Previous post was at 09:24 AM ----------

Hello,
how hard would it be to get g_hid, g_ether, and all that other g_[stuff] kernel modules compiled? I guess I could do it myself, but it should be easier for someone who already has the build worked out. Also I think you need to sign the modules with the same keys as the kernel anyway, so it would be best if @djeman could compile them (if he still compiles the builds), or add them to be compiled automatically.

In case this is something you want to do, do I need to format /data when upgrading from marshmallow?

Thanks for help :)
 

borksek

Senior Member
Aug 7, 2017
561
166
53
Blekinge
If you don't want useless Google applications, you can use MicroG, and install e.g YT and PlayStore separately. Just saying.

---------- Post added at 09:31 AM ---------- Previous post was at 09:24 AM ----------

Hello,
how hard would it be to get g_hid, g_ether, and all that other g_[stuff] kernel modules compiled? I guess I could do it myself, but it should be easier for someone who already has the build worked out. Also I think you need to sign the modules with the same keys as the kernel anyway, so it would be best if @djeman could compile them (if he still compiles the builds), or add them to be compiled automatically.

In case this is something you want to do, do I need to format /data when upgrading from marshmallow?

Thanks for help :)
Djeman is gone.
 

irl-tony-irl

New member
Mar 8, 2018
2
0
0
TWRP installed; ROM installed ... phone worked fine for about 2 weeks

Hi folks,

- TWRP installed; ROM installed ... phone worked fine for about 2 weeks
- Now, it doesn't go past the Lineage boot logo

TWRP = 3.1.1-0
ROM = lineage-14.1-20180106-UNOFFICIAL-j3xnlte

Any idease why it might decide not to boot (especially as it worked fine for a number of weeks)?


Thanking you,
T
 

hackintosh5

Senior Member
Sep 15, 2017
1,246
947
0
Hi folks,

- TWRP installed; ROM installed ... phone worked fine for about 2 weeks
- Now, it doesn't go past the Lineage boot logo

TWRP = 3.1.1-0
ROM = lineage-14.1-20180106-UNOFFICIAL-j3xnlte

Any idease why it might decide not to boot (especially as it worked fine for a number of weeks)?


Thanking you,
T
Clear cache + dalvik. Then try to get logcat over adb

Sent from my athene using XDA Labs
 

kfigueiredo

Member
Jul 22, 2010
5
0
0
FRP Lock after camera crash and reboot

I installed this ROM and after the camera crashed and stopped responding I rebooted the phone but since that I get the message:

"Custom binary blocked by FRP lock."

I can't go into recovery just download mode. Odin doesn't work anymore. I tried to send TWRP and event tried to reset to the original ROM but it fails.

Any ideias?
 

hackintosh5

Senior Member
Sep 15, 2017
1,246
947
0
I installed this ROM and after the camera crashed and stopped responding I rebooted the phone but since that I get the message:

"Custom binary blocked by FRP lock."

I can't go into recovery just download mode. Odin doesn't work anymore. I tried to send TWRP and event tried to reset to the original ROM but it fails.

Any ideias?
Wait 5 mins on this screen; sometimes it will go away. If not, try entering recovery mode. Try cold boot (remove battery)

Use Odin the flash the same version of stock ROM you had before. If this fails take to Samsung service. Otherwise go to settings and check OEM unlock option.

Edit: maybe it is genuinely frp... Try in stock ROM remove Google account and Samsung account.

Sent from my athene using XDA Labs
 
Last edited:

ntrimurthulu

Senior Member
Apr 21, 2017
266
27
0
I installed this ROM and after the camera crashed and stopped responding I rebooted the phone but since that I get the message:

"Custom binary blocked by FRP lock."

I can't go into recovery just download mode. Odin doesn't work anymore. I tried to send TWRP and event tried to reset to the original ROM but it fails.

Any ideias?
I think u have disabled oem unlock option
U have to flash stock rom via odin
 

hackintosh5

Senior Member
Sep 15, 2017
1,246
947
0
The phone doesn't boot. With Heimdall Suite how do I install the J320FDDU0AQI1_J320FODD0AQI2_J320FDDU0AQH1_HOME.tar.md5 file?
Remove .md5 from the name and un-tar it. you will now see the files to flash.

Edit: build Heimdall from source by cloning it and running cmake on it and running make on it. Then use the binary in the bin directory. Otherwise you will get an error. My friend disabled oem unlock yesterday, like you. These steps work to fix it.

Download xxx_home.tar.md5
Extract file by removing .md5 and using 7-zip or WinRAR (on Linux just double-click).
Launch terminal/command prompt
Make sure you have GNU cmake and make.
cd into the Heimdall source code from git.
Run 'cmake .' (space before the dot)
Run 'make'
Run './bin/heimdall flash --boot ../xxx_home/boot.img --RECOVERY ../xxx_home/recovery.img --SYSTEM ../xxx_home/system.img'
It should reboot into stock. Note that I didn't realize about build from source until I disabled oem unlock so I don't know about this process; it might not work but it should work fine.
If you use the precompiled heimdall it will fail with two different errors.


Sent from my athene using XDA Labs
 
Last edited: