Jump to content

Samsung Galaxy J6 Plus (samsung-j6primelte): Difference between revisions

From postmarketOS Wiki
Natsu (talk | contribs)
No edit summary
Natsu (talk | contribs)
Line 62: Line 62:
== Installation ==
== Installation ==


When Installing to the J6 Plus, need following this:
1. pmbootstrap flasher flash_rootfs
2. when flashed completed, it will go to download mode due to stock kernel won't boot.
3. pmbootstrap flasher flash_kernel
4. wait for booting and you'll discover a USB RNDIS raised in host.
5. Please manually assign the MAC address for grab the IP address "172.16.42.2", use "eth0" as example.
->  ip link set eth0 address 02:01:02:03:04:08
6. you should discover a ethernet link is up:
->  eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
    link/ether 02:01:02:03:04:08 brd ff:ff:ff:ff:ff:ff
    inet 172.16.42.2/24 brd 172.16.42.255 scope global dynamic noprefixroute eth0
      valid_lft 863996sec preferred_lft 863996sec
    inet6 fe80::9117:1c60:4d1d:f984/64 scope link noprefixroute
      valid_lft forever preferred_lft forever
7. Please login by ssh:
->  # ssh [username]@172.16.42.1


== See also ==
== See also ==

Revision as of 12:43, 6 October 2020

Samsung Galaxy J6+
Manufacturer Samsung
Name Galaxy J6+
Codename samsung-j6primelte
Released 2018
Hardware
Chipset Qualcomm MSM8917 Snapdragon 425
CPU 1.4 GHz Quad-core Cortex-A53
GPU Adreno 308
Display 720x1480 IPS
Storage 32/64 GB
Memory 3/4 GB
Architecture aarch64
Software
Original software Android 8.1 (Upgradable to Android 10.0)
postmarketOS
Category testing
Pre-built images no
Features
Flashing
No data
USB Networking
No data
Internal storage
No data
SD card
No data
Battery
No data
Screen
No data
Touchscreen
No data
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
Connectivity
WiFi
No data
Bluetooth
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB OTG
No data
HDMI/DP
No data
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data


Contributors

  • Natsu

Maintainer(s)

Users owning this device

  • GattoBiancoAlbinoGiuseppe (SM-G610F)



How to enter flash mode

1. power off the device. (pressing power button & Volume"-" button about 7~11 seconds can force power off)

2. press and hold the power button and Volume"+" buttons

3. at stock recovery mode, please select "reboot to bootloader" and press power button

4. enter Odin download mode for downloading required package (use Heimdall for pmbootstrap)

P.S. for custom Recovery image, rename the image it "recovery.img", and compress as "tar", that tar file can be used on Odin program in Windows.

Installation

When Installing to the J6 Plus, need following this: 1. pmbootstrap flasher flash_rootfs 2. when flashed completed, it will go to download mode due to stock kernel won't boot. 3. pmbootstrap flasher flash_kernel 4. wait for booting and you'll discover a USB RNDIS raised in host. 5. Please manually assign the MAC address for grab the IP address "172.16.42.2", use "eth0" as example. -> ip link set eth0 address 02:01:02:03:04:08

6. you should discover a ethernet link is up: -> eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000

   link/ether 02:01:02:03:04:08 brd ff:ff:ff:ff:ff:ff
   inet 172.16.42.2/24 brd 172.16.42.255 scope global dynamic noprefixroute eth0
      valid_lft 863996sec preferred_lft 863996sec
   inet6 fe80::9117:1c60:4d1d:f984/64 scope link noprefixroute 
      valid_lft forever preferred_lft forever

7. Please login by ssh: -> # ssh [username]@172.16.42.1

See also