Reply
Thread Tools
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#151
Originally Posted by wicket View Post
If you have ubiboot installed then you're already halfway there. There is a new version ubiboot but it isn't required as Leste is booted without an initrd. The new ubiboot does however now include a nice Maemo Leste graphic and a few things preconfigured for it. That reminds me that I should send a pull request to juiceme to set a few more defaults for Leste (described below).

To get Leste running, you'll need to create a new partition (ext4 is fine). Then you can unpack the .tar.gz dist for the N9 to that partition and configure ubiboot.conf to use it. Assuming you'll use slot 5:I'll write up a guide on the wiki once I've sent that patch to juiceme but in the meantime the above should get you going.

As I already mentioned, Hildon is broken on the N950 so I suspect it might be broken on the N9 too. So don't expect wonders, but USB networking works so that will give you complete access to the Devuan-like system to play around with.
Yep, it works and yep hildon is broken but I couldn't get it to connect via usb with my bionic desktop.

This is a dream come true however, modern linux on handhelds, way to go.

Btw have you managed to run firefox? I think I saw a screenshot somewhere in the thread (I did apt install iceweasel but firefox crashes just after launch.)
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 

The Following 6 Users Say Thank You to qwazix For This Useful Post:
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#152
Originally Posted by zxcvbnm3230 View Post
Will they record it on video?
They had streaming, so there might be videos too. Until they are released - I've recorded the entire session, here is the video:

https://www.youtube.com/watch?v=ckQAnvAWjqE

There is a blurry minute at the start, as I've switched to manual focus and the screen was too small from the distance I've placed it on

P.S. The "RAKIA - connecting people" t-shirts are a nice touch
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 

The Following 15 Users Say Thank You to Bundyo For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#153
Originally Posted by Bundyo View Post
They had streaming, so there might be videos too. Until they are released - I've recorded the entire session, here is the video:

https://www.youtube.com/watch?v=ckQAnvAWjqE

There is a blurry minute at the start, as I've switched to manual focus and the screen was too small from the distance I've placed it on

P.S. The "RAKIA - connecting people" t-shirts are a nice touch
Link doesn't work for me
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following 5 Users Say Thank You to HtheB For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#154
Neither for me
Attached Images
 
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 6 Users Say Thank You to peterleinchen For This Useful Post:
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#155
Oops, sorry, forgot to make it public - should be okay now.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 

The Following 8 Users Say Thank You to Bundyo For This Useful Post:
Posts: 146 | Thanked: 1,615 times | Joined on Dec 2016
#156
Originally Posted by Bundyo View Post
They had streaming, so there might be videos too. Until they are released - I've recorded the entire session, here is the video:

https://www.youtube.com/watch?v=ckQAnvAWjqE

There is a blurry minute at the start, as I've switched to manual focus and the screen was too small from the distance I've placed it on

P.S. The "RAKIA - connecting people" t-shirts are a nice touch
Thanks for making an additional recording - it's nice to have one available so soon.

There's now also a new status update, covering the changes from September and October (and a bit of November): https://maemo-leste.github.io/maemo-...ober-2018.html

Originally Posted by qwazix View Post
Btw have you managed to run firefox? I think I saw a screenshot somewhere in the thread (I did apt install iceweasel but firefox crashes just after launch.)
No, I think it crashes on start, I didn't yet try to figure out why. I think it used to work, though.

Last edited by Wizzup_; 2018-11-06 at 20:19. Reason: answer an additional question/remark
 

The Following 16 Users Say Thank You to Wizzup_ For This Useful Post:
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#157
Regarding the latest update, I'm guessing the Qt5 build no longer suffers from the issues we had with Fremantle needing to ship a seperate libX11.so.6 built with --with-xcb. It needed a seperate lib because xcb broke keyboard support with other apps. I guess it would be okay unless someone tries install a Fremantle closed source deb.

Also, as OMP was mentioned, in keeping with the more modern take on Qt, would it also be worth porting qt-components-hildon?
 

The Following 9 Users Say Thank You to Android_808 For This Useful Post:
Posts: 146 | Thanked: 1,615 times | Joined on Dec 2016
#158
Originally Posted by Android_808 View Post
Regarding the latest update, I'm guessing the Qt5 build no longer suffers from the issues we had with Fremantle needing to ship a seperate libX11.so.6 built with --with-xcb. It needed a seperate lib because xcb broke keyboard support with other apps. I guess it would be okay unless someone tries install a Fremantle closed source deb.

Also, as OMP was mentioned, in keeping with the more modern take on Qt, would it also be worth porting qt-components-hildon?
freemangordon should give the authorative answer here, but I haven't seen this issue so far.

I am assuming you mean: https://github.com/marx1an/qt-components-hildon - openmediaplayer doesn't seem to depend on it, though, right?

I haven't toyed with qt-component-hildon myself - but I assume it will make sense for someone to port them. It might not even be a long of work.
 

The Following 5 Users Say Thank You to Wizzup_ For This Useful Post:
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#159
No OMP doesn't need it. It's used by cutenews, cuteradio and qml-browser.

I suggested it as there was a push for mobile devices to make use of qml and qtquick. On N900 though performance wasn't always that great iirc because of a driver issue.
 

The Following 4 Users Say Thank You to Android_808 For This Useful Post:
Posts: 146 | Thanked: 1,615 times | Joined on Dec 2016
#160
The openfest talk is now also uploaded in official form: https://www.youtube.com/watch?v=WT1hwtEPt7o

Random screenshot of the day, initial compile-fixed bringup of hildon-application-manager (otherwise completely untested):

 

The Following 20 Users Say Thank You to Wizzup_ For This Useful Post:
Reply

Tags
leste, maemo 7

Thread Tools

 
Forum Jump


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