20181105_jeffrey - silenceuncrio/diary GitHub Wiki

0905

review

0950

這禮拜做 M360

盤一下待作事項

  • Hardware Version Display
  • Ethernet Status(up/down)
  • PLMN display
  • Device should have a help menu: user manual/guide, faq
  • SIM PIN enable/disable
  • the device's GUI should display network connected status: connected/disconnected
    • 有取得 ip 就是 connected
  • gui username and password to be set to admin by default
    • M300 的密碼強度 和提示訊息都搬過來
  • connection time for dual apn
  • device asks for a reboot wihie performing any LTE configuration chnage
  • display CPE firmware version
    • software to firmware
  • in serving cell list cell id formate should be in decimal, currently it is in hex
  • help menu not available on GUI

1000

先 pull 最新的 M360 source code

build image... ok

upgrade via uboot... ok

1010

Hardware Version Display

commit 6588c7fd4c4fa2e299c03700e70097f16644bb38
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Nov 5 10:31:19 2018 +0800

    display the 'Hardware Verion' accoring to the uboot env 'hw_ver'

 proscend/base_fs/default/rootfs/etc/rc.local    | 5 +++++
 proscend/prosrc/icos/icoslib/system/systemcfg.c | 6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

1035

作以下

  • gui username and password to be set to admin by default
    • M300 的密碼強度 和提示訊息都搬過來
commit 6bea234302e60e237660c756676105060e5b0fa8
Author: jeffrey <[email protected]>
Date:   Mon Nov 5 11:17:57 2018 +0800

    remind the user if password is not strong enough

 .../prosrc/www/app/feature/administration.html     | 18 +++++--
 proscend/prosrc/www/app/feature/administration.js  | 59 +++++++++++++++++++---
 proscend/prosrc/www/app/feature/login.js           |  2 +-
 proscend/prosrc/www/app/locale-en.json             |  6 +++
 proscend/prosrc/www/app/locale-fr.json             |  6 +++
 proscend/prosrc/www/app/locale-zh-tw.json          |  6 +++
 6 files changed, 83 insertions(+), 14 deletions(-)

1120

作以下

  • display CPE firmware version
    • software to firmware
commit 0a3189cb7fa65b6a81cd3a1425696f04e5993c18
Author: jeffrey <[email protected]>
Date:   Mon Nov 5 11:27:46 2018 +0800

    change the literal 'Software Version' to 'Firmware Vwesion'

 proscend/prosrc/www/app/feature/identification.html | 2 +-
 proscend/prosrc/www/app/locale-en.json              | 1 +
 proscend/prosrc/www/app/locale-fr.json              | 1 +
 proscend/prosrc/www/app/locale-zh-tw.json           | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

1130

作以下

  • in serving cell list cell id format should be in decimal, currently it is in hex

我需要把借出的 SIM 卡拿回來

commit d14a5d590335d52b3e0fafa4bddaaeeda61aa970
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Nov 5 11:54:56 2018 +0800

    display the 'Cell ID' in decimal

 proscend/prosrc/www/app/feature/serving_cell.html | 2 +-
 proscend/prosrc/www/app/feature/serving_cell.js   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

1310

M300 緊急追加

status page 追加 DO status

以前只有 HYTEC 有

現在通通都有

不過能透過 URL 控制 DO 的還是只有 HYTEC

build 一版 CTCU 的試試

趁機把上次改壞的 Administration web page 一起修一修

commit 024ef201026db91f866cd37730c429189564880f
Refs: [hotfix/v1.74], {origin/hotfix/v1.74}
Author: jeffrey <[email protected]>
Date:   Mon Nov 5 14:01:40 2018 +0800

    - add 'DO' information at 'Status' web page
    - fix the problem of 'Administration' web page
      - empty the name field to delete the user

 proscend/prosrc/webcgi/status.c                     |  6 ------
 proscend/prosrc/www/app/feature/administration.js   |  2 +-
 .../www/brand_xentino/app/feature/status.html.src   | 21 +++++++++++++++++++++
 3 files changed, 22 insertions(+), 7 deletions(-)