View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#225
Originally Posted by munozferna View Post
I'm removing opera (native) to test it. and will update soon.

And the Opera launcher works, but I get an error ' Cannot finish installation because of insufficient storage space'.

Microemu-demo works though. where is it trying to install opera mini?
Opera is trying to save some files in a record store. These files are created in /opt/phoneme/midp/midp_linux_fb_gcc/appdb.

However, this folder is owned by root:root and the phoneME vm is executed under the account 'user' which does not have write permissions to this folder.

See if you can do the following as root:

chmod a+rwx /opt/phoneme/midp/midp_linux_fb_gcc/appdb

and if that changes the problem. The reason why microemu does not have this issue, is because it does not write to this appdb folder.

If I can then figure out how this folder can maintain its write permissions while creating the deb archive, then we are good to go.

Davy
 

The Following User Says Thank You to DavyP For This Useful Post: