Mmm...I used the same procedure and it works.
And I always use base-us, so I think that's not the point.
I would like to know if the point is the first part of the install.sh script:
PHP Code:
sqlite3 /var/local/appreg.db "INSERT INTO handlerIds VALUES ('com.silver.imagegallery001')"
sqlite3 /var/local/appreg.db "INSERT INTO properties (handlerId, name, value) VALUES ('com.silver.imagegallery001','command','/usr/bin/wafapp -l com.silver.imagegallery001 -c /mnt/base-us/extensions/imagegallery/bin/')"
sqlite3 /var/local/appreg.db "INSERT INTO properties (handlerId, name, value) VALUES ('com.silver.imagegallery001','unloadPolicy','unloadOnPause');"
or the rest:
PHP Code:
cp /mnt/base-us/extensions/imagegallery/bin/menu.json /mnt/base-us/extensions/imagegallery/menu.json
mkdir /mnt/base-us/documents/Gallery
rm -f /mnt/base-us/extensions/imagegallery/bin/menu.json
rm -f /mnt/base-us/extensions/imagegallery/bin/install.sh
So if anyone could please try the modified files or send directly this command:
PHP Code:
lipc-set-prop com.lab126.appmgrd start app://com.silver.imagegallery001
it could be helpful.