Hi,<br><br>I&#39;ve come over a few design questions for a slick podcast catching and playing application for the openmoko platform.<br><br>1. <br>How is the filesystem organized? If I am correct, then part of it resides in the phone&#39;s flash and part is on SD card.
<br>So where would be the right place to cache podcast media files and to store preferences and configuration items? <br>/var/something ?<br>~/.foobar ?<br>Something else?<br><br>2. <br>I want to have an automatic update facility, something like &quot;if I have access to the internet, then download new podcasts&quot;.
<br>Is there any intelligent internet sensing logic? As far as I understood libmokonet checks BT and GSM. Will it check Wifi in the futue?<br>Can I get information on how I am connected (and maybe even to which WLan). So that I can setup complex options like &quot;update podcasts if home WLan is detected&quot; or &quot;if home WLAN detected, then update, else if GPRS is detected, then update&quot;.
<br><br>3.<br>Will there be a cron daemon running? <br>Is it &#39;better&#39; design to provide a cron-callable command line interface to update podcasts or do I have to keep the app running constantly and checking periodically for updates itself?
<br><br>Well, I guess that&#39;s all for now. I would appreciate some hints about these issues.<br>Thanks in advance.<br><br>Cheers,<br>Stefan<br><br>