Stskeeps | intentional, camera not really calibrated | 00:00 |
---|---|---|
*** woglinde has joined #maemo-devel | 00:04 | |
ruskie | hmm telepathy needs iax2 and otr support already | 00:04 |
idra | Stskeeps, what does it mean that the camera is not really calibrated ? | 00:06 |
*** svanheulen has joined #maemo-devel | 00:08 | |
svanheulen | is there a way to play with the notification LED with python on the n900? the LED doesn't seem to be working at all and i need a way to test it | 00:09 |
idra | svanheulen, it doesn't blink when recharging ? | 00:10 |
svanheulen | nope | 00:10 |
idra | sad | 00:10 |
svanheulen | i reflashed it this morning and that's when it stopped :( | 00:10 |
* idra preferred the old N800 led btw | 00:10 | |
svanheulen | i guess i can try flashing it again, but i was hoping it was something i could fix | 00:11 |
idra | Stskeeps, ok I dloaded the mirror app, and I see that quality really stinks | 00:11 |
ruskie | svanheulen, there's some info about it on talk.maemo.org | 00:12 |
ruskie | svanheulen, you can play with the led with simple echo 9999 > /sys/some/path | 00:12 |
svanheulen | oh nice | 00:12 |
svanheulen | thanks :) | 00:12 |
ruskie | http://talk.maemo.org/showthread.php?t=36501 | 00:13 |
ruskie | I think that's the thread | 00:13 |
ruskie | hmm seems like they haven't fixed the usb micro port pet | 00:16 |
ruskie | erm yet | 00:16 |
ruskie | http://talk.maemo.org/showthread.php?t=39072 <-- and I was so hoping this might have been fixed in production units | 00:16 |
xorAxAx | 23:08:56 -!- Irssi: New peak in #maemo-devel@freenode : 60 | 00:17 |
andrewgodwin | anyone know if you can trigger the task switcher from inside an app? | 00:19 |
svanheulen | so i tried that echo in that thread and it says the directory doesn't exsist... that can't be good | 00:19 |
andrewgodwin | (I have my app fullscreen, but want to replicate the button on the top-left) | 00:19 |
*** fnordianslippers has quit IRC | 00:19 | |
*** woglinde_ has joined #maemo-devel | 00:19 | |
ruskie | andrewgodwin, ctrl+backspace | 00:20 |
ruskie | svanheulen, try just lsing the dir | 00:20 |
ruskie | just to see what you have there | 00:20 |
andrewgodwin | ruskie: I meant "I want to put a button in my app which does it" | 00:20 |
andrewgodwin | I wasn't really clear, I guess :) | 00:20 |
svanheulen | only thing i see in the "leds" directory is "twl4030:vibrator" ... i'm missing the lp5523 files :( | 00:22 |
svanheulen | i'm not good with drivers/hardware in linux but i'm guess that means it's not detecting that hardware? | 00:24 |
pH5_ | lp5523 doesn't use the kernel's standard led interface, that's all | 00:24 |
pH5_ | svanheulen: check /sys/bus/i2c/devices/2-0032 | 00:25 |
pH5_ | I think mce is driving the leds via those sysfs files | 00:26 |
svanheulen | yup, i see that file, it's a symlink to /sys/class/i2c-adapter/i2c-2/2-0032 | 00:27 |
pH5_ | andrewgodwin: you can fake that keycode with XTest, but I'm not sure if there isn't a better API. | 00:27 |
pH5_ | XTestFakeKeyEvent | 00:28 |
svanheulen | and in there i see bus, modalias, name, power, subsystem, uevent | 00:28 |
*** fnordianslippers has joined #maemo-devel | 00:28 | |
andrewgodwin | pH5_: yeah, I'd rather not have to drag out XTest | 00:29 |
andrewgodwin | it seems ever so slightly hackish | 00:29 |
pH5_ | svanheulen: and I take everything back. I have several leds:lp5523:* links in there that actually point into /sys/class/leds | 00:32 |
Jaffa | andrewgodwin: I've seen references to it being done - ask VDVsx how he does it in BlueMaemo | 00:32 |
andrewgodwin | Jaffa: good idea. I was trying to remember where I'd seen it done before | 00:33 |
pH5_ | the n900 kernel drivers are a lot nicer than n810 ones | 00:33 |
*** woglinde has quit IRC | 00:36 | |
svanheulen | pH5_, so do you think flashing again might help or is there anything else i can try? | 00:39 |
*** svanheulen has quit IRC | 00:40 | |
andrewgodwin | aha! os.system("dbus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.exit_app_view") | 00:40 |
andrewgodwin | now why didn't I think of that | 00:40 |
*** svanheulen has joined #maemo-devel | 00:40 | |
svanheulen | bah lost connection | 00:40 |
svanheulen | pH5_, is there anything i can try to fix it or you think flashing again might help? | 00:41 |
*** woglinde_ is now known as woglinde | 00:56 | |
pH5_ | andrewgodwin: oh, d-bus api. that's certainly better. although - doesn't python have nice dbus bindings? creating a new dbus-send process just for that seems wasteful. | 01:09 |
pH5_ | svanheulen: I have no idea, actually. is the leds_lp5523 module loaded? does rmmoding/insmoding it show anything meaningful in dmesg? | 01:11 |
andrewgodwin | pH5_: It does have d-bus bindings, although my encounters with d-bus up till now have been anything but nice :) | 01:11 |
svanheulen | yeah leds_lp5523 is loaded, nothing shows in dmesg about it when i rmmod/insmod | 01:13 |
*** timoph has quit IRC | 01:38 | |
*** Milhouse has quit IRC | 01:38 | |
*** heinx has quit IRC | 01:38 | |
*** ecksun has quit IRC | 01:38 | |
*** hegge has quit IRC | 01:38 | |
ruskie | hmm jebba if you're felling bored maybe create an initramfs that would make it possible to rescue tho system if need be... maybe have a few second timeout before continuing boot from it | 01:39 |
jebba | ruskie: trying to quiltify the kernel so i can patch it easily. Know anything about quilt? | 01:40 |
ruskie | not really | 01:40 |
ruskie | I'd use git for that anyway ;) | 01:40 |
jebba | ruskie: well, they are two different things. They can work together though. | 01:41 |
jebba | quilt applies patches in debian/rules for example. | 01:41 |
jebba | you could keep those patches in a git repo (which iswhat i'll do) | 01:42 |
jebba | I'm trying to "quiltify" a debian/rules file for a Maemo kernel. I'm not quite sure all the places where I need to add "$(QUILT_STAMPFN)" as there isn't just a simple single "build-stamp". Hints? :) | 01:42 |
*** Milhouse has joined #maemo-devel | 01:42 | |
*** timoph has joined #maemo-devel | 01:42 | |
ruskie | not really | 01:42 |
*** heinx has joined #maemo-devel | 01:42 | |
*** hegge has joined #maemo-devel | 01:42 | |
*** ecksun has joined #maemo-devel | 01:42 | |
ruskie | I consider debian/ stuff a ton of hacks that make ebuilds look sane | 01:42 |
woglinde | ruskie hm | 01:43 |
*** lbt has quit IRC | 01:45 | |
jebba | ruskie: well if i can just add files to debian/patches, it makes things much easier | 01:46 |
jebba | was easy to do with burgerspace, a bit harder with the kernel. I think i got it though ;) | 01:46 |
*** pH5_ has quit IRC | 01:59 | |
*** modeless has quit IRC | 02:06 | |
*** svanheulen has quit IRC | 02:11 | |
jebba | dammit. I quiltified the fkn thing but the Maemo-kernel environment can't even install quilt | 02:16 |
*** Miniscalope1 has joined #maemo-devel | 02:26 | |
*** Miniscalope has quit IRC | 02:29 | |
*** Miniscalope has joined #maemo-devel | 02:42 | |
*** Miniscalope1 has quit IRC | 02:48 | |
*** Miniscalope1 has joined #maemo-devel | 02:57 | |
*** Miniscalope has quit IRC | 03:13 | |
*** t7g__ has joined #maemo-devel | 03:34 | |
*** t7g_ has quit IRC | 03:34 | |
*** Acedip has quit IRC | 03:42 | |
*** Acedip has joined #maemo-devel | 03:43 | |
*** woglinde has quit IRC | 03:57 | |
*** Miniscalope1 has left #maemo-devel | 04:16 | |
*** phreck has joined #maemo-devel | 04:50 | |
*** t7g_ has joined #maemo-devel | 05:01 | |
*** t7g__ has quit IRC | 05:16 | |
*** t7g__ has joined #maemo-devel | 05:22 | |
*** T7g has joined #maemo-devel | 05:24 | |
*** t7g_ has quit IRC | 05:27 | |
*** t7g__ has quit IRC | 05:40 | |
*** t7g_ has joined #maemo-devel | 05:48 | |
*** rlinfati_ has joined #maemo-devel | 05:50 | |
*** rlinfati has joined #maemo-devel | 05:50 | |
*** rlinfati has left #maemo-devel | 05:53 | |
*** rlinfati_ has quit IRC | 05:57 | |
*** rlinfati has joined #maemo-devel | 06:00 | |
*** rlinfati has quit IRC | 06:00 | |
*** rlinfati has joined #maemo-devel | 06:01 | |
*** T7g has quit IRC | 06:03 | |
*** rlinfati has left #maemo-devel | 06:10 | |
*** rlinfati has joined #maemo-devel | 06:13 | |
*** rlinfati has left #maemo-devel | 06:14 | |
*** rlinfati_ has joined #maemo-devel | 06:18 | |
*** rlinfati_ has quit IRC | 06:22 | |
*** t7g_ has quit IRC | 06:25 | |
*** t7g_ has joined #maemo-devel | 06:25 | |
*** fnordianslippers has quit IRC | 06:25 | |
*** t7g__ has joined #maemo-devel | 06:32 | |
*** rlinfati83 has joined #maemo-devel | 06:34 | |
*** rlinfati83 has left #maemo-devel | 06:34 | |
*** t7g_ has quit IRC | 06:34 | |
*** T7g has joined #maemo-devel | 06:34 | |
*** t7g__ has quit IRC | 06:36 | |
*** rlinfati83 has joined #maemo-devel | 06:36 | |
*** rlinfati83 has quit IRC | 06:38 | |
*** jebba has quit IRC | 06:38 | |
*** rlinfati83 has joined #maemo-devel | 06:38 | |
*** jebba1 has joined #maemo-devel | 06:39 | |
*** rlinfati has joined #maemo-devel | 06:39 | |
*** rlinfati has quit IRC | 06:41 | |
*** jebba1 has quit IRC | 06:41 | |
*** jebba has joined #maemo-devel | 06:41 | |
*** rlinfati83 has left #maemo-devel | 06:43 | |
*** jebba has quit IRC | 06:43 | |
*** jebba1 has joined #maemo-devel | 06:44 | |
*** jebba1 has quit IRC | 06:53 | |
*** t7g_ has joined #maemo-devel | 07:02 | |
*** T7g has quit IRC | 07:05 | |
*** jebba1 has joined #maemo-devel | 07:07 | |
*** jebba has joined #maemo-devel | 07:15 | |
*** jebba1 has quit IRC | 07:16 | |
jebba | woo hoo! NAT via n900 & gprs0 :) | 07:27 |
*** DocScrutinizer51 has quit IRC | 07:28 | |
*** Docscrutemp has joined #maemo-devel | 07:28 | |
*** Docscrutemp is now known as DocScrutinizer51 | 07:28 | |
*** DocScrutinizer has quit IRC | 07:31 | |
*** DocScrutinizer has joined #maemo-devel | 07:31 | |
jebba | The method driver /scratchbox/devkits/debian-etch/lib/apt/methods/https could not be found. | 08:47 |
jebba | In SDK, ARMEL | 08:47 |
* jebba sleep. another day... | 08:49 | |
*** phreck has quit IRC | 09:08 | |
*** phreck has joined #maemo-devel | 09:08 | |
*** Acedip_ has joined #maemo-devel | 09:54 | |
*** Acedip_ has left #maemo-devel | 09:55 | |
*** durandal has joined #maemo-devel | 10:43 | |
*** durandal has quit IRC | 11:40 | |
*** pH5 has joined #maemo-devel | 11:52 | |
*** lbt has joined #maemo-devel | 12:40 | |
*** DocScrutinizer51 has quit IRC | 13:09 | |
*** Docscrutemp has joined #maemo-devel | 13:19 | |
*** Docscrutemp is now known as DocScrutinizer51 | 13:19 | |
*** pH5_ has joined #maemo-devel | 13:46 | |
*** pH5 has quit IRC | 13:47 | |
*** DocScrutinizer51 has quit IRC | 14:01 | |
*** Docscrutemp has joined #maemo-devel | 14:02 | |
*** Docscrutemp is now known as DocScrutinizer51 | 14:02 | |
*** DocScrutinizer51 has quit IRC | 14:12 | |
*** Docscrutemp has joined #maemo-devel | 14:12 | |
*** Docscrutemp is now known as DocScrutinizer51 | 14:12 | |
*** sleipnir has joined #maemo-devel | 15:01 | |
*** DocScrutinizer51 has quit IRC | 15:10 | |
*** Docscrutemp has joined #maemo-devel | 15:10 | |
*** Docscrutemp is now known as DocScrutinizer51 | 15:10 | |
*** phreck has quit IRC | 15:11 | |
*** DocScrutinizer51 has quit IRC | 15:21 | |
*** Docscrutemp has joined #maemo-devel | 15:21 | |
*** Docscrutemp is now known as DocScrutinizer51 | 15:21 | |
*** woglinde has joined #maemo-devel | 16:27 | |
*** DocScrutinizer51 has quit IRC | 16:30 | |
*** Docscrutemp has joined #maemo-devel | 16:30 | |
*** Docscrutemp is now known as DocScrutinizer51 | 16:30 | |
*** DocScrutinizer51 has quit IRC | 16:40 | |
*** Docscrutemp has joined #maemo-devel | 16:40 | |
*** Docscrutemp is now known as DocScrutinizer51 | 16:40 | |
*** DrWilken has joined #maemo-devel | 16:49 | |
*** DrWilken has quit IRC | 16:56 | |
*** woglinde_ has joined #maemo-devel | 16:58 | |
*** woglinde has quit IRC | 16:58 | |
*** fnordian900 has joined #maemo-devel | 16:59 | |
*** fnordian900 has quit IRC | 17:02 | |
*** fnordian900 has joined #maemo-devel | 17:06 | |
*** DocScrutinizer51 has quit IRC | 17:20 | |
*** Docscrutemp has joined #maemo-devel | 17:20 | |
*** Docscrutemp is now known as DocScrutinizer51 | 17:20 | |
*** pH5_ has quit IRC | 17:23 | |
*** DocScrutinizer51 has quit IRC | 17:30 | |
*** Docscrutemp has joined #maemo-devel | 17:31 | |
*** Docscrutemp is now known as DocScrutinizer51 | 17:31 | |
*** papo has joined #maemo-devel | 18:14 | |
*** DocScrutinizer51 has quit IRC | 18:20 | |
*** Docscrutemp has joined #maemo-devel | 18:20 | |
*** Docscrutemp is now known as DocScrutinizer51 | 18:20 | |
*** DocScrutinizer51 has quit IRC | 18:30 | |
*** Docscrutemp has joined #maemo-devel | 18:31 | |
*** Docscrutemp is now known as DocScrutinizer51 | 18:31 | |
*** Miniscalope has joined #maemo-devel | 18:36 | |
*** Miniscalope has left #maemo-devel | 18:36 | |
*** woglinde_ is now known as woglinde | 19:02 | |
*** sleipnir has quit IRC | 19:09 | |
*** user_ has joined #maemo-devel | 19:10 | |
*** user_ is now known as phreck | 19:11 | |
*** xfxf has joined #MAEMO-DEVEL | 19:35 | |
*** xfxf_ has quit IRC | 19:47 | |
*** pH5 has joined #maemo-devel | 20:05 | |
*** woglinde has quit IRC | 20:35 | |
*** woglinde has joined #maemo-devel | 20:40 | |
*** hrw|gone is now known as hrw | 20:56 | |
hrw | hi | 20:56 |
hrw | [sbox-FREMANTLE_ARMEL: ~/pkg/maemo/clutter_0_8] > debuild -b -uc | 20:56 |
hrw | sb_gcc_wrapper (gcc): /scratchbox/compilers/cs2007q3-glibc2.5-arm7/bin/sbox-arm-none-linux-gnueabi-gcc: No such file or directory | 20:56 |
hrw | dpkg-architecture: warning: Couldn't determine gcc system type, falling back to default (native compilation) | 20:56 |
hrw | is it normal in up-to-date sdk? | 20:56 |
lcuk | hrw, i think ive broken my scratchbox like that once | 20:58 |
hrw | 'fakeroot debian/rules binary' works | 20:59 |
hrw | I wonder will nokia maemo team will finally get all repositories into working state... | 20:59 |
hrw | ecksun: Package libgles2-dev has no installation candidate | 20:59 |
hrw | how can I build clutter if I cannot install required libraries... | 21:00 |
lcuk | dunno atm hrw, but i agree it needs cleansing | 21:01 |
hrw | time to complain on maemo-devel ML (whre it will be ignored) | 21:01 |
*** fnordian900 has quit IRC | 21:04 | |
woglinde | hi hrw | 21:05 |
*** pillar has quit IRC | 21:05 | |
woglinde | hrw you need the bin lin in | 21:06 |
woglinde | sources | 21:06 |
*** fnordian900 has joined #maemo-devel | 21:06 | |
woglinde | deb http://repository.maemo.org/ fremantle/bigpersonalnumber nokia-binaries | 21:06 |
*** hrw has quit IRC | 21:08 | |
woglinde | hm | 21:08 |
*** hrw has joined #maemo-devel | 21:08 | |
woglinde | re hrw | 21:08 |
hrw | 20:06 < hrw> deb http://repository.maemo.org/ fremantle/4bc37c7c77ebe90177c050b805a8dc79 nokia-binaries | 21:09 |
woglinde | hm damn where was the binaries side | 21:09 |
hrw | 20:06 < hrw> voila | 21:09 |
hrw | 20:06 < hrw> thats from official maemo sdk vm image | 21:09 |
woglinde | hm | 21:09 |
woglinde | never occured here | 21:09 |
woglinde | but you find it | 21:09 |
ecksun | hrw, ? | 21:12 |
hrw | ecksun: sorry, irc client extended ^E: to your nick | 21:13 |
ecksun | nps :) | 21:13 |
* hrw -> off now | 21:14 | |
*** hrw is now known as hrw|gone | 21:15 | |
*** woglinde_ has joined #maemo-devel | 21:17 | |
woglinde_ | re | 21:17 |
*** woglinde has quit IRC | 21:20 | |
jebba | woglinde_: http://tablets-dev.nokia.com/eula/index.php to get bigpersonalnumber to add to sdk | 21:20 |
*** woglinde_ is now known as woglinde | 21:22 | |
woglinde | jebba jupp | 21:23 |
woglinde | I searched that | 21:23 |
woglinde | but didnt find | 21:23 |
woglinde | and hrw needed it | 21:23 |
jebba | ah heh | 21:23 |
jebba | i wonder if it will fix the broken Maemo-kernel scratchbox... /me goes to try | 21:23 |
*** simeoni has quit IRC | 21:28 | |
*** simeoni has joined #maemo-devel | 21:28 | |
*** fnordian900 has quit IRC | 21:30 | |
*** fnordian900 has joined #maemo-devel | 21:34 | |
*** pH5 has quit IRC | 22:13 | |
*** pH5 has joined #maemo-devel | 22:35 | |
woglinde | re ph5 | 22:36 |
pH5 | hej woglinde | 22:38 |
*** boogeyman has quit IRC | 23:03 | |
*** woglinde has quit IRC | 23:08 | |
*** woglinde_ has joined #maemo-devel | 23:10 | |
*** Acedip has quit IRC | 23:10 | |
*** Acedip has joined #maemo-devel | 23:11 | |
*** boogeyman has joined #maemo-devel | 23:18 | |
*** boogeyman has quit IRC | 23:23 | |
*** boogeyman has joined #maemo-devel | 23:30 | |
*** VDVsx has joined #maemo-devel | 23:30 | |
*** phreck has quit IRC | 23:37 | |
*** pH5 has quit IRC | 23:38 | |
*** pH5_ has joined #maemo-devel | 23:38 | |
*** pH5_ has left #maemo-devel | 23:38 | |
*** VDVsx has quit IRC | 23:41 | |
*** boogeyman has quit IRC | 23:46 | |
*** boogeyman has joined #maemo-devel | 23:49 | |
*** woglinde_ has quit IRC | 23:52 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!