Rayman Jungle/Fiesta Run patch (Android)

Discuss tools to aid in the modification and running of Rayman games.

Moderator: Modding and utilities team

Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
linguru
Electoon
Posts: 1
Joined: Tue Jun 20, 2023 1:07 pm
Tings: 5

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by linguru »

Hello how do I fix the internet error for Fiesta Run? Thanks.
DaveRattlehead
Musician
Posts: 4663
Joined: Tue Jan 10, 2023 9:00 pm
Location: https://www.youtube.com/watch?v=JImcvtJzIK8
Tings: 68723

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by DaveRattlehead »

These games are no longer available in the Play Store, so I highly doubt you'll be able to play online.
Spreenhasgaming
Electoon
Posts: 1
Joined: Sat Jul 01, 2023 8:33 pm
Tings: 5

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by Spreenhasgaming »

The APK of Rayman Fiesta Run has a error.
Screenshot_20230701-152539.png
Vukasinstiv
Antitoon
Posts: 1
Joined: Tue Jul 25, 2023 11:20 pm
Tings: 5

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by Vukasinstiv »

Hey this patch doesn't work for me, anyone know what to do
RAFALAMAO
Lum (UbiArt)
Posts: 7
Joined: Sun Feb 25, 2024 10:39 pm
Tings: 35

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RAFALAMAO »

I really need this on my Android 13 phone, but, download error persist.

I decompiled apk and recompiled successfully adding some toast and catLogs with ApkTool. I 'm trying to fix it but I don't know where to start hahaha smali code is a litle crazy.

Any one knows where to begin to fix this issue?

Thanks.
pompom454
Walking shell
Posts: 81
Joined: Mon Jan 08, 2024 5:08 pm
Contact:
Tings: 465

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by pompom454 »

RAFALAMAO wrote: Sun Feb 25, 2024 10:46 pm I really need this on my Android 13 phone, but, download error persist.

I decompiled apk and recompiled successfully adding some toast and catLogs with ApkTool. I 'm trying to fix it but I don't know where to start hahaha smali code is a litle crazy.

Any one knows where to begin to fix this issue?

Thanks.
You can refer to my guide here. I have an Android 13, too, so no wonder I've ran into this problem.
RAFALAMAO
Lum (UbiArt)
Posts: 7
Joined: Sun Feb 25, 2024 10:39 pm
Tings: 35

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RAFALAMAO »

pompom454 wrote: Mon Feb 26, 2024 4:10 pm
RAFALAMAO wrote: Sun Feb 25, 2024 10:46 pm I really need this on my Android 13 phone, but, download error persist.

I decompiled apk and recompiled successfully adding some toast and catLogs with ApkTool. I 'm trying to fix it but I don't know where to start hahaha smali code is a litle crazy.

Any one knows where to begin to fix this issue?

Thanks.
You can refer to my guide here. I have an Android 13, too, so no wonder I've ran into this problem.
I tried it bro, but download error persist xc, I cant discover why and many people simply can't run games on modern Android. At the moment I have discovered it's a permissions problem because game doesn't create package folder when install it, so, when it tries to get all data from manually created foler com.pastagames.ro1mobile I got a catLog error "Permission Denied".

Sorry my bad English xD
RAFALAMAO
Lum (UbiArt)
Posts: 7
Joined: Sun Feb 25, 2024 10:39 pm
Tings: 35

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RAFALAMAO »

My Friends, searching I have found an APK For Rayman Fiesta Run where Android/data is inside same APK :O and this works on Android 13 with no problems!

I will try to find or build something similar for Jungle Run :)
dr_st
General
Posts: 3008
Joined: Sat Aug 25, 2012 5:52 pm
Tings: 82518

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by dr_st »

Do notice that the link takes to you to Androeed.store - a site for modded APKs, and the title says [Mod money], whatever that is.
RAFALAMAO
Lum (UbiArt)
Posts: 7
Joined: Sun Feb 25, 2024 10:39 pm
Tings: 35

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RAFALAMAO »

dr_st wrote: Tue Feb 27, 2024 7:42 am Do notice that the link takes to you to Androeed.store - a site for modded APKs, and the title says [Mod money], whatever that is.
Yes, is the place where I found it :/ and money mod means infinite coins inside game :)
RayCarrot
Carmen
Posts: 2476
Joined: Sat Jan 11, 2014 5:46 pm
Tings: 40322

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RayCarrot »

Hm, I wasn't aware that the game could also read the data directly from the apk. Perhaps we should make new patches for both games where we bundle in the data there rather than updating the download url? That would probably be a better long-term solution. I'd also rather have our own patches than downloading from some sketchy site where they've made other changes to the game 😅

