Differences between revisions 1 and 2
Revision 1 as of 2017-211 19:39:58
Size: 909
Editor: Singpolyma
Comment: Start page describing what to look for, and fbreader as a good example
Revision 2 as of 2017-211 19:44:23
Size: 1221
Editor: Singpolyma
Comment: Add configs for fbreader
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
* Works well on low-resolution screen (such as 480x272 pocketCHIP) * Works well on low-resolution screen (such as 480x272 [[https://nextthing.co/pages/pocketchip|pocketCHIP]])
Line 20: Line 20:
* EBook Reader: `fbreader` -- works well on small screen, even with low resolution * EBook Reader: fbreader -- works well on small screen, even with low resolution
** {{{~/.FBReader/ui.xml}}} for [[https://nextthing.co/pages/pocketchip|pocketCHIP]]: [[attachment:fbreader-ui.xml]]
** Maemo platform config: https://github.com/geometer/FBReader/blob/7abc80d12fab06b05ea1fe68a0e73ea5e9486463/zlibrary/core/data/default/config.maemo.xml

Debian is the Universal Operating System and we want to run it on our mobile devices. What are the apps a mobile user needs, and what is the state of readiness in Debian of these apps?

Things to look for:

  • Works well on small screen (main window, but also dialogs such as preferences)
  • Works well on low-resolution screen (such as 480x272 pocketCHIP)
  • Works well with only left clicks (single touch screens)
  • Works well with no keyboard (some devices need to use precious screen space for onscreen keyboard)
  • Supports gestures where appropriate (scrolling or dragging/swiping)
  • Supports multitouch gestures where appropriate (pinch zoom, etc)
  • Resource efficient (low-RAM devices)

Things to document:

  • Configurations that make the mobile experience better
  • Work still to be done

Apps

DebianMobile (last edited 2020-240 01:31:27 by Singpolyma)