Benutzer-Werkzeuge

Webseiten-Werkzeuge


open:it:ubuntutouch

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
open:it:ubuntutouch [2022/11/29 19:24] – angelegt Kaiopen:it:ubuntutouch [2024/10/03 00:09] (aktuell) – [Ubuntu Touch] Kai
Zeile 1: Zeile 1:
 ===== Ubuntu Touch ===== ===== Ubuntu Touch =====
 +OS für mobile Geräte (Smartphone, Tablet, etc.) \\
 +++++ Quellen |
   * [[https://open-store.io/|App-Store]]   * [[https://open-store.io/|App-Store]]
   * [[https://wiki.ubuntuusers.de/Ubuntu_Touch/Programme/|Apps]]   * [[https://wiki.ubuntuusers.de/Ubuntu_Touch/Programme/|Apps]]
Zeile 5: Zeile 7:
   * [[https://docs.ubports.com/de/latest/userguide/install.html|Installation]]   * [[https://docs.ubports.com/de/latest/userguide/install.html|Installation]]
   * [[https://docs.ubports.com/en/latest/userguide/advanceduse/dav.html|Austausch Cloud-Kalender und Adressen]]   * [[https://docs.ubports.com/en/latest/userguide/advanceduse/dav.html|Austausch Cloud-Kalender und Adressen]]
 +  * [[https://wiki.ubuntuusers.de/Ubuntu_Touch/Libertine/|Libertine]]
 +  * [[https://askubuntu.com/questions/866156/how-to-install-libreoffice-on-ubuntu-touch|Install Libreoffice]]
 +++++
  
 Login über Linux-Dektop-Shell (User = phablet): Login über Linux-Dektop-Shell (User = phablet):
-  ssh phablet@<IP-TOUCH>+  ssh phablet@<IP-TOUCH>
  
 ==== Ubports Community ==== ==== Ubports Community ====
Zeile 13: Zeile 18:
 Download auf den u.a. Info-Seiten. \\ Download auf den u.a. Info-Seiten. \\
 Installation auf dem Linux-Desktop: Installation auf dem Linux-Desktop:
-  $ sudo apt install ./xxxxxx.deb  (entsprechend Download-File) +  sudo apt install ./ubports-installer_0.9.5-beta_linux_amd64.deb
-  $ sudo apt install ./ubports-installer_0.9.5-beta_linux_amd64.deb+
  
 Einrichtung Manuell über Konsole starten. \\   Einrichtung Manuell über Konsole starten. \\  
 Download: https://github.com/ubports/installer-configs/blob/master/v2/devices/X605.yml \\ Download: https://github.com/ubports/installer-configs/blob/master/v2/devices/X605.yml \\
-  ~/Downloads$ ubports-installer -v -f X605.yml+  ~/Downloads$ ubports-installer -v -f X605.yml
    
 ==== Lenovo Tab M10 TB-X605F ==== ==== Lenovo Tab M10 TB-X605F ====
Zeile 42: Zeile 46:
 adb-Befehle im Normalbetrieb | fastboot-Befehle im fastboot-Betrieb \\ adb-Befehle im Normalbetrieb | fastboot-Befehle im fastboot-Betrieb \\
  
-  adb -help +  adb -help
-  $ fastboot -help +
-  $ adb devices +
-  $ fastboot devices+
  
-  adb reboot bootloader // (in fastboot-modus wechseln) +  fastboot -help 
-  fastboot oem unlock-go+ 
 +  adb devices 
 + 
 +  fastboot devices 
 +in fastboot-modus wechseln 
 +  adb reboot bootloader 
 + 
 +  fastboot oem unlock-go
      
 Install Ubuntu-Touch Install Ubuntu-Touch
 Mit App über GUI oder (zuvor Download X605.yml): Mit App über GUI oder (zuvor Download X605.yml):
-  ubports-installer -v -f X605.yml+  ubports-installer -v -f X605.yml
  
 ==== Fairphone 2 ==== ==== Fairphone 2 ====
Zeile 74: Zeile 82:
 First connect over ssh to mobile, for this you have to enable via "Tweak Tools" app ([[https://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html|more info]]) and put you ssh key on it, then: ssh pablet@yourip \\ First connect over ssh to mobile, for this you have to enable via "Tweak Tools" app ([[https://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html|more info]]) and put you ssh key on it, then: ssh pablet@yourip \\
 See containers name: See containers name:
-  libertine-container-manager list +  libertine-container-manager list 
 and connect to container: and connect to container:
-  libertine-container-manager exec -i xenial -c "/bin/bash"+  libertine-container-manager exec -i xenial -c "/bin/bash"
 So now we can install curl:  So now we can install curl: 
-  apt install curl+  apt install curl
  
 == 3: Install mopidy == == 3: Install mopidy ==
 [[https://docs.mopidy.com/en/latest/installation/|Mopidy]] \\ [[https://docs.mopidy.com/en/latest/installation/|Mopidy]] \\
 We continue connected to container after "Step 2" (and all steps from here to the end are connected in libertine container) so we execute: We continue connected to container after "Step 2" (and all steps from here to the end are connected in libertine container) so we execute:
-  wget -q -O - https://apt.mopidy.com/mopidy.gpg | apt-key add - +  wget -q -O - https://apt.mopidy.com/mopidy.gpg | apt-key add - 
-  wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/stretch.list + 
-  apt update +  wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/stretch.list 
-  apt install mopidy + 
-  apt-get install mopidy-spotify+  apt update 
 + 
 +  apt install mopidy 
 + 
 +  apt install mopidy-spotify
  
 == 4: Configure mopidy to connect to Spotify == == 4: Configure mopidy to connect to Spotify ==
Zeile 108: Zeile 120:
 Finally we have to install a web dashboard to play our music, for that we need pip so install all with that commands: Finally we have to install a web dashboard to play our music, for that we need pip so install all with that commands:
  
-  apt install python-pip +  apt install python-pip 
-  pip install --upgrade setuptools + 
-  pip install Mopidy-Iris+  pip install --upgrade setuptools 
 + 
 +  pip install Mopidy-Iris
  
 == 7: Run spotify == == 7: Run spotify ==
  
 Now we have Spotify installed, so how we can play music, it's easy, go to Main Scope on Ubuntu touch, touch from bottom to up to open Desktop applications from libertine, open Mopidy and let it run (it never end loading because runs on backgroung) open Morph and go to http://127.0.0.1:6680 you see something like screenshot so go and select Iris Now we have Spotify installed, so how we can play music, it's easy, go to Main Scope on Ubuntu touch, touch from bottom to up to open Desktop applications from libertine, open Mopidy and let it run (it never end loading because runs on backgroung) open Morph and go to http://127.0.0.1:6680 you see something like screenshot so go and select Iris
 +
  
open/it/ubuntutouch.1669746288.txt.gz · Zuletzt geändert: 2024/06/22 10:15 (Externe Bearbeitung)