@freddo
I see that files on system-image.ubports.com are stored with digital signatures, so, the situation is better here, but still requires implementing mechanism of choosing mirrors in installer software. I'll take a look at that soon. Thanks
@Sentinel Hi All,
I'm just now running the install from within the waydroid helper app. Back on the stable OS it shows me that the dowload speed is around 200KB/s, the is about 900MB to download. So yes, a verry slow connection for this app...
EJ
While USSD GSM codes are universal: https://en.wikipedia.org/wiki/Unstructured_Supplementary_Service_Data
these seem to just use a similar syntax but are not actually transmitted over the GSM network.
Thus I agree that this probably can't work on UT unless specifically implemented.
@doniks its just a .img file contained in a .gz
just extract the .gz file and flash the resulting image onto a USB drive (or a harddrive depending on if you'd wanna install it as main os)
@schouk IIRC you tried investigating the media hub and other ways to send the audio.
Now it looks like "solving" the issue with bluetooth was achieved by degrading the audio quality to allow it to be more fluid...
It was explained that when the phone is locked the processor is slower. Maybe the audio stream from spotify is too hard to decode in real time for the processor.
Bluetooth is known to have a lower bitrate so the audio stream is lighter than the original one.
My guess is that bluetooth requiring a lower bandwidth the processor is now able to process the audio stream in real time.
Or maybe downgrading the stream is easier than processing it through the audio output...
What I would try is to bufferize the stream to give some slack to the processor to produce a clean audio output. I hope this can help.
[Edit] Maybe it's just RAM usage restricting the buffer size hence leading to those audio glitches
I sync the pictures (fotos or screenshots) to my FreeBSD laptop with:
$ cd /home/guru/UbuntuPhone/rsyncedFromBQ
$ rsync -rav phablet@192.168.2.102:Pictures .
This is done by SSH over Wifi (works as well over USB tethering).
@shapley Up near the start is a section on flashing twrp with fastboot then using that to reset/fix cache, system and data. After that just rerun the installer and all should be ok.
@Flohack thanks a lot for helping me open my eyes.
I still don't understand the difference in vendor files but android_device_oneplus_bacon-1 seems indeed to be used for building the images.
Thank you @Ingo. I've added it to the code and it works.
As this is the reboot approach I'd still leave the issue open as maybe someone might come up with the preferred refresh solution.