IRC log of #maemo-ssu for Saturday, 2015-10-24

*** jonwil has joined #maemo-ssu00:51
jonwilhi01:07
*** Pali has quit IRC02:37
*** LauRoman has quit IRC03:36
*** RedW has quit IRC03:40
*** RedW has joined #maemo-ssu03:41
*** Milhouse has quit IRC04:22
*** ShadowJK_ is now known as ShadowJK04:25
*** Milhouse has joined #maemo-ssu04:43
*** futpib has quit IRC04:48
*** sparetire_ has quit IRC06:31
*** Sicelo009N has quit IRC08:32
*** jonwil has quit IRC09:00
*** LauRoman has joined #maemo-ssu09:08
*** amiconn has quit IRC10:06
*** amiconn has joined #maemo-ssu10:07
*** Pali has joined #maemo-ssu10:15
*** jonwil has joined #maemo-ssu10:17
jonwilhi10:20
Palihi!10:26
keriohiho10:26
jonwilGetting back into N900 dev has been fun10:27
freemangordonjonwil: which binary package is connui-statusbar-internet? the same (connui-statusbar-internet)?10:54
jonwilyes10:54
freemangordonok10:54
jonwilofficial Nokia source package is really named connui-internet I think but we are only cloning one part of that package, not the lot10:55
freemangordonok10:55
freemangordondo you have a link to the .deb?10:55
jonwilits only available in the nokia on-device repo10:56
jonwilwhich I dont have any links to10:56
freemangordonok10:57
jonwilToday I have concluded that hildon-plugins-notify-sv is too hard to clone due mostly to a couple of impossible-to-work-out data structures11:04
jonwilI did document some of what it does though11:04
jonwiland may document more of what it does in terms of API calls to interesting APIs11:04
freemangordonjonwil: hmm, seems your ida db is corrupted11:05
jonwil?11:06
freemangordon"The type network_entry is too long or wide. It can not be used"11:06
freemangordon"Undefined type name 'network_entry'"11:06
jonwilhmmm, its working for me11:06
freemangordon6.6.141224 (32-bit)11:06
freemangordonida version11:06
freemangordonHR is 14060511:07
jonwilweird that it wont open11:08
freemangordonit opens11:09
freemangordonanyway, what is the problem with _connui_internet_status_menu_item_is_suspended ?11:09
jonwilhexrays chokes on it11:09
jonwilfor me at least11:09
freemangordonoh, not here11:09
freemangordonbut the ^^^ errors are produced11:09
jonwilok, weird11:10
jonwilno idea about the errors11:10
freemangordonwhat I did to fix those - copied network_entry struct, deleted it and renamed the copied struct to network_entry11:10
jonwilok11:10
freemangordonthat fixed the code in _connui_internet_status_menu_item_is_suspended11:10
jonwilok, can you save your idb file and get me the new one in case that helps me?11:11
freemangordonjust a second11:11
jonwiland do the other 2 functions with the $ work or not work in hexrays?11:11
freemangordonall of them work11:11
jonwilok, great11:11
jonwilplease get me the IDA db :)11:11
freemangordonok, just a second11:12
freemangordonjonwil: http://46.249.74.23/connui/11:13
freemangordondoes it work for you?11:16
jonwilconnui_internet_status_menu_item_inet_status_cb still fails for me11:17
jonwilas does connui_internet_status_menu_item_anim_set_pixbuf11:18
freemangordonseems something needs to be fixed there as well11:18
freemangordonwill do it when it comes to it11:18
jonwilok11:18
jonwilI am going to continue filling out my IDA DB for connui-statusbar-cellular11:19
freemangordonok, I am going to make the autofoo and debian packaging11:20
jonwilok11:21
jonwillooks like connui-statusbar-cellular is fairly simple, it registers various status callbacks and based on what the current status is (flightmode on/off, sim status, network status) picks a "bars" icon and a "mode" icon and draws them11:56
jonwilto be quite honest I cant even see any point cloning connui-statusbar-cellular11:56
jonwilAt least I can think of improvements to be made to connui-statusbar-internet11:57
jonwili.e. wifi signal strength11:57
freemangordonwell, it is always good to have one more package REed12:08
freemangordonhmm, I wonder if we can rename a repo on github12:09
jonwilwhat repo do you want to rename?12:09
freemangordonconnui-statusbar-internet :)12:09
jonwilrename it to what?12:10
freemangordonconnui-internet12:10
freemangordonjonwil: as that is the source package12:11
jonwilI cant see connui-conndlgs-internet or connui-iapsettings being cloned anytime soon... :)12:11
freemangordondoesn't matter12:11
jonwilok :)12:11
freemangordonso, how to rename it?12:12
jonwilno idea12:12
freemangordonI guess I have to delete it and create a new one12:13
jonwilpossibly12:13
freemangordonok, going to do it12:13
freemangordonoh, wait, there is rename. under settings12:14
freemangordonjonwil: renamed, please clone again12:15
jonwilok12:15
freemangordonjonwil: autofoo added, we may start to fill in the code12:23
jonwilok12:23
freemangordonkeep in mind it has bug and unneeded stuff12:24
freemangordon*bugs12:24
jonwilhaving another package (connui-statusbar-cellular) reverse engineered is good but there are packages that are more useful to spend time on12:29
jonwillike osso-wlan-security... :P12:30
freemangordonok12:31
freemangordonanyway, I started filling statusbar item with code12:32
jonwilok :P12:32
jonwil:)12:32
jonwilnot that I recommend any sane person attempt to reverse engineer that beast (osso-wlan-security)12:33
freemangordon:)12:33
jonwilanything with any amount of C++ is naturally going to be harder to reverse engineer because you have to track down vtables and know which virtual function is actually being called where :)12:34
jonwiland osso-wlan-security is full of C++12:35
freemangordonyeah12:35
jonwilFYI, I have taken a look at rtcom-accounts-plugin-sip and I get lost in some stuff to do with something called "glade", whatever that is14:43
freemangordon:D14:58
freemangordoncomeon, this is xml representation of gtk widgets14:58
freemangordonlook at gtalk plugin for example14:58
kerioliterally copying apple15:02
freemangordonjonwil: in the meanwhile https://github.com/community-ssu/connui-internet/commit/a7fd6bd5f39c7cc71d42d354c275bc225e065e3b15:04
*** Sicelo009N has joined #maemo-ssu15:05
*** kerio has quit IRC15:11
*** kerio has joined #maemo-ssu15:12
*** jonwil has quit IRC15:42
*** futpib has joined #maemo-ssu16:05
*** sparetire_ has joined #maemo-ssu17:15
*** NishanthMenon has joined #maemo-ssu17:24
*** LauRoman|Alt has joined #maemo-ssu20:33
Sicelobencoh: this is my version of those mafw bugs20:33
SiceloOct 24 19:33:14 fremantle mafw-dbus-wrapper[1461]: dspvdec31: buffer not aligned: 0x4333c000(0)-0x43392220(32): from device20:33
freemangordonSicelo: HD codecs?20:52
freemangordon(btw, this ^^^ is not a bug in mafw)20:53
Siceloi have hd codecs yes :)20:53
Siceloand yeah, used mafw wrongly here20:54
freemangordonmaybe I should focus on gst-dsp, not on mafw21:00
freemangordonas I don't remember seeing such behaviour with stock codecs21:00
Sicelobtw, mine was a temporary problem. restarting the video worked fine without any 'gimmicks'21:00
*** Sicelo009N has quit IRC21:18
*** LauRoman has quit IRC21:31
*** Sicelo009N has joined #maemo-ssu21:40
*** Sicelo009N has joined #maemo-ssu21:40
*** ccnnjj has joined #maemo-ssu21:46
*** NishanthMenon has quit IRC21:55
*** jonwil has joined #maemo-ssu22:25
*** LauRoman has joined #maemo-ssu22:37
*** trx has joined #maemo-ssu22:55
*** trx has joined #maemo-ssu22:55
*** BCMM has joined #maemo-ssu23:22
*** BCMM has quit IRC23:27
freemangordonjonwil: connui-inet status menu plugin should be complete. it only needs debian packaging :)23:46
jonwilgreat23:47
jonwilI happen to have the beginnings of a clone of osso-systemui-modechange happening23:47
freemangordongood23:47
jonwilNot that I have a clue what osso-systemui-modechange is for exactly23:49
jonwilbut hey, I think I can clone it23:49
jonwilso why not :)23:49
jonwilmight be able to do some other systemui plugins too23:49
freemangordon:)23:50
jonwilalthough I am not going to do osso-systemui-emergency (both because it makes calls to librtcom-call-ui that are totally undocumented and because I have no way to test it)23:50
bencohwait, there is an emergency call mode?23:51
jonwilyes, do you think any phone manufacturer would not include a proper emergency call mode23:52
bencohhow do you trigger it?23:53
jonwilnot a clue23:53
jonwiland I dont want to try and find out23:54
jonwilbecause the last thing I need is to get in trouble for calling emergency number by mistake when there is no emergency23:54
freemangordonI guess you should remove the sim card and dial 11223:55
freemangordonjonwil: please add yourself to the authors of that plugin23:55
bencohcant trigger it when in "secured"/locked mode then ...23:55
freemangordonwhy?23:56
jonwilconnui-internet you mean?23:56
freemangordoniirc on sim pin entry, there is an option to make an emergency call23:56
jonwilor osso-systemui-modechange?23:56
freemangordonjonwil: yes23:56
jonwilok23:56
freemangordonconnui-internet23:56
jonwildone23:57
bencohI just dont see any "emergency call" button in the lockscreen or the codelock dialog23:57
bencohwhich means you'd need to reboot the phone (?!)23:57
freemangordonno idea then23:57
Sicelo009Nif you're in "normal" mode, then emergency call becomes "normal" call lol23:59
bencoh:D23:59

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