OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: daniel3000 on May 22, 2006, 02:39:24 pm

Title: Sharp Rom Without An Installed Console
Post by: daniel3000 on May 22, 2006, 02:39:24 pm
Hello,

does anyone know (or can try) what the cqop command "QPE/Application/embeddedconsole" does on a Sharp ROM Zaurus without explicitly installed console? DOes it also open a (rudimentary) console, or does it run the console commands invisibly or..?

I'd like to know because I plan to develop a shell script based backup solution which should also be usable on stock Sharp ROMs. But I'm not sure if it's possible and I don't have a second Zaurus yet to try that.

Thanks
daniel
Title: Sharp Rom Without An Installed Console
Post by: lpotter on May 22, 2006, 06:26:44 pm
The qcop call will fail, and will do nothing. MIght bring up a popup that states it couldn;t be found

In linux, you don't need to open a console window to run scripts.
Title: Sharp Rom Without An Installed Console
Post by: daniel3000 on May 23, 2006, 04:05:51 am
Quote
The qcop call will fail, and will do nothing. MIght bring up a popup that states it couldn;t be found

In linux, you don't need to open a console window to run scripts.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128109\"][{POST_SNAPBACK}][/a][/div]

Thanks!

I know I don't have to, but I would like to, because the user should be able to see what's happening.
Maybe I should use a simple shell-script based qtopia dialog system in order to build the user inferface... That should also work without an installed console and might be more user friendly.

daniel