Join Today
+ Reply to Thread
Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
Like Tree1Likes

Thread: salarm, a powerful alarm clock

  1. #21

    Default

    Just a note of thank to mention that I have used SALARM to convert my E680i into an alarm radio clock. Refer to http://www.motorolafans.com/forums/e...tml#post172353 for details. BTW, the "SysApp" option refers to the built-in phone alarm. If set, the phone alarm will sound in addition to the command/SMS that is set.

  2. #22
    Join Date
    Aug 2005
    Location
    Philippines
    Posts
    391

    Default

    how can i add salarm_daemon at startup.txt? and where can i find the file startup.txt?

    thanks
    Hoy! Pinoy ako!

  3. #23
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Post startup

    Quote Originally Posted by aremcy View Post
    how can i add salarm_daemon at startup.txt? and where can i find the file startup.txt?

    thanks
    The startup.txt is only in modded firmware available. So the location can be everywhere. However this file needs to be executed and this is written in the runlevels.
    Runlevel 2 will executed when you startup the phone.

    Code:
    etc/rc.d/rc2.d
    If you have no startup then you can add a startup folder, by create a file called for example S80startup and put it in rc2.d. However you need to flash your cg33 rootfs. The contents should look something like this, depends on where you want to have your startup folder.


    Code:
    #!/bin/sh
    if [ -d /mmc/mmca1/.system/startup ]; then
       SCRIPTS=$(ls /mmc/mmca1/.system/startup/)
       for SCRIPT in ; do
           "/mmc/mmca1/.system/startup/"
       done
    else
    fi
    The script, for example "salarm_d.sh", to call a deamon should look something like this. Maybe you need to export some variables before. This is the theory i never started the salarm_deamon.

    Code:
    #!/bin/sh
    . /home/native/.profile
    start-stop-daemon --start --quiet --chuid root --exec /diska/.system/QTDownLoad/salarm/salarm_deamon
    Or you put first a deamon script it in /etc/init.d and make a start/stop/restart script.
    aremcy likes this.
    -------------------------------------
    In any apple is a worm. Through each window flies a bug.
    That's why I take Linux, because what does not fly can not crash.

  4. #24

    Default

    three years now and I can't let go of my phone! thanks to the developers for keeping the phone current
    E680i C5.A6P B0.B1P; C5.AEP B0.B1P (28/07/2006); C5.AEP C0.B1P (03/08/2006) BT ID E680g


 
+ Reply to Thread
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Q: Alarm clock fails. Why?
    By jms in forum A1200 General Chat
    Replies: 2
    Last Post: 05-01-2008, 08:11 PM
  2. Q: What about a alarm clock on the Ming ?
    By Shigeru in forum A1200 General Chat
    Replies: 3
    Last Post: 10-06-2007, 06:04 PM
  3. Suggestion for alarm clock
    By fundo81 in forum A1200 General Chat
    Replies: 30
    Last Post: 07-13-2007, 05:40 AM
  4. Alarm Clock
    By fundo81 in forum Bounty Projects
    Replies: 0
    Last Post: 06-02-2007, 06:24 AM
  5. alarm clock
    By aztechmaster in forum A1200 General Chat
    Replies: 2
    Last Post: 02-20-2007, 05:56 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1