Difference between revisions of "Status"

From Maemo Leste Wiki
Jump to navigationJump to search
 
(53 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Stub}}
{{Stub}}


TODO:
For Device specific status pages, see See [[:Category:Device]]


* Briefly list devices that are well supported
The table below documents what features work on Maemo Leste on at least one device, without (a lot of) console hackery. This usually means that the feature should be decently integrated and that there has to be a UI available. This is *independent* of specific device drivers or just specified devices and doesn't mean that it necessarily works on a device
* List OS features (UI, connectivity, core programs, missing core programs)
 
{| class="wikitable"
! Feature
! Status
! Leste software
! Notes
|-
| Desktop environment || OK ||  hildon || hildon home, hildon desktop, .
|-
| [[Terminal]] || OK || [https://github.com/maemo-leste/osso-xterm osso-xterm] ||
|-
| [[Status/VirtualKeyboard|Virtual keyboard]] || WIP || [https://github.com/maemo-leste/hildon-input-meta hildon-input-meta] || Should work fine for all devices, GTK2 only.
|-
| [[Status/Wireless|Wireless]] || OK || [https://github.com/maemo-leste/libicd-network-wpasupplicant libicd-network-wpasupplicant] || Works out of the box. Needs testing; https://github.com/maemo-leste/bugtracker/milestone/7
|-
| Bluetooth || WIP || Just works if supported in the kernel, but no Maemo UI available to configure it, blueman-manager can be used ||
|-
| [[Status/Browser|Browser]] || WIP || ? || qtwebbrowser works
|-
| [[Status/Audio|Audio]] || OK || ? || [Basic audio/sounds work (like, notifications, charging notification, etc); will need to import alsa-policy-enforcement, port OHM
|-
| Battery / charging || OK || [https://github.com/maemo-leste/status-area-applet-battery status-area-applet-battery], [https://github.com/maemo-leste/mce mce], [https://github.com/maemo-leste/upower upower] ||
|-
| [[Status/USB Peripheral|USB Peripheral]] || OK || [https://github.com/maemo-leste/hildon-status-bar-usb hildon-status-bar-usb], [https://github.com/maemo-leste/ke-recv ke-recv] || Basic support in place for N900/Droid4/Allwinner, see https://github.com/maemo-leste/bugtracker/issues/39 ; https://github.com/maemo-leste/bugtracker/issues/179 ; https://github.com/maemo-leste/ke-recv
|-
| LED control || OK || mce || Make sure the notifications are enabled in settings.
|-
| [[Status/Mobile Data|Mobile Data]] || OK || [https://github.com/maemo-leste/connui-cellular connui-cellular] [https://github.com/maemo-leste/libicd-network-ofono libicd-network-ofono] || There is basic libicd-network-ofono, connui-cellular is being ported to ofono, UI needs some more work, but mostly just works
|-
| [[Status/GPS|GPS]] || OK || gpsd, liblocation, location-daemon ||
|-
| [[Status/SMS|SMS]] || OK || sphone, conversations, ofono, telepathy-ring ? ||
|-
| [[Status/Phone Calls|Phone Calls]] || OK || sphone, ofono, telepathy-ring ? || Just works on most of the devices, except for the [https://github.com/maemo-leste/bugtracker/issues/77 n900]
|-
| [[Status/Application Manager|Application Manager]] || OK || [https://github.com/maemo-leste/hildon-application-manager hildon-application-manager] || Works fine, theme might look a bit off on higher resolution displays
|-
| [[Status/Media Player|Media Player]] || WIP || OMP (open media player) being ported, listening to radio streams works, local music/video coming || [https://github.com/maemo-leste/bugtracker/issues/25 tracking issue]
|-
| [[Status/PDF Viewer|PDF Viewer]] || Mostly works || osso-pdf-viewer || [https://github.com/maemo-leste/osso-pdf-viewer osso-pdf-viewer]
|-
| [[Status/Games|Games & Entertainment]] || OK || Works (available in [[Leste Extras]] || [https://github.com/maemo-leste/bugtracker/issues/18 sdl fullscreen] [https://github.com/maemo-leste/bugtracker/issues/238 game importing]
|-
| [[Status/Theming|Theming]] || OK || Works with themes (available in [[Leste Extras]] ||
|-
| [[Calendar|Calendar]] || OK || Qalendar UI, syncing works. (UI needs some scrolling work) ||
|-
| [[Qt|Qt]] || OK || Qt5 port mostly works || https://github.com/maemo-leste/qtstyleplugins/ + https://github.com/maemo-leste/qt-platform-maemo
|}

Latest revision as of 08:16, 11 May 2023

This page or section is a stub. Ask how you can help improve leste.maemo.org by visiting #maemo-leste, look at the bugtracker (https://github.com/maemo-leste/bugtracker) or if you are able to contribute to the current page, then you are welcome to do so.

For Device specific status pages, see See Category:Device

The table below documents what features work on Maemo Leste on at least one device, without (a lot of) console hackery. This usually means that the feature should be decently integrated and that there has to be a UI available. This is *independent* of specific device drivers or just specified devices and doesn't mean that it necessarily works on a device

Feature Status Leste software Notes
Desktop environment OK hildon hildon home, hildon desktop, .
Terminal OK osso-xterm
Virtual keyboard WIP hildon-input-meta Should work fine for all devices, GTK2 only.
Wireless OK libicd-network-wpasupplicant Works out of the box. Needs testing; https://github.com/maemo-leste/bugtracker/milestone/7
Bluetooth WIP Just works if supported in the kernel, but no Maemo UI available to configure it, blueman-manager can be used
Browser WIP ? qtwebbrowser works
Audio OK ? [Basic audio/sounds work (like, notifications, charging notification, etc); will need to import alsa-policy-enforcement, port OHM
Battery / charging OK status-area-applet-battery, mce, upower
USB Peripheral OK hildon-status-bar-usb, ke-recv Basic support in place for N900/Droid4/Allwinner, see https://github.com/maemo-leste/bugtracker/issues/39 ; https://github.com/maemo-leste/bugtracker/issues/179 ; https://github.com/maemo-leste/ke-recv
LED control OK mce Make sure the notifications are enabled in settings.
Mobile Data OK connui-cellular libicd-network-ofono There is basic libicd-network-ofono, connui-cellular is being ported to ofono, UI needs some more work, but mostly just works
GPS OK gpsd, liblocation, location-daemon
SMS OK sphone, conversations, ofono, telepathy-ring ?
Phone Calls OK sphone, ofono, telepathy-ring ? Just works on most of the devices, except for the n900
Application Manager OK hildon-application-manager Works fine, theme might look a bit off on higher resolution displays
Media Player WIP OMP (open media player) being ported, listening to radio streams works, local music/video coming tracking issue
PDF Viewer Mostly works osso-pdf-viewer osso-pdf-viewer
Games & Entertainment OK Works (available in Leste Extras sdl fullscreen game importing
Theming OK Works with themes (available in Leste Extras
Calendar OK Qalendar UI, syncing works. (UI needs some scrolling work)
Qt OK Qt5 port mostly works https://github.com/maemo-leste/qtstyleplugins/ + https://github.com/maemo-leste/qt-platform-maemo