Samsung Galaxy Note 10.1 2014 (samsung-n1awifi): Difference between revisions
Appearance
TheAceBlock (talk | contribs) Made some clarifications as to what does not work and how to flash the zip file |
LongnoseRob (talk | contribs) change to MR template |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 6: | Line 6: | ||
| imagecaption = n1awifi with the xfce GUI | | imagecaption = n1awifi with the xfce GUI | ||
| releaseyear = 2013 | | releaseyear = 2013 | ||
| originalsoftware = Android 5.1.1 | | originalsoftware = Android | ||
| originalversion = 5.1.1 | |||
| chipset = Samsung Exynos 5420 | | chipset = Samsung Exynos 5420 | ||
| cpu = 1.9 Ghz A15 Quad + 1.3 Ghz A7 Quad | | cpu = 1.9 Ghz A15 Quad + 1.3 Ghz A7 Quad | ||
Line 14: | Line 15: | ||
| memory = 3 GB | | memory = 3 GB | ||
| architecture = armv7 | | architecture = armv7 | ||
| type = tablet | |||
| status_usbnet = P | | status_usbnet = P | ||
| status_flashing = | | status_flashing = Y | ||
| status_touch = P | | status_touch = P | ||
| status_screen = Y | | status_screen = Y | ||
Line 59: | Line 61: | ||
* Any DE that uses Wayland | * Any DE that uses Wayland | ||
* Stylus | * Stylus | ||
* <del>Touchscreen stops working after some minutes of uptime and after reboot</del> The touchscreen does technically work, so does OTG mouse as the cursor does move around, but at least in Xfce4 the DE stopped responding to any input events. It's still "alive" (the clock does update, and anything that's running will keep running), it's just no longer responding to any mouse events or keystrokes. Do note, however, that <code>Ctrl+Alt+F1</code>, etc. still seems to work, as when switching to a tty, the cursor disappear, and when switching back to GUI with <code>Ctrl+Alt+F7</code>, the cursor comes back, however the tty could not be shown (the screen is stuck to the GUI no matter what I tried). | * <del>Touchscreen stops working after some minutes of uptime and after reboot</del> The touchscreen does technically work, so does OTG mouse as the cursor does move around, but at least in Xfce4 the DE stopped responding to any input events. It's still "alive" (the clock does update, and anything that's running will keep running), it's just no longer responding to any mouse events or keystrokes. Do note, however, that <code>Ctrl+Alt+F1</code>, etc. still seems to work, as when switching to a tty, the cursor disappear, and when switching back to GUI with <code>Ctrl+Alt+F7</code>, the cursor comes back, however the tty could not be shown (the screen is stuck to the GUI no matter what I tried). Proof of touch working can be seen from ssh by using e.g. <code>evtest</code> on <code>/dev/input/event2</code>. | ||
* WiFi could connect, but the system cannot assign any IP address to the <code>wlan0</code> interface. | * WiFi could connect, but the system cannot assign any IP address to the <code>wlan0</code> interface. | ||
== | == Flashing == | ||
After {{MR|3056|pmaports}} flashing can be done through [[Heimdall]]. Alternatively, one can use TWRP. | |||
=== Flashing with heimdall === | |||
Enter flash mode by keeping {{Button|Power}} + {{Button|Volume Down}} pressed. | |||
Then use <code>pmbootstrap flasher flash_kernel</code>, reboot once again in flash mode and use <code>pmbootstrap flasher flash_rootfs</code>. | |||
You can do the full flashing at once with the following commands (supposing heimdall is in your PATH): | |||
<syntaxhighlight lang="shell-session"> | |||
$ pmbootstrap export | |||
$ heimdall flash --BOOT /tmp/postmarketOS-export/boot.img --SYSTEM /tmp/postmarketOS-export/samsung-n1awifi.img | |||
</syntaxhighlight> | |||
== | === Flashing with TRWP === | ||
After having installed TRWP, press and hold {{Button|Power}} + {{Button|Volume Down}} + {{Button|Home}}. Press {{Button|Volume Up}} when prompted. | |||
To create a TWRP flashable zip: | |||
<syntaxhighlight lang="shell-session"> | <syntaxhighlight lang="shell-session"> |
Latest revision as of 08:51, 4 November 2024
![]() n1awifi with the xfce GUI | |
Manufacturer | Samsung |
---|---|
Name | Galaxy Note 10.1 (2014) |
Codename | samsung-n1awifi |
Released | 2013 |
Type | tablet |
Hardware | |
Chipset | Samsung Exynos 5420 |
CPU | 1.9 Ghz A15 Quad + 1.3 Ghz A7 Quad |
GPU | Mali-T628 MP6 |
Display | 2560x1600 |
Storage | 16/32 GB |
Memory | 3 GB |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 5.1.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | no |
Flashing |
Works |
---|---|
USB Networking |
Partial |
Internal storage |
No data |
SD card |
No data |
Battery |
Works |
Screen |
Works |
Touchscreen |
Partial |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
Broken |
Camera Flash |
No data |
Connectivity | |
WiFi |
Works |
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
- Michaszek8
Maintainer(s)
Users owning this device
- Doppioandante
- LedBass
- Nopraz (Notes: Currently running PostmarketOS)
What does not work
- KDE Plasma (boots into black screen)
- Any DE that uses Wayland
- Stylus
Touchscreen stops working after some minutes of uptime and after rebootThe touchscreen does technically work, so does OTG mouse as the cursor does move around, but at least in Xfce4 the DE stopped responding to any input events. It's still "alive" (the clock does update, and anything that's running will keep running), it's just no longer responding to any mouse events or keystrokes. Do note, however, thatCtrl+Alt+F1
, etc. still seems to work, as when switching to a tty, the cursor disappear, and when switching back to GUI withCtrl+Alt+F7
, the cursor comes back, however the tty could not be shown (the screen is stuck to the GUI no matter what I tried). Proof of touch working can be seen from ssh by using e.g.evtest
on/dev/input/event2
.- WiFi could connect, but the system cannot assign any IP address to the
wlan0
interface.
Flashing
After pmaports!3056 flashing can be done through Heimdall. Alternatively, one can use TWRP.
Flashing with heimdall
Enter flash mode by keeping
+ pressed.Then use pmbootstrap flasher flash_kernel
, reboot once again in flash mode and use pmbootstrap flasher flash_rootfs
.
You can do the full flashing at once with the following commands (supposing heimdall is in your PATH):
$ pmbootstrap export
$ heimdall flash --BOOT /tmp/postmarketOS-export/boot.img --SYSTEM /tmp/postmarketOS-export/samsung-n1awifi.img
Flashing with TRWP
After having installed TRWP, press and hold
+ + . Press when prompted.To create a TWRP flashable zip:
$ pmbootstrap install --android-recovery-zip
$ pmbootstrap export
Run adb push
/tmp/postmarketOS-export/pmos-samsung-n1awifi.zip to copy zip to the device, reboot to TWRP and install the zip and then reboot to system. You can also use adb sideload
as instructed in recovery zip installation.
See also
- pmaports!2135 Initial merge request
- Exynos5420 kernel
- Device package
- Kernel package