mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
Update README.md
This commit is contained in:
parent
4b77fe4647
commit
b61ae43d9b
1 changed files with 5 additions and 1 deletions
|
|
@ -22,12 +22,16 @@ a phone call is in progress.
|
||||||
A tutorial how to start phonesim on a desktop system can be found here:
|
A tutorial how to start phonesim on a desktop system can be found here:
|
||||||
http://comments.gmane.org/gmane.comp.handhelds.ofono/12178
|
http://comments.gmane.org/gmane.comp.handhelds.ofono/12178
|
||||||
|
|
||||||
* edit /etc/ofono/modem.conf, uncomment everything so that it looks like
|
* edit /etc/ofono/phonesim.conf, uncomment everything so that it looks like
|
||||||
[phonesim]
|
[phonesim]
|
||||||
|
|
||||||
Driver=phonesim
|
Driver=phonesim
|
||||||
|
|
||||||
Address=127.0.0.1
|
Address=127.0.0.1
|
||||||
|
|
||||||
Port=12345
|
Port=12345
|
||||||
|
|
||||||
|
|
||||||
* start ofonod as root
|
* start ofonod as root
|
||||||
* start phonesim
|
* start phonesim
|
||||||
phonesim -p 12345 -gui /usr/share/phonesim/default.xml
|
phonesim -p 12345 -gui /usr/share/phonesim/default.xml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue