Installing e/OS on a Samsung J6+

from Download Samsung Odin v4 1.2.1 for Linux (Official) - Technastic

Setting up USB Connection on Linux

Follow the steps below to make your Linux computer recognize your Samsung Galaxy phone or Tab as a USB device. If you don’t disable the cdc_acm module on your Linux computer, you’ll get the ioctl bulk read Fail: Connection timed out 110 error.

  1. Navigate to /etc/udev/rules.d/51-android.rules on your system and add the following line to the file:
  • SUBSYSTEM==“usb”, ATTR{idVendor}==“04e8”, MODE=“0666”, GROUP=“plugdev”

  • After that, open the Linux Terminal and execute the following Bash command which unloads the ‘cdc_acm‘ module. You can later load it by executing insmod cdc_acm command in the Terminal.

  • sudo rmmod cdc_acm

  • Alternatively, you can unload the ‘cdc_acm‘ module using the following Bash command.

  1. echo “blacklist cdc_acm” > /etc/modprobe.d/cdc_acm-blacklist.conf

The Linux host on your computer should now detect and connect to your Samsung device without any issues. If your computer still can’t recognize your Samsung device, try the following in the Bash Terminal:

modprobe -r cdc_acm cd /etc/modprobe.d/ ls

You should get one of the following files in the output from ls: ‘dkms.conf” or ‘blacklist.conf’

Now, run the command given below. You’re supposed to replace ‘filename.conf’ with the name of the file you got in the output from ls.

sudo nano filename.conf

Then add the following line to the file.

blacklist cdc_acm

Finally, save your changes using the Ctrl+X,Y + Enter.

it looks like it worked this time with another cable and now l have a samsung screen and l can acces the phone on computer…

Oh wait it restarts now…

Well it worked

I think now l can get to debugging menu right ?
its an Android 10

1 Like

if it failed you must face to unknown Gogol account…

if it worked you must setup samsungOS in first boot wizzard, deny all as possible…
then,
re-enable USB debbbuging and OEM unlock if present

TWRP 3.3.1-1 Download : https://androidfilehost.com/?fid=6006931924117926064

.

/e/ : Download e-1.17-q-20240117-UNOFFICIAL-j6primelte.zip (eOSBuildsRonnz98)

a strange thing happened when l unlocked OEM the phone went for a factory reset and now its ok
I can access the phone from the computer

Downloading the files with the links you sent meanwhile…
One is twrp the other e/os

1 Like

from https://xdaforums.com/t/recovery-root-twrp-3-3-1-1-galaxy-j6-j610f-fn-g-ds.3875150/

INSTALL INSTRUCTIONS:

Flash with ODIN in the AP slot.

  1. Put your device in DOWNLOAD mode.
    (Plug in the USB cable and then hold POWER + VOL DOWN + VOL UP)

  2. Load the respective file below into the AP slot, uncheck Auto-reboot and hit start.

twrp_3.3.1-1_J610x_28719

  1. After flashing and ODIN reports PASS immediately force reboot to recovery. Do NOT let the device boot to the OS.
    You should now see TWRP recovery.

  2. Flash the V3 RMM bypass zip
    https://xdaforums.com/showpost.php?p=79745844&postcount=627

NOTE: FAILURE TO FOLLOW THE STEPS ABOVE IMPLICITLY WILL RESULT IN STOCK RECOVERY REPLACING TWRP AT FIRST BOOT AND BECOMING RMM LOCKED FOR 7 DAYS.

I ALSO SUGGEST BACKING UP ANYTHING YOU NEED ON INTERNAL STORAGE. AT SOME POINT YOU MAY EXPERIENCE A ‘VERIFICATION FAILED MESSAGE’ .
THIS IS NORMAL, BUT WILL REQUIRE THE DATA PARTITION TO BE FORMATTED IN TWRP.

  1. Reboot to TWRP (Do not boot to the OS yet)

.

is VERY important, other wording for :

what is that ? what is an AP ?

image

for you :

./odin4 -a twrp_3.3.1-1_J610x_28719.tar

Ive never had this window

it is Odin3 for WindowsOS

I have a linux Ubuntu

that’s why you have never seen it…

then why do you keep showing me this ?

because you asked what is an AP slot…

I dont understand why you would give me instructions through a program l cannot have…
Whatever…
I did that…

And the phone restarted…

is VERY important, other wording for :

it is not me but @ashyx from https://xdaforums.com/t/recovery-root-twrp-3-3-1-1-galaxy-j6-j610f-fn-g-ds.3875150/

his instructions are for windows Odin,
when mine are for linux Heimdall.
he didn’t know the existence of Odin4linux and i have never used it…

I dont thi k it worked

1 Like

.
immediately Boot to Recovery before any other boot mode attempt,
hold Volume up + Home + Power.
release Power when you see the very little blue line in the top of the screen…

1 Like