E-Robot 1.2 elérhető

Újdonságok

  • Új események:
    • Szenzorok / Készülék lefordítva
  • Új műveletek:
    • CPU governor beállítása
    • Launcher választó megjelenítése
    • Rezgés (megadott ideig vagy minta szerint)
    • Text-To-Speech
  • Új kifejezések:
    • CPU governor: az aktuális governor beállítást adja vissza
    • Hívás állapota: az aktuális hívás állapotot adja vissza (idle, ringing, offhook)
  • Alkalmazás-specifikus események: elérhetőek Jelly Bean alatt is; optimalizálás
  • Szenzor események: új “felső határ”, “alsó határ” és “csak intervallumba belépéskor” paraméterek
  • Adott idő van kifejezés: javítás hogy tudja kezelni a “22:00 után vagy 6:00 előtt” típusú beállításokat
  • Parancsok képernyő: új “Engedélyezett” beállítás hogy könnyen tudjunk parancsokat tiltani/engedélyezni
  • Egyéb kis módosítások, hibajavítások

Parancs engedélyezése/tiltása

Az új Engedélyezett beállítás használatával letilthatunk egy parancsot annak kitörlése nélkül, ez pedig jobb teljesítményt eredményez mintha ezt egy konstans “hamis” feltétellel tennénk:

Engedélyezett

5 hozzászólás a(z) “E-Robot 1.2 elérhető” bejegyzéshez

  1. If someone sends a text message, is it possible to store the telephone number and message body as a variable? Also, if this can be done are there plans to implement this in the future or possibly store parts/words of the message into variables?

    I would really like it if this could be done. A happy (paid) user of e-robot AND Elixir 2

    • I guess you mean when receiving SMS message using the SMS received event. Before you select this event you can see that it has two output parameters: from, message. They are variables which are available during command execution. So you can display them for example. You can site them in other variable if you want for some reason: Set variable (“savedMessage”, Variable(“message”))

      • well, here is what i am looking to do…

        if someone sends me an SMS, i want to be able to use the number it is sent from in the action. this way i will not have to make separate commands for each person. example:

        EVENT:
        SMS Received
        from: 123 123 4567
        message: !WAKE UP!

        ACTION:

        Mute
        state: off
        vibration: disabled

        Change Volume
        stream: media
        percent: 100

        Play Sound
        file: wake_up_alarm.mp3
        wait for finish: no

        Send SMS
        number: 123 123 4567
        message: “your alarm is being played.”

        i would like to only have to create ONE event that would store the number of the person sending me the SMS in the EVENT and then use that in the ACTION.

        thanks in advance,
        G.

        (and on a personal note, i would like to thank you for creating these cool tools. you have really changed the way i use my android!)

        • That is what I wrote. In the Send SMS action you can set number as Variable(“from”). So the expression is Variable and the name of variable is “from”, because from and message are output variables of SMS Received event.

Hozzászólás a(z) Geronimo bejegyzéshez Kilépés a válaszból

Az email címet nem tesszük közzé. A kötelező mezőket * karakterrel jelöljük.