Jolla Phone (jolla-sbj): Difference between revisions
Appearance
PureTryOut (talk | contribs) |
PureTryOut (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
| display = 540x960 IPS | | display = 540x960 IPS | ||
| memory = 1 GB | | memory = 1 GB | ||
| architecture = armhf | |||
| status_usbnet = P | |||
| status_flashing = P | |||
| status_touch = | |||
| status_screen = | |||
| status_wifi = | |||
| status_xwayland = | |||
| status_fde = | |||
| status_mainline = | |||
| status_battery = | |||
| status_3d = | |||
| status_accel = | |||
| status_audio = | |||
| status_bluetooth = | |||
| status_camera = | |||
| status_gps = | |||
| status_mobiledata = | |||
| status_sms = | |||
| status_calls = | |||
| booting = yes | |||
}} | }} | ||
== Contributors == | == Contributors == |
Revision as of 12:34, 6 September 2018
WARNING: This device is not recommended for future use with postmarketOS due to its armhf architecture. Alpine Linux (the distribution that postmarketOS extends) pmaports#599 has been considering dropping it. The processor of the device may support the armv7 architecture. If so, you can modify the device package and change the architecture accordingly. |
![]() Jolla Phone | |
Manufacturer | Jolla |
---|---|
Name | Phone (?) |
Codename | sbj |
Released | 2013 |
Hardware | |
Chipset | Qualcomm Snapdragon 400 MSM8960 |
CPU | Dual-core 1.4 GHz Krait 300 |
GPU | Adreno 305 |
Display | 540x960 IPS |
Storage | 16 GB |
Memory | 1 GB |
Architecture | armhf |
Software | |
Original software | Sailfish 1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Flashing |
Partial |
---|---|
USB Networking |
Partial |
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
- MartijnBraam
- PureTryOut
What works
- Compiling the kernel from the Jolla sources which should provide everything to run Wayland since that's what Sailfish uses
- Flashing
- Booting
- USB
- SSH (after some manual configuration)
Flashing mode
The Jolla phone uses fastboot from the Mer project rather than Android. To enter fastboot shut down the device, then plug in the USB lead while holding down volume down.
USB connection
The USB connection works, but needs some manual configuration (as found here).
First, find the interface name using ip a
.
Then, we have to assign the device a mac address (replace the interface name with what you found from the previous command).
# ip l set enp1s0f0u3 address 12:12:12:12:12:12
An IP address will be assigned automatically.
You can now use SSH to connect to the device on 172.16.42.1
.