problem with csdb file in android

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Yana
Posts: 51
Joined: October 6th, 2016, 6:57 am

problem with csdb file in android

Post by Yana »

How to fix data file doesn't created in android.
After I completed the app I converted to Pen file. even there is an error the cspro example simple capi. I attached the error message below
Attachments
Screenshot_2017-06-06-21-37-46.png
Screenshot_2017-06-06-21-37-46.png (60.48 KiB) Viewed 6312 times
Screenshot_2017-06-06-21-37-24.png
Screenshot_2017-06-06-21-37-24.png (86 KiB) Viewed 6312 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: problem with csdb file in android

Post by josh »

Do you get any other warnings or errors before you get the 4017 error?

Try deleting the .csdb file on your tablet and then running the application again.
Yana
Posts: 51
Joined: October 6th, 2016, 6:57 am

Re: problem with csdb file in android

Post by Yana »

Hey Josh
As you said after I delete .csdb file from the android, I run the up but it comes again with the same error message.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: problem with csdb file in android

Post by josh »

Any other warnings or errors?

If you use text format instead do you have the same problem?
Yana
Posts: 51
Joined: October 6th, 2016, 6:57 am

Re: problem with csdb file in android

Post by Yana »

Is it possible to store the data files in DAT form rather than csdb in version 7?
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: problem with csdb file in android

Post by josh »

Yes. When you run your app the desktop select "Text" as the source type in the dialog box where you set the input file name and use a file name that ends in ".dat". This will set the input file type to text in the pff file so when you copy the pff to the device it will use text instead of csdb.
Yana
Posts: 51
Joined: October 6th, 2016, 6:57 am

Re: problem with csdb file in android

Post by Yana »

Thanks Josh
Just I will go through.
Post Reply