ruskie | hmm 5 more threads in general and it'll hit 5000 | 00:03 |
---|---|---|
*** juke_ has quit IRC | 00:06 | |
niekt0 | jebba> I was able to install cryptsetup from repository for n800, only missing things are kernel modules | 00:20 |
niekt0 | I should be possible to make them in scratchbox without creating whole package | 00:21 |
niekt0 | ~I should be able ;) | 00:21 |
* asj_ grumbles, why do simple things always take so long? | 00:22 | |
jebba | niekt0: what kernel modules do you need? | 00:24 |
jebba | asj_: like webstats? ;) | 00:24 |
jebba | niekt0: if you let me know RSN i may be able to crank something out | 00:25 |
woglinde | args | 00:25 |
niekt0 | jebba> aes_generic probably | 00:25 |
niekt0 | maybe some hash function too | 00:26 |
woglinde | why Wes Hardaker didnt use original-maintainer field for gut | 00:26 |
woglinde | args git | 00:26 |
woglinde | hm anyway | 00:26 |
woglinde | I will upload git-buildpackage in few minutes | 00:26 |
jebba | niekt0: i think aes is there already | 00:26 |
niekt0 | in package? | 00:26 |
jebba | niekt0: CONFIG_CRYPTO_AES is there already | 00:27 |
jebba | niekt0: it's in the kernel already | 00:28 |
niekt0 | sec | 00:29 |
woglinde | hms sid's git-buildpackage is already at debformat3 | 00:30 |
woglinde | I hope with harmattan we will have debformat 3 support too | 00:31 |
niekt0 | jebba> http://pastebin.com/d52b0728f | 00:32 |
* jebba looks | 00:32 | |
ruskie | would have been nice if the n900 had a crypto unit | 00:33 |
woglinde | ruskie maybe you misuse the dsp | 00:33 |
*** jebba has quit IRC | 00:34 | |
ruskie | doubt it would help | 00:35 |
*** jebba has joined #maemo-devel | 00:36 | |
jebba | niekt0: you may need to load some modules | 00:36 |
jebba | i'll statically include a few which would be needed for crypto root (not that we'll have that anytime soon) | 00:36 |
jebba | if you find hints of which modules exactly, it'll help | 00:36 |
jebba | and my connection *sucks* right now, so not sure i'll be able to do all this | 00:37 |
juke__ | how can i install *-dev package ? | 00:38 |
niekt0 | jebba> on laptop I need dm_crypt,twofish,twofish_common,sha256_generic, | 00:39 |
jebba | whoops almost did blowfish not twofish ;) | 00:43 |
SpeedEvil | cryptoloop! :) | 00:44 |
SpeedEvil | would be a good module to add for old-timers that haven't gotten with dm yet. | 00:44 |
SpeedEvil | Also needs less setup tools AIUI | 00:44 |
jebba | SpeedEvil: i think i added that already, if not i'll do it now | 00:45 |
jebba | niekt0: ah the kernel has no dm_* support at all.... | 00:47 |
jebba | slightly OT, but related: http://wiki.blagblagblag.org/Encrypting_Root_Filesystem | 00:47 |
jebba | probably just need dm_crypto, can't see the others as useful. Maybe RAID the two memory cards together heh. | 00:48 |
jebba | that would actually be quite cool | 00:48 |
* jebba adds RAID to kernel :) | 00:48 | |
* SpeedEvil ponders. | 00:49 | |
SpeedEvil | are there any union FSs in kernel? | 00:49 |
SpeedEvil | I know there's been drama. | 00:50 |
jebba | niekt0: any clue if CONFIG_DM_UEVENT: is needed? i'll add | 00:51 |
SpeedEvil | boost kernel ring buffer? | 00:51 |
jebba | err, rather not | 00:51 |
SpeedEvil | USB gadget support? | 00:52 |
jebba | there already in nokia.c | 00:52 |
niekt0 | jebba> making own kernel? | 00:52 |
SpeedEvil | jebba: I mean any unincluded ones | 00:53 |
jebba | niekt0: ya | 00:53 |
jebba | niekt0: i've pushed out quite a few already: http://wiki.maemo.org/User:Jebba/Kernel | 00:54 |
jebba | SpeedEvil: well if there are particular ones, let me know | 00:54 |
SpeedEvil | jebba: log panic/oops to MTD buffer? CONFIG_MTD_OOPS | 00:56 |
jebba | SpeedEvil: ok as module? | 00:57 |
jebba | SpeedEvil: there isn't even MTD support right now | 00:57 |
SpeedEvil | Yeah - no reason not to | 00:58 |
SpeedEvil | Oh | 00:58 |
jebba | errr | 00:58 |
jebba | err me shuts up should htink f1rst | 00:58 |
SpeedEvil | isn't the rootfs mtd? | 00:59 |
jebba | yes | 00:59 |
jebba | onenand | 00:59 |
jebba | ah, this is painfully slow | 01:00 |
jebba | i gotta run now too, wish i was on a faster connection so it wouldnt be like 45 seconds each time i select a kernel config | 01:00 |
woglinde | jebba args I found the setuptools error in python | 01:02 |
woglinde | pyhton2.3 vs pyhton2.5 | 01:02 |
jebba | woglinde: but i did python2.5 | 01:02 |
jebba | cp -a my dir and see if you have any luck d-feet in my scratchbox | 01:03 |
*** VDVsx has quit IRC | 01:03 | |
woglinde | hm problem is cdbs runs python | 01:04 |
woglinde | lets see if update-alt helps | 01:04 |
jebba | i did #!/usr/bin/python2.5 at top of setup.py. Perhaps need to add it elsewhere too | 01:05 |
woglinde | hms | 01:05 |
woglinde | no | 01:05 |
woglinde | strange | 01:05 |
SpeedEvil | or maybe not. | 01:05 |
SpeedEvil | yeah - seems onenand is mtd - unless I'm confused. | 01:05 |
woglinde | python is link to python2.5 | 01:05 |
SpeedEvil | NAT/... I assume is in | 01:05 |
SpeedEvil | and iptables and friends | 01:05 |
jebba | CONFIG_MTD_OOPS is already Y SpeedEvil | 01:06 |
woglinde | hm hm | 01:06 |
jebba | MTD is there, ignore what i said above | 01:06 |
jebba | SpeedEvil: i've already added NAT to my kernels | 01:06 |
woglinde | args | 01:07 |
woglinde | wtf is going on in sratchbox | 01:07 |
woglinde | jebba lets see | 01:07 |
jebba | old cruft? | 01:07 |
woglinde | I think we need to set PYTHON=python2.5 in rules file | 01:07 |
woglinde | lets see if it works | 01:07 |
jebba | mkay | 01:08 |
woglinde | hm okay | 01:08 |
woglinde | no | 01:08 |
* jebba adding IPv6 | 01:09 | |
woglinde | hm its DEB_PYTHON_COMPILE_VERSION | 01:10 |
woglinde | somehow | 01:10 |
*** pH5 has quit IRC | 01:12 | |
jebba | Support for IPv6 Mobility described in RFC 3775. | 01:12 |
*** VDVsx has joined #maemo-devel | 01:13 | |
jebba | ok, if you want any other kernel options, speak now! | 01:14 |
jebba | I already have BLK_DEV_CRYPTOLOOP=m | 01:15 |
woglinde | jebba hm hm | 01:16 |
woglinde | sratchbox sucks | 01:16 |
woglinde | at this point | 01:17 |
woglinde | jebba you can upload it | 01:17 |
woglinde | the builder will use pyhton2.5 instead of 2.6 | 01:17 |
woglinde | args 2.3 | 01:17 |
*** rsalveti_ has quit IRC | 01:18 | |
jebba | need DEB_PYTHON_COMPILE_VERSION ? | 01:18 |
woglinde | will not work | 01:18 |
jebba | i'll test it once i get this kernel started 1 min | 01:18 |
woglinde | tested here | 01:18 |
woglinde | and looked up in the cdbs file | 01:18 |
jebba | ah | 01:20 |
jebba | wellll | 01:20 |
woglinde | hm | 01:20 |
woglinde | it should work | 01:21 |
woglinde | after inspecting it | 01:21 |
woglinde | DEB_PYTHON_SYSTEM = pysupport | 01:21 |
woglinde | is set here | 01:21 |
asj_ | is af-sb-init.sh supposed to work for arm in sb? | 01:21 |
asj_ | oh, no "Armel target does not bring up the UI framework" | 01:24 |
jebba | woglinde: i changed the python install line in rules to python2.5, and it's giving me a new error (which i also saw yesterday): http://pastebin.ca/1747569 | 01:24 |
woglinde | yes | 01:25 |
woglinde | because | 01:25 |
woglinde | cd . && python setup.py build --build-base="/home/woglinde/python-dateutil-1.4.1/./build" | 01:25 |
woglinde | python is sratchbox python | 01:25 |
woglinde | wich is version 2.3 and setuptools has no pymodules for 2.3 | 01:26 |
woglinde | onyl 2.5 | 01:26 |
woglinde | and I am puzzled why DEB_PYTHON_COMPILE_VERSION = 2.5 dont work | 01:26 |
jebba | ok, but howtounfuck new error? | 01:26 |
woglinde | only line in cdbs is ifndef DEB_PYTHON_SYSTEM | 01:27 |
woglinde | DEB_PYTHON_COMPILE_VERSION = | 01:27 |
woglinde | where it will be unset | 01:27 |
woglinde | but we have DEB_PYTHON_SYSTEM defined | 01:27 |
woglinde | jebba try upload it to autobuilder | 01:27 |
woglinde | as I said | 01:27 |
woglinde | the autobuilder will use python2.5 | 01:27 |
woglinde | and will have setuptools right | 01:27 |
woglinde | hms what was buildpackage debug entry | 01:28 |
jebba | dude just sent me a pm on talk.m.o asking for dm_crypt modules ;) | 01:28 |
woglinde | lets see | 01:28 |
woglinde | in the cdbs doku | 01:28 |
jebba | well, i'm gonna make it build locally first cuz i'm stubborn. Any clue about that new error? At least it's finding it now ;) seems to be scrollkeeper stuff which we may be able to punt anyway since AFAIK that's docs stuff which will get tossed anyway. | 01:29 |
woglinde | eh | 01:31 |
woglinde | why its working on your side | 01:31 |
woglinde | with DEB_PYTHON_COMPILE_VERSION = | 01:32 |
woglinde | fuck | 01:32 |
woglinde | no sorry | 01:32 |
woglinde | seem scrollkeeper dosent work so fine with qemu | 01:32 |
jebba | i didn't do DEB_PYTHON_COMPILE_VERSION I just changed the python install in rules to python2.5. I'm punting scrollkeeper to hell now | 01:34 |
woglinde | ah right | 01:34 |
woglinde | its not using cdbs | 01:34 |
woglinde | okay | 01:34 |
jebba | ok, it built | 01:35 |
jebba | quite a messy pile of crap right now i need to patch setup.py correctly. I have quilt set up, but i'm working with what feels like a 1200 baud modem | 01:35 |
woglinde | args | 01:38 |
woglinde | these fookers | 01:38 |
woglinde | damn it | 01:38 |
woglinde | # common variables | 01:38 |
woglinde | DEB_PYTHON_SETUP_CMD = setup.py | 01:38 |
woglinde | they have there own cdbs file | 01:39 |
woglinde | in devkits | 01:39 |
*** korius has joined #maemo-devel | 01:41 | |
*** korius has quit IRC | 01:41 | |
woglinde | jebba is is possible for normal sdk to setup lenny as devkit? | 01:42 |
jebba | ? i dont get the q | 01:43 |
jebba | woglinde: ok d-feet building now | 01:43 |
jebba | all ok | 01:43 |
woglinde | hm forget it | 01:45 |
*** korius has joined #maemo-devel | 01:45 | |
jebba | ok, d-feet is in my repo now | 01:47 |
jebba | gonna take a month for me to install though, can you take a peek to see if it's remotely usable? If so i'll upload to the builder | 01:48 |
woglinde | hm not yet | 01:48 |
woglinde | hm xport DH_VERBOSE=1 | 01:49 |
woglinde | was what I searched | 01:49 |
juke__ | how can i install libgtk2.0-dev package ? what is the repository ? | 01:54 |
jebba | niekt0 SpeedEvil: kernel_2.6.28-20094102.6+0m14_armel.deb is in my repo now. | 01:56 |
* SpeedEvil has gone to sleep. | 01:58 | |
SpeedEvil | Mostly. | 01:58 |
SpeedEvil | Interesting! | 01:58 |
jebba | perfect time to try a new kernel! | 01:58 |
SpeedEvil | Not really - as I want the alarm to wake me up in the morning. | 02:01 |
jebba | then you can sleep in, all thanks to me! | 02:02 |
jebba | plus i need someone to test it ;) | 02:03 |
SpeedEvil | sorry - at this point I'd screw up - not logical. Goodnight. | 02:03 |
jebba | (actually guy from china (or at least whose name is chinese characters) is gonna test it now) | 02:03 |
niekt0 | jebba> to try cryptsetup? | 02:04 |
jebba | ya, i built in all the DM_CRYPT stuff | 02:04 |
niekt0 | cool, I will test | 02:04 |
jebba | check my kernel page to see how to install it (e.g. back up & restore stock modules) | 02:05 |
niekt0 | just, when a flash this kernel, all other data remain intact, right? | 02:05 |
niekt0 | jj, already done;) | 02:05 |
jebba | heh | 02:05 |
jebba | ya, just flashes kernel and blows out your old /lib/modules/2.6.28-omap1 or whatever | 02:05 |
jebba | i've done quite a few and there havent been probs, so nothing to hairy should happen ;) | 02:06 |
jebba | i still got 53 minutes til python2.5 downloads... | 02:06 |
niekt0 | ouch | 02:07 |
jebba | was cryptsetup in the repo or you build it or what? | 02:10 |
niekt0 | I found it here: http://p.quinput.eu/debfarm/ | 02:13 |
niekt0 | seems to work, but I am building my own right now, crappy scratchbox | 02:14 |
jebba | ah, that's for chinook too | 02:22 |
jebba | building for maemo5/fremantle/n900 right??! | 02:22 |
niekt0 | ;) yop, but chinok version seem to be same | 02:26 |
niekt0 | flashed, rebooting | 02:26 |
niekt0 | hmm | 02:30 |
niekt0 | maybe not | 02:30 |
niekt0 | n900 rebooted | 02:30 |
jebba | ok, cool. dude in china booted up fine too | 02:31 |
niekt0 | booted yes, but something is bad | 02:31 |
jebba | oh, well that's not good! | 02:31 |
niekt0 | any idea on some more verobse logging? | 02:31 |
jebba | no, not really | 02:31 |
jebba | where's it at? | 02:31 |
woglinde | hurray | 02:31 |
woglinde | I found the damn mapping file for sb2 | 02:32 |
jebba | :) | 02:32 |
niekt0 | jebba> ? | 02:33 |
jebba | niekt0: ? what | 02:33 |
niekt0 | 01:31 < jebba> where's it at? | 02:34 |
jebba | i mean, did it boot up to the desktop? Is it powered off? Is it hung at the dots? wha? | 02:34 |
jebba | "something is bad" is quite vague | 02:34 |
niekt0 | device booted fine, but after cryptsetup /dev/loop0 whole system just rebooted. (and is running fine, only strange thing that didn't prompt for SIM code). I experienced same thing when trying to port my fmem module to n900 | 02:36 |
jebba | ah, ok. | 02:37 |
jebba | so the kernel is fine, that was first concern ;) | 02:37 |
jebba | but a recent cryptsetup would likely be good. | 02:38 |
jebba | i'll grab one from etch (well, not recent, but similar to what's on the device= | 02:38 |
*** VDVsx has quit IRC | 02:38 | |
niekt0 | kernel itself yes, new module... well, I am not sure, I will try to cimple own cryptsetup to test it better | 02:38 |
niekt0 | cimple ~ compile | 02:39 |
niekt0 | after some sleep, gn | 02:40 |
niekt0 | btw, some experienced problem with /proc/sys/kernel/pty/max ? | 02:42 |
niekt0 | sometimes, i need to do echo "32" > /proc/......../max, to be able to n900 | 02:43 |
jebba | ya, i've seen that bug mentioned | 02:45 |
jebba | they decreased it for some braindead reason at somepoint | 02:45 |
*** jebba has quit IRC | 02:54 | |
*** jebba has joined #maemo-devel | 02:55 | |
*** kamui__ is now known as shinkamui | 03:02 | |
*** korius has quit IRC | 03:09 | |
*** rlinfati has quit IRC | 03:13 | |
*** jebba has quit IRC | 03:23 | |
*** woglinde has quit IRC | 03:23 | |
*** jebba has joined #maemo-devel | 03:47 | |
*** rlinfati has joined #maemo-devel | 04:06 | |
*** jebba has quit IRC | 05:22 | |
*** wnd has quit IRC | 05:26 | |
*** jebba has joined #maemo-devel | 05:26 | |
*** wnd has joined #maemo-devel | 05:33 | |
jebba | http://wiki.maemo.org/User:Jebba/Cryptsetup | 05:54 |
*** goodwill has joined #maemo-devel | 06:23 | |
*** zgold has quit IRC | 06:37 | |
*** zgold has joined #maemo-devel | 06:38 | |
*** jebba has quit IRC | 07:24 | |
*** jebba has joined #maemo-devel | 07:25 | |
*** pillar has quit IRC | 07:26 | |
*** DocScrutinizer51 has quit IRC | 07:29 | |
*** Docscrutemp has joined #maemo-devel | 07:29 | |
*** Docscrutemp is now known as DocScrutinizer51 | 07:30 | |
scoopr | libosso has some functions to do rpc.. is there some reference to what rpc stuff is available by default? | 08:10 |
*** flux has joined #maemo-devel | 08:12 | |
*** sleipnir has joined #maemo-devel | 08:14 | |
goodwill | talk.maemo.org is down | 08:22 |
*** schasch has joined #maemo-devel | 08:34 | |
*** goodwill has quit IRC | 08:41 | |
*** guido_g has quit IRC | 08:59 | |
*** tekojo has joined #maemo-devel | 09:19 | |
*** kamui__ has joined #maemo-devel | 09:26 | |
*** rlinfati has quit IRC | 09:30 | |
*** shinkamui has quit IRC | 09:31 | |
*** sleipnir has quit IRC | 10:06 | |
*** tekojo has quit IRC | 10:18 | |
*** sr71 has quit IRC | 10:18 | |
*** SpeedEvil has quit IRC | 10:18 | |
*** Hukka has quit IRC | 10:18 | |
*** zgold has quit IRC | 10:18 | |
*** matnel has quit IRC | 10:18 | |
*** ifreq has quit IRC | 10:18 | |
*** marant has quit IRC | 10:18 | |
*** plr_ has quit IRC | 10:18 | |
*** BillK has quit IRC | 10:18 | |
*** ruskie has quit IRC | 10:18 | |
*** w00t has quit IRC | 10:18 | |
*** tekojo has joined #maemo-devel | 10:20 | |
*** zgold has joined #maemo-devel | 10:20 | |
*** sr71 has joined #maemo-devel | 10:20 | |
*** Hukka has joined #maemo-devel | 10:20 | |
*** SpeedEvil has joined #maemo-devel | 10:20 | |
*** BillK has joined #maemo-devel | 10:20 | |
*** plr_ has joined #maemo-devel | 10:20 | |
*** w00t has joined #maemo-devel | 10:20 | |
*** marant has joined #maemo-devel | 10:20 | |
*** ruskie has joined #maemo-devel | 10:20 | |
*** matnel has joined #maemo-devel | 10:20 | |
*** ifreq has joined #maemo-devel | 10:20 | |
*** jpetersen has joined #maemo-devel | 10:36 | |
*** tbf has joined #maemo-devel | 10:41 | |
scoopr | how do I get the accelometer values? | 10:44 |
flux | <guess>via dbus?</guess> | 10:44 |
flux | I'm thinking the documentation exists, but actual real-world (python) examples would be AccDisplay.. | 10:44 |
scoopr | right, is there a reference to what dbus services are provided? | 10:44 |
flux | apparently this covers that pretty well, or atleast it has links: http://wiki.maemo.org/Accelerometers | 10:45 |
flux | it also mentions a more direct (but still virtual fs-based) access | 10:45 |
scoopr | right'o | 10:46 |
scoopr | thanks | 10:46 |
flux | happy n900-tossing | 10:47 |
scoopr | ;) | 10:48 |
scoopr | I find the documentation a little lacking :/ | 10:48 |
scoopr | like, looking at the games in ovistore, they themselves draw buttons for taskmanager and close, but can't find a mention, how to request the taskmanager.. I'm guessing via dbus/osso-rpc .. | 10:49 |
lcuk | yes scoopr, cant recall though | 10:52 |
lcuk | its called dashboard (which might help searches) | 10:52 |
flux | I recall reading about a DBus-call for 'minimizing', ie. activating taskmanager | 10:54 |
flux | scoopr, http://wiki.maemo.org/Phone_control#dbus-send-task-switcher | 11:08 |
scoopr | ahh, thanks | 11:09 |
*** svanheulen has joined #maemo-devel | 11:21 | |
svanheulen | I just installed the maemo 5 sdk and I don't have the af-sb-init.sh script that the developer guide mentions.... any ideas? | 11:24 |
*** juke__ has quit IRC | 11:30 | |
scoopr | are you inside the scratchbox? | 11:36 |
svanheulen | yeah | 11:39 |
svanheulen | i skipped installing the nokia binaries though, are those required? | 11:40 |
*** svanheulen has quit IRC | 11:47 | |
*** hrw|gone is now known as hrw | 11:58 | |
hrw | morning | 11:58 |
asj_ | good evening hrw | 12:22 |
*** andrewgodwin has quit IRC | 12:24 | |
*** andrewgodwin has joined #maemo-devel | 12:25 | |
*** GNUton-BNC has quit IRC | 12:30 | |
*** GNUton-BNC has joined #maemo-devel | 12:32 | |
*** GNUton-BNC is now known as GNUton | 12:39 | |
*** GNUton is now known as GNUton-BNC | 13:00 | |
*** GNUton-BNC is now known as gnuton | 13:27 | |
*** pillar has joined #maemo-devel | 13:30 | |
*** VDVsx has joined #maemo-devel | 13:31 | |
*** gnuton is now known as GNUton-BNC | 13:43 | |
*** kodomo_ is now known as kodomo | 14:10 | |
*** ph1l has joined #maemo-devel | 14:48 | |
*** ph1l_ has joined #maemo-devel | 15:05 | |
*** ph1l has quit IRC | 15:18 | |
*** jebba has quit IRC | 15:21 | |
*** jebba has joined #maemo-devel | 15:23 | |
*** rsalveti has joined #maemo-devel | 15:35 | |
*** DocScrutinizer51 has quit IRC | 15:36 | |
*** Docscrutemp has joined #maemo-devel | 15:36 | |
*** Docscrutemp is now known as DocScrutinizer51 | 15:36 | |
jebba | any maemo audio wizards around? Would be great if someone could thoroughly answer the maemo-devel thread "Query about audio management inside Maemo" because I think this guy wants to know this so he can further advance ofono on n900. | 15:39 |
*** DocScrutinizer51 has quit IRC | 15:47 | |
*** Docscrutemp has joined #maemo-devel | 15:47 | |
*** Docscrutemp is now known as DocScrutinizer51 | 15:47 | |
scoopr | hm, can I make web browser to understand a .install file? should it be provided with some specific mime-type? | 15:59 |
ph1l_ | hy all | 16:02 |
ph1l_ | does anybody know where the phonebook ist stored and how? sqlite? | 16:03 |
Jaffa | ph1l_: http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Using_Generic_Platform_Components/Using_Address_Book_API | 16:03 |
ph1l_ | great, thanx, Jaffa | 16:04 |
*** ablack_ has joined #Maemo-devel | 16:06 | |
*** ablack_ is now known as AndrewFBlack-Wor | 16:07 | |
scoopr | (answering myself: application/x-install-instructions) | 16:20 |
*** tekojo has quit IRC | 17:04 | |
*** kodomo_ has joined #maemo-devel | 17:19 | |
*** JPohlmann has joined #maemo-devel | 17:27 | |
*** kodomo has quit IRC | 17:36 | |
*** DocScrutinizer51 has quit IRC | 17:44 | |
*** Docscrutemp has joined #maemo-devel | 17:44 | |
*** Docscrutemp is now known as DocScrutinizer51 | 17:44 | |
*** DocScrutinizer51 has quit IRC | 18:06 | |
*** Docscrutemp has joined #maemo-devel | 18:06 | |
*** Docscrutemp is now known as DocScrutinizer51 | 18:06 | |
*** jpetersen has quit IRC | 18:07 | |
*** rlinfati has joined #maemo-devel | 18:09 | |
*** rlinfati has quit IRC | 18:09 | |
*** JPohlmann has quit IRC | 18:36 | |
*** jpetersen has joined #maemo-devel | 19:06 | |
*** caratorn has joined #maemo-devel | 19:15 | |
*** sleipnir has joined #maemo-devel | 19:16 | |
*** schasch has quit IRC | 19:21 | |
*** woglinde has joined #maemo-devel | 19:45 | |
*** v13 has joined #maemo-devel | 20:19 | |
v13 | hello. I've the following issue: I create a gtk.Dialog() (python) and I add a TouchSelector() in it. However, the TouchSelector is only 1-entry height. I just managed to increase the height of the dialog by using dialog.set_size_request(-1,XXX) but I don't think this is the right way. Any hints? | 20:20 |
*** v13 is now known as V13 | 20:20 | |
*** jebba has quit IRC | 20:22 | |
*** jebba has joined #maemo-devel | 20:23 | |
*** jebba has quit IRC | 20:25 | |
*** jebba has joined #maemo-devel | 20:27 | |
V13 | ping | 20:31 |
woglinde | pong | 20:33 |
woglinde | hm sorry I dont know much about ui programming with gtk | 20:34 |
V13 | hm... | 20:40 |
V13 | thanks anyway :) | 20:40 |
Noeski | does anyone know of a good audio decoder library? particularly mp3/m4a/wav | 20:44 |
frals | V13: I *think* its because of adding it to a dialog (I'm far from an expert on gtk :P), in my app I'm doing like in http://wiki.maemo.org/PyMaemo/UITutorial/Data_selection#Touch_selector_entry and it works - but then that's without adding it in a dialog | 20:47 |
V13 | you add it in a window right ? | 20:48 |
ruskie | Noeski, erm.. define good... and is it supposed to do all those in one? | 20:48 |
frals | I add a picker button and then set_selector on that, and it opens up nicely (the picker button could be added in a dialog or whatever) when the button is clicked | 20:49 |
V13 | Oh.. that works for me too yes... | 20:49 |
*** DocScrutinizer51 has quit IRC | 20:49 | |
*** Docscrutemp has joined #maemo-devel | 20:49 | |
frals | Not sure if it fits your use-case though, just throwing it out there :) | 20:49 |
*** Docscrutemp is now known as DocScrutinizer51 | 20:50 | |
V13 | Regarding TouchSelector, is it possible to get results by index or any other ID instead of just the string ? | 20:50 |
V13 | Did you happen to use something like this? | 20:50 |
Noeski | I don't need ALL in one, but something that can easily decode a file and give me back the raw data and format easily enough | 20:50 |
ruskie | Noeski, and gstreamer that's on the device doesn't do it for you? | 20:51 |
frals | V13: I'm just using the string, but check on http://pymaemo.garage.maemo.org/python_hildon_manual/hildonobjects.html#touchselector | 20:52 |
Noeski | it does, but playing sounds with gstreamer seems to be really slow for me | 20:52 |
Noeski | and it's causing noticeable pauses every time I play a sound | 20:52 |
ruskie | hm not sure if there is any framework other than maybe sdl that could do it as well | 20:55 |
ruskie | maybe ffmpeg as well | 20:55 |
ruskie | or you could just use the libs directly I guess | 20:56 |
Noeski | well I was going to try to just decode the sounds and use pulse-audio | 20:57 |
V13 | frals: thanks! i'm still trying... | 21:02 |
V13 | frals: I see that the documentations mentions TouchSelector.set_print_func but that doesn't exist in my pymaemo | 21:02 |
*** woglinde_ has joined #maemo-devel | 21:04 | |
*** DocScrutinizer51 has quit IRC | 21:10 | |
*** Docscrutemp has joined #maemo-devel | 21:11 | |
*** Docscrutemp is now known as DocScrutinizer51 | 21:11 | |
*** woglinde has quit IRC | 21:16 | |
V13 | Anyone here being using TouchSelector from python ? | 21:22 |
*** shinkamui has joined #maemo-devel | 21:26 | |
*** kamui__ has quit IRC | 21:45 | |
*** lardman|home has joined #maemo-devel | 21:45 | |
*** AndrewFBlack-Wor has quit IRC | 21:55 | |
*** ablack_ has joined #Maemo-devel | 21:59 | |
*** ablack_ is now known as AndrewFBlack-Wor | 22:00 | |
*** pH5 has joined #maemo-devel | 22:05 | |
*** guido_g has joined #maemo-devel | 22:23 | |
*** sleipnir has quit IRC | 22:41 | |
*** jebba has quit IRC | 22:41 | |
*** jebba has joined #maemo-devel | 22:42 | |
lardman|home | dragly: ah, here you are | 22:54 |
lardman|home | dragly: ah, been summoned for the new series of CSI, bbiam to discuss mbarcode-qt :) | 23:00 |
*** caratorn has quit IRC | 23:32 | |
*** BluesLee has joined #maemo-devel | 23:36 | |
*** V13 has quit IRC | 23:36 | |
*** korbatit has joined #maemo-devel | 23:47 | |
*** BluesLee has quit IRC | 23:49 | |
*** JPohlmann has joined #maemo-devel | 23:49 | |
korbatit | On n900 using basic pulseaudio API global volume control works, however using cached sounds is not effected by global volume control, eg. pa_context_play_sample(). These play at full volume no matter what you adjust the volume too? Is this a policy issue or something else? Any ideas? | 23:52 |
*** mj has joined #maemo-devel | 23:56 | |
*** mj is now known as Guest89445 | 23:56 | |
*** Guest89445 is now known as mj_ | 23:56 | |
jeremiah | Why the heck is it called a 'fiasco' image? | 23:57 |
ruskie | cause it causes mayhem? | 23:57 |
jeremiah | I feel that https://wiki.maemo.org/Updating_the_tablet_firmware is a little confusing | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!