maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   [CLOSED] Mitakuuluu3 R.I.P (https://talk.maemo.org/showthread.php?t=95508)

carepack 2015-06-02 19:57

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
Quote:

Originally Posted by joshinho (Post 1472306)
Working like charm, thanks Coderus! I was just wondering why the settings page is empty for me as you can see in the attached picture. I already saw that someone in this thread had a similar issue but I couldn't find the solution in here. Any hints on this? :)

EDIT: if you need a log, could you please explain where I can get it? I'm running Sailfish on my Nexus 4 for 2 days only so I'm not too familiar with it.

from first post:

Not working in v0.1.7:
- sending media messages
- settings
- pages
- creating groups
- sending texts to broadcasts
- any actions to messages in chats
- any actions to contacts in list


ahoi

coderus 2015-06-02 20:01

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
It's not an issue. App have no any settings yet.
If you want to have some settings in next version - tell me, and i'll try to add it.

joshinho 2015-06-02 20:06

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
Oh... I read it several times and didn't notice it -.- sorry for that stupid question

itdoesntmatt 2015-06-02 22:06

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.1
 
Quote:

Originally Posted by coderus (Post 1472292)
basically it was in some early development of application. some user suggested to implement such left menu and i didn't found it useful at first, but now i can use it with no problems. And as side effect it allow to use less memory :)

I see no reason why you need to open this menu frequently and it should be done like whatsup. I will not add create group and other entries to this menu, it will be available on pages.


ok, now its clear and maybe will be same for me.. thanks for explaining me the reason. i can agree with the fact that should be rarely used and ill let you know.
ps: you program app to work, i program people for the same!! ahahahhaha naturally im joking ,but im seriously happy to see we have found a common point :). thanks coderus , go on in this great work.

ps2: what a beautiful menu for notification, i find it wonderfully comfortable. it is in road map the possibility to see photo of last contact in cover view? and what do you think about cover action like dwipe from one side to reply and swipe to another for record message? im.not sure it would be useful but i ask for your opinion

itdoesntmatt 2015-06-03 07:25

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
if i Swype right on notification it goes straight to broadcast,is it normal or its a bug?

coderus 2015-06-03 08:04

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
broadcast? what you mean?

itdoesntmatt 2015-06-03 08:25

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
when i Swype right it doesnt open conversation involved, but to an empty page and if i pull down it gives possibility to send broadcast

coderus 2015-06-03 08:46

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
Sounds like a bug. To save log execute as root following:
Code:

journalctl -a /usr/bin/mitakuuluu3 --since=15:00:00 > mitakuuluu3_sys.log
time parameter is time when start showing log (it should include time when bug happened) in format HH:MM:SS. WIll be created mitakuuluu3_sys.log with log inside, send it to my email.

itdoesntmatt 2015-06-03 09:01

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
it says no journal found..maybe because for while im waiting complete version of the app i have switched to whatsup?...or not? ir create a log file of 0 byte

coderus 2015-06-03 09:02

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
what about this?
Quote:

Originally Posted by coderus (Post 1472373)
Sounds like a bug. To save log execute as root following


R1v3r 2015-06-03 09:02

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
Quote:

Originally Posted by itdoesntmatt (Post 1472379)
it says no journal found..maybe because for while im waiting complete version of the app i have switched to whatsup?...or not? ir create a log file of 0 byte

Have you installed this 0.1.7 from openrepos?

itdoesntmatt 2015-06-03 09:08

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
ops,sorry. i have to set sudo and then the rest?

coderus 2015-06-03 09:08

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
sudo journalctl .. or devel-su before
i didn't found a way to read system journal without root yet

carepack 2015-06-03 09:11

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
Quote:

Originally Posted by itdoesntmatt (Post 1472384)
ops,sorry. i have to set sudo and then the rest?

should look like this:

devel-su journalctl -a /usr/bin/mitakuuluu3 --since=15:00:00 > mitakuuluu3_sys.log

itdoesntmatt 2015-06-03 09:12

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
no problem coderus its my fault i didnt know how to start as root

itdoesntmatt 2015-06-03 09:17

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
whats your email adress? otherwise i can use PM

coderus 2015-06-03 09:21

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
PM is okay also

coderus 2015-06-03 10:55

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.7
 
Seems 0.1.7 logging to journal was broken, please update to 0.1.8, reproduce problem, and use following command to save logs:
Code:

