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-02 18:19:21 +01:00
bin Remove unnecessary path variables 2014-11-04 08:13:52 +01:00
compositor remove unised active property 2014-11-28 19:19:26 +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 Bump version to 0.2.1 2014-11-30 17:37:35 +01:00
qmlcomponents fix build 2014-11-19 18:14:31 +01:00
services set PLASMA_PLATFORM and QT_IM_MODULE env vars 2014-11-20 19:51:39 +01:00
settingsmodules use only qtquickcontrols 2014-12-02 18:19:21 +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 add quick and dirty ports of nemo wireless settings 2014-11-27 17:40: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