Android Question THINGS Where are my data

Adie

Member
Licensed User
Longtime User
Ok, attached is the visible files/folder on the SD card for the Pi running Things. The app and data all there somewhere but not visible :(

I need to copy files as well as create a SQLite database for the app. How can I see where I need to copy them. This will be to load updated data for the customer and not during program development.

Adie
 

Attachments

  • Pi Dir.JPG
    Pi Dir.JPG
    48.6 KB · Views: 225

Knoppi

Active Member
Licensed User
Longtime User
go to Pi terminal as root
B4X:
cd Folder_for_the_Pi_running_Things
ls -al

The app and data should be displayed

Example Output:
anupam@JAZZ:~/blog$ ls -al
total 76
drwxrwxr-x 13 anupam anupam 4096 Aug 28 21:45 .
drwxr-xr-x 34 anupam anupam 4096 Aug 28 20:52 ..
drwxrwxr-x 8 anupam anupam 4096 Aug 28 12:19 app
drwxr-xr-x 2 anupam anupam 4096 Aug 28 12:19 bin
drwxrwxr-x 5 anupam anupam 4096 Aug 28 12:19 config
-rw-rw-r-- 1 anupam anupam 154 Aug 28 12:19 config.ru
d = dir
3 groups of (rwx) user, group, all
rwx = read, write, execute
- = no permission
 
Upvote 0

Adie

Member
Licensed User
Longtime User
Thanks will look.

and now there are more to learn at my ripe old age 'go to Pi terminal as root'. I barely get the 'thing' switched on. :(

Adie
 
Upvote 0
Top