Edit: Perhaps we could do the same for Rayman Classic then, and at the same time fix the crash there 🤔 Then most Rayman games would work on Android again, besides Adventures (which is much harder to fix due to its dependency on the servers) and Legends Beatbox (which seems to crash due to some Adobe Flash compatibility issue - no clue how to solve that).
RAFALAMAO
Lum (UbiArt)
Posts: 7
Joined: Sun Feb 25, 2024 10:39 pm
Tings: 35

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RAFALAMAO »

Guys finally I could get it :'D!!!, Rayman Jungle Run on Android 13, here is my XDA Thread :)
RayCarrot wrote: Tue Feb 27, 2024 9:08 am Hm, I wasn't aware that the game could also read the data directly from the apk. Perhaps we should make new patches for both games where we bundle in the data there rather than updating the download url? That would probably be a better long-term solution. I'd also rather have our own patches than downloading from some sketchy site where they've made other changes to the game 😅

Edit: Perhaps we could do the same for Rayman Classic then, and at the same time fix the crash there 🤔 Then most Rayman games would work on Android again, besides Adventures (which is much harder to fix due to its dependency on the servers) and Legends Beatbox (which seems to crash due to some Adobe Flash compatibility issue - no clue how to solve that).
Yes!! May be is an actual solution to fix old games :D

Edit: I paused apk link because I think is better idea analyze copied code, so, I hope finish today and update apk link :)

Edit 2: Finally I check smali code and now all is ok :D, download apk is available again in XDA Threat above.
Last edited by DaveRattlehead on Tue Feb 27, 2024 10:01 am, edited 2 times in total.
Reason: Merged posts
hoodlumsworld
El Stomacho (good)
Posts: 1577
Joined: Mon Jun 15, 2020 1:12 am
Tings: 23051

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by hoodlumsworld »

Great job RAFALAMAO! 💪
RayCarrot
Carmen
Posts: 2476
Joined: Sat Jan 11, 2014 5:46 pm
Tings: 40322

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RayCarrot »

What exactly did you change in the APK? I'm still a bit wary downloading modified APKs unless it's been done by people I know, but good job getting it to work. Although for now I'll keep the ones I have on my phone since both Jungle and Fiesta Run work fine for me on Android 14.
RAFALAMAO
Lum (UbiArt)
Posts: 7
Joined: Sun Feb 25, 2024 10:39 pm
Tings: 35

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by RAFALAMAO »

hoodlumsworld wrote: Wed Feb 28, 2024 6:13 pm Great job RAFALAMAO! 💪
Thanks man \m/!
RayCarrot wrote: Wed Feb 28, 2024 9:42 pm What exactly did you change in the APK? I'm still a bit wary downloading modified APKs unless it's been done by people I know, but good job getting it to work. Although for now I'll keep the ones I have on my phone since both Jungle and Fiesta Run work fine for me on Android 14.
Now XDA post is complete man, now you can see what I did :)
pompom454
Walking shell
Posts: 81
Joined: Mon Jan 08, 2024 5:08 pm
Contact:
Tings: 465

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by pompom454 »

RAFALAMAO wrote: Mon Feb 26, 2024 10:23 pm
pompom454 wrote: Mon Feb 26, 2024 4:10 pm
RAFALAMAO wrote: Sun Feb 25, 2024 10:46 pm I really need this on my Android 13 phone, but, download error persist.

I decompiled apk and recompiled successfully adding some toast and catLogs with ApkTool. I 'm trying to fix it but I don't know where to start hahaha smali code is a litle crazy.

Any one knows where to begin to fix this issue?

Thanks.
You can refer to my guide here. I have an Android 13, too, so no wonder I've ran into this problem.
I tried it bro, but download error persist xc, I cant discover why and many people simply can't run games on modern Android. At the moment I have discovered it's a permissions problem because game doesn't create package folder when install it, so, when it tries to get all data from manually created foler com.pastagames.ro1mobile I got a catLog error "Permission Denied".

Sorry my bad English xD
Hmm... strange. I already know you solved the problem, but it could do with your phone.

EDIT: Also I don't really trust APK mod sources. Unless it's HappyMod, your phone is mostly in danger.
Evolutionelectoon
Electoon
Posts: 1
Joined: Thu Dec 12, 2024 3:10 am
Tings: 5

Re: Rayman Jungle/Fiesta Run patch (Android)

Post by Evolutionelectoon »

When i open the app, the files don't download and says "download failed please try again later" :tssk:
Post Reply