Treebeard has joined #maemo-leste
Treebeard has quit [Changing host]
Treebeard has joined #maemo-leste
BenLand100 has quit [Ping timeout: 260 seconds]
Treebeard is now known as BenLand100
xmn has joined #maemo-leste
cockroach has quit [Quit: leaving]
xmn has quit [Quit: ZZZzzz…]
joerg has quit [Ping timeout: 264 seconds]
joerg has joined #maemo-leste
mardy has joined #maemo-leste
pere has quit [Ping timeout: 245 seconds]
Pali has joined #maemo-leste
pere has joined #maemo-leste
Pali has quit [Ping timeout: 258 seconds]
uvos has joined #maemo-leste
xmn has joined #maemo-leste
<Wizzup> uvos: hehehe the d3 doesn't have the green light always on when it's powered (different led), so the mce patterns actually work properly
<Wizzup> I have a nice orange light now
<uvos> yeah i know it has a white led next to the usb port like every droid < 4
<Wizzup> yeah, but it's nice :p
<uvos> this is supierior to the n900/d4 anyways becasue if you see a light on the device its allways a notification
<Wizzup> ok so what I need to do is check why the brightness adjustment doesn't work and the modem doesn't (seem) to work, and then it's looking pretty good
<uvos> ok
<bencoh> right, I wanted to ask ... that green light on d4 is fully hw?
<Wizzup> bencoh: it can disabled in cpcap
<bencoh> ah, alright
<Wizzup> like with the n900, which has a gpio for it
<uvos> its a seperate led controled by cpcap
<Wizzup> we disable that in our n900 init script
<uvos> maybe the fw
<uvos> so might not be totaly hw
<uvos> the brightness is likely on a different channel
<Wizzup> yeah, I didn't look at the dts part of that yet
<Wizzup> going to test a bit more, but it really -looks- like the freezes are gone
<Wizzup> which makes me happy
<uvos> that would be wierd
<uvos> why would the double kexec change that
<Wizzup> kexecboot might set up the clocks just right or something
<Wizzup> all I could think of
<Wizzup> ah yeah and there's accelerometer stuff I think
<uvos> i2cdetect -r 1 0x38 0x38
<uvos> what dose that show on d3
<uvos> i2cdetect -r 1 0x38 0x38
<uvos> *i2cdetect -r 0 0x38 0x38
<Wizzup> do you know what package that is part of?
<Wizzup> (searching)
<tmlind> i2c-tools
<Wizzup> ty
<uvos> ok
<uvos> the led chip is the same
<uvos> and present
<uvos> different channel then
<uvos> i2cdetect -r 3 0x18 0x18?
<tmlind> freemangordon: fyi, still slowly setting up pvr-drv with reg read/write access for ocp regs, and interrupt handler for the socs that use it. still need to move the interrupt handler(s)..
<tmlind> i guess the next logical step would be to move the mmu code to a new file pvr-mmu.c or something
<uvos> Wizzup: ok no accel
<uvos> i2cdetect -r 3 0x0f 0x0f shows UU probubly
<uvos> ie it has the same accel as bionic
* tmlind bbl
<Wizzup> uvos: yes
<Wizzup> so I'll take that from the bionic dts?
<uvos> yeah
<Wizzup> how about the led controller?
<uvos> use i2cset to mess with the channels until you find what is connected to the backlight
<uvos> ie 0x16 0x18 or 0x1A
<uvos> carefull tho
<uvos> one might be the flash led
<uvos> you can kill that fast by having it on at full power to long
<Wizzup> maybe it's easier to check android?
<uvos> thats boring :P
<uvos> not sure about easier but possible yeah
<Wizzup> ok
<Wizzup> I will try in a bit, but def don't want to damage the led ;)
<sicelo> Which reminds me that I was going to work on the N900 flash LED
<sicelo> Everytime i see the rgb led on my n900 it's due to a notification. If that's not always the case for you, something's borked on your device
<uvos> ? the n900 uses the leds for lots of stuff that isent a notfication, like the silly power down animation and the charging animation etc
<uvos> the old motorola devices have a dedicated led for system state and one for only comunication notifications
<uvos> making its more clear whats happening
<Wizzup> sicelo: what do you mean, due to a notification?
<bencoh> uvos: actually the fact that they both sit in the same area defeats the point of having two :)
<uvos> bencoh: on d3 and lower they dont
<Wizzup> uvos: hm wait, I already had the bionic entry in my dts
<uvos> bencoh: one is where the led on d4 is and one is a big white one next to the usb port
<uvos> on d4 its defeated yeah
<uvos> Wizzup: well dose it work?
<Wizzup> it doens't do anything when I rotate the device
<Wizzup> otherwise I would not have asked ;)
<uvos> check the number in sysfs
<uvos> it might just be oriented differently
<uvos> maybe it rotates when you place the device face down or something :P
<Wizzup> ok
<uvos> what device image is your rootfs based on?
<Wizzup> holding it upside down makes it rotate
<Wizzup> upside down in portrait
<uvos> ok
<uvos> thats easily fixable
<Wizzup> but then holding it normally keeps it there
<Wizzup> rootfs is bionic
<uvos> Wizzup: ofc it keeps it there
<Wizzup> mhm
<uvos> you need to rotate it landscape upside down
<Wizzup> yeah, lol
<uvos> edit this
<Wizzup> ok
<uvos> you need to rotate the matrix 180deg
<uvos> around z
* Wizzup did linalg at uni
<uvos> great
<bencoh> linalg <3
<Wizzup> :)
<Wizzup> I'll look at this in a bit, I will also need to make the leste-config thing then
<Wizzup> uvos: where shall I push the 5.10.y kernel for kexecboot, droid4-linux ?
<uvos> id make a sperate clownboot kernel repo
<uvos> maybe we should gather all of this in one git project
<uvos> (icl the android kernel kexec modules
<uvos> )
<uvos> *github project
<Wizzup> atm those will go into a branch of the bionic clown boot, but yeah
<uvos> i mean the sources for those
<Wizzup> right
<Wizzup> yeah I suppose we could do that, an extra orga is maybe a bit overkill but we could
<Wizzup> no real opinion(s)
<Wizzup> what do you prefer?
<uvos> idk just make a repo with the kernel that incls the needed patches and defconfig
<uvos> we can pull it into a orga later if need be
<Wizzup> ok
<Wizzup> brb
belcher has quit [Ping timeout: 258 seconds]
belcher has joined #maemo-leste
<lel> MerlijnWajer created a repository: https://github.com/maemo-leste/clown-boot-kernel
<lel> MerlijnWajer created a repository: https://github.com/maemo-leste/clown-boot-kexec
<lel> MerlijnWajer created a repository: https://github.com/maemo-leste/clown-boot
<Wizzup> uvos: ^ something like this?
<Wizzup> clown-boot-kernel for linux stable + patches, clown-boot-kexec for android kexec modules and other android specific stuff, clown-boot for the clown boot stuff
<Wizzup> also, I'd like to host the android images somewhere, I guess we can do maedevu
<Wizzup> it's silly for people to have to search for the android image they want to flash only to load clown boot using it
<Wizzup> uvos: yeah ok freeze is still there
<Wizzup> to be continued
uvos has quit [Remote host closed the connection]
<freemangordon> tmlind: nice
<freemangordon> tmlind: do you have any idea which fd shall I use for mmap so PVRMMap() to be called?
<freemangordon> I tried BO fd and /dev/dric/card1 fd, ni dice
<freemangordon> *no
<buZz> someone is hinting that maemo leste should promote compatibility with https://www.engadget.com/fisher-price-working-chatter-telephone-040026739.html
<buZz> as a meme/commercial/funnonsense i think it could get more eyes on us
<buZz> its just a BT headset so should work totally fine i guess
<dreamer> I think parazyd can guess who it was :P
<buZz> :)
<tmlind> freemangordon: not sure.. i think /dev/dri/card0 currently needs to be used at least for all allocations.. but i'm lost there how it's working
<freemangordon> this is omapdrm, right?
<freemangordon> or pvr
xmn has quit [Ping timeout: 245 seconds]
amk has quit [Remote host closed the connection]
amk has joined #maemo-leste
<buZz> parazyd: you wanna meme that fisherprice thing up? :D
<tmlind> freemangordon: at least weston-simple-dmabuf-egl --drm-render-node=/dev/dri/card0 works
* tmlind on gsm connection with d4
<tmlind> yeah that's the omapdrm device, you can use drm_info to see what's available
pere has quit [Remote host closed the connection]
<freemangordon> tmlind: try glmark-es2-drm
<freemangordon> the fuck? now works
<freemangordon> ah, on the second try device hung
<tmlind> can't try until next week or so
<freemangordon> ok
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #maemo-leste
pere has joined #maemo-leste
_inky has quit [Ping timeout: 260 seconds]
amk has quit [Remote host closed the connection]
inky_ has joined #maemo-leste
inky has quit [Ping timeout: 264 seconds]
Pali has joined #maemo-leste
amk has joined #maemo-leste
enyc has joined #maemo-leste
uvos has joined #maemo-leste
<uvos> Wizzup: sure idk if it belongs into the leste ogra but ok
<uvos> Wizzup: please fork the clownboot repo then
<uvos> and give me ownership
<Wizzup> uvos: ok
<lel> MerlijnWajer deleted a repository: https://github.com/maemo-leste/clown-boot
<lel> MerlijnWajer created a repository: https://github.com/maemo-leste/bionic-clown-boot
<lel> MerlijnWajer renamed a repository: https://github.com/maemo-leste/clown-boot
akossh has joined #maemo-leste
<lel> MerlijnWajer closed a pull request: https://github.com/maemo-leste/maemo-input-sounds/pull/1 (remove gconf usage by adding support for the touchscreen.vibration.enabled profiled key)
<Wizzup> uvos: I think all are built now
<Wizzup> well m-i-s is still ongoing
<uvos> Wizzup: in order to now change ts vibration
<uvos> you need to also do a release of profilesx
<uvos> or wait until i do it
<Wizzup> I can wait for you to do it
<uvos> ok
<Wizzup> neat!
<uvos> once you get around to geting ohmd to work writing a module like this should allow switching between ohmd/ucm only at runtime https://github.com/maemo-leste/sphone/blob/master/src/modules/route-pulseaudio.c
<Wizzup> yeah, ohm is next. I will do the clown boot thing you suggested, then the news post, then the audio
<uvos> Wizzup: you dident merge into beowulf-devel for mis
<uvos> Wizzup: and other i think
<uvos> Wizzup: so you just rebuilt the same pacakge
<Wizzup> apart from mis, where did I do that?
<Wizzup> rerunning mis
<uvos> idk but phoenix-bot not showing changes for imple-brightness-applet-repos is suspicous
<uvos> same with profiled
<uvos> profiled is fine tho
<uvos> no idea why phoneix-bot dident show changes
<Wizzup> phoenix-bot is not to be trusted
<Wizzup> it randomly doesn't output
mardy has quit [Quit: WeeChat 2.8]
inky_ has quit [Ping timeout: 258 seconds]
Guest28 has joined #maemo-leste
Guest28 has quit [Quit: Client closed]
elastic_dog has quit [Ping timeout: 258 seconds]
elastic_dog has joined #maemo-leste
cockroach has joined #maemo-leste
xes has quit [Ping timeout: 264 seconds]
xes has joined #maemo-leste
inky_ has joined #maemo-leste
Wikiwide has quit [Ping timeout: 252 seconds]
Wikiwide has joined #maemo-leste
uvos has quit [Ping timeout: 258 seconds]