Ubuntu Touch with OTA updates - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: UBPorts on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=125) +---- Thread: Ubuntu Touch with OTA updates (/showthread.php?tid=9796) |
RE: Ubuntu Touch with OTA updates - Zweitaktmotor - 06-24-2020 [quote pid='69649' dateline='1592855329'] #54 is the most recent version from the dev channel. the nightly builds jenkins builds do not correlate with the automatic ubports update (though they are close so it is easy to get them mixed up). I went through some ubuntu documentation and source code to check where the dev channel pulls its update package from: Here it is: https://system-image.ubports.com/16.04/arm64/mainline/devel/pinephone/ I'm not sure how the build system is triggered, but I guess it is done manually. [/quote] So, #55 and #56 finally came along. But after installing #56 the screen has become irresponsive. The phone seems to boot normally, though. Just a question: If you download an update, it is presumably stored somewhere and then the phone goes into update mode on the next boot. When #57 becomes available and the screen issue is fixed, where can I store this on the phone to trigger the update, rather than having to re-flash? RE: Ubuntu Touch with OTA updates - Momomentum - 06-25-2020 (06-24-2020, 03:51 PM)Zweitaktmotor Wrote: [quote pid='69649' dateline='1592855329'] So, #55 and #56 finally came along. But after installing #56 the screen has become irresponsive. The phone seems to boot normally, though. Just a question: If you download an update, it is presumably stored somewhere and then the phone goes into update mode on the next boot. When #57 becomes available and the screen issue is fixed, where can I store this on the phone to trigger the update, rather than having to re-flash? [/quote] Unfortunately I don't know the answer to that. This page describes the components of the update process: https://wiki.ubuntu.com/ImageBasedUpgrades Maybe you find something helpful there. If you do, I'd be interested to know as well EDIT: You could also try the command line tool via ssh if you already have ssh working. See: https://github.com/ubports/system-image/blob/xenial/cli-manpage.rst RE: Ubuntu Touch with OTA updates - henkdieter - 06-25-2020 (06-25-2020, 02:09 AM)Momomentum Wrote: [...] That looks promising, but unfortunately with me it fails with the following error: Code: phablet@ubuntu-phablet:~$ system-image-cli -nv Does that look familiar to anyone? RE: Ubuntu Touch with OTA updates - pjsf - 06-25-2020 After getting the non operable touch screen problem, I downloaded the latest build(59 I think), backed up my userdata partition from jump drive, etched the new build and restored the user data partition, and that's got it back to normal. I'm quite surprised at how well this worked, all downloaded apps and user settings still in place! So there is something to be said for ubports partitioning scheme after all. RE: Ubuntu Touch with OTA updates - LMalilil - 06-28-2020 Anyone else noticing that after dev62 and including dev63 SMS sends and receives but the actual text bubbles dont show up under the message thread with each person? Went from having an almost operable phone to a paperweight. Hopefully everyone noticed this and its not just my phone RE: Ubuntu Touch with OTA updates - LMalilil - 06-30-2020 Maybe I don't understand how these updates are supposed to work. How did we go from a phone that worked to a useless paperweight that we cant even text with? Four updates in a row now SMS does not show up in the text threads RE: Ubuntu Touch with OTA updates - patrickjquinn - 06-30-2020 (06-30-2020, 06:43 AM)LMalilil Wrote: Maybe I don't understand how these updates are supposed to work. How did we go from a phone that worked to a useless paperweight that we cant even text with? Four updates in a row now SMS does not show up in the text threads Its called a regression and it's very common in software development, especially software with such a high level of complexity. Changing one dependancy to improve something or fix something pertaining to that dependancy can have unintended consequences for the thing that it was dependant on, in this case the messages app. If you want stability, switch back to stable. If you want a bleeding edge device that has a high chance of becoming a useless paperweight, stick with dev. Sorry to be blunt and potentially obvious but that just the situation. RE: Ubuntu Touch with OTA updates - Luke - 06-30-2020 (06-30-2020, 06:57 AM)patrickjquinn Wrote:(06-30-2020, 06:43 AM)LMalilil Wrote: Maybe I don't understand how these updates are supposed to work. How did we go from a phone that worked to a useless paperweight that we cant even text with? Four updates in a row now SMS does not show up in the text threads This. RE: Ubuntu Touch with OTA updates - LMalilil - 06-30-2020 (06-30-2020, 06:57 AM)patrickjquinn Wrote:No its all good man. I was just puzzled cause every developer update since I got it has had full sms capability. Was starting to think I was just having issues with my particular device. So I haven't had a single update in the Stable channel. I have OTA 3 from Release Candidate and it seems to work until the phone sleeps. is that the stable version?(06-30-2020, 06:43 AM)LMalilil Wrote: Maybe I don't understand how these updates are supposed to work. How did we go from a phone that worked to a useless paperweight that we cant even text with? Four updates in a row now SMS does not show up in the text threads RE: Ubuntu Touch with OTA updates - patrickjquinn - 06-30-2020 Yep! OTA3 is the latest stable as far as I'm aware |