**** BEGIN LOGGING AT Tue Nov 14 03:00:01 2017 Nov 14 07:31:12 hello Nov 14 07:39:42 off topic q. Pwd > file prints nothing in file. What to use instead? Nov 14 07:40:06 try lowercase Nov 14 07:40:13 pwd > file Nov 14 07:40:56 ah i did it like that, but now in channel I felt like respecting rules of using captal letter after dot. Nov 14 07:41:33 you never modify commands used for the sake of human grammar Nov 14 07:41:43 what does pwd alone print? Nov 14 07:41:50 I stand corrected. Nov 14 07:42:05 it prints /home/vajb Nov 14 07:42:20 check if you can write to the file Nov 14 07:42:25 ie. echo 123 > file Nov 14 07:43:01 can Nov 14 07:43:28 hmm now it did work Nov 14 07:43:47 does it matter if i use it after pipe? Nov 14 07:43:55 remember that > is special, for example >2 might do something else than > 2 Nov 14 07:44:19 also, always paste EXACT comman line that you are struggling with Nov 14 07:44:30 as of "users > file | pwd >> file"? Nov 14 07:45:20 um Nov 14 07:45:29 exact line is "date > file | users >> file | pwd >> file" Nov 14 07:45:36 if you want multiple redirections you need 'tee' command to duplicate output Nov 14 07:45:41 all but pwd part wprks Nov 14 07:45:44 ie. date | tee > file Nov 14 07:46:08 otherwise first redirection eats stream and you get empty Nov 14 07:46:21 tee has -a option for append Nov 14 07:46:47 i thought >> should take care of that Nov 14 07:46:52 also think about it, its named pipe for a reason Nov 14 07:46:59 it has one in, one out Nov 14 07:47:14 once you flush it somewhere, nothing else gets out Nov 14 07:47:23 >> is just append version of > Nov 14 07:49:39 i see Nov 14 07:50:45 tried with "date | tee > file | pwd | tee > file" and got just date. Obviously i didn't understand something :D Nov 14 07:50:52 nono Nov 14 07:51:11 date | tee file | tee file2 Nov 14 07:51:23 and keep in mind what commands do Nov 14 07:51:29 some ignore input, Nov 14 07:52:07 so in this case there are two gotchas, tee file already writes to file, adding > redirects its output again Nov 14 07:52:23 and second, try: echo 123 | date Nov 14 07:54:32 it seems i can't make it to work as instructed Nov 14 07:54:45 doing homework? Nov 14 07:54:47 :) Nov 14 07:55:00 yeah :D Nov 14 07:55:48 task is to write one liner which writes date, users and current working directory in to a file Nov 14 07:56:08 i got all but working directory there Nov 14 07:56:09 i can solve it for you Nov 14 07:56:26 but i guess it wouldnt be proper Nov 14 07:56:27 :) Nov 14 07:56:36 tell me, is pwd even the correct command? Nov 14 07:56:52 hint: echo $PWD Nov 14 07:57:46 also, does one liner means one stream of commands or just multiple commands that just fit in one line? Nov 14 07:58:03 another hint: echo "123 `date`" Nov 14 07:58:16 but i've already told too much Nov 14 08:00:53 it says one command or commands in one line Nov 14 08:20:06 hey guys, any reccomendation for an awfully scratchy screen? Nov 14 08:20:27 external part is cheap Nov 14 08:20:40 find any broken device and exchange Nov 14 08:40:36 http://pinouts.ru/CellularPhones-Nokia/nokia_n95_tvout_pinout.shtml Nov 14 08:40:38 hmmmm Nov 14 08:40:47 this smells like DIY to me Nov 14 08:41:45 just buy the cable used Nov 14 08:41:58 i've paid 2 usd with shipping locally Nov 14 08:42:23 pffft Nov 14 08:42:34 * CatButts puts down soldering hammer Nov 14 08:42:50 also, there is a chance cable will be included with the damaged replacement device you will find Nov 14 08:43:08 image quality sucks anyway Nov 14 09:42:55 KotCzarny: i solved it by using ; instead of | :) Nov 14 09:43:57 yeah, but best would be: echo -e "$PWD\n`date;users`" > file Nov 14 09:52:33 gotta love it stuff. Always more than one solution :) Nov 14 09:58:52 exactly Nov 14 09:58:53 :) Nov 14 09:59:29 and when you start using some interpreted languages (perl/php/python/ruby) it's a whole new world Nov 14 10:03:26 yeah. So far it's been only typescript Nov 14 13:43:27 ~palmos Nov 14 13:43:27 palmos is probably the second finest OS this bot knows about Nov 14 13:43:35 hehe Nov 14 13:43:40 ~garnetvm Nov 14 13:46:36 https://www.okazii.ro/geam-cu-touchscreen-nokia-n900-negru-original-a189865397 Nov 14 13:46:38 yeeeeee Nov 14 13:46:41 just my luck Nov 14 13:57:52 Where can I find Garnet VM besides the now defunct Access gvm page? Nov 14 13:58:10 archive.org is not working at the moment Nov 14 15:39:14 ~maemo Nov 14 15:39:14 somebody said maemo was http://maemo.org or freenode #maemo Nov 14 15:39:46 so, I've flashed this new N900 board to stock everything Nov 14 15:39:54 and I applied CSSU and some stuff Nov 14 15:40:28 what's the easiest way to move contacts and message history/call history over from another N900? Nov 14 15:41:22 just backup communication and calendar on one and restore it all on the other? Nov 14 15:55:16 atk: sounds correct Nov 14 15:55:31 hello Nov 14 15:56:12 hi whitepony Nov 14 16:03:56 the backup program sits at 0% forever Nov 14 16:07:52 wwwwwwwwwww Nov 14 16:07:56 sorry Nov 14 16:09:35 atk: it is slow iirc. anyway, try doing backup immediately after reboot. Nov 14 16:10:00 that didn't work either, I'm just going to download this "glogarchive" program which can apparently just backup the comms Nov 14 16:10:16 incidentally, is it possible to boot the n900 without a screen attached? Nov 14 16:11:45 maybe your el-v1.db is too big for the backup program to handle. delete some conversations, etc. Nov 14 16:12:18 hmm Nov 14 16:12:25 you can also exports contacts as vcards. Nov 14 16:12:42 I keep all my spam emails in a big archive, do you think I'm just going to delete some conversations? :P Nov 14 16:13:04 I exported the contacts, but I want the SMS history on the new phone Nov 14 16:13:15 default backup program yes. can take a while Nov 14 16:13:49 if all else fails, extract the from the bd. it's sqlite Nov 14 16:14:06 s/bd/db/ Nov 14 16:14:06 sicelo meant: if all else fails, extract the from the db. it's sqlite Nov 14 16:14:34 ok, that works too... I'll do that if all else fails Nov 14 16:14:54 aren't emails stored in elsewhere Nov 14 16:15:06 on my server, yes Nov 14 16:15:12 I don't care about the emails on the phone though... Nov 14 16:15:22 wait... if backup backs up emails on the phone... that would explain why it takes ages Nov 14 16:15:40 I do indeed have maybe 20000 unarchived spam emails, but the N900 shouldn't have downloaded them Nov 14 16:17:18 I'll delete that email account from the phone first and maybe try again... Nov 14 16:19:34 sorry I mean on the device, not in the .db Nov 14 16:22:19 I have just started a backup now, lets see how long it takes. I have no email accounts on the device at the moment. Nov 14 16:27:32 backup just finished, but sat on 0% for ages Nov 14 16:29:56 oh Nov 14 16:30:08 well, I've just started it again after deleting the email account Nov 14 16:30:28 another question: how do I install uboot? Nov 14 16:32:59 same way you install everything else - application manager. (or apt-get, which is not generally recommended) Nov 14 16:33:08 oh, so it's just a package? Nov 14 16:33:28 also: yay! the backup is now at 7% Nov 14 16:34:03 ~uboot Nov 14 16:34:04 N900 uBoot is a siamese twin binary [uBoot+stockMaemoKernel] that resides in kernel NAND partition /dev/mtd3 aka "kernel". You can't uninstall it, rather you'll nuke it when you flash/install another kernel like stock maemo kernel or powerkernel. To start other than stock maemo kernel via uBoot, you have to provide the according kernel image files, or http://talk.maemo.org/showthread.php?t=81613 Nov 14 16:35:08 ok Nov 14 16:35:27 packages are in the thread with instructions Nov 14 16:36:42 only 31MB of SMS Nov 14 16:37:04 that seems like a lot actually... I don't text that many people Nov 14 16:37:16 ok, time to replace the motherboard with one with a working keyboard Nov 14 16:37:36 and a working a lot of other things Nov 14 16:37:44 I do hope the SIM and SD slots work Nov 14 16:38:06 it's out of an N900 which looks like it was dropped, hopefully no BGA cracks Nov 14 16:39:21 Think my backup was 67MB I did everything Nov 14 16:46:20 moment of truth... Nov 14 16:46:30 time to see if it can make and take calls Nov 14 16:47:00 I'm sure apple will remove that feature from their phones in the next version, so it might not seem as important. Nov 14 16:48:02 it connected to my network :D Nov 14 16:48:31 congratz Nov 14 16:49:54 need to wait for the network configuration messages Nov 14 16:52:06 it makes and takes calls and receives SMS Nov 14 16:52:54 now I'll see if that backup worked Nov 14 16:55:14 What's the recommended GPS program for the N900? Nov 14 16:55:41 maps, you mean? modrana Nov 14 16:56:13 http://paste.opensuse.org/4081970 Nov 14 16:56:39 el-v1.db >1MB means your device comes to a grinding halt Nov 14 16:57:06 well, maybe 2MB Nov 14 16:59:50 it's a flaw in maemo that Nokia sw engineers never considered to fix: el-v1.db can grow to insane mad size and no process will ever take care to clean that stuff out Nov 14 17:03:04 600k here Nov 14 17:03:11 another flaw: missing call end time, fixed by stored procedures patch, see ~jrtools Nov 14 17:04:00 atk: for GPS test there's a tool Nov 14 17:05:08 http://maemo.org/packages/view/location-test-gui/ Nov 14 17:05:51 there's also a more complete, opensource one Nov 14 17:06:37 gpsdata iirc Nov 14 17:07:19 nore complete? Nov 14 17:07:22 more* Nov 14 17:08:08 shows satellites / strength Nov 14 17:08:16 ^^^ does Nov 14 17:08:32 sicelo: it's complaining about libespeak and espak-data being missing Nov 14 17:08:38 Are those in testing/devel somewhere? Nov 14 17:08:44 I have used gpsdata Nov 14 17:09:04 modrana is more for mapping then GPS Nov 14 17:09:56 It would be nice to have something from walking-around mapping and also for driving navigation Nov 14 17:10:36 maybe best to pull the master tree from github if you want modrana. I still haven't heard back about getting an updated version in extras-devel. Nov 14 17:10:40 Is it normal for N900 to lock on very slowly (GPS) ? My previous N900 and this N900 both seem to take a while to actually get an accurate reading Nov 14 17:11:26 takes like 20s here. with SIM Nov 14 17:12:02 A-GPS should be quick, without can take minutes Nov 14 17:12:20 if you got no SIM and no working SUPL, then... it can take 30min or forever Nov 14 17:12:44 A-GPS? Nov 14 17:13:01 supl a-gps Nov 14 17:13:08 Maybe both devices had a broken SUPL then Nov 14 17:13:26 Because I've had it take minutes and this is taking minutes Nov 14 17:13:29 most likely Nov 14 17:13:38 oh well, no GPS for me :P Nov 14 17:13:41 ~supl Nov 14 17:13:41 supl.nokia.com known to be broken, use alternatives like supl.google.com! Adjusting this detail is via settings screen Nov 14 17:13:42 any map viewer then? Nov 14 17:14:10 that factooid should be updated. Nov 14 17:14:15 supl.google.com no longer works, only fix at the moment is hacking the hosts file. Nov 14 17:14:18 feel free :-) Nov 14 17:14:25 :nod: Nov 14 17:14:29 ~factinfo supl Nov 14 17:14:29 DocScrutinizer05: there's no such factoid as supl Nov 14 17:14:37 ~factinfo #maemo supl Nov 14 17:14:37 #maemo supl -- created by DocScrutinizer05 <~HaleBopp@openmoko/engineers/joerg> at Fri Feb 8 08:26:00 2013 (1740 days); it has been requested 3 times, last by DocScrutinizer05, 56s ago. Nov 14 17:14:44 sixwheeledbeast: what do you mean hacking the hosts file? Nov 14 17:14:48 ~literal supl Nov 14 17:14:48 "#maemo supl" is " supl.nokia.com known to be broken, use alternatives like supl.google.com! Adjusting this detail is via settings screen" Nov 14 17:15:06 atk: modrana for something FOSS. for my needs, built-in Ovi Maps works fantastic. Nov 14 17:15:24 I am going afk, sicelo knows ;) Nov 14 17:15:34 bbl Nov 14 17:16:58 atk: 52.22.201.16 supl.nokia.com Nov 14 17:17:36 can't I just put the IP in the entry box? (I presume I can't) Nov 14 17:18:39 iirc that doesn't work. you ae welcome to test :-) Nov 14 17:19:07 I suppose you'd have some ssl verification issue then, but dunno :) Nov 14 17:19:09 note that supl doesn't work without some updates to the certman packages. see tmo. Nov 14 17:19:20 ah, right, there's that too Nov 14 17:19:44 although it works here with stable-ish cssu (and I don't think I manually updated certman) Nov 14 17:20:00 having a working keyboard... Nov 14 17:20:02 it's amazing Nov 14 17:20:24 ~tmo Nov 14 17:20:25 extra, extra, read all about it, tmo is http://en.wikipedia.org/wiki/TMO, or http://talk.maemo.org, or http://de.wikipedia.org/wiki/Terrestrial_Trunked_Radio#TMO. It's *not* T-MO (see ~T-MO) or trolls, morons, oxen. Nov 14 17:20:32 I might have manually updated the cert store though ... Nov 14 17:21:02 oh, talk.maemo.org... I always get very confused by that acronym Nov 14 17:21:41 :) Nov 14 17:32:36 apropos, who's going to run a SUPL server for maemo now? Nov 14 17:33:00 how do I test if the supl is being used? Nov 14 17:33:20 now THAT's a very good question Nov 14 17:33:53 strace liblocation? no idea Nov 14 17:35:24 find the thread in tmo Nov 14 17:36:38 I think I found it, I'm reading through the pages Nov 14 17:42:20 hmm Nov 14 17:42:56 supl.google.com _seems_ to work Nov 14 17:43:02 openssl s_client connects fine Nov 14 17:43:08 gps locks quickly Nov 14 17:43:38 http://talk.maemo.org/showthread.php?t=90651 Nov 14 17:43:56 yeah... I found that thread Nov 14 17:44:11 ~#maemo supl is also http://talk.maemo.org/showthread.php?t=90651 Nov 14 17:44:11 okay, DocScrutinizer05 Nov 14 17:44:19 ~supl Nov 14 17:44:19 supl.nokia.com known to be broken, use alternatives like supl.google.com! Adjusting this detail is via settings screen, or http://talk.maemo.org/showthread.php?t=90651 Nov 14 17:50:34 it should be "easy" since your phone has been unused for quite a long time and moved location Nov 14 17:51:18 receiving all the needed information to get a cold fix should take roughly 12mn iirc Nov 14 17:51:42 I did actually wait 12 minutes and got a fix while I was researching these SUPL providers Nov 14 17:51:48 hmm Nov 14 17:52:48 then we can no longer rely on that unless someone know of a reliable way to reset gps Nov 14 17:57:46 on another note Nov 14 17:58:44 when I try to install "U-Boot with kernel 2.6.28-omap1" via HAM as specified by http://talk.maemo.org/showthread.php?t=81613 I get: "!!!U-Boot with kernel 2.6.28-omap1 breaks the 3rd party package policy" Nov 14 18:05:24 there is a gps cache cleaner in one of the gps bug reports (bugs.maemo.org) Nov 14 18:12:00 And final question: Where do I find quteTube2? I had it installed previously but now I can't find it when searching through HAM Nov 14 18:13:36 s/qute/cute/ Nov 14 18:18:02 ah, I think I need extras Nov 14 18:19:30 no, I do have extras Nov 14 19:01:36 ((reliable way to reset gps)) tere's a R&D tool for that Nov 14 19:05:52 https://bugs.maemo.org/show_bug.cgi?id=7026#c35 Nov 14 19:06:01 btw http://susepaste.org/60305468 Nov 14 19:06:28 warfare: xes: council: cert expired! ^^^ Nov 14 19:13:50 ((reliable way to reset gps)) tere's a R&D tool for that http://maemo.cloud-7.de/maemo5/usr/local/sbin/clear-gps-cache Nov 14 19:15:32 good IRC client for N900? Nov 14 19:16:48 ((cold fix should take roughly 12mn iirc)) well, actually every SV (Sat) sends own position (ephemeral) every iirc 40s, so a GPS chip with enough correlators to try receive all possible codes at all possible doppler shifts would get a cold fix in max 40s Nov 14 19:17:52 without assistance by SUPL or LLRP Nov 14 19:18:04 RRLP? Nov 14 19:18:26 ~gsm-agps Nov 14 19:18:26 RRLP is the Radio Resource LCS (Location Service) Protocol as specified first in GSM TS 04.31, or http://osmocom.org/projects/security/wiki/RRLP Nov 14 19:19:14 cool, that worked Nov 14 19:19:34 my lock is taking ages again Nov 14 19:19:54 now let's try google Nov 14 19:20:14 that took seconds Nov 14 19:20:35 man, xchat is kinda fugly Nov 14 19:20:40 so supl.google.com works Nov 14 19:20:46 10/10 Nov 14 19:21:04 DocScrutinizer05: today you get a rating of 10/10 Nov 14 19:21:08 and so does everyone else Nov 14 19:22:08 DocScrutinizer05: aside from being fugly, does it work well? Nov 14 19:22:18 and also: does it support SASL Nov 14 19:22:26 hm? Nov 14 19:22:48 it's authentication based on a client cert Nov 14 19:23:06 what you're talking about? Nov 14 19:23:06 you basically have your own self signed cert and provide it to the server and the server has your FP and that's how auth works Nov 14 19:23:14 xchat Nov 14 19:23:44 ooh Nov 14 19:23:49 xchat is fine Nov 14 19:24:06 on N900 Nov 14 19:24:15 ~jrxchat Nov 14 19:24:15 i heard jrxchat is iSicelo: regarding xchat: some users say it changes from 'unbearable' to 'best IRC client on N900' by using: http://wiki.maemo.org/User:Joerg_rw/xchat/ yes. i am one of those users who praised your 'tweaks' Nov 14 19:36:57 a lot of these applications feel like halfarsed ports of desktop ones. Nov 14 19:43:59 drive-by ranting? Nov 14 19:44:30 seems to be CatButts Nov 14 19:44:38 sasl on xchat... Nov 14 19:45:00 effort_required > effort_available Nov 14 19:45:06 #maemo +q *butts Nov 14 19:45:24 I think... you didn't do anything...? Nov 14 19:45:31 ooh Nov 14 19:45:54 new macro Nov 14 19:50:10 atk: I don't think your test will work for supl. I imagine if you use supl.google.com and reboot you will not get a fix. Nov 14 19:50:38 not quickly via supl anyway Nov 14 19:51:34 I don't really see why tbh... Nov 14 19:51:40 the server IS there Nov 14 19:51:48 the cert is correct Nov 14 19:51:50 phmy Nov 14 19:51:54 ohmy even Nov 14 19:52:24 I'll try Nov 14 19:54:24 I'm still curious about that u-boot error btw Nov 14 19:54:56 getting uboot working will be the final piece (I need that so I can put pmOS on an SD card and run it from the N900) Nov 14 19:55:30 sixwheeledbeast: I rebooted and got a fix in under 5 seconds Nov 14 19:57:02 hm well it certainly didn't work for a few people a while back. I assume you haven't edited your hosts file yet then. Nov 14 19:57:36 the only edit was for supl.nokia.com not for supl.google.com Nov 14 19:58:16 with network positioning turned off and a GPS cache clear the GPSData program hasn't even gotten a rough guess of where I am Nov 14 19:59:46 I just turned on network positioning and it took 10 seconds Nov 14 19:59:54 Yeah... I think it's working Nov 14 20:03:37 this is rude Nov 14 20:11:17 atk: you have a SIM? Nov 14 20:11:22 yes Nov 14 20:11:28 so see RRLP Nov 14 20:12:01 I always get cold fix within 15s and hot fix in <5s with SIM Nov 14 20:13:56 Do I need to enable this somehow? Nov 14 20:14:10 I mean, SUPL works atm Nov 14 20:14:13 ot's actually unclear if "network positioning" also controls RRLP Nov 14 20:14:26 Ah Nov 14 20:14:30 I did another test before Nov 14 20:14:38 where I passed a broken domain to the entry Nov 14 20:14:42 "ssupl.google.com" Nov 14 20:14:50 I'll try that again after clearing cache Nov 14 20:14:55 it's however absolutely clear that a missing SIM blocks any RRLP Nov 14 20:16:16 also correct system time has a massive impact on GPS, as paradox as it sounds Nov 14 20:16:30 I was aware of that Nov 14 20:16:46 Is there some place where I can configure NTP settings on N900? Nov 14 20:17:02 I sometimes have had issues with it automatically updating the time correctly (after reboots) Nov 14 20:17:03 well, in NTP ;-) Nov 14 20:17:22 maemo soesn't do NTP Nov 14 20:17:32 unless you installed NTP package Nov 14 20:17:46 maemo does cellular time Nov 14 20:17:50 oh... Nov 14 20:17:56 Interesting Nov 14 20:18:18 also only with SIM, obviously Nov 14 20:18:56 ~uboot Nov 14 20:18:57 N900 uBoot is a siamese twin binary [uBoot+stockMaemoKernel] that resides in kernel NAND partition /dev/mtd3 aka "kernel". You can't uninstall it, rather you'll nuke it when you flash/install another kernel like stock maemo kernel or powerkernel. To start other than stock maemo kernel via uBoot, you have to provide the according kernel image files, or http://talk.maemo.org/showthread.php?t=81613 Nov 14 20:19:15 it makes sense when you think about it: not everybody has a data plan, but everybody with a dataplan has a SIM to do cellmo time Nov 14 20:19:58 if the networks does cellmo time though .. and if it is working Nov 14 20:20:14 yep ;-D Nov 14 20:20:20 "U-Boot with kernel 2.6.28-omap1" - installing this gave me an error from HAM Nov 14 20:20:30 it didn't let me install, something about 3rd party package polic Nov 14 20:20:32 y Nov 14 20:20:40 o.O Nov 14 20:21:12 makes sense ... it is going to override your kernel Nov 14 20:21:24 ooh well, kernel is prolly core system protected by nokia trust Nov 14 20:21:36 "!!!U-Boot with kernel 2.6.28-omap1 breaks the 3rd party package policy" Nov 14 20:22:08 atk: enable red pill, checkmark "ignore 3rd party policy" OWTTE Nov 14 20:22:46 ~redpill Nov 14 20:22:47 from memory, redpill is http://wiki.maemo.org/Red_Pill_mode Nov 14 20:22:50 owtte - never heard that one before - "or words to that effect" I presume? Nov 14 20:22:56 yes Nov 14 20:25:45 meh, I think redpill is available in menu for speedyham, no? Nov 14 20:26:33 IOW check CSSU changelock for "enabled red pill in HAM" or somesuch Nov 14 20:26:41 or simply check your HAM menu Nov 14 20:26:47 to start with Nov 14 20:27:49 or, if you're prepared to handle the pieces, use apt-get Nov 14 20:28:11 should work for uBoot, yes Nov 14 20:28:35 I'd actually think uBoot qualifies for "cli install package" Nov 14 20:29:21 you don't want uBoot when you're not root and comfy with cli anyway Nov 14 20:30:18 I am a professional expert linux CLI user, people think I am hacking into a bank when I use my laptop. Nov 14 20:30:20 I think I qualify. Nov 14 20:30:44 Although I rarely use apt Nov 14 20:32:04 u-boot should have been called uboot from the start Nov 14 20:32:05 >>Reenabled Red Pill mode.<< http://wiki.maemo.org/Community_SSU/Changelog#Tmaemo5 Nov 14 20:32:54 "You are going to flash new kernel image into ..... but new version string is not similar...." "old: 2.6.28-omap1" "new: U-Boot 2013.04" Nov 14 20:32:58 that looks correct Nov 14 20:33:19 >>Uncomment Red Pill mode GUI option for permanent Red Pill mode<< Tmaemo10 Nov 14 20:33:31 What's the firefox version equiv of MicroB that ships with n900? Nov 14 20:34:02 DocScrutinizer05: I tried enabling red pill and it worked but HAM crashed when I tried to ignore the tppp Nov 14 20:34:17 ugh Nov 14 20:34:26 i installed u-boot-flasher anyway Nov 14 20:34:44 changes in GAM menu should see a restart of HAM Nov 14 20:34:56 s/G/H/ Nov 14 20:34:57 DocScrutinizer05 meant: changes in HAM menu should see a restart of HAM Nov 14 20:35:04 3.5 or somehting like that, MaemoButts_ Nov 14 20:35:28 DocScrutinizer05: it crashed (actually said it crashed), after restarting the option was unset Nov 14 20:35:52 yes, you should restart it *without* crah Nov 14 20:35:58 ha! Nov 14 20:36:02 I'll do that next time Nov 14 20:36:40 start, set option, quit, start again Nov 14 20:36:52 the crash happened when I clicked "save" Nov 14 20:36:59 ugh Nov 14 20:37:10 well, anyway, uboot is installed Nov 14 20:37:42 and the N900 still works Nov 14 20:38:08 I wonder how I can turn off these TES Morrowind magic style sounds that the phone keeps emitting Nov 14 20:38:16 although actually.. I think they're growing on me# Nov 14 20:38:33 errr *COUGH* http://paste.opensuse.org/37177206 Nov 14 20:38:44 Coworkers found it especially funny when they first heard my old Nokia ringtone. Nov 14 20:38:50 and also the shaking hands jingle Nov 14 20:39:49 * DocScrutinizer05 blinks Nov 14 20:40:04 TES Morrowind magic style sounds? Nov 14 20:41:06 http://en.uesp.net/wiki/Morrowind:Sound Nov 14 20:41:14 * DocScrutinizer05 scratches head Nov 14 20:41:58 You mean the wooshy thing when you plug charger in? Nov 14 20:43:35 The begging low battery tone also sounds unique Nov 14 20:45:38 http://paste.opensuse.org/3890982 Nov 14 20:47:28 http://paste.opensuse.org/66292143 Nov 14 20:50:03 ok, for f in /usr/share/sounds/ui*.wav; do echo $f;play-sound $f; done Nov 14 20:50:57 atk: control volume in profile settings Nov 14 20:51:11 "system tones" or somesuch Nov 14 20:52:40 DocScrutinizer05: https://www.youtube.com/watch?v=xDWDS9FjUWw&feature=youtu.be&t=45s Nov 14 20:52:58 https://youtu.be/xDWDS9FjUWw?t=45s * Nov 14 20:53:08 that whistling sound Nov 14 20:53:16 that's what the "usb plugged in" sound sounds like to me Nov 14 20:53:31 yeah, it does Nov 14 20:55:36 ;-P http://paste.opensuse.org/91848042 Nov 14 20:55:43 * sicelo loves the usb/charger sound! Nov 14 20:57:13 hehe DocScrutinizer05. that makes sound on every keyboard slide? Nov 14 20:57:53 http://paste.opensuse.org/1395677 Nov 14 20:57:59 need this too Nov 14 20:58:06 and dbus-scripting Nov 14 20:58:32 search for it on tmo, it's explained there in some completely otgher topic thread ;-) Nov 14 21:03:19 http://maemo.cloud-7.de/maemo5/etc/ Nov 14 21:05:27 sicelo: you can mute the sound by holding lockswitch while sliding open Nov 14 21:06:44 * DocScrutinizer05 every now and them muses about other funny or useful stuff to trigger by slide-open while holding a button Nov 14 21:08:52 or, start self-destruction on slide-close while holding lockswitch and vol+ ? ;-D Nov 14 21:09:40 for the paranoid Bonds err Bournes Nov 14 21:12:54 FWIW, for the curious minds: http://paste.opensuse.org/54489558 Nov 14 21:16:37 http://paste.opensuse.org/26140273 Nov 14 21:19:33 atk: anyway you can swap /usr/share/sounds/ui*.wav for any other .wav you like Nov 14 21:21:11 atk: note that for ringtones it's waaay more tricky though Nov 14 21:21:20 It's fine Nov 14 21:21:26 nokia ringtone is the best ringtone Nov 14 21:21:32 LOL Nov 14 21:21:36 when Neo900 arrives, that's going to be my ringtone Nov 14 21:21:50 * DocScrutinizer05 got some DEVO song Nov 14 21:24:31 er no. Nokia hands and nokia ringtone are the first things to change. Nov 14 21:24:45 Q: Are we not men A: we are DEVO Nov 14 21:25:24 very convenient uniqueness and spectrum Nov 14 21:26:30 heck no, N900 lies at me Nov 14 21:27:37 sixwheeledbeast: nonsense, how will people know that you're stuck in 2008 if your 2008 nokia phone doesn't even sound like a 2008 nokia phone? Nov 14 21:28:04 heck, I was even thinking how I might keep the nokia handshake on the neo900 Nov 14 21:28:51 Er, opening the keyboard to text. Instantly triggers question of what phone do you have? Nov 14 21:30:11 https://www.youtube.com/watch?v=d43gKl9xIME&feature=youtu.be&t=517 Nov 14 21:33:13 https://youtu.be/d43gKl9xIME?t=662 is total misfit for a ringtone, due to dynamic and spectrum Nov 14 21:33:16 a pity Nov 14 21:33:16 sixwheeledbeast: every time someone asks if I have an android or apple phone I have to explain... Nov 14 21:33:48 I mean... I don't get it... Nov 14 21:33:53 naturally, same for desktop. Nov 14 21:33:56 What are you supposed to change the ringtone to? Nov 14 21:33:58 a long beep? Nov 14 21:34:08 the sound of an old dial phone? Nov 14 21:34:17 I use the classic "Nokia Low Ring" Nov 14 21:34:42 https://www.youtube.com/watch?v=BqtPKy3h9-k ? Nov 14 21:35:02 you're aware of the "use as ringtone" option in mediaplayer? Nov 14 21:35:08 well for people I don't know. Nov 14 21:35:20 Why would I want a song as my ringtone? Nov 14 21:35:23 I have custom ringtones for all contacts Nov 14 21:35:25 Why not? Nov 14 21:35:26 then people would know what I listen to Nov 14 21:35:30 So? Nov 14 21:35:32 https://youtube.com/watch?v=YBOsBY1djr4 did someone say ringtones? Nov 14 21:35:34 lol Nov 14 21:35:48 I don't just tell random people what music I listen to!!?!?! Nov 14 21:35:56 * Maxdamantus uses the start of Rachmaninov's prelude in A minor Nov 14 21:35:58 Only close friends get to know that. Nov 14 21:36:06 or maybe it's A major, can't remember. Nov 14 21:36:24 yes, that Low but a newer version from a later Nokia brick Nov 14 21:37:22 whenever I have any ringtone I find the most generic thing I can find Nov 14 21:37:24 atk: LOL, when we were young we had a thing called ghettoblaster ;-P Nov 14 21:38:04 15:9 -_- Nov 14 21:38:08 it's five by three Nov 14 21:38:10 for fucks sake Nov 14 21:38:12 5:3 Nov 14 21:38:16 learn to divide Nov 14 21:38:20 you innumerate fucks Nov 14 21:38:21 huh? Nov 14 21:38:26 wrong channel Nov 14 21:38:44 I was very angry at someone stating an aspect ratio Nov 14 21:38:47 I like having a custom ringtone for each contact I know who it is before i look at the screen. Nov 14 21:39:44 sixwheeledbeast: there's only one üackage for per-contact ringtones I know of, and that's a very brittle one Nov 14 21:40:36 It's not great but I prefer to have it than not. Nov 14 21:41:22 yeah. Well could prolly use a sanitize/recover script in sysinit Nov 14 21:41:58 sixwheeledbeast: how can you find enough generic ringtones for each contact? Nov 14 21:41:59 Should have been implemented by Nokia IMO Nov 14 21:41:59 it's too simple to make that thing mess up your settings and never recover Nov 14 21:42:10 yeah, absolutely >:-( Nov 14 21:43:22 I use music, the tracks associated to the person, normally tracks with good intros. Nov 14 21:43:40 hmm Nov 14 21:43:44 Can always reflash, and I don't plan on removing it Nov 14 21:43:48 But then people know what music you listen to. Nov 14 21:44:12 Telling people what music you listen to is like telling people personal details about yourself. Nov 14 21:45:41 I am not worried about that type of information being known in close proximity. Nov 14 21:46:02 hmm Nov 14 21:46:16 It's likely they would guess my music taste from my appearance Nov 14 21:46:31 *shrug* Nov 14 21:46:53 Especially if I was wearing a Slayer T-Shirt at the time for example... Nov 14 21:46:58 hmm Nov 14 21:47:04 * atk doesn't understand wearing band shirts either Nov 14 21:47:08 I guess I'm weird Nov 14 21:47:32 [21:43] drive-by ranting? Nov 14 21:47:45 switching IRC clients Nov 14 21:47:55 CatButts: yeah, realized that Nov 14 21:47:58 CatButts: did you find one which supports SASL out of the box? Nov 14 21:48:38 what's a sauce-el? Nov 14 21:48:44 hmm Nov 14 21:48:45 I suppose it's to show support to a band and spread there name. I am not a huge band t shirt wearer, but it's an example. Nov 14 21:48:48 never mind Nov 14 21:52:09 IrGGu is one I like so far Nov 14 21:52:22 for the interface Nov 14 22:04:22 I assume attempting to slap a C/C++ dev environment on the N900 is a few orders of trouble Nov 14 22:21:05 Why? Nov 14 22:49:13 ~gcc Nov 14 22:49:13 methinks gcc is the GNU Compiler Collection, http://gcc.gnu.org/ Nov 14 22:49:16 eh Nov 14 23:17:33 ~sb Nov 14 23:17:34 methinks scratchbox is a cross-compiling system that uses binfmt_misc, rpc calls, and an nfs mount to make a cross-build appear to be 100% native, and is found at http://www.scratchbox.org/, hosted by maemo now. Also at http://maemo.merlin1991.at/files/SB **** ENDING LOGGING AT Wed Nov 15 03:00:01 2017