mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
README: Fix markdown code blocks
This commit is contained in:
parent
1826be8c5a
commit
87e6f9fcdb
1 changed files with 10 additions and 12 deletions
22
README.md
22
README.md
|
|
@ -24,20 +24,18 @@ 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
|
||||
|
||||
```
|
||||
[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 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue