Hi. I see e/os 1.8 R just came out for the s5 klte. I’m on 0.23 Q at the moment with twrp. Is it possible to upgrade to R without losing data ?
If it is then how to do it ?
Keep up the excellent work e/os devs. This os is fantastic.
Hi. I see e/os 1.8 R just came out for the s5 klte. I’m on 0.23 Q at the moment with twrp. Is it possible to upgrade to R without losing data ?
If it is then how to do it ?
Keep up the excellent work e/os devs. This os is fantastic.
I can’t answer your question, but I can suggest a couple of ways to backup your installed apps and user data, so that they can be restored if the upgrade does lose your data:
adb devices
You should see a response showing the phone serial numberadb root
. You should see a response saying restarting adb as root
android-backup_project
directory: cd android-backup_project
backup_apps.sh
script: ./ backup_apps.sh
. This will shut down your phone, copy some files to the phone, and restart it (in a mode that does not allow you to interact with the phone. Then it will start to backup the apps from your phone and their user data. Depending on how many apps you have installed, this can take a long time, possibly up ti a hour or more.lilac_2022-10-28_SQ3A.220705.004
or qcom_2022-10-28_RQ3A.211001.001
For a bit more information about both methods, see this post
Hi, it should be noted that the Android R version is still marked as beta.
Thanks guys. Ill probably do a TWRP backup and dirty flash R and see how it goes.
If you can give some feedback about this R beta version (if there are no major issues) I’m interested. I also plan to do this upgrate when I have time.
Yes sure. Don’t know when ill get to it though
Hi all. Good news. Dirty flash worked. What I did
Tip of the hat to the e/os devs. Excellent work.
Well, that was quick finally. Thanks for the feedback.
No bother. Happy flashing.
Edit. See 1a in instruction.