<Wizzup>
I pushed a fix to the existing pr for now
<ungeskriptet>
Not sure if this is the right place to ask, but does anyone have experience with DPI panels? I have an old Galaxy S2 with OMAP 4430 and have trouble getting it to work. The panel just flashes shortly, turns black and then (sometimes) slowly fades to a brownish image. The DCS commands are being sent through SPI to mcspi4. It only has CS, SCLK and
<ungeskriptet>
SIMO conncted. I even recompiled the downstream kernel to recreate the exact init seqeunce in mainline but no luck so far :/ Do I maybe need extra setup for using DPI panels on OMAP 4430?
<Wizzup>
I think uvos, tmlind and freemangordon probably have experience with this, maybe not with this specific one though
<freemangordon>
freemangordon shall be excluded
<freemangordon>
:)
humanbeta has joined #maemo-leste
<humanbeta>
I upgraded sphone in my Pinephone and it doesn't start anymore and does not ring if somebody call.
<humanbeta>
has somebody else same kind of problem? Or is it only with my installation.
<sicelo>
mmm, only sphone?
<humanbeta>
Sphone dialer and Sphone new sms and does not work. Good question when I tested last time Sphone because I havent use it as main phone, but somewhere october I remember it worked.
<buZz>
humanbeta: any errors if you start those from commandline?
<Wizzup>
humanbeta: I think it could be the problem I identified an hour ago or so
<Wizzup>
can you start it from the console and see if it segfaults?
<humanbeta>
buzz: Segmentation fault
<humanbeta>
wizzup: yes it is that.
<Wizzup>
humanbeta: let's see, uvos owns the pkg so I don't just want to push a fix, can you help me debug if it is the same problem?>
<Wizzup>
can you do: sudo apt-get install sphone-dbgsym gdb
<Wizzup>
and then 'gdb sphone'
<Wizzup>
and then type 'run'
<Wizzup>
and then when it crashes, type 'bt'
<humanbeta>
ok..I try
<Wizzup>
if not, it's ok, we'll try to push out a fix today, but it would be good to check that you're not seeing a different problem somehow
<humanbeta>
I think line #0 is enough: #0 __strlen_generic () at ../sysdeps/aarch64/multiarch/../strlen.S:98
<Wizzup>
do you have the rest of the backtrace?
<Wizzup>
or is that difficult to share?
<Wizzup>
but yes, it does look like the same problem
<Wizzup>
freemangordon: what do you think, shall I push a fix to sphone and issue a new build?
<humanbeta>
I think you dont need more than next line: #1 0x0000007ff7cd3728 in __vfprintf_internal (s=s@entry=0x7fffffc230, format=0x7ff0bae2f8 "%s: Can not create ebook: %s",
<humanbeta>
ap=..., mode_flags=<optimized out>) at vfprintf-internal.c:1647
<Wizzup>
humanbeta: yes, this is the same problem
<Wizzup>
humanbeta: ok I'll push a fix
<Wizzup>
sec
<Wizzup>
humanbeta: ok, in ~5-10 mins try apt update
<Wizzup>
and apt upgrade
<humanbeta>
ok, thanks.
<humanbeta>
whou! it works after update! I even did not restart Pinephone. Thanks for support. I think Maemo Leste has the best phone OS support in the World..and only I need to get support was IRC in Maemo Leste phone.
<sicelo>
:-)
<Wizzup>
humanbeta: irc support is coming
<Wizzup>
very soon
<dsc_>
soon™
<humanbeta>
:)
<dsc_>
humanbeta: are you using 'conversations' ?
<dsc_>
the chat program
<humanbeta>
no..just thru web.libera.chat with Firefox.
<Wizzup>
I doubt he'd be using it for irc yet
<Wizzup>
also since tp-ring isn't integrate it also isn't used for sms yet
<Wizzup>
integrated*
<humanbeta>
I know Firefox is not lightest way use IRC with Pinephone.
<dsc_>
there is a client in development for it, but its not really ready yet
<dsc_>
called 'conversations'
<dsc_>
soon™
<bencoh>
meanwhile you could use irssi, or xchat, or ...
<humanbeta>
have to test...or better not..I was hooked to IRC badly when I had too good client on Symbian S80 phone.
<sicelo>
the good old S80 days, not to mention the awesome keyboard
<humanbeta>
Pinephone keyboard is even better..I just wait official layout fix..tired fix after every restart.
<humanbeta>
but I still miss Nokia 9500 size..Neo9500 with Maemo Leste someday?
<sicelo>
--> Motorola Droid 4, I guess
<sicelo>
btw, my D4's gpu likes to crash frequently lately. any ideas Wizzup?
<sicelo>
it's not power ... this happened last night while it was charging. nothing was running, besides that i had connected to it via ssh.
<sicelo>
unfortunately i have mistakenly closed the ssh window where the crash appeared
humanbeta has quit [Quit: Client closed]
parazyd has quit [Ping timeout: 245 seconds]
<Wizzup>
crash as in hang?
parazyd has joined #maemo-leste
<sicelo>
yes
<sicelo>
when i get back to it, screen is black, nothing shows, or there's a mouse cursor somewhere.
<sicelo>
sometimes it recovers on its own.
<Wizzup>
sicelo: I have seen this too, mostly with fullscreen apps
<Wizzup>
more recently mpv and jib
<Wizzup>
freemangordon: the osso-abook stuff you linked has a TpAccount arg
<Wizzup>
I guess I'll need to go from ptqt's tp account to the glib tpaccont..
<freemangordon>
unless there is an easy way to go from qt tpaccount to glib tpaccount
<Wizzup>
doubt it
<Wizzup>
@ easy way
<freemangordon>
well, then you have to either create new account manager or do osso_abook_account_manager_get_default() and wait for it to become ready before using it
<freemangordon>
and then call some of the lookup functions
<freemangordon>
do you want me to implement that?
<Wizzup>
yes, maybe, but hang on for a bit (work mtg)
<Wizzup>
I'm still trying to figure out where to add this code to conversations, will commit the cmake changes and then I'll poke you
<freemangordon>
ok
<freemangordon>
maybe I won't be able to do it later, I will go out
<Wizzup>
if you can link me to some code where this is done already I can check it
<Wizzup>
fun stuff, qt and gtk in one app, and telepathyqt and telepathy-glib, each with their own account managers :D
<freemangordon>
yeah
<freemangordon>
re example - what do you want to achieve?
<Wizzup>
freemangordon: to get account manager set up and wait for it to be ready
<Wizzup>
I guess
<Wizzup>
btw, how does osso-abook use TpAccount?
<Wizzup>
does it just get one property from it, or?
<freemangordon>
kernel has to re-read partition table, afaik
<sicelo>
they're 'burning' a direct .xz :-)
<arno11>
indeed
<freemangordon>
ah, right
<freemangordon>
:)
<lolcatw>
afaik as soon as you flash it the kernel detects both volumes
<lolcatw>
ok ill try booting now
<sicelo>
you used the command i gave you?
<lolcatw>
yup
<lolcatw>
works now
<lolcatw>
kernel loads in
<freemangordon>
don't forget to extend rootfs
<lolcatw>
yeah its faster now
xmn has quit [Ping timeout: 245 seconds]
<arno11>
more faster after reboot
<arno11>
don't forget to dist-upgrade to devel
<lolcatw>
will do
<arno11>
:)
<lolcatw>
yeah debian update on my local system broke my irc client
<lolcatw>
brb
lolcatw has quit [Quit: had to jack off]
lolcat has joined #maemo-leste
lolcat is now known as lolcatw
xes_ has quit [Read error: Connection reset by peer]
xes has joined #maemo-leste
<arno11>
Wizzup: for the bitlbee hack: btw it works nicely with conversations AND notifications. to connect i just need to set availability to online, using the applet, really cool :)
<bencoh>
arno11: conversations <--> bitlbee to access other libpurple protocols?
<arno11>
yep
<arno11>
bitlbee on localhost
<arno11>
then irc set to localhost in conversations
<arno11>
this way fb messenger works :)
<lolcatw>
so cool
<arno11>
and theorically telegram, signal, x
<arno11>
even whatsapp
<lolcatw>
ok i did the upgrade
<lolcatw>
8% idle again
<arno11>
cool
<lolcatw>
before upgrade it was at 10-20%
<lolcatw>
thats awesome thanks everyone for the help
<arno11>
because now system runs @16bpp
<lolcatw>
bpp's?
<Wizzup>
arno11: yeah I think telepathy-haze will be better
<arno11>
xorg default depth in bit per pixel
<Wizzup>
but still a cool setup nonetheless
<Wizzup>
freemangordon: ty
<arno11>
Wizzup: ofc haze will be better but not easy to find and run the right plugins
<Wizzup>
arno11: hm?
<Wizzup>
arno11: haze does the exact same as bitlbee
<Wizzup>
just for telepathy instead of irc
<Wizzup>
it loads libpurple plugins
<Wizzup>
or do you mean to actually get it set up :)
<arno11>
Wizzup: i've been able to build and hack a libpurple facebook plugin version working on n900 (it already works through pidgin). My question is why the plugin is not visible in 'voip and im accounts' ?
<Wizzup>
for it to show up in a UI it also needs a plugin for control panel
<arno11>
ah ok
<Wizzup>
yeah, you'll have to work on it using mc-tool for now\
<Wizzup>
freemangordon: using osso_abook_aggregator_get_default and osso_abook_aggregator_find_contacts_for_phone_number I can't lookup my phone number to my contact
<arno11>
Wizzup: tyvm !
pere has joined #maemo-leste
<Wizzup>
arno11: probably not hard to make one for the fb plugin
<arno11>
yes i think so (it needs very few parameters)
<Wizzup>
there are various xmpp plugins
<Wizzup>
so you can probably just take those
<Wizzup>
just change the protocol and the names
<Wizzup>
sicelo: arno11: building new libcmtspeechdata
<arno11>
ok cool :)
<arno11>
bbabl
<Wizzup>
freemangordon: looking at yappary and rtcom-eventlogger-ui for examples atm
<Wizzup>
freemangordon: ah I guess I need some glib loop to wait for it to be ready
<Wizzup>
freemangordon: ok have it working now
<arno11>
Wizzup: btw it is not xmpp anymore for fb but mqtt
<Wizzup>
ok
uvos has joined #maemo-leste
<Wizzup>
sicelo: managed to set up github 2fa immediately with the new maeotp
<Wizzup>
:)
<Wizzup>
as in, the defaults were good
<sicelo>
great! i think it's quite decent application now. with clipboard handling added, it gets perfect
<sicelo>
and of course, maeotp works on almost any 2FA. i use it for Microsoft services
xmn has joined #maemo-leste
lolcat has joined #maemo-leste
lolcat is now known as lolcatw
arno11 has quit [Quit: Lost terminal]
arno11 has joined #maemo-leste
<freemangordon>
Wizzup: yes, as I said, you shall wait for waitable to be ready
<freemangordon>
either osso_abook_waitable_call_when_ready() or osso_abook_waitable_is_ready() and a loop
<freemangordon>
ofc osso_abook_waitable_call_when_ready() is better
<arno11>
Wizzup: thx for your help, my custom plugin works with telepathy with the help of mc-tool :)
<arno11>
even the fb icon appears in hildon availability applet
<arno11>
so it means that mqtt protocol works with telepathy/conversations
<lolcatw>
are you also using a nokia n900?
<arno11>
yes
<lolcatw>
are we on the same ISO? maybe i will try right now
<arno11>
my iso is really old but up to date with very last stuff
<arno11>
the best option for you atm is pidgin
<arno11>
i can help you if you want
<lolcatw>
i'll try on my own first
<freemangordon>
arno11: hmm, we already have control panel (accounts-ui) plugin for tp-haze, do you use something different?
<lolcatw>
but i suppose apt install pidgin should just werk
<freemangordon>
sorry, I missed all the discussion about it
<arno11>
no probs
<arno11>
lolcatw: nope
<arno11>
you need to install pidgin then a custon plugin
<arno11>
*custom
<arno11>
and then add your account
<freemangordon>
ah, I see now
<freemangordon>
arno11: I will create accounts-ui plugin once that custom plugin is in the repos
<arno11>
ok really cool
<freemangordon>
where is the code?
<arno11>
let me check (not easy from the n900)
<freemangordon>
oh, no hurry
<freemangordon>
we can continue tomorrow as well
<freemangordon>
it is late here anyway
<lolcatw>
what irc client do you people use on the n900
<lolcatw>
should i just link my account in the settings
<freemangordon>
you shall wait few more days until Wizzup finishes the conversations
<freemangordon>
I think right now you cannot join a room