SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Find a file
Marco Martin 15844cef9a fix build
2014-11-19 18:14:31 +01:00
bin Remove unnecessary path variables 2014-11-04 08:13:52 +01:00
compositor Show home when an application is closed 2014-11-09 13:51:22 +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 Add tone-generator dependency 2014-11-12 18:42:55 +01:00
qmlcomponents fix build 2014-11-19 18:14:31 +01:00
services Actually install the new plasma-phone service 2014-11-04 08:16:10 +01:00
shell pin entry should work 2014-11-13 16:20:06 +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 Script that runs compositor and UI together 2014-11-04 08:13:52 +01:00
README.md add a brief tutorial on how to start on a desktop 2014-11-13 21:29:24 +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 phonesym 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