View Single Post
Posts: 47 | Thanked: 32 times | Joined on Nov 2009
#1120
Originally Posted by MetalSer View Post
Do you think there is a way to do this? I can startup the phone and then put it in mass storage mode and it will stay on without rebooting. Would it be possible to put those lines in the transitions files?
Just edit whichever transitions file you use in /opt/MaeModder/conf/transitions/[name of transition]/transitions.ini using vi (or whichever text editor you prefer). You can't access that directory via mass storage, no, but if you REALLY need to modify it on your pc:

Code:
cp -p /opt/MaeModder/conf/transitions/plastic/transitions.ini /home/user/MyDocs/transitionstemp.ini

Connect to your pc, edit transitionsTemp.ini. Disconnect from your pc then

cp -p /home/user/MyDocs/transitionstemp.ini /opt/MaeModder/conf/transitions/plastic/transitions.ini
Really though, you may as well just do it on your phone with LeafPad (or vi if you're comfortable with it)