scripts

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- The -KaukE added to run.sh which needs to be removed when done.

- Added the default service password

- fixed the issue after changing the confirm screen for the change password

- moved the settings post connections to a separate function to be called after the settings initialization.

  1. … 8 more files in changeset.
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- Fixed the Service password using the fixSalt

- //TODO: it needs to be appended to make ti less appear

- //TODO: work on the Encrypted Partition

  1. … 22 more files in changeset.
DEN-15442 : Added - UI: Cybersecurity: Decommissioning [Settings Menu, Service Mode]

Add script to decommission UI - need additional improvements

    • -0
    • +75
    ./decommission_ui.sh
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
DEN-15296: UI: Cybersecurity: Create and mount the encrypted folder, with denali -E [Encrypted Partition]

  1. … 14 more files in changeset.
DEN-11366 : Updated - UI: Bluetooth Cuff paired status unknown after power cycle

Updated script to add the bluetooth main.conf file as part of start.sh

    • -0
    • +130
    ./bluetooth_main.conf
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 6 more files in changeset.
DEN-15348 : Updated - removed wifi.ini creation/use from code

Added code to retrieve ssid on any network connection

    • -0
    • +26
    ./wifi_read_network_info.sh
  1. … 5 more files in changeset.
DEN-15296 : Implemented the screen base and navigation of the denali -E

  1. … 22 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 15 more files in changeset.
Run ethernet dhcp client earlier

- Moved the Ethernet DHCP client on top of the run.sh to fix the Ethernet connection issue in a closed network setup for some vendors.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
DEN-14799 IMP: General Implementation

DEN-14787: UI failing POST after upgrade

DEN-14773: UI POST failing. Touch screen not configuring.

DEN-12140: UI does not pass Touch POST

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 8 more files in changeset.
DEN-14609 Move log line into else section

DEN-14609 Update code based on PR comments

DEN-13537 Update run script to include rfkill and creating wpa_supplicant folder

DEN-8359 Disable unsupported security type networks; Restrict closing userConfirmation dialog without entering network password

  1. … 3 more files in changeset.
DEN-13537 Update run.sh to use systemctl start wpa service

DEN-13537 Modify scripts to use systemctl and remove killall command

  1. … 1 more file in changeset.
DEN-14609 Modify wifi script to shorten IP request retries and fix wifi disconnect's path script issue

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 594 more files in changeset.
DEN-14391: Qt 5.15.10 [setup/bootup scripts]

- Give the operator a chance to complete the setup without SD-Card and format and insert it later since the application has alarms and won't stop working if sd-card not present.

DEN-14391: Qt 5.15.10 [setup/bootup scripts]

- Updated and modified all the setup and boot up scripts to match the new image with new drivers and tools and services.

- Added the SD-Card formatting to the setup.sh

- Added CloudSync setup and launch to the flow.

- Added the compatibility with the new PAM policy and the user passwords.

- Updated the scripts to work better withe openSSH which is the replacement of the dropbear on the device.

Fixed syntax of cloudsync post in run.sh file so that cloudsync runs on post

Changed UI serial implementation to trim off any whitespace or invalid characters in serials received from HD and DG

Changed CloudSync controller to only send messages to CloudSync if device is registered

  1. … 6 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 95 more files in changeset.
Merge branch 'DEN-13198-UI_BN_75' into staging

  1. … 45 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 98 more files in changeset.
DEN-13736: Disinfection demo

- Some changes has been made to UI to able to navigate to the home while on disinfection.

- CloudSync disabled by default.

  1. … 6 more files in changeset.
DEN-13743: IMP: Device Registration - CloudSync POST test - Device Serial/Version req/rsp

- Added the disable functionality ( main.h SINGLETON_... macros ) for the Singleton classes, which are basically controllers, to stop their thread event loop, so they literally stop working.

- Connected the disable functionality of the controllers like, CloudSync, Bluetooth (Maybe later Logger), to the POST result.

- Improved the ./run.sh script and same on the ApplicationPOST class.

- Set the minimum of the HD/DG serial length to 1 byte, since it is not exactly at 15 or 20 char length.

- Removed the "CS" from the UI log of sending out the messages to CS, which the source is UI, not the CS and this is confusing.

- Removed the "Settings/DG Cleaning" scheduling section.

- Changed the POST version/serial request from UI to all to be identified in the log from "Versionreq" to "POSTInfReq".

- Added a new UI POST Alarm in AlarmDefs.h, ALARM_ID_UI_POST_FAILURE_CLOUDSYNC = 295, ///< UI POST CloudSync failure

- Fixed a potential bug on SD-Card not ready service logging.

  1. … 16 more files in changeset.