Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Updater: Check for free space on install

Mohammed Althaf Thayyil requested to merge 863-r-free_space into v1-r

Description

Prompt user to clean up internal storage space when almost full to be able to proceed with the update/upgrade process

Screenshots

Click to expand

Technical details

  • Added dialog to inform user about low memory space.

Tests

  1. Download an ota update
  2. Fill up phone storage with data or dummy files. To create 1gb dummy file'
  • adb root
  • adb shell dd if=/dev/zero of=/storage/emulated/0/temp.file bs=1G count=1
  1. Tap install button in Updater app

Issues

https://gitlab.e.foundation/e/os/backlog/-/issues/863

10 commandments of code reviews

👪 ❤️ https://gitlab.e.foundation/internal/wiki/-/wikis/development/code-review

Merge request reports

Loading