Good point. I wrote the nub configurator and tv-out settings to write their profiles to the appdata folder, but since they are integrated into the firmware they would write to NAND now as well.PND store is part of the OS but probablty still shouldnt write to the nand.
PROFILES = '/etc/pandora/conf/nub_profiles.conf'
PROFILES = '/etc/pandora/conf/tvout-profiles.conf'
Are you referring to the version from the repo (in a PND), or the version included in the HF6 firmware? The one that's included in the firmware has to store its data to the user's home directory. Where else would you expect it to go? But the PND version shouldn't be doing any NAND writes.+ PND Store
Are you referring to the version from the repo (in a PND), or the version included in the HF6 firmware? The one that's included in the firmware has to store its data to the user's home directory. Where else would you expect it to go? But the PND version shouldn't be doing any NAND writes.+ PND Store
I wouldn't exactly call the database "temporary". If it disappeared on reboot, then the next time you start PNDstore, the list would be entirely empty until you hit the update button. I suppose that's not a deal-breaking loss of functionality, but is it really worth the 400KB it would save? But either way, it can't be changed until the next hotfix. If anyone is bothered by PNDstore's database on the NAND, just ignore the in-firmware version, and use the PND version instead. StreaK, maybe update your first post to say so.if its temporary data [temporart sql database] and not important configuuration file it should go directly to the memory or to /tmp dir and not to stay in nand.
If anyone is bothered by PNDstore's database on the NAND, just ignore the in-firmware version, and use the PND version instead. StreaK, maybe update your first post to say so.
You can just use strace (with combination of grep perhaps) to find out which files the application accesses and opens, so you don't need to search changes in your file system.
Code:strace -e trace=open <command>
you realize that these apps +_have_ to work without any sdcard inserted, thuss cannot do otherwise than writing on NAND, right ?as a bonus: [official XFCE apps that wrotes to NAND]
...
you realize that these apps +_have_ to work without any sdcard inserted, thuss cannot do otherwise than writing on NAND, right ?as a bonus: [official XFCE apps that wrotes to NAND]
...
You can add XFCEpanel, all its plugins, modules etc, also Terminal does that and.... well every NAND apps.
Also I want to point out that pnd_run.sh write on NAND on every single run by *design*.
Activating Wifi/bluetooth also write on NAND
The list goes on and on.
The real issue with NAND writing is not the NAND wear-out but filling the FS (which is quiet small) Pidgin have been removed from NAND for that reason.
Having Pan writing it's cache on NAND is bad and definatly need fixing, but I wont fix audacious as it's a non-issue