How I am running ubports as a daily driver
#11
Hey,
Do you use linphone for VoIP? I just flashed the new image with the new kernel and it doesn't appear to show up on the app store. Are you using an alternate app?
#12
(03-01-2020, 12:35 PM)tahayassen Wrote: 1. Write ubports image to emmc
2. Extend root filesystem to 16GB as per https://askubuntu.com/a/958145
Code:
sudo parted /dev/mmcblk2
  resizepart 1
  yes
  -0
  quit
sudo resize2fs /dev/mmcblk2p1

3. Set wallpaper to the one with dogs to fix UI lag
4. Configure system settings in UI
5. Configure timezone via `sudo dpkg-reconfigure tzdata`
6. Install ut tweak tool in the open store

7. Wifi work-around.


Code:
nano /home/phablet/fix-wifi.sh:
sudo nmcli radio all off
sudo rmmod 8723cs
sudo modprobe 8723cs
sudo nmcli radio all on


EDIT: No longer needed in the latest images:

Enable sound on boot:


Code:
sudo nano /etc/rc.local:
modprobe snd_soc_simple_amplifier
modprobe snd_soc_simple_card_utils
amixer -c 0 set 'AIF1 Slot 0 Digital DAC' unmute
amixer -c 0 set 'Line Out' unmute
amixer sset 'Line Out' 100%


Start modem script.
Code:
nano /home/phablet/start-modem.sh:
sudo /usr/share/ofono/scripts/enable-modem
sudo /usr/share/ofono/scripts/online-modem

Stop modem script.
Code:
nano /home/phablet/stop-modem.sh:
sudo /usr/share/ofono/scripts/offline-modem
sudo /usr/share/ofono/scripts/disable-modem
 
  Early on when I started trying UBPorts on my new BraveHeart I had the best results, (Early March I believe)

Using just the GUI,     I was able to text, 
   using wifi,  I could surf the web, YouTube was playing very well at that time. (Sound was only a touch low on max.)

I was able to call out and I had 2 way voice,    but 
never any success with receiving calls, at the best,  the screen would do a quick flash when I attempted to call-in. (then 'call failed')

 Now audio is there, but too low to make out anything on YouTube. (audio set to max)

Out-going calls only randomly ring the called phone, usually just get 'call failed'

Incoming calls still completely non-functioning.

I DO see fresh releases every day,  
                                     but it almost seems like the development is going backwards ?
      LINUX = CHOICES
         **BCnAZ**
               Idea
   Donate to $upport
your favorite OS Team


Possibly Related Threads…
Thread Author Replies Views Last Post
  PinePhone UBPorts Edition stuck on PINE64 logo screen Giovanni Iannotti 4 4,863 09-01-2021, 01:20 PM
Last Post: Giovanni Iannotti
  online accounts in UBports Uturn 2 4,147 03-30-2021, 09:12 AM
Last Post: Uturn
  UBPorts Not Working Pinoideae 7 9,496 03-13-2021, 01:51 PM
Last Post: KNERD
  How to enable Ethernet with UBPorts and convergence dock? piney-tim 1 3,004 11-27-2020, 07:40 PM
Last Post: piney-tim
  UBPorts Convergence MonCon 0 2,328 11-24-2020, 04:25 PM
Last Post: MonCon
  Looks like I found a mild reason why UBPorts for pinephone hasn't seen much progress. plainenough 13 17,360 11-21-2020, 06:30 PM
Last Post: Nooblife
  "No network" on new UBPorts community edition pinephone professorsnapper 6 7,800 10-19-2020, 10:27 PM
Last Post: htc_tattoo
  DisplayPort driver SJSEng 0 1,821 10-12-2020, 06:43 AM
Last Post: SJSEng
  My Daily QA - 2020-10-01 plainenough 1 2,938 10-02-2020, 09:56 PM
Last Post: Phillip Bell
  My Daily QA - 2020-09-30 plainenough 0 1,919 09-30-2020, 01:48 PM
Last Post: plainenough

Forum Jump:


Users browsing this thread: 1 Guest(s)