/srv/irclogs.ubuntu.com/2016/10/17/#ubuntu-touch.txt

=== 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
kaisozhi there08:40
kaisozI have an Aquaris E508:40
kaisozthe Android edition, but I installed Utouch on it08:40
kaisozI had no SIM card and now I have a new one but the phone is not detecting it08:40
kaisozmy Android phone is detecting the card perfectly08:40
kaisozThe Aquaris SIM slots used to work, since I tried few months ago and was working08:42
kaisozmaybe anybody has a clue about this?08:42
Stanley00kaisoz: did you try enable/disable flight mode or reboot the phone with sim card?08:45
kaisozI tried to reboot it several times08:47
kaisozin fact, each time I changed the slot I rebooted the phone08:47
kaisozI don't know if maybe enabling/disabling the flight mode is faster...08:47
kaisozis pretty weird... now I tried with the SIM card I have in the Android phone and it's not working neither...08:48
kaisozvei808:52
=== _salem is now known as salem_
kaisozso, do I need to reboot the phone each time I change the SIM card?09:10
kaisozis it enough just to enable/disable the flight mode?09:10
Stanley00kaisoz: 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 either09:13
kaisozI don't really get why it's note detecting any sim card..09:15
kaisozin any slot..09:15
Stanley00kaisoz: hmm, maybe you should reflash anroid image on it to make sure sim card slot is still functional.09:17
kaisozyes.. that's a good idea..09:19
kaisozhope that the sim slot is still working...09:19
kaisozthanks Stanley0009:23
kaisozby the way, can I force an Ota/update re-installation:?09:23
popeysim trays frequently break in phones09:23
Stanley00kaisoz: I think ubuntu-device-flash have an option to specify version to install09:24
kaisozthanks Stanley0009:25
kaisozpopey, do that has no solution at all right...?09:25
Stanley00kaisoz: that option is --revision= , you just need to map to the right ota then09:25
kaisozthx Stanley00!!09:26
popeywell, does "nmcli d" on the device show the radios?09:27
kaisozjust the wifi connection09:28
kaisozgsm are unavailable09:29
popeyhm09:29
popeywell, that's not conclusive :)09:29
popeyhttp://paste.ubuntu.com/23337754/ is what I see on mine09:29
popeyi have a sim in mine09:30
kaisozyes, I see sth similar, the only difference is the wlan0 status, which shows as connectd09:30
kaisozconnected09:30
popeynow I have connected to wifi, mine does too...09:31
popeywlan0    wifi      connected    Canonical09:31
kaisozby they way, should enabling and disabling flight mode force SIM detection?09:31
popeyi assume mine is "unavailable" because I am roaming in another country, and have set roaming disabled09:32
kaisozor do I need to reboot the phone each time?09:32
popeythere's a script in ofono, which can poke the sim09:32
popeylet me find it09:32
kaisozthx :)09:32
popeythey're in /usr/share/ofono/scripts/ on the device09:32
kaisozrilmodem/test-sim-online?09:33
popeytry /usr/share/ofono/scripts/get-network-time09:33
popey{ UTC = 1476690365, DST = 1, Received = 124, Timezone = 7200, MobileCountryCode = 204, MobileNetworkCode = 16 }09:33
kaisoz{}09:34
kaisoz:S09:34
popeyI am roaming, yet it is registered on the network so knows what country I am in (204 is .nl)09:34
popeyhm09:34
kaisozlooks like it's not really detecting it...09:34
popeytry /usr/share/ofono/scripts/list-modems09:34
Stanley00hmm... I think that ril_0 is just for cell data, right?09:35
popeyeach ril_* device is one modem09:35
popeytakes a little while to run09:35
kaisozthere you go09:36
kaisozhttps://paste.ubuntu.com/23337776/09:36
kaisozI see lots of "Fake" xD09:36
popeyok, so that's no sim seen09:36
popeyif it saw the sim you'd get way more output09:37
popeyclean the sim? :)09:37
kaisozI'll try that :)09:37
kaisozdo you have an Aquaris?09:37
popeyI do, but not with me. My device is a Pro 509:37
popeymy aquaris is at home09:37
kaisozjust curious, do you develop with the phone or with the emulator?09:38
Stanley00I got an E5 here, if you need any info09:38
kaisozthanks Stanley0009:38
kaisozI'll try to clean the SIM09:38
kaisozStanley00, I have a nanosim with an adaptor09:39
popeyalso make sure it's up the right way ;)09:39
kaisozto microsim09:39
kaisozdoes the SIM need to be like lower from the tray level?09:40
kaisozdo you know what I mean?09:40
Stanley00hmm... I don't think you can put it the wrong way09:40
kaisozcleaned...and the same problem..09:43
kaisozmaybe it broke09:43
kaisozsomehow...09:43
kaisozpopey, so if the SIM is working, just calling the list-modems scripts I should see something without rebooting right?09:44
popeykaisoz: I don't think we support hot swap of sims09:46
popeyi think you need to reboot09:47
kaisozoka09:47
kaisozsame result :(09:48
kaisozso... looks like my Aquaris died09:48
kaisozsomehow09:48
=== chihchun is now known as chihchun_afk
popeyshame09:49
=== salem_ is now known as _salem
om26erdid it run out of water ?09:50
=== chihchun_afk is now known as chihchun
kaisozby 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?09:50
=== _salem is now known as salem_
popeyrestore the version of what?09:50
kaisozI 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
kaisozdo you know what I mean?09:52
kaisozI want to discard my version and install the official one09:52
=== salem_ is now known as _salem
kaisozI 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 way09:53
sil2100kaisoz: yes09:53
sil2100kaisoz: since you made your system rw, all you need to know is force-install with apt-get install unity8 of the version it was previously09:54
sil2100Like, apt-get install unity8=version_number (as root on the phone)09:54
sil2100s/know/do09:55
kaisozperfect! thx!09:55
sil2100You can get the previously installed unity8 version through the image manifest or by simply browsing the apt history09:55
sil2100yw!09:55
kaisozsil2100, how do I see the image manifest?109:59
sil2100kaisoz: 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 script10:01
sil2100kaisoz: like `landing-team-tools.get-image-manifest ubuntu-touch/rc-proposed/bq-aquaris.en krillin 451`10:01
sil2100kaisoz: I can quickly fetch it for you if you don't want to install anything10:01
kaisozsure! I'll give you the version, anyway I'll install it, looks interesting :)10:02
kaisozmany thanks!10:02
sil2100Just need to know the channel, device and version ;)10:02
sil2100There's a lot of useful scripts there (some broken right now, but yeah)10:02
kaisozdevice name: vegetahd10:03
kaisozchannel: ubuntu-touch/rc-proposed/bq-aquaris.en10:03
kaisozversion version: 44510:03
sil2100http://paste.ubuntu.com/23337857/10:03
sil2100This should be your manifest, e.g. what packages are installed on build time10:04
sil21008.14+15.04.20160922-0ubuntu1 is the unity8 version that was coming from the archives10:04
kaisozso doing10:04
kaisozapt-get install unity8=8.14+15.04.20160922-0ubuntu110:05
kaisozshould be enough right? :)10:05
sil2100Yeah - in case, when rebuilding unity8 you didn't change the version number, you might add --reinstall10:05
sil2100so apt-get install --reinstall unity8=version10:05
kaisozahh!10:05
sil2100But yeah, I guess it should just work as is10:05
kaisozgreat10:05
kaisozmany thanks sil210010:05
sil2100yw! Hope it all works as intended10:06
=== chihchun is now known as chihchun_afk
kaisozsil2100, I installed the snap package but I cannot find the landing-team-tools commands... do I need to enable something?10:16
sil2100Oh? landing-team-tools.* doesn't work?10:19
sil2100Strange! You have all snappy-related packages installed, like the ubuntu-core-launcher etc.?10:20
kaisoz$ snap list10:22
kaisozName                Version  Rev  Developer  Notes10:22
kaisozlanding-team-tools  0.1      1    sil2100    -10:22
kaisozubuntu-core         16.04.1  423  canonical  -10:22
kaisozthat's it10:22
sil2100And, for instance, landing-team-tools.image-info does not work?10:23
kaisoznot found :(10:23
sil2100Damn, hm, not sure if that's anything wrong with my snap or with snappy itself - what ubuntu version are you running?10:23
kaisoz16.1010:23
sil2100Only 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:25
kaisozthat's the problem :)10:26
kaisozI should have checked that at first hehe10:26
sil2100Oh, maybe start a new terminal, maybe after installing snappy it didn't get the PATH updated or something10:26
kaisoznop... still the same problem... I'll have a look at that.. meanwhile, I'll add it to the PATH10:27
kaisozthank you for your help, it works like a charm :)10:27
sil2100\o/ I'm fixing some of those scripts that are broken, but some can be a bit useful sometimes10:27
Stanley00I 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.10:31
matv1gd day folks11:48
matv1my N4 isnt connecting to my wifi network(wpa personal) anymore.11:48
matv1tried all the usual remedies: reboot phone, switch flightmode on and off. even restarted the router.11:49
matv1The pw hasnt changed. The phone still sees the network. just refuses to connect.11:49
matv1oh this is on latest rc-proposed channel11:49
matv1I guess I could just delete the networking listing and reconfigure it. That would probably work. But I thought I should troubleshoot first11:50
matv1any logs I should look at for this? or is it a known issue on rc-proposed?11:51
=== chihchun_afk is now known as chihchun
applemuncyGood morning matv1  : )11:56
matv1\0/11:57
* matv1 forgot it was sprint-week and all his usual helpers have left for sunny Barbados :)11:59
applemuncyHa Ha Ha12:01
=== chihchun is now known as chihchun_afk
applemuncymatv1, I take it development continues for the Nexus 4 ?12:13
matv1applemuncy yes I still get nightly builds for rc-proposed12:15
applemuncyI had thought it had more or less finished. I loaded stable awhile back just to checkout how mature touch was on my N4.12:18
sil2100It's an official platform still, although right now it gets rather lower QA than the others12:21
=== 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
mardyjgdx: hi! I get this using xenial+overlay: -- Checking for module 'libqtdbusmock-1'14:59
mardy--   No package 'libqtdbusmock-1' found14:59
mardyjgdx: missing dep?14:59
=== _salem is now known as salem_
=== salem_ is now known as _salem
AkiikiI'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 317:40
SebthreeBQM10HDhi19:06
mike00Hi all, I have my bq aquaris E4.5 that today decide to create me some problem ...19:16
mike001) he doesn't recognise any SIM19:16
mike002) on the drop down menu the "indicator-network" is empty19:17
mike003) I see on my router that he is connected on the wifi, but on the phone I cannot switch on/off wifi connection19:18
mike00(in the settings panel there is no more the swicth)19:19
mike004) Telegram always says "waiting for the network", but he receive messages19:20
mike00anyone could have any idea about I can do?19:21
mike00Obviously I tried to reboot it more and more, with SIM, without sim, with another sim, ... no way19:23
=== _salem is now known as salem_
=== salem_ is now known as _salem

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!