*** onen|openBmap has quit IRC | 00:00 | |
DocScrutinizer | I planned to do this since err >12 months now, never got to start that tiny project | 00:00 |
---|---|---|
UberNeo | i used the same SD card over NEO for debian and QTmoko and it was fast enough .. but when I am using teh MEEGO over N900 .. it very slow | 00:02 |
DocScrutinizer | basically it should be utterly simple: copy / to uSD, create /card/boot/vmlinuz (or kernel.bin or whatever the file actually is called) e.g maybe via copying /dev/mtd1 via dd | 00:02 |
*** OkropNick has quit IRC | 00:02 | |
UberNeo | if MEEGO over SD card makes my N900 alive . then i dont care about EMMC | 00:02 |
DocScrutinizer | install meego uboot | 00:03 |
DocScrutinizer | tweak the few locations in initscripts that have hard references to NAND | 00:03 |
DocScrutinizer | aka mtd | 00:03 |
*** perlite_ has joined #maemo | 00:05 | |
UberNeo | bit difficult for me .. can only install the meego uboot | 00:05 |
*** luke-jr has quit IRC | 00:05 | |
*** perlite has quit IRC | 00:06 | |
*** perlite_ is now known as perlite | 00:06 | |
UberNeo | not sure ,,which all initscripts needs to be changed .. | 00:07 |
*** choppa has quit IRC | 00:07 | |
*** smhar has quit IRC | 00:07 | |
DocScrutinizer | UberNeo: the ones mounting eMMC (/home and swap) and maybe somewhere thare are hard references to /dev/mtd* | 00:08 |
DocScrutinizer | but I admit it's a rather hard to accomplish task to create a complete maemo system on uSD when you got no such working system on NAND/eMMC | 00:09 |
kerio | disregard eMMC, only use NAND | 00:09 |
UberNeo | But my NAND will be fine .. | 00:09 |
DocScrutinizer | well, not impossible (you could get away with copying the pre-firstboot rootfs to uSD, then edit it to not mount /home from eMMC) | 00:10 |
DocScrutinizer | err, good point :-D | 00:10 |
DocScrutinizer | sorry, seems my coffe level is too low | 00:10 |
DocScrutinizer | just edit your initscripts etcf to mount /home and swap from uSD instead eMMC | 00:11 |
UberNeo | means mount .. /dev/mmcblk0p1 and /dev/mmcblk0p2 on uSD | 00:12 |
DocScrutinizer | of course (me <- fool) Your NAND is perfectly working, it's 'just' eMMC so why not boot from NAND | 00:12 |
DocScrutinizer | yes | 00:12 |
UberNeo | but does 256 MB of Nand is enough | 00:12 |
DocScrutinizer | s/mmcblk0/mmcblk1/ | 00:12 |
DocScrutinizer | UberNeo: it is now, so why should that change (enough) | 00:13 |
DocScrutinizer | your only problem is that your /home and /opt(!) are probably already corrupted and not a good source to copy them form eMMC to uSD | 00:14 |
UberNeo | .... | 00:15 |
NIN101 | /opt/ is /home/opt/, so /home/ implies /opt/. | 00:15 |
UberNeo | "/etc/event.d/rcS-late" this file might need change for mounting | 00:16 |
*** thomasjfox has quit IRC | 00:16 | |
DocScrutinizer | with a *lot* of luck it might be possible to patch the COMBINED.bin flasher image to mount /home and /opt on mmcblk1 rather than 0 | 00:16 |
NIN101 | yes this files sets up the swap and mounts home. | 00:16 |
DocScrutinizer | NIN101: I know | 00:16 |
NIN101 | ok :-). | 00:16 |
UberNeo | do i need to make changes in fstab also | 00:16 |
DocScrutinizer | no | 00:17 |
DocScrutinizer | fstab is basically useless and you can't make any changes to it as it's generated at boottime | 00:17 |
*** sq-one has quit IRC | 00:17 | |
NIN101 | well you can remove the part which generates it at bootime. | 00:17 |
DocScrutinizer | you need to take care about that in initscripts as well, that's where fstab gets built | 00:17 |
UberNeo | okk .. so step 1 .. Copy /home and /opt from current running system to usd | 00:18 |
NIN101 | iirc in rcs-late it says mount /home/ bla bla bla, not mount /dev/mmcblk0p2 /home/, but well this can be replaced, so no problem here. | 00:18 |
UberNeo | Step 2 .. make changes in "/etc/event.d/rcS-late" file . so that it now mount /dev/usdpart1 to /home | 00:19 |
DocScrutinizer | hmmm | 00:20 |
DocScrutinizer | strings /home/jr/Documents/N900/maemo5.0-flashing/images/RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin|grep mmcblk | 00:20 |
NIN101 | the rootfs is in ubifs, and this is compressed, so no wonder that you get no results. | 00:21 |
cehteh | could someone please port debian to the n900 (assimilating fremantle kernel and nokia binaries, but the rest from debian) | 00:21 |
NIN101 | well... | 00:22 |
NIN101 | the status of debian on the n900 is something like "almost there". | 00:22 |
Sicelo_ | :P | 00:22 |
Sicelo_ | almost there | 00:23 |
cehteh | i know | 00:23 |
*** keithzg_ has quit IRC | 00:23 | |
UberNeo | DocScrutinizer: strings RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin |grep mmcblk .. gives me the below results | 00:25 |
UberNeo | drive a: file="/dev/mmcblk0" KERNEL=="mmcblk*", IMPORT{program}="/lib/udev/P /dev/mmcblk0p1 none swapP /mmcblk0p3 mmcblk%d] mmcblk%d] mmcblk /dev/mmcblk0p1+= | 00:25 |
DocScrutinizer | please don't pase them here, I know what you got | 00:25 |
DocScrutinizer | grep -R mmcblk /etc 2>/dev/null; #has a bit more | 00:26 |
TiagoTiago | What do i need to know to be able to figure out how to change the scripts from http://talk.maemo.org/showthread.php?p=930141#post930141 so that it sets everythign again without overwriting anything on the existing copy, so i can have it working again after having reflashed? | 00:27 |
*** dos1 has quit IRC | 00:28 | |
*** tuho has joined #maemo | 00:30 | |
*** kov_ has joined #maemo | 00:30 | |
DocScrutinizer | UberNeo: http://talk.maemo.org/showthread.php?p=930141#post930141 might be the post for you | 00:30 |
DocScrutinizer | TiagoTiago: sorry I don't even understand what you are planning to do | 00:30 |
DocScrutinizer | UberNeo: though, not really, as that's again running even rootfs from (eMMC)uSD | 00:32 |
TiagoTiago | That things sets up the folders and changes some files on both ends (i think) so the boot menu and the pivot root works, but it erases the existing thing if you try to run it with something already there, when i reflashed, the reflash only touched the stuff outside (i hope), i need to set things again without loosing the stuff inside | 00:32 |
DocScrutinizer | ENOPARSE | 00:32 |
*** kW_ has joined #maemo | 00:33 | |
TiagoTiago | I wanna set it up again without loosing the stuff already present in the copied rootfs | 00:33 |
DocScrutinizer | wtf is "it" | 00:33 |
*** SpeedEvil has joined #maemo | 00:34 | |
DocScrutinizer | meh, sorry too headache-triggering | 00:34 |
DocScrutinizer | afk | 00:34 |
TiagoTiago | http://talk.maemo.org/showthread.php?t=59374 (Palis version of it) | 00:34 |
*** Sicelo_ has quit IRC | 00:36 | |
UberNeo | "/etc/event.d/rcS-late" .. not able to figure out what to change in tht file.. | 00:37 |
NIN101 | the line where it mounts the home partition and where it sets up the swap | 00:37 |
*** chadi has quit IRC | 00:39 | |
UberNeo | "/bin/mount /home && grep -q "/home ext3 rw" /proc/mounts" .. | 00:39 |
NIN101 | exactly | 00:40 |
*** norayr has joined #maemo | 00:40 | |
NIN101 | though some lines under this there is again a mount command, which should be replaced too. | 00:40 |
*** norayr is now known as arnet | 00:40 | |
*** chadi has joined #maemo | 00:41 | |
UberNeo | NIN101: can u change it .. as I am confused .. | 00:41 |
*** arnet has quit IRC | 00:41 | |
NIN101 | /bin/mount /home means it'll look in /etc/fstab for it, so maybe instead of this, something like /bin/mount mmcblk1p /home | 00:42 |
NIN101 | */bin/mount /dev/mmcblk1p2 /home | 00:42 |
* DocScrutinizer glares at >>/etc/osso-af-init/af-defines.sh: export MMC_MOUNTPOINT='/media/mmc1' MMC_DEVICE_FILE='/dev/mmcblk0p1' | 00:43 | |
*** FIQ|n900 has joined #maemo | 00:43 | |
*** kov_ has quit IRC | 00:44 | |
DocScrutinizer | really a grep -R mmcblk /etc helps a lot | 00:44 |
TiagoTiago | If i rename the existing folder, then do the process normally, and then delete what it did and re-rename the folder back, would that work? | 00:46 |
DocScrutinizer | also keep in mind that in early boot the uSD is mmcblk0 not 1 | 00:47 |
DocScrutinizer | it: cmd not found | 00:47 |
NIN101 | argh, exactly, it should be mmcblk0p2. | 00:48 |
NIN101 | or... | 00:48 |
* NIN101 is confused | 00:48 | |
UberNeo | even UberNeo is fully confused .. | 00:50 |
DocScrutinizer | sed -i "s/mmcblk0/mmcblk1/; s/mmcblk1/mmcblk0/" /etc/* /etc/*/* | 00:50 |
DocScrutinizer | maybe also in /usr and /var | 00:51 |
DocScrutinizer | then dd the whole mmcblk0 to mmcblk1 to move all partitions (or if you prefer and probably it's better anyway: recreate the eMMC partitions on uSD, and cp -a the data) | 00:52 |
*** rcg has quit IRC | 00:53 | |
DocScrutinizer | ooops | 00:54 |
DocScrutinizer | sed -i "s/mmcblk0/mmcblk1/g; s/mmcblk1/mmcblk0/g" /etc/* /etc/*/* | 00:54 |
* DocScrutinizer just hopes sed is smart enough to not revert own edits | 00:55 | |
DocScrutinizer | otherwise: | 00:55 |
DocScrutinizer | sed -i "s/mmcblk0/mmcblk§/g; s/mmcblk1/mmcblk0/g; s/mmcblk§/mmcblk1/g" /etc/* /etc/*/* | 00:56 |
NIN101 | ok his rootfs stays on NAND? Then rcS-late needs to be modified, and mmcblk1 was correct, if it also moves then it probably shouldn't be modified. | 00:56 |
DocScrutinizer | ? | 00:57 |
*** lonepixel has joined #maemo | 00:57 | |
DocScrutinizer | *somewhere* the whole init scripts bunch is refering to mmcblk0 and mmcblk1. You simply swap those, and nothing else needs a change, no? | 00:59 |
DocScrutinizer | the kernel/rootfs is still on NAND so no issues there, at all | 01:00 |
*** Andy80 has joined #maemo | 01:01 | |
*** Andy80 has quit IRC | 01:01 | |
*** Andy80 has joined #maemo | 01:01 | |
DocScrutinizer | the nice part in it: you don't even need to worry about mtab/fstab, about changing any mount commands and whatnot. Just swap mmcblk0 and mmcblk1 systemwide | 01:02 |
DocScrutinizer | afaik there's nowhere hardcoded that mmcblk1 is an eMMC and has 32GB | 01:03 |
UberNeo | DocScrutinizer: does this command will take care of changing teh init scripts to pint them to uSD "sed -i "s/mmcblk0/mmcblk§/g; s/mmcblk1/mmcblk0/g; s/mmcblk§/mmcblk1/g" /etc/* /etc/*/*" | 01:03 |
*** scoobertron has quit IRC | 01:04 | |
DocScrutinizer | I guess it's probably the first one that's doing that, the second one is just in case sed is "silly". You should check with one file with two lines like "mmcbl1p1 mmcblk0p4 \n mmcblk0xy mmcblk1" | 01:05 |
UberNeo | whats "mmcblk§" | 01:06 |
UberNeo | the sign at the end | 01:06 |
*** lardman has quit IRC | 01:06 | |
*** jpe_ has joined #maemo | 01:07 | |
*** jpe has quit IRC | 01:08 | |
NIN101 | DocScrutinizer: your sed stuff would probably fail at sfdisk -l /dev/mmcblkX in rcS-late | 01:08 |
*** soltys has quit IRC | 01:08 | |
NIN101 | actually, not. Because my sd has only 2 partitions. So my test is useless. | 01:09 |
UberNeo | I am using the commnd "sed -i "s/mmcblk0/mmcblk§/g; s/mmcblk1/mmcblk0/g; s/mmcblk§/mmcblk1/g" /etc/* /etc/*/*" and its throwing the error "sed: can't move '/etc/X11jZyS9R' to '/etc/X11': Is a directory | 01:10 |
TiagoTiago | Am i overlooking somthing or it should be just fine to rename the old rootfs copy folder, run the scripts and then rename it back to have it just as it was before the reflash? (talking about http://talk.maemo.org/showthread.php?p=930141#post930141 ) | 01:10 |
DocScrutinizer | UberNeo: I told you to test the cmd | 01:11 |
DocScrutinizer | it's not meant to be 100% correct | 01:12 |
UberNeo | Original FIle "mmcbl1p1 mmcblk0p4 /n mmcblk0xy mmcblk1" | 01:13 |
DocScrutinizer | UberNeo: I suggest you do a "grep -R mmcblk /etc /var /usr" and edit all the files you get hits for by whatever method you prefer | 01:14 |
UberNeo | Changed FIle "mmcbl1p1 mmcblk1p4 /n mmcblk1xy mmcblk0" | 01:14 |
DocScrutinizer | as I'm just getting tired and not feeling like writing down the correct sed cmd right here now | 01:14 |
*** florian has quit IRC | 01:15 | |
*** wicket64 has joined #maemo | 01:15 | |
DocScrutinizer | in fact my sed foo temporarily fails | 01:15 |
UberNeo | so anywhere .. where i find mmcblk0 .. i shud replace it with mmcblk1 | 01:15 |
*** beford has joined #maemo | 01:16 | |
* TiagoTiago sighs | 01:18 | |
TiagoTiago | gotta go make dinner, be back in a few moments | 01:18 |
*** hakkattakk has quit IRC | 01:19 | |
*** net-split has quit IRC | 01:19 | |
*** net-split has joined #maemo | 01:19 | |
*** Atarii has quit IRC | 01:20 | |
*** SpeedEvil has quit IRC | 01:22 | |
DocScrutinizer | UberNeo: maybe >> for f in `grep -Rl mmcblk` /etc /var /usr; do sed -i "s/mmcblk0/mmcblk@/" $f; sed -i "s/mmcblk1/mmcblk0/" $f; sed -i "s/mmcblk@/mmcblk1/" $f; done | 01:23 |
DocScrutinizer | you *might* want to add a >> echo $f << into the do loop, and redirect the whole output to a logfile | 01:25 |
DocScrutinizer | so you at least got an idea what's been done | 01:25 |
* DocScrutinizer waves | 01:25 | |
UberNeo | Thanks DocScrutinizer .. will try this and let u know | 01:27 |
*** jpe_ has quit IRC | 01:30 | |
*** liar has quit IRC | 01:30 | |
*** andre900 has quit IRC | 01:34 | |
*** TNZ has joined #maemo | 01:35 | |
NIN101 | only for the record: "<NIN101> /bin/mount /dev/mmcblk1p2 /home" would have been stupid as it ignores mount options. | 01:35 |
UberNeo | shall I make 2 partitions on my uSD | 01:36 |
*** TNZ has quit IRC | 01:37 | |
*** SpeedEvil has joined #maemo | 01:39 | |
*** dotblank has joined #maemo | 01:40 | |
*** andre900 has joined #maemo | 01:41 | |
UberNeo | NIN101: 2 partitions on uSD and then .. copy the contents of /home/user/MyDocs to 1st partion /dev/mmcblk1p1 and /home to 2nd partion of uSD /dev/mmcblk1p2 | 01:42 |
NIN101 | no this is wrong | 01:42 |
UberNeo | Am i right | 01:42 |
NIN101 | actually not the whole truth, you would need a third partition as swap. | 01:43 |
*** nmjnb has quit IRC | 01:44 | |
*** em has quit IRC | 01:46 | |
UberNeo | so I need to create a 3rd SWAP partition in the uSD | 01:47 |
NIN101 | yes. | 01:48 |
DocScrutinizer | exactly like on eMMC | 01:50 |
DocScrutinizer | just size may change | 01:51 |
NIN101 | b2w, it MIGHT even work with two, first ext3 and the second for swap. With this you would not have a seperate partition for MyDocs. But do it like on the emmc. | 01:51 |
DocScrutinizer | you also need to format those partitions (of that wasn't obvious) | 01:52 |
DocScrutinizer | mkswap for the swap partition | 01:52 |
NIN101 | my test earlier only failed because there was not a swap partition on sd. | 01:52 |
TiagoTiago | back | 01:53 |
DocScrutinizer | TiagoTiago: see chanlog for "multiboot" | 01:54 |
DocScrutinizer | I bet you'll know what messed up your system then | 01:54 |
TiagoTiago | isn't multiboot different from bootmenu? | 01:56 |
*** Milhouse has quit IRC | 01:56 | |
TiagoTiago | brb | 01:56 |
*** Milhouse has joined #maemo | 01:57 | |
*** ghostcube has quit IRC | 01:57 | |
*** deimos has quit IRC | 01:57 | |
*** Sazpaimon_ has quit IRC | 01:59 | |
*** SpeedEvil has quit IRC | 01:59 | |
*** Sazpaimon_ has joined #maemo | 02:01 | |
*** wicket64 has quit IRC | 02:05 | |
*** BCMM has quit IRC | 02:06 | |
*** net-split has quit IRC | 02:07 | |
*** net-split has joined #maemo | 02:07 | |
*** trbs has quit IRC | 02:09 | |
*** emma has joined #maemo | 02:11 | |
*** KrayonWork has joined #maemo | 02:11 | |
*** SpeedEvil has joined #maemo | 02:14 | |
*** emma is now known as em | 02:16 | |
*** LaoLang_cool has joined #maemo | 02:16 | |
*** mookie has quit IRC | 02:20 | |
TiagoTiago | back, kinda | 02:21 |
*** woodong50_______ has joined #maemo | 02:32 | |
*** LaoLang_cool has quit IRC | 02:33 | |
*** woodong50_______ has quit IRC | 02:39 | |
*** LaoLang_cool has joined #maemo | 02:39 | |
*** LaoLang_cool has quit IRC | 02:40 | |
*** jiero has joined #maemo | 02:41 | |
*** gn00b has joined #maemo | 02:43 | |
*** LaoLang_cool has joined #maemo | 02:43 | |
*** MrPPS has joined #maemo | 02:48 | |
*** MrPPS has joined #maemo | 02:48 | |
*** LaoLang_cool has quit IRC | 02:52 | |
*** LaoLang_cool has joined #maemo | 02:52 | |
TiagoTiago | I need to go sleep, gota go do some bloodwork early tomorrow, cya | 02:54 |
*** TiagoTiago has quit IRC | 02:54 | |
*** egsavage has joined #maemo | 02:59 | |
*** mer_ge has joined #maemo | 02:59 | |
*** lonepixel has quit IRC | 03:01 | |
*** Hoolxi has joined #maemo | 03:02 | |
*** zap_ has quit IRC | 03:04 | |
HyperSnyper | anyone about that uses UK's Three network on their N900.. | 03:04 |
HyperSnyper | can't seem to get papssed their content filtering. some old posts about saying use "3internet.co.uk" broadband APN but im still getting filtered on that | 03:05 |
*** egsavage has left #maemo | 03:06 | |
*** madalu has joined #maemo | 03:06 | |
*** net-split has quit IRC | 03:06 | |
*** valerius has quit IRC | 03:09 | |
*** HyperSnyper has quit IRC | 03:11 | |
*** HyperSnyper has joined #maemo | 03:11 | |
*** kW_ has quit IRC | 03:13 | |
*** andre900 has quit IRC | 03:13 | |
*** M4rtinK has quit IRC | 03:14 | |
*** mitsutaka has quit IRC | 03:15 | |
DocScrutinizer | content filtering? o.O | 03:16 |
*** valerius has joined #maemo | 03:19 | |
*** EphZero has quit IRC | 03:19 | |
HyperSnyper | indeed | 03:19 |
HyperSnyper | :/ | 03:19 |
HyperSnyper | it's an adult content filter but it seems to be blocking ALOT of stuff | 03:19 |
HyperSnyper | e.g filehosting sites | 03:21 |
*** LaoLang_cool has quit IRC | 03:23 | |
*** LaoLang_cool has joined #maemo | 03:32 | |
NIN101 | good night. | 03:36 |
*** NIN101 has quit IRC | 03:36 | |
*** valerius has quit IRC | 03:38 | |
*** Hoolxi has quit IRC | 03:39 | |
*** LaoLang_cool has quit IRC | 03:43 | |
*** LaoLang_cool has joined #maemo | 03:43 | |
*** mer_ge has quit IRC | 03:50 | |
AlmightyOatmeal | wow, the new kismet sucks.. i'm not sure how to install the previous one, as in i'm not sure the version.. any advice? | 03:51 |
*** Suiseiseki is now known as Memo_Bird | 03:53 | |
*** andre900 has joined #maemo | 03:57 | |
*** andre900 has quit IRC | 04:05 | |
*** valerius has joined #maemo | 04:07 | |
*** Andy80 has quit IRC | 04:12 | |
DocScrutinizer | HyperSnyper: if it's actually a children protection then you bet it can get disabled only in a way that includes some form of age proof. For sure not by changing the APN, which could be done by kids more likely than by adults ;-D | 04:19 |
DocScrutinizer | HyperSnyper: I suggest you contact your service hotline | 04:19 |
HyperSnyper | yeh i guessed so, DNS didn't help | 04:19 |
HyperSnyper | just changed error | 04:20 |
HyperSnyper | they will want id/credit card | 04:20 |
HyperSnyper | not very keen on that | 04:20 |
HyperSnyper | think i'll just tunnel to server | 04:20 |
HyperSnyper | :P | 04:20 |
HyperSnyper | from some posts online it seem the APN worked at one point in time as they also offer an unfiltered broadband dongle access using same network | 04:21 |
HyperSnyper | i can connect throught that APN and it still gives out real IP's and not NAT ones like the default mobile apn | 04:23 |
HyperSnyper | weird thing is though.. the "block/filter" page gives me more explicit info then most sites im trying to vists :D | 04:24 |
HyperSnyper | advertises their own ppv section... | 04:24 |
*** soltys has joined #maemo | 04:27 | |
*** EphZero has joined #maemo | 04:36 | |
*** pabs3 has left #maemo | 04:38 | |
*** wmarone_ has quit IRC | 04:58 | |
*** wmarone__ has joined #maemo | 04:58 | |
*** madalu has quit IRC | 04:59 | |
*** Sazpaimon__ has joined #maemo | 05:06 | |
*** sat2050 has joined #maemo | 05:07 | |
*** Evanescence has joined #maemo | 05:07 | |
*** nox- has quit IRC | 05:07 | |
*** UberNeo has quit IRC | 05:08 | |
*** Sazpaimon_ has quit IRC | 05:09 | |
*** Openfree` has quit IRC | 05:16 | |
*** Evanescence has quit IRC | 05:18 | |
*** Evanescence has joined #maemo | 05:19 | |
*** Openfree` has joined #maemo | 05:20 | |
* AlmightyOatmeal microwaves himself | 05:21 | |
*** sat2050 has quit IRC | 05:22 | |
*** vblazquez has quit IRC | 05:30 | |
*** hardaker has quit IRC | 05:30 | |
*** maybeHere has joined #maemo | 05:30 | |
*** maybeArgh has quit IRC | 05:34 | |
*** mitsutaka has joined #maemo | 05:37 | |
*** wmarone__ has quit IRC | 05:40 | |
*** wmarone__ has joined #maemo | 05:40 | |
*** wmarone has joined #maemo | 05:42 | |
*** wmarone__ has quit IRC | 05:42 | |
*** jhb has quit IRC | 05:48 | |
*** sat2050 has joined #maemo | 05:48 | |
*** jiero has quit IRC | 05:51 | |
*** musca has quit IRC | 05:55 | |
*** pcfe has quit IRC | 05:59 | |
*** pcfe has joined #maemo | 05:59 | |
*** pcfe has quit IRC | 05:59 | |
*** pcfe has joined #maemo | 05:59 | |
*** wmarone has quit IRC | 06:00 | |
*** wmarone has joined #maemo | 06:00 | |
*** dockane has joined #maemo | 06:00 | |
*** LaoLang_cool has quit IRC | 06:01 | |
*** wmarone_ has joined #maemo | 06:02 | |
*** LaoLang_cool has joined #maemo | 06:02 | |
*** wmarone has quit IRC | 06:03 | |
*** dockane_ has quit IRC | 06:03 | |
*** sat2050 has quit IRC | 06:05 | |
*** robink has quit IRC | 06:05 | |
*** sat2050 has joined #maemo | 06:07 | |
*** radic has quit IRC | 06:10 | |
*** robink has joined #maemo | 06:11 | |
*** hardaker has joined #maemo | 06:19 | |
*** LaoLang_cool has quit IRC | 06:22 | |
*** LaoLang_cool has joined #maemo | 06:24 | |
*** Sazpaimon__ has quit IRC | 06:32 | |
*** Sazpaimon__ has joined #maemo | 06:32 | |
*** Evanescence has quit IRC | 06:33 | |
*** Sazpaimon__ has quit IRC | 06:33 | |
*** Evanescence has joined #maemo | 06:34 | |
*** Kaptenen has quit IRC | 06:35 | |
*** radic has joined #maemo | 06:37 | |
*** Hoolxi has joined #maemo | 06:37 | |
*** mitsutaka has quit IRC | 06:40 | |
*** mitsutaka has joined #maemo | 06:41 | |
*** disco_stu has quit IRC | 06:44 | |
*** disco_stu has joined #maemo | 06:48 | |
*** jonwil has joined #maemo | 06:49 | |
*** swc|666 has quit IRC | 06:52 | |
*** x29a has quit IRC | 07:04 | |
*** sulx has quit IRC | 07:05 | |
*** sat2050 has joined #maemo | 07:08 | |
*** Cor-Ai_ has joined #maemo | 07:08 | |
*** kthomas has joined #maemo | 07:09 | |
*** sp3000 has quit IRC | 07:10 | |
*** shamus has quit IRC | 07:10 | |
*** kthomas_vh_ has quit IRC | 07:10 | |
*** sp3000 has joined #maemo | 07:10 | |
*** shamus has joined #maemo | 07:10 | |
*** gn00b_ has joined #maemo | 07:11 | |
*** tarantism has quit IRC | 07:11 | |
*** gn00b has quit IRC | 07:11 | |
*** Cor-Ai has quit IRC | 07:11 | |
*** tank-man has quit IRC | 07:11 | |
*** Cor-Ai_ is now known as Cor-Ai | 07:11 | |
*** sat2050 has quit IRC | 07:12 | |
*** sat2050 has joined #maemo | 07:13 | |
*** EphZero has quit IRC | 07:16 | |
*** x29a has joined #maemo | 07:16 | |
*** x29a has joined #maemo | 07:16 | |
*** Evanescence has quit IRC | 07:20 | |
*** Evanescence has joined #maemo | 07:21 | |
*** ketas-li has quit IRC | 07:34 | |
*** musca has joined #maemo | 07:35 | |
*** velocir` has quit IRC | 07:39 | |
*** robink has quit IRC | 07:46 | |
*** robink has joined #maemo | 07:46 | |
*** SpeedEvil has quit IRC | 07:47 | |
*** DocScrutinizer has quit IRC | 07:52 | |
*** DocScrutinizer has joined #maemo | 07:52 | |
*** wazd has joined #maemo | 07:58 | |
*** valerius has quit IRC | 07:59 | |
*** nmjnb has joined #maemo | 08:00 | |
*** Roomerlol has joined #maemo | 08:01 | |
*** kimitake is now known as kimitake_idle | 08:02 | |
*** SpeedEvil has joined #maemo | 08:05 | |
jonwil | is it possible to restart hildon-home without restarting the phone? | 08:05 |
SpeedEvil | killing the process works | 08:08 |
jonwil | will it restart? | 08:09 |
SpeedEvil | yes, quite fast | 08:09 |
*** t_s_o has joined #maemo | 08:12 | |
jonwil | that worked, it logged the Phone.Sim.get_service_provider_name dbus call | 08:13 |
jonwil | Now to run some dbus-send tests | 08:14 |
*** sulx has joined #maemo | 08:15 | |
*** t7^ has joined #maemo | 08:19 | |
jonwil | I need some people to run the following command on their n900s | 08:21 |
jonwil | dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_name | 08:21 |
jonwil | also dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_info | 08:21 |
jonwil | trying to find out what that returns | 08:21 |
*** valerius has joined #maemo | 08:26 | |
*** hardaker has quit IRC | 08:33 | |
*** Evanescence has quit IRC | 08:36 | |
*** slonopotamus has joined #maemo | 08:36 | |
*** Evanescence has joined #maemo | 08:37 | |
*** rcg has joined #maemo | 08:40 | |
*** psycho_oreos has joined #maemo | 08:41 | |
*** disco_stu has quit IRC | 08:44 | |
*** slonopotamus has quit IRC | 08:50 | |
jonwil | I am determined to find out EXACTLY how the stock operator name widget gets the name it ends up displaying | 08:53 |
jonwil | ok, WTF. Why would get_service_provider_name return "3" as the service provider name. Doesnt sound like a valid service provider name to me... | 08:54 |
jonwil | or is there really a mobile operator named "3"? | 08:54 |
hiemanshu | jonwil: yes, http://www.three.com.au/ | 08:55 |
jonwil | of course :) | 08:55 |
kerio | jonwil: it's "3 ITA" here, but i guess anglophone countries suck | 08:56 |
*** slonopotamus has joined #maemo | 08:56 | |
jonwil | what I need to find out is what this damn get_service_provider_info call returns | 08:58 |
*** inz has quit IRC | 08:58 | |
*** gn00b_ has quit IRC | 09:01 | |
*** ferdna has quit IRC | 09:03 | |
*** ferdna has joined #maemo | 09:04 | |
*** inz has joined #maemo | 09:04 | |
* jonwil wishes there was more documentation on this dbus crap | 09:07 | |
*** beford has quit IRC | 09:08 | |
psycho_oreos | actually 3 is supposedly hutchinson but was bought out by vodafone and so its technically known as vodafone hutchinson australia | 09:10 |
jonwil | yeah | 09:11 |
jonwil | what matters is that a value of "3" in a get_service_provider_name call (as I saw on pastebin somewhere) is legit | 09:11 |
jonwil | which it is | 09:11 |
psycho_oreos | as for dbus documentation there's a portion of that on the wiki, though yeah I'll agree its not very detailed and sometimes may leave you pondering how to get it all to work | 09:12 |
psycho_oreos | I'm not doubting you :) but I can't surf the net without the SIM card in it. Hint: I'm using wireless broadband that's part of 3 network | 09:13 |
jonwil | unfortunatly there is basically no documentaton at all for Phone.Sim.* | 09:13 |
jonwil | well basically none | 09:14 |
psycho_oreos | lemme guess, you're trying to get something to work with dbus-scripts? | 09:15 |
jonwil | nope, its for something else | 09:17 |
psycho_oreos | ahh ok | 09:17 |
jonwil | I am trying to find out how to use Phone.Sim.get_service_provider_info and Phone.Sim.get_service_provider_name (along with Phone.Net.get_operator_name) to get the same operator name as displayed by the stock widget | 09:18 |
* jonwil is getting really annoyed at these undocumented dbus calls :( | 09:19 | |
jonwil | Phone.Net.* is documented so thats good | 09:19 |
jonwil | but Phone.Sim.* is totally unknown | 09:19 |
*** mavhc has quit IRC | 09:22 | |
*** mavhc has joined #maemo | 09:23 | |
*** mavhc has joined #maemo | 09:24 | |
*** slonopotamus has quit IRC | 09:25 | |
jonwil | only references to get_service_provider_info I can find with google are to an announcement post for netmon (where it just says "hey, I found this call" without saying anything more), a rant from qwerty12 about non-openness with a reference to it and some references to a shell script for testing stuff which calls that method but doesnt tell me anything about its output | 09:25 |
*** mece has joined #maemo | 09:27 | |
*** rcg has quit IRC | 09:29 | |
*** eMHa__ has quit IRC | 09:30 | |
*** croppa has joined #maemo | 09:31 | |
*** wam has joined #maemo | 09:35 | |
*** mesx has joined #maemo | 09:36 | |
*** msanchez has joined #maemo | 09:36 | |
*** murrayc has joined #maemo | 09:43 | |
*** msanchez has quit IRC | 09:43 | |
*** rcg has joined #maemo | 09:44 | |
*** Roomerlol has quit IRC | 09:45 | |
*** msanchez has joined #maemo | 09:50 | |
*** jben has joined #maemo | 09:50 | |
*** andrenarchy has joined #maemo | 09:54 | |
*** andrenarchy has left #maemo | 09:54 | |
*** zap_ has joined #maemo | 09:55 | |
*** eijk has joined #maemo | 09:56 | |
jonwil | WOW, its actually displaying the correct cell tower name | 09:58 |
jonwil | now I need to find out what gets applied to the label for the stock home operator widget so I can make the custom code the same | 09:58 |
jonwil | so it looks more readable | 09:58 |
*** Arkenoi has joined #maemo | 10:03 | |
*** msanchez has quit IRC | 10:04 | |
*** msanchez has joined #maemo | 10:04 | |
*** jpe_ has joined #maemo | 10:04 | |
*** soltys has quit IRC | 10:08 | |
*** mer_ge has joined #maemo | 10:14 | |
*** ruskie has quit IRC | 10:16 | |
*** larsivi has joined #maemo | 10:19 | |
jonwil | IT WORKS | 10:20 |
jonwil | Found the right stuff to pass to gtk_rc_parse_string | 10:20 |
jonwil | and its readable | 10:20 |
jonwil | Now I just need to go somewhere where I can switch towers and see what happens | 10:21 |
jonwil | and like magic, it switches towers on me :) | 10:21 |
jonwil | thanks to me living far away from these towers | 10:21 |
*** LaoLang_cool has quit IRC | 10:21 | |
*** LaoLang_cool has joined #maemo | 10:21 | |
*** eMHa__ has joined #maemo | 10:22 | |
*** rcg has quit IRC | 10:25 | |
*** mairas has joined #maemo | 10:25 | |
*** cityLights has joined #maemo | 10:25 | |
*** ferdna has quit IRC | 10:26 | |
cityLights | is anyone here in munich now? | 10:28 |
hiemanshu | jonwil: string "airtel' unit32 0 uint32 0 int32 0 for the first call | 10:28 |
jonwil | what about the other one? | 10:29 |
hiemanshu | array [ | 10:29 |
hiemanshu | ] | 10:29 |
hiemanshu | int32 1003 | 10:29 |
jonwil | ok | 10:30 |
jonwil | Is "airtel" your carrier? | 10:30 |
jonwil | ? | 10:32 |
*** jhb has joined #maemo | 10:32 | |
*** jrocha has joined #maemo | 10:32 | |
*** dvaske has joined #maemo | 10:33 | |
hiemanshu | jonwil: yes | 10:33 |
jonwil | Is airtel the actual network operator or are they just a reseller? | 10:33 |
hiemanshu | Actual network operator | 10:34 |
jonwil | is that on 2G or 3G? | 10:35 |
*** t7^ is now known as velocirap | 10:36 | |
jonwil | thanks for the info btw | 10:37 |
jonwil | looks very much like what I get | 10:37 |
jonwil | but with a different operator | 10:37 |
hiemanshu | 2.5G | 10:37 |
hiemanshu | thats what the phone shows, its EDGE though | 10:38 |
*** FIQ|n900 has quit IRC | 10:38 | |
*** fuz_ has quit IRC | 10:38 | |
*** gomiam has joined #maemo | 10:38 | |
jonwil | thanks for the info, doesnt help me understand those dbus calls though | 10:39 |
*** jonwil has quit IRC | 10:40 | |
*** fuz_ has joined #maemo | 10:43 | |
*** _berto_ has joined #maemo | 10:44 | |
*** rcg has joined #maemo | 10:46 | |
*** Hoolxi has quit IRC | 10:49 | |
*** ruskie has joined #maemo | 10:51 | |
*** calvaris has joined #maemo | 11:00 | |
*** M4rtinK has joined #maemo | 11:00 | |
*** mairas has quit IRC | 11:01 | |
*** mairas has joined #maemo | 11:01 | |
*** mardi has joined #maemo | 11:02 | |
*** marainein has quit IRC | 11:06 | |
*** geaaru has joined #maemo | 11:08 | |
*** mairas has quit IRC | 11:10 | |
*** mairas has joined #maemo | 11:11 | |
*** OkropNick has joined #maemo | 11:11 | |
*** scoobertron has joined #maemo | 11:13 | |
*** tanty has joined #maemo | 11:15 | |
*** eijk_ has joined #maemo | 11:17 | |
*** eijk has quit IRC | 11:18 | |
*** BCMM has joined #maemo | 11:18 | |
*** larsivi has quit IRC | 11:25 | |
*** soltys has joined #maemo | 11:28 | |
*** larsivi has joined #maemo | 11:30 | |
*** t_s_o has quit IRC | 11:31 | |
*** kakashi_ has joined #maemo | 11:35 | |
*** LaoLang_cool has quit IRC | 11:37 | |
*** LaoLang_cool has joined #maemo | 11:39 | |
*** lbt has quit IRC | 11:40 | |
*** lbt has joined #maemo | 11:41 | |
*** lbt has quit IRC | 11:41 | |
*** lbt has joined #maemo | 11:41 | |
*** mk8 has quit IRC | 11:41 | |
*** soltys has quit IRC | 11:42 | |
*** mk8 has joined #maemo | 11:42 | |
*** jiero has joined #maemo | 11:48 | |
*** lonepixel has joined #maemo | 11:53 | |
*** lardman has joined #maemo | 11:56 | |
*** lardman has joined #maemo | 11:56 | |
*** tanty has quit IRC | 11:56 | |
*** wam has quit IRC | 11:57 | |
*** soltys has joined #maemo | 11:58 | |
*** zap_ has quit IRC | 12:01 | |
*** zap_ has joined #maemo | 12:02 | |
*** soltys has quit IRC | 12:05 | |
*** mairas has quit IRC | 12:07 | |
*** mairas has joined #maemo | 12:07 | |
*** larsivi has quit IRC | 12:08 | |
*** sat2050 has quit IRC | 12:09 | |
*** zap_ has quit IRC | 12:10 | |
*** sat2050 has joined #maemo | 12:13 | |
*** t_s_o has joined #maemo | 12:13 | |
*** larsivi has joined #maemo | 12:15 | |
*** mk8 has quit IRC | 12:25 | |
*** KrayonWork has left #maemo | 12:26 | |
*** mk8 has joined #maemo | 12:26 | |
*** arno0ob has joined #maemo | 12:27 | |
*** mk8 has quit IRC | 12:33 | |
*** lardman has quit IRC | 12:34 | |
*** mk8 has joined #maemo | 12:35 | |
*** scoobertron has quit IRC | 12:36 | |
*** drussell has quit IRC | 12:37 | |
*** mece has quit IRC | 12:40 | |
*** mece has joined #maemo | 12:41 | |
*** drussell has joined #maemo | 12:44 | |
*** drj_cro has joined #maemo | 12:56 | |
*** arno0ob has quit IRC | 13:00 | |
*** piggz has quit IRC | 13:00 | |
*** mairas has quit IRC | 13:03 | |
*** mairas has joined #maemo | 13:03 | |
*** lxp1 has joined #maemo | 13:03 | |
*** sicelo_ has joined #maemo | 13:04 | |
*** lxp has quit IRC | 13:06 | |
*** Kaptenen has joined #maemo | 13:07 | |
*** habmala has joined #maemo | 13:08 | |
*** mairas has quit IRC | 13:12 | |
*** X-Fade has quit IRC | 13:12 | |
*** X-Fade has joined #maemo | 13:12 | |
*** mairas has joined #maemo | 13:12 | |
*** sabayonuser2 has joined #maemo | 13:13 | |
*** sabayonuser2 is now known as nsuffys | 13:13 | |
*** sicelo_ is now known as Sicelo^ | 13:17 | |
*** mer_ge has quit IRC | 13:19 | |
*** wazd_ has joined #maemo | 13:19 | |
*** valerius has quit IRC | 13:20 | |
*** wazd has quit IRC | 13:22 | |
*** FIQ|n900 has joined #maemo | 13:24 | |
*** defragger has joined #maemo | 13:24 | |
*** defragger has joined #maemo | 13:24 | |
*** valerius has joined #maemo | 13:28 | |
*** zap_ has joined #maemo | 13:28 | |
*** msanchez has quit IRC | 13:30 | |
*** mitsutaka has quit IRC | 13:33 | |
*** ErwinJunge has joined #maemo | 13:33 | |
*** valerius has quit IRC | 13:36 | |
*** Dibblah has quit IRC | 13:36 | |
*** Dibblah_ has joined #maemo | 13:36 | |
*** Dibblah_ is now known as Dibblah | 13:37 | |
*** _trine has joined #maemo | 13:45 | |
*** Andy80 has joined #maemo | 13:45 | |
*** Andy80 has quit IRC | 13:45 | |
*** Andy80 has joined #maemo | 13:45 | |
*** mairas has quit IRC | 13:49 | |
*** mairas has joined #maemo | 13:50 | |
*** kW_ has joined #maemo | 13:51 | |
*** lardman|gone is now known as lardman | 13:52 | |
*** gomiam has quit IRC | 13:53 | |
*** trx has quit IRC | 13:59 | |
*** mairas has quit IRC | 13:59 | |
*** mairas has joined #maemo | 13:59 | |
*** aloril has quit IRC | 13:59 | |
*** nid0 has quit IRC | 14:00 | |
*** nid0 has joined #maemo | 14:01 | |
*** trx has joined #maemo | 14:04 | |
*** guerby has quit IRC | 14:06 | |
*** soltys has joined #maemo | 14:08 | |
*** mtnbkr has quit IRC | 14:11 | |
*** liar has joined #maemo | 14:12 | |
*** aloril has joined #maemo | 14:12 | |
*** guerby has joined #maemo | 14:15 | |
*** ErwinJunge has quit IRC | 14:15 | |
*** valerius has joined #maemo | 14:16 | |
*** robbiethe1st has joined #maemo | 14:17 | |
*** florian has joined #maemo | 14:17 | |
*** florian has joined #maemo | 14:17 | |
*** soltys has quit IRC | 14:17 | |
*** jiero is now known as luojie-dune | 14:19 | |
*** M4rtinK has quit IRC | 14:22 | |
*** drj_cro has left #maemo | 14:28 | |
*** fuz_ has quit IRC | 14:30 | |
*** valerius has quit IRC | 14:31 | |
*** habmala has quit IRC | 14:34 | |
*** valerius has joined #maemo | 14:35 | |
*** fuz_ has joined #maemo | 14:35 | |
*** schend has joined #maemo | 14:38 | |
*** sirdancealot has joined #maemo | 14:42 | |
*** habmala has joined #maemo | 14:42 | |
*** valerius has quit IRC | 14:45 | |
*** valerius has joined #maemo | 14:45 | |
*** mairas has quit IRC | 14:45 | |
*** mairas has joined #maemo | 14:46 | |
*** gomiam has joined #maemo | 14:46 | |
*** tbf has joined #maemo | 14:48 | |
*** etrunko has joined #maemo | 14:50 | |
*** Jade is now known as jd | 14:50 | |
*** M4rtinK has joined #maemo | 14:59 | |
* nsuffys is away: I'm busy | 14:59 | |
*** ErwinJunge has joined #maemo | 15:02 | |
*** scoobertron has joined #maemo | 15:04 | |
*** luojie-dune has quit IRC | 15:10 | |
*** chenca has joined #maemo | 15:12 | |
*** nsuffys has quit IRC | 15:12 | |
*** Sc0rpius has quit IRC | 15:12 | |
*** arno0ob has joined #maemo | 15:12 | |
*** valerius has quit IRC | 15:13 | |
*** Sc0rpius has joined #maemo | 15:14 | |
*** cityLights has quit IRC | 15:17 | |
*** scoobertron has quit IRC | 15:20 | |
*** gomiam has quit IRC | 15:20 | |
*** mairas has quit IRC | 15:23 | |
*** mairas has joined #maemo | 15:23 | |
*** robbiethe1st has quit IRC | 15:25 | |
*** mase76 has joined #maemo | 15:38 | |
*** GNUton-BNC is now known as GNUton | 15:39 | |
*** GNUton has quit IRC | 15:39 | |
*** GNUton has joined #maemo | 15:39 | |
*** tbf has quit IRC | 15:40 | |
*** mk8 has quit IRC | 15:41 | |
Sicelo^ | DocScrutinizer: i just got http://people.openmoko.org/joerg/battery/bq27k-detail2 | 15:41 |
Sicelo^ | ran fine. is there anything special u would like tested? | 15:41 |
*** mairas has quit IRC | 15:42 | |
*** mairas has joined #maemo | 15:42 | |
*** mk8 has joined #maemo | 15:42 | |
DocScrutinizer | nah, it seems to run fine, as you already noticed :-D. See if you find any typos or other errors, or sth that's not really plausible | 15:44 |
DocScrutinizer | maybe you could test how it behaves on i2ctools missing (just if you feel bored) | 15:45 |
DocScrutinizer | as that's sth I haven't handled properly yet | 15:45 |
*** vivijim has joined #maemo | 15:46 | |
*** vivijim has quit IRC | 15:46 | |
*** M4rtinK has quit IRC | 15:47 | |
*** setanta has joined #maemo | 15:47 | |
*** deimos has joined #maemo | 15:48 | |
*** mairas has quit IRC | 15:51 | |
*** larsivi has quit IRC | 15:51 | |
*** mairas has joined #maemo | 15:51 | |
*** tabasko has left #maemo | 15:52 | |
*** valdyn has quit IRC | 15:52 | |
*** larsivi has joined #maemo | 15:54 | |
*** cityLights has joined #maemo | 15:54 | |
*** vivijim has joined #maemo | 15:56 | |
*** Tuco1 has joined #maemo | 15:56 | |
*** Tuco1 has joined #maemo | 15:56 | |
*** valdyn has joined #maemo | 15:58 | |
*** habmala has quit IRC | 16:01 | |
*** scoobertron has joined #maemo | 16:03 | |
*** hardaker has joined #maemo | 16:06 | |
*** Hoolxi has joined #maemo | 16:11 | |
*** jpe_ has quit IRC | 16:12 | |
*** FIQ|n900 has quit IRC | 16:12 | |
*** iluminator101 has joined #maemo | 16:14 | |
iluminator101 | i am getting an error 'Memory not accessable. Unable to save content' when i try take a pic | 16:14 |
iluminator101 | on my n900 | 16:15 |
BCMM | is mydocs mounted? | 16:15 |
BCMM | is the n900 plugged in to a computer with USB? | 16:15 |
*** etrunko has quit IRC | 16:16 | |
iluminator101 | no its not plugged into anything | 16:16 |
*** dvaske has quit IRC | 16:18 | |
iluminator101 | i restarted seems to work now | 16:20 |
_trine | see if you can take a picture when its saved to an SD card | 16:20 |
iluminator101 | i had unmounting error it works now thanks | 16:21 |
*** iluminator101 has left #maemo | 16:21 | |
*** soltys has joined #maemo | 16:22 | |
*** etrunko has joined #maemo | 16:24 | |
*** NIN101 has joined #maemo | 16:28 | |
*** schend has quit IRC | 16:28 | |
*** bilboed has joined #maemo | 16:29 | |
*** larsivi has quit IRC | 16:32 | |
*** jpe_ has joined #maemo | 16:33 | |
*** soltys has quit IRC | 16:46 | |
*** scoobertron has quit IRC | 16:47 | |
*** vivijim1 has joined #maemo | 16:50 | |
*** mece has left #maemo | 16:50 | |
*** disco_stu has joined #maemo | 16:53 | |
*** vivijim has quit IRC | 16:54 | |
*** wam has joined #maemo | 16:58 | |
*** Hoolxi has quit IRC | 17:00 | |
*** lonepixel has quit IRC | 17:01 | |
*** pronto has quit IRC | 17:05 | |
*** pronto has joined #maemo | 17:05 | |
*** sat2050 has quit IRC | 17:05 | |
*** rm_work has joined #maemo | 17:05 | |
*** rm_work has quit IRC | 17:05 | |
*** rm_work has joined #maemo | 17:05 | |
*** norayr has joined #maemo | 17:10 | |
*** jhb has quit IRC | 17:11 | |
*** mase76 has quit IRC | 17:12 | |
*** norayr has quit IRC | 17:14 | |
*** soltys has joined #maemo | 17:16 | |
*** LaoLang_cool has quit IRC | 17:19 | |
*** Hoolxi has joined #maemo | 17:20 | |
*** vivijim1 has quit IRC | 17:22 | |
*** APTX has quit IRC | 17:23 | |
*** APTX has joined #maemo | 17:23 | |
*** soltys has quit IRC | 17:23 | |
*** APTX has quit IRC | 17:27 | |
*** APTX has joined #maemo | 17:29 | |
*** lonepixel has joined #maemo | 17:29 | |
*** jpe_ has quit IRC | 17:34 | |
*** dos1 has joined #maemo | 17:38 | |
*** vivijim1 has joined #maemo | 17:40 | |
*** mairas has quit IRC | 17:40 | |
*** vivijim1 has quit IRC | 17:44 | |
*** vivijim has joined #maemo | 17:45 | |
*** _berto_ has quit IRC | 17:48 | |
*** Sazpaimon has joined #maemo | 17:48 | |
ErwinJunge | I'm missing libnvomx in scratchbox, which apparently has something to do with openmax. I thought openmax was supported on the n900? | 17:48 |
*** murrayc has quit IRC | 17:50 | |
*** mhlavink_afk has quit IRC | 17:53 | |
*** githogori has quit IRC | 17:54 | |
*** mhlavink has joined #maemo | 17:55 | |
*** vivijim has quit IRC | 17:59 | |
crashanddie | http://img.thedailywtf.com/images/201110/query.jpg | 17:59 |
ErwinJunge | Hey, that's dutch :) "the platform is really slow, etc" | 18:00 |
ErwinJunge | I guess the query explains a bit ;) | 18:00 |
crashanddie | inderdaad :) | 18:00 |
ErwinJunge | And apparently so are you ;) | 18:00 |
*** mhlavink has quit IRC | 18:01 | |
crashanddie | I'm not | 18:02 |
crashanddie | I just speak Dutch | 18:03 |
*** net-split has joined #maemo | 18:03 | |
*** jrocha has quit IRC | 18:04 | |
*** jpe_ has joined #maemo | 18:04 | |
ErwinJunge | That's a pretty rare skill for someone who's not Dutch. | 18:06 |
*** vivijim has joined #maemo | 18:07 | |
*** zap_ has quit IRC | 18:09 | |
*** Evanescence has quit IRC | 18:17 | |
*** infobot has joined #maemo | 18:18 | |
infobot | DocScrutinizer: infobot joined! | 18:18 |
*** ChanServ sets mode: +v infobot | 18:18 | |
*** Arkenoi has quit IRC | 18:19 | |
*** vivijim has quit IRC | 18:21 | |
*** randbit has joined #maemo | 18:26 | |
*** hakkattakk has joined #maemo | 18:28 | |
*** shanttu has joined #maemo | 18:28 | |
*** mza has quit IRC | 18:32 | |
*** mer_ge has joined #maemo | 18:32 | |
*** Zahra has joined #maemo | 18:34 | |
*** mza has joined #maemo | 18:37 | |
*** Zahra has quit IRC | 18:47 | |
*** Sazpaimon has quit IRC | 18:53 | |
*** Hoolxi has quit IRC | 18:55 | |
*** rcg has quit IRC | 18:58 | |
*** mookie has joined #maemo | 19:01 | |
*** kama has joined #maemo | 19:02 | |
*** slonopotamus has joined #maemo | 19:02 | |
*** soltys has joined #maemo | 19:03 | |
*** jhb has joined #maemo | 19:04 | |
*** mesx has quit IRC | 19:04 | |
*** valerius has joined #maemo | 19:06 | |
*** slonopotamus has quit IRC | 19:07 | |
*** Sazpaimon has joined #maemo | 19:11 | |
*** msanchez has joined #maemo | 19:13 | |
*** zap_ has joined #maemo | 19:15 | |
*** valerius has quit IRC | 19:15 | |
*** slonopotamus has joined #maemo | 19:15 | |
*** n900backer has joined #maemo | 19:18 | |
n900backer | where do installed kernels go? like kernel power, there is nothin in /boot | 19:18 |
NIN101 | to the third NAND partition. | 19:20 |
NIN101 | /dev/mtd3 | 19:20 |
*** Soder has joined #maemo | 19:22 | |
n900backer | ? i have made an backup image of my device, i want to find out the version of its kernel. how can i do this? | 19:22 |
n900backer | backups r from / and /home | 19:22 |
n900backer | is there anyway to find out the name of its kernel? | 19:22 |
*** Memo_Bird is now known as Suiseiseki | 19:23 | |
n900backer | i had installed kernel power before but i don't remember which version it was. | 19:23 |
*** FIQ has quit IRC | 19:25 | |
*** FredrIQ has joined #maemo | 19:25 | |
*** FredrIQ has joined #maemo | 19:25 | |
*** ferdna has joined #maemo | 19:26 | |
NIN101 | e. g., take a look at /lib/modules/ on the backup of /. | 19:26 |
*** rcg has joined #maemo | 19:28 | |
*** arno0ob has quit IRC | 19:28 | |
n900backer | 2.6.28.10power42 | 19:28 |
n900backer | tnx | 19:28 |
*** jhb has quit IRC | 19:29 | |
*** drj_cro has joined #maemo | 19:29 | |
*** calvaris has quit IRC | 19:29 | |
*** ced117 has joined #maemo | 19:30 | |
*** ced117 has quit IRC | 19:30 | |
*** ced117 has joined #maemo | 19:30 | |
*** calvaris has joined #maemo | 19:31 | |
*** n900backer has quit IRC | 19:32 | |
*** piggz has joined #maemo | 19:34 | |
*** jhb has joined #maemo | 19:36 | |
*** Sazpaimon has quit IRC | 19:36 | |
*** gn00b has joined #maemo | 19:36 | |
*** soltys has quit IRC | 19:37 | |
*** Sazpaimon has joined #maemo | 19:39 | |
*** cityLights has quit IRC | 19:40 | |
*** SergSergiu has joined #maemo | 19:43 | |
*** jhb has quit IRC | 19:43 | |
SergSergiu | hello | 19:43 |
*** mitsutaka has joined #maemo | 19:44 | |
*** Kaptenen has quit IRC | 19:46 | |
*** jhb has joined #maemo | 19:46 | |
MohammadAG | anyone from the US? | 19:47 |
*** jonne has quit IRC | 19:48 | |
*** slonopotamus has quit IRC | 19:49 | |
DocScrutinizer | GAN900? | 19:49 |
*** githogori has joined #maemo | 19:49 | |
GeneralAntilles | USA! USA! USA! | 19:49 |
* GeneralAntilles coughs. | 19:50 | |
GeneralAntilles | Yes? | 19:50 |
MohammadAG | GeneralAntilles, I have someone's number, it starts with 206 | 19:52 |
*** tchan has quit IRC | 19:52 | |
MohammadAG | do I dial it with +1206 or should something be after the 1? | 19:52 |
jaska | +1206xxxyyyy | 19:52 |
GeneralAntilles | ^ | 19:52 |
MohammadAG | thanks :) | 19:52 |
*** tchan has joined #maemo | 19:53 | |
*** Sazpaimon has quit IRC | 19:55 | |
*** jrocha has joined #maemo | 19:59 | |
*** jonne has joined #maemo | 20:00 | |
*** hardaker2 has joined #maemo | 20:04 | |
*** hardaker has quit IRC | 20:04 | |
*** calvaris has quit IRC | 20:05 | |
*** soltys has joined #maemo | 20:05 | |
*** fuz_ has quit IRC | 20:07 | |
*** soltys has quit IRC | 20:12 | |
*** scoobertron has joined #maemo | 20:12 | |
*** fuz_ has joined #maemo | 20:13 | |
*** mardi has quit IRC | 20:14 | |
*** eMHa__ has quit IRC | 20:18 | |
*** ErwinJunge has quit IRC | 20:19 | |
*** ErwinJunge has joined #maemo | 20:21 | |
*** lxp1 has quit IRC | 20:23 | |
*** psycho_oreos has quit IRC | 20:25 | |
*** msanchez has quit IRC | 20:30 | |
*** FredrIQ has quit IRC | 20:30 | |
*** geaaru has quit IRC | 20:34 | |
*** lardman_ has joined #maemo | 20:35 | |
*** soltys has joined #maemo | 20:35 | |
*** drj_cro has left #maemo | 20:35 | |
*** FIQ has joined #maemo | 20:36 | |
*** scoobertron has quit IRC | 20:38 | |
*** dos11 has joined #maemo | 20:39 | |
*** Berlinermauer has joined #maemo | 20:39 | |
*** dos1 has quit IRC | 20:39 | |
*** kama has quit IRC | 20:41 | |
*** soltys has quit IRC | 20:41 | |
*** jonne has quit IRC | 20:41 | |
*** jonne has joined #maemo | 20:42 | |
Berlinermauer | Hey Guys, Does anyone has this Problem? After about 2 Days my device hangs up. I cannot use the Apps on the Home Window (hildon-home is not answering) and calls and sms aren't incoming anymore, however if i restart the device everything works fine again | 20:45 |
*** shanttu has quit IRC | 20:46 | |
*** javispedro has joined #maemo | 20:46 | |
*** Chiku|dc has joined #maemo | 20:48 | |
*** Chiku|dc has joined #maemo | 20:48 | |
*** ghostcube has joined #maemo | 20:48 | |
*** florian has quit IRC | 20:48 | |
*** Dibblah has quit IRC | 20:49 | |
*** Dibblah has joined #maemo | 20:49 | |
*** Chiku has quit IRC | 20:50 | |
*** jonne has quit IRC | 20:54 | |
AlmightyOatmeal | Berlinermauer: sounds like an application has a memory leak. try disabling programs that were recently added around the time the problems began. you can also try ssh'ing into your phone and checking system resource usage and logs | 20:56 |
*** jonne has joined #maemo | 20:58 | |
*** shanttu has joined #maemo | 20:58 | |
*** vivijim has joined #maemo | 21:02 | |
*** swc|666 has joined #maemo | 21:04 | |
*** nmjnb has quit IRC | 21:10 | |
*** ale152 has joined #maemo | 21:10 | |
*** kimitake_idle is now known as kimitake | 21:10 | |
*** mase76 has joined #maemo | 21:13 | |
*** javispedro has quit IRC | 21:17 | |
*** SergSergiu has quit IRC | 21:20 | |
*** soltys has joined #maemo | 21:20 | |
*** javispedro has joined #maemo | 21:20 | |
*** OkropNick^ has joined #maemo | 21:22 | |
*** OkropNick^ has quit IRC | 21:22 | |
*** Zahra has joined #maemo | 21:23 | |
*** drj_cro has joined #maemo | 21:25 | |
*** FIQ has quit IRC | 21:27 | |
*** FIQ has joined #maemo | 21:27 | |
*** sq-one has joined #maemo | 21:27 | |
*** soltys has quit IRC | 21:29 | |
ErwinJunge | javispedro: Swapping out the source for mupen64plus worked like a charm, except for one small change in pre.mk. Are you planning on updating mupen in the repos? | 21:30 |
javispedro | any worth changes? | 21:31 |
*** Soder has quit IRC | 21:34 | |
*** Soder has joined #maemo | 21:34 | |
*** drj_cro has left #maemo | 21:35 | |
*** ErwinJunge has quit IRC | 21:36 | |
*** ErwinJunge has joined #maemo | 21:37 | |
*** eMHa__ has joined #maemo | 21:39 | |
*** BCMM has quit IRC | 21:43 | |
*** Atarii has joined #maemo | 21:44 | |
*** Atarii has quit IRC | 21:44 | |
*** Atarii has joined #maemo | 21:44 | |
*** Zahra has quit IRC | 21:47 | |
*** M4rtinK has joined #maemo | 21:54 | |
*** t_s_o has quit IRC | 21:55 | |
*** FIQ has quit IRC | 21:58 | |
*** FIQ has joined #maemo | 21:59 | |
*** wam has quit IRC | 22:00 | |
*** javispedro has quit IRC | 22:04 | |
*** GNUton is now known as GNUton-BNC | 22:12 | |
*** larsivi has joined #maemo | 22:12 | |
*** lxp has joined #maemo | 22:14 | |
*** kimitake is now known as kimitake_idle | 22:15 | |
*** valerius has joined #maemo | 22:15 | |
*** Atarii` has joined #maemo | 22:15 | |
*** thomasjfox has joined #maemo | 22:17 | |
*** Atarii has quit IRC | 22:18 | |
*** Atarii has joined #maemo | 22:19 | |
*** Atarii has quit IRC | 22:19 | |
*** Atarii has joined #maemo | 22:19 | |
*** Venemo has joined #maemo | 22:20 | |
*** Venemo has quit IRC | 22:20 | |
*** Venemo has joined #maemo | 22:20 | |
*** Atarii` has quit IRC | 22:22 | |
*** valerius has quit IRC | 22:22 | |
*** soltys has joined #maemo | 22:28 | |
*** trbs has joined #maemo | 22:30 | |
*** SmilyOrg has quit IRC | 22:33 | |
*** Smily has joined #maemo | 22:33 | |
*** mer_ge has quit IRC | 22:35 | |
*** soltys has quit IRC | 22:36 | |
*** croppa has quit IRC | 22:38 | |
*** croppa has joined #maemo | 22:39 | |
*** gn00b has quit IRC | 22:39 | |
*** scoobertron has joined #maemo | 22:45 | |
*** florian has joined #maemo | 22:50 | |
*** florian has joined #maemo | 22:50 | |
*** muelli has joined #maemo | 22:52 | |
*** Venemo has quit IRC | 22:56 | |
*** norayr has joined #maemo | 23:02 | |
*** etrunko has quit IRC | 23:03 | |
*** andre103 has joined #maemo | 23:05 | |
*** lonepixel has left #maemo | 23:09 | |
*** deimos_ has joined #maemo | 23:15 | |
*** deimos has quit IRC | 23:19 | |
*** Guest99369 has quit IRC | 23:19 | |
*** scoobertron has quit IRC | 23:19 | |
*** alehorst has quit IRC | 23:21 | |
*** andre103 has quit IRC | 23:22 | |
*** tzorvas has joined #maemo | 23:23 | |
*** andre103 has joined #maemo | 23:24 | |
*** jrocha has quit IRC | 23:24 | |
*** ced117 has quit IRC | 23:28 | |
*** wazd_ has quit IRC | 23:28 | |
*** janneke has joined #maemo | 23:37 | |
*** janneke has left #maemo | 23:37 | |
*** thomasjfox has quit IRC | 23:39 | |
*** sq-one has quit IRC | 23:40 | |
*** javispedro has joined #maemo | 23:40 | |
*** mase76 has quit IRC | 23:43 | |
*** Berlinermauer has quit IRC | 23:56 | |
*** ErwinJunge has quit IRC | 23:56 | |
*** valerius has joined #maemo | 23:58 | |
*** Termana has joined #maemo | 23:59 | |
*** Termana is now known as Guest26767 | 23:59 | |
SpeedEvil | http://www.dealextreme.com/p/a-peel-external-0-95-lcd-single-sim-gsm-quadband-cell-phone-battery-back-case-for-iphone-4-black-103112 - I put a phone on your phone, so you can phone while you phone. | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!