View Single Post
Posts: 22 | Thanked: 18 times | Joined on Oct 2012
#18
Originally Posted by merlin1991 View Post
Yep, simply get them on device and execute.
smsExport just prints everything to stdout so do
Code:
./smsExport > somefile.csv
And smsImport expectes a path to a file, so scp the somefile.csv onto the jolla aswell and do
Code:
./smsImport somefile.csv
Thanks. Trying... I see that smsExport (in N9) does not have the "x" permission granted. Trying to change that as root, doesn't work. As "user" it won't let me run it.