SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Find a file
2015-03-05 17:28:24 +01:00
applets add notifications and clock applets placeholders 2015-03-05 17:17:27 +01:00
bin Remove unnecessary path variables 2014-11-04 08:13:52 +01:00
compositor Merge branch 'mart/homeScreenSingleScroll' 2015-03-04 15:08:01 +01:00
containments a scrollbar 2015-03-05 17:28:24 +01:00
dbus More services 2014-11-04 08:13:52 +01:00
debian update changelog 2015-03-03 13:25:25 +00:00
look-and-feel Look and feel default settings 2014-10-23 21:23:54 +02:00
packaging Fix typo 2014-12-02 20:18:34 +01:00
prototypes a couple of prototypes for the homescreen 2015-02-19 17:24:49 +01:00
qmlcomponents setOrcer->moveItem 2015-03-05 15:39:51 +01:00
services Remove useless DISPLAY environment variable for kdeinit5 2014-12-02 20:38:09 +01:00
settingsmodules reserve space for the keyboard 2014-12-17 11:04:18 +01:00
shell uniform bottom and top bar 2015-02-24 19:29:50 +01:00
wallpaper the lockers wallpaper from jens 2014-09-03 16:50:58 +02:00
.gitignore ignore build artifacts 2014-08-06 10:48:57 +02:00
CMakeLists.txt add notifications and clock applets placeholders 2015-03-05 17:17:27 +01:00
README.md Update README.md 2014-11-28 21:22:46 +01:00

plasma-phone-components

UI components for Plasma Phone

Test on a development machine

Dependencies:

Phonesim will add a fake phone modem, that can be controlled via a Qt based user interface from which it will be possible to test various aspects of the phone UI: making calls, receiving, signal strength, send SMS and so on. It will not generate any real call, but only make the UI think a SIM is working and that a phone call is in progress.

A tutorial how to start phonesim on a desktop system can be found here: http://comments.gmane.org/gmane.comp.handhelds.ofono/12178

  • edit /etc/ofono/modem.conf, uncomment everything so that it looks like [phonesim] Driver=phonesim Address=127.0.0.1 Port=12345

  • start ofonod as root

  • start phonesim phonesim -p 12345 -gui /usr/share/phonesim/default.xml

  • from the oFono source directory, call /test/enable-modem to bring the modem up, the control UI should come up

  • start plasma with plasmashell -w -p org.kde.satellite.phone to start the phone homescreen in a window

Note that the oFono/phonesim part is necessary only if it's needed to test some part specific to telephony