Home » Motorola

[E2] Camera Default Name

26 July 2008 388 views No Comment

This is my first script for Motorola ROKR E2. Actually it has been released on December 2007

On E398/E1 camera file output has name with date prefix, DD-MM-YYY-xxxx. With this script E2 can do that, so we can easily identifying camera/video result by date.

defaultName.rar package contains : cam.lin and camera file

How to install:
put cam.lin & camera into folder /My_FAVOR/ (/ezxlocal/download/mystuff/unKnown/My_FAVOR/)
edit autorun.txt (/ezxlocal/autorun.txt)
add this code

//————–
if [ -f $MYFAVOR/cam.lin ]
then
mount –bind $MYFAVOR/cam.lin /usr/SYSqtapp/camera/camera
fi
//————–

restart phone

note:
- make sure your FW has set $MYFAVOR variable, and has setconfig command. I developed on EXTREME, now I use Black Storm (non Kalei) and it works
- later I will make revison with including setconfig command so it can be used for universal FW

Donwload defaultName.rar

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.

Comments links could be nofollow free.