Monday, 2016-07-11

TheRealJohnGalt[Umeaboy: what device? And has store support been enabled on it? And do you have a valid visible IMEI that differs from others?00:00
UmeaboyScorpion-00:01
UmeaboyI used the zip that Nokius made so I don't know.00:01
UmeaboyYes, I see an IMEI in About the device.00:01
TheRealJohnGalt[It probably doesn't have store support enabled.00:03
UmeaboyOK.00:03
UmeaboyAny way to easily tell?00:03
TheRealJohnGalt[I'm not sure. I think only a few devices have support enabled right now.00:04
TheRealJohnGalt[There's a section in hadk-faq about it (ctrl-f store)00:04
marxistveganhmm i dont see an image to verfiy but it is preventing me from posting in tmo00:05
UmeaboyI'd like to find out why /data fails to mount during the flash process of sailfish os.00:06
UmeaboyThat could also be a case.00:06
Umeaboycause00:06
UmeaboyTheRealJohnGalt[: If store support is enabled I should see Store in the applications menu right?00:12
UmeaboyEntering Store and loggin in to Jolla gives me: Could not register the device IMEI. The device IMEI hasn't been saved.00:19
TheRealJohnGalt[Okay. It doesn't sound like store support is enabled. Store app could still be bundled in without support enabled on Jolla's side. You can use Warehouse in the mean time.00:24
UmeaboyOK, but I can't use mobile broadband so then I have to use Wifi to open Warehouse.00:27
UmeaboyConnection problem is what I get when clicking on the Mobile broadband icon in the notifications menu.00:28
UmeaboyI do see 4G in the right corner thou.00:29
UmeaboyWhat else do I need to check?00:29
UmeaboyI updated ofono.00:33
*** misprint <misprint!misprint@gateway/shell/openshells.net/x-jdfngfxmhdhzryxf> has quit IRC (Ping timeout: 240 seconds)00:35
UmeaboyGotta go.....00:38
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Leaving)00:38
*** zhxt <zhxt!~zhxt@124.202.185.26> has joined #sailfishos-porters01:36
*** zhxt_ <zhxt_!~zhxt@124.202.185.26> has joined #sailfishos-porters01:46
*** zhxt <zhxt!~zhxt@124.202.185.26> has quit IRC (Ping timeout: 260 seconds)01:49
*** toxip <toxip!~toxip@dsl-espbrasgw1-54f9c9-113.dhcp.inet.fi> has quit IRC (Ping timeout: 272 seconds)02:13
*** toxip <toxip!~toxip@dsl-espbrasgw1-54f9c9-113.dhcp.inet.fi> has joined #sailfishos-porters02:15
*** rengel <rengel!rengel@vierii.fi> has quit IRC (Quit: leaving)04:12
*** rengel <rengel!rengel@vierii.fi> has joined #sailfishos-porters04:14
*** olafh <olafh!~olafh@pD9E6F9D6.dip0.t-ipconnect.de> has joined #sailfishos-porters05:31
neochapaymorning05:56
*** Nemno <Nemno!~Nemno@82-168-10-33.ip.telfort.nl> has joined #sailfishos-porters06:09
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters06:12
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)06:12
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters06:20
neochapaywho can help me? I am not understand why surfacefinder not start? http://pastebin.com/Yd5xf5Lz06:31
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has joined #sailfishos-porters06:36
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters06:41
ghosalmartingooooood morning06:42
kimmoli-4o06:55
*** nh1402_work <nh1402_work!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters07:02
*** Nokius_ <Nokius_!~Nokius@p508BAC68.dip0.t-ipconnect.de> has joined #sailfishos-porters07:08
*** Nokius <Nokius!~Nokius@p5DDB53D0.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)07:11
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 244 seconds)07:14
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has joined #sailfishos-porters07:14
*** Thaodan_ <Thaodan_!~Thaodan@p200300724E59CE071ACF5EFFFE9EE343.dip0.t-ipconnect.de> has joined #sailfishos-porters07:31
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters07:31
ghosalmartinurghh android fragments make me want to smash my head against a brick wall...seems less painful that way07:37
nh1402_workghosalmartin: what's the problem?07:38
ghosalmartinnh1402_work: from what i can tell it seems the fragments are being created on another thread, and not sync07:40
ghosalmartinwell actually atm its just illogical between two very similar scenarios07:40
nh1402_workghosalmartin: do you need to use a Handler then or something07:56
ghosalmartinnh1402_work: maybe, am trying to figure out why it works with a network call rather than loading local data tbh07:57
ghosalmartincurrently the cycle is07:57
ghosalmartinnetwork call -> create fragments on success -> display data = WIN07:57
ghosalmartinload cached data -> create fragments on loading success -> display data = Null pointer error for UI element07:58
nh1402_workghosalmartin: you can make something run in the main ui thread like this https://bpaste.net/show/d97e3c880a1b07:59
ghosalmartinnh1402_work: tbh we already do, it just doesn't make sense why cached data would crash compared to a network call08:00
nh1402_workghosalmartin: I think what you should be using is asynctask08:01
nh1402_workthe networkthread to run in the "doinBackground" function, and then the UI stuff in onPostExecute08:01
nh1402_workor equivalent function names.08:01
ghosalmartinwell the network stuff runs perfectly fine, its loading from cache08:01
nh1402_workghosalmartin: my friend has been wrestling with the macbook lately at work, all he wants to do is compile the app, that's it, and it just refuses to do it. To compile for this version of iOS you need this version of xcode and for this version of xcode you need this version of the OS etc.08:04
ghosalmartinnh1402_work: also to run a build with xcode you need admin rights haha08:04
nh1402_workghosalmartin: luckily for me, I've been deferred a few times to work on something else instead of the iOS app. Need to show some analytics stuff, I'm trying to find a charting library that supports Material Design, but the Google Chart thing only supports Bar charts with Material Design, and not much else.08:07
nh1402_workweb stuff with Angular 1.08:07
nh1402_workI'm hoping I'm deferred again after this task, but probably won't be :(08:08
ghosalmartinnh1402_work: ios is bad for your health08:09
nh1402_workghosalmartin: friend just wanted to throw the macbook out the window and hit his head against the wall repeatedly. For me, at times I've wanted to push the display too far to snap it in half and throw it through the window08:12
ghosalmartinnh1402_work: i guess just adapt :P08:15
*** AlanE <AlanE!569d83b8@gateway/web/freenode/ip.86.157.131.184> has joined #sailfishos-porters08:15
nh1402_workghosalmartin: swift just makes you do all the things you were told not do. No parentheses for, for loops, if statements, no semicolons at the end of each line, it's just plain wrong.08:17
ghosalmartinnh1402_work: am told swift isnt all bad, am currently using Kotlin08:18
nh1402_workghosalmartin: first time I've heard of that language.08:21
ghosalmartinnh1402_work: its made by jetbrains, am using it for android development its nice08:22
ghosalmartinalthough no semicolons ;)08:22
nh1402_workit looks like JavaScript08:23
ghosalmartinnh1402_work: it has some nice features, like data classes08:24
ghosalmartini prefer it to java08:24
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 244 seconds)08:25
*** jusa_ <jusa_!jusa@kraa.fi> has quit IRC (Remote host closed the connection)08:31
*** jusa_ <jusa_!jusa@kraa.fi> has joined #sailfishos-porters08:32
*** tanty_off is now known as tanty08:37
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters08:49
*** Nokius_ is now known as NOkius08:55
*** NOkius is now known as Nokius08:55
* Nokius should find LTE sim to test LTE on the scorpion 09:05
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has joined #sailfishos-porters09:07
Nokiusdr_gogeta86: did u run the tutorial?09:10
Nokiuson the scorpion it looks not well fitting09:10
dr_gogeta86also here09:10
dr_gogeta86I know how yo skip it09:10
dr_gogeta86;-)09:10
Nokiusokay, yes normally is skip it but yeah yesterday night I clicked  on start09:12
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters09:12
dr_gogeta86did it for fun09:13
neochapayNokius: can you help me with hwcomposer ? :)09:40
neochapayhttp://pastebin.com/Yd5xf5Lz why SurfaceFlinger can`t start ?09:41
*** Jettis <Jettis!~h0h0@a88-115-37-93.elisa-laajakaista.fi> has quit IRC (Ping timeout: 276 seconds)09:41
*** Thaodan_ <Thaodan_!~Thaodan@p200300724E59CE071ACF5EFFFE9EE343.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 258 seconds)09:41
*** Thaodan_ <Thaodan_!~Thaodan@p4FD44059.dip0.t-ipconnect.de> has joined #sailfishos-porters09:43
*** dvogel <dvogel!~dorianvog@2a01:e35:1386:6020:c685:8ff:feb1:b1f6> has joined #sailfishos-porters09:47
Nokiusneochapay: which cm base do u have?09:49
neochapay11.009:49
neochapayNokius: 11.009:49
Nokiusneochapay: which device09:50
neochapayNokius: www.friendlyarm.net/products/smart210 that09:50
*** wickwire <wickwire!~wickwire@109.49.65.73> has joined #sailfishos-porters09:54
Nokiusneochapay: sorry no idea :(09:57
Nokiusmal-: ^ any hint ?09:57
*** zhxt_ <zhxt_!~zhxt@124.202.185.26> has quit IRC (Ping timeout: 258 seconds)10:01
mal-I think usually powervr devices need to run some graphics initialize program before it works10:13
Stskeepsyeah, pvrsvrinit or something10:14
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has quit IRC (Read error: Connection reset by peer)10:19
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 276 seconds)10:19
*** electrolux <electrolux!~electrolu@dyj-f6yfkz8m64ghzprfy-3.rev.dnainternet.fi> has joined #sailfishos-porters10:19
neochapaymal-: start pvrsvrinit manualy - not work :(10:28
Stskeepsyou can't start manually10:29
Stskeepsstart in init*rc10:29
*** citylight2 <citylight2!~me@84.111.153.0> has quit IRC (Quit: Ex-Chat)10:30
*** citylight2 <citylight2!~me@84.111.153.0> has joined #sailfishos-porters10:30
neochapayStskeeps:  [    3.484605] init: skipping insecure file '/init.rc' <- hat not good ?10:32
Stskeepsno10:32
Stskeepsnot good at all10:32
Stskeepsfix it10:32
*** citylight2 <citylight2!~me@84.111.153.0> has quit IRC (Ping timeout: 276 seconds)10:36
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters10:41
*** zhxt <zhxt!~zhxt@124.202.185.26> has joined #sailfishos-porters10:45
*** olafh <olafh!~olafh@pD9E6F9D6.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)10:46
*** olafh <olafh!~olafh@p5DEDF720.dip0.t-ipconnect.de> has joined #sailfishos-porters10:47
*** hashcore <hashcore!~hashcore@194.0.174.35> has joined #sailfishos-porters10:54
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Read error: Connection reset by peer)10:54
*** CarlosMazieri <CarlosMazieri!~quassel@gate-tx3.freescale.com> has joined #sailfishos-porters11:00
*** hashcore <hashcore!~hashcore@194.0.174.35> has quit IRC (Ping timeout: 240 seconds)11:00
*** _Thaodan <_Thaodan!~Thaodan@p4FD44059.dip0.t-ipconnect.de> has joined #sailfishos-porters11:15
*** Thaodan_ <Thaodan_!~Thaodan@p4FD44059.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)11:15
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters11:20
*** _Thaodan <_Thaodan!~Thaodan@p4FD44059.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)11:24
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Read error: No route to host)11:24
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters11:24
*** _Thaodan <_Thaodan!~Thaodan@p200300724E59CE071ACF5EFFFE9EE343.dip0.t-ipconnect.de> has joined #sailfishos-porters11:24
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Read error: No route to host)11:37
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters11:37
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Ping timeout: 246 seconds)11:39
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Remote host closed the connection)11:49
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters11:49
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Remote host closed the connection)11:54
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters11:54
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Remote host closed the connection)12:04
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters12:04
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Remote host closed the connection)12:06
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters12:07
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Read error: No route to host)12:14
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters12:14
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Remote host closed the connection)12:16
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters12:17
*** electrolux <electrolux!~electrolu@dyj-f6yfkz8m64ghzprfy-3.rev.dnainternet.fi> has quit IRC (Quit: Leaving.)12:17
*** saidinesh5 <saidinesh5!~quassel@minad.de> has quit IRC (Read error: Connection reset by peer)12:21
*** saidinesh5 <saidinesh5!~quassel@minad.de> has joined #sailfishos-porters12:22
*** wickwire <wickwire!~wickwire@109.49.65.73> has quit IRC (Ping timeout: 276 seconds)12:29
*** wickwire <wickwire!~wickwire@109.49.65.73> has joined #sailfishos-porters12:49
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Remote host closed the connection)12:54
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters12:54
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Remote host closed the connection)12:56
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters12:57
*** elros34 <elros34!~sailfish@acbe250.neoplus.adsl.tpnet.pl> has quit IRC (Client Quit)12:58
marxistveganTheRealJohnGalt[: one particular good note in the unscientific test, is battery life seems to have improved cm12.1 vs cm 1113:03
*** misprint <misprint!misprint@gateway/shell/openshells.net/x-iuahkzwltocxosrh> has joined #sailfishos-porters13:16
*** _Thaodan <_Thaodan!~Thaodan@p200300724E59CE071ACF5EFFFE9EE343.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)13:16
*** _Thaodan <_Thaodan!~Thaodan@p200300724E59CE071ACF5EFFFE9EE343.dip0.t-ipconnect.de> has joined #sailfishos-porters13:17
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has joined #sailfishos-porters13:26
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has quit IRC (Quit: Leaving.)14:03
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has quit IRC (Quit: Leaving)14:04
*** Gabs5807 <Gabs5807!~Gabriel@p5B353D03.dip0.t-ipconnect.de> has joined #sailfishos-porters14:10
*** dvogel <dvogel!~dorianvog@2a01:e35:1386:6020:c685:8ff:feb1:b1f6> has quit IRC (Remote host closed the connection)14:43
*** dvogel <dvogel!~dorianvog@2a01:e35:1386:6020:c685:8ff:feb1:b1f6> has joined #sailfishos-porters14:44
*** mkosola <mkosola!~mkosola@a91-152-175-16.elisa-laajakaista.fi> has joined #sailfishos-porters14:44
*** mkosola <mkosola!~mkosola@a91-152-175-16.elisa-laajakaista.fi> has quit IRC (Read error: Connection reset by peer)14:44
*** jcenmar <jcenmar!5aa33a10@gateway/web/freenode/ip.90.163.58.16> has joined #sailfishos-porters15:06
*** krnlyng|mobile_ <krnlyng|mobile_!~sailfish@213162068187.public.t-mobile.at> has joined #sailfishos-porters15:10
*** Litew_ <Litew_!~Litew@broadband-77-37-218-203.nationalcablenetworks.ru> has joined #sailfishos-porters15:12
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Quit: Leaving)15:16
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters15:17
*** Gabs5807 <Gabs5807!~Gabriel@p5B353D03.dip0.t-ipconnect.de> has quit IRC (Quit: IRC for Sailfish 0.9)15:20
*** _Thaodan <_Thaodan!~Thaodan@p200300724E59CE071ACF5EFFFE9EE343.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)15:20
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters15:27
*** krnlyng|mobile <krnlyng|mobile!~sailfish@213162068190.public.t-mobile.at> has joined #sailfishos-porters15:28
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Remote host closed the connection)15:29
*** Litew_ <Litew_!~Litew@broadband-77-37-218-203.nationalcablenetworks.ru> has quit IRC (Ping timeout: 240 seconds)15:30
*** krnlyng|mobile_ <krnlyng|mobile_!~sailfish@213162068187.public.t-mobile.at> has quit IRC (Ping timeout: 244 seconds)15:30
*** nh1402_work <nh1402_work!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Quit: Leaving)15:32
*** krnlyng|mobile <krnlyng|mobile!~sailfish@213162068190.public.t-mobile.at> has quit IRC (Ping timeout: 240 seconds)15:35
*** krnlyng <krnlyng!~liar@77.117.109.125.wireless.dyn.drei.com> has quit IRC (Ping timeout: 244 seconds)15:37
*** CarlosMazieri <CarlosMazieri!~quassel@gate-tx3.freescale.com> has quit IRC (Ping timeout: 264 seconds)15:49
*** krnlyng <krnlyng!~liar@77.116.51.142.wireless.dyn.drei.com> has joined #sailfishos-porters15:51
*** CarlosMazieri <CarlosMazieri!~quassel@gate-tx3.freescale.com> has joined #sailfishos-porters15:57
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters16:04
*** tanty is now known as tanty_off16:18
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Read error: Connection reset by peer)16:28
*** smoku <smoku!~smoku@xkh98.infr.xiaoka.com> has joined #sailfishos-porters16:50
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has quit IRC (Ping timeout: 240 seconds)16:52
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has joined #sailfishos-porters16:53
*** Emperor2k3 <Emperor2k3!~AlanSmith@x4e304962.dyn.telefonica.de> has joined #sailfishos-porters16:55
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Quit: there are people who don't understand the concept of examples)17:50
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Quit: I wish I was a glow worm, a glow worm's never glum, 'cause how can you be lonely when the sun shines out your bum?)17:53
*** wickwire <wickwire!~wickwire@109.49.65.73> has quit IRC (Read error: Connection reset by peer)18:16
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has joined #sailfishos-porters18:19
*** drFaustroll <drFaustroll!~drFaustro@2.24.23.33> has joined #sailfishos-porters18:20
*** drFaustroll <drFaustroll!~drFaustro@2.24.23.33> has quit IRC (Changing host)18:20
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters18:20
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has joined #sailfishos-porters18:35
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has quit IRC (Quit: Leaving.)18:46
*** jcenmar <jcenmar!5aa33a10@gateway/web/freenode/ip.90.163.58.16> has quit IRC (Ping timeout: 250 seconds)18:53
*** nh1402 <nh1402!~nh1402@2.25.176.94> has joined #sailfishos-porters18:56
*** NeKit <NeKit!~nekit@176.59.34.251> has joined #sailfishos-porters18:56
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has joined #sailfishos-porters19:14
*** NeKit <NeKit!~nekit@176.59.34.251> has quit IRC (Remote host closed the connection)19:24
*** zhxt_ <zhxt_!~zhxt@124.202.185.26> has joined #sailfishos-porters19:35
*** zhxt <zhxt!~zhxt@124.202.185.26> has quit IRC (Ping timeout: 260 seconds)19:39
*** carepack <carepack!~carepack@p549AAE7C.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)19:47
*** carepack <carepack!~carepack@p5B2CE25C.dip0.t-ipconnect.de> has joined #sailfishos-porters19:48
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters20:10
Nokiusmal-: good evening I had no luck so fare after the change20:40
Nokiusto get BT up20:40
dr_gogeta86guys how many tablets ... apart nexuses?20:49
Nokiusdr_gogeta86: samsung and sony20:50
Nokiusah looks it was beidl20:50
Nokiushttps://github.com/beidl/brcm-patchram-plus20:50
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has quit IRC (Quit: Segmentation fault)20:50
dr_gogeta86we need to grow tablet user base20:51
dr_gogeta86even as in dashboard usage20:51
dr_gogeta86or not conventional usage20:51
*** insgroen <insgroen!~quassel@ip4da93464.direct-adsl.nl> has joined #sailfishos-porters20:52
*** taaem <taaem!~taaem@unaffiliated/taaem> has left #sailfishos-porters ("Leaving")20:58
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters20:59
*** CarlosMazieri <CarlosMazieri!~quassel@gate-tx3.freescale.com> has quit IRC (Ping timeout: 260 seconds)21:05
*** r0kk3rz <r0kk3rz!~rockliffe@40.122.55.120> has quit IRC (Ping timeout: 272 seconds)21:09
*** Emperor2k3 <Emperor2k3!~AlanSmith@x4e304962.dyn.telefonica.de> has quit IRC (Quit: Leaving.)21:12
Nokiushhmm21:12
*** AlanE <AlanE!569d83b8@gateway/web/freenode/ip.86.157.131.184> has quit IRC (Ping timeout: 250 seconds)21:14
Nokiuswickwire: is  brcm_patchram_plus working for u?21:18
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Read error: Connection reset by peer)21:21
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters21:22
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has joined #sailfishos-porters21:33
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Quit: Konversation terminated!)21:40
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Leaving)21:49
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has joined #sailfishos-porters22:01
wickwireNokius: it works, it has some quirks still, as in sometimes it won't kick in the first time22:06
wickwirebut I can recover and enable BT by toggling flight mode on/off22:06
wickwireoh and file transfer only - audio doesn't seem to work yet22:07
UmeaboyNokius: How can I get CM 12.1 to work along with Sailfish OS using the Multirom zip........ No matter how I try to install it doesn't see both.22:08
UmeaboyI must be doing something wrong.22:08
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Leaving)22:24
*** insgroen <insgroen!~quassel@ip4da93464.direct-adsl.nl> has quit IRC (Remote host closed the connection)22:25
wickwireUmeaboy: did you get your galaxy S4 from China?22:31
*** Nemno <Nemno!~Nemno@82-168-10-33.ip.telfort.nl> has quit IRC (Ping timeout: 258 seconds)22:32
*** nh1402 <nh1402!~nh1402@2.25.176.94> has quit IRC (Remote host closed the connection)22:38
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has quit IRC (Read error: Connection reset by peer)22:51
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has joined #sailfishos-porters22:57
wickwireUmeaboy: did you get your galaxy S4 from China?23:06
Umeaboywickwire: Not yet.23:19
UmeaboyI'll check the order if anything has happened with it.23:19
UmeaboySeems like it doesn't get updated very often where the package is.23:23
UmeaboyIt says23:23
UmeaboyStatus:23:23
Umeaboy    The seller has shipped your order23:23
UmeaboyAnd I have a tracking number.23:24
UmeaboyHopefully it's not false.23:24
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Quit: Leaving)23:28
*** olafh <olafh!~olafh@p5DEDF720.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds)23:36
Umeaboywickwire: Any special reason for asking?23:41
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 244 seconds)23:45

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!