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 6f721b8527 make show desktop work
use the kwin effect now, use proper api
and never minimize any window
2016-08-24 17:58:28 +02:00
applets Remove clone of battery monitor from plasma-phone-components 2016-08-12 14:58:08 +05:30
bin Start powerdevil on phone 2016-08-12 11:28:06 +05:30
containments make show desktop work 2016-08-24 17:58:28 +02:00
dbus Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
dialer [dialer] Remove remnants of voicecall 2015-09-11 08:45:59 -04:00
kwinmultitasking don't enable by default 2015-07-16 11:02:23 +02:00
look-and-feel fix lockscreen 2016-02-25 15:07:23 +01:00
phonebook different icon 2015-06-22 20:03:05 -07:00
prototypes finish the behavior 2015-03-20 17:24:10 +01:00
services Remove the compositor 2015-06-19 01:48:47 +02:00
shell Remove clone of battery monitor from plasma-phone-components 2016-08-12 14:58:08 +05:30
sounds new login sound. marco says it's better. also reduce sleep 2015-09-10 21:22:25 +02:00
wallpaper new wallpaper 2016-02-24 20:26:19 +01:00
.arcconfig add .arcconfig 2016-08-12 14:56:49 +05:30
.gitignore ignore user file 2016-07-21 17:24:19 +05:30
CMakeLists.txt Don't install the phonebook for now 2015-07-23 14:05:12 +02:00
README.md Rename satellite to plasma.phone 2015-06-19 01:48:47 +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.plasma.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