Moto Hell - The Motorola Modding Community
October 31, 2024, 04:53:32 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
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
Moto Hell - The Motorola Modding Community
>
Motorola Phone Models
>
Motorola A780/A1200/E2/E6/E680/V8/Z6
>
Software (Phone)
>
Implementing the "Kaleidoscope functions" into ROKR Ultimate
Pages:
1
...
8
9
[
10
]
Go Down
« previous
next »
Print
Author
Topic: Implementing the "Kaleidoscope functions" into ROKR Ultimate (Read 72584 times)
error398
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
Reply #135 on:
October 04, 2007, 01:51:25 am »
sorry keaglez.. i just said for sms and contact
Logged
alexandremacio
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
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
Posts: 2562
http://jeffri.net
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
Reply #137 on:
October 04, 2007, 11:11:27 am »
Quote from: Raunamaxtor on October 04, 2007, 01:51:25 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..
BTW, @Alex, i like to know what modification you have done with your ezx_camera.cfg?
Logged
Best regards,
Jeffri H.
alexandremacio
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
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.
Logged
rushwhq
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
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
Posts: 2562
http://jeffri.net
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
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...
Logged
Best regards,
Jeffri H.
crz
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
Reply #141 on:
October 15, 2007, 10:26:15 pm »
Project Kaleidoscope - closed
Logged
sjj
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
Reply #142 on:
October 15, 2007, 11:15:47 pm »
Quote from: crz on October 15, 2007, 10:26:15 pm
Project Kaleidoscope - closed
Huh?!?! Why???
Logged
crz
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
Reply #143 on:
October 17, 2007, 12:18:08 am »
bcz
Logged
Pop Box
Guest
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
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
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
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
Re: Implementing the "Kaleidoscope functions" into ROKR Ultimate
«
Reply #146 on:
February 04, 2008, 08:24:02 am »
^ maybe
Logged
Pages:
1
...
8
9
[
10
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Motorola Phone Models
-----------------------------
=> Motorola E398/E790/E798/E1
=> Motorola A780/A1200/E2/E6/E680/V8/Z6
-----------------------------
General
-----------------------------
=> General Discussion
=> Trash
-----------------------------
Graphics and Sounds
-----------------------------
=> Wallpapers
=> RingTones
=> Screen Savers
=> Videos
-----------------------------
General
-----------------------------
=> Member's Introductions
-----------------------------
Motorola Phone Models
-----------------------------
===> DRM
===> Monster Packs
===> Java
===> Langpacks
===> Software
===> Monster Packs
===> Software (PC)
===> Software (Phone)
===> Langpacks
-----------------------------
Graphics and Sounds
-----------------------------
=> Skins
-----------------------------
Motorola Phone Models
-----------------------------
=> Motorola C155/C156/C350/C350L/C450/C550
=> Motorola C650/C380/C385/C390/V180/V220
=> Motorola U6/V300/V500/V551/V600/V80/V3
=> Motorola L2/L6/L6i/V191/V195/V235
=> Motorola L7/V360/V3i/V3r
=> Motorola L7i/RIZR/K1/KRZR/W5/W510/Z3/
=> Motorola A3100/MPX/MPX200/MPX220/Q/Q9
=> A835/A840/A975/A1000/C975/E770/E1000+/K3/V975/V3x/V3xx/V6/V9/V9x
=> Motorola C139/C168/C257/C261/V177/W208/W220/W375
===> Langpacks
===> Monster Packs
===> Software (PC)
===> Software (Phone)
===> Langpacks
===> Monster Packs
===> Software (PC)
===> Software (Phone)
-----------------------------
General
-----------------------------
=> Off topic
-----------------------------
Graphics and Sounds
-----------------------------
===> 240x320
===> 176x220
===> 128x160
-----------------------------
General
-----------------------------
=> Forum Games
-----------------------------
Motorola Phone Models
-----------------------------
=> A1600/A1800/EM30/E8/MC75/V750/ZN4/ZN5/Z6w/Z9/Z10/ZN200
===> Motorola ROKR E8
=====> Firmwares
-----------------------------
Graphics and Sounds
-----------------------------
===> 320x240
-----------------------------
Motorola Phone Models
-----------------------------
===> Motorola ZN5
=====> Firmwares
===> ELF
-----------------------------
Graphics and Sounds
-----------------------------
===> Symbian
===> Linux
-----------------------------
Motorola Phone Models
-----------------------------
=> Motorola Android
===> General
===> Applications
===> CLIQ/DEXT
===> CLIQ XT/QUENCH
===> Droid/Droid X/Droid 2
===> Milestone
===> Backflip/Motus
===> Atrix 4G/non 4G
Loading...