Samsung Galaxy Ace 3 LTE (samsung-loganrelte): Difference between revisions
Appearance
mNo edit summary |
Add images |
||
Line 4: | Line 4: | ||
| name = Galaxy Ace 3 LTE | | name = Galaxy Ace 3 LTE | ||
| codename = samsung-loganrelte | | codename = samsung-loganrelte | ||
| releaseyear = 2013 | | releaseyear = 2013 | ||
| originalsoftware = Android | | originalsoftware = Android | ||
Line 55: | Line 53: | ||
== Additional notes == | == Additional notes == | ||
The device boots close-to-mainline since {{MR|6142|pmaports}}. | * The device boots close-to-mainline since {{MR|6142|pmaports}}. | ||
* Rebooting and shutting the device down from booted pmOS doesn't work. | |||
== Pictures == | |||
<gallery> | |||
File:Samsung-loganrelte.jpg | |||
File:Samsung-loganrelte-neofetch.png | |||
</gallery> | |||
== How to enter flash mode == | == How to enter flash mode == | ||
Line 72: | Line 77: | ||
exit | exit | ||
To SSH into it, wait ~30-40 seconds after rebooting, then (re-)connect the device via USB (this is important) and SSH into it with <syntaxhighlight lang="shell">ssh user@172.16.42.1</syntaxhighlight> | To SSH into it, wait '''~30-40''' seconds after rebooting, then (re-)connect the device via USB (this is important) and SSH into it with <syntaxhighlight lang="shell">ssh user@172.16.42.1</syntaxhighlight> | ||
== See also == | == See also == |
Revision as of 14:16, 10 February 2025
Note: Not to be confused with the non-LTE model, which features a Broadcom SoC! (If you have a letter after the model number, you have the LTE model.) |
Manufacturer | Samsung |
---|---|
Name | Galaxy Ace 3 LTE |
Codename | samsung-loganrelte |
Released | 2013 |
Type | handset |
Hardware | |
Chipset | Qualcomm Snapdragon 400 (MSM8930) |
CPU | Dual-core 1.2 GHz Qualcomm Krait |
GPU | Adreno 305 |
Display | 480 x 800 (TFT LCD, 4.0") |
Storage | 8 GB |
Memory | 1 GB |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 4.2.2 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | yes |
postmarketOS kernel | 6.11.0-rc6 |
Unixbench Whet/Dhry score | 294.9 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
Works |
SD card |
Broken |
Screen |
Broken |
Touchscreen |
Broken |
Multimedia | |
Audio |
Broken |
Camera Flash |
No data |
Connectivity | |
WiFi |
Broken |
NFC |
No data |
Miscellaneous | |
HDMI/DP |
No data |
Sensors | |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
Maintainer(s)
Users owning this device
- Segfault
- Ungeskriptet (Notes: Experimental lk2nd working)
- User0 (Notes: booted mainline, working on enabling more hardware)
Additional notes
- The device boots close-to-mainline since pmaports!6142.
- Rebooting and shutting the device down from booted pmOS doesn't work.
Pictures
How to enter flash mode
- Download mode: While the device is off hold , and to boot it into download mode, afterwards confirm the operation by pressing .
- Recovery mode: While the device is off hold , and to boot it into recovery mode.
Installation
pmbootstrap init; # Select samsung-loganrelte, select "console" as UI pmbootstrap install; pmbootstrap flasher flash_rootfs --partition userdata; pmbootstrap chroot # Run the commands below in the chroot fastboot erase system; fastboot reboot; exit
To SSH into it, wait ~30-40 seconds after rebooting, then (re-)connect the device via USB (this is important) and SSH into it with
ssh user@172.16.42.1
See also
- Wikipedia page for device
- pmaports!5973 Initial merge request
- pmaports!6142 Mainline merge request