UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. rek769
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    rek769

    @rek769

    0
    Reputation
    6
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rek769 Unfollow Follow

    Latest posts made by rek769

    • Telephone number format

      Greetings all...I use UBports on a Nexus5 outside of the US. However, I use US English as the preferred language. As such, the phone number wants to format to the US style (xxx) xxx-xxxx. Where I am, the format is different, xxxx-xxxx. Is there anyway to disable this auto-format of the phone number when entering contact info (or from within in the dialer)?

      posted in Support
      R
      rek769
    • RE: Cronjob help needed

      Forced to find a solution elsewhere, I finally decided to edit the crontab file directly (located at /etc/crontab). Making the change directly instead of using crontab -e worked for me. I generally don't like editing that file directly since errors can cause all cronjobs to fail.

      posted in Support
      R
      rek769
    • Cronjob help needed

      Greetings all,
      I'm trying to set up a cronjob to turn off my UBports powered Nexus 5 each day at a certain time.

      Here is what I did from a terminal:

      sudo su
      mount / -o rw,remount
      crontab -e
      (here is my crontab entry made, and saved via Nano: 30 19 * * * shutdown -h now)
      (to auto shutdown at 7:30pm each day)

      The cronjob is not running (at least the phone is not shutting down as I would expect).
      I noticed that the crontab file I modified is located in the /tmp directory so I suspect that it is being deleted each time the phone reboots. Perhaps there is another way or place to modify the cronjob as root?

      Any ideas or help much appreciated.

      posted in Support
      R
      rek769