maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 7 / Leste (https://talk.maemo.org/forumdisplay.php?f=66)
-   -   Porting apps to Leste (https://talk.maemo.org/showthread.php?t=101427)

Maemish 2023-07-03 08:54

Porting apps to Leste
 
To this thread you can tell about porting apps to Leste, from maemo 5 or somewhere else, how and which you have ported, what difficulties you have found and tips how to solve them.

teroyk 2023-07-04 09:51

Re: Porting apps to Leste
 
Could The Maemulator ( https://thp.io/2023/maemulator/ ) to be part a solution to run Bounce Evolution (2009) or Angry Birds or another closed source Maemo 5 apps in Leste?

Maemish 2023-07-04 20:40

Re: Porting apps to Leste
 
Nice find!

norayr 2023-07-26 11:32

Re: Porting apps to Leste
 
i wrote a part of the wiki page, starting from here:

https://leste.maemo.org/Development/...antle_packages

on what should be done by a person to just technically port, package, build and put to maemo-leste store.

Maemish 2023-07-29 08:36

Re: Porting apps to Leste
 
Thank you for the instructions! Really thorough walk through and well documented the steps with links!

teroyk 2023-08-13 12:30

Re: Porting apps to Leste
 
Is there any Python programmer to port these Maemo 5 apps to Leste?:
https://wiki.maemo.org/PyMaemo/Statistics

teroyk 2023-08-26 09:15

Re: Porting apps to Leste
 
Can somebody update UKeyboard Creator for Leste? Or how I should edit keyboard layouts?

Here is UKeyboard Creator for N800-N810 web page:
http://upir.cz/maemo/keyboards/
and current sources (it seems that there is .deb for N900, but how to download it from git??):
https://repo.or.cz/w/ukeyboard.git

Arno_11 2023-09-08 18:41

Re: Porting apps to Leste
 
Hi all,

I've just created a Picodrive fork working on Leste.

https://github.com/Arno1103/picodrive-leste

It is based on a existing Raspberry fork and works very well on the n900: Megadrive, MegaCD and even 32X game are working.
Of course it needs few improvements like fullscreen mode or easy custom keys mapping.
But it already works at full speed with sound !

The only tricky thing to get it working has been key mapping because it is hardcoded and it was impossible to click on START button. I just modified 2 lines of code to fix it (but a bit hard to find)
No .deb available atm but here is the process to run it easely:

In the directory of your choice:
Code:

git clone https://github.com/Arno1103/picodrive-leste .
Code:

sudo git submodule update --init --recursive
Code:

sudo ./configure && make
Then run a game:

From the same directory:
Code:

./PicoDrive /<path_to_the_game>/<name_of_the_game>
(for example: ./PicoDrive /home/user/sonic2.md)

And disable hildon composition while playing:
Ctl + Shift + N

Running just
Code:

./PicoDrive
shows the menu UI with all options. Tweaking them allow Virtua Racing Deluxe to run at 25-40 fps (without sound) for example.
('Backspace' for OK/Start button and 'e' for Escape)

I think i'll be able to provide a deb package soon.

Feel free to give your advice or suggestions.

Maemish 2023-09-08 23:35

Re: Porting apps to Leste
 
The Psycho Pinball is what I need with Picodrive. Have to try.

Arno_11 2023-09-11 11:12

Re: Porting apps to Leste
 
Quote:

Originally Posted by Maemish (Post 1575610)
The Psycho Pinball is what I need with Picodrive. Have to try.

Psycho Pinball works at full speed with sound :)


All times are GMT. The time now is 20:37.

vBulletin® Version 3.8.8