SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Find a file
2014-12-04 11:04:33 +01:00
bin Remove unnecessary path variables 2014-11-04 08:13:52 +01:00
compositor Windows layer darker 2014-12-02 20:38:56 +01:00
dbus More services 2014-11-04 08:13:52 +01: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
qmlcomponents fix build 2014-11-19 18:14:31 +01:00
services Remove useless DISPLAY environment variable for kdeinit5 2014-12-02 20:38:09 +01:00
settingsmodules turn wireless settings into an activesettings module 2014-12-04 11:04:33 +01:00
shell use colorscopes 2014-11-25 17:57:38 +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 turn wireless settings into an activesettings module 2014-12-04 11:04:33 +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