02/10/2013, 04:16 PM
|
#21 (permalink) |
|
Member
|
Tip for exporting all contacts via command line in webOSquickinstall when Touchscreen or digitizer is broken:
webOS >2.x: Code:
luna-send -f -n 1 palm://com.palm.service.contacts/vCardExportAll '{"filePath":"/media/internal/ExportedContacts.vcf"}'
webOS <2.x (1.4.5) Pre1/+/Pixi: Code:
luna-send -n 1 palm://com.palm.contacts/makeVCardList '{"stripPhoneNumbers":"false","vCardPath":"/media/internal/ExportedContacts.vcf"}'
complete how-to on main blog: http://m.webosnation.com/export-your...-line-homebrew Last edited by gizmo21; 03/20/2013 at 04:46 AM. |
02/11/2013, 09:54 AM
|
#22 (permalink) | |
|
Member
![]()
Posts: 70
|
Quote:
Sorry Gizmo, this is not working on the Pixi+. First it errors with: -f is a wrong option and i couldnt find out which one is the right one. Another error occurs with the option -p when it says that it could not find the in the commandline mentionend Process. The errorcode is: ** Message: serviceResponse Handling: 2, {"serviceName":"com.palm.service.contacts","returnValue":false,"errorCode":-1,"errorText":"com.palm.service.contacts is not running."} Huuuuuu?! Achim Last edited by achimi; 02/11/2013 at 10:03 AM. |
|
02/11/2013, 10:14 AM
|
#23 (permalink) | |
|
Member
|
Quote:
Code:
createFile: function(event){
try {
Mojo.Log.info ("main.createFile() started ");
this.spinOn();
$('createButton').style.display = 'none';
this.showPrompts ("<h3>" + $L("Step 1: Export File...") + "</h3>");
var findServiceRequest = this.controller.serviceRequest('palm://com.palm.contacts', {
method: 'makeVCardList',
parameters: {
"stripPhoneNumbers":false,
"vCardPath": "/media/internal/.temp/PmMigration.vcf",
Code:
luna-send -n 1 palm://com.palm.contacts/makeVCardList '{"stripPhoneNumbers":"false","vCardPath":"/media/internal/ExportedContacts.vcf"}'
__________________
Patch Enhancing vCard Export -|- Your own cloud with Zarafa (EAS sync) -|- Tasks-app of 2.x on 3.x incl.EAS sync -|- SYM key in Enyo on phones -|- My hidden webOS Tips and Tricks - like it ?
Last edited by gizmo21; 02/19/2013 at 05:24 PM. |
|
03/21/2013, 09:56 AM
|
#24 (permalink) | |
|
Member
![]()
Posts: 70
|
Quote:
tested with success on my Pixi+. Thanks for your Work ! Achim |
|
![]() |
|
| Tags |
| export contacts, vcard, vcf |
| Thread Tools | |
| Display Modes | |
|
|



