Moto Hell - The Motorola Modding Community
April 25, 2024, 03:57:04 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: The forum is no longer active and registration is disabled; however you can still fetch everything as guest.
 
   Home   Help Facebook Search Calendar Login Register  
Pages: 1 ... 8 9 [10]   Go Down
  Print  
Author Topic: Implementing the "Kaleidoscope functions" into ROKR Ultimate  (Read 63335 times)
error398
Guest
« Reply #135 on: October 04, 2007, 01:51:25 am »

sorry keaglez.. i just said for sms and contact
Logged
alexandremacio
Guest
« Reply #136 on: October 04, 2007, 10:52:33 am »

This is my file first.txt:

#!/bin/bash


if [ -f /ezxlocal/pt-BR.lng ]
then
   mount --bind /ezxlocal/pt-BR.lng /usr/SYSqtapp/opera/res/locale/english.lng
fi

if [ -f /ezxlocal/pt.km ]
then
   mount --bind /ezxlocal/pt.km /usr/language/inputmethods/iTap/pt.km
fi

if [ -f /ezxlocal/apmd ]
then
   mount --bind /ezxlocal/apmd /usr/bin/apmd
fi

if [ -f /ezxlocal/ezx_camera.cfg ]
then
   mount --bind /ezxlocal/ezx_camera.cfg /ezx_user/download/appwrite/setup/ezx_camera.cfg
   mount --bind /ezxlocal/ezx_camera.cfg /usr/setup/ezx_camera.cfg
fi

if [ -f /ezxlocal/am ]
then
   #umount /usr/SYSqtapp/am/am
   mount --bind /ezxlocal/am /usr/SYSqtapp/am/am
fi

if [ -f /ezxlocal/phone ]
then
   #umount /usr/SYSqtapp/phone/phone
   mount --bind /ezxlocal/phone /usr/SYSqtapp/phone/phone
fi

if [ -f /ezxlocal/libezxaddrbkeng.so.1.0.0 ]
then
   #umount /usr/lib/ezx/lib/libezxaddrbkeng.so.1.0.0
   mount --bind /ezxlocal/libezxaddrbkeng.so.1.0.0 /usr/lib/ezx/lib/libezxaddrbkeng.so.1.0.0
fi

if [ -f /ezxlocal/libezxaid.so.1.0.0 ]
then
   #umount /usr/lib/ezx/lib/libezxaid.so.1.0.0
   mount --bind /ezxlocal/libezxaid.so.1.0.0 /usr/lib/ezx/lib/libezxaid.so.1.0.0
fi

if [ -f /ezxlocal/libezxam.so.1.0.0 ]
then
   #umount /usr/lib/ezx/lib/libezxam.so.1.0.0
   mount --bind /ezxlocal/libezxam.so.1.0.0 /usr/lib/ezx/lib/libezxam.so.1.0.0
fi

if [ -f /ezxlocal/libezxappbase.so.1.0.0 ]
then
   #umount /usr/lib/ezx/lib/libezxappbase.so.1.0.0
   mount --bind /ezxlocal/libezxappbase.so.1.0.0 /usr/lib/ezx/lib/libezxappbase.so.1.0.0
fi

if [ -f /ezxlocal/libezxrichedit.so.1.0.0 ]
then
   #umount /usr/lib/ezx/lib/libezxrichedit.so.1.0.0
   mount --bind /ezxlocal/libezxrichedit.so.1.0.0 /usr/lib/ezx/lib/libezxrichedit.so.1.0.0
fi


I put all files in ezxlocal  but I think you can put into memory card.
Logged
keaglez
Indonesian Motolover
PHD modder
***

Karma: 61
Offline Offline

Posts: 2562


http://jeffri.net


View Profile WWW
« Reply #137 on: October 04, 2007, 11:11:27 am »

sorry keaglez.. i just said for sms and contact
lol, i know bro.. I mean it useful if you want to launch some java and mpkg.. I currently used it for my java and mpkg.. Grin

BTW, @Alex, i like to know what modification you have done with your ezx_camera.cfg? Huh?
Logged

Best regards,
Jeffri H.

alexandremacio
Guest
« Reply #138 on: October 04, 2007, 11:23:10 am »

I tried to modify pra to improve the quialidade of the video, but some did not make difference. I am waiting some tip.  Sad
Logged
rushwhq
Guest
« Reply #139 on: October 09, 2007, 09:30:35 pm »

Hi

Can anyone tell me step by step how to add this to autorun on Ultimate. I searched for first.txt but i didnt find anything. So i looked for autorun.txt found 2, one backup made with wall changer, and the other i guess its whats system uses, because first line i see replace of wall changer...  so i add the .sh to autorun, saved, reboot, but i cant get kaleidoscope on autorun...

So. I apreciate if some good soul help me

Cheers =)
« Last Edit: October 09, 2007, 09:34:30 pm by rushwhq » Logged
keaglez
Indonesian Motolover
PHD modder
***

Karma: 61
Offline Offline

Posts: 2562


http://jeffri.net


View Profile WWW
« Reply #140 on: October 10, 2007, 05:39:54 am »

Well, you can modify the replace.sh then delete any show line and refresh line... So left it just 'mount' line... After that modify the autorun.txt and add line like this

if [ -f directory/replace.sh ]
then
directory/replace.sh
fi

directory means the directory where you put the replace.sh and all needed files. Restart, startup will longer and maybe you cant hear the startup sound (sometime can). Hope this help... Grin
Logged

Best regards,
Jeffri H.

crz
Guest
« Reply #141 on: October 15, 2007, 10:26:15 pm »

Project Kaleidoscope - closed
Logged
sjj
Guest
« Reply #142 on: October 15, 2007, 11:15:47 pm »

Project Kaleidoscope - closed

Huh?!?! Why???
Logged
crz
Guest
« Reply #143 on: October 17, 2007, 12:18:08 am »

bcz
Logged
Pop Box
Guest
« Reply #144 on: October 17, 2007, 10:02:42 am »

It's a simple job but i don´t know how to do it in linux.
How to create an icon (or line) in one of the menus to call and execute "replace.sh" just like applications mkpg and java do...
Logged
Pop Box
Guest
« Reply #145 on: October 23, 2007, 06:28:48 pm »

Nothing to say? This thread is dead?
« Last Edit: October 25, 2007, 06:01:13 am by Pop Box » Logged
pizzadox619
Guest
« Reply #146 on: February 04, 2008, 08:24:02 am »

^ maybe Sad
Logged
Pages: 1 ... 8 9 [10]   Go Up
  Print  
 
Jump to:  

Design By Forum Hosting
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines