=== Mirv_ is now known as Mirv === _salem is now known as salem_ === salem_ is now known as _salem === chihchun_afk is now known as chihchun [08:40] hi there [08:40] I have an Aquaris E5 [08:40] the Android edition, but I installed Utouch on it [08:40] I had no SIM card and now I have a new one but the phone is not detecting it [08:40] my Android phone is detecting the card perfectly [08:42] The Aquaris SIM slots used to work, since I tried few months ago and was working [08:42] maybe anybody has a clue about this? [08:45] kaisoz: did you try enable/disable flight mode or reboot the phone with sim card? [08:47] I tried to reboot it several times [08:47] in fact, each time I changed the slot I rebooted the phone [08:47] I don't know if maybe enabling/disabling the flight mode is faster... [08:48] is pretty weird... now I tried with the SIM card I have in the Android phone and it's not working neither... [08:52] vei8 === _salem is now known as salem_ [09:10] so, do I need to reboot the phone each time I change the SIM card? [09:10] is it enough just to enable/disable the flight mode? [09:13] kaisoz: I think it should work without setting flight mode. But in case it doesn't work, you can try with flight mode first, then reboot if the former doesn't work either [09:15] I don't really get why it's note detecting any sim card.. [09:15] in any slot.. [09:17] kaisoz: hmm, maybe you should reflash anroid image on it to make sure sim card slot is still functional. [09:19] yes.. that's a good idea.. [09:19] hope that the sim slot is still working... [09:23] thanks Stanley00 [09:23] by the way, can I force an Ota/update re-installation:? [09:23] sim trays frequently break in phones [09:24] kaisoz: I think ubuntu-device-flash have an option to specify version to install [09:25] thanks Stanley00 [09:25] popey, do that has no solution at all right...? [09:25] kaisoz: that option is --revision= , you just need to map to the right ota then [09:26] thx Stanley00!! [09:27] well, does "nmcli d" on the device show the radios? [09:28] just the wifi connection [09:29] gsm are unavailable [09:29] hm [09:29] well, that's not conclusive :) [09:29] http://paste.ubuntu.com/23337754/ is what I see on mine [09:30] i have a sim in mine [09:30] yes, I see sth similar, the only difference is the wlan0 status, which shows as connectd [09:30] connected [09:31] now I have connected to wifi, mine does too... [09:31] wlan0 wifi connected Canonical [09:31] by they way, should enabling and disabling flight mode force SIM detection? [09:32] i assume mine is "unavailable" because I am roaming in another country, and have set roaming disabled [09:32] or do I need to reboot the phone each time? [09:32] there's a script in ofono, which can poke the sim [09:32] let me find it [09:32] thx :) [09:32] they're in /usr/share/ofono/scripts/ on the device [09:33] rilmodem/test-sim-online? [09:33] try /usr/share/ofono/scripts/get-network-time [09:33] { UTC = 1476690365, DST = 1, Received = 124, Timezone = 7200, MobileCountryCode = 204, MobileNetworkCode = 16 } [09:34] {} [09:34] :S [09:34] I am roaming, yet it is registered on the network so knows what country I am in (204 is .nl) [09:34] hm [09:34] looks like it's not really detecting it... [09:34] try /usr/share/ofono/scripts/list-modems [09:35] hmm... I think that ril_0 is just for cell data, right? [09:35] each ril_* device is one modem [09:35] takes a little while to run [09:36] there you go [09:36] https://paste.ubuntu.com/23337776/ [09:36] I see lots of "Fake" xD [09:36] ok, so that's no sim seen [09:37] if it saw the sim you'd get way more output [09:37] clean the sim? :) [09:37] I'll try that :) [09:37] do you have an Aquaris? [09:37] I do, but not with me. My device is a Pro 5 [09:37] my aquaris is at home [09:38] just curious, do you develop with the phone or with the emulator? [09:38] I got an E5 here, if you need any info [09:38] thanks Stanley00 [09:38] I'll try to clean the SIM [09:39] Stanley00, I have a nanosim with an adaptor [09:39] also make sure it's up the right way ;) [09:39] to microsim [09:40] does the SIM need to be like lower from the tray level? [09:40] do you know what I mean? [09:40] hmm... I don't think you can put it the wrong way [09:43] cleaned...and the same problem.. [09:43] maybe it broke [09:43] somehow... [09:44] popey, so if the SIM is working, just calling the list-modems scripts I should see something without rebooting right? [09:46] kaisoz: I don't think we support hot swap of sims [09:47] i think you need to reboot [09:47] oka [09:48] same result :( [09:48] so... looks like my Aquaris died [09:48] somehow === chihchun is now known as chihchun_afk [09:49] shame === salem_ is now known as _salem [09:50] did it run out of water ? === chihchun_afk is now known as chihchun [09:50] by the way, another question... I've been playing doing some development... lately with unity8.. what If want to restore the version I got from the last update? Is there any way? === _salem is now known as salem_ [09:50] restore the version of what? [09:52] I did some changes in unity8 and pushed it to the phone. It works good but now I would like to restore the version I got from the last update (last daily revision I get from the update server) [09:52] do you know what I mean? [09:52] I want to discard my version and install the official one === salem_ is now known as _salem [09:53] I could discard my changes in the code so it looks like the one in launchpad, recompile and push it again, but I would like to know If there's a faster way [09:53] kaisoz: yes [09:54] kaisoz: since you made your system rw, all you need to know is force-install with apt-get install unity8 of the version it was previously [09:54] Like, apt-get install unity8=version_number (as root on the phone) [09:55] s/know/do [09:55] perfect! thx! [09:55] You can get the previously installed unity8 version through the image manifest or by simply browsing the apt history [09:55] yw! [09:59] sil2100, how do I see the image manifest?1 [10:01] kaisoz: I have a script that fetches it from the right locations, if you have snappy enabled on your host PC then just do sudo snap install landing-team-tools, then just use th landing-team-tools.get-image-manifest script [10:01] kaisoz: like `landing-team-tools.get-image-manifest ubuntu-touch/rc-proposed/bq-aquaris.en krillin 451` [10:01] kaisoz: I can quickly fetch it for you if you don't want to install anything [10:02] sure! I'll give you the version, anyway I'll install it, looks interesting :) [10:02] many thanks! [10:02] Just need to know the channel, device and version ;) [10:02] There's a lot of useful scripts there (some broken right now, but yeah) [10:03] device name: vegetahd [10:03] channel: ubuntu-touch/rc-proposed/bq-aquaris.en [10:03] version version: 445 [10:03] http://paste.ubuntu.com/23337857/ [10:04] This should be your manifest, e.g. what packages are installed on build time [10:04] 8.14+15.04.20160922-0ubuntu1 is the unity8 version that was coming from the archives [10:04] so doing [10:05] apt-get install unity8=8.14+15.04.20160922-0ubuntu1 [10:05] should be enough right? :) [10:05] Yeah - in case, when rebuilding unity8 you didn't change the version number, you might add --reinstall [10:05] so apt-get install --reinstall unity8=version [10:05] ahh! [10:05] But yeah, I guess it should just work as is [10:05] great [10:05] many thanks sil2100 [10:06] yw! Hope it all works as intended === chihchun is now known as chihchun_afk [10:16] sil2100, I installed the snap package but I cannot find the landing-team-tools commands... do I need to enable something? [10:19] Oh? landing-team-tools.* doesn't work? [10:20] Strange! You have all snappy-related packages installed, like the ubuntu-core-launcher etc.? [10:22] $ snap list [10:22] Name Version Rev Developer Notes [10:22] landing-team-tools 0.1 1 sil2100 - [10:22] ubuntu-core 16.04.1 423 canonical - [10:22] that's it [10:23] And, for instance, landing-team-tools.image-info does not work? [10:23] not found :( [10:23] Damn, hm, not sure if that's anything wrong with my snap or with snappy itself - what ubuntu version are you running? [10:23] 16.10 [10:25] Only tested it on 16.04, but as a snap it should work anywhere, not sure what's wrong with the paths in that case... could you check echo $PATH and see if /snap/bin is added to the path? [10:26] that's the problem :) [10:26] I should have checked that at first hehe [10:26] Oh, maybe start a new terminal, maybe after installing snappy it didn't get the PATH updated or something [10:27] nop... still the same problem... I'll have a look at that.. meanwhile, I'll add it to the PATH [10:27] thank you for your help, it works like a charm :) [10:27] \o/ I'm fixing some of those scripts that are broken, but some can be a bit useful sometimes [10:31] I wonder when I will get 16.04 update to my E5 phone... last time I check (maybe in Jun), I cannot boot it with devel-proposed channel. [11:48] gd day folks [11:48] my N4 isnt connecting to my wifi network(wpa personal) anymore. [11:49] tried all the usual remedies: reboot phone, switch flightmode on and off. even restarted the router. [11:49] The pw hasnt changed. The phone still sees the network. just refuses to connect. [11:49] oh this is on latest rc-proposed channel [11:50] I guess I could just delete the networking listing and reconfigure it. That would probably work. But I thought I should troubleshoot first [11:51] any logs I should look at for this? or is it a known issue on rc-proposed? === chihchun_afk is now known as chihchun [11:56] Good morning matv1 : ) [11:57] \0/ [11:59] * matv1 forgot it was sprint-week and all his usual helpers have left for sunny Barbados :) [12:01] Ha Ha Ha === chihchun is now known as chihchun_afk [12:13] matv1, I take it development continues for the Nexus 4 ? [12:15] applemuncy yes I still get nightly builds for rc-proposed [12:18] I had thought it had more or less finished. I loaded stable awhile back just to checkout how mature touch was on my N4. [12:21] It's an official platform still, although right now it gets rather lower QA than the others === ara is now known as Guest69211 === chihchun_afk is now known as chihchun === RAOF_ is now known as RAOF === chihchun is now known as chihchun_afk [14:59] jgdx: hi! I get this using xenial+overlay: -- Checking for module 'libqtdbusmock-1' [14:59] -- No package 'libqtdbusmock-1' found [14:59] jgdx: missing dep? === _salem is now known as salem_ === salem_ is now known as _salem [17:40] I'm new to Ubuntu-Touch and I would like to know if I could still flash any android device. Especially the high end ones like OnePlus 3 [19:06] hi [19:16] Hi all, I have my bq aquaris E4.5 that today decide to create me some problem ... [19:16] 1) he doesn't recognise any SIM [19:17] 2) on the drop down menu the "indicator-network" is empty [19:18] 3) I see on my router that he is connected on the wifi, but on the phone I cannot switch on/off wifi connection [19:19] (in the settings panel there is no more the swicth) [19:20] 4) Telegram always says "waiting for the network", but he receive messages [19:21] anyone could have any idea about I can do? [19:23] Obviously I tried to reboot it more and more, with SIM, without sim, with another sim, ... no way === _salem is now known as salem_ === salem_ is now known as _salem