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-05-05 19:41:10 +02:00
applets execute action when swiping left 2015-04-27 11:51:37 +02: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 finish the new layouting prototype 2015-04-25 17:30:08 +02:00
dbus More services 2014-11-04 08:13:52 +01:00
debian update changelog 2015-03-03 13:25:25 +00:00
dialer correct namespace 2015-05-05 19:41:10 +02: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
phonebook Initial phonebook application commit 2015-05-05 17:23:31 +02:00
prototypes finish the behavior 2015-03-20 17:24:10 +01:00
qmlcomponents small test app for the app model 2015-04-21 14:14:33 +02: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 finish the new layouting prototype 2015-04-25 17:30:08 +02:00
wallpaper new wallpaper 2015-03-11 13:30:58 +01:00
.gitignore ignore build artifacts 2014-08-06 10:48:57 +02:00
CMakeLists.txt take contacts from kpeople 2015-05-05 19:15:38 +02: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