Should just point out that you aren't really running them 'together'. The '&' makes the first process run in the background and then allows the second process to run in the foreground.
You can basically do:
process1 &
process2 &
process3 &
process4
etc...
That's all assuming that this thing runs like Unix - I could be completely wrong of course...
From another thread I have learned how to do it.
For anyone that wants to load GMenu2x and Energysaver
Make sure that Gmenu2x folder is in root of sd card and setbl from Energysaver is in the root of the sd card also
here is the code
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.