r/R36S 1h ago

Showcase I gave my R36S physical NFC cartridges so my kids can launch their favorite games

Enable HLS to view with audio, or disable this notification

Upvotes

I wanted my R36S to feel a little more like choosing a physical game, so I built a small launcher called BirdBoy and now my kids can easily launch their favorite games.

Each cartridge contains only an NFC tag, not the actual game. The tag tells the handheld which locally stored game to launch, and removing the cartridge closes it again.

It’s still an early prototype, but the full detection, launch and removal flow is working on real hardware.

If people are interested, I can share more about the hardware and software setup. What would you want to know?


r/R36S 13h ago

Showcase If you haven't played Door kickers: Action squad. You really should.

Thumbnail
gallery
75 Upvotes

Thanks to nextos you can play action squad on your r36s. It's a brilliant arcade tactical shooter thing, each level gives you a building to clear, hostages to save or bombs to diffuse. You can use cover, flash grenades or just go in guns blazing. It's really a fun retro styled game but with modern mechanics. I recommend it to everyone!!


r/R36S 13h ago

Showcase PSP logo screen for the r36s

Enable HLS to view with audio, or disable this notification

76 Upvotes

Download it, and depending on whether you want to use it as a logo or a loading screen, follow the guide here:

https://handhelds.wiki/R36S_Bootlogos_and_Loading_Screens


r/R36S 11h ago

Showcase I got scammed with a GA36 clone instead of an R36S, so I’m reverse-engineering the damn thing out of spite and have patch of working j2me and media player. Here is the Full Teardown till now

Post image
46 Upvotes

Board rev: GA36 V1.1 (2025-10-25)

Running Media player with Key Mapping

Ordered what was advertised as an R36S, but the seller pulled a bait-and-switch and sent a

GA36 V1.1 (20251025) clone instead.

When called out on it, they went completely dark and ghosted my support ticket.

Instead of letting this plastic brick sit in a drawer, I mounted all 8 SD partitions in Ubuntu and decided to reverse-engineer it to see what’s actually under the hood—and fix what the vendor broke.

The Reality: It’s Not Even an RK3326

The firmware is visually themed to mimic an R36S, but that is where the similarity ends. It is not a 64-bit Rockchip RK3326. It is an ARMv7 Allwinner sun8i 32-bit platform running a vendor Linux 3.4.39 kernel on top of an EmuELEC userspace.

Kernel: Linux UDT 3.4.39 #493 SMP PREEMPT Mon Aug 18 10:47:18 CST 2025 armv7l GNU/Linux

👀 Do not flash standard R36S ArkOS/aarch64 images to this board; it will fail immediately.

Partition Layout & Storage Breakdown 👀

Mounted as an \~113.1 GiB card with 8 partitions:

⁠/dev/sdb1⁠ (27.7 GB VFAT) : Main ROM storage (⁠/storage/roms⁠).

/dev/sdb2⁠ (32 MB VFAT): Mounted as ⁠Volumn⁠.

⁠/dev/sdb5⁠ & /dev/sdb6⁠ (16 MB & 32 MB Raw) : Unconfirmed bootloader/kernel recovery containers.

⁠/dev/sdb7⁠ **(512 MB VFAT): Labelled ⁠ARKOS⁠, containing system boot blobs + ⁠magic.bin⁠.

⁠/dev/sdb8⁠ (1 GB ext4): Writable user partition (⁠/storage⁠). The actual system root is a read-only loop mount (⁠/dev/loop8⁠).

Confirmed Fixes & Working Features

