MuditaOS K 1.6 Rollout Has Begun

Respect :saluting_face:

2 Likes

Really looking forward to the bugs are fixed so I can get the 1.6 update. Really looking forward to use danish keyboard :smiley:

1 Like

Hello sorry I haven’t been active so im just now seeing all of this! I will test on the latest muditaos version soon, I am working on a update for some other fixes/improvements. I did read another user had the same button issue on the latest version of muditaos unrelated to kompaktX so im wondering if its due to something else? Regardless I will check it all out and see :slightly_smiling_face:

3 Likes

I know it’s a separate thing, but the OS 2.0 update looks good!

10 Likes

Hi, I don’t see any 1.6 updates. Neither on site nor in Kompakt. I have 1.5 on Kompakt.

1 Like

@iKamil: @urszula posted elsewhere that Mudita has paused the 1.6 rollout due to a needed hotfix that presumably will appear in 1.6.1.

4 Likes

It will come out a day before you turn 120 :slight_smile:

@iKamil Yes, I posted in this thread that we paused the remaining batch of updates until the hotfix comes out. I will know more once I get back to the office in Warsaw. I’m manning the Mudita booth at IFA Berlin with @Sharaz

5 Likes

@urszula

Thanks to your team for this quick and appropriate response—it’s about time! That’s how it should be handled in the future: as soon as the first bugs are reported in an update, stop the rollout and fix them. Respect! But still, keep the idea of having beta testers from the community here in mind. I think that could be a good solution.
And now I’m looking forward to 1.6.0 and, above all, to 2.0

5 Likes

I was not able to get the Mudita OS update. I restarted it many times but I was not able to get the notification for the update.

2 Likes

@sarujan08 Welcome to the Mudita Forum. We’re glad that you’re here. If you were not able to update to 1.6, please don’t worry, once the hotfix is out we will release a new update & everyone will be able to get it.

3 Likes

Hi! The update has been great so far, but there is one thing. There is a notification that says 9+ on the phone app icon and no matter how hard I try I cannot get rid of it. I’ve tried clearing the storage, clearing the cache; nothing’s worked. I miss the clear phone screen look. Is there anything I can do to clear the 9+ missed call notification?

2 Likes

Hotfix 1.6.1 will eliminate this problem, I believe.

2 Likes

there is a solution (I works for me), however You need to use text commands:

ā€The fix:

So I then ran the same non-destructive fix @jppelt used to simply change the old call-log records from new=1 to be new=0

adb shell "content update --uri content://call_log/calls --bind new:i:0 --bind is_read:i:1 --where "new=1""

The phone icon no longer shows 9+ after that above command, post upgrade.ā€ posted by: @bennyrt2

2 Likes

Thanks, I’ll try this.