|
2018-11-06
, 17:05
|
Posts: 31 |
Thanked: 117 times |
Joined on Nov 2015
@ Mödling
|
#2
|
/usr/share/jolla-settings/entries/com.jolla.notes.json
The Following 4 Users Say Thank You to fooxl For This Useful Post: | ||
|
2018-11-06
, 22:40
|
Posts: 31 |
Thanked: 117 times |
Joined on Nov 2015
@ Mödling
|
#3
|
/usr/share/jolla-settings/entries/com.jolla.internet.json
... "remote-arguments": ["wifi"] ...
"params": { "type": "grid", "remote-service": "com.jolla.contacts.ui", "remote-path": "/com/jolla/contacts/ui", "remote-interface": "com.jolla.contacts.ui", "remote-method": "createContact", "remote-arguments": ["createContact"] }
|
2019-01-29
, 12:57
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#4
|
"params": { "type": "grid", "requires-package": "jolla-contacts", "remote-service": "com.jolla.contacts.ui", "remote-path": "/", "remote-interface": "com.jolla.contacts.ui", "remote-method": "createContact" }
|
2019-01-29
, 15:35
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#5
|
dbus-send --type=method_call --dest=com.jolla.contacts.ui /com/jolla/contacts/ui com.jolla.contacts.ui.createContact string:""
|
2019-01-29
, 15:54
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#6
|
{ "translation_catalog": "lipstick-jolla-home", "entries": [ { "path": "system_settings/look_and_feel/topmenu/actions/add_a_contact", "title": "Create a contact", "translation_id": "settings_quickaction-la-add_a_contact", "title_short": "Contact", "translation_id_short": "settings_quickaction-la-add_a_contact_short", "type": "action", "icon": "image://theme/icon-m-file-vcard", "order": 58, "params": { "type": "grid", "requires-package": "jolla-contacts", "remote-service": "com.jolla.contacts.ui", "remote-path": "/com/jolla/contacts/ui", "remote-interface": "com.jolla.contacts.ui", "remote-method": "createContact", "remote-arguments": ["string:''"] } } ] }
The Following 5 Users Say Thank You to rasmarc For This Useful Post: | ||
|
2019-01-29
, 15:54
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#7
|
If you take a look at
it usesCode:/usr/share/jolla-settings/entries/com.jolla.internet.json
so maybeCode:... "remote-arguments": ["wifi"] ...
works for youCode:"params": { "type": "grid", "remote-service": "com.jolla.contacts.ui", "remote-path": "/com/jolla/contacts/ui", "remote-interface": "com.jolla.contacts.ui", "remote-method": "createContact", "remote-arguments": ["createContact"] }
|
2019-01-29
, 16:04
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#8
|
"params": { "type": "grid", "requires-package": "jolla-contacts", "remote-service": "com.jolla.contacts.ui", "remote-path": "/com/jolla/contacts/ui", "remote-interface": "com.jolla.contacts.ui", "remote-method": "createContact", "remote-arguments": [""] }
The Following 4 Users Say Thank You to rasmarc For This Useful Post: | ||
|
2019-02-08
, 16:50
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#9
|
The Following User Says Thank You to rasmarc For This Useful Post: | ||
Some of the original quickactions required an argument to determine which part of the software you were wanting to access. The files were .conf files but are now .json files, the data is almost the same but the syntax is a little different.
I've lost count of the numerous ways I've tried to add my data, but clearly I'm doing something wrong, as my 'shortcut' to "Create a contact" only opens the app but not on the page where we add our new contact.....so what data/code is required?
Here is my original data when we were using quickactions; (note: arguments required)
Thanks,
..oO(Don't just sit there standing around, pick up a shovel and sweep up!)Oo..