Volla Installation guide

This thread is intended to contain install guides to the Volla like ports from @piggz. In the main, they cover the basics of using ubports to flash a supported android and the following install of images provided by the buildservice setup on gitlab.

  1. Obtain Ubports UBports Installer • Ubuntu Touch • Linux Phone (0.10.0)
  2. Ensure you have unlocked the OEM bootloader
  3. Follow the instructions in ubports installer to install VollaOS
  4. You can boot VollaOS to test that all systems function (camera, bluetooth, etc)
  • on the Volla22/GS5/Rephone SIM will probably not be recognized, don’t worry
  1. Download the respective installer tarball files from @piggz build setup
  1. unpack the downloads artifacts zip file.
  2. Reboot your phone into fastboot mode (Volume up + power)
  3. run the flash.sh script from the extracted archive.
  4. When prompted, choose encryption for home. It is not actually optional
13 Likes

if you have strange problems with you partitions after flashing the device (root is filling up with no specific reason)
Boot in recovery…factory reset…format data…
than reflash

When installation was successful, there are some things to take account of:

  • All Wlans show up three times. (No solution a t the moment, but no major impact as well)
  • Hotspot function is not working or just very flaky. It definitely just works, when Wlan is switched off before turning hotspot on.
  • There are other WLan issues. Which leads to some problems with specific applications (for example Sailfish connect). But in general WLan works fine and stable.
  • ringtone volume can’t be changed via buttons. but it can be achieved over setting the volume in the Ambiences. Ringtone volume there is respected. If you want to disable buttons for changing ringtone volume and just use the buttons for media volume, you can achieve this with this command:

dconf write /jolla/sound/force_mediavolume true

  • vibrations for some actions are too short to really be recognized. To change this you have to alter this file (at least on GS5 and rephone): /usr/share/ngfd/plugins.d/50-droid-vibrator.ini after editing it, you have to restart the corresponding service to activate the new settings:

systemctl --user restart ngfd

This are the values I use at the moment (be aware, these values reflecting my personal taste):

drag_start = on=40
release_weak = on=40
drag_fail = on=40
drag_boundary = on=60
touch_weak = on=60
drag_end = on=75
release = on=75
touch = on=100
release_strong = on=100
touch_strong = on=125
short = on=125
strong = on=150
long = on=800
notice = on=125,pause=500,repeat=1
message = on=125,pause=125,repeat=1
attention = on=125,pause=125,repeat=2
alarm = on=1000,pause=500,repeat=forever
ringtone = on=2000,pause=500,repeat=forever
default = on=125

Most of my comments refer to the GS5 and the rephone. I think the network problems are not present on the other Volla devices

5 Likes

I’ll add that SIM cards may not be recognized. With a single SIM, my solution has been to got to settings PIN Code, toggle the setting (confirm with PIN) and restart (or before shutdown).

1 Like

Just tested these and they seem reasonable. I usually don’t use feedback, though, but these work nevertheless :slight_smile:

Thanks VERY MUCH @poetaster for providing the direct download links to the artifacts files!!! :star_struck: :heart_eyes:

1 Like

A general method for updating after new releases, for reference:

  1. devel-su
  2. ssu re 4.5.0.19 (substitute new release)
  3. ssu ur
  4. zypper ref
  5. zypper dup
1 Like

When installing to a Volla22/GS5/Rephone you will very likely encounter a missing SIM issue.

As @jauri.gagarin.II notes at The Volla 22 (Gigaset GS5) Thread - #521 by jauri.gagarin.II

the solution is to disable SIM one, and then activate the PIN which will activate the SIM in turn.

Thank you very much @poetaster for this summary

It is probably obvious to everyone but when @Fellfrosch wrote “reflash” in :

Blockquote
if you have strange problems with you partitions after flashing the device (root is filling up with no specific reason)
Boot in recovery…factory reset…format data…
than reflash

It means you have to reboot into fastboot mode, you cannot use the fastboot mode of the recovery mode you have just used to format the data (I made the mistake twice :wink:)

2 Likes

One further thing regarding Volla 22/GS5/rephone.
Wifi is consuming a tremendous amount of power, so battery lasts just for roughly one day.

A workaround is to install latest situations from here:

Set up a situation where Wifi is switched off whenever the screen is off and one where Wifi is switched on, when the display is on. If you have some sync processes running, which need Wifi (I have that), a further situation makes sense. I have it set to switch Wifi on, when a charger is connected, because I charge my device every night. Of course a time controlled situation is also possible.

This leads to a device with superb stamina. Two days should be no problem, even with quite heavy usage.

4 Likes