IRC log of #maemo for Tuesday, 2012-11-06

DocScrutinizer51dunno00:00
SpeedEvilgpio works fine with device locked00:00
DocScrutinizer51gpio notavailable, says pali00:01
Paliyou can cat gpio from /sys/sometinh00:02
Pali*something00:02
Palibut I do not know full path00:02
PaliHAL sending all gpio state too00:02
*** penguinbait has quit IRC00:02
Pali(in maemo is Nokia patched HAL with special gpio addon which reading Nokia specified /sys/ gpio interface)00:03
Sysaxeddamn, all I want to do is make volume up key to trigger song change00:03
Palivolume key is grabbed by hildon-something00:03
*** jhb has joined #maemo00:04
Paliso reading Xevent will not work00:04
Palibut there is some Xatom for getting that volume key in some application00:04
Paliopenmediaplayer has that implemented00:04
*** ale152 has quit IRC00:05
Sysaxedas far as I remember there was API for that00:05
*** ale152 has joined #maemo00:05
Paliwith that X atom property you will tell hildon-something or window manager? to tell application volume key event00:05
Sysaxed:\00:07
DocScrutinizer51xchat does it00:09
DocScrutinizer51xterm does it00:09
DocScrutinizer51microb too00:09
DocScrutinizer51xchat actually best testbed00:10
SysaxedDocScrutinizer05, when they're focused00:10
Palitry here: http://doc.qt.digia.com/qt-maemo/index.html00:11
DocScrutinizer51Sysaxed: good point00:12
*** nyl has quit IRC00:12
DocScrutinizer51Sysaxed: but actually you don't want your media player to catch volume keys unconditionally00:13
SysaxedDocScrutinizer05, well, first of all I want to catch these events anyway00:13
*** nyl has joined #maemo00:13
Sysaxedeven if it's not focused, even if device is locked00:13
Sysaxedand then I'll find a way to get rid of unwanted cases00:14
DocScrutinizer51device locked doesn't mean last upfront app losing focus00:14
Sysaxedwhat if "swipe to unlock" shit comes up?00:15
DocScrutinizer51Sysaxed: you'll run a deadend street with that approach00:15
*** ale152 has quit IRC00:15
*** ale152 has joined #maemo00:16
Sysaxedwhy?00:16
DocScrutinizer51your method you picked to catch vol unconditionally might not offer any method to 'get rid of unwted cases'00:16
DocScrutinizer51unwanted*00:17
SysaxedDocScrutinizer05, for example "if device is not locked - change song. otherwise do nothing"00:17
Sysaxedoops00:17
Sysaxedif device is locked - change song00:17
DocScrutinizer51do nothing doesn't mean any other app receives the event00:17
Sysaxedgood point00:17
Sysaxedso, still I don't understand what is the best way to do that00:18
PaliSysaxed, here is qt example for volume keys: http://doc.qt.digia.com/qt-maemo/maemo5-zoom.html00:19
DocScrutinizer51I'd check dbus first00:19
Pali_HILDON_ZOOM_KEY_ATOM00:19
Paliand then mapped to Key_F7 and Key_F800:19
SysaxedThe zoom keys are mapped to F7 and F8 by default.00:20
Sysaxedwtf, lol00:20
Sysaxedthank you guys, you are awesome00:20
MrPinguhmm, is the google search in MicroB-hardcoded?00:20
DocScrutinizer51toldya00:20
Sysaxedso, gonna go get some food now00:21
Sysaxedand then maybe I'll go to bed...00:21
* DocScrutinizer51 just finished eating00:21
Sysaxedbut if I'll come with a solution I'll let ya know00:21
*** lxp has joined #maemo00:22
Paliunsigned long val = 1; Atom atom = XInternAtom(display, "_HILDON_ZOOM_KEY_ATOM", False); XChangeProperty (display, winid, atom, XA_INTEGER, 32, PropModeReplace, &val, 1);00:23
Pali^^^ this C code enable zoom/volume keys for window winid on X display00:23
PaliSysaxed, see ^00:24
*** lxp1 has quit IRC00:25
*** ale152 has quit IRC00:26
*** ariiiii has joined #maemo00:26
*** ale152 has joined #maemo00:26
*** ariiiii has left #maemo00:27
*** ale152 has quit IRC00:28
*** MrPingu has quit IRC00:28
*** MrPingu has joined #maemo00:29
*** Darkchaos has quit IRC00:30
DocScrutinizer51I wrap my head around linux input stuf from /dev/input and modmap_etc til X everyother year, and when I reach the end of that chain I already forgot about how start works :-/00:30
DocScrutinizer51the whole input is incredible layer hell00:31
SpeedEvil:-)00:31
DocScrutinizer51X didn't exactly help00:33
DocScrutinizer51next time I should draw a nice diagram with layered blocks to visualize who's talking what to whom00:34
*** florian has quit IRC00:42
*** deepy\SIGSEGV has quit IRC00:45
*** deepy\SIGSEGV has joined #maemo00:46
*** MrPingu has quit IRC00:58
merlin1991setting up windows server 2008 in kvm with ide drivers is a pain01:04
*** thexcept1on has quit IRC01:09
*** jhb has quit IRC01:09
*** mzanetti has quit IRC01:10
*** thexception has joined #maemo01:10
*** mzanetti has joined #maemo01:11
*** rZr has quit IRC01:12
*** infobot has quit IRC01:15
*** infobot has joined #maemo01:17
infobotDocScrutinizer: infobot joined!01:17
*** ChanServ sets mode: +v infobot01:17
*** MrPingu has joined #maemo01:17
SysaxedDocScrutinizer05, Pali it's not going to work01:17
*** RzR has joined #maemo01:18
Sysaxedsudo cat /dev/input/keypad01:18
Sysaxednow press volume keys - you'll see some garbage01:18
*** rm_work has quit IRC01:18
*** ariiiii has joined #maemo01:18
Sysaxedif you lock the screen - nothing is going to be displayed01:18
Paliso then mce eating keys?01:19
Sysaxedlooks like01:19
*** ariiiii has left #maemo01:19
DocScrutinizer51hey, my volume keys work (for volume) when device locked, afaik01:19
Sysaxedit works if you get to the "swipe to unlock" screen01:20
Sysaxedbut if the display is off - it's not working01:20
DocScrutinizer51no01:20
*** mvp_ has quit IRC01:20
Sysaxed/dev/input/pwrbutton works01:21
Sysaxeddunno if it's because it opens up a "swipe to unlock" screen or why01:21
DocScrutinizer51playing music with stock mediaplayer, device in holser, locked. I get volume control working01:21
*** NishanthMenon has quit IRC01:21
Sysaxedhow...01:22
Sysaxedmedia player is closed source, right?01:22
DocScrutinizer51I think it's an mce.ini setting01:22
SysaxedDocScrutinizer05, there's nothing in mce.ini about it01:23
Sysaxedwhat is a "home key" ?01:25
DocScrutinizer05a N8x0 thing01:27
Sysaxedwhy it's in mce of n900??01:27
DocScrutinizer05mce.ini is full of legacy01:27
DocScrutinizer05it's same file for all devices01:28
*** ckoa has quit IRC01:28
DocScrutinizer05I cleaned mine up ;-D01:28
Sysaxedso, as far as I can see, the only way to map some commands to a key is to use a power button01:30
*** ZogG has quit IRC01:30
*** ZogG_laptop has quit IRC01:30
Sysaxedit's a pity that all these buttons cannot be used01:31
Sysaxedor maybe they can? with some kind of mce hack01:32
Sysaxedalright, good night everybody!01:32
*** ZogG_laptop has joined #maemo01:36
*** ZogG_laptop has quit IRC01:36
*** ZogG_laptop has joined #maemo01:36
*** Sysaxed has quit IRC01:37
DocScrutinizer05# 2 - leave keypad interrupts on even after blanking01:38
DocScrutinizer05#     (used to support pass-through of +/-)01:38
DocScrutinizer05meh, he's gone01:39
*** rcg has quit IRC01:41
*** andre__ has quit IRC01:43
*** ZogG has joined #maemo01:45
*** sirdancealota has quit IRC01:55
*** eijk_ has quit IRC01:59
*** andre__ has joined #maemo01:59
*** vi__ has quit IRC02:02
*** OkropNick has quit IRC02:03
*** hazchemix has joined #maemo02:04
*** luke-jr_ has joined #maemo02:10
*** Luke-Jr has quit IRC02:11
*** timeless has quit IRC02:15
*** otep has quit IRC02:23
*** zap has quit IRC02:23
*** sirdancealota has joined #maemo02:36
*** trx has quit IRC02:38
*** Rantwolf has quit IRC02:39
*** trx has joined #maemo02:42
*** trx has quit IRC02:47
*** trx has joined #maemo02:53
*** otep has joined #maemo02:53
*** ariiiii has joined #maemo02:54
*** ariiiii has left #maemo02:54
*** robbiethe1st has joined #maemo03:07
*** dos1 has quit IRC03:17
*** luke-jr_ is now known as Luke-Jr03:17
*** trx has quit IRC03:28
*** trx has joined #maemo03:32
*** schen has quit IRC03:37
*** timeless has joined #maemo03:42
SpeedEvilhttp://tech.slashdot.org/story/12/11/06/0128255/nokia-suspends-its-free-developer-program :-\04:01
*** uen| has joined #maemo04:01
*** uen has quit IRC04:04
*** uen| is now known as uen04:04
*** louisdk has joined #maemo04:12
*** guly has quit IRC04:12
*** louisdk has quit IRC04:13
*** louisdk has joined #maemo04:15
*** louisdk_ has joined #maemo04:18
*** nyl has quit IRC04:18
*** louisdk_ has quit IRC04:19
*** louisdk_ has joined #maemo04:19
*** louisdk has quit IRC04:19
*** sirdancealota has quit IRC04:20
*** louisdk_ has quit IRC04:21
*** louisdk has joined #maemo04:22
*** louisdk has quit IRC04:25
*** louisdk has joined #maemo04:27
*** trx has quit IRC04:34
*** louisdk has quit IRC04:34
*** louisdk has joined #maemo04:37
*** guly has joined #maemo04:37
*** louisdk_ has joined #maemo04:37
*** trx has joined #maemo04:39
*** louisdk has quit IRC04:41
*** louisdk_ has quit IRC04:42
*** ghjgfjghjbn has quit IRC04:46
*** M4rtinK has quit IRC04:50
*** ghjgfjghjbn has joined #maemo04:55
*** nox- has quit IRC05:03
*** shamus has quit IRC05:13
*** shamus has joined #maemo05:15
*** radic has joined #maemo05:17
*** radic_ has quit IRC05:21
*** pcfe` has joined #maemo05:39
*** pcfe` has joined #maemo05:39
*** pcfe has quit IRC05:42
*** robbiethe1st has quit IRC05:54
*** trx has quit IRC05:56
*** trx has joined #maemo06:01
*** DocScrutinizer05 has quit IRC06:04
*** DocScrutinizer05 has joined #maemo06:04
*** Pali has quit IRC06:12
*** Jade has quit IRC06:32
*** Jade has joined #maemo06:32
*** Jade has quit IRC06:32
*** Jade has joined #maemo06:32
*** Jade has joined #maemo06:35
*** Jade has quit IRC06:35
*** Jade has joined #maemo06:35
*** Jade has quit IRC06:39
*** Jade has joined #maemo06:40
*** Jade has quit IRC06:40
*** Jade has joined #maemo06:40
*** at1as has quit IRC06:43
*** Jade has joined #maemo06:53
*** Jade has quit IRC06:53
*** Jade has joined #maemo06:53
*** at1as has joined #maemo06:55
*** Psotnick has quit IRC07:01
*** Psotnick has joined #maemo07:02
*** Snafu777 has joined #maemo07:03
*** masch has quit IRC07:03
*** masch_ has joined #maemo07:03
*** jas4711_ has joined #maemo07:53
*** jas4711 has quit IRC07:54
*** hazchemix has quit IRC07:58
*** odin_ has quit IRC08:11
*** hazchemix has joined #maemo08:19
*** hazchemix has quit IRC08:26
*** povbot has joined #maemo08:41
*** povbot_ has quit IRC08:41
*** hazchemix has joined #maemo08:42
*** ruskie has quit IRC08:42
*** maybeWTF has quit IRC08:51
*** VDVsx has joined #maemo08:52
*** ruskie has joined #maemo09:03
*** ZogG_laptop has quit IRC09:21
*** Rantwolf has joined #maemo09:33
*** joga has quit IRC09:35
*** calvaris has joined #maemo09:38
*** joga has joined #maemo09:39
*** calvaris has quit IRC09:39
*** calvaris has joined #maemo09:40
*** mpthx has joined #maemo09:43
*** hazchemix has quit IRC09:45
*** npm has quit IRC09:46
*** ZogG_laptop has joined #maemo09:49
*** VDVsx has quit IRC09:50
*** mpthx is now known as hazchemix09:55
*** hazchemix has quit IRC09:55
*** hazchemix has joined #maemo09:55
*** Snafu777 has quit IRC09:56
*** dhbiker has quit IRC09:59
*** timmy has joined #maemo09:59
*** timmy has joined #maemo09:59
*** dhbiker has joined #maemo09:59
*** murrayc has joined #maemo10:01
*** jas4711__ has joined #maemo10:02
*** jas4711_ has quit IRC10:05
*** Arkenoi has joined #maemo10:05
*** VDVsx has joined #maemo10:06
*** valerius has quit IRC10:10
*** OkropNick has joined #maemo10:14
*** MacDrunk has joined #maemo10:16
*** Flyser has joined #maemo10:16
*** Flyser has quit IRC10:17
*** MacDrunk has left #maemo10:17
*** florian_kc has joined #maemo10:23
*** florian_kc has quit IRC10:23
*** florian_kc has joined #maemo10:23
*** florian_kc is now known as florian10:25
*** mzanetti has quit IRC10:26
*** hurbu has joined #maemo10:26
*** pcfe` is now known as pcfe10:28
*** valerius has joined #maemo10:34
*** mzanetti has joined #maemo10:34
*** geaaru has joined #maemo10:37
*** rcg-work has joined #maemo10:37
narcosHm, last time i flashed my n900 I can't remember if I did the VANILLA_PR_EMMC first, or the PR_COMBINED10:39
*** valerius has quit IRC10:40
*** eMHa has quit IRC10:40
*** jhb has joined #maemo10:49
*** X-Fade has quit IRC11:02
*** valerius has joined #maemo11:02
*** X-Fade has joined #maemo11:02
*** PSleggs has joined #maemo11:06
*** auenf has quit IRC11:08
*** auenf has joined #maemo11:09
*** thetet has joined #maemo11:12
*** timmy has quit IRC11:13
*** arno0ob has joined #maemo11:14
*** eMHa has joined #maemo11:15
*** lbt has joined #maemo11:19
*** Darkchaos has joined #maemo11:22
*** RP_ has quit IRC11:31
DocScrutinizer51do combined, vanilla, combined again. 100% failsafe11:31
*** RP_ has joined #maemo11:31
DocScrutinizer51narcos: ^11:31
*** stardiviner has joined #maemo11:32
DocScrutinizer51if you really wanna flash vanilla eMMC11:32
DocScrutinizer51usually not needed11:32
narcosDocScrutinizer51: Cool, thanks11:33
DocScrutinizer51np, yw11:33
narcosLong time no 'see' :)11:33
DocScrutinizer51~flash11:33
infobotfrom memory, maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware11:33
chem|stDocScrutinizer51: I feel like "used" devices need to get a vanilla-razorshave11:37
*** basiaf has quit IRC11:43
*** basiaf has joined #maemo11:43
*** skule has quit IRC11:51
*** arno0ob has quit IRC11:51
*** arno0ob has joined #maemo11:55
*** narcos has quit IRC11:56
*** calvaris has quit IRC11:58
*** calvaris has joined #maemo12:02
PSleggsdoes nokia suite on windows 7 work for anyone?12:05
*** PSleggs is now known as vi_12:05
*** calvaris has left #maemo12:05
vi_ffs12:05
vi_does nokia suite on windows 7 work for anyone?12:05
*** vi__ has joined #maemo12:11
*** vi_ has quit IRC12:11
*** markinfo has joined #maemo12:15
*** vi__ has quit IRC12:17
*** vi_ has joined #maemo12:21
*** drussell has quit IRC12:22
*** lbt has quit IRC12:23
*** eijk has joined #maemo12:24
*** dhbiker has quit IRC12:26
*** nyl has joined #maemo12:27
*** MetalGearSolid has joined #maemo12:30
*** maybeHere has joined #maemo12:30
*** zap has joined #maemo12:30
*** Darkchaos has quit IRC12:30
*** vi_ has quit IRC12:33
*** MrPingu has quit IRC12:35
*** vi_ has joined #maemo12:35
*** lbt has joined #maemo12:39
*** lbt has quit IRC12:39
*** lbt has joined #maemo12:39
*** Flyser has joined #maemo12:41
*** Flyser has joined #maemo12:41
*** narcos has joined #maemo12:43
*** mvp_ has joined #maemo12:44
vi_does anyone have any experiance with the n900 replacement housings from fleabay?12:58
vi_http://i.ebayimg.com/t/New-Nokia-Housing-For-N900-Front-Panel-Middle-Case-Fascia-Keypad-Back-Cover-/00/s/MTE1OVgxNjAw/$%28KGrHqN,!rUF!d!TRpCDBQSVW%28c5oQ~~60_10.JPG12:58
vi_for example.12:58
vi_The keyboard looks like a better quality replacement than the normal junk you get.12:59
*** drussell has joined #maemo13:00
*** merlin1991 has quit IRC13:01
*** merlin1991 has joined #maemo13:01
*** yang has joined #maemo13:01
SpeedEvilhmm13:02
vi_I mean the KB you normally get on ebay for the n900 is utter shit.  It feels funny and the characters are printed all wrong.13:05
DocScrutinizer51moinmoin13:05
*** yang has quit IRC13:05
*** hazchemix has quit IRC13:06
SpeedEvilmorning13:07
*** Sysaxed has joined #maemo13:15
*** M4rtinK has joined #maemo13:17
*** ivgalvez has joined #maemo13:19
*** zap_ has joined #maemo13:26
*** zap has quit IRC13:28
*** dos1 has joined #maemo13:34
*** Flyser has quit IRC13:36
*** murrayc has quit IRC13:42
*** npm has joined #maemo13:50
*** ludens has quit IRC13:52
*** netkat has joined #maemo13:58
*** vi_ has quit IRC13:59
*** vi_ has joined #maemo14:02
*** vi__ has joined #maemo14:07
*** maybeWTF has joined #maemo14:07
*** vi_ has quit IRC14:08
*** maybeHere has quit IRC14:09
*** AD-N770 has joined #maemo14:09
*** Pali has joined #maemo14:11
*** Wnt has quit IRC14:14
*** dhbiker has joined #maemo14:15
*** at1as has quit IRC14:21
DocScrutinizer51in xchat, is there any option to disable or delete that nasty chan-close button (lower left, under chantab bar with my setup)?14:23
*** calvaris has joined #maemo14:23
*** krayon has quit IRC14:24
*** dos1 has quit IRC14:24
*** at1as has joined #maemo14:24
*** dos1 has joined #maemo14:24
*** at1as has quit IRC14:30
*** vi__ has quit IRC14:30
*** vi_ has joined #maemo14:30
*** Wnt has joined #maemo14:31
*** dos11 has joined #maemo14:32
*** dos1 has quit IRC14:34
*** narcos has quit IRC14:36
*** lizardo has joined #maemo14:46
*** Hurrian has joined #maemo14:53
*** lbt has quit IRC15:00
*** Guest94577 is now known as Termana15:04
*** lbt has joined #maemo15:08
*** lbt has quit IRC15:08
*** lbt has joined #maemo15:08
*** dos11 has quit IRC15:15
*** em has quit IRC15:18
*** thetet has quit IRC15:18
*** em has joined #maemo15:19
*** lbt_ has joined #maemo15:24
*** Hurrian has quit IRC15:26
*** lbt has quit IRC15:26
*** ivgalvez has quit IRC15:32
*** ariiiii has joined #maemo15:32
*** VDVsx has quit IRC15:38
*** ariiiii has left #maemo15:39
*** vi_ has quit IRC15:49
*** vi_ has joined #maemo15:53
*** ariiiii has joined #maemo15:54
*** Woody14619a has joined #maemo15:55
*** ariiiii has left #maemo15:55
*** ivgalvez has joined #maemo15:57
*** lbt_ has quit IRC15:57
*** Zahra has joined #maemo15:58
*** Woody14619 has quit IRC15:58
*** dafox has joined #maemo16:01
*** MrOpposif has joined #maemo16:07
*** MrOpposite has quit IRC16:08
*** MrOpposif is now known as MrOpposite16:08
*** MrOpposite has joined #maemo16:08
*** setanta has joined #maemo16:16
*** konelix has joined #maemo16:19
*** krayon has joined #maemo16:20
*** retro|cz has joined #maemo16:22
*** sasquatch has quit IRC16:29
*** konelix_ has joined #maemo16:30
*** konelix has quit IRC16:30
*** konelix_ is now known as konelix16:32
Lava_Croftyes, dont use xchat16:33
Lava_Croftsolved16:33
*** stardiviner has quit IRC16:35
*** hazchemix has joined #maemo16:41
vi_misterc on TMO has apparently found a source of n900 otterboxes!16:45
vi_but he will not tell anyone.16:45
vi_He wants people to go 'through' him to get one.16:46
vi_WTF.16:46
StyXmanotterboxes?16:46
vi_armour for your n900.16:47
StyXmanhmm16:47
vi_For when your n900 is not big enough16:47
vi_heavy enough16:47
*** alehorst has quit IRC16:47
vi_tough enough.16:47
vi_Put it inside a protective armour box.16:47
StyXmanI guess once you have one you can simply copy the model and 3d-print it16:48
vi_The manufacturer has stopped making them and they are now quite hard to get.16:48
vi_StyXman: you would need a pretty good 3d printer to get all the finer details.16:48
StyXmanand a pretty good 3d designer, yes, I know16:50
*** valerius has quit IRC16:50
*** sasquatch has joined #maemo16:50
*** Dragnslcr has quit IRC16:52
*** Dragnslcr has joined #maemo16:53
*** dafox has quit IRC16:53
*** konelix has quit IRC16:59
*** cyborg-one has joined #maemo17:02
*** Darkchaos has joined #maemo17:03
*** cyborg-o1e has quit IRC17:05
*** valerius has joined #maemo17:12
*** konelix has joined #maemo17:14
*** Dynamit has quit IRC17:14
Lava_Croftgoddakmnit17:17
Lava_Croftthose otterboxes look great17:17
*** alehorst has joined #maemo17:18
vi_well, you cannot get one now.17:20
StyXmanyeah, they convert you n900 into a weapon for self-defense17:23
Lava_Croftusually pulling out the n900, in these days, works the same as that Monty Python joke17:24
Lava_Croftthat made all the Germand die from laughter17:24
Lava_CroftGermans*17:24
Lava_CroftThe laughter usually faints once you get the job done which the other person can't17:24
*** konelix has quit IRC17:24
*** konelix_ has joined #maemo17:24
chem|stLava_Croft: they laugh exactly as long as it takes me to startup remote controls and switch off some TVs...17:26
Lava_Croftwell, that would keep them laughing in my case17:26
Lava_Croftsince ive been doing that since pre-y2k17:27
Lava_Croftwith my Palm IIIxe17:27
Lava_Croftbut in the case of a stranger, yes17:27
Lava_Croftthe best thing remains the FM transmitter tho17:27
chem|st"why did you do that?" - "cause you remained laughing at my phone!"17:27
vi_de-auth their access point and kick them all off the wifi.17:27
Lava_CroftBreaking into people's radio stations is awesome17:27
vi_win.17:27
Lava_Croftespecially in traffic jams17:27
*** shamus has quit IRC17:27
vi_Lava_Croft: route the phone mic to the fmtx.17:28
*** shamus has joined #maemo17:28
chem|stLava_Croft: yeah my sister... so cool "you have a very nice radiostation, what channel is that?" - "it is my phone..."17:28
vi_You can talk over the FM radio.17:28
Lava_Croftvi_: yup17:28
*** Hurrian has joined #maemo17:28
vi_I just bought 2 more n900.17:30
vi_I might have to get a 3rd.17:30
Lava_Crofti already have two, more than enough17:30
Lava_Croftthey are mostly being used as overpowered mediaplayer anyway17:31
vi_1 for me.17:31
vi_1 for mrs vi_17:31
Lava_Croftmrs has an iphone:)17:31
vi_1 for developing17:31
vi_1 mint condition for spare.17:31
vi_phones are so massive these days.17:32
Lava_Croftyes17:32
vi_we seem to have regressed to the size of a brick.17:32
Lava_Crofti dont get why phones have to be the size of a netbook these days17:32
vi_with similar features.17:32
vi_mrs just bought a nexus 7.17:33
Lava_Croftthe largest button in my wife's ios6.1 Maps ui is "Report a problem"17:33
vi_dont worry, I rolled my eyse too.17:33
Lava_Croftor something similair17:33
Lava_Croftnexus7 is nice17:33
Lava_Crofti have one!17:33
Lava_Croftprice/quality is outstanding17:33
Lava_Crofti can live with the shit OS17:33
vi_is it true it does not support writing to external filesystem when using USB host mode?17:34
Lava_Croftprobably not, we dont even use it for that17:34
vi_have you root it?17:34
Lava_Croftnope17:35
vi_do you need to?17:35
Lava_Croftrooting it still makes it shit17:35
Lava_Croftno17:35
Lava_Croftandroid cant be fixed17:35
vi_what is the single most important thing a person should do to get the most out of it?17:35
*** valerius has quit IRC17:35
Lava_Croftprobably the only thing one can do is update to latest jelly bean17:36
vi_And why the hell it does not have an usd slot.17:36
Lava_Croftoverall the tablet is, for being a tablet, pretty complete17:36
Lava_Croftbecause its a tablet which is made with cost in mind17:36
vi_made with price level stratification in mind.17:36
Lava_Croftyes17:37
Lava_Croftand looking at the price, they did a really good job17:37
*** zap_ has quit IRC17:37
*** dafox has joined #maemo17:37
Lava_Croftthe only thing i would really do is install a different launcher17:38
Lava_Croftso you get a bit more customization options for it17:38
*** MetalGearSolid has left #maemo17:39
Lava_Croftoh yeah, and make sure you have two devices with Minecraft Pocket Edition17:40
Lava_Croftits great in multiplayer over wifi17:40
vi_minecraft, I have no patience for this.17:42
Lava_CroftI was about to say, hanging around Maemo community and having problems with patience17:43
Lava_Croftthat must make life really tough on you:)17:43
*** rm_work has joined #maemo17:43
*** snoopy_ has joined #maemo17:44
*** konelix_ is now known as konelix17:46
*** valerius has joined #maemo17:57
*** jas4711__ has quit IRC18:03
*** Dynamit has joined #maemo18:10
*** Jade has quit IRC18:15
*** Jade has joined #maemo18:15
*** Jade has joined #maemo18:15
*** freemangordon has quit IRC18:17
*** lizardo has quit IRC18:17
*** freemangordon has joined #maemo18:17
vi_Lava_Croft: You know android right?18:23
*** schen has joined #maemo18:23
vi_riddle me some questions if you will.18:23
vi_Can you interact with an android device in a meaningful way thorugh sshh?18:24
Lava_Crofti know very little about android, because i think its a shit os18:27
Lava_Crofti try to use it as little as possible18:27
Lava_Croftdinnertime now18:27
*** markinfo has quit IRC18:27
*** odin_ has joined #maemo18:28
*** ivgalvez has quit IRC18:30
keriovi_: i wouldn't think so18:30
kerioit's not really meant to be possible18:30
kerioi mean, i don't think it's going to be much more useful than sshing into an iphone18:31
*** mvp_ has quit IRC18:32
*** brzys has joined #maemo18:38
*** hazchemix has quit IRC18:38
vi_kerio: I do not know about that either.18:40
*** NIN101 has joined #maemo18:44
*** SpeedEvil has quit IRC18:53
*** SpeedEvil has joined #maemo18:55
*** ZogG_laptop has quit IRC19:00
*** timmy has joined #maemo19:01
*** Milhouse has quit IRC19:03
*** Milhouse has joined #maemo19:07
*** schen has quit IRC19:08
*** florian has quit IRC19:19
*** rcg-work has quit IRC19:19
*** psychologe has joined #maemo19:22
*** ZogG_laptop has joined #maemo19:22
*** timmy has quit IRC19:31
*** hurbu has quit IRC19:34
*** konelix has quit IRC19:35
*** konelix has joined #maemo19:37
*** hazchemix has joined #maemo19:40
*** ckga has joined #maemo19:44
*** vi__ has joined #maemo19:51
*** psychologe has left #maemo19:51
*** konelix_ has joined #maemo19:51
*** konelix has quit IRC19:51
vi__it would seem the term refurbished has been redefined.19:52
*** rcg has joined #maemo19:52
vi__from: good as new, rebuilt with new parts as needed.19:52
vi__to: totally shagged by a cack handed spacktard.19:53
vi__'nah bro, that will totally buff out!'19:56
*** jreznik has joined #maemo19:56
*** dhbiker has quit IRC19:56
*** jreznik has quit IRC19:57
*** jreznik has joined #maemo19:57
*** udovdh has quit IRC20:01
*** arno0ob has quit IRC20:01
*** brzys has quit IRC20:02
*** AD-N770 has quit IRC20:02
*** udovdh has joined #maemo20:03
*** konelix_ is now known as konelix20:05
*** ben1066 has quit IRC20:06
*** florian has joined #maemo20:11
*** florian has joined #maemo20:11
*** geaaru has quit IRC20:13
*** vi__ has quit IRC20:13
*** MrPingu has joined #maemo20:15
*** vi__ has joined #maemo20:15
*** eMHa has quit IRC20:18
*** toxaris has joined #maemo20:20
*** ben1066 has joined #maemo20:24
*** ben1066 has joined #maemo20:24
*** konelix_ has joined #maemo20:30
*** konelix has quit IRC20:33
*** calvaris has quit IRC20:37
*** zap_ has joined #maemo20:42
Sysaxed<vi_> Can you interact with an android device in a meaningful way thorugh sshh?20:43
Sysaxedyou can ssh to it, but what are going to do with once you are in?20:43
Sysaxedwith it*20:43
SpeedEvilandroid is similar to what 'boot to wine' might be20:44
*** sq-one has joined #maemo20:45
*** odin_ has quit IRC20:47
*** konelix_ is now known as konelix20:47
*** dos11 has joined #maemo20:48
Sysaxedvi_, you can run an app... what else..20:49
*** eMHa has joined #maemo20:50
Sysaxedto get some linuxness you can install busy box20:50
*** odin_ has joined #maemo20:51
*** deepy\SIGSEGV has quit IRC20:58
*** deepy\SIGSEGV has joined #maemo20:58
Sysaxedwhat is the future of maemo? Is there any future at all? It's the best device currently but we're still unable to get through closed source parts21:09
SpeedEvilnone21:13
SpeedEvilthe hardware may continue on in some way for a couple more years.21:14
SpeedEvilbut...21:14
Cor-Aino buts!21:14
SpeedEvilhopefully jollamobile will release hardware of some form21:14
*** konelix has quit IRC21:15
SpeedEvilwhich might in some ways be called a development parallel to maemo21:15
*** retro|cz has quit IRC21:15
*** konelix has joined #maemo21:15
*** VDVsx has joined #maemo21:16
Sysaxedwhat's the point of a newer hardware?21:16
Sysaxedthe one n900 has is fine21:16
SpeedEvil256m ram is extremely limiting for the browser21:16
Sysaxedno, it's fine21:17
SysaxedI've just restarted my n90021:18
Sysaxed142 RAM + 15 swap is used21:18
Sysaxedholy shit, my desktop pc uses 100 when booted21:18
Sysaxedhildon-home - 26 M21:18
Sysaxedbrowserd 26 M21:18
*** konelix_ has joined #maemo21:22
*** konelix has quit IRC21:22
*** lartza_ has joined #maemo21:26
vi__i assure you, 256 is not enough!21:26
Sysaxedvi_, why would you need more?21:27
*** Zahra has quit IRC21:27
*** konelix_ is now known as konelix21:29
*** RiD has joined #maemo21:31
RiDhello there.21:31
Sysaxedhi :)21:32
RiDhow is the N9's price, currently?21:33
Sysaxedis n9 realy worth buying?21:37
Sysaxedis it even better than n900?21:37
*** NIN102 has joined #maemo21:38
RiDthe fact is that i sent my phone to nokia repair a bit over a month ago, with an e-mail where i talk about how the usb can be part of a design flaw, etc etc etc21:38
*** NIN101 has quit IRC21:39
RiDblablab blub lbubl bilililil . They (not surprising) refused to repair it. A bit over 1 month was needed to simply say that. Now, my friend is arriving with the phone... though i'm a bit suspicious it might be all f*__ed up from the Nokia Care not-so-care "journey". Perhaps worse than it was when I sent it.21:39
RiDHowever, while i do not know many details, my friend said they would give the "successor" if i paid them 160€...21:39
Sysaxedn900? no resistive touchscreen?21:40
RiDwha21:40
RiDN9 has a resistive touchscreen21:41
*** gregoa has quit IRC21:41
RiDi mean N900.  N9 is capacitive21:41
Sysaxedn9*21:41
Sysaxedsorry21:41
Sysaxedkeyboard??21:41
RiDvirtual.. anyways. I might buy the N9 (and then sell it again) if they give me my N900 with faulty microUSB21:42
*** konelix has quit IRC21:42
*** konelix_ has joined #maemo21:42
*** rm_work has quit IRC21:43
*** rm_work has joined #maemo21:43
Sysaxedwell, no keyboard, no resistive touch screen21:45
SysaxedI'd throw it out of the window21:45
Sysaxedbut some stupid bitch might like it21:45
Sysaxedbecause it looks like an IPhone21:45
Sysaxedhaha21:45
*** gregoa has joined #maemo21:46
SysaxedThe N9 has two microphones and a loudspeaker situated at the bottom of the phone.21:47
Sysaxeddid I get it right?21:47
Sysaxedtwo mics and ONE speaker??21:47
Sysaxedsomething is wrong here...21:47
RiDdon't ask me lol21:47
RiDstereo recording?21:47
RiDyet mono playback21:47
Sysaxedwho would care about stereo recording on a phone? :D21:48
*** SmilyOrg has joined #maemo21:48
keriomore mics -> more quality21:49
Sysaxedmore speakers -> louder music21:49
keriophone -> crappy speakers21:49
kerioso no need for speakers21:49
Sysaxedno, that's exactly why you need more speakers21:49
Sicelothey said it's for noise cancellation during phone calls, lol21:49
kerioSicelo: it makes sense21:50
Sysaxedno sense..21:50
*** Guest51474 has quit IRC21:51
Sysaxedwhy did they forget n900 to make n9 shit?21:52
keriovi__: how do i 80x24 on a terminal21:52
ZogG_laptopDocScrutinizer05: mazal tov on being council :P21:52
kerioZogG_laptop: he's what?21:53
ZogG_laptopcouncil memeber :P21:53
keriololwut21:53
ZogG_laptopcheck maillist21:53
MrPinguHaven't check maillist for a long time :o21:54
MrPinguI feel bad now21:54
ZogG_laptopmentalist, ivgalvez, doc, qwazix and neildk21:54
ZogG_laptopjust got mail21:54
RiDok guys!21:55
RiDnokia said my phone is irrepairable due to having damaged pads on the motherboard...21:55
keriobuy a new one21:56
RiDnow, the pic they have on the paper is unclear because the printer sucks and everything is too bland, lol21:56
*** nyl has quit IRC21:56
ZogG_laptopRiD: usb?21:56
RiDyes21:56
ZogG_laptopRiD: welcome to the club21:56
RiDlol21:56
ZogG_laptopwait for jolla or bb1021:56
RiDwhat exactly are pads?21:56
ZogG_laptopor buy 331021:56
ZogG_laptopRiD: the electric contacts21:57
RiDso basically its really irrepairable?21:57
ZogG_laptoplike small metalic parts on motherboard21:57
kerionah, it's *kinda* easy if you know what you're doing with a soldering gun21:57
ZogG_laptopdepends21:57
ZogG_laptopfew people solved it21:57
RiDso its a bit like hte ones on the usb fix topic or something?21:57
RiDNot exactly like that, im afraid?21:57
kerioRiD: it should be exactly that21:57
RiDoh...21:57
ZogG_laptopfew advices to soil it to motherboard with cables — it's all on TMO21:58
RiDWell, i'll talk to the guy tomorrow at nokia care21:58
RiDyes i've seen those threads21:58
RiDbasically my friend said that the guy on nokia care said that i could get the N900's "successor" phone for about 180€21:58
keriothe N9?21:59
ZogG_laptop180 what?21:59
kerioeeeeeeh21:59
RiDI have 20-and something days to decide.21:59
kerioit's more like a retarded cousin21:59
RiDkerio well, i dont know. thats why im going there21:59
ZogG_laptopn9 is nice but dead21:59
RiDbecause really, there is no successor21:59
ZogG_laptopdamn, again :P21:59
RiDim going to ask all details, and if I buy it, will I keep my old N900, etc bla bla21:59
ZogG_laptopanyway i hope u get lumia then :P21:59
RiDIf yes - and if it's a N9 or an expensive phone that people might be interested in buying...22:00
RiDi'd go for it.22:00
keriobuy lumia, sell lumia, buy two n900s22:00
ZogG_laptop180 what? what currency?22:00
RiD22:00
RiDeuros22:00
RiD"about". Since my friend doesn't know the exact price and stuff. I'll have all my doubts solved tomorrow afternoon22:00
ZogG_laptopi think it's almost the prive of new one :P22:00
RiDdepends on the phone22:00
vi__kerio: get a different terminal.22:01
RiDalso, I think i'll end up sending my N900 to someone here who knows how to repair22:01
ZogG_laptopkerio: sell 2 n900 — buy 5 331022:02
ZogG_laptopRiD: good luck with that22:02
RiDi'm not trusting an half-hassed repair house that might just screw it even more :|22:02
RiDi'll have to study the shipping prices and stuff... might end up not being worth it :(22:02
RiDthis because nokia decided to be a twat and save 1cent on the usb port :D22:03
ZogG_laptopRiD: where are you from?22:03
RiDPortugal22:03
ZogG_laptopfind solering masters22:03
ZogG_laptopi fixed mine22:03
ZogG_laptopand put expo and ruined that way the day i repeaired it :P22:03
RiDwhy did you put expo22:04
ZogG_laptopgave to my friend who knew girl who can solder with needle and she fixed it :P22:04
RiDwow22:04
ZogG_laptopRiD: so i don't rip it off again22:04
RiDisn't expo or w/e a glue brand?22:04
ZogG_laptopit's her work22:04
ZogG_laptopRiD: it's glue but really strong one(not in meaning of superglue)22:05
ZogG_laptopit's like glue*22:05
kerio~usbfix22:05
infobotit has been said that usbfix is http://talk.maemo.org/showthread.php?t=75920 - and **NEVER** use epoxy (unless you want to seal your device for underwater)22:05
RiDepoxy right22:05
RiDi could try fixing it with a hammer22:06
RiDbut i'm afraid of breaking the hammer22:06
ZogG_laptopkerio: i did it before it was cool and bot knew it :P22:06
Sicelolol. my N900 will sometimes start playing my playlist automatically after a missed call22:14
Sicelothis happens as soon as the ringtone stops. weird22:18
*** gregoa has quit IRC22:22
*** gregoa has joined #maemo22:22
*** sasquatch has quit IRC22:23
*** netkat has quit IRC22:27
*** mzanetti has quit IRC22:28
*** MrPingu has quit IRC22:31
*** mzanetti has joined #maemo22:33
*** dhbiker has joined #maemo22:35
*** konelix_ has quit IRC22:37
*** eijk_ has joined #maemo22:37
*** konelix_ has joined #maemo22:38
*** konelix_ is now known as konelix22:38
*** eijk has quit IRC22:40
kerioSicelo: Open Media Player?22:40
*** brzys has joined #maemo22:44
*** MrPingu has joined #maemo22:45
*** grinsekatze has quit IRC22:48
*** grinsekatze has joined #maemo22:48
*** brzys has quit IRC22:50
*** MrPingu has quit IRC22:57
*** konelix has quit IRC22:58
*** konelix_ has joined #maemo22:58
*** sasquatch has joined #maemo22:59
Sysaxed"<ZogG_laptop> kerio: sell 2 n900 — buy 5 3310" you could buy about 15 3310 for that amount of money23:05
Sysaxedmaybe 3023:07
deepy\SIGSEGVI wonder if I can sell my N900 for more than I paid for it23:08
Sysaxeddeepy\SIGSEGV, how much did you pay?23:08
keriodeepy\SIGSEGV: why do you want to sell it :(23:09
deepy\SIGSEGVSo I can buy another and sell that23:09
deepy\SIGSEGVpushing the prices up, gradually making people believe there's a huge market in it23:10
deepy\SIGSEGVAlso, cheaper than trying to fix the keyboard :P23:10
deepy\SIGSEGVerr, the slider sensor23:10
*** toxaris has quit IRC23:11
deepy\SIGSEGV140EUR23:12
deepy\SIGSEGVor no, that was teh wrong one23:12
deepy\SIGSEGV12023:12
Sysaxedwell, I've bought my n900 for 75€23:13
Sysaxedand now it's possible to buy one for 70€23:13
Sysaxedit had one little scratch on the side, everything else is fine :>23:13
Sysaxedhad to wait for a half of a year to find it...23:13
*** konelix_ has quit IRC23:16
*** konelix__ has joined #maemo23:16
*** MrPingu has joined #maemo23:18
*** lbt_ has joined #maemo23:18
*** lbt_ has quit IRC23:18
*** lbt_ has joined #maemo23:18
*** gregoa has quit IRC23:18
Skrymm, local "flea market" site has six currently, cheapest is 60e and is in horrible condition23:18
*** VDVsx has quit IRC23:19
*** gregoa has joined #maemo23:20
*** konelix__ has quit IRC23:21
*** konelix__ has joined #maemo23:22
*** MrPingu has quit IRC23:23
*** vi__ has quit IRC23:23
*** MrPingu has joined #maemo23:24
SkryI think I'm going to offer him 30e, could use a spare23:25
*** konelix__ has quit IRC23:26
*** lizardo has joined #maemo23:32
*** sonofabit has joined #maemo23:33
sonofabithello23:33
*** snoopy_ has quit IRC23:34
SysaxedIn July 2012 Jolla Mobile, a Finnish company founded by former Nokia employees involved in MeeGo development, announced their work on a smartphone that would run a Mer-based Operating System. Jolla intends to announce its first smartphone product during 2012.[10]23:34
Sysaxedwhy am I thinking that it's going to be a total crap?23:34
Sysaxedlike another device without physical keybaord23:34
GeneralAntillesIt's a lot cheaper23:34
GeneralAntillesI don't think a physical keyboard determines crappiness.23:34
*** NIN102 has quit IRC23:34
Sysaxedwell, unfortunately it does23:35
sonofabitare there any other repositories than extras/devel/testing and ssu apps/mr0?23:35
GeneralAntillesOK then.23:36
Sysaxedif we wanted a phone without physical keyboard - we could live with iphones or similar android devices23:36
GeneralAntillesI'm more concerned with what the phone is running than rather or not it has a keyboard23:36
GeneralAntillesWould a Windows Mobile device with a physical keyboard be amazing?23:36
Sysaxedwell, why would you need all linux features if you can't even type all needed symbols in a terminal?23:37
Sysaxedlike |23:37
GeneralAntillesYou can type more of the symbols you need with the softkeyboard than a physical keyboard, in my experience.23:37
Sysaxedlol23:37
Sysaxedtell me what I CAN'T type with my physical keyboard23:37
GeneralAntilles|23:37
SysaxedI can23:38
GeneralAntillestab23:38
SysaxedI can23:38
Sysaxedfor | shift+fn+l23:38
Sysaxedfor tab fn+enter23:38
Sysaxedanything else?23:38
GeneralAntillesand you can type those things on a virtual keyboard23:38
GeneralAntillesSo I'm not really sure what the point is?23:38
GeneralAntillesActually, I'm not sure why I'm responding to this.23:39
GeneralAntillesYes, Jolla will be crap. You should buy something else.23:39
Sysaxedwhile [ true ]; do echo "Can't imagine you typing this as fast as I can do it"; sleep 1; done23:39
Sysaxedit's fine if you have to type 10 symbols in a row with a virtual keyboard23:40
Sysaxedbut going back and forth from letters to symbols...23:40
Sysaxedwell, you know...23:40
Sysaxedmaybe you're just not that terminal guy like I am23:40
SysaxedGeneralAntilles, http://wiki.maemo.org/Remapping_keyboard/user_vis_awesome_kbdmapping23:42
Sysaxedthe only thing I can't use is "Insert" key23:42
Sysaxedhmmm23:42
sonofabitare there other repositories than extras?23:45
Sysaxedsonofabit, testing and devel23:46
sonofabitother than that?23:46
Sysaxedhmm, no?23:46
sonofabitcause i got one app i cant find23:46
Sysaxedwhich one?23:46
sonofabiti mean i got it on my old n90023:46
sonofabitquick status changer for im23:47
sonofabitand i can't seem to get facebook to connect but it's less important23:47
RzRGeneralAntilles, what's the problem w/ jolla ? I dont want to fire a troll , but i am pretty exited about a true qt platform23:48
GeneralAntillesRzR, nothing's wrong with Jolla. I'm excited, too. I was checking out of that conversation. ;)23:49
RzRok missread23:49
RzRjust curious how will you react if jolla-1 is just a n950 :)23:50
*** sonofabit has quit IRC23:51
Sysaxedthat would be awesome23:51
Sysaxed:D23:51
RzRi think it will , but nok should have many patents on the mecanical part etc23:51
GeneralAntillesRzR, hopefully with better SoC23:52
GeneralAntillesand screen23:52
RzRi am wondering how much could it take to rebuild a n950 ... in a small batch23:53
RzRgtk04 is pretty expensive23:53
*** sq-one has quit IRC23:54
SpeedEvilRzR: murderously23:55
RiDSysaxed only one scratch?23:55
SysaxedRiD, yep23:55
SpeedEvilRzR: assuming you can get the parts, perhaps $10000 for a batch of 1023:55
RiDdamn23:55
RiDmy n900 has worn out keys23:55
RiDprobably because my nails aren't exactly the shortest but still :(23:56
SpeedEvilit may be slightly less if you get lucky and have few board spins23:56
*** threatful has joined #maemo23:56
RiDit would be awesome if nokia sold me a n95023:57
SysaxedRiD, it seemed to me that this guy was a girl on the inside23:57
Sysaxedcuz it was in a super condition23:57
RiDlol. I wish mine was in a super condition23:57
RiDbut noooo, they can't repair usb because usb broken.23:57
RiD:D23:57
Sysaxedoh, there is a small dent on the side23:57
RiDmine has no housing dents at all :D23:57
*** threatful has quit IRC23:58
Sysaxeda small one23:58
RiDit has, however, worn out keyboard, 1 deep scratch... thanks to my brother who was playing with a flying USB cable...23:58
Sysaxedbut the screen is awesome23:58
RiDnot scratch, more like "hole" lol23:58
RiDlet's say its 0,5mm^323:58
RiDit's totally awesome to jump on my bed with that cable then let it fall right on the n90023:59
RiDat an enormous speed...23:59
RiD1 week after i got the phone.23:59
Sysaxedoh, know what...23:59
RzR<SpeedEvil> RzR: assuming you can get the parts, perhaps $10000 for a batch of 1023:59

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