so this app is only for those f/w doesnt support startup.txt or aoutorun?
@intermario_gr: This post solves our problem.
http://www.motorolafans.com/forums/a...html#post72374
Adding these lines at start runs the mount command also.
I tried it with MediaEditor and it mounted, when I restarted the phone.if [ "$(id -u)" != "0" -a -z "$1" ]; then
exec /sbin/start-stop-daemon -S -c root:root -x "$0" -- restart
exit 1
fi
@danielbrits:
Yes. after adding these lines. you do not need to run the app and select A1600.
Also you do not need to have an extra icon of photoshop.
You can remove it from the registry, as the above commands for mediaeditor mounts the new app to the existing one.
So you can launch the new mediaeditor by clicking on the old icon itself.
so this app is only for those f/w doesnt support startup.txt or aoutorun?
@michaeldomingo
yes, with the help of yan0's startup program it's very possible.
With this working, we won't need to flash to another firmware!
so what's better?this one,or startup.txt autorun? any comparison?
If you have a firmware supporting startup scripts, then there's no need for this.
But for someone like me who has generic firmware, this will do the trick! Still testing alot though!
Last edited by Casper; 09-29-2008 at 05:00 PM.
Doing some testing here as well
Something I noticed.. When I connected my A1200 to my PC (as mass storage) and after a while disconnected, the mount commands were no longer active. I tried tapping on the default alarm icon (which would now be safely replaced by FoxAlarm, but it opened up the default alarm clock!) Rerunning the autorun script manually fixed the issue.
Can anybody confirm this? Mount commands seem to vanish when phone is connected and then disconnected from PC at mass-storage mode.
P.S. Updated the attachment in the first post, the package now contains an updated "autorun.lin" file (code to run the script as root was added).
has anyone got successful in running keyboard thru RunScript.
not yet, it may seem silly but i want it working. I don't use FingerPad, but just want to know all works! I'm sure we can figure it out.
any updates on this? anybody able to get it working?