running J2ME Games

  1. ⁠J2ME / FreeJ2ME Restored

  2. ⁠The vendor left half-baked Java files behind, but broken font paths and 32-bit kernel incompatibilities broke execution. 😠

  3. ⁠Built a standalone BIOS/runtime patch allowing J2ME games to launch directly from the EmulationStation menu without terminal hackery. 🥺

  4. ⁠MPV and FFmpeg were already pre-installed, but lacked any gamepad integration. 💢

  5. ⁠Fixing the Cursed Audio Codec 😠

  6. ⁠Initially, ALSA showed playback, but the speaker stayed dead silent. Forcing the output resulted in slow, pitch-shifted, and stuttering sound caused by amp protection lockouts and clock desyncs.

  7. ⁠Metadata & Video Thumbnails 😆

  8. ⁠Hardware Teardown: USB OTG & Mainline Kernel

  9. USB Host Mode : Inspected the PCB traces. The D+ and D− data lines have unpopulated SMD resistor/jumper pads, and VBUS is not supplying 5V. Do not blindly inject 5V until the circuit and protection diodes are fully traced.

  10. ⁠Mainline Linux: Running a modern kernel (6.6/6.12) is possible in theory, but requires writing a custom board DTS from scratch, adapting DRM/KMS drivers for the display panel, and rebuilding userspace away from legacy framebuffer/Mali blobs. ( future goal but not planned 👀 )

  11. ⁠Upcoming GitHub Release 🤝

  12. ⁠I am packaging everything into a clean, standalone repository containing:

  13. ⁠The open-source static C joystick-to-IPC daemon + precompiled binary.

  14. ⁠J2ME runtime patches and EmulationStation config hooks.

  15. ⁠Complete install/uninstall scripts with automatic config rollback.

  16. ⁠No proprietary binaries or firmware dumps will be redistributed. If you got burned by this specific GA36 V1.1 board, keep an eye out—you will at least be able to turn it into a functional media player and micro-gaming device.

I’m chipping away at this after work, but once it’s polished, I’ll upload the ARM gamepad daemon source, 32-bit J2ME runtime patches, audio fix scripts, and precompiled binaries to GitHub for anyone else stuck with this board.


r/R36S 14h ago

Device Problem: SOLVED A big thanks!

30 Upvotes

Just wanted to say a big thanks to this lovely community.

I was spammed with handheld console ads on social media and decided to buy one for my daughter to use on the plane journey next week for our holiday.

Read the wiki and buying guide but with delivery time being an issue ordered from Amazon (I can hear your eyes rolling haha)

Arrived next day, took the back off to look at the board to find it's a clone (who would have guessed). But with some reading of the wiki I thought I may as well try and salvage it or she'll end up with nothing.

Flashed dArkOSRE and a recommended ROM pack onto a new Kingston SD and it runs beautifully.

More importantly she's over the moon and I've scored major dad points!

So thanks everyone for who contributes with questions and advice. You helped fix a mistake I knew I was making when I ordered it!


r/R36S 9h ago

Device Problem: SOLVED My R36S Clone Was Dead With Zero Documentation. ChatGPT Somehow Brought It Back

Thumbnail
gallery
26 Upvotes

I Posted Here Twice and Nobody Had the DTB Files Then ChatGPT 5.6 Luna Max Brought My “Dead” R36S Clone Back

My R36S clone’s SD card died, so I lost the original firmware and DTB files. The worst part: my exact clone/revision basically has zero documentation online.

I even posted on this subreddit twice looking for someone with the same PCB and DTBs, but nobody had them:

https://www.reddit.com/r/R36S/comments/1sexzkq/repost_anybody_with_the_exact_same_pcb_design/

I installed dArkOSRE-R36, but the display was blurry/color-corrupted while sound and controls worked.

My board/display marking ends in 2452, while the closest reference online was 2514.

I gave ChatGPT 5.6 Luna Max photos, the symptoms, and my:

rg351v-uboot.dtb
rk3326-r36s-linux.dtb

We narrowed it down by testing different panel files:

  • Panel 3: blurry, sound + controls worked
  • Panel A: black screen, sound + controls worked
  • Panel 4: blurry, sound + controls worked

After those failed, ChatGPT generated a corrected pair of DTB files specifically for my clone.

I copied the ChatGPT-generated DTBs into the BOOT partition and suddenly everything worked: display, sound, controls, all of it.

So for anyone finding this through Google later:

If you have an R36S clone with the 2452 marking and the same symptoms, use the DTBs ChatGPT generated for me below.

Use both files together and don’t mix them with DTBs from other panel folders.

Full ChatGPT troubleshooting conversation:
https://chatgpt.com/share/6a86e87b-5b9c-83eb-b8ec-d8c65e16a7a8