devel-su journalctl _COMM=mitakuuluu3 -a --since=15:00:00 > mitakuuluu3_journal.log
time parameter is time when start showing log (it should include time when bug happened) in format HH:MM:SS. WIll be created mitakuuluu3_journal.log with log inside, send it to my email.

itdoesntmatt 2015-06-03 11:02

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
now i m unable to re reg,but when i ll be reallowed i will do it

coderus 2015-06-03 11:09

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
why you did removed your account, lol?

itdoesntmatt 2015-06-03 11:13

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
no, i registered to whatsup. can i try mitakuluu without ri register?

coderus 2015-06-03 11:14

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
you can get account password from whatsup config and write it to mitakuuluu dconf.

itdoesntmatt 2015-06-03 11:16

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
i try to import account without deactivating it. its fine?

coderus 2015-06-03 11:29

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
sure, just close and don't launch whatsup while you have account in mitakuuluu. and before using whatsup you heed to remove account from mitakuuluu.

carepack 2015-06-03 12:03

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
coderus,

something changed to 0.1.8?

coderus 2015-06-03 12:11

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
Quote:

Originally Posted by carepack (Post 1472410)
coderus,

something changed to 0.1.8?

only fixed logging. will upload 0.1.9 soon with option to send logs from settings page.

coderus 2015-06-03 12:21

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.8
 
0.1.9 with Settings - menu - SendLogs option uploaded to openrepos

carepack 2015-06-03 14:33

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
haha, lol

the most cool and exciting feature is to send empty messages. That's so cool. Buggin' my friends because I'm boring!!!

Great! It's not a bug it's a feature

itdoesntmatt 2015-06-03 14:54

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
ok, perhaps i have understood the way the bug "works". when i swipe on left on a notification ( after tap on it and open the new notification menu ) and Mitakuluu is open in foreground, in home, it go straight to conversation, while IF it is CLOSED, or better with daemon in background, it show that bug and go to a page titled broadcast..

coderus 2015-06-03 15:06

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
Quote:

Originally Posted by itdoesntmatt (Post 1472429)
ok, perhaps i have understood the way the bug "works". when i swipe on left on a notification ( after tap on it and open the new notification menu ) and Mitakuluu is open in foreground, in home, it go straight to conversation, while IF it is CLOSED, or better with daemon in background, it show that bug and go to a page titled broadcast..

I can't reproduce this. Even more, mitakuuluu have no any page with "Broadcast" titled page. Can you show screenshot? :)

itdoesntmatt 2015-06-03 15:19

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
sure , i expressed bad, is something like that.not real titled
http://i.imgur.com/ZqTNQMD.jpg

coderus 2015-06-03 15:25

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
Thanks, found problem :)

itdoesntmatt 2015-06-03 15:33

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
what it was problem? thank you coderus,for resolving bugs

coderus 2015-06-03 15:38

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
application problem :)

carepack 2015-06-03 17:42

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
hi coderus,

can you give me a little advice for gdb? I already worked with but may some parameters needed that you get the logs you want. Problem is that mitakuuluu can run multiple hours and the problem does not appear. So debbugin could take amount of time.

ahoi & thx

coderus 2015-06-03 17:44

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
check this post: http://talk.maemo.org/showpost.php?p...5&postcount=87

itdoesntmatt 2015-06-03 18:12

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
coderus where are located mitakuluu account data? thanks

coderus 2015-06-03 18:31

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
Quote:

Originally Posted by itdoesntmatt (Post 1472465)
coderus where are located mitakuluu account data? thanks

in dconf /apps/mitakuuluu3/account/

Saurus 2015-06-03 21:56

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
It's not possible to change profile picture in current version, right? Because I can't chance my profile picture in whatsup and I'm anyways switching to Mitäkuuluu when sending media messages is working :)

coderus 2015-06-03 22:05

Re: [Pre-Pre-Release] Mitakuuluu3 v0.1.9
 
Quote:

Originally Posted by Saurus (Post 1472497)
It's not possible to change profile picture in current version, right? Because I can't chance my profile picture in whatsup and I'm anyways switching to Mitäkuuluu when sending media messages is working :)

possible: http://i.imgur.com/2HX6udu.png


All times are GMT. The time now is 17:22.

vBulletin® Version 3.8.8