Skip to content

Commit

Permalink
Settings: Add fallback installs for S-On devices
Browse files Browse the repository at this point in the history
  • Loading branch information
dbergloev committed Sep 14, 2013
1 parent bf5a320 commit 779286f
Show file tree
Hide file tree
Showing 8 changed files with 223 additions and 278 deletions.
Binary file added assets/fallback.zip
Binary file not shown.
5 changes: 2 additions & 3 deletions res/values-da/strings.xml
Expand Up @@ -41,6 +41,8 @@
<string name="resource_deleting_from_disk">Fjerner %1$s fra %2$s</string>
<string name="resource_copy_to_disk_failed">Det var ikke muligt at kopiere %1$s til %2$s</string>
<string name="resource_delete_from_disk_failed">Det var ikke muligt at fjerne %1$s fra %2$s</string>
<string name="resource_running_script">Eksekvere resurce scriptet %1$s</string>
<string name="resource_fallback_failed">Kunne ikke genstarte enheden i recovery grundet begrænset toolbox binær</string>

<!-- ######################################################
- Names and Comments for Selectors. Used in the Configure
Expand Down Expand Up @@ -88,9 +90,6 @@
<string name="progress_load_config">Indlæser enheds konfigurationer</string>
<string name="progress_load_properties">Indlæser script konfigurationer</string>

<string name="progress_install_sqlite">Opsætter den SQLite3 binære fil samt tilhørende biblioteker</string>
<string name="progress_install_sqlite_failed">Det var ikke muligt at udtrække SQLite3 ressourcerne til system partitionen</string>

<!-- ######################################################
- Names for the menu entries
####################################################### -->
Expand Down
3 changes: 0 additions & 3 deletions res/values-it/strings.xml
Expand Up @@ -87,9 +87,6 @@
<string name="progress_load_config">Sto recuperando le configurazioni del dispositivo</string>
<string name="progress_load_properties">Sto recuperando i valori delle proprietà dello script</string>

<string name="progress_install_sqlite">Impostazione del binario SQLite3 e librerie associate</string>
<string name="progress_install_sqlite_failed">Non è stato possibile estrarre le risorse SQLite3 nella partizione di sistema</string>

<!-- ######################################################
- Names for the menu entries
####################################################### -->
Expand Down
5 changes: 2 additions & 3 deletions res/values/strings.xml
Expand Up @@ -41,6 +41,8 @@
<string name="resource_deleting_from_disk">Removing %1$s from %2$s</string>
<string name="resource_copy_to_disk_failed">Failed to copy %1$s to %2$s</string>
<string name="resource_delete_from_disk_failed">Failed to remove %1$s from %2$s</string>
<string name="resource_running_script">Running the resource script %1$s</string>
<string name="resource_fallback_failed">Could not reboot the device into the recovery due to limited toolbox binary</string>

<!-- ######################################################
- Names and Comments for Selectors. Used in the Configure
Expand Down Expand Up @@ -88,9 +90,6 @@
<string name="progress_load_config">Collecting device configurations</string>
<string name="progress_load_properties">Collecting script property values</string>

<string name="progress_install_sqlite">Setting up the SQLite3 binary and associated libraries</string>
<string name="progress_install_sqlite_failed">It was not possible to extract the SQLite3 resources into the system partition</string>

<!-- ######################################################
- Names for the menu entries
####################################################### -->
Expand Down

0 comments on commit 779286f

Please sign in to comment.