SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Find a file
Martin Gräßlin 5f2ffad357 Use PlasmaWindowManagement wayland interface to trigger showing desktop mode
Introduces new dependency on KWayland and uses it to try to resolve the
PlasmaWindowManagement interface. If available that's used to trigger
showing desktop state.
2015-06-13 18:26:20 +02:00
applets remove debug message 2015-06-12 11:23:36 -07:00
bin set phone as plasma runtime platform 2015-06-11 16:44:20 -07:00
compositor Merge branch 'mart/homeScreenSingleScroll' 2015-03-04 15:08:01 +01:00
containments Use PlasmaWindowManagement wayland interface to trigger showing desktop mode 2015-06-13 18:26:20 +02:00
dbus More services 2014-11-04 08:13:52 +01:00
debian move packaging now in plasma-phone-components-packaging 2015-06-12 23:20:03 +02:00
dialer solve qml unique id conflicts 2015-06-10 12:30:43 -07:00
kwinmultitasking [kwinmultitasking] Add more exceptions to the Switcher 2015-06-10 18:04:14 +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 rename homescreen library 2015-05-14 18:13:00 +02:00
prototypes finish the behavior 2015-03-20 17:24:10 +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 bigger bottom bar 2015-06-12 18:26:16 -07:00
wallpaper new wallpaper 2015-03-11 13:30:58 +01:00
.gitignore Hide some qtcreator droppings 2015-05-12 10:34:43 +02:00
CMakeLists.txt Use PlasmaWindowManagement wayland interface to trigger showing desktop mode 2015-06-13 18:26:20 +02:00
plasma-phone-components.creator.user Fix spello 2015-05-12 10:34:51 +02:00
README.md Update README.md 2015-04-20 16:43:28 +02: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/phonesim.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
  • call test/online-modem to activate the test phonesim modem
  • 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