Quote:
Originally Posted by nhedgehog
I'm not sure about the Vivlio firmware. Normally those apps in the "applications" folder are only shell scripts linking to the real apps. It could be, that in the Vivlio firmware the applications are still there but only the links in the "applicactions" folder are missing. I copied mine from PB631 for you in the attached zip file so you can try to put them in your folder. Please don't overwright your applications/or make a backup.
|
Thanks for the app files !

Tried and didn't work.
I can see all the new shortcuts in the app list. (with icons !)
But starting them does nothing.
I checked inside the sudoku.app for example and it seems it's only a shell calling the real app.
Code:
#!/bin/sh
exec /ebrmain/bin/sudoku.app
In USB mode, I can see there is only pbimageviewer (which I already added manually), in my /system/bin/ folder.
Can you check if you have files in there ?
Thanks anyway for the help.