Tested v0.9.6_beta, and it's working fine for me:
diff --git a/PKGBUILD b/PKGBUILD
index 94ba3c2..ca6a1f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Duy Truong <jimreynold2nd@yahoo.com>
pkgname=ubports-installer
-pkgver=0.9.5_beta
+pkgver=0.9.6_beta
_ver=${pkgver//_/-}
pkgrel=2
pkgdesc='A simple tool to install Ubuntu Touch on UBports devices'
@@ -11,7 +11,7 @@ depends=('android-tools' 'android-udev' 'electron' 'e2fsprogs' 'heimdall')
options=('!strip' '!emptydirs')
conflicts=('ubports-installer-git' 'ubports-installer-bin')
source=("$pkgname-$pkgver.deb::https://github.com/ubports/ubports-installer/releases/download/$_ver/ubports-installer_${_ver}_linux_amd64.deb")
-sha256sums=('08094deec0832623c720fe2ee5edb29d6aec643be4210a41a1ead6baf938d609')
+sha256sums=('bc930578ef94d2b8df05ff34be8566e8d8976916ce5482d1f5bfffe2fe84bb00')
package() {
tar xf data.tar.xz -C "${pkgdir}"
Pinned Comments
bruceutut commented on 2019-08-28 00:53 (UTC) (edited on 2019-08-28 01:05 (UTC) by bruceutut)
@ITwrx This package intends to make ubports installer able to run without root.
So before you run this tool, you need to install android-udev and reboot entire system first, to make udev rule working.
android-udev package inludes tons of devices and vendors, which will make you able to run adb without root permission.
You can try to stop adb.service and try to run
adb devices
from terminal, to check if your device is working.https://wiki.archlinux.org/index.php/Android_Debug_Bridge#Adding_udev_Rules