slep has quit [Remote host closed the connection]
xmn has quit [Quit: ZZZzzz…]
xmn has joined #maemo-leste
xmn has quit [Ping timeout: 268 seconds]
joerg has quit [Ping timeout: 268 seconds]
xmn has joined #maemo-leste
joerg has joined #maemo-leste
xmn has quit [Ping timeout: 268 seconds]
xmn has joined #maemo-leste
slep has joined #maemo-leste
fmg_d4 has joined #maemo-leste
ceene has joined #maemo-leste
fmg_d4 has quit [Read error: Connection reset by peer]
fmg_d4 has joined #maemo-leste
fmg_d4 has quit [Ping timeout: 246 seconds]
fmg_d4 has joined #maemo-leste
<freemangordon> ugh, got it working, the only missing piece was stream format
<freemangordon> Wizzup: any idea why we have capture and playback streams on voice? what are they used for?
pere has quit [Ping timeout: 252 seconds]
Livio has joined #maemo-leste
fmg_d4 has quit [Quit: fmg_d4]
fmg_d4 has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
fmg_d4 has quit [Ping timeout: 256 seconds]
xmn has joined #maemo-leste
pere has joined #maemo-leste
akossh has joined #maemo-leste
ungeskriptet4 has joined #maemo-leste
ungeskriptet has quit [Read error: Connection reset by peer]
ungeskriptet4 is now known as ungeskriptet
Wizzup has quit [Ping timeout: 268 seconds]
Wizzup has joined #maemo-leste
fmg_d4 has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
xmn has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> freemangordon: cool, btw how did you add the stream format ? directly in the dtsi ?
<arno11> (just out of curiosity)
uvos has joined #maemo-leste
<uvos> freemangordon: you mean the streams in pa?
<uvos> because pa has no concept of configurations not being assoicated with a stream
<uvos> so you can not create any usecase configuration not associated with a stream
<uvos> essentally the same problem as dapm just in userspace
fmg_d4 has quit [Ping timeout: 264 seconds]
ungeskriptet has quit [Quit: Contact links: https://david-w.eu]
fmg_d4 has joined #maemo-leste
<fmg_d4> stream format can't be set iiuc
<fmg_d4> i hacked the port formatin the code
<fmg_d4> but will try to find the proper way to set it through dt
<uvos> so by stream you ment the hw streams ie the voide dai in cpcap not pa's streams?
<fmg_d4> yes
<fmg_d4> hi!
ungeskriptet has joined #maemo-leste
<fmg_d4> ater on I will need your help to make that work prperly
<fmg_d4> but, i have calls workin on 6.6
<fmg_d4> with all hacks removed
<fmg_d4> besides i2s i set on voice dai
<fmg_d4> argh, my d4 kbd is next to useless
<uvos> whats wrong with it?
<fmg_d4> it misses 10% of the presses
<uvos> nice, its pretty unlikely i will be of any use given my knowlage of alsa but i will try. Hw wise the voice dai essentally just needs us to enable it and clock it
DFP has quit [Remote host closed the connection]
DFP has joined #maemo-leste
<uvos> otherwise its inidpendant from cpu
<uvos> ofc i dont know how to do this properly in alsa otherwise we would not be here
<uvos> ill try and catch up on the backscroll later
<fmg_d4> you will, as I have no idea why do we need voice capture dai stram, for example
<fmg_d4> thanks
<uvos> fmg_d4: regarding broken d4 keyboard
<uvos> i had one of those too
<fmg_d4> will ping you when I am back home from work
<uvos> i carefully pealed it back and cleaned the contacts
<fmg_d4> so it is hw issue?
<uvos> never had usual units miss keypresses (besides there was a kernel bug at some point)
<uvos> but the kernel bug was solved long ago
<uvos> never had problems after that
<fmg_d4> i was thinking it is design issue
<fmg_d4> i see
<uvos> hmm no something is wrong with that unit :P
<fmg_d4> ok
<uvos> d4s keyboard is usually really good
<fmg_d4> will clean it up
<fmg_d4> or, it might self-heal now i am going to use it regularly :)
<uvos> helps to masage it
<uvos> if you leave a d4 for a long time sometims some keys dont work at all
<fmg_d4> yeah, makes snse
<uvos> in this case just pressing down hard and wiggeling on eatch key helps
mdz has joined #maemo-leste
uvos has quit [Quit: Konversation terminated!]
DFP has quit [Ping timeout: 268 seconds]
DFP has joined #maemo-leste
arno11 has left #maemo-leste [#maemo-leste]
pere has quit [Ping timeout: 260 seconds]
fmg_d4 has quit [Ping timeout: 268 seconds]
amunizp has joined #maemo-leste
Wikiwide has quit [Remote host closed the connection]
Wikiwide has joined #maemo-leste
arno11 has joined #maemo-leste
cockroach has joined #maemo-leste
fmg_d4 has joined #maemo-leste
fmg_d4 has quit [Ping timeout: 264 seconds]
pere has joined #maemo-leste
ungeskriptet has quit [Quit: Contact links: https://david-w.eu]
amunizp has quit [Quit: Not sure what quit means.]
ungeskriptet has joined #maemo-leste
Livio has quit [Ping timeout: 256 seconds]
arno11 has left #maemo-leste [#maemo-leste]
Wikiwide has quit [Ping timeout: 268 seconds]
<inky> folks, so i wrote code which detects the screen rotation.
<inky> but when i press my program, maemo would rotate the screen back.
<inky> so i need also to tell maemo to not switch back to landspace with my app.
<sicelo> hildon application?
<Wizzup> freemangordon: amazing @ working
<inky> well, no, just pascal/lazarus app. i can detect that the screen got rotated and which are the new dimensions by xrandr library.
<inky> but then i need to tell hildon to not rotate my app back to landscape.
<inky> when i switch to it.
<sicelo> one option is to hildonize it
<Wizzup> you need to set the atom yup
<Wizzup> if you use gtk2, there is a way to do it from libhildon, if you use qt, you can use setproperty
<inky> yes i think i will try to call x11 functions to set xatom.
<Wizzup> pretty sure lazarus uses gtk2 but ok :D
<inky> yes it uses gtk2.
<inky> it has gtk3 but i use gtk2, and it is default.
<inky> so i need to make a wrapper to libhildon i guess. which function?
<inky> btw Wizzup i use my comics-daily app every day, and i installed it as debian package, because i am able to build debian package. as soon as jenkins has it i will build it there.
<Wizzup> I think fpc could maybe just generate these for you for libhildon
<Wizzup> ok, well, I am in the middle of a renovation so I don't think the build server works atm
<inky> there is a tool, yes. i'll try to use it.
<Wizzup> but I do plan o fix it tonight or tomorrow
<Wizzup> h2pas iirc
<inky> aha.
<inky> ty!
ceene has quit [Remote host closed the connection]
Wizzup has quit [Ping timeout: 264 seconds]
Wizzup has joined #maemo-leste
<freemangordon> what is Voice Playback vs Voice Capture vs incall-playback vs incall-capture
<freemangordon> Voice PB/CAP is for microphone or?
narodnik has quit [Quit: WeeChat 4.3.2]
narodnik has joined #maemo-leste
fmg_d4 has joined #maemo-leste
vectis has quit [Ping timeout: 252 seconds]
vectis has joined #maemo-leste
fmg_d4 has quit [Ping timeout: 268 seconds]
Wikiwide has joined #maemo-leste
nmdv has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> freemangordon: playback is for earpiece/speaker and capture for microphone (at least in PA, alsa, ucm, cmtspeech).
<arno11> (but maybe your question is different or more tricky)
fmg_d4 has joined #maemo-leste
arno11 has quit [Ping timeout: 246 seconds]
sch has quit [Quit: Gateway shutdown]
amunizp has joined #maemo-leste
fmg_d4 has quit [Remote host closed the connection]
fmg_d4 has joined #maemo-leste
<Wizzup> freemangordon: sorry, still doing renovation things, but home on wednesday, do you still need an answer to the question
amunizp has quit [Ping timeout: 268 seconds]
<freemangordon> Wizzup: yes, I need all teh info I can get
<freemangordon> arno11: ok, but does this mean that both streams are active during call?
<Wizzup> I will have to check with what we currently have, but I think voice capture is for cpu recording
fmg_d4 has quit [Ping timeout: 264 seconds]
<Wizzup> no, that seems to be from android, I don't know quite exactly, but with the names I can guess what some of them are for
<Wizzup> heh fmaudio playback
<freemangordon> yes, it is andoid
<freemangordon> but I can;t guess some of them
nmdv has quit [Ping timeout: 264 seconds]
<freemangordon> like, what is BPVoice?
<Wizzup> not sure to be honest
<freemangordon> as I think we want those too
<Wizzup> yeah, ultimately having bluetooth work would be nice
<Wizzup> assuming it is bluetooth
<freemangordon> no, bluetooth is BT
<freemangordon> there is "cpcap bt-call" and "cpcap bt"
<Wizzup> ok
<freemangordon> Wizzup: do you know where internal mic is connected? to baseband or to cpcap?
<Wizzup> sorry, I don't really have the answer, I can only guess
<Wizzup> I think it might be both, but I would guess cpcap
<freemangordon> lets see if uvos has more info
<Wizzup> but this is really great progress still :)
<freemangordon> right
<freemangordon> hmm, BPVoice could be BasebandProcessorVoice
<freemangordon> whatever is that supposed to mesan
arno11 has joined #maemo-leste
<Wizzup> maybe direct routing or something
<Wizzup> or maybe it's lte?
<Wizzup> the droid4 has a lte modem for in the us
<freemangordon> ah, right
<freemangordon> yeah, that would make sens
<freemangordon> e
<arno11> freemangordon: yes both streams are probably active during call (even for voice recording)
Livio has joined #maemo-leste
<freemangordon> hmm, 6.6 does not seem to boot with flat battery
<Wizzup> how flat and what charger? is that different from 6.1?
<Wizzup> in my experience you need to replug charger (maybe this is a thing of the past) when booting to get it to see it
<freemangordon> yes, the same charger/cable
<Wizzup> from kexec I mean
<freemangordon> does not help
<freemangordon> it just hang in very early stage
<freemangordon> oh, now it booted, weird
<freemangordon> on 5th attempt perhaps
fmg_d4 has joined #maemo-leste
nmdv has joined #maemo-leste
amunizp has joined #maemo-leste
akossh has quit [Quit: Leaving.]
uvos has joined #maemo-leste
<uvos> freemangordon: the lte dose not and can not do voice
<uvos> its not whats up here
<Wizzup> hmm
<uvos> so there are two things, the configuration of the cpcap side of the voice dai which needs to be configured by the cpu for modem operation
<uvos> and the path used to record audio from the modem to the cpu
<uvos> going by the names Voice Playback/Capture should be the voice dai on cpcap connected to the modem (see the cpcap datasheet)
<uvos> and incall-playback/incall-capture is the modem <-> cpu interface used for call recording or possibly also audio injection into the call stream, atho android dosent do the latter, and i never got any of this to work on mainline despite trying some
amunizp has quit [Ping timeout: 260 seconds]
arno11 has left #maemo-leste [#maemo-leste]
<uvos> ntw
<uvos> btw
<uvos> LTE Band 13, VOIP only
<uvos> no suprise
<uvos> but yes the modem dose NOT support volte and its voice operation is used purly via the cpu doing voip
<uvos> thats not a droid4 inductive charging door
<uvos> thats a bionic door
<uvos> upps
Livio has quit [Ping timeout: 252 seconds]
Juest has quit []
Juest has joined #maemo-leste
antranigv has quit [Quit: ZNC 1.9.0 - https://znc.in]
inky has quit [Ping timeout: 255 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
antranigv has joined #maemo-leste
antranigv has quit [Quit: ZNC 1.9.0 - https://znc.in]
System_Error has quit [Ping timeout: 260 seconds]
System_Error has joined #maemo-leste
uvos has quit [Ping timeout: 268 seconds]