Guest2004 has quit [Killed (copper.libera.chat (Nickname regained by services))]
joerg has joined #maemo-leste
mardy has joined #maemo-leste
<tmlind>
uvos: so you can add more notifications in ofono to ciev_notify if some are missing, you can see the packets in dmesg if you modprobe n_gsm debug=0xff
zhxt has quit [Ping timeout: 268 seconds]
reallll has joined #maemo-leste
belcher_ has quit [Ping timeout: 245 seconds]
reallll is now known as belcher
zhxt has joined #maemo-leste
belcher has quit [Ping timeout: 240 seconds]
belcher_ has joined #maemo-leste
pere has quit [Ping timeout: 268 seconds]
Twig has joined #maemo-leste
Twig has quit [Ping timeout: 245 seconds]
<Wizzup>
morn
<tmlind>
hi
* Wizzup
going to build the new sphone and test
pere has joined #maemo-leste
xmn has joined #maemo-leste
<Wizzup>
uvos: hm, the phone didn't unlock for me
<Wizzup>
uvos: so I don't see a ring tone packaged
<Wizzup>
I see one in the git repo, but it's not in the debian package
freemangordon has quit [Ping timeout: 268 seconds]
freemangordon has joined #maemo-leste
uvos has joined #maemo-leste
doc has quit [Ping timeout: 248 seconds]
doc has joined #maemo-leste
<Wizzup>
uvos: what is supposed to happen with tklock when mce is in call mode?
<uvos>
i still need to strip all of that out of it (really there should be something that manages the beavior during calls in once place instead of bits being all over the place)
<uvos>
i know about mce-dev infact i copyed the defines out of there
<Wizzup>
why not include the header?
<Wizzup>
wrt call state handling, I could look at my ida db for you
<Wizzup>
or share it
<uvos>
look for what?
<uvos>
i dont like these fake depedancies (ie the resulting sphone binary dosent depend on mce at all you just need it to build it) rn i also build it on arch for testing and the lack of special deps is nice
<uvos>
i really want it to work like mce post cmake
<uvos>
(ie it uses the header if its there but uses dbus names from its own repo if not)
<Wizzup>
I mean defines in headers are normal I think?
<Wizzup>
that seems odd to me, to duplicate it
<Wizzup>
it could just be hidden behind some --enable-mce thing
<Wizzup>
wrt 'look for what?': how nokia handles this in their phone ap
<Wizzup>
phone app
<uvos>
how nokia handles it in the phone app is not the issue
<Wizzup>
I am going out to get some lunch
<uvos>
the stuff is implmented in mce
<Wizzup>
ok then, I think there might be other things we don't know about
<uvos>
its just spagetti code
<Wizzup>
I'll look later
<uvos>
sure
<uvos>
" could just be hidden behind some --enable-mce thing" but then the binary is different for no reason
<uvos>
from my perspective: i have devices that run leste
<uvos>
and devices that run just debian
<uvos>
i want sphone to work on both so the build system needs to be able to cope with no leste stuff installed
<uvos>
(altho in this case i do use mce on both)
<uvos>
unsuprizingly i like how the mce build system works