Reply
Thread Tools
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#1
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.
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 

The Following User Says Thank You to Maemish For This Useful Post:
Posts: 470 | Thanked: 610 times | Joined on Feb 2012
#2
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's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#3
Nice find!
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 
norayr's Avatar
Posts: 148 | Thanked: 216 times | Joined on Jul 2010 @ Yerevan
#4
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.
 

The Following 3 Users Say Thank You to norayr For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#5
Thank you for the instructions! Really thorough walk through and well documented the steps with links!
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 
Posts: 470 | Thanked: 610 times | Joined on Feb 2012
#6
Is there any Python programmer to port these Maemo 5 apps to Leste?:
https://wiki.maemo.org/PyMaemo/Statistics
 
Posts: 470 | Thanked: 610 times | Joined on Feb 2012
#7
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
 
Posts: 61 | Thanked: 55 times | Joined on Jul 2023 @ Europe
#8
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.

Last edited by Arno_11; 2023-09-09 at 18:11. Reason: add new info
 

The Following 5 Users Say Thank You to Arno_11 For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#9
The Psycho Pinball is what I need with Picodrive. Have to try.
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 
Posts: 61 | Thanked: 55 times | Joined on Jul 2023 @ Europe
#10
Originally Posted by Maemish View Post
The Psycho Pinball is what I need with Picodrive. Have to try.
Psycho Pinball works at full speed with sound
 

The Following User Says Thank You to Arno_11 For This Useful Post:
Reply

Tags
applications, leste, porting


 
Forum Jump


All times are GMT. The time now is 15:12.