[01:22] I’m fine with the dev speed overall. As long as it works, I’m happy. Latest OTA fixed the camera for me! [01:43] InSanicTH was added by: InSanicTH [01:55] @Fuseteam [@Javacookies this might interest you https://github.com/ubports/docs.ubports.com …], thanks i'll check it [07:09] @marquiskurt [I’m fine with the dev speed overall. As long as it works, I’m happy. Latest OTA …], Same here 👍 … Time for a big 'Thank you!' to all the devs and all the community members that make ubuntu touch happening and such an enjoyable Exoerience on my phones. [08:09] Abdullah Eyni was added by: Abdullah Eyni [08:11] i have Samsung Galaxy S7 is this good phone for Ubuntu Touch? [08:12] @Abdullah Eyni [i have Samsung Galaxy S7 is this good phone for Ubuntu Touch?], Hello, you can check that here: https://devices.ubuntu-touch.io [08:12] thanks [08:23] (Photo, 771x692) https://irc.ubports.com/bPJNsU0c.png is this good enough ? [08:25] Only you can decide that. It depends fully on how you use the phone, and what features you consider important. [10:11] Yasaswi was added by: Yasaswi [10:12] Please tell me how to install ubt installer in ubuntu [10:15] @Yasaswi [Please tell me how to install ubt installer in ubuntu], either download the .deb package and run sudo dpkg -i "name of the file" … or download the .appimage, make it executable (right-click allow to execute as programme) and run it [10:16] @Yasaswi [Please tell me how to install ubt installer in ubuntu], https://devices.ubuntu-touch.io/installer/deb [10:17] (Photo, 1280x720) https://irc.ubports.com/y1MnpjbU.png [10:17] Getting this error [10:17] I am using ubuntu in live usb [10:18] @Yasaswi [], Go to th deb package directory and try [10:20] @Yasaswi [], run sudo apt -f install [10:20] @Yasaswi [I am using ubuntu in live usb], U need adb and fastboot dependency for ut installer [10:21] the apt -f install will fix the dependencies you need [10:21] @christos [run sudo apt -f install], Thats a dependency error sir may some driver issue [10:22] Because of live booting [10:22] @D4R1IN9 [Thats a dependency error sir may some driver issue], ? [10:22] @Yasaswi [], Dependency error [10:22] won't an -f install download the dependencies he needs? [10:23] @christos [won't an -f install download the dependencies he needs?], It won't some times if driver side [10:24] hmm... ok. myself I don't know how to get adb working for oneplus3 [10:24] @christos [hmm... ok. myself I don't know how to get adb working for oneplus3], 😳 [10:25] support is listed as partial, same as MTP but while MTP seems to be working great for me, I don't know what to do for adb [10:25] @christos [hmm... ok. myself I don't know how to get adb working for oneplus3], Wt do u mean by that not working [10:25] @D4R1IN9 [Wt do u mean by that not working], like adb devices does not list my ubuntu touch device [10:26] @christos [like adb devices does not list my ubuntu touch device], After ut installation adb won't work try ssh [10:26] Someone said me here [10:26] 😱 don't know how to ssh, will have to look into it [10:27] @christos [😱 don't know how to ssh, will have to look into it], Enable developper option [10:27] Run ssh - help it will giv all possible commands [10:28] Ssh default host name will work ig [10:28] @D4R1IN9 [Enable developper option], On most Android 9 devices developer mode does not start ssh server [10:28] Or ip [10:28] You need to start the service manually via console on the device. [10:29] PLUS you either need to have a private key pushed to the device in recovery mode, or remove the disabled password option [10:29] So its a bit cumbersome [10:29] Ohh i didn't knew that tq [10:29] 🙂 [10:30] aha, seems like a problem to deal with another time, thought perhaps could adb since here (https://docs.ubports.com/en/latest/userguide/dailyuse/anbox.html#run-anbox-installer) it mentions adb but apparently it isn't really working at least with my device [10:33] @Yasaswi [], `sudo snap install ubports-installer` should work [10:33] @Flohack [On most Android 9 devices developer mode does not start ssh server], can't this be changed? … ssh can be really helpful when something wrong suddenly happen to your device and SSH still works 😄 [10:34] @Fuseteam [sudo snap install ubports-installer should work], Yes worked [10:34] How to open the installer now [10:34] @Javacookies [can't this be changed? … ssh can be really helpful when something wrong suddenly h …], Everything can be changed, its just software ^^ [10:35] However I was not involved in the process when we said "adb is not so important anymore, we want ssh" in Halium devices. And then its really hard to get logged in without public key. I think that can be a major blocker [10:35] @Yasaswi [Yes worked], the same way you open firefox [10:36] @Flohack [However I was not involved in the process when we said "adb is not so important …], its not that hard [10:36] adb is fine but wired connection has been very unreliable in my experience … I have a few devices which I can't reflash anymore because they're not detected anymore 😅 [10:37] you could always pull the keys to the phone [10:37] like `scp pc:/path/to/key ~/.ssh [10:37] [Edit] like `scp user@pc:/path/to/key ~/.ssh` [10:38] @Fuseteam [like scp user@pc:/path/to/key ~/.ssh], Thats already too much for some users ^^ [10:38] i remember someone made a script to automate that 🤔 [10:39] @Flohack [Thats already too much for some users ^^], ssh/adb is already too much for those users tho [10:40] pushing the key would be not less "complex" with "ssh-copy-id phablet@phone" :p [10:41] @Fuseteam [i remember someone made a script to automate that 🤔], found it https://sourceforge.net/projects/ssh-pull-id/ [10:41] [Edit] pushing the key would be not less "complex" with `ssh-copy-id phablet@phone` :p [10:42] @Fuseteam [pushing the key would be not less "complex" with ssh-copy-id phablet@phone :p], That wont work, even when youstart ssh it wont let anybody in [10:42] @Fuseteam [ssh/adb is already too much for those users tho], But Anbox!!! [10:43] @Flohack [That wont work, even when youstart ssh it wont let anybody in], i know that's why you pull with scp, its not that much harder than pushing is my point :p [10:44] @Flohack [But Anbox!!!], but anbox's adb has nothing to do with the developer mode adb........ [10:44] @Fuseteam [but anbox's adb has nothing to do with the developer mode adb........], No but they will need a shell to install apks [10:44] I used those, do they work? … I always just copy manually … actually, I share the authorized_keys file to all my UT devices 😄 [10:44] [Edit] I never used those, do they work? … I always just copy manually … actually, I share the authorized_keys file to all my UT devices 😄 [10:45] @Flohack [No but they will need a shell to install apks], still don't see how anbox is related :p [10:46] @Javacookies [I never used those, do they work? … I always just copy manually … actually, I share …], lmao that is smart xD [10:46] i just `scp` and `cat >>` most of the time for ut devices [10:50] @Flohack [No but they will need a shell to install apks], If I wanted shells I'd go to the beach 😛 … I'm a GUI based user, it's probably a good thing that I don't need or want Anbox. === Sousapro_ is now known as Sousapro [12:26] @jackiemoore [], dont worry too much [12:27] (Photo, 1280x720) https://irc.ubports.com/u34s9IWL.png [12:27] and this is not with 4 more pinephones, and the volla ;) [12:29] Garboggini was added by: Garboggini [12:35] LOL [12:49] ElaNbu was added by: ElaNbu [12:49] Why no poco f1 [12:49] Why there is no support for poco f1 [12:52] lol [12:52] @ElaNbu [Why no poco f1], because nobody has completed the port for it yet [12:58] is there info somewhere on how to try/test anbox on non officially supported devices? [13:08] @ElaNbu [Why no poco f1], there's a port which seems to be usable as I know some people using it but I think it's not yet ready for the installer [14:23] Please tell me if anyone knows how to install ubports installer in kali linux [14:24] @Yasaswi [Please tell me if anyone knows how to install ubports installer in kali linux], Use the appimage I guess [14:25] @Yasaswi [Please tell me if anyone knows how to install ubports installer in kali linux], Use deb file [14:25] And u need adb and fastboot install through … Apt install adb fastboot [14:27] don't run kali like it's any other linux distro, because it's not [14:28] sigh cross posting [14:29] cross signing [14:29] @dohbee [don't run kali like it's any other linux distro, because it's not], Y sir [14:30] kali is a tool, not a daily use general purpose OS [14:31] but don't want to get into off topic discussion about it [14:32] @dohbee [kali is a tool, not a daily use general purpose OS], Ahh just a vanilla debian with some pe testing tools but it can be used as daily driver by adding deb repo and other tweeks [14:32] @dohbee [but don't want to get into off topic discussion about it], + [14:38] @D4R1IN9 [Use deb file], Ok done but it's not showing where it installed [14:39] @Yasaswi [Ok done but it's not showing where it installed], Open apps [14:40] @Yasaswi [Ok done but it's not showing where it installed], Which de? [14:41] (Photo, 1280x167) https://irc.ubports.com/sZvHysgP.png [14:42] just run `ubports-installer` then [14:42] Command not found [14:43] @Yasaswi [], Snap need restart ig [14:44] After restart it will be shown in menu [14:44] eh? it should be available [14:44] or it is due to kali's default root thingie [14:44] weird issues like this is why you don't use kali as a daily driver, its not made to be one [14:46] (Photo, 1280x720) https://irc.ubports.com/b3tNZOxa.png [14:46] It's there [14:46] But when I click [14:46] (Photo, 1280x720) https://irc.ubports.com/GHweo4vK.png [14:48] @Yasaswi [], Open terminal in that directory … Giv … Chmod +x [14:48] Then ./file name [14:48] Enter [14:51] <КАКАРОТ> @Yasaswi [I am using ubuntu in live usb], use best live OS FWUL os have all what need for flashing [14:52] <КАКАРОТ> @КАКАРОТ [use best live OS FWUL os have all what need for flashing], https://androidfilehost.com/?w=files&flid=174354 [15:06] Hey, I'm trying to screencast my Nexus 7 with ADB, but it appears that I keep getting this green square instead of the acutal output. I'm using the command `adb exec-out timeout 120 mirscreencast -m /run/mir_socket --stdout --cap-interval 4 -s 1280 720 | mplayer -demuxer rawvideo -rawvideo w=1280:h=720:format=rgba -`. Any ideas on how [15:06] to get screencasting working? [15:06] (Photo, 1280x800) https://irc.ubports.com/uWZrkeo3.png [15:14] This is more of a workaround than a solution, but it appears it works fine under Ubuntu MATE, just not macOS. [15:16] mirscreencast works fine under ubuntu mate? [15:17] oh didnt' realize that screenie was macos hmmm [15:19] @Fuseteam [mirscreencast works fine under ubuntu mate?], The whole adb-exec thing with mplayer, yes. [15:20] I thought I could've casted with my Mac since I could install mplayer, but I guess not? (Maybe something wrong with mplayer on macOS) [15:21] cool, wonder what macos does differently [15:21] kinda weird [15:22] I think my Ubuntu VM is suffering, though, since it’s not quite casting correctly (I suspect it’s due to the lackluster OpenGL support on Linux VMs in Parallels) [15:25] (Photo, 1280x800) https://irc.ubports.com/ZMbjZNxs.png squish [15:26] (Photo, 1280x800) https://irc.ubports.com/mbOX9TBj.png Either that or mirscreencast really prefers you're in portrait mode and not landscape, because this doesn't look as awkward (I swapped width and height) [15:31] akanksh_ak was added by: akanksh_ak [15:36] what's your goal? … maybe using the vnc server will do? [15:37] I wanted to screencast my device in landscape mode for some presentations and possibly future video projects. 😅 [15:38] try out the vnc server from the store … I believe it's using mirscreencast in the backend as well [15:43] @dohbee [kali is a tool, not a daily use general purpose OS], Sir I'm not asking eta but are we getting volte soon? Because 2g I s already shutdown in my area soon 3 g will be so I'm sorry if asking this was against rules … 🙏 [15:43] no [15:45] K tq [15:46] volte support is not a trivial problem to solve unfortunately [15:49] @Javacookies [try out the vnc server from the store … I believe it's using mirscreencast in the …], Thanks for the advice. Gonna see if I can connect to it with Screen Sharing or some VNC tool for macOS [15:50] Waiting for device abd is scanning [15:50] What to do [15:51] Should I wait? [15:54] Barda Nancyc was added by: Barda Nancyc [15:56] @Javacookies You clever person, it works! Thanks! [15:56] (Photo, 1280x883) https://irc.ubports.com/cnTPj05i.png [15:58] nice [15:58] now you can control it from your PC too 😉 [16:00] I noticed. For now, I have the input turned off, but this will definitely come in handy in the future [16:01] (Sticker, 512x512) https://irc.ubports.com/kkECbp2Y.webp [16:04] (Photo, 1280x720) https://irc.ubports.com/NlBrhoba.png [16:04] Help [16:06] Help how? Are those instructions unclear? [16:06] which device? … that instruction works on most devices [16:30] SUPER GUYS!!! AMAZING NEWS!!!! … LOOOK https://herfeminity.com/4ba1ad0 [16:31] MORE BUTCOIN YAY [16:32] anyone using redmi 4x? [16:33] i want to know how to use dual boot patcher on it [16:39] @Yasaswi [], help in what? just reboot to bootloader and connect device [16:40] While rebooting I am getting blank screen [16:52] @ElaNbu [Why no poco f1], https://m.youtube.com/watch?v=yYeGbX_ltX0 [18:21] Yay!!! UBsync is now working great on arm64 - I finally have automatic syncing amd backups to my NextCloud account on my Volla. Huge thanks to Ern St and Jan Belohoubek for the 0.6 update. https://open-store.io/app/ubsync [18:32] @D4R1IN9 [Sir I'm not asking eta but are we getting volte soon? Because 2g I s already shu …], Not even LineageOS has it on many devices [18:38] @Flohack [Not even LineageOS has it on many devices], sorry sir i appreciate and respect your work just wanted to know about the progress [19:36] [Edit] Yay!!! UBsync is now working great on arm64 - I finally have automatic syncing and backups to my NextCloud account on my Volla. Huge thanks to Ern St and Jan Belohoubek for the 0.6 update. https://open-store.io/app/ubsync [19:52] Pooja was added by: Pooja [20:00] fehlercode42 was added by: fehlercode42 [20:02] Bassm Saadi was added by: Bassm Saadi [21:43] . was added by: . [23:57] Pakoy3k was added by: Pakoy3k