sunshavi_ has joined #maemo-leste
sunshavi has quit [Ping timeout: 256 seconds]
Pali has quit [Ping timeout: 245 seconds]
<stano> sicelo: i see there's new info on encoding video for Droid4 https://talk.maemo.org/showpost.php?p=1572284&postcount=7
diejuse0 has joined #maemo-leste
diejuse0 has quit [Remote host closed the connection]
die-juse has joined #maemo-leste
diejuse has joined #maemo-leste
<die-juse> .
die-juse has quit [Remote host closed the connection]
diejuse has quit [Quit: Leaving.]
diejuse has joined #maemo-leste
pagurus has quit [Ping timeout: 256 seconds]
joerg is now known as Guest4620
Guest4620 has quit [Killed (copper.libera.chat (Nickname regained by services))]
joerg has joined #maemo-leste
diejuse has quit [Quit: Leaving.]
Oksana has quit [Ping timeout: 252 seconds]
Oksana has joined #maemo-leste
mardy has joined #maemo-leste
mardy has quit [Ping timeout: 255 seconds]
uvos__ has joined #maemo-leste
reallll is now known as belcher
<lel> parazyd transferred a repository: https://github.com/maemo-leste-upstream-forks/eg25-manager
mardy has joined #maemo-leste
freemangordon has quit [Ping timeout: 240 seconds]
freemangordon has joined #maemo-leste
ikmaak has quit [Ping timeout: 268 seconds]
ikmaak has joined #maemo-leste
elastic_dog has quit [Ping timeout: 255 seconds]
Pali has joined #maemo-leste
<stano> wb Pali
elastic_dog has joined #maemo-leste
elastic_dog has quit [Ping timeout: 255 seconds]
elastic_dog has joined #maemo-leste
<lel> clort81 opened an issue: https://github.com/maemo-leste/bugtracker/issues/558 (desktop-cmd-exec: does not execute commands that do not return values)
<parazyd> uvos__: Do you know how I could rotate accelerometer readings' x and y by 90 degrees?
<parazyd> I'm not sure I completely understand the iio-sensor-proxy mount matrix and if it's relevant to this
<stano> have your application swap x and y values?
<parazyd> Not doable
uvos__ has quit [Ping timeout: 255 seconds]
<parazyd> Basically I want the following: http://ix.io/3sWY
<stano> yes, swapping x and y and possibly inverting one or both
<stano> you're asking if that's possible with some config entry in like, /sys ?
<parazyd> Yeah or with the mounting matrix un udev
<stano> playing around with other batteries might not be a great idea. one of my d4's stopped charging entirely, on leste or android, even with original EB41.
Pali has quit [Ping timeout: 268 seconds]
elastic_dog has quit [Ping timeout: 245 seconds]
elastic_dog has joined #maemo-leste
diejuse has joined #maemo-leste
_uvos_ has joined #maemo-leste
<_uvos_> parazyd: the udev matrix is right
<_uvos_> parazyd: your app must ask udev for the matrix and apply it itself, the kernel/ sysfs interface is not reposible for applying the matrix
<_uvos_> udev gets the matrix from kernel or, optionally its config files
_uvos__ has joined #maemo-leste
<_uvos__> stano: it is extreamly unlikely that simple using another battery breaks anything
<_uvos__> eb41 is just a lipo directly connected to the contacts
_uvos_ has quit [Ping timeout: 255 seconds]
<_uvos__> note however that the 2 other conections on d4 are a eeprom chip and a thermistor
<stano> can the n900 receiving a 0xFFF u-boot*.bin be on a USB hub? (powered)
<_uvos__> android, rightfully so as it needs to know if the the battery is of the hv type, refuses to charge a battery without a eeprom
<stano> ah ty
<_uvos__> and the mainline kernel as of recent patches refuses to charge a battery without a thermistor
<_uvos__> but while adding that i added the option
<_uvos__> ignore_temperature_probe=1 to cpcap_battery
<stano> :) very nice :)
<_uvos__> to reenable charging
<_uvos__> ofc you accept the (small) risks inherent in charging a battery with no thermistor
<stano> mine has the little battery protection board on it
<_uvos__> i wound remove that
<_uvos__> *would
<stano> ah did you do that on the polarcell?
<_uvos__> yes
<_uvos__> or rather there was none on that one iirc
<stano> did you have to spot-weld wires onto the tabs of the polarcell or could you solder?
<_uvos__> spot weld
<_uvos__> cpcap is real tocuhy about ir and dosent like being prevented from charging the bat charging
<_uvos__> so never connect usb with something other than a battery connected
<_uvos__> and the bms of some bat might get in the way with overzealus overcharging protection
<parazyd> _uvos__: The first one here http://ix.io/3sWY isn't what mce expects for example
rafael2k has joined #maemo-leste
stano has quit [Ping timeout: 265 seconds]
pere has quit [Ping timeout: 255 seconds]
<_uvos__> sure mce gets this from iio-sensor-proxy and iio-sensor proxy gets this by applying the udev matrix
<_uvos__> its easy to do this
<_uvos__> its just a normal transofrmation matrix.
<_uvos__> 0 -1 0
<_uvos__> 1 0 0
<_uvos__> 0 0 1
<_uvos__> should be a 90 deg rotation
<_uvos__> around z
<_uvos__> check out leste-config for mapphones on the syntax required
<_uvos__> you want to rotate left tho
<_uvos__> so i gues its
<_uvos__> 0 1 0
<_uvos__> -1 0 0
<_uvos__> 0 0 1
_uvos___ has joined #maemo-leste
_uvos__ has quit [Ping timeout: 255 seconds]
<parazyd> _uvos__: ok, then I'm understanding it correctly, it's just that it's not being read in udev
<parazyd> No matter what I do, nothing changes
<parazyd> SUBSYSTEM=="iio", ENV{OF_NAME}=="mpu6050", ENV{ACCEL_MOUNT_MATRIX}="0, 1, 0; -1, 0, 0; 0, 0, 1"
<parazyd> hmm
<parazyd> _uvos___: udev didn't seem to trigger what I wanted
<parazyd> Now I got it
<_uvos___> well ofc the match stuff needs to be correct
<parazyd> btw. the correct matrix that results in the rotation
<parazyd> 1 0 0
<parazyd> 0 1 0
<parazyd> 0 0 1
<_uvos___> ok
<parazyd> And this is like, normal identity
<_uvos___> so the matrix from kernel is something else
<parazyd> mhm
<_uvos___> you overrode it
_uvos___ has quit [Quit: _uvos___]
pere has joined #maemo-leste
<Wizzup> parazyd: looks like n900 wifi is broken for everyone
<parazyd> Yep
<rafael2k> hey
<rafael2k> I see modem-power went to pp kernel - tks
<rafael2k> but no modem yet
<rafael2k> :(
<parazyd> rafael2k: Be patient
<Wizzup> lol
<rafael2k> CONFIG_MODEM_POWER=y
<rafael2k> ; )
<rafael2k> Should not this be a Module?
<rafael2k> no rush!
<rafael2k> megi's defconfig works fine last time I grabbed his binaries and booted it
elastic_dog has quit [Ping timeout: 255 seconds]
mardy has quit [Quit: WeeChat 2.8]
mardy has joined #maemo-leste
elastic_dog has joined #maemo-leste
mardy has quit [Quit: WeeChat 2.8]
mardy has joined #maemo-leste
mardy has quit [Client Quit]
mardy has joined #maemo-leste
rafael2k has quit [Ping timeout: 258 seconds]
inky_ has joined #maemo-leste
rafael2k has joined #maemo-leste
elastic_dog has quit [Ping timeout: 245 seconds]
diejuse has quit [Ping timeout: 258 seconds]
diejuse has joined #maemo-leste
elastic_dog has joined #maemo-leste
rafael2k has quit [Ping timeout: 245 seconds]
mardy has quit [Quit: WeeChat 2.8]
stano has joined #maemo-leste
mardy has joined #maemo-leste
<stano> do you guys ever see upowerd and udevd go wacky with the cpu use? two udevd processes here at 18 and 23%, and upowerd at 28%
<stano> and something is blinking that 'hdd' LED
<Wizzup> What device and what ... hdd led
<stano> droid4 and it's the setting from 'blinkenlights' to make the capslock LED blink on sdcard access
<Wizzup> I don't think I've seen that on mine
<stano> one udevd is pid 526 and the other is 5204
<stano> i'll try reboot
<stano> or rather shutdown then power-on again. reboot command is a bit weird.
<stano> yeah /var/log/messages show it was cpcap throwing a fit over the experimental battery
<stano> back to EB41 and no more message spam
rafael2k has joined #maemo-leste
rafael2k has quit [Ping timeout: 246 seconds]
inetdragon has joined #maemo-leste
inetdragon has quit [Client Quit]
pere has quit [Ping timeout: 265 seconds]
uvos__ has joined #maemo-leste
<freemangordon> oh, it seem n900 u-boot issue is resolved :)
<stano> where can i read about it
<stano> i can't get 0xFFFF to recognize my n900
<freemangordon> on the u-boot ML. Also, on maemo-leste ML
<stano> ty
<freemangordon> hmm, it seems leste ML does not allow unregistered users posting, maybe it waits for moderator approval
<Wizzup> freemangordon: does seem like they'd prefer to see more happen in the near dfuture
<Wizzup> s/dfuture/future/
<freemangordon> sure, but at least they don;t mandate DT migration anymore
<freemangordon> but lets wait for Pali to comment
inky has quit [Ping timeout: 245 seconds]
inky has joined #maemo-leste
pere has joined #maemo-leste
diejuse has quit [Quit: Leaving.]
Pali has joined #maemo-leste
mardy has quit [Quit: WeeChat 2.8]
rafael2k has joined #maemo-leste
rafael2k has quit [Ping timeout: 268 seconds]
pagurus has joined #maemo-leste
inky has quit [Ping timeout: 255 seconds]
inky has joined #maemo-leste
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #maemo-leste
mintphin has joined #maemo-leste
<uvos__> Wizzup: you guys archived sbf.droid-developers.org with the files
<uvos__> Wizzup: neat they have files for some real obscure devices like razor i/ xt890 even
<uvos__> Wizzup: sadly no sbf for xoom 2
<uvos__> Wizzup: so just unfortionatly thats just the url name
<uvos__> also some devices i dident even know of like xt885 and xt881 two more mapphones looks like.
<uvos__> xt890 is neat because its a x86 xt910 with a intel atom instead of omap4
Langoor has quit [Ping timeout: 276 seconds]
Langoor has joined #maemo-leste
mrgeanie has quit [Quit: The Lounge - https://thelounge.chat]
mrgeanie has joined #maemo-leste
<Wizzup> uvos__: aw
mintphin has quit [Quit: This computer has gone to sleep]
mintphin has joined #maemo-leste
uvos__ is now known as uvos
cockroach has joined #maemo-leste
mintphin has quit [Quit: This computer has gone to sleep]
mintphin has joined #maemo-leste
uvos has quit [Ping timeout: 268 seconds]
linmob has quit [Ping timeout: 258 seconds]
linmob has joined #maemo-leste
belcher has quit [Read error: Connection reset by peer]
belcher_ has joined #maemo-leste