IRC log of #maemo for Friday, 2012-06-08

*** Tofe has left #maemo00:00
jacekowskithere is a table in nolo that translates those values00:01
*** M4rtinK has joined #maemo00:02
jacekowskihttp://pastebin.com/09j11xHR00:02
*** konelix has quit IRC00:04
*** xkr47 has quit IRC00:06
jacekowskiso for example 0x1 in register would translate to 0x10 in nolo which means por00:06
*** konelix has joined #maemo00:06
*** OkropNick has quit IRC00:07
jacekowski8=300:07
jacekowski0x10=4 - 32wd_to00:08
wmarone32wd_to... my old nemesis...00:08
*** perlite_ has joined #maemo00:10
Pali> so for example 0x1 in register... which register?00:10
jacekowskiPRM_RSTST00:11
jacekowskirest of them is bit more complicated  ANDS.W          R0, R4, #0x2000:11
jacekowskibecause i'm not sure what ANDS is doing00:11
*** perlite has quit IRC00:12
*** konelix_ has joined #maemo00:12
*** perlite_ is now known as perlite00:12
*** sq-one has quit IRC00:14
*** vi__ has quit IRC00:14
PaliI do not understand... how is 0x1 transtaled into por?00:14
jacekowskithere is function in nolo that does it00:14
*** konelix has quit IRC00:15
*** vi__ has joined #maemo00:15
*** florian has quit IRC00:17
*** konelix_ has quit IRC00:18
Paliah now I see from that log, that "DCD 0x10" line means arm code "00000001" which is "andeq r0, r0, r1"00:18
*** konelix_ has joined #maemo00:18
*** konelix_ is now known as konelix00:19
jacekowskino00:20
jacekowskibasicaly there is a function in nolo that starts atRAM:80403EF000:21
jacekowskithat function takes that PRM_RSTST register00:21
jacekowskicomapres it agains that other magic value to check for that cold reset bug00:21
jacekowskior whatever it is00:21
jacekowskiand then translates the number00:21
jacekowski0x1 into 0x1000:22
jacekowski0x8 into 0x300:22
jacekowski0x10 into 0x400:22
jacekowskiand then those numbers are looked up in table i've pased00:22
jacekowskipasted00:22
jacekowskito give you final bootreason00:22
Paliok00:23
jacekowski+ there is r&d flag that will force bootreason to be always pwr_key00:23
jacekowskiit's mater of simple switch statement to replace that00:24
*** rm_work has quit IRC00:25
Pali0x8 = 3 - Reserved for non-GP devices.00:25
*** kraft has quit IRC00:26
*** nmjnb has quit IRC00:26
jacekowskinah00:26
jacekowski0x8=0b100000:27
*** florian has joined #maemo00:27
*** florian has joined #maemo00:27
jacekowskihmmmm00:27
jacekowskiyeah00:27
Pali0x10 = 16 - MPU_WD_RST - MPU watchdog reset event00:27
jacekowskihmmm00:27
jacekowskisec_vio00:27
jacekowskisecurity violation?00:27
Palimaybe for hs mode00:28
Pali0x10 into 0x4 which is 32wd_to00:28
Paliso really watchdog reset00:28
jacekowskiyeah00:30
*** valerius has quit IRC00:30
*** vi__ has quit IRC00:30
jacekowskilater it's doing and and shift to that register and comparing it00:30
jacekowskibut i'm not sure how ANDS exactly work00:30
Paligoogle00:30
jacekowskihmm00:33
jacekowski0x20 - 2?00:33
*** kraft has joined #maemo00:33
Palibit 5 - Reserved for non-GP devices.00:34
*** M4rtinK has quit IRC00:36
jacekowskihmm, that's SW reset00:38
jacekowskiif 0x20 is set00:38
jacekowski+ then there is sw_reset reason encoded in other bits00:38
jacekowski0x200 - 0x1100:40
Pali0x20 = 0b100000 = 5th bit -  Reserved for non-GP devices.00:40
jacekowskithat would be all00:41
jacekowskiif it's anything else it's set as unknown00:41
jacekowskihmm, unless00:41
Pali0x200 = bit 9 - ICEPICK_RST - IcePick reset event. This is a source of warm reset initiated by the emulation.00:42
*** disco_stu has quit IRC00:42
Paliok, thanks much00:43
*** konelix has quit IRC00:43
*** konelix has joined #maemo00:43
*** jd has joined #maemo00:44
*** jd has joined #maemo00:44
*** Jade has quit IRC00:44
Palijacekowski, can you find how nolo generate MEM atag? On some N900 it generate 2 MEM atags and on some only one MEM atag00:44
*** jd is now known as Jade00:44
Palisee: http://talk.maemo.org/showthread.php?t=8456000:44
jacekowskihmmm00:44
Paliit generate same nolo version00:44
jacekowskiyeah, i've seen that00:45
jacekowskithere is a lot more bootreasons but those are based on twl4030 data somehow00:45
*** florian has quit IRC00:45
Palihow nolo decide if it will generate two or one MEM atag?00:46
*** messerting has joined #maemo00:46
Paliseems that all other atags are static (or at least same for all tested n900 from that thread)00:47
*** Scorcerer has quit IRC00:49
*** Scorcerer has joined #maemo00:49
jacekowskidunno00:50
jacekowskiit looks like that is HW generated00:51
jacekowskior at least 1st stage noloxldr00:51
Palion tmo is 2 different dumps from two n900 with hw rev 2104 britain00:52
*** piggz has quit IRC00:52
jacekowskii mean, it depends on value passed to noloscnd in R400:52
Paliand what has R4? some info which tell xloader to nolo?00:53
*** dimw1t has joined #maemo00:53
Palialso x-loader is same for all 21** and 22** revs00:53
jacekowskiyes00:53
Palioh00:54
jacekowskibut it looks like it's generating same atags anyways00:54
jacekowskiit covers same physical addresses00:54
jacekowskibut in some cases it's divided into two atags00:54
jacekowskii wouldn't be worried about that00:55
PaliI do not know what is linux kernel doing with MEM atag00:55
Paliis kernel doing some initialization for each mem atag?00:56
jacekowskino00:57
jacekowskiall kernel is doing is expecting to see ready memory under those addresses00:57
Paliit call function add_physical_memory00:58
jacekowskiyeah, but there is nothing to init physical memory in there00:58
jacekowskimemory is supposed to be initialised by then00:59
*** ZogG_laptop has joined #maemo00:59
Palifor arm it is function arm_add_memory (not add_physical_memory)01:00
Palihttp://lxr.free-electrons.com/source/arch/arm/kernel/setup.c#L67201:00
jacekowskihttp://www.simtec.co.uk/products/SWLINUX/files/booting_article.html01:00
jacekowskinothing serious there01:01
jacekowski4. Configuring the system's memory01:02
jacekowskiThe bootloader is expected to find and initialise all RAM that the kernel will use for volatile data storage in the system. It performs this in a machine dependent manner. It may use internal algorithms to automatically locate and size all RAM, or it may use knowledge of the RAM in the machine, or any other method the bootloader designer sees fit.01:02
jacekowskiIn all cases it should be noted that all setup is performed by the bootloader. The kernel should have no knowledge of the setup or configuration of the RAM within a system other than that provided by the bootloader. The use of machine_fixup() within the kernel is most definitely not the correct place for this. There is a clear distinction between the bootloaders responsibility and the kernel in this area.01:02
jacekowskiThe kernel will coalesce blocks passed to it if they are contiguous physical regions.01:02
*** habmala has quit IRC01:02
jacekowskiso kernel doesn't care about that memory01:03
*** ALoGeNo has joined #maemo01:03
*** ALoGeNo has joined #maemo01:03
Paliok, so it is same it it pass 2 mem or one mem (if they are continuous)01:03
*** kraft has quit IRC01:04
*** madalu has quit IRC01:05
Palijacekowski, thanks for all!01:12
Palinow going offline, bye01:12
*** M4rtinK has joined #maemo01:14
*** disco_stu has joined #maemo01:15
*** Atarii has quit IRC01:16
*** Pali has quit IRC01:17
*** trx has quit IRC01:23
*** hardaker has quit IRC01:24
*** trx has joined #maemo01:25
*** M4rtinK has quit IRC01:30
*** PeterWolf has joined #maemo01:35
*** messerting has quit IRC01:41
*** markinfo has joined #maemo01:42
*** rcg has quit IRC01:45
*** jhb has quit IRC01:48
*** psychologe has joined #maemo01:48
*** teotwaki_ has joined #maemo01:51
*** robbiethe1st has joined #maemo01:56
*** dos1 has joined #maemo01:58
*** wicket64 has quit IRC02:01
*** kraft has joined #maemo02:01
kkei have two different mounts for /home/user, how come if i modify the desktop or email accounts, the changes affect both of them, no matter which one is mounted?02:16
*** psychologe has quit IRC02:18
*** SmilyOrg has joined #maemo02:19
*** Gi0 has quit IRC02:19
*** M4rtinK has joined #maemo02:19
*** loganbr has quit IRC02:21
*** Smily has quit IRC02:22
*** loganbr has joined #maemo02:22
*** esaym153 has quit IRC02:32
Hurriankke, how can that happen?02:38
Hurrianfor example, you have one filesystem on /home/user, mmcblk0p202:38
Hurrianthen you mount mmcblk1p2 on it02:38
Hurrianunless you're using unionfs, it's going to start writing to 1p202:39
*** minde has quit IRC02:42
kkedont know, thats really strange02:43
kkethe other fs is crypted and cant be accidentally mounted02:44
kkesomething saves something somewhere else or what the heck02:46
*** trbs2 has quit IRC02:46
*** Darkchaos has quit IRC02:55
*** hardaker has joined #maemo03:07
*** int_ua has quit IRC03:11
*** trbs has quit IRC03:15
*** vi_ has quit IRC03:16
*** M4rtinK has quit IRC03:18
*** vi_ has joined #maemo03:20
DocScrutinizer05kke: such settings quite usually are cached in the process and just written back to file on program exit or/and other occasions03:22
DocScrutinizer05means: if you're umounting the one fs and mounting the other, while the process using the settings is active, you're quite likely doing a hidden copy03:22
DocScrutinizer05for desktop that's almost inevitable as desktop will quite likely run when system is up so you could mount and such fs03:23
DocScrutinizer05so something=app saves something=settings somewhere else=in program cache03:26
*** M4rtinK has joined #maemo03:28
*** lxp has quit IRC03:35
*** lxp1 has joined #maemo03:35
*** xkr47 has joined #maemo03:35
*** M4rtinK has quit IRC03:37
*** t_s_o has quit IRC03:40
*** robink has quit IRC03:40
DocScrutinizer05well, s/cache/variables/03:41
*** robink_ has joined #maemo03:42
*** guampa has quit IRC03:43
*** sirdancealot2 has quit IRC03:44
DocScrutinizer05kke: e.g. starhash-enabler needs to kill -9 the dialer app for that reason, after editing the config file03:44
DocScrutinizer05might work for desktop as well03:46
DocScrutinizer05nfc about email accounts03:46
DocScrutinizer05try stopping modest for good, before switching to alternative fs03:47
DocScrutinizer05or alternatively kill -9 modest after switching fs03:48
* DocScrutinizer05 hears kke thinking "WTF?!" while realizing that switching from unecrypted to encrypted isn't exactly a simple task, after system booted up03:50
kkeDocScrutinizer05: that happens even when i reboot to the other mount03:50
DocScrutinizer05no, it already had happened when you do that03:51
Hurrianyou shouldn't be doing that, instead, you should change the mount in rcS-late03:51
DocScrutinizer05exactly03:51
DocScrutinizer05the copying is done whenever you switch between the two fs while all the apps with config are already started03:52
* SpeedEvil thinks of a cryptoloop type module that understands and progressively encrypts the underlying device.03:52
DocScrutinizer05so unless you boot to an empty encrypted fs, you already did the copy before03:52
kkeits impossible03:53
kkewhen im in the unencrypted version, there should be no way to write to the encrypted version03:53
DocScrutinizer05there isn't03:53
DocScrutinizer05didn't you read what I tried to explain to you?03:53
DocScrutinizer05how are you preparing your encrypted fs?03:54
DocScrutinizer05how do you manage to make it diffetrent from the original that is not encrypted?03:54
kkeduring boot03:55
kkeif i enter the passphrase i get an encrypted home03:56
DocScrutinizer05when you boot to encrypted, change some mail account there, then powerdown, boot to unencrypted and the mail account already is there, then I dunno03:56
kkeyep and the other way around too03:56
kketrange03:56
DocScrutinizer05I'd guess you're mounting your encrypted fs after processes like hildon-desktop and maodest get started03:57
DocScrutinizer05esp check gconfd, as a lot of stuff is stored there03:59
DocScrutinizer05and I guess gconfd is started rather early in boot03:59
* DocScrutinizer05 idly wonders if that shite is actally called gconfd04:00
DocScrutinizer05actually*04:00
DocScrutinizer05duh, and never forget about nasty hidden stuff 'under' the mount, a frequent source of irritations, headscratching and strange effects, when users do anything on a device with activated mass storage mode04:02
DocScrutinizer05you could see same effects for mountpoint dir of /home04:03
DocScrutinizer05the real fun stuff: file handles to files under the mountpoint will still work, even while the file itself got hidden by the mount04:04
DocScrutinizer05at least I guess they do04:05
DocScrutinizer05it's an educated guess though, as e.g. syslog can even write to files already renamed or completely deleted04:06
*** Ian--- has quit IRC04:09
*** Ian-- has joined #maemo04:09
*** mvp_ has quit IRC04:09
DocScrutinizer05lsof|grep gconfd04:11
DocScrutinizer05none of the gconf database aka registry files is open. They all get opened when needed and closed after reading, modifying04:12
DocScrutinizer05the rest of the time values are stored in gconfd-2 memory04:12
*** trx has quit IRC04:12
*** valerius has joined #maemo04:16
*** luke-jr has quit IRC04:18
*** uen has quit IRC04:19
*** trx has joined #maemo04:23
*** konelix has quit IRC04:29
*** DrGrov has joined #maemo04:32
*** uen has joined #maemo04:33
*** LaoLang_cool has joined #maemo04:49
*** luke-jr has joined #maemo04:55
*** trx has quit IRC04:57
*** swc|666 has joined #maemo04:59
*** PeterWolf has quit IRC05:06
*** swc|666 has quit IRC05:08
*** iluminator101 has joined #maemo05:18
iluminator101can you upgrade the chip in n900?05:18
*** PeterWolf has joined #maemo05:21
*** Openfree` has quit IRC05:22
*** Openfree` has joined #maemo05:23
robbiethe1stno05:24
iluminator101thats what i gathered from web search too05:25
Hurrianboards are designed for only one SoC, don't try05:25
Hurrianhave you /seen/ an omap3530 chip?05:25
*** markinfo has quit IRC05:25
Hurriani highly doubt a person can even lift the onenand sitting on top of the 3430 and resolder it05:26
*** radic has quit IRC05:37
robbiethe1stBut you can clock yours up to 1.15ghz, if you're willing to deal with unknown life05:37
robbiethe1st(need to overvoltage most chips to get it stable, but)05:37
*** esaym153 has joined #maemo05:39
*** ebzzry has joined #maemo05:39
ebzzryhi! what is the default min and max freq of maemo5?05:40
*** int_ua has joined #maemo05:42
int_uaAny Blender users?05:42
robbiethe1stUh, 125/60005:43
*** pcfe_ has joined #maemo05:43
int_uaI've updated accelBlend to a usable state, http://talk.maemo.org/showthread.php?t=7699105:44
*** pcfe has quit IRC05:47
*** Ian-- has quit IRC05:47
*** Ian-- has joined #maemo05:48
*** radic has joined #maemo05:49
*** FIQ|n900 has joined #maemo05:57
*** dockane_ has quit IRC06:03
*** dockane has joined #maemo06:05
*** esaym153 has quit IRC06:09
*** Ian--- has joined #maemo06:12
*** Estel_ has quit IRC06:13
*** Ian-- has quit IRC06:14
*** int_ua has quit IRC06:17
*** Estel_ has joined #maemo06:22
*** LaoLang_cool has quit IRC06:33
*** luke-jr has quit IRC06:34
*** paroneayea has quit IRC06:42
*** ebzzry has quit IRC06:43
*** paroneayea has joined #maemo06:44
*** paroneayea has quit IRC06:55
Hurrian~seen Estel^06:57
infobotestel^ <~Estel@178.180.151.251.nat.umts.dynamic.t-mobile.pl> was last seen on IRC in channel #maemo, 17h 34m 1s ago, saying: 'teotwaki,  LOL'.06:57
*** paroneayea has joined #maemo06:58
*** robbiethe1st has quit IRC06:59
*** Venusaur has quit IRC07:00
*** sirdancealot2 has joined #maemo07:02
*** paroneayea has quit IRC07:12
*** Ian--- has quit IRC07:14
*** Ian-- has joined #maemo07:15
*** DrGrov has left #maemo07:15
*** maemo has joined #maemo07:19
*** bef0rd has quit IRC07:20
*** muelli has joined #maemo07:23
*** ZogG_laptop has quit IRC07:30
*** luke-jr has joined #maemo07:33
*** muelli has quit IRC07:33
*** spark666 has joined #maemo07:40
*** loganbr has quit IRC07:47
*** sirdancealot2 has quit IRC07:50
*** sirdancealot2 has joined #maemo07:51
*** loganbr has joined #maemo07:53
*** teotwaki_ has quit IRC07:56
*** kwtm has joined #maemo08:00
*** kwtm has quit IRC08:04
*** kwtm has joined #maemo08:04
*** robink_ is now known as robink08:05
*** robink has joined #maemo08:05
*** Zahra has joined #maemo08:13
*** Zahra has quit IRC08:13
*** Zahra has joined #maemo08:13
*** hardaker has quit IRC08:20
*** kwtm has quit IRC08:25
*** kwtm has joined #maemo08:31
*** loganbr has quit IRC08:33
*** loganbr has joined #maemo08:37
*** Jade has quit IRC08:37
*** aparaatti has joined #maemo08:39
Estel_Hi Hurrian, whats up?08:51
Estel_rather search me per Estel_, Estel^ is just backup nick08:52
Estel_Pali, considering work on RE NOLO You're doing with jacekowski, could we expect U-Boot replacing NOLO totally soon? ;()08:52
Estel_s/;()/;)/08:53
Estel_I know it's about mem atag, not replacement, but it seems, that You're getting info about how NOLO works, in details08:53
*** aparaatti has quit IRC08:54
*** iluminator101 has quit IRC09:02
*** aparaatti has joined #maemo09:13
*** Ian--- has joined #maemo09:17
*** Ian-- has quit IRC09:19
*** Pali has joined #maemo09:20
*** ferdna has quit IRC09:26
*** Pali has quit IRC09:27
*** piggz has joined #maemo09:29
*** muelli has joined #maemo09:47
*** DHR has quit IRC09:54
*** minde has joined #maemo09:55
*** croppa has joined #maemo10:03
*** krayon has quit IRC10:10
*** pigeon has quit IRC10:11
*** dafox has joined #maemo10:12
*** jreznik has joined #maemo10:15
*** pigeon has joined #maemo10:17
*** Ian-- has joined #maemo10:19
*** Ian--- has quit IRC10:19
*** fastlane` has joined #maemo10:20
*** rcg has joined #maemo10:26
*** muelli has quit IRC10:28
*** utanapischti has quit IRC10:29
*** utanapischti has joined #maemo10:29
*** kwtm has quit IRC10:31
*** M4rtinK has joined #maemo10:32
*** psycho_oreos has joined #maemo10:33
*** xev has quit IRC10:38
*** mvp_ has joined #maemo10:39
*** piggz has quit IRC10:40
*** OkropNick has joined #maemo10:42
*** xev has joined #maemo10:43
*** mvp_ has quit IRC10:44
*** messerting has joined #maemo10:44
*** florian_kc has joined #maemo10:45
*** florian_kc has quit IRC10:45
*** florian_kc has joined #maemo10:45
*** calvaris has joined #maemo10:47
*** florian_kc is now known as florian10:49
*** fastlane` has quit IRC10:58
*** trx has joined #maemo11:05
*** ychavan has joined #maemo11:08
*** schen has joined #maemo11:10
*** jhb has joined #maemo11:15
*** messerting has quit IRC11:15
*** geaaru has joined #maemo11:17
*** [DarkGUNMAN] has joined #maemo11:23
*** messerting has joined #maemo11:29
*** arno0ob has joined #maemo11:29
*** piggz has joined #maemo11:34
*** zap_ has joined #maemo11:35
*** Darkchaos has joined #maemo11:40
[DarkGUNMAN]morning all11:43
vi_goodmorning.11:43
vi_You geordie!11:44
* vi_ loves a bit o' nukie broon.11:44
vi_Have you seen the guy on the forum asking if he can connect the wires of his charger directly to his battery terminals.11:45
jacekowski~stats11:45
infobotSince Wed May 30 04:14:42 2012, there have been 73 modifications, 464 questions, 0 dunnos, 0 morons and 302 commands.  I have been awake for 9d 4h 30m 28s this session, and currently reference 118598 factoids.  I'm using about 24512 kB of memory. With 0 active forks. Process time user/system 2554.35/56.2 child 0/011:45
jacekowski~channelstats11:45
jacekowskihmm11:45
vi_>100000 factoids!11:45
vi_~moron11:45
infobotmethinks moron is someone that types long lines starting with "infobot"11:45
vi_~moron vi_11:45
*** calvaris has quit IRC11:46
teotwaki~rape vi_11:47
* infobot takes vi_ behind the WallMart and makes a few grunts and screams11:47
*** piggz has quit IRC11:47
vi_that is grim.11:48
vi_~teabag teotwaki11:49
* infobot invites teotwaki to join in yet another mindless gripe session11:49
vi_Wrong kind of teabag infobot you doofus.11:49
vi_~factoids11:50
infobotfactoids are information that infobot can learn and then reply with. "/msg infobot help" for more info.11:50
vi_~teste teotwaki11:50
vi_~testes teotwaki11:50
vi_~gonad teotwaki11:50
teotwaki~slap vi_11:51
* infobot slaps vi_, keep your grubby fingers to yourself!11:51
teotwaki~lameometer vi_11:51
infobot'vi_' is 0.000% lame, teotwaki11:51
teotwakicool11:51
teotwaki~lameometer r00t|home11:51
infobot'r00t|home' is 98.830% lame, teotwaki11:51
vi_wait.11:51
vi_How are these figures calculated?11:52
teotwakiamount of weird chars in a nickname11:52
vi_~lameometer teotwaki11:52
infobot'teotwaki' is 0.000% lame, vi_11:52
teotwaki011:52
teotwaki~lameometer f4gg0ts4th4w1n11:52
infobot'f4gg0ts4th4w1n' is 59.000% lame, teotwaki11:52
teotwaki~lameometer ~~||"£ife11:52
infobot'~~||"£ife' is 99.963% lame, teotwaki11:52
*** Pali has joined #maemo11:54
*** piggz has joined #maemo11:55
[DarkGUNMAN]hello vi_11:59
[DarkGUNMAN]yes I am geordie, and yeah it is mental he's wiring up the charger directly!12:01
[DarkGUNMAN]unfortunately newcastle brown ale isn't the pure stuff anymore since it's produced in tadcaster noew :(12:03
*** kama has joined #maemo12:06
[DarkGUNMAN]..and I'm annoyed I haven't managed to fix the usb port12:08
*** fastlane` has joined #maemo12:08
[DarkGUNMAN]sod it12:10
[DarkGUNMAN]vi_ you been meddling much with compcache?12:12
*** psycho_oreos has quit IRC12:13
vi_Darkchaos: yes I have...12:14
[DarkGUNMAN]recent settings have been working okay to a point, so I'm messing with diskspace reported / actual memory used to try and get swap to run soley in RAM12:14
vi_I have tried that.12:15
vi_There is _just_ not enough RAM.12:15
HurrianDarkGUNMAN, that's not happening, ever12:15
*** M4rtinK has quit IRC12:15
Hurrianunless you only use N900 for calls and SMS, it's eventually going to OOM12:15
*** markinfo has joined #maemo12:18
* vi_ would happily take a CPU hit for higher compcache compression.12:18
*** povbot has joined #maemo12:19
-pratchett.freenode.net- [freenode-info] why register and identify? your IRC nick is how people know you. http://freenode.net/faq.shtml#nicksetup12:19
[DarkGUNMAN]disksize_kb=524288 memlimit_kb=65536 seems to satisfy maemo there is enough diskspace, but 64Mb before compression is too low before cpu goes mental. Gonna try some other settings later just for the hell of it once the batter is charged up.....12:20
*** pronto_ has joined #maemo12:20
*** _InvalidHandle_ has joined #maemo12:20
*** thuttu77_2 has joined #maemo12:21
*** aslani has quit IRC12:21
*** Guest39941 has quit IRC12:21
*** InvalidHandle has quit IRC12:21
*** pronto has quit IRC12:21
*** thuttu77 has quit IRC12:21
*** aslani has joined #maemo12:22
*** Termana has joined #maemo12:22
*** Termana is now known as Guest531312:22
*** FireFly has quit IRC12:24
*** ab has quit IRC12:25
*** fasta_ has joined #maemo12:26
*** xkr47 has quit IRC12:26
*** fasta has quit IRC12:26
*** xkr47 has joined #maemo12:27
*** _berto_ has joined #maemo12:28
*** arno0ob has quit IRC12:29
*** cpt_nemo has quit IRC12:30
*** zap_ has quit IRC12:33
*** FireFly has joined #maemo12:34
*** thuttu77_2 is now known as thuttu7712:34
*** arno0ob has joined #maemo12:35
*** ab has joined #maemo12:44
vi_[DarkGUNMAN]: you have my attention...12:46
*** mvp_ has joined #maemo12:54
*** fastlane` has quit IRC12:54
*** _berto_ has quit IRC12:55
[DarkGUNMAN]vi_ to change ramzswap on the hop without reboot, swapoff /dev/ramzswap0, rmmod /lib/modules/current/ramzswap.ko, insmod /lib/modules/current/ramzswap.ko disksize_kb=524288 memlimit_kb=163840, swapon /dev/ramzswap012:55
*** _berto_ has joined #maemo12:56
[DarkGUNMAN]memlimit sets the ram level to use before compression, afterwhich cpu goes crazy until hthe program passing the memlimit is closed, then it seems to return to normal12:56
[DarkGUNMAN]trying multiples of 1.5, no crashes12:56
*** piggz has quit IRC13:00
dafox'cpu goes crazy'?13:03
*** sirdancealot2 has quit IRC13:05
vi_dafox: kswapd, the process that deals with the swapping goes nuts swapping shit left and right/13:07
dafoxso only the program actually using lots of ram is affected?13:08
*** mrcarrot has joined #maemo13:10
mrcarrotIs there any way to change the encoding in the terminal to latin-1? Or any alternative to osso-xterm that can be installed and allowing latin-1?13:11
mrcarrotn810 had this feature13:12
mrcarrotI need a terminal that still will give Ctrl, Esc, Tab, Page up, Page down easily13:13
DocScrutinizer05~chaninfo13:13
infobot123/123 channels, 5025 users, 3643 unique: #debian/1195, #kde/372, #gsoc/282, #maemo/274, #meego/203, #asterisk/167, #harmattan/166, #oe/145, #wowuidev/141, #webos-internals/121, #wowace/119, #openmoko/93, #wowhead/90, #openmoko-cdevel/73, #uclibc/72, #utah/64, #htc-linux/63, #arm-netbook/62, #n9/60, #tomcat/60, #diablofans/59, #bzflag/58, #edev/57, #qi-hardware/56, #curseforge/55, #asterisk-dev/46, #maemo-ssu/44, #flow3/44, #elinux/38, ...13:13
DocScrutinizer05~chaninfo #maemo13:14
infobotOn #maemo, there have been 1 Ban, 2 Deops, 2274 Joins, 2 Kicks, 2 Ops, 68 Parts, 6943 PublicMsgs and 2209 SignOffs.  At the moment, 1 Voice, 1 Opped and 274 Total.  turl has said the most with a total of 849 messages.13:14
mrcarrotI am using my n900 very often to do ssh into a computer with latin113:15
*** eijk has joined #maemo13:16
vi_I thought UTF-8 > latin1?13:19
mrcarrotvi_: no, it can not handle Scandinavian characters, like åäö13:19
Veggenuh...utf-8 can handle scandinavian characters.13:20
mrcarrotyes, but not from systems with latin113:20
mrcarrotit is not backward compatible to latin113:20
Veggen...not in the same way as UTF-8, that is correct :)13:20
*** sirdancealot2 has joined #maemo13:22
*** cpt_nemo has joined #maemo13:22
* mgedmin thinks switching that legacy system to utf-8 would be a better time investment13:22
mrcarrotTo me it looks like the most important function (the terminal) is only half made in n900 :(13:22
mrcarrotmgedmin: The remote system is OpenBSD (which still uses latin1)13:23
mgedminO.O13:23
mgedminin 2012?  latin1?13:23
DocScrutinizer05hi mgedmin13:23
* mgedmin waves13:23
mrcarrotDoes anyone know about a luit package for n900? It would solve the problem13:23
* DocScrutinizer05 idly wonders if ssh devels haven't thought about the situation when destination platform has a different encoding than local xterm13:26
mrcarrotDocScrutinizer05: Maybe because the UNIX philosophy is to do only one thing, and that well. OpenSSH is developed by the OpenBSD team, and OpenBSD includes luit for converting between encodings13:29
mrcarrotDocScrutinizer05: You can use luit as a wrapper for ssh.13:29
DocScrutinizer05aaah, I see13:30
Hurrianmrcarrot, have you considered running openssh inside easy-debian?13:30
DocScrutinizer05so how hard could it get to build luit for fremantle?13:31
mrcarrotHurrian: can I still use osso-xterm? I mean, the normal terminals makes it hard to press things like ESC13:31
vi_mrcarrot: You could use xterm and map esc, tab, etc on you keyboard/13:32
vi_^.13:32
Hurrianmrcarrot, "sudo debian" gives you all of debian inside osso-xterm13:32
DocScrutinizer05check wiki "customizing maemo"->"keymap"13:32
mrcarrotHurrian: thanks13:32
mrcarrotHurrian: that will be the solution!13:32
vi_[DarkGUNMAN]: I think memlimit_kb is only used when you have a backing swap.13:33
vi_AFAI there is somthing broken with backing swap in our compcache.13:33
vi_You would need to ask FMG.13:34
*** hurbu_ has quit IRC13:34
vi_There fore, only disksize_kb parameter is used.13:34
DocScrutinizer05tab is ctrl-i anyway13:35
DocScrutinizer05;-)13:35
vi_HOLY13:35
vi_SHIT.13:36
Hurrianvi_, not really "broken", but "extremely, unusably slow"13:36
vi_I did not know of this ctrl-i13:36
DocScrutinizer05vi_: lol13:36
*** calvaris has joined #maemo13:36
vi_DocScrutinizer05: after I spent days remapping my 'board.13:36
vi_Hurrian: Does anyone know why it is slow?13:36
vi_DocScrutinizer05: is there one for activating the pointer for highlighting text?13:37
DocScrutinizer05vi_: so what other key-combo would you map <tab< to, then?13:37
DocScrutinizer05<tab>13:37
vi_I have blue+return==tab13:37
DocScrutinizer05YAY13:37
vi_shift+backspace==escape13:38
DocScrutinizer05well...13:38
vi_blue+arrows=page up/down+home/end.13:38
DocScrutinizer05esc is ctrl-[ or sth, not really convenient to press on N900 kbd ;-D13:38
vi_I have the entire 4th level populated with all the special characters + F1-F1113:39
DocScrutinizer05\o/13:39
DocScrutinizer05cool13:39
*** rcg has quit IRC13:39
DocScrutinizer05F11 is actually nasty13:40
vi_My favourite is blue+question mark makes a full stop.13:40
vi_to get a ? you need blue+shift.13:40
DocScrutinizer05F1-F10 are usually equiv to esc-1 ..esc-013:40
vi_This allows you to type in IP addresses without deactivating fn-lock.13:40
vi_DocScrutinizer05: I did not know that.13:40
DocScrutinizer05vi_: (dot) very nice and convenient13:41
vi_yup, I have the same for space/@.13:41
vi_Moved @ to next level up so I can have space with fn pressed.13:42
vi_mega pain in the balls turning fn on/off.13:42
DocScrutinizer05yep13:42
vi_One I have never managed to get working is blue+backspace==delete13:43
vi_It _just does not work_ for some reason.13:43
vi_Meh, xkb is a workd of pain and hurt.13:43
DocScrutinizer05that's because blue-bs is handled by hildon-desktop and thus probably never reaches xterm13:44
vi_ffs13:44
DocScrutinizer05oops, nope13:44
vi_layer upon layer of fuck.13:44
DocScrutinizer05ctrl-bs13:44
DocScrutinizer05I'm still dizzy, sorry13:45
vi_Going back to stock KB is like being crippled.13:45
vi_Now all I need is a way to increase xterm font size then I can leave the osso-xterm bs behind.13:46
DocScrutinizer05I bet it is13:46
*** hurbu_ has joined #maemo13:46
DocScrutinizer05hmm, leave osso-xterm behind?13:46
vi_yes, for a real xterm13:47
DocScrutinizer05aaah13:47
vi_xterm, roxterm, mrxvt, etc13:47
vi_they support middle click pasting.13:47
vi_and have 'highlight' when I drag my mouse.13:47
DocScrutinizer05middleclick is a tad tricky on N90013:47
vi_Nuh uh.13:48
vi_With xbindkeys, it is just another shortcut.13:48
vi_blue+click==middle click13:48
DocScrutinizer05unless you use usb mouse ;-P13:48
DocScrutinizer05o.O13:48
DocScrutinizer05per default?13:48
vi_shift+click==right click.13:48
vi_no!13:48
vi_you have to use xbindkeys.13:48
DocScrutinizer05aah, I see13:49
DocScrutinizer05man, vi_, where is all that documented? where's your howto-page?13:49
vi_so everything is working on xterm except the stupid fonts.13:49
vi_I don't have one -_-.13:49
DocScrutinizer05~spank vi_13:50
* infobot bends vi_ over his knee and tatoos 'ibot' on vi_'s pasty white buttocks.13:50
vi_It is just TMO folklore, handed down through PMs13:50
*** trbs has joined #maemo13:51
vi_I would like to document the KB stuff, however where do I write it?13:52
vi_A post on TMO gets buried.13:52
vi_So that leaves the wiki.13:52
vi_How do you possibly add stuff like this to the wiki?13:52
*** valdyn has quit IRC13:52
vi_Without a major re-write?13:52
Hurrianvi_, meh, wiki needs serious restructuring13:52
*** kwtm has joined #maemo13:53
vi_Or do I just start a competing page?13:53
Hurrianmeh, try to mosh it into whatever the page is for custom keyboard on N90013:54
vi_Hurrian: that page is one of the worst.13:54
vi_Other people have tried to do just that.13:54
Hurrianif it's better than everything, wipe it and replace it with your method13:54
vi_And the page is just filled with shit.13:54
vi_Take the OC page for example.13:55
vi_There is this jakiman overclock guide that shows in the simplest possible terms how to OC.13:56
vi_However it does not actually explain what any of the shit he is writing does.13:56
*** piggz has joined #maemo13:56
Hurrianmeh, i13:56
Hurrianmeh, i'm bored, i'll probably try to rewrite that later tonight13:56
vi_OK.13:57
vi_IU will do the same.13:57
vi_I will create a new page called 'how to map your KB like a boss'.13:57
Hurriangeez, page is labeled overclocking, but undervolting should be included too13:57
*** trx has quit IRC13:57
vi_And just dump my confs.13:57
SpeedEvilvi: I'm sure I saw a Dilbert on that.13:57
vi_SpeedEvil: what?13:58
SpeedEvil'how to map your KB like a boss'.13:58
DocScrutinizer05vi_: just create a new wiki page, under the original one13:59
*** valdyn has joined #maemo13:59
*** markinfo has quit IRC13:59
DocScrutinizer05link from wiki.m.o/original to wiki.m.o/original/myPage13:59
DocScrutinizer05http://wiki.maemo.org/Customizing_Maemo#Keyboard_characters  http://wiki.maemo.org/Remapping_keyboard  http://wiki.maemo.org/Remapping_keyboard/user_vis_awesome_kbdmapping14:02
*** markinfo has joined #maemo14:02
*** maybeArgh has quit IRC14:08
*** maybeHere has joined #maemo14:08
*** markinfo has quit IRC14:11
*** Saviq_ has joined #maemo14:12
*** Saviq_ has quit IRC14:13
*** Dibblah has joined #maemo14:14
*** spark666 has quit IRC14:14
*** paroneayea has joined #maemo14:16
DocScrutinizer05vi_: just dump your confs there (last URL)14:24
vi_DocScrutinizer05: sure14:24
DocScrutinizer05see http://wiki.maemo.org/N900_Hardware_Subsystems#Keyboard for borked 3-key pairs14:25
vi_I will have to fix it later, ya know with some vi sarcasm and dry rudeness.14:25
DocScrutinizer05wtf is a 3-key pair???14:25
DocScrutinizer05;-P14:25
teotwakiDocScrutinizer: the third key is the one who has to endure the couple kissing and being all cute, all the while having to hear "Don't worry, you'll find someone special soon enough".14:26
teotwakiAnd replying to himself: "I don't give a fuck about someone special, I just want to get laid, bitch".14:27
vi_teotwaki: we call him 'the fucking onion'14:27
teotwakivi_: fucking onion? :D14:27
HurrianDocScrutinizer, the omap3430 doesn't have on-die temp sensor, right?14:33
Hurrianit's just a sensor somewhere near the CPU14:33
teotwaki"Following Ray Bradbury's Death, Thousands Of People Buy Kindle Version Of Book About Demise Of Paper Books"14:33
teotwakiHurrian: I thought it was the battery sensor?14:34
Hurrianyeah, you're right, that's it14:34
*** radic has quit IRC14:34
DocScrutinizer05Hurrian: I think it has, but it's defect in silicon14:35
teotwakiIIRC, it's a 10 or 100k thermistor, had a funky easy to remember little name, R111110 or R1110 or something14:35
DocScrutinizer0510k14:36
teotwakiwhoa, *looks at his hands like Keanu Reeves in The Matrix*: I know electronics!14:36
DocScrutinizer05on ADCIN1, or4, or014:36
teotwakiHurrian: http://wiki.maemo.org/N900_Hardware_Schematic14:37
teotwakiADCIN014:38
DocScrutinizer05it seems /sys/bus/platform/devices/omap34xx_temp is CPU die temp, but as mentioned it's defect and deprectaed14:38
*** zap_ has joined #maemo14:38
DocScrutinizer05actually /sys/devices/platform/omap34xx_temp/temp1_input14:38
teotwakiSad day, our usenet moderator mailing list is being decommissioned14:38
*** trx has joined #maemo14:39
DocScrutinizer05watch cat /sys/devices/platform/omap34xx_temp/temp1_input14:40
DocScrutinizer05will eventually freeze, or show complete bogus values14:40
DocScrutinizer05or just outright refuse to work at all14:40
teotwaki"Physicists Discover Our Universe Is Fictional Setting Of Cop Show Called 'Hard Case'"14:41
*** DHR has joined #maemo14:45
DocScrutinizer05cat /sys/class/i2c-adapter/i2c-2/2-0029/adc*   is UV and complete-spectrum ALS it seems14:45
DocScrutinizer05battery sensor (10k) is under /dev/twl4030-adc (ioctl)14:48
DocScrutinizer05the usually used "battery temp" as of bq27k-detail is just a random die temperature of some random chip somewhere on the N900, useless to read it out14:49
*** jonwil has joined #maemo14:49
DocScrutinizer05cat /sys/devices/platform/nokia-av/madc   might be related to... Tadaaa: the AV receptacle14:51
fasta_How can I setup USB networking? I tried http://wiki.maemo.org/N900_USB_networking, but while at some point I was able to ping the host from the phone, I now cannot even do that.14:51
fasta_Can I use NetworkManager to set it up for example?14:51
fasta_I also wasn't able to do any kind of DNS queries on the phone.14:52
fasta_The instructions which are given on that page seem incomplete given that others have expressed similar problems. Isn't there some easier way to get it to work?14:53
fasta_The gateway for the phone is at 192.168.3.14, the phone is 192.168.3.15.14:54
DocScrutinizer05from `man watch`: >>(Note that -p isn’t guaranteed to work across reboots, especially in the face of ntpdate or other bootup time-changing mechanisms)<< HAHA suuuure14:54
vi_DocScrutinizer05: Just for you.14:57
vi_DocScrutinizer05: http://wiki.maemo.org/Remapping_keyboard/user_vis_awesome_kbdmapping14:57
DocScrutinizer05vi_: great14:59
DocScrutinizer05:-)14:59
*** vivijim1 has joined #maemo14:59
DocScrutinizer05cat /sys/devices/platform/nokia-av/madc :: 1023 for no plug or AV-cable with yellow RCA plug open, 5..6 with 3pin headphone plug plugged in15:00
*** sirdancealot2 has quit IRC15:02
fasta_Ok, I got pinging to work.15:03
fasta_Ok, I got pinging to work.15:03
*** sirdancealot2 has joined #maemo15:05
DocScrutinizer05vi_: please check "indentation"15:06
DocScrutinizer05>> partial hidden alphanumeric_keys xkb_symbols "english_base" { << is missing leading space15:06
*** k273 has joined #maemo15:06
*** sirdancealot4 has joined #maemo15:06
DocScrutinizer05or not?15:06
kwtmfasta_: I routinely use USB networking to ssh in to my N900, and can help you with concise questions, but will have to be away from the computer shortly.  Is there anything in particular I can help you with?15:07
kwtmfasta_: I can see if I can paste my connect-to-USB scripts, if it helps.15:07
vi_DocScrutinizer05: fixd15:08
vi_kwtm: please do!15:08
kwtmvi_: ??  Wait, are you asking about USB netting or was it fasta_?15:09
vi_it was fasta, however I am also interested in this.15:10
kwtmIn that case, I'm going to give you homework. Could you please post this in talk.maemo.org so that others can also benefit?  ... although I gotta make sure I clean up my scripts before I present them in public. :P15:11
*** DocScrutinizer has quit IRC15:13
*** DocScrutinizer has joined #maemo15:13
*** DocScrutinizer06 has joined #maemo15:13
fasta_kwtm: I mostly seem to have issues with the network manager part.15:14
fasta_kwtm: I can _either_ have eth0 internet or an usb0 connection, but not both.15:14
fasta_Kind of ridiculous, but I think I will just try the Gnome network manager to see whether I can get it to work.15:14
*** DocScrutinizer05 has quit IRC15:14
fasta_The KDE one doesn't make sense to me.15:14
fasta_Without a GUI might even be better, but that's impossible, right?15:15
fasta_I mean, while still using network manager.15:15
kwtmfasta_: Interesting.  That is not my case.  I routinely ssh into it by USB and tell it to get things by mobile network, so definitely I can network two things ... although I can't specifically remember that it was WiFi and USB (rather than mobile & usb)15:15
kwtmfasta_: Not sure what you mean.  Still interested in the scripts?  I have one on the N900 and one on my Kubuntu laptop end, and when I run both, I can connect by USB.15:16
fasta_kwtm: I want to configure usb-networking from host to phone.15:16
fasta_kwtm: I think I already wrote such scripts myself.15:16
fasta_kwtm: thanks for the offer.15:16
kwtmfasta_: Right.   That's what I do.  I run a script on N900 as root, then run a script on the laptop as sudo, then I can connect to N900.15:16
kwtmOk, no problem.15:16
fasta_kwtm: I automated this already.15:16
kwtmHope you solve your problems.15:16
fasta_kwtm: I.e., I don't need to run any script.15:16
fasta_(or at least not manually)15:17
*** jonwil has quit IRC15:17
fasta_I am also quite confused with the routes.15:17
kwtmyou think that could be part of the problem?  Something is being done automatically without your being aware?15:17
fasta_No, the problem is with the routes.15:17
kwtmOk.  Good luck with the routes.15:18
fasta_So, there isn't a route which says 'for phone traffic, go there.'15:18
fasta_But I am not a networking expert.15:18
fasta_(I don't get why they get their interfaces so ugly)15:18
kwtmAlright. Let me know if you want me to run something on my N900, like the output of command "route" or something.15:18
fasta_kwtm: yeah, that would be helpful.15:18
vi_The holy grail is booting a live distro off the N900 in mass storage mode.  Then switching over to USB networking so we can access the N900 eMMC/SD AND browse the net over GPRS/3G.15:18
fasta_kwtm: both on your desktop and your phone.15:18
kwtmWhat would be helpful?  Tell me specifically what to do.  I need to be away for a moment, will come back.15:19
fasta_kwtm: execute route on your phone and on your desktop as root15:19
kwtmfasta_: http://pastebin.ubuntu.com/1030279/15:22
DocScrutinizer06fasta_: the whole usb-networking is for usecase: share PC's internet via USB to N90015:22
fasta_DocScrutinizer06: I know15:22
DocScrutinizer06if you want to do: share N900 internet to PC, you have to swap roles of the both devices15:23
DocScrutinizer06on N900 default kernel, there are some bits missing for that15:23
kwtmfasta_: I should clarify: I am NOT sharing N900 internet to PC, just connect via USB so I can use PC keyboard, not tiny N900 keyboard.  Let me know if my info is still useful to you.15:23
*** int_ua has joined #maemo15:24
fasta_kwtm: I also want to do that.15:24
DocScrutinizer06at least afaik15:24
fasta_kwtm: 192.168.2.0     *               255.255.255.0   U     0      0        0 usb015:24
kwtmok, let me know if route output helpful or something else.15:24
fasta_kwtm: what does this line mean in human language?15:24
fasta_I get the usb0 part and the zeros aren't really important I think.15:25
kwtmfasta_: Other people more expert here, but basically, I think it means "anything going to the IP address 192.168.2.* will be routed through USB"15:25
fasta_I also get the 255 part.15:25
DocScrutinizer06kwtm: yup15:25
fasta_Ok, thanks.15:26
DocScrutinizer06fasta_: what is it you want to do?15:28
kwtmvi_: You wanted the scripts.  Here is the N900 part:  http://pastebin.ubuntu.com/1030289/15:29
fasta_DocScrutinizer06: ssh into phone via USB such that I can use my pc keyboard to execute commands on the phone.15:29
fasta_DocScrutinizer06: so, to do that, I first need to have proper networking configured.15:30
DocScrutinizer06for that the routes should already do the trick15:30
fasta_DocScrutinizer06: yes, but I don't have those routes.15:30
*** netkat has joined #maemo15:30
fasta_Anyway, there is little to help now, as I first need to try something based on your earlier suggestions.15:31
DocScrutinizer06http://people.openmoko.org/joerg/unsorted/neo-ssh15:32
*** rcg has joined #maemo15:32
DocScrutinizer06just edit the IP addr in there15:32
kwtmvi_: You wanted the scripts.  Here is the desktop end of it.  http://pastebin.ubuntu.com/1030296/15:33
DocScrutinizer06watch out your N900 IP addr is not on same subnet as your other stuff on PC15:33
DocScrutinizer06(I.E. not both on 192.168.1.*)15:34
kwtmneo-ssh?  A little matrixy, are we? :)15:34
DocScrutinizer06Openmoko Neo Freerunner aka GTA0215:34
*** Macer has joined #maemo15:34
MacerMS LIED TO US! THE BETA TEST IS *NOT* OVER!15:35
Macerlol15:35
kwtmOh. Sorry.  I thought the Matrix was entirely contained within your N900.15:35
kwtmDOes openmoko run Maemo?  If I see an old one, I could pick it up and use it like a N900?15:35
DocScrutinizer06no15:36
vi_o15:36
vi_no15:36
vi_openmoko runs nothing15:36
*** mrcarrot has left #maemo15:36
DocScrutinizer06it runs a lot of OS but not maemo15:36
vi_people run FROM openmoko15:36
kwtmOh, well.  I guess I'm still stuck with the N900 then.15:36
vi_after using it.15:36
kwtmvi_: lol!15:36
DocScrutinizer06vi_: your very own problem15:36
Estel_DocScrutinizer, You would know about rebinding hardware keyboard of N900 properly, if You would read TMO ;) It was mentioned in thread, where You've also posted15:37
vi_I admit.  I have never actually seen one in real life.15:37
Estel_I have full sized keyboard mnapped to n900 one :P15:37
Estel_without changing layouts15:37
kwtmfasta_: Best of luck.15:38
Estel_vi_, honestly, Your assumption about running from wasn't so far from truth15:38
Estel_nice idea, terrible implementation15:38
vi_It was a joke.  I have no opinion on the openmoko.  I know pratically nothing about it.15:38
Estel_IMO, of course15:38
Estel_I got pleasure of testing one15:38
DocScrutinizer06I noticed that15:38
Estel_s/got/had/15:39
infobotEstel_ meant: I had pleasure of testing one15:39
DocScrutinizer06most people commenting on OM have no idea at all, or at least very poor knowledge15:39
DocScrutinizer06oooh fuck, another regex due for my ignore15:39
Estel_vi_, it's a pity especially, that much hard work and knowledge were involve din creating them - yet, someone there was lacking "vision"15:39
vi_We engineers are not product designers.15:40
Estel_vi_, it will be little oxxagerated, but imagine smallest N900 with ~2.5 size screen with crappy resolution, without keyboard, running OS200615:41
fasta_I have this GUI, where I need to fill in IP address:192.168.3.14, Netmask:???, Gateway:???, Metric:???. What do I need to put in the place of the ??? ?15:41
DocScrutinizer06vi_: eh?15:41
Estel_where task like pairing BLuetooth headset to have working phone calls is something out of scope for even biggest minds of their time ;)15:41
Estel_fasta_, netmask is you... netmask. Most likely, 255.255.255.015:41
Estel_gateway - is, well, gateway. Next gateway Your connection is going through. Probably, router15:42
Estel_access point15:42
Estel_or whatever15:42
Estel_Metric - leave this alone if You don't know what it does :p15:42
*** hurbu__ has joined #maemo15:43
vi_They need a power control on a device.  We say, no problem! just put a pot on the front panel, job done.  The product 'designer' comes along and says 'a knob!! are you insane? this is not 1970 anymore, now we use touch buttons and LEDs'.  The engineer starts to respond 'but that adds a whole extra layer of ffffffuck to the design'.  The design 'engineer' says but it has to look sexy! and I want it as a ifone app'. 'but, but, but we say'.15:45
DocScrutinizer06vi_: GTA02 wasn't bad hardware wise for its time , and has an excellent 640*480 LCD. OS though never got mature, but in the end that's a community problem, as OM was definitely not selling the device as a complete end-user ready product15:45
Maceropenmoko doesn't run anything? :)15:46
MacerBUT IT HAS OPEN IN THE NAME!!15:46
*** hurbu_ has quit IRC15:46
*** int_ua has quit IRC15:47
Estel_GTA04 uses same screen, same body, and cost 666 euro for 512 RAM :/15:47
vi_I worked in a company making DML speakers.  The MD of 'engineering' was obsessed with making it work with his ifone.  He wanted it to be an ifone dock.  I said, 'make it bluetooth, then it will work with everything! (more or less)'.15:47
vi_He said:15:47
DocScrutinizer06vi_: and yes, at OM we also had a "design 'engineer'"15:47
vi_'I am not sure bluetooth is going to be big'15:48
*** minde has quit IRC15:48
vi_(or words to that effect, I cannot recall exactly).15:48
Estel_...which is answer why it resulted in computer bundled into form of dummbphone, failing to be any of those15:48
vi_I almost coughed my cornish pastie over my zx81.15:48
Estel_honestly, N900 design for is close to ideal. I mean screen covering whole front face, buttons and sides, and slide-out keyboard15:48
Estel_+ size15:48
vi_The word 'engineer' gets bandied about to often these days.15:49
Estel_a little bigger would be acceptable too, smaller - never15:49
Estel_BTW, vi_ , You're aware that we're working on 5A-6A battery for N900?:P15:49
vi_Estel_: my n900 is fat enough already!15:50
Estel_using mugen cover size15:50
Estel_approximatelyt15:50
fasta_If I configured something in network manager, is it applied directly?15:50
Estel_lol, i'm not talking about making it bigger, after all we can always connect car accu :P15:50
vi_will an 1850 fit inside a mugen cover?15:51
Estel_18650, won't using standard body15:51
vi_^1865015:51
Estel_using replacement body, yes15:51
Estel_if You get rid of bl-57 slot15:51
vi_what about some 14500s?15:51
Estel_and put there 18650 onek, instead15:51
kwtmDocScrutinizer06: I see that the digits at the end of your nick are incrementing.  Should we celebrate for when you turn 10? :)15:51
*** hurbu_ has joined #maemo15:51
Estel_nope, 14500 got crap capacity and are overpriced15:51
Estel_it's like AAA batteries15:51
vi_AA15:51
Estel_no, AAA15:51
Estel_AA are normal15:51
vi_AA15:51
Estel_AAA are smaller, live shorter, and cost the same or more15:51
Estel_I know, 14500 are AA size15:52
Estel_But I'm also considering different type flat batteries15:52
*** willer_ has quit IRC15:52
vi_https://en.wikipedia.org/wiki/AA_battery15:52
Estel_ttI know what is AA battery ;)15:52
DocScrutinizer06kwtm: new laptop (T500), new irc client15:52
vi_AA=14mm*50mm15:52
DocScrutinizer06and 06 is the relogin15:53
*** DocScrutinizer06 is now known as DocScrutinizer0515:53
Estel_i meant, that, like AAA are overpriced comapred to AA,14500 are overpriced compared to 18650015:53
*** Gh0sty has joined #maemo15:53
Estel_vi_, next 10 days (from monday) i'll be on trip, and I'll do first prototypes of custom backcover15:54
Estel_allu one15:54
Estel_with accomodation to radio signals15:54
Estel_after finishing backcove,r I'm  going to do body replacement15:54
Estel_and belive me, I'm going to put 5A or 6A battery there :P15:55
Estel_5Ah, even15:55
*** hurbu__ has quit IRC15:55
vi_Estel_: wouldn't you be better stuffing a lipo pouch in the space?15:56
*** jargon- has joined #maemo15:56
*** jargon- has joined #maemo15:56
Estel_probably not15:56
Estel_If You know decent one of good size15:57
Estel_and good capacity15:57
Estel_...that won't disssapear like scuds...15:57
Hurrianawright, Overclocking page updated to better reflect current state of OC and UX15:57
Hurrian*UV15:57
Estel_Ultra Violet?15:57
* vi_ raises his glass to Hurrian.15:57
Hurrian>.2.2.2.1 Nokia's kernel15:57
Estel_vi_, phillips release 3400 mAh 18650 recently15:57
*** _berto_ has quit IRC15:58
Estel_and I bet it's not their last word15:58
vi_Estel_: hah, at 20mA discharge I bet!15:58
Estel_I bet that we will have 8Ah battery soon, too15:58
Estel_nope15:58
Estel_C1015:58
DocScrutinizer05Hurrian: I didn't realize OC and UV had a changing current state15:58
*** Kilroo has quit IRC15:58
Estel_vi_, whatever, N900 on idle with GSM on haved 4-8 mA discharge :P15:58
Estel_Hurrian, link please?15:59
Estel_BTw, hurrian, remind me, do You submitted to CA?15:59
HurrianEstel_, yeah16:01
HurrianEstel_:http://wiki.maemo.org/Overclocking16:01
Estel_I';mstill surprised, that vi_ submitted *only* for N950, i.e. won't accept N9 in cas eof N950 being already submitted16:03
Estel_after all, for price of N9, one can have many N900's16:03
Estel_Hurrian, nice job16:03
Hurrianbah, fixed <pre>'s16:04
Hurrianit's been years since I used that tag16:04
vi_Estel_: why?16:06
vi_I want an N95016:06
vi_When you select the winners you will find there is extra pressure for N950s16:06
vi_you will then prioritise N950s for people who asked for N950s only.16:06
vi_I am not entering because I want free fonez16:09
vi_If I wanted an N9 I would have bought one by now.16:09
*** Gh0sty has quit IRC16:11
HurrianEstel_, thanks16:12
*** paroneayea has quit IRC16:15
*** Kilroo has joined #maemo16:15
*** paroneayea has joined #maemo16:16
*** hardaker has joined #maemo16:16
*** paroneayea has quit IRC16:17
*** vi_ has quit IRC16:19
*** murrayc has joined #maemo16:19
HurrianTODO: turn the tables into actual tables16:21
HurrianTODO: make the kernel-power page not awful16:21
Estel_+116:22
Estel_always wanted to do that, and never got enough free time16:22
*** MrPingu has joined #maemo16:23
*** kama has quit IRC16:23
MrPinguHi, back from short vacation :)16:23
Estel_nice to see You MrPingu  :)16:25
Estel_hoep You enjoyed it16:25
MrPingusure! 4 days with 12 other peers and knowing that your parents are about 100Km away feels great :P16:26
*** penguinbait has joined #maemo16:27
*** penguinbait has joined #maemo16:27
*** etrunko has joined #maemo16:27
MrPinguI see there's a new CSSU :)16:28
*** fastlane` has joined #maemo16:30
*** _berto_ has joined #maemo16:30
*** valerius has quit IRC16:30
*** vi__ has joined #maemo16:31
MrPinguFsck, they send me another fake digitizer :(16:31
*** Ex-Opesa has joined #maemo16:32
MrPinguAnyone knows a good website where they sell 100% genuine N900 digitizers?16:32
SpeedEvil:/16:33
SpeedEvilhow fake?16:33
MrPinguUhm, lcd is a bit off to left from the view-window16:33
MrPinguno keyboard-sensor-magnet16:34
DocScrutinizer05EH?16:34
*** cpt_nemo has quit IRC16:34
MrPinguit's a bit bigger, no serial numbe16:34
DocScrutinizer05what got kbd magnet to do with digitizer?16:34
*** cpt_nemo has joined #maemo16:35
MrPinguwell I ordered a whole frontcover ;)16:35
DocScrutinizer05err, mhm16:35
MrPinguStill, no serial number is defenitely fake!16:36
DocScrutinizer05maybe, maybe not16:36
MrPinguI got some high res pics, fake compared to original ;)16:37
*** guampa has joined #maemo16:37
MrPinguLemme find them ;)16:37
DocScrutinizer05fine, show them16:37
DocScrutinizer05I'd actually love to see a fake digitizer16:37
DocScrutinizer05it's kinda incredible they copy such stuff, given the extremely low sales figures they might expect16:38
*** etrunko has quit IRC16:38
fasta_I get a routing table like this now: http://paste.kde.org/495434/16:38
fasta_I don't understand why I get such weird device names, though.16:38
fasta_And basically with that routing table, I cannot use the Internet via eth0.16:39
DocScrutinizer05yay, that looks nasty16:41
MrPinguDocscrutinizer05, well another problem with my fake frontcover is that the images of the first welcome screen (setting time) couldn't be found16:41
vi__???16:41
vi__dafuq cover has to do with welcome screen?16:42
MrPinguvi__ dont ask me :P16:42
DocScrutinizer05fasta_: no surprise16:42
MrPingureally, when I replaced it, I booted16:42
MrPinguWell battery was long enough out to make it forget it's time16:43
*** lbt has quit IRC16:43
MrPinguthen you get booted into welcome-screen16:43
fasta_DocScrutinizer05: well, I am also not hugely surprised, but I am surprised by rename4.16:43
*** lbt has joined #maemo16:43
vi__sounds like more than your cover is broke.16:43
*** lbt has quit IRC16:43
*** lbt has joined #maemo16:43
fasta_DocScrutinizer05: also, can you say something which solves the problem?16:43
Estel_MrPingu, wtf?16:44
DocScrutinizer05fasta_: this whole routing is one huge mess I'd say16:44
vi__is welcome screen all boxes?16:44
MrPinguto my surprise: All buttons where displayed with a big red tekxt image not found16:44
fasta_DocScrutinizer05: I agree.16:44
fasta_DocScrutinizer05: but I don't see any instructions anywhere on how to setup something decent with network-manager.16:44
Estel_MrPingu, it definitelly doesn't have anything to do with digitizer16:44
*** [DarkGUNMAN] has quit IRC16:44
vi__opt is fecked up16:44
DocScrutinizer05fasta_: I found sometimes kernel soesn't recover from messed up routing, you need reboot to restore normal operation16:44
MrPinguso something in the upper-part of N900 contains these images ;)16:44
fasta_DocScrutinizer05: I know exactly what I want, but I just cannot express it.16:44
Estel_MrPingu, as vi__ said, Your opt was not connected16:44
fasta_I can express it in human language perfectly.16:45
Estel_no, really it doesn't16:45
MrPinguNo way, I mean I even reflashed16:45
Estel_MrPingu, coincidence16:45
Estel_interesting16:45
DocScrutinizer05I never made *manager to play nice with USB routing16:45
fasta_DocScrutinizer05: if I disable the n900 connection, I can use IRC.16:45
Estel_you know, it's absolutely impossible, but if You experienced it, it's worth investigation16:45
fasta_DocScrutinizer05: like I am doing now.16:45
MrPinguwhen I replaced my original back, welcome screen was normal16:45
Estel_MrPingu, you, most liukely, aren't willing to try replacing again16:45
Estel_but I would be very itnereste din results16:46
Estel_as I'm 10101038478 % sure, that upper part of N900 doesn't have anything to do with images16:46
Estel_so, if You would still get such results, it would mean thatm msome poart block eMMC16:46
Estel_but how?16:46
Estel_BTw, where are these pictures? I want to see fake digitizer too16:47
Estel_BTw, MrPingu, what is Your price limit for original digitizer?16:47
*** konelix has joined #maemo16:47
Estel_and, what about it's condition? It must be 100% perfect?16:47
Estel_I got access to used N900 digitizers dissasembled from faulty units16:48
Estel_for very good prices16:48
Estel_although, conditions vary16:48
Estel_most of them is quite usable, after applying protector foil You don't see any scratches, not matter what16:48
Estel_no*16:48
vi__estel, n900 pimp16:49
*** [DarkGUNMAN] has joined #maemo16:49
Estel_:P16:50
MrPinguMeh I can't find pictures, give me another sec16:50
vi__it is worth paying for real parts.16:50
*** etrunko has joined #maemo16:51
*** DavidTalmage___ has joined #maemo16:51
vi__the chinky knockoffs are shit.16:51
MrPinguBtw how can my device function normal if opt isn't mounted?16:51
fasta_DocScrutinizer05:  http://paste.kde.org/495434/ ifconfig -a output16:51
MrPinguAfter welcome screen everything worked fine ;)16:51
*** auenfx4 has joined #maemo16:51
fasta_Linux is supposedly 'open', but here its operation is as opaque as it can be.16:51
DocScrutinizer05actually running neo-ssh involved shutting down network-manager first16:52
DocScrutinizer05NM config done by distro-install-tools never usually is prepared to handle more than the usual NICs16:52
DocScrutinizer05and definitely not any downlink16:52
DocScrutinizer05NM will always try to setup N900 as another NIC16:52
DocScrutinizer05and that's not what you want16:52
DocScrutinizer05unless you want to share N900 internet to PC16:52
DocScrutinizer05MrPingu: there's definitely no storage in digitizer :-D16:52
*** auenf has quit IRC16:52
*** DavidTalmage_ has quit IRC16:52
DocScrutinizer05I however could see how system-init does funny things when input device throws error16:52
DocScrutinizer05MrPingu: without /opt no normal operation16:52
*** SpeedEvil has quit IRC16:52
DocScrutinizer05that's exactly what you observed16:52
DocScrutinizer05I guess16:52
*** hardaker has quit IRC16:53
*** fuz_ has quit IRC16:53
*** Sicelo has quit IRC16:53
*** gregoa has quit IRC16:53
DocScrutinizer05fasta_: this pastie looks like route to me16:53
*** iphar has quit IRC16:53
*** Sicelo has joined #maemo16:53
*** gregoa has joined #maemo16:53
*** Sicelo has quit IRC16:53
*** Sicelo has joined #maemo16:53
MrPinguNo I only observed faulty welcome screen, after that it was fine ;)16:53
fasta_DocScrutinizer05: http://paste.kde.org/495440/ sorry about that16:54
MrPinguI am still as surprised as you guys :P16:54
DocScrutinizer05fasta_: and btw is same URL you already posted16:54
DocScrutinizer05fasta_: your USB gateway is 192.168.3.14 - and has P-t-P?? :-o16:56
DocScrutinizer05fasta_: NM tries to configure that as DSL modem or whatever16:56
*** cpt_nemo has quit IRC16:56
DocScrutinizer05or USB UMTS stick16:56
*** aloril has quit IRC16:57
*** guampa has quit IRC16:57
*** SpeedEvil has joined #maemo16:57
*** hardaker has joined #maemo16:57
DocScrutinizer05fasta_: toldya NM won't play with USB networking as you want to establish it16:57
*** vi__ has quit IRC16:59
MrPinguhttp://www.imgur.com/a/Ie33c/all16:59
MrPingusorry you need to rotate the images yourself...16:59
MrPingu1 + 3 : serial numbers17:00
MrPingu2: magnet17:00
MrPingu4 Notification Led lens17:01
*** vi__ has joined #maemo17:01
DocScrutinizer05what's with the lens?17:01
MrPinguMy ordered cover didn't have one ;)17:02
DocScrutinizer05LOL17:02
MrPinguTried to attach it to the fake, but no go...17:02
vi__who wants to compile a maemo vdersion of roxterm?17:02
fasta_DocScrutinizer05: why do all Linux distributions ship such utter crap then?17:02
vi__I will email you a donut.17:03
fasta_DocScrutinizer05: and how should I configure it? Just in /etc/network/interfaces?17:03
*** etrunko has quit IRC17:03
vi__fasta_: welcome to FOSS.17:03
fasta_DocScrutinizer05: do you also use Linux?17:03
MrPinguNow I am still using that fscked screen I once showed you ;)17:03
DocScrutinizer05surew17:03
fasta_vi__: not all FOSS is crap.17:03
DocScrutinizer05fasta_: it's utter crap only if you want to do unusual things ;-)17:04
*** Gh0sty has joined #maemo17:04
fasta_Also, configuring network interfaces isn't something which is difficult for a programmer to get right.17:04
DocScrutinizer05fasta_: and I guess you just have to shutdown NM17:04
DocScrutinizer05and do all the network config manually17:04
fasta_I.e., if not someone else already ruined it.17:04
*** etrunko has joined #maemo17:04
fasta_How does OpenBSD do it?17:04
DocScrutinizer05NFC17:04
fasta_DocScrutinizer05: ?17:04
DocScrutinizer05~nfc17:05
infobotwell, nfc is No Fucking Clue, or near field communications17:05
*** aparaatti has quit IRC17:05
*** fuz_ has joined #maemo17:05
DocScrutinizer05fasta_: toldya I had to shutdown *manager prior to running http://people.openmoko.org/joerg/unsorted/neo-ssh17:06
DocScrutinizer05and that's it17:06
DocScrutinizer05maybe also stop firewall17:06
fasta_DocScrutinizer05: yes, but I would like to have a setup where I just plug it in and udev automatically runs for example your script.17:07
DocScrutinizer05that doesn't work17:07
DocScrutinizer05Nm forbids17:07
fasta_Huh17:07
fasta_I mean: I can uninstall network-manager.17:07
DocScrutinizer05HaleBopp:~ # ifup eth017:07
DocScrutinizer05Network interface is managed by the NetworkManager -> skipping17:08
MrPinguEstel_, you have some digitizers? I guess I want to buy it for about 30-40 EUR ;)17:08
fasta_So, how can it forbid it then if it is not installed?17:08
*** FIQ|n900 has quit IRC17:08
DocScrutinizer05fasta_: nah, you got me wrong. Sure uninstalling NM is a feasible way17:09
*** Dibblah has quit IRC17:09
DocScrutinizer05as this will cahnge the response to ifup as quoted above17:09
*** aloril has joined #maemo17:10
DocScrutinizer05as long as your system is configured for NM, you can't administrate NICs manually17:10
DocScrutinizer05or at least I don't know how you do17:11
*** rcg has quit IRC17:12
DocScrutinizer05the netto result of all this: I unistalled NM on my old laptop, settting up my network the classical way17:12
DocScrutinizer05as in the end NM was even interfering with flashing17:13
DocScrutinizer05since once long ago I dared to configure USB as a regular NIC, in my suse yast17:14
DocScrutinizer05in an futile effort to make it work with NM17:15
DocScrutinizer05bottom line: NM only knows how to handle uplinks to internet17:16
*** Zahra has quit IRC17:17
DocScrutinizerMrPingu: http://www.saremi-mobilfunk.de/product_info.php/info/p4369_Original-Nokia-N900-A-Cover-Touchscreen.html17:18
*** ced117 has joined #maemo17:19
*** ced117 has quit IRC17:19
*** ced117 has joined #maemo17:19
*** Gh0sty_ has joined #maemo17:20
*** kama has joined #maemo17:22
*** Gh0sty has quit IRC17:22
*** Gh0sty has joined #maemo17:23
*** vi__ has quit IRC17:24
*** Gh0sty_ has quit IRC17:26
DocScrutinizer05MrPingu: I gather your in .nl, so I guess you could buy at some european shop like saremi17:27
DocScrutinizer05you're*17:28
*** spark666 has joined #maemo17:29
*** spark666 has left #maemo17:30
*** cpt_nemo has joined #maemo17:32
*** Jade has joined #maemo17:36
*** Jade has quit IRC17:36
*** Jade has joined #maemo17:36
*** andre__ has joined #maemo17:36
*** andre__ has quit IRC17:36
*** andre__ has joined #maemo17:36
*** muelli has joined #maemo17:38
MrPinguYeh Thanks, yep I am from NL ;)17:40
*** arno0ob has quit IRC17:41
*** ychavan has quit IRC17:41
*** arno0ob has joined #maemo17:42
*** M4rtinK has joined #maemo17:42
fasta_DocScrutinizer05: I got it to work via some instructions from some Russian website.17:52
fasta_I do however now get: NO_PUBKEY 6713C33F3F027BB1 during apt-get update.17:52
*** rm_work has joined #maemo17:53
*** rm_work has quit IRC17:53
*** rm_work has joined #maemo17:53
DocScrutinizer05fasta_: that seems to be unrelated17:53
fasta_DocScrutinizer05: yes, it's completely unrelated.17:54
fasta_DocScrutinizer05: perhaps I should have used XML tags: <completely unrelated but also a problem>.17:54
DocScrutinizer05fasta_: would you mind to share telegram style of what you did to get it working?17:54
fasta_http://max.vseborice.net/n900-usb-networking17:55
fasta_It's basically that.17:55
DocScrutinizer05(no Russian knowledge here)17:55
fasta_I nuked network manager.17:55
fasta_I also don't speak Russian.17:55
DocScrutinizer05yeah, nuking NM is the key17:55
DocScrutinizer05the rest is 'easy'17:55
fasta_DocScrutinizer05: well, another key is the udev configuration.17:55
*** zeq has quit IRC17:55
fasta_DocScrutinizer05: all the planets have to be aligned.17:55
DocScrutinizer05sure, that's for advanced fun17:56
*** t_s_o has joined #maemo17:56
fasta_DocScrutinizer05: I was surprised that starting xchat, via the ssh shell started it on the device, and not on my desktop.17:56
fasta_I did ssh -X17:56
fasta_That's not supposed to happen, right?17:56
DocScrutinizer05I think -X doesn't work with hildon17:57
fasta_hildon?17:57
DocScrutinizer05there are some mini howtos about that17:57
fasta_Also how can I check via the command line which version I am running?17:57
fasta_E.g. community version X?17:57
DocScrutinizer05hildon -> basically maemo X17:57
*** [DarkGUNMAN] has quit IRC17:58
DocScrutinizer05check out maemo scratchbox & xephyr17:58
rm_worki used to run Eclipse on my N90017:59
*** krayon has joined #maemo17:59
rm_workvia ssh -X17:59
rm_workit wasn't the easiest thing to use, but it was pretty cool :P17:59
rm_workdefinately works17:59
fasta_DocScrutinizer05: is that something I want on my phone or on my desktop?17:59
DocScrutinizer05yeah, but genuine maemo hildon apps won't forward via -X afaik17:59
rm_workah17:59
rm_workmaemo xchat, not desktop xchat?18:00
rm_worknm then, dunno ;P18:00
fasta_I am currently running 20.2010.36-2maemon16.818:00
fasta_That's not the newest, I think?18:00
DocScrutinizer05fasta_: SB&xephyr emulate maemo desktop on PC18:00
*** vi__ has joined #maemo18:00
DocScrutinizer05AIUI xephyr somehow manages to "remote link" to hildon desktop18:01
fasta_DocScrutinizer05: so they don't even require a phone?18:01
DocScrutinizer05exactly, if you run maemo in SB quemu18:01
DocScrutinizer05but afaik you could also connect xephyr to real device18:02
DocScrutinizer05I think all genuine maemo apps rely on N900 screen dimensions etc18:02
vi__~xephyr18:02
SpeedEvilA very few apps I tried when I tested it starting them with display set to my PC worked at other than n900 screen dimensions18:03
DocScrutinizer05http://talk.maemo.org/showthread.php?t=2938618:03
SpeedEvilMost of them minimally ported apps with no hildonising18:04
DocScrutinizer05indeed18:04
DocScrutinizer05hildonizing defeats -X18:04
DocScrutinizer05unless you use xephyr (or other compatibly configured dedicated Xserver)18:04
DocScrutinizer05that's why usually you use vnc for that18:05
DocScrutinizer05...I heard18:05
*** jhb has quit IRC18:05
DocScrutinizer05http://wiki.maemo.org/Documentation/Maemo_5_Final_SDK_Installation18:06
DocScrutinizer05http://wiki.maemo.org/Documentation/Maemo_5_Final_SDK_Installation#What_is_not_included_in_the_Maemo_SDK.3F -> xwphyr18:07
DocScrutinizer05xephyr even18:07
fasta_How can I add the public key to get rid of the problem above?18:09
*** etrunko has quit IRC18:09
*** rcg has joined #maemo18:09
*** sethstorm has quit IRC18:09
DocScrutinizer05I think it's a commonly encountered problem that hmmm ... fixes itself the day after?18:10
*** vi__ has quit IRC18:10
DocScrutinizer05no idea actually, except I've seen this line of complaint so many times18:11
DocScrutinizer05maybe somebody else here actually encountered the problem and knows what it needs to get it fixed18:12
*** zeq has joined #maemo18:12
DocScrutinizer05afaik it's a problem on the 'far end'18:12
fasta_I think I know how to solve it.18:14
fasta_I don't know in principle whether I am now trusting someone I shouldn't, though.18:14
DocScrutinizer05ignore? :-D18:14
fasta_There seems to be a whole forest of public keys floating around for Maemo related stuff.18:14
DocScrutinizer05:nod:18:15
fasta_maemo.org community repositories (diablo) <repositories@maemo.org>18:15
DocScrutinizer05YAY18:15
fasta_Does that diablo thing mean anything to you?18:15
DocScrutinizer05what are you doing with diablo?18:15
fasta_I don't know.18:15
fasta_If it's old, I can likely disable it.18:15
DocScrutinizer05it's maemo4, for N8xx18:15
fasta_Ok, so then I will want to remove that.18:16
DocScrutinizer05yep!18:16
*** rcg has left #maemo18:16
*** mvp_ has quit IRC18:16
*** rcg has joined #maemo18:16
DocScrutinizer05~repositories18:17
infobotrepositories are frequently old.18:17
fasta_DocScrutinizer05: I only have these:  http://paste.kde.org/49552418:17
DocScrutinizer05meh18:17
fasta_DocScrutinizer05: is there anything old about those?18:17
DocScrutinizer05you probably don't want community-testing18:18
DocScrutinizer05the rest looks sane to me18:18
DocScrutinizer05though usually you enable extras-devel only temporarily to install a particular pkg18:19
DocScrutinizer05and never do apt-get upgrade!18:20
fasta_DocScrutinizer05:  W: Ignoring Provides line with DepCompareOp for package binutils <- what's that?18:20
DocScrutinizer05nfc18:20
DocScrutinizer05I gather it's a W arning18:21
DocScrutinizer05never seen this when disabling a repo in HAM18:21
DocScrutinizer05generally you should manage your repos in HAM, not in xterm via apt-foo et al18:22
fasta_Ok, I disabled extras-devel and now it's now there anymore.18:22
fasta_Is apt-get upgrade safe now?18:22
DocScrutinizer05no way18:22
DocScrutinizer05apt-get upgrade never is safe on maemo18:23
fasta_What is safe?18:23
DocScrutinizer05HAM18:23
DocScrutinizer05it's friggin slow, but the only certified and supported way18:23
fasta_Ok, and why can't I install a new version of maemo just via apt-get?18:23
DocScrutinizer05because maemo packaging is fubar18:24
fasta_So, I basically have to follow those instructions including backing up, etc.?18:24
DocScrutinizer05yes18:24
*** ArkanoiD_ has quit IRC18:25
fasta_Is it possible to use the infrared of the device to control an analog TV?18:25
DocScrutinizer05yes18:25
fasta_I saw some application for that.18:25
fasta_That's just so cool.18:25
DocScrutinizer05though range is very limited18:25
DocScrutinizer05some 2 m maybe18:25
DocScrutinizer05depends on TV18:26
fasta_It would be nice if I could just get a system image from some very experienced user, such that I could see how they experience the n900.18:26
DocScrutinizer05I had it working with IRReco, but not with the Qt spawn18:27
fasta_With Linux it's a bit the same; if you don't configure it well, it's useless.18:27
DocScrutinizer05:nod:18:27
rm_worki got irreco to... kind of work. once, on one TV18:27
rm_workbut all it could do was volume and power18:28
rm_workcouldn't get the rest18:28
DocScrutinizer05alas I'm not going to share a complete diskimage :-D18:28
fasta_DocScrutinizer05: because of all your contacts, private stuff?18:28
DocScrutinizer05yep18:28
fasta_Isn't it easy to delete that information somehow automatically?18:28
fasta_Then you could get a whole 'sharing of diskimages' community.18:29
fasta_Just a thought.18:29
fasta_It tells me that I can install the Maemo 5 Community SSU Package. Will that wipe everything if I say 'sure, install that'.18:30
fasta_?18:30
DocScrutinizer05should be feasible18:30
DocScrutinizer05dang, you still have a repo for CSSU configured18:30
fasta_I shouldn't do that?18:30
DocScrutinizer05it's guaranteed to break if you just install it, i'd guess18:30
DocScrutinizer05~cssu18:31
infobotcssu is, like, http://wiki.maemo.org/Community_SSU18:31
fasta_I feel just so stupid in this channel, while I have no problems with any other Linux.18:31
DocScrutinizer05np, that's usual18:31
DocScrutinizer05and will go away soon18:31
DocScrutinizer05maybe this will give you some ideas, though it's mainly advances stuff:18:32
DocScrutinizer05~jrtools18:32
infobotjrtools is probably http://wiki.maemo.org/User:Joerg_rw/tools18:32
*** messerting has quit IRC18:32
*** retro|cz has quit IRC18:33
fasta_Does the backup remember what I had installed via HAM?18:36
*** etrunko has joined #maemo18:37
*** _berto_ has quit IRC18:38
*** rcg has quit IRC18:40
fasta_http://wiki.maemo.org/Community_SSU says 'install backupmenu', but what does it mean by that? I.e. does it want me to do apt-get install (I am sure that would work), or is there some other assumption here?18:44
*** murrayc has quit IRC18:44
*** zap_ has quit IRC18:45
*** kaawee has joined #maemo18:46
kaaweeHello! Nokia warranty service has received my N900 (with defective touchscreen) and now they say they have disposed it, but they cannot repair it and they also cannot replace it by another N900, but they offer an E7 or an N8. This does not seem to be acceptable for me? Any recommendations how to react? I'd either like an N900 or something better or equivalent.18:48
SpeedEvilThere are no equivalents.18:48
SpeedEvilN9 is in some ways the closest.18:49
kaaweeCould I ask for an N950?18:49
SpeedEvilWork out which you can sell for more on ebay, and purchase a replacement second-hand n900 if you want to go that route.18:49
SpeedEvilYOu could ask, but they are not for sale, so I'd be astonished if you got one18:49
*** jhb has joined #maemo18:52
DocScrutinizer05fasta_: (Does the backup remember) yes;  'install backupmenu' go to HAM and search for backupmenu18:52
fasta_DocScrutinizer05: the problem with HAM is that I need to know the category in advance, no?18:52
DocScrutinizer05apt-get install may work too18:52
DocScrutinizer05no, there's a cat 'all'18:52
fasta_DocScrutinizer05: i.e. algorithm: try every category and in every category search for backupmenu.18:52
fasta_DocScrutinizer05: oh, great. How?18:52
DocScrutinizer05upper left IIRC18:53
fasta_(surely, I would never try all of them in this case)18:53
fasta_DocScrutinizer05: got it. Thanks18:53
DocScrutinizer05yw18:53
fasta_If so many people want a n950, why don't they just sell them?18:53
SpeedEvilGood question.18:54
DocScrutinizer05good question18:54
fasta_They are a business, right?18:54
DocScrutinizer05:-P18:54
DocScrutinizer05no, they are elopized18:54
fasta_Can't the stock holders fire him?18:54
DocScrutinizer05dunno18:55
fasta_er shareholders18:55
DocScrutinizer05seems they are happy with his nonsense18:55
fasta_I got to vote for some of my shares.18:55
fasta_Except I got the memo a month after the vote.18:55
fasta_Yeah... sure, they could vote.18:55
DocScrutinizer05you got NOK shares? condolences18:56
fasta_No18:56
fasta_I was thinking of going short NOK, though.18:56
DocScrutinizer05you meant shareholders, and I meant board18:57
fasta_That was right after the announcement of their craptastic move.18:57
fasta_DocScrutinizer05: yes, I corrected myself already.18:57
Estel_MrPingu, yea, I have access to genuine ones18:57
DocScrutinizer05the shareholders probably can't do anything18:57
fasta_DocScrutinizer05: see the 'er shareholders' part.18:57
Estel_BTw, LOL at lack of hole for notification led18:57
DocScrutinizer05the board is happy with their new master18:58
Estel_but, MrPingu, as I've said, digitizers I got access to are used ones18:58
Estel_what about condition required by You? I'll search for ones that comply with your needs, and inform you about price18:58
DocScrutinizer05yeah, I seen that part, and corrected myself as well18:58
fasta_Why does the installation of backupmenu give this huge warning?18:59
*** NIN101 has joined #maemo18:59
DocScrutinizer05ignore it18:59
DocScrutinizer05whatever it is18:59
fasta_All it needs to do is read some information; how dangerous can it possibly be?18:59
fasta_(well, and write it to some file)18:59
DocScrutinizer05restoring *can* be dangerous18:59
DocScrutinizer05and it has some nifty battery charging that needs i2ctools19:00
DocScrutinizer05the warning afaik is about i2ctools as I didn't feel like removing this warning from the original package19:00
DocScrutinizer05i2ctools are dangerous19:00
fasta_Dangerous like rm -rf /* is dangerous?19:01
fasta_I mean: either the software works, or it doesn't.19:01
DocScrutinizer05don't mess with i2ctools unless you know what you're doing (backupmenu knows ;-D)19:01
fasta_Ok19:01
*** int_ua has joined #maemo19:02
DocScrutinizer05(dangerous like in "oops, now I erased this calibration data and whole firmware of the ALS sensor)19:02
DocScrutinizer05BM knows what to do with I2Ctools, so forget the warning, and forget there's a thing called i2cset19:04
DocScrutinizer05btw this warning is one of the reasons when apt-get install might fail19:05
DocScrutinizer05there are some pkgs like that which you better install via HAM rather than apt-get19:05
DocScrutinizer05pkgs are tested for installation via HAM, it's not guaranteed they all install nicely via any other installer19:07
DocScrutinizer05(and in fact it's hard to catch an apt-get install from inside the pkg, and do only compatible things in that case)19:08
*** florian has quit IRC19:09
DocScrutinizer05(otherwise we would've changed the warning requester popup to a "echo warning >2" when pkg gets installed via plain apt-get)19:09
*** paroneayea has joined #maemo19:15
*** brik has quit IRC19:18
*** Milhouse has quit IRC19:20
*** jargon- has quit IRC19:20
*** arno0ob has quit IRC19:21
*** Milhouse has joined #maemo19:22
*** malin has quit IRC19:25
*** malin has joined #maemo19:26
*** ZogG_laptop has joined #maemo19:33
*** zeq has quit IRC19:33
*** int_ua has quit IRC19:34
*** esaym153 has joined #maemo19:36
*** jonne has quit IRC19:38
*** PeterWolf has quit IRC19:40
*** fuz_ has quit IRC19:41
*** jhb has quit IRC19:41
*** messerting has joined #maemo19:41
*** geaaru has quit IRC19:47
*** jabis has joined #maemo19:49
*** jhb has joined #maemo19:50
*** teotwaki has quit IRC19:52
*** Atarii has joined #maemo19:53
*** Atarii has quit IRC19:53
*** Atarii has joined #maemo19:53
*** zeq has joined #maemo19:57
*** nmjnb has joined #maemo20:01
*** dafox has quit IRC20:02
*** fuz_ has joined #maemo20:05
Atariifreemangordon you there? what's the libcurl3 version i need installed?20:09
kaaweeIs it possible to flash Maemo or Meego onto a Nokia E7?20:17
*** jhb has quit IRC20:17
*** etrunko has quit IRC20:19
freemangordonAtarii: How am I sopposed to know which version of libcurl3 YOU have installed on YOUR device ?!?20:22
freemangordon*supposed20:22
AtariiI'm not asking that20:23
freemangordondamn, check it20:23
freemangordonAtarii: sorry, misread your question20:23
AtariiI'm asking the version YOU said should fix the MfE issue20:23
Atariiah :)20:23
DocScrutinizer05kaawee: no20:23
freemangordonAtarii: 7.25.0-1maemo720:24
Atariidamn ok thanks20:24
DocScrutinizer05:-D20:24
*** ponyofdeath has quit IRC20:24
AtariiI did an update, libcurl3 was listed, but still on 7.18.2-8maemo620:25
Atariistrange thigns afoot20:25
Atariithings*20:25
*** penguinbait has quit IRC20:27
*** ponyofdeath has joined #maemo20:31
*** muelli has quit IRC20:40
*** MrPingu has quit IRC20:42
*** calvaris has quit IRC20:44
*** jhb has joined #maemo20:44
freemangordonAtarii: do apt-get install libcurl320:47
fasta_I started cutetube, but how do I exit it?20:48
fasta_nm20:49
fasta_It seems impossible to run it in the background, unfortunately.20:50
fasta_Also, after I have upgraded CCSU, I just need to run the restore from the boot menu?20:52
fasta_DocScrutinizer05: when I click on 'stable', it justs says 'operation failed' in HAM.20:54
fasta_DocScrutinizer05: it also seems that all of my repositories have been deleted?!20:55
DocScrutinizer05fasta_: please read instructions on20:55
DocScrutinizer05~cssu20:55
infobothmm... cssu is http://wiki.maemo.org/Community_SSU20:55
Woody14619apt-get can be used to figure out why it's failing.  I've used apt-get for installing backupmenu and other things.  You just have to keep an eye on the screen at times, as some installers like that pop up a "click ok" message to acknowledge you read the warning.20:55
DocScrutinizer05Woody14619: yep, that's just one issue20:56
Woody14619I actually use apt-get for about 90% of my installs, so I can see wtf it's doing. :)  I have enough "magic" in my life as it is without adding to it.20:56
DocScrutinizer05depending on environment, the requester also might fail to pop up at all and thus the install will abort20:56
Woody14619.oO(That, and I screw around with things a lot, so my N900 isn't exactly "typical" or "stock", which most packages expect)20:57
DocScrutinizer05fasta_: make sure you don't run any other installers or whatever in parallel to CSSU install20:57
fasta_The problem in this case, is that I didn't instruct the machine to delete repositories.20:57
DocScrutinizer05follow the instructions, and don't do other things in parallel20:58
Woody14619Actually, the CSSU version has fixed that, so the dep_pkg tools emmit a warning and move on. :)20:58
fasta_I followed the instructions on the website.20:58
fasta_(and I read the FAQ)20:58
DocScrutinizer05fasta_: CSSU will configure repositories, unless you're interferring by watching what's going on there and thus blocking stuff20:58
DocScrutinizer05to me it sounds like you didn't even finish the installation20:59
*** Darkchaos has quit IRC20:59
fasta_DocScrutinizer05: I didn't even start it.21:00
DocScrutinizer05umm???21:00
fasta_DocScrutinizer05: I just pressed the stable button, then it said it had to enable all kinds of repositories.21:00
fasta_DocScrutinizer05: so, after than I exited HAM.21:00
fasta_DocScrutinizer05: perhaps I shouldn't have done that.21:00
fasta_DocScrutinizer05: but I don't see why that should cause a problem.21:01
*** Kowalczyk has quit IRC21:01
fasta_DocScrutinizer05: I also set 'ignore the CSSU update'.21:01
DocScrutinizer05you should do *exactly* what's written on ~cssu21:01
fasta_DocScrutinizer05: but I was assuming that I could get it back if I manually started it.21:01
fasta_DocScrutinizer05: ok, how can I 'unignore' that now?21:01
DocScrutinizer05LOL21:02
DocScrutinizer05NFc21:02
fasta_(and where does HAM store its repositories?)21:02
DocScrutinizer05why do you wanna know that?21:02
fasta_The instructions didn't mention the scenario I was in.21:02
fasta_DocScrutinizer05: because I do see the repositories listed in /etc/apt/...21:02
fasta_DocScrutinizer05: but they don't come up in HAM.21:03
DocScrutinizer05that's why you're not supposed to edit those in /etc/apt21:03
DocScrutinizer05you always edit repos in HAM21:03
fasta_Ok, so now I got a message again that there is an update.21:04
DocScrutinizer05how about installing it then? like suggested on ~cssu, in breathtaking verbosity21:05
*** Kowalczyk has joined #maemo21:06
DocScrutinizer05honestly, the instructions on http://wiki.maemo.org/Community_SSU couldn't be any more detailed21:06
*** jargon- has joined #maemo21:06
DocScrutinizer05so we thought it's implicitly clear you don't need additional steps to mess with repos on your own, in xterm, or anything21:06
fasta_DocScrutinizer05: it's running now.21:07
*** kaawee has quit IRC21:07
fasta_DocScrutinizer05: I prefer just running a command instead of following instructions and pushing buttons.21:07
DocScrutinizer05sorry, I can't help then21:08
fasta_E.g. wget http://maemo.org/magiccommandsequence && ./magiccommandsequence21:08
fasta_Well, with an additional chmod +x21:08
fasta_And perhaps gainroot.21:08
fasta_Anyway, you get the idea.21:08
DocScrutinizer05not really21:08
fasta_Then there is also no discussion about 'user error'.21:08
*** kaawee has joined #maemo21:09
fasta_It's a computer; if I need to 'follow steps', it means that those are steps which could also have been performed by a program.21:09
DocScrutinizer05hell, quite a number of people invested weeks of work each, to make user experience on installing CSSU a warm breeze21:09
fasta_I am not saying it's bad.21:10
DocScrutinizer05we're not going to write up a hacker's_howto_CSSU for your pleasure21:10
fasta_I am not saying you should.21:10
*** andre__ has quit IRC21:10
DocScrutinizer05after all there's a reason CSSU install works the way it does21:10
fasta_Because it needs to use HAM?21:10
fasta_And HAM is not programmable?21:11
DocScrutinizer05as it's not exactly trivial to switch repos from an installation21:11
DocScrutinizer05yes21:11
fasta_Well, those are valid reasons.21:11
fasta_Next question would be why HAM could not be extended ;)21:11
DocScrutinizer05it WILL be extended, IN CSSU ;-P21:12
*** etrunko has joined #maemo21:12
fasta_Ok, I think it worked :)21:12
DocScrutinizer05how to update apt: apt-get purge apt-get; apt-get install apt-get21:13
DocScrutinizer05XP21:13
DocScrutinizer05hope you got the pun21:13
fasta_Yes21:13
fasta_I am not _that_ ignorant.21:13
*** jreznik has quit IRC21:13
fasta_Although, I don't see the correspondence.21:14
fasta_So, perhaps I am stupid.21:14
DocScrutinizer05HAM is21:14
fasta_It appears faster, or is the just wishing for it to be faster?21:14
fasta_In particular scrolling.21:14
DocScrutinizer05the whole CSSU upgrade is like a huge apt-get update21:14
fasta_Isn't it more like installing a new distro?21:15
DocScrutinizer05not exactly21:15
DocScrutinizer05more like upgrading a whole distro21:15
fasta_dist-upgrade, then :)21:15
DocScrutinizer05which will break stuff21:16
DocScrutinizer05due to maemo packaging not compatible with dist-upgrade21:16
DocScrutinizer05that's why you need HAM21:16
DocScrutinizer05and HAM is not scriptable21:17
DocScrutinizer05believe me there are good reasons why CSSU install works this and no other way21:17
fasta_Well, everything is scriptable if you put some effort in it.21:17
fasta_I.e., if you would hack the binary and add your own interfaces.21:18
fasta_I mean, it's the same thing hackers do.21:18
fasta_It's not really 'proper engineering', though.21:18
DocScrutinizer05sorry, afk21:18
*** jd has joined #maemo21:28
*** jd has quit IRC21:28
*** jd has joined #maemo21:28
*** Jade has quit IRC21:29
*** jd is now known as Jade21:29
*** M4rtinK has quit IRC21:33
*** FireFly has quit IRC21:34
*** FireFly has joined #maemo21:34
*** sq-one has joined #maemo21:34
*** federico3 has joined #maemo21:36
*** piggz has quit IRC21:39
*** jhb has quit IRC21:44
*** mvp_ has joined #maemo21:46
*** piggz has joined #maemo21:46
*** Venusaur has joined #maemo21:48
*** aloril has quit IRC21:50
*** SpeedyGhost has quit IRC21:53
*** ALoGeNo has quit IRC21:58
*** Venusaur is now known as Suiseiseki22:00
*** ALoGeNo has joined #maemo22:01
*** florian has joined #maemo22:01
*** ALoGeNo has quit IRC22:01
*** ALoGeNo has joined #maemo22:01
*** aloril has joined #maemo22:03
*** trx has quit IRC22:05
*** florian has quit IRC22:06
*** florian has joined #maemo22:06
*** BCMM has joined #maemo22:08
*** vivijim1 has quit IRC22:08
*** florian has quit IRC22:09
*** florian has joined #maemo22:09
Jadehi22:10
*** rcg1 has joined #maemo22:10
*** piggz has quit IRC22:11
*** markinfo has joined #maemo22:14
*** minde has joined #maemo22:15
*** Suiseiseki has quit IRC22:16
*** Jade has quit IRC22:17
*** Venusaur has joined #maemo22:21
*** esaym153 has quit IRC22:23
*** hardaker has quit IRC22:27
*** rm_work has quit IRC22:28
*** jeverling has quit IRC22:29
*** jeverling has joined #maemo22:30
*** trx has joined #maemo22:30
*** hardaker has joined #maemo22:31
*** M4rtinK has joined #maemo22:34
*** piggz has joined #maemo22:36
fasta_What's the resolution of the front camera?22:42
fasta_It seems extremely bad; much worse than even a laptop camera.22:43
fasta_Or does it needs some configuration to look somewhat decent?22:43
luke-jr640x48022:47
*** jhb has joined #maemo22:48
*** kama has quit IRC22:51
Raimufasta_: Yes, it's just really horrible and light-unsensitive.22:59
RaimuI think it's useless, unless you for some reason want to check yourself using the Mirror app in broad daylight or something.23:00
fasta_Raimu: the normal camera also isn't that good, right?23:00
RaimuWell, I think the back camera is pretty nice.23:00
fasta_Is there some way I can test the front camera without any other factors (like Internet speed)?23:00
fasta_The photos also don't appear to be sharp.23:00
fasta_It's jpeg compressed already.23:01
fasta_How can I set jpeg compression to 0?23:01
fasta_I.e. quality 100.23:01
*** kraft has quit IRC23:01
RaimuThere're threads about it talk.maemo.org, but Fcamera-based applications can just save shots into raw format.23:01
Woody14619fasta_ hit tmo.  there was a topic on there about using the front camera with gstreamer commands directly, disabling jpg as inline.23:02
fasta_Woody14619: and is there a noticable difference?23:02
Woody14619It's still ugly, and  I believe it is vga (640x480), but reasonable for skype and other such apps.23:02
fasta_Woody14619: well, I just used it over skype and there were even blocks visible.23:02
Woody14619I noted the cpu use is much lower than mirror, but image quality wise? not a lot...23:02
fasta_Woody14619: I mean like 3 by 4 cm blocks.23:02
Woody14619oh.. well. better than that. :)23:03
fasta_Woody14619: I also noticed there was a delay of about 3 minutes in the actual video.23:03
Woody14619That sounds more like a bandwidth issue...23:03
fasta_Woody14619: so, it seems like the device couldn't keep up or something like that.23:03
fasta_Woody14619: which is why I would like to test the front camera without Internet interference.23:03
fasta_I think I only have like 100KB/s upload per second, so that's most like the explanation.23:04
fasta_minus the per second.23:04
Woody14619yup... just hit tmo and power search for gstreamer and the dev of the front camera...23:04
fasta_likely23:04
*** Jade has joined #maemo23:04
*** Jade has quit IRC23:04
*** Jade has joined #maemo23:04
Woody14619K, am off to do real work. :)23:06
*** OkropNick has quit IRC23:07
*** fastlane` has quit IRC23:07
*** habmala has joined #maemo23:10
*** jhb has quit IRC23:13
DocScrutinizer05fasta_: get mirror23:17
*** kraft has joined #maemo23:19
DocScrutinizer05fasta_: http://maemo.org/packages/search/?org_maemo_packages_search%5B1%5D%5Bproperty%5D=name&org_maemo_packages_search%5B1%5D%5Bconstraint%5D=LIKE&org_maemo_packages_search%5B1%5D%5Bvalue%5D=mirror&org_maemo_packages_search%5B2%5D%5Bproperty%5D=title&org_maemo_packages_search%5B2%5D%5Bconstraint%5D=LIKE&org_maemo_packages_search%5B2%5D%5Bvalue%5D=same23:20
*** kraft has quit IRC23:23
fasta_I doubt that's anywhere near 640x480.23:26
fasta_More like 320x240 or something like that.23:26
RaimuIt's just a really shitty 640x480 afaik.23:26
fasta_It must come from the part stack then which first dropped off a cliff, then in the rain, through the mud, sent in space and then was packaged up by angry employees.23:27
RaimuI was under the impression that's where the SoC came as well.23:27
fasta_Still, that FM feature is kind of cool.23:28
RaimuSure. A lot of things're very cool about the n900.23:28
*** jhb has joined #maemo23:29
fasta_I also tested out Skype video chat.23:29
fasta_While it doesn't look as cool as on an iPhone, it does work.23:29
fasta_The voice signal is the most important anyway.23:30
fasta_What's 'appdownloader' exactly?23:30
*** kraft has joined #maemo23:30
fasta_Is it just a community frontend for HAM?23:30
fasta_Kind of like software center is in Ubuntu?23:30
RaimuI actually have no clue.23:31
RaimuMind you, frontend is exactly what HAM already is.23:31
*** mvp_ has quit IRC23:32
RaimuI personally use the Fast Application Manager for HAM replacement, but a lot of dissenting voices on that one.23:32
RaimuApparently, it can mess things up in select situations.23:32
*** kraft has quit IRC23:35
BCMMRaimu: HAM is not quite just a frontend. i am told that it's update feature works substantially differently from apt-get upgrade and that the latter must not be done23:37
BCMMannoyingly23:37
RaimuBCMM: I stand corrected!23:39
BCMMthis is a source of great annoyance to me. i have machines running three different distributions where apt-get install works properly, and i have to remember not to to apt-get upgrade on one of them23:40
*** rzs19 has quit IRC23:44
*** rzs19 has joined #maemo23:44
*** kraft has joined #maemo23:45
*** mvp_ has joined #maemo23:46
fasta_Why does the n900 think that I want to do a firmware upgrade when it is connected via usb?23:49
fasta_Can't it just try to read from it and if nothing comes that it expects assume it doesn't want to flash anything?23:49
*** kraft has quit IRC23:50
RaimuI don't understand the question. Are you hooked up to a PC with the USB cable and the PC's running what?23:50
*** BCMM has quit IRC23:53
*** valeriusN has joined #maemo23:54
fasta_Raimu: yes, Linux.23:54
fasta_Raimu: it works perfectly.23:54
DocScrutinizer05(Can't it just try to read from it and if nothing comes that it expects assume it doesn't want to flash anything?) that's precisely what ROMBOOT and NOLO do23:54
fasta_DocScrutinizer05: so, I don't need to disconnect it every time?23:55
DocScrutinizer05every which time?23:55
fasta_DocScrutinizer05: every time I reboot the n900.23:55
DocScrutinizer05nah23:55
fasta_I also figured out how to shoot in .dng format.23:55
fasta_Likely that's raw.23:55
fasta_Then pictures seem to look good.23:55
fasta_I don't know how to do the same for the camera, though.23:56
fasta_I.e. video.23:56
DocScrutinizer05raw video? have fun with that ;-P23:56
RaimuSo how'd you make 'em .dng?23:56
*** nmjnb has quit IRC23:56
fasta_Raimu: fcamera did that.23:57
RaimuAh, yes.23:57
fasta_Is there any way to show these on the n900 too?23:57
DocScrutinizer05hehe23:57
DocScrutinizer05maybe there's a dng-viewer app?23:57
RaimuI think there's some sorta "RAW viewer" in extras somewhere.23:57
RaimuHaven't tested.23:58

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