containers_only:
This is very good! And free!
But if I change devices is all my data lost as I can’t find how to back it up to the cloud?
I would then of course import it onto my new device.
I can’t simply swap SD cards as I have a nexus 7 which doesn’t have one!
But if I change devices is all my data lost as I can’t find how to back it up to the cloud?
Do database backup, after that with the File Manager select the backup file and copy it to PC or you can attach it to email and send it to your email box/upload to cloud service, and later with the new device you can open the email, save the database to the device and then use the database recovery option.
No SD CARD is needed, if the device doesn’t have external SD-Card, the internal storage is visible to the system as SD-Card - so it will work on devices with or without SD-Cards(The job is done by the OS{Android} and not by the application).
Exported Data is saved to the SD-Card in Folder “TruckManagerPro”. The file is named Data.html and will be overwritten if you generate a new one.
Database Backup file is saved to the SD-Card in Folder “TruckManagerPro”. The file is named PRODB. The file is overwritten every time when the backup is executed.
Please, do daily backup and save the data to external PC/Notebook/Cloud Service - in case of Device theft or loss you will have your database.
Database Backup Code: 0000
Database Recovery Code: autogenerated(00dayYear) - based on the date; Example: 13/Jan/2013 - recovery code 00132013
When the Recovery is executed press the Back button till you get back to the home screen of the App and then press one more time Back to quit the App. Now start it again to continue using it - when you do a new start of the App, it will check the Database and will update it. If no check is executed you may experience malfunction or crash.
today is the 26 Sep, 2013(device date) - recovery code 00262013
More INFO: sites.google.com/site/truckmanagerpro/set
check in your Storage for Folder called “TruckManagerPro” ,after making backup, you will have a file called “PRODB” - PRODB is the database backup file.
New Device - Install the app , then do database backup and you will have a folder named “TruckManagerPro” and in the Folder is the file “PRODB”. Delete the “PRODB” and then copy into the folder the backup file “PRODB” from the old device/email/PC, after that start the app and do database recovery.
Using the External Storage
Every Android-compatible device supports a shared “external storage” that you can use to save files. This can be a removable storage media (such as an SD card) or an internal (non-removable) storage. Files saved to the external storage are world-readable and can be modified by the user when they enable USB mass storage to transfer files on a computer.
It’s possible that a device using a partition of the internal storage for the external storage may also offer an SD card slot. In this case, the SD card is not part of the external storage and your app cannot access it (the extra storage is intended only for user-provided media that the system scans).
Caution: External storage can become unavailable if the user mounts the external storage on a computer or removes the media, and there’s no security enforced upon files you save to the external storage. All applications can read and write files placed on the external storage and the user can remove them.
You don’t need any permissions to save files on the internal storage. Your application always has permission to read and write files in its internal storage directory.
developer.android.com/guide/topi … orage.html
EDIT: I saw the screen-shots and there is a Kindle
the Kindle doesn’t have a SD-Card slot - so it will work on your NEXUS
Cheers!