From 5ef6cfc63b36d02478cbcb1f7f86e9754b473dbb Mon Sep 17 00:00:00 2001 From: Undercliffe10 <137224335+Undercliffe10@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:03:20 +0100 Subject: [PATCH] Update BrowserBuild.md As discussed in Discord --- docs/EN/SettingUpAaps/BrowserBuild.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/EN/SettingUpAaps/BrowserBuild.md b/docs/EN/SettingUpAaps/BrowserBuild.md index 875650c81f57..740f3bb94e3d 100644 --- a/docs/EN/SettingUpAaps/BrowserBuild.md +++ b/docs/EN/SettingUpAaps/BrowserBuild.md @@ -27,7 +27,7 @@ You also need a Google account so that the app can be saved in your Google Drive ```{note} This wiki assumes you're performing all operations with your cellular phone and the Chrome web browser. You will need to jump from tab to tab: start with all tabs closed to avoid losing yourself when switching from one to another. -``` +```op (github-fork)= @@ -98,6 +98,10 @@ AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS) ```{warning} Building AAPS with **Option 1** will not allow you to upgrade your existing AAPS: you will need to uninstall it, restore the settings from your phone and data from Nightscout. + +Before unstalling AAPS you should 1. 'export' your current AAPS settings, 2. uninstall AAPS, 3. install the new version and 4. restore your AAPS settings by 'importing'. + +Once AAPS is uninstalled, it is not possible to get your settings back if you have not recently 'exported'. ``` - If you want to use your own JKS (the one you used on a previous build of AAPS from a computer in Android Studio), you know its password and alias (key0), please choose [AAPS-CI Option 2 – Upload Existing JKS](aaps-ci-option2). @@ -309,4 +313,4 @@ Customizations are usually not necessary. This is for your information ony. - Use workflow from Branch: Please enter the branch name you want to cherry-pick to. - Upstream Repository: Please enter the repository name you want to cherry-pick from. - Commit SHA: Please enter the commit SHA you want to cherry-pick.(like git commit hash) - - Select Build Variant: [variant](variant) \ No newline at end of file + - Select Build Variant: [variant](variant)