Pali | IIRC there are no public information how google trolling free users | 00:00 |
---|---|---|
freemangordon | Pali: great (re new device) | 00:02 |
bencoh | (throttling* - trolling is something else ;)) | 00:03 |
bencoh | (google is probably full of trolls nonetheless, but still :)) | 00:03 |
Pali | bencoh: in google context it is same | 00:03 |
bencoh | haha :) | 00:03 |
*** BlackBox__ has quit IRC | 00:05 | |
Pali | nice, we have http error code for trolling :-) | 00:09 |
Pali | it is 429 | 00:09 |
bencoh | :) | 00:17 |
*** sq-one has quit IRC | 00:21 | |
*** troulouliou_div2 has joined #maemo | 00:24 | |
Pali | freemangordon: btw, are you going to add that system_rev = assignment near that save_atags code? | 00:27 |
*** futpib has quit IRC | 00:28 | |
*** pozitrono has joined #maemo | 00:36 | |
*** Roth has quit IRC | 00:36 | |
*** vakkov has quit IRC | 00:43 | |
*** LauRoman has quit IRC | 00:43 | |
freemangordon | Pali: I thought you will add it :) . I want to finish the other things, esp that onenand problem first | 00:45 |
Pali | then ok | 00:45 |
freemangordon | Pali: but if you think you won't have time, I'll take that as well | 00:45 |
freemangordon | ? | 00:46 |
*** LauRoman|Phone has joined #maemo | 00:49 | |
*** vakkov has joined #maemo | 00:57 | |
*** Pali has quit IRC | 01:02 | |
*** pozitrono has quit IRC | 01:21 | |
*** silviof has quit IRC | 01:32 | |
*** M-bobsummerwill has joined #maemo | 01:42 | |
*** troulouliou_div2 has quit IRC | 01:47 | |
*** jonwil has joined #maemo | 02:13 | |
jonwil | hi | 02:18 |
jonwil | If you guys see less of me for a while, its because I am knee deep in Fallout 4 :P | 02:18 |
Wizzup | :) | 02:20 |
*** xorly has quit IRC | 02:29 | |
*** pigeon has joined #maemo | 02:29 | |
*** gregoa_ is now known as gregoa | 02:48 | |
jonwil | Too bad the companion phone apps dont work on a N900 :P | 02:50 |
*** florian has quit IRC | 02:50 | |
svetlana | jonwil, you bastard! you getting addicted to that spying proprietary element of control over you! ;) | 02:52 |
*** robbiethe1st has joined #maemo | 03:16 | |
*** Oksanaa has joined #maemo | 03:47 | |
Oksanaa | About inability to go past hildon-welcome if touchscreen is out of service: there is nifty file /etc/X11/Xsession.post/04hildon-welcome-wait which speaks of sleeping while hildon-welcome is not passed | 03:49 |
Oksanaa | If this script is made a tad more complicated, it could bypass hildon-welcome? | 03:49 |
jonwil | hildon-welcome is what? | 03:51 |
jonwil | Isn't that the thing that displays the hands animation? | 03:51 |
jonwil | if you mean the thing that sets the clock etc, thats osso-startup-wizard I believe | 03:52 |
Oksanaa | Ah, thank you. Confused them... | 03:53 |
Oksanaa | Still, sleep 1 while hildon-welcome is here is funny... | 03:54 |
kerio | i think i have neither of those installed | 03:55 |
*** at1as has joined #maemo | 03:58 | |
Oksanaa | Why does osso-startup-wizard care for SIM state?!.. | 04:00 |
*** eMHa__ has joined #maemo | 04:10 | |
*** eMHa_ has quit IRC | 04:13 | |
*** svetlana has quit IRC | 04:17 | |
*** svetlana has joined #maemo | 04:18 | |
jonwil | The reason it cares is because if the modem/network/SIM/etc are working, it will use that to get the current date/time from the cellular network | 04:25 |
*** orbiting has joined #maemo | 04:27 | |
*** sunshavi has joined #maemo | 04:50 | |
*** ds3 has quit IRC | 04:51 | |
*** ds3 has joined #maemo | 05:03 | |
*** sunshavi has quit IRC | 05:20 | |
*** orbiting has quit IRC | 05:21 | |
*** orbiting has joined #maemo | 05:23 | |
*** orbiting_ has joined #maemo | 05:23 | |
*** orbiting has quit IRC | 05:26 | |
*** orbiting_ has quit IRC | 05:27 | |
*** orbiting has joined #maemo | 05:27 | |
*** orbiting_ has joined #maemo | 05:28 | |
*** orbiting_ has quit IRC | 05:28 | |
DocScrutinizer05 | Wizzup: on https://github.com/MerlijnWajer/uinput-mapper/blob/master/README.rst at least when watching it in browser there's a typo in the cmdline at bottom. \ missing before 1 | 05:36 |
DocScrutinizer05 | Wizzup: sed -r 's/[^ ]+ +([^ ]+).*/"1" : 1,/' should be sed -r 's/[^ ]+ +([^ ]+).*/"1" : \1,/' | 05:37 |
DocScrutinizer05 | and I'm not even convinced the "1" is correct | 05:38 |
DocScrutinizer05 | jonwil: alas this generally fails for me, the time from modem isn't available in time. | 05:44 |
Oksana | Yes, same for me. I either put it manually, or wait for startup to go through with wrong time, and then it auto-sets from cellular (unless it forgot the setting for auto-time, just like it sometimes forgets setting for 12-vs-24) | 05:47 |
Oksana | Fixing this functionality would be _great_ . It might or not be related to backup-battery having enough power for the modem? | 05:48 |
Oksana | Scratch that, loss-or-not of data (such as time, date, language, location) from memory should not affect modem, right? | 05:48 |
Oksana | It's like, when startup shows correct time, I cannot be sure whether it's because it got it from modem or because it remembered it in memory. But when it does not show correct time, it's obvious that it does not manage to get time from modem. | 05:50 |
DocScrutinizer05 | Oksana: bupbat never powers modem | 05:58 |
DocScrutinizer05 | bupbat only powers RTC in SoC's companion chip TWL4030 aka GAIA, plus a few byte of CMOS-RAM non-volatile memory | 05:59 |
Oksana | ... but it should not affect the problem since startup wizard tries to reach modem when mainbattery is already here. Unless startup modem does not actually know how to wake up modem, or to wait for connection to towers to be established | 06:00 |
DocScrutinizer05 | it takes time to get time from network | 06:00 |
Oksana | So... Would it get correct time if startup-wizard was left to rest for a while? | 06:01 |
DocScrutinizer05 | for establishing connection as you said, and also for waiting for next timestamp telegram sent from BTS | 06:01 |
Oksana | If yes, then neat, it just needs a progress bar ;-) | 06:01 |
DocScrutinizer05 | yes | 06:01 |
DocScrutinizer05 | actually a "sleep 15" in the initscript which launches startup wizard should already do | 06:02 |
DocScrutinizer05 | unless startup wizard also powers up modem | 06:03 |
Oksana | Yes, that's the question | 06:03 |
DocScrutinizer05 | but I think that's done by CSD | 06:03 |
DocScrutinizer05 | I seem to recall some users completely disabled annoying startup wizard | 06:03 |
DocScrutinizer05 | and their modem still worked ;-) | 06:03 |
Oksana | It's not annoying by itself, it's annoying when it stays on for a long time, preventing communication (like receiving calls) | 06:04 |
DocScrutinizer05 | yep | 06:04 |
Oksana | It could, for example, auto-proceed after successfully receiving time from modem? | 06:04 |
DocScrutinizer05 | do you happen to know off top of your head where startup wizard gets invoked? | 06:05 |
DocScrutinizer05 | AIUI, it *does* auto-proceed when RTC-time is correct on invokation | 06:06 |
Oksana | Nay. There is /usr/bin/osso-startup-wizard, /usr/bin/osso-startup-wizard.launch, and /usr/bin/osso_startup_wizard/state , or something | 06:06 |
DocScrutinizer05 | yeah, but who calls that? | 06:06 |
DocScrutinizer05 | a grep will tell | 06:07 |
Oksana | RTC-time can be correct on invocation only if battery held the data intact. It would be nice if it also auto-continued if RTC-time is off, after time gets corrected by modem | 06:07 |
Oksana | For example, right now, osso-startup-wizard showed itself... with correct time. Does it mean that it got it from modem, and didn't auto-proceed without user's approval because RTC-clock was off before modem corrected it? | 06:08 |
*** Oksanaa has quit IRC | 06:08 | |
DocScrutinizer05 | hmmphh http://paste.opensuse.org/10325924 | 06:09 |
Oksana | There is also Xsession.d/30 | 06:10 |
*** robbiethe1st has quit IRC | 06:10 | |
DocScrutinizer05 | Oksana: no, time in RTC can also be correct when modem been fast enough (or had enough time) so it was able to set correct time in system at the moment startup-wizard gets invoked | 06:10 |
Oksana | But then, it would have auto-proceeded, instead of waiting for user's "Save" button? | 06:11 |
DocScrutinizer05 | I'm not sure about startupwizard actually automatically proceeding when time is correct | 06:12 |
Oksana | Hn... | 06:12 |
* DocScrutinizer05 glares at >> /etc/osso-rfs-scripts/osso-startup-wizard-rfs.sh:rm -f /var/lib/osso-startup-wizard/osso_startup_wizard_state << | 06:12 | |
DocScrutinizer05 | I'm pretty sure this semaphore file is related to whether or not startup-wizard continues or blocks boot | 06:13 |
Oksana | osso-startup-wizard gets started in /etc/X11/Xsession.d/30osso-startup-wizard or something | 06:16 |
Oksana | Collected information to decide whether to show GUI: FirstTimeRun, DateTimeUnset, SIMpresent, CurrentSimId, ChangedSettings, ValidPin, SettingsChangedBefore, SimSeenBefore, LastValidSimId, ChangedWithoutSimBefore... It's complicated | 06:18 |
Oksana | There is a possibility in osso-startup-wizard to exit if there is no need for it, but what is exactly the equation for auto-proceeding? | 06:20 |
DocScrutinizer05 | funny enough my system has no /etc/X11/Xsession.d/30osso_startup_wizard | 06:22 |
Oksana | It's from .launch file, by the way | 06:22 |
Oksana | Is it /etc/X11/Xsession.d/30osso-startup-wizard ? | 06:22 |
Oksana | Nokia confuses _ and - , sometimes | 06:22 |
Oksana | And I do not care to remember which one is where | 06:22 |
DocScrutinizer05 | my system has no /etc/X11/Xsession.d/30* | 06:23 |
Oksana | Do you have osso-startup-wizard installed? What does dpkg -L say? | 06:23 |
Oksana | And yes, I do have /etc/X11/Xsession.d/30osso_startup_wizard , short-ish as it is | 06:24 |
DocScrutinizer05 | http://paste.opensuse.org/28699642 | 06:27 |
Oksana | By the way, .launch file recognises SIM states possible as Unknown, Ok, PIN requires, SIM removed, SIM permanently blocked, SIMless Offline, PUK required, SIMlock not okay, SIM not ready (let's wait for it), SIMlock initializing, or unknown | 06:28 |
DocScrutinizer05 | IroN900:/home/user# locate Xsession.d/30 | 06:29 |
DocScrutinizer05 | locate: Warnung: Die Datenbank "/var/cache/locate/locatedb" ist älter als 8 Tage (Das Alter ist 135,8 Tage). | 06:29 |
DocScrutinizer05 | /media/mmc1p2/etc/X11/Xsession.d/30xTs_Calibrate | 06:29 |
DocScrutinizer05 | /media/mmc1p2/N900-1-archive/etc/X11/Xsession.d/30osso_startup_wizard | 06:29 |
Oksana | Heh, in archive... | 06:29 |
Oksana | Renamed to prevent wizard from showing up? | 06:30 |
DocScrutinizer05 | err, I think it still shows up | 06:30 |
DocScrutinizer05 | but maybe I actually nuked it, lemme try | 06:30 |
DocScrutinizer05 | a pity after only 20 days of uptime | 06:31 |
Oksana | Ouch... :-) Funny name does not nuke it? Wizard states are: settings-changed, SIM-seen, changed-without-pin? I am just guessing from binary file opened with vim | 06:32 |
*** trx has quit IRC | 06:33 | |
DocScrutinizer05 | I usually do the 'funny name' thing when I wanna get rid of files | 06:33 |
DocScrutinizer05 | let's see, I hope it was long enough with no batt | 06:33 |
Oksana | Why does binary.launch file mention scratchbox? Maybe, it considered 30 to be more important than the filenametail? | 06:33 |
DocScrutinizer05 | hmm, dunno, either it was not long enough or this device has excellent bupbat or I actually did remove the 30 file | 06:35 |
DocScrutinizer05 | anyway time is correct | 06:36 |
Oksana | Ookay... Just don't be surprised when it boots up with wrong language and-or location ;-) | 06:36 |
DocScrutinizer05 | and that's probably why I removed that 30* file | 06:36 |
*** trx has joined #maemo | 06:37 | |
DocScrutinizer05 | why would it boot with wrong location or lang when I previously set it correctly? | 06:37 |
*** povbot has joined #maemo | 06:39 | |
DocScrutinizer05 | no, never seen it forgetting lang or (timezone)location | 06:40 |
DocScrutinizer05 | timezone otoh is supposed to get auto-updated on roaming - if the cellular network provides all the needed data correctly | 06:40 |
Oksana | I know, I just mean that sometimes I have seen the device forgetting both auto-update-from-modem-setting and 12-vs-24 setting. Not so sure about language-and-or-location, it is not that obvious (English-USA vs English-UK) | 06:41 |
DocScrutinizer05 | never happened to me so far | 06:41 |
DocScrutinizer05 | but then I almost never shutdown hard | 06:41 |
* Oksana winces - having "Recharge battery" shutdown is not rare for me | 06:42 | |
DocScrutinizer05 | well, that's a graceful shutdown | 06:42 |
Oksana | Well, I also have moments when GUI freezes, and the only way to do anything is to shut-down it with power button. Is it graceful, too? | 06:43 |
DocScrutinizer05 | I may note that I'm not running the BME-replacements. All stock on my system | 06:43 |
DocScrutinizer05 | yes, that should also be almost graceful | 06:44 |
Oksana | Because I do not have cases (well, haven't had them for a very long time) when I would have to take the battery out without shutting down first | 06:44 |
Oksana | To be fair, LED does not work, so taking battery out is always case of wait-and-guess | 06:45 |
DocScrutinizer05 | well, when startup-wizard never runs, those config files never are opened in write-mode and thus no buffers may get lost during hard shutdown ;-) | 06:45 |
DocScrutinizer05 | oh that's a pity | 06:46 |
Oksana | I should just replace flex-ribbon, front-camera doesn't work either | 06:47 |
DocScrutinizer05 | :-/ | 06:47 |
DocScrutinizer05 | for "wait and guess" a count up to 40 is not unreasonable | 06:48 |
*** BlackBox__ has joined #maemo | 06:55 | |
*** DocScrutinizer05 has quit IRC | 06:55 | |
*** DocScrutinizer05 has joined #maemo | 06:55 | |
*** jonwil has quit IRC | 06:56 | |
DocScrutinizer05 | btw /etc/osso-cud-scripts/ seem to be CleanUpDevice | 06:58 |
DocScrutinizer05 | lemme guess - rfs then means ResetFactoryState | 06:58 |
DocScrutinizer05 | as in /etc/osso-rfs-scripts/ | 06:59 |
*** lobito1 has joined #maemo | 06:59 | |
DocScrutinizer05 | rtcom-eventlogger-clean.sh :-)) | 07:00 |
DocScrutinizer05 | now after 5 years the *official* method to handle bloated eventlog-db | 07:00 |
*** lobito has quit IRC | 07:01 | |
DocScrutinizer05 | :-)) http://paste.opensuse.org/26394682 :-)) | 07:02 |
Oksana | Hmm, wouldn't cleaning eventlog remove all SMS or something? | 07:02 |
DocScrutinizer05 | yes, exactly | 07:03 |
DocScrutinizer05 | all SMS and all call-log | 07:03 |
freemangordon | ~rescueos | 07:03 |
infobot | i guess rescueos is http://n900.quitesimple.org/rescueOS/ | 07:03 |
* Oksana is rather attached even to such useless things | 07:03 | |
Oksana | It's a case of "my cellular provider knows when I send and receive SMS, why shouldn't I know it, too?" Somewhat similar to lifelogging concept | 07:04 |
DocScrutinizer05 | well, once your $HOME/.rtcom-eventlogger/el-v1.db grows to several MB size, you really want to backup it and then run /etc/osso-cud-scripts/rtcom-eventlogger-clean.sh | 07:08 |
Oksana | Does the Conversations become too sluggish? | 07:10 |
DocScrutinizer05 | everything comes to a grinding halt when an inbound call pulls in the complete 30MB el-v1.db into RAM cache | 07:12 |
DocScrutinizer05 | it's a rdbms file, and you know how those are handled, right? | 07:14 |
Oksana | Hrm, wouldn't it be a question of separating database into monthly chunks-files, and only handling one or two files at a time? | 07:14 |
Oksana | It's not like Photos doesn't have an option already to display images grouped by months, so it would fit the them | 07:16 |
Oksana | theme* | 07:17 |
*** BlackBox__ has quit IRC | 07:18 | |
Oksana | Or, just have separate databases for separate contacts. Like, when you want to add something to database, you already know the phone-number-or-whatever, and you can pull up appropriate database. But, number of months in a lifetime is likely larger than number of contacts, and the spread is more uniform, so it would make more sense to go with months, as long as you know time correctly | 07:20 |
DocScrutinizer05 | Oksana: you noticed that missed calls adds the number of not yet seen missed calls from same number and lists them only once, with a integer showing how many calls you missed? This will need the db crawling through all records, even when they are separated into many files. Also a rdbms doesn't work like "let's chunk it up into files" | 07:23 |
Oksana | In fact, most parts of the system would not notice if they were fed only last-month part of database. Like, user would not need to know about calls missed previous month, or the month before that. But, user would need a file-defensive script for moving files around when the next month comes. | 07:24 |
DocScrutinizer05 | anyway rtcom-call-ui rtcom-messaging-ui osso-addressbook all three access this el-v1.db and it seems to me we can't change those three programs easily | 07:25 |
Oksana | But, scrolling down the conversations, and into earlier messages (be it in main-list or in separate-conversation) would be tricky. And calling up communication history with a contact. And yes, all these programs are not easily changable. | 07:26 |
* DocScrutinizer05 should actually clean out his el-v1.db - it's again 1.3MB | 07:38 | |
DocScrutinizer05 | also when you clean resp delete the el-v1.db, don't forget to again add the stored procedures to calculate call duration | 07:40 |
* DocScrutinizer05 glares at recaller, which doesn't record SIP | 07:41 | |
Oksana | What about orecchiette? Does it record SIP? | 07:45 |
Oksana | Albeit, it has to have its GUI started up, to be able to auto-record calls | 07:45 |
*** orbiting has quit IRC | 07:48 | |
DocScrutinizer05 | I'm sure patching recaller would be rather easy. The author simply didn't think of SIP when defining the dbus messages to listen for | 08:15 |
DocScrutinizer05 | actually _I_ wouldn't listen for the call messages but for the audio policy changes | 08:16 |
DocScrutinizer05 | well, you want to listen for the call messages anyway, for the telefone numbers | 08:17 |
*** githogori has quit IRC | 08:24 | |
*** freemangordon_ has joined #maemo | 08:25 | |
*** LauRoman has joined #maemo | 08:46 | |
*** vakkov has quit IRC | 08:50 | |
*** zGrr has quit IRC | 08:51 | |
*** silviof has joined #maemo | 08:52 | |
*** vakkov has joined #maemo | 08:53 | |
*** trumee has quit IRC | 09:08 | |
*** vakkov has quit IRC | 09:13 | |
*** Hurrian has joined #maemo | 09:20 | |
*** freemangordon_ has quit IRC | 09:21 | |
*** freemangordon_ has joined #maemo | 09:24 | |
*** trumee has joined #maemo | 09:35 | |
DocScrutinizer05 | KDE custom shortcut, trigger: "Search" (((searchkey on my mouse))) Action: Command/URL: /usr/bin/kfmclient openProfile webbrowsing "https://ixquick.com/do/metasearch.pl?query=`qdbus org.kde.klipper /klipper getClipboardContents`" | 09:37 |
*** BlackBox__ has joined #maemo | 09:39 | |
*** smhar has joined #maemo | 09:56 | |
KotCzarny | techporn: http://i.imgur.com/UOv9RUD.gif?_You_guys_clearly_aren__039_t_fucking_appreciating_all_this_shit. | 10:21 |
*** florian has joined #maemo | 10:23 | |
*** LauRoman|Phone has quit IRC | 10:36 | |
*** freemangordon_ has quit IRC | 10:37 | |
*** ceene has quit IRC | 10:42 | |
*** freemangordon_ has joined #maemo | 10:44 | |
*** freemangordon_ has quit IRC | 10:49 | |
*** freemangordon_ has joined #maemo | 10:51 | |
Wizzup | DocScrutinizer05: you're right, let me look at that... | 11:01 |
*** Hurrian has quit IRC | 11:02 | |
DocScrutinizer05 | Wizzup: I get a list like http://paste.opensuse.org/6742143 even with the fixed \ | 11:09 |
DocScrutinizer05 | is this how it's supposed to look? | 11:10 |
Wizzup | no | 11:11 |
DocScrutinizer05 | thought as much :-) | 11:11 |
Wizzup | http://sprunge.us/RHSC | 11:11 |
DocScrutinizer05 | yeah, gathered that. And I suspect the first part should be a "\2" maybe? instead of the "1" | 11:12 |
DocScrutinizer05 | lemme try if I can fix it by guessing | 11:12 |
DocScrutinizer05 | actually nope, \1 needs to be \2 | 11:14 |
Wizzup | what gcc version do you have | 11:14 |
*** ceene has joined #maemo | 11:15 | |
Wizzup | it works for me, oddly enough | 11:16 |
DocScrutinizer05 | sed -r 's/[^ ]+ +([^ ]+)(.*)/"\1" : \2,/' ? | 11:17 |
*** sparetire_ has quit IRC | 11:18 | |
DocScrutinizer05 | after sed it looks like http://paste.opensuse.org/71983028 | 11:19 |
DocScrutinizer05 | http://paste.opensuse.org/96477214 is the result of gcc -E -dM /usr/include/linux/input.h | egrep ' (EV|SYN|KEY|BTN|REL|ABS|MSC|LED|SND|REP|SW)_[A-Za-z0-9_]+' | ( echo "#include <linux/input.h>" ; echo "input_constants_dict = {" ; sed -r 's/[^ ]+ +([^ ]+)(.*)/"\1" : \2,/' ; echo "}" ) | gcc -E -o /dev/stdout - | grep 'input_constants_dict = {' -A 100000 > uinputmapper/uinput_gen.py jr@saturn:~> less uinputmapper/uinput_gen.py | 11:20 |
*** peetah has quit IRC | 11:21 | |
DocScrutinizer05 | does this look ok-ish to you? | 11:21 |
DocScrutinizer05 | well, it's the head -n 46 | 11:22 |
Wizzup | Yeah, that looks good | 11:22 |
Wizzup | I think :) | 11:22 |
*** peetah has joined #maemo | 11:23 | |
DocScrutinizer05 | http://paste.opensuse.org/75886370 full | 11:24 |
DocScrutinizer05 | cmd: http://paste.opensuse.org/98031835 | 11:25 |
DocScrutinizer05 | don't ask me what the second gcc does | 11:25 |
DocScrutinizer05 | I fixed the whole thing by mere guessing | 11:25 |
Wizzup | ok - I would like to work on it more now, but must dash to work - back later :) | 11:26 |
DocScrutinizer05 | :-) | 11:26 |
DocScrutinizer05 | I'll pester you how to actually install that thing, then | 11:26 |
Maxdamantus | It presumably expands the macro labels that aren't inside string literals. | 11:26 |
Maxdamantus | gcc -E -dM /usr/include/linux/input.h | sed 's/^.*\(\(EV\|SYN\|KEY\|BTN\|REL\|ABS\|MSC\|LED\|SND\|REP\|SW\)_[A-Za-z0-9_]\+\).*$/"\1": \1/te; d; :e' | gcc -E -o - - | 11:31 |
DocScrutinizer05 | http://paste.opensuse.org/19514918 | 11:32 |
Maxdamantus | gcc -E -dM /usr/include/linux/input.h | (echo '#include <linux/input.h>' && sed 's/^.*\(\(EV\|SYN\|KEY\|BTN\|REL\|ABS\|MSC\|LED\|SND\|REP\|SW\)_[A-Za-z0-9_]\+\).*$/"\1": \1/te; d; :e') | gcc -E -o - - | 11:35 |
Maxdamantus | Meh. | 11:35 |
Maxdamantus | So that's what the final grep is for. | 11:35 |
Maxdamantus | Missed a semicolon too, before the `te` | 11:38 |
*** KotCzarny has quit IRC | 11:40 | |
*** raandoom has joined #maemo | 11:40 | |
*** svetlana has quit IRC | 11:45 | |
*** freemangordon_ has quit IRC | 11:54 | |
*** smhar has quit IRC | 11:54 | |
*** smhar has joined #maemo | 12:01 | |
*** r00t^home has joined #maemo | 12:16 | |
*** r00t|home has quit IRC | 12:17 | |
*** futpib has joined #maemo | 12:20 | |
*** LauRoman has quit IRC | 12:22 | |
*** Vajb has quit IRC | 12:23 | |
*** Vajb has joined #maemo | 12:25 | |
*** raandoom has quit IRC | 12:27 | |
*** troulouliou_div2 has joined #maemo | 12:39 | |
*** raandoom has joined #maemo | 12:41 | |
*** freemangordon_ has joined #maemo | 12:43 | |
*** freemangordon_ has quit IRC | 12:48 | |
*** freemangordon_ has joined #maemo | 13:04 | |
*** freemangordon_ has quit IRC | 13:11 | |
*** freemangordon_ has joined #maemo | 13:17 | |
*** freemangordon_ has quit IRC | 13:23 | |
*** vahe has joined #maemo | 13:31 | |
*** Vajb has quit IRC | 13:35 | |
*** gregoa has quit IRC | 13:38 | |
*** gregoa has joined #maemo | 13:38 | |
*** freemangordon_ has joined #maemo | 13:39 | |
*** freemangordon_ has quit IRC | 13:45 | |
*** KotCzarny has joined #maemo | 13:47 | |
*** ecloud is now known as ecloud_wfh | 13:58 | |
*** xes__ has quit IRC | 14:09 | |
*** aloril has quit IRC | 14:15 | |
*** aloril has joined #maemo | 14:16 | |
*** stevenm has joined #maemo | 14:24 | |
stevenm | anyone know what SIP User Agent that n900/maemo uses (as seen from a sip server) ? | 14:24 |
stevenm | I know Symbian devices would use things like 'Nokia RM-244 400.34.0.11' - but with n900 being linux I'm not sure | 14:25 |
*** Hurrian has joined #maemo | 14:26 | |
stevenm | hmm i think it mightbe Telepathy-SofiaSIP/0.5.18.1 | 14:27 |
*** BCMM has joined #maemo | 14:58 | |
bencoh | would make sense since it uses telepathy | 15:11 |
*** freemangordon_ has joined #maemo | 15:15 | |
*** vahe has quit IRC | 15:20 | |
*** jonwil has joined #maemo | 15:21 | |
*** freemangordon_ has quit IRC | 15:23 | |
*** sunshavi has joined #maemo | 15:34 | |
*** at1as has quit IRC | 15:42 | |
*** at1as has joined #maemo | 15:42 | |
*** trx has quit IRC | 15:43 | |
*** disco_stu has quit IRC | 15:46 | |
*** disco_stu_droid has joined #maemo | 15:46 | |
*** disco_stu_droid is now known as disco_stu | 15:47 | |
*** jonwil has quit IRC | 15:47 | |
*** tantyg has quit IRC | 15:47 | |
*** tanty_off has joined #maemo | 15:48 | |
*** at1as has quit IRC | 15:48 | |
*** tanty_off is now known as tanty | 15:48 | |
*** at1as has joined #maemo | 15:48 | |
*** freemangordon_ has joined #maemo | 16:22 | |
*** freemangordon_ has quit IRC | 16:26 | |
*** xes has joined #maemo | 16:37 | |
*** lxp has quit IRC | 16:40 | |
*** hashcore has joined #maemo | 16:43 | |
*** Shapeshifter has quit IRC | 16:52 | |
*** lxp has joined #maemo | 16:59 | |
*** raandoom has quit IRC | 17:08 | |
DocScrutinizer05 | stevenm: yep | 17:17 |
DocScrutinizer05 | sth like that | 17:18 |
stevenm | sth!? | 17:18 |
stevenm | oh something | 17:18 |
stevenm | can it be changed? the platform i'm trying to connect to checks useragents and allows s60 devices though - but wouldn't allow that through | 17:19 |
DocScrutinizer05 | Telepathy-SofiaSIP | 17:19 |
DocScrutinizer05 | duh, it checks the type of client? | 17:19 |
stevenm | yup | 17:19 |
DocScrutinizer05 | I'm afraid this string is prolly hardcoded into the SIP lib | 17:20 |
DocScrutinizer05 | which means you can change it with a hexeditor | 17:20 |
Sicelo | why would they do that by the way? | 17:20 |
stevenm | Sicelo, you mean 'why have they done that by the way?' | 17:20 |
DocScrutinizer05 | do what? check client name? | 17:20 |
stevenm | because they're BT and they're shit | 17:21 |
Sicelo | what's BT? | 17:21 |
stevenm | https://www.btwholesale.com/pages/static/products-services/ip-voice-services.htm | 17:21 |
stevenm | their SBC checks user agents so only approved devices which they've checked for compatibility can connect | 17:21 |
Sicelo | so are you sure only S60? | 17:21 |
Sicelo | hmm | 17:21 |
stevenm | no lots of others too - but I have an asterisk server I managed to connect (which I can change user agents on) so I can test which user agents get past and register... and which don't | 17:22 |
stevenm | s60 devices are approved anyway | 17:22 |
Sicelo | i just wonder if the N900 is not failing something else (not necessarily UA).. for example, N900 can't connect to Ekiga servers | 17:23 |
stevenm | who said I'd even tried it? | 17:23 |
stevenm | if the useragent is Telepathy-SofiaSIP then then I've tried that on my test asterisk install and it failed - where as a Nokia RM-?? user agent works | 17:24 |
Sicelo | ok | 17:24 |
stevenm | don't worry about it anyway - lots of stuff doesn't work with their crappy platform | 17:25 |
*** BCMM has quit IRC | 17:25 | |
stevenm | thats why i've got asterisk in the first place to act as a proxy... although i'd much rather use kamailio but i'm not sure how to yet | 17:25 |
DocScrutinizer05 | Telepathy-SofiaSIP/0.6.2 in /usr/lib/telepathy/telepathy-sofiasip | 17:31 |
DocScrutinizer05 | a ~> cp /usr/lib/telepathy/telepathy-sofiasip /usr/lib/telepathy/telepathy-sofiasip_BACKUP; sed -i s#Telepathy-SofiaSIP/0.6.2#S60 # /usr/lib/telepathy/telepathy-sofiasip ;# should do | 17:41 |
DocScrutinizer05 | though it seems you have an old version 0.5.18.1, so you should find the string by yourself (strings /usr/lib/telepathy/telepathy-sofiasip|grep SofiaSIP) and make sure you replace it by exactly same number of chars via sed | 17:48 |
*** hashcore has quit IRC | 18:05 | |
*** florian has quit IRC | 18:19 | |
*** at1as has quit IRC | 18:21 | |
*** BlackBox__ is now known as FlameReaper-PC | 18:36 | |
*** mp__ has joined #maemo | 18:49 | |
*** florian has joined #maemo | 18:57 | |
*** RedW has quit IRC | 19:01 | |
*** RedW has joined #maemo | 19:03 | |
*** at1as has joined #maemo | 19:11 | |
*** at1as has quit IRC | 19:15 | |
*** at1as has joined #maemo | 19:16 | |
*** sunshavi has quit IRC | 19:17 | |
*** RzR has quit IRC | 19:24 | |
*** silviof has quit IRC | 19:27 | |
*** shamus has quit IRC | 19:27 | |
*** shamus has joined #maemo | 19:27 | |
*** RzR has joined #maemo | 19:34 | |
*** silviof has joined #maemo | 19:38 | |
*** Pali has joined #maemo | 19:44 | |
*** jon_y_ has joined #maemo | 20:02 | |
*** Wizzup_ has joined #maemo | 20:04 | |
*** Wizzup has quit IRC | 20:04 | |
*** jon_y has quit IRC | 20:04 | |
*** troulouliou_div2 has quit IRC | 20:09 | |
*** sparetire_ has joined #maemo | 20:29 | |
*** geaaru has joined #maemo | 20:54 | |
*** xorly has joined #maemo | 20:55 | |
*** Vajb has joined #maemo | 21:17 | |
*** FlameReaper-PC has quit IRC | 21:27 | |
*** Sicelo009N has joined #maemo | 21:29 | |
*** florian has quit IRC | 21:32 | |
*** Sicelo009N has quit IRC | 21:58 | |
*** florian has joined #maemo | 22:07 | |
*** FlameReaper-PC has joined #maemo | 22:08 | |
*** DocScrutinizer05 has quit IRC | 22:11 | |
*** DocScrutinizer05 has joined #maemo | 22:12 | |
*** at1as has quit IRC | 22:31 | |
*** LauRoman has joined #maemo | 22:35 | |
*** shamus has quit IRC | 22:40 | |
*** shamus has joined #maemo | 22:41 | |
*** krnlyng has quit IRC | 22:45 | |
*** krnlyng has joined #maemo | 22:59 | |
*** mp__ has quit IRC | 22:59 | |
Sicelo | hahaha!! | 23:14 |
Sicelo | got OWA access via own method | 23:15 |
Sicelo | I'll close the ticket with IT Dept. | 23:15 |
Sicelo | https://github.com/iSECPartners/jailbreak helped .. to export a non-exportable cert. N900 happily accepted it | 23:17 |
kerio | ? | 23:20 |
Sicelo | for context, http://mg.pov.lt/maemo-irclog/%23maemo.2015-12-21.log.html#t2015-12-21T10:43:02 | 23:27 |
*** at1as has joined #maemo | 23:35 | |
*** at1as has quit IRC | 23:38 | |
*** at1as has joined #maemo | 23:39 | |
*** Roth has joined #maemo | 23:42 | |
*** darkschneider has joined #maemo | 23:46 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!