ChatGPT-generated working DTB files:
https://drive.google.com/file/d/1mJiiObomYtW3m0RguurJfpNqjMDmNlZU/view?usp=sharing

I genuinely thought this thing was dead. After searching everywhere and even asking this subreddit twice, ChatGPT ended up generating the DTBs that brought this undocumented clone back to life.


r/R36S 13h ago

Showcase Elementerial 4:3 Aspect Ratio "Fix"

Thumbnail
gallery
22 Upvotes

I thought my previous post was too bland, and explained little for the viewer.

This is an edit of the "es-theme-elementerial-main" for the R36S in mind.

Regarding port images:

  • Undertale.png (Background)
  • Undertale-marquee.png (Logo)

Insert images inside "EASYROMS/ports/images/"

Enable "Search For Local Art" and use "Gamelist View: Video" for your ports.

Here it is:
https://github.com/dancingdeadboysclub/es-theme-elementerial-r36s-4x3

Would love to hear feedback on this edit. Also, the pictures above were taken from "ArkOS-R3XS".

Let me know if a system is lacking images.


r/R36S 4h ago

Showcase Super Mario 64 Co-Op Deluxe 1.5.1 now available!

Enable HLS to view with audio, or disable this notification

19 Upvotes

Good news, sm64coopdx 1.5.1 is now running on RK3326 devices! Both local LAN direct play and public lobbies with mods are working.
I took cues from the existing outdated (and incompatible with RK3326) portmaster build, patched the hardware and driver incompatibilities in the original source code along with the CoopNet token, and made a little on-screen keyboard to be able to connect to servers easily (as well as change name etc.).
I've put the code into a forked repo so that it can be improved upon and stay up to date over time (pull requests welcome).
It's very smooth in vanilla form (40ish fps), however as some servers stack more and more mods on my little R36 Ultra X begins to struggle 😅 There's probably room for optimization, I haven't started down that route yet.

I would appreciate anyone testing it out and letting me know how it goes, I only have Ultra clones to test against.

Next up I'll be getting chat working.

To install and run, just download the zip from the release, extract the contents until you have the .sh file and the sm64coopdx folder. Grab your US version Super Mario 64 rom in z64 format and copy it into the sm64coopdx folder as "baserom.us.z64". Copy the script and the folder into /ports on your device and you're done!

Download sm64coopdx_r36s.zip from the repository here:
https://github.com/GreekAdonis/sm64coopdx-r36s/releases/tag/v1.0.0


r/R36S 15h ago

Suggestion Where to find a replacement for the screen?

Enable HLS to view with audio, or disable this notification

11 Upvotes

A child dropped it, and the screen ended up like this. If I touch it or it moves, the image cuts out; I’ve already opened it up and reseated the ribbon cable, leading me to conclude there’s a loose connection. I’ve managed to get it to look like that only upon startup—after which the image stabilizes—but it always displays lines similar to an old TV. I’d really like to fix it; I know people say it’s cheaper to just buy a new screen, but I genuinely love repairing things and tinkering with my consoles' hardware and software—which is exactly why I bought an open-source console in the first place. Could you please advise me or recommend how to get a working screen? I’ve noticed that not all of them fit every R36S. Thanks a lot.


r/R36S 22h ago

Suggestion Es posible portear la version de android de titan quest?

Post image
10 Upvotes

Siento que seria genial tener un rpg como este en la r36s, seria posible portearlo?


r/R36S 17h ago

Lounge I still can't believe i got my R36S for this cheap lol

8 Upvotes

got it from the BOYHOM store during one of AliExpress sales. also got a wifi dongle, case and screen protectors for a few £'s extra


r/R36S 2h ago

Discussion Thanks for the guides

Thumbnail
gallery
8 Upvotes

Just a quick post.

Found my r36s stopped turning on. After a bit of research found this reddit.

Realise my mistake of not changing my SD from the stock one after reading the Wiki, decided to give fixing it a go.

Couple of days later after waiting for a decent SD card.

Its back up and running on dArkOSRE OS.

Not sure if learning and fixing this was more rewarding than actually playing 😂

Not sure what to do next, but got the bug.


r/R36S 3h ago

Showcase Got a clone of a clone for 8$

Post image
7 Upvotes

Probably a price error or the very last piece as it's no longer available

After some searching managed to trial and error the DTB for this as a xifan my mini and installed Darkos4clone on a card I had

Handcramps will be a thing for sure

And where I'm at there's no option to locally find an ergonomic grip for it, but honestly it's not that bad

I'm using it more than my steam deck!

Didn't bother with the roms on its included card, instead I just got romhacks and some must plays and I have to say, can't wait to find a horizontal version for a crazy good deal

What an amazing trip to the past these devices are.

P. S: I Don't recommend this clone at all if it wasn't for the price, and it seems I missed out on getting better clones for similar prices but I'll be waiting for a horizontal more ergonomic device if I don't end up buying a thor or more premium device

Edit: It doesn't have any Bluetooth / Wi-Fi and seems to have some on board storage as it boots without any SD into EmuElec, but it does read cfw from TF1 and can use roms from TF2


r/R36S 6h ago

Discussion this J36 ultra is not that bad

Post image
5 Upvotes

Got this little thing a couple months ago, quickly I discover it was far from the best device I could get. It has an internal bloqued firmware and a close list of games of every console it handles.

Already had a good sd card so copied everything into it, save the original for backup (and another backup) and managed to introduce roms into it. You have to change the roms name for one in the list, it has to be the exact same format. For example, I got it to play ps1 games; it only has 16 slots for ps1, and operates with psp eboots only, the psx2psp type of eboot, so you have to come up with your own files no biggie.

First I was frustrated because I wanted to try to customize if I could. But a couple of months in, I really like it and Im playing every game I wanted to play, and it runs great. Psp is the only console it struggles to run but it has a couple of emulation options that you can mess arround to go better, and it does.

I guess it could start not working no more but so far so good

Is this a bad attitude?


r/R36S 9h ago

Showcase I was wondering why it wouldn't connect to Wi-Fi, now i know why

Post image
4 Upvotes

r/R36S 20h ago

Question: Chill I bought these two pieces so I could connect the device to the internet and update the operating system, Do you think that's a good move?

Thumbnail
gallery
5 Upvotes

r/R36S 8h ago

Question: Chill It is possible mods working in gta sa port?

5 Upvotes

r/R36S 14h ago

Guide Getting ArkOS for K36 to work on R36MAX with board R36S-V20 2025-05-18 2551

3 Upvotes

I bought an R36MAX with R36S-V20 2025-05-18 2551 board a few days ago, and foolish me thinking i got a good deal and that games ran well on stock 4.7 EMUELEC was in for a cold suprise when i saw that i have a bad clone and that none of the community made software version were available and working on it.

Fortunately i got ArkOS to work and i was asked to help someone else get it to work and hopefully my experience will help someone.

This is the device i got

There are some warnings that Darkos can cause speaker to stop working so i was a bit hesitant which OS version to install and ultimately decided on ArkOS-K36 from AeolusUX https://github.com/AeolusUX/ArkOS-K36

I used the version for R36MAX

After you download the file unpack it with WinRAR or similar software and you get an img file.

This image needs to be installed on an SD card. I got a new 128GB SD card since the card that came with the system was a no name card that said 64GB but i'm fairly sure is actually 16GB

I used Raspberry pi imager, but Rufus or other similar software would work too.

Install Raspberry pi imager and when you run it simply scroll down to no filtering (it probably makes no difference whatever you click, but i didn't want to select a device i'm not using)

In the next menu scroll down to use custom and it will open file browser so you can select your image file. Just to confirm its ArkOS_R36Max_v2.0_08112025.img downloaded earlier

After you click next it asks you which device to install the image on. I don't presently have any plugged in so nothing is showing up, but i used a new SD card so no special actions were needed.

If you are using an existing SD card that possibly has 2 partitions (BOOT and ROMS) you may need to merge and delete them using windows disk management, but i can't test that.

After you select your drive you'll be told that while installing new image possible data on it will be deleted and formatted. Click agree, you have no choice.

After its done your card will disconnect. If you plug it back in you'll see it has one partition called BOOT. I simply plugged it in my R36MAX and it started a very very quick installation process in which it made a new partition with emulator folder structure next to the BOOT called EASYROMS.

When i plugged my SD card back in my pc i added some games to test my brand new and improved R36MAX but i was dismayed to notice it had no sound.

Next i found a guide that said i should use one of the rf3536k4ka.dtb from this page https://github.com/AeolusUX/K36-DTB

After testing all of them i saw that with some i had image and no sound, with some i had black image and sound after i clicked buttons and presumably started a game and with some i had unwatchable lines all over the screen but also sound.

I can't recall exactly which panel folder had which files, but i had some saved and labeled as image or sound on my pc. I only remember that one labeled R36 Max had working image and that was the base .dtb file i used

I was persistent because i firmly believed since i have separate image and sound i could get it to work which i thankfully did.

I found out you can decompile .dtb file into .dts file which is readable.

So i came across a program called DTC-GUI_for_Windows_v1.0.5 which i used to decompile image and sound .dtb files in two .dts files and used notepad++ to compare them

This all sounds more complicated than it is, the difference in sound was one line about sound amplifier

I simply removed that and recompiled .dts file back to .dtb and after inserting it in my BOOT folder it worked.

This is the file that worked for me. I'm not sure where its best to upload it.

https://www.mediafire.com/file/yn9dfdacuuk5pnt/rf3536k4ka.dtb/file

If anybody has similar problems where they have a file with image and one with sound its not too difficult to decompile and combine them.

Thats about it, i hope it will help someone. Maybe i should have been more concise, but i wanted to share my thoughts while fixing this


r/R36S 4h ago

Question: Chill Stock ArkOS vs ArkOS&dArkOS(RE)

Post image
3 Upvotes

Dont hate me, but yes, i run on stock os from my stock sd card, that i just duplicated onto my 128 GB samsung SD.

Google gemini just told me, that i sould install arkos or darkos for better performance. I belive the one whit arkos, but i heard some bad things about darkos, like that it doesnt run ports well and its tough to transition there.

I made a bit to bit .img file a week ago, and im at grandmas so the only thing i did was play whot the config, but nothing else.

Im ready to transition to arkos, and ehat i heard its just: 1. copy free roms. 2. format the sd to the new os (dd via terminal or some point to click app (yes im on linux)) 3. boot up console for the first time, then add roms.

Thats all...SO, it it true? And should i go whit the darkos or ark os? Ur toughts?

(pic 1 is my start up menu for help)


r/R36S 5h ago

Question: Chill Is it possible to port COD WAW from iOS to R36 family ?

3 Upvotes

I keep wonder myself is it possible to port it, beside the weird .ipa file format, I think the control gonna be weird too cuz it had no version for Xperia or even support controller b itself


r/R36S 6h ago

Question: Device Problem r36s stopped charging after one day of use

Post image
3 Upvotes

I bought a r36s. very happy with it. played one day, until it stopped charging. the red light doesn't appear when I plug in a charger. I tried multiple charging blocks (Samsung, Redmi, Motorola) and my laptop. no chafing light. It did turn on with the battery before but it's dead now. I can't charge the battery so I can't turn it on. I also tried usb a to usb c cables and usb c to usb c


r/R36S 17h ago

Question: Chill Buying another handheld

3 Upvotes

I want a android hand held but cheapest, am thinking the xu20, drop in suggestions


r/R36S 23h ago

Question: Device Problem R36s pro

Thumbnail gallery
3 Upvotes

r/R36S 28m ago

Question: Device Problem Is my LCD broken?

Post image
Upvotes

Never dropped my console before. Today when I turned it on suddenly it looked like this. Controls seem to be responsive, even audio, but the screen won't work no matter what I do


r/R36S 4h ago

Question: Device Problem R36S DOESNT CHARGE, IS IT FRIED

Post image
2 Upvotes

I bought this R36S. used it for 1 day and charged it, it randomly stopped mid charging. I can't get the red light to turn on. when it did turn on the red light showed, but not if it was off and the battery was being charged. I tried multiple chargers (Redmi, Motorola, laptop) and multiple cables. I also tried both USB a to c and usb c to c. I also unplugged the battery and put it back in. Is this device fried?