likwidoxigen
Member
-Canceled-
Please follow this thread where a long term solution is forthcoming.
---LINK ADDED---
If/When I get upload privs on apps.open-pandora.org this will go live. Cheers!
Ok so because no one's done it yet I took an hour and threw together the shell scripts necessary to get this functional. Then my first experience with packaging a pnd and then moving through with debugging curious little bitties on the pandora brings me to a total of 3 hours. Lets take that as a measure of worth....
This app only works on other apps that you got through apps.open-pandora.org. If you have an app of the same name from another place, it'll get replaced.
This is a horrifically crude bit of bash scripting. It's brute force and dumb... kinda like beating a nail into a block of wood with a piece of sandstone.
Ok, so she works. I have a machine that downloaded every pnd from apps.open-pandora.org and created a master pndname -> md5sum list. This list is downloaded to the pandora. Then a separate list of all the local PND files on your pandora are found and then md5summed. Then a brutish O[sup]2[/sup] for loop does the checking of your apps and their sums to the master list and it's sums. A list of all your apps and if they need to be updated is spit to the screen then after it checks all your apps the ones that need updating get downloaded and everything continues happily ever after.
If I get any time I'll work on a real application that uses a gui and a sqlite db. However, I'm sure someone else will beat me to it.
--KNOWN ISSUES--
If you just eject your SD card without unmounting it you've broken the app... to fix it you can sudo in a terminal on the device and go to /mnt/utmp then umount SUPA then rm -r SUPA
If anyone knows another way that's easier just let me know. I can't unmount sdcard by right click unmount on the desktop anymore so I'll probably try that flash that includes HF3
Ok it's time for me to pass out. I'll be back in about 16-20 hours.
Download SUPA 0.1-1
Please follow this thread where a long term solution is forthcoming.
---LINK ADDED---
If/When I get upload privs on apps.open-pandora.org this will go live. Cheers!
Ok so because no one's done it yet I took an hour and threw together the shell scripts necessary to get this functional. Then my first experience with packaging a pnd and then moving through with debugging curious little bitties on the pandora brings me to a total of 3 hours. Lets take that as a measure of worth....
This app only works on other apps that you got through apps.open-pandora.org. If you have an app of the same name from another place, it'll get replaced.
This is a horrifically crude bit of bash scripting. It's brute force and dumb... kinda like beating a nail into a block of wood with a piece of sandstone.
Ok, so she works. I have a machine that downloaded every pnd from apps.open-pandora.org and created a master pndname -> md5sum list. This list is downloaded to the pandora. Then a separate list of all the local PND files on your pandora are found and then md5summed. Then a brutish O[sup]2[/sup] for loop does the checking of your apps and their sums to the master list and it's sums. A list of all your apps and if they need to be updated is spit to the screen then after it checks all your apps the ones that need updating get downloaded and everything continues happily ever after.
If I get any time I'll work on a real application that uses a gui and a sqlite db. However, I'm sure someone else will beat me to it.
--KNOWN ISSUES--
If you just eject your SD card without unmounting it you've broken the app... to fix it you can sudo in a terminal on the device and go to /mnt/utmp then umount SUPA then rm -r SUPA
If anyone knows another way that's easier just let me know. I can't unmount sdcard by right click unmount on the desktop anymore so I'll probably try that flash that includes HF3
Ok it's time for me to pass out. I'll be back in about 16-20 hours.
Download SUPA 0.1-1
Last edited by a moderator: