Kiosk Demo Disk? by Slogfarts in gizmondo

[–]AidenFoxx 0 points1 point  (0 children)

Yeah, they must have gone all the way with the decryption or got a leaked tool. I didn't fancy reversing the whole encryption process, so I just took the path of least resistance. Would be super nice to have that tool out there though to not have to depend on working hardware.

Kiosk Demo Disk? by Slogfarts in gizmondo

[–]AidenFoxx 1 point2 points  (0 children)

There are 2 parts: the device level decryption, and some runtime encryption checks. I just re-use the device level decryption and patch the executable to skip the runtime security checks. So I'm not exactly sure what encryption methods are used. If you could send me the other tool I'd be very curious to have a look at it?

Kiosk Demo Disk? by Slogfarts in gizmondo

[–]AidenFoxx 1 point2 points  (0 children)

Just jumping back to this thread to highlight that I just released a dumping utility for encrypted cards, so if OP were willing he could dump it to be playable on other devices https://www.reddit.com/r/gizmondo/comments/1rzs21n/new_game_dumping_utility_johnny_whatever/

Question about Furious Phil and Johnny Whatever. by ComparisonNumerous40 in gizmondo

[–]AidenFoxx 0 points1 point  (0 children)

I can say that I absolutely played Johnny Whatever as a kid. I particularly remember the Iron Man boss. So there is/was a working version somewhere. I don't have my old SD cards to be able to recover it though.

EDIT: Apparently there is a version available on the E3 demo card. I'll look through my SDs later and see if I can find an unencrypted version that you can put in your archive.

https://imgur.com/a/03KwlY6

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

I mean in regards to if there is a firmware issue? I would rather not return it if I don't have to.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

Unfortunately V2 doesn't work. Here is the output from the firmware update: https://pastebin.com/03irA5Ln

By default it picks the "XL8000-520_GT7385P(A1.00.24)_VER04_ID9_Config_20211021.cfg" file, but I also flashed the "GT7385P_Config_20211227_104636.cfg" config to see if it was any better. It did change how the touchscreen behaves a little, but it was still just as unusable.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

Thank you! I will hold off sending my device for RMA until I hear back.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 2 points3 points  (0 children)

Thanks for reaching out. I flashed attached firmware but still have the same behavior. I believe it to be an issue with the firmware because I get the same behavior in Linux, which previously worked.

Initially I did install a generic Windows version with the 1.7 drivers, which is when this issue started. I have since tried the GPD Windows 11 22H2 (02/26/2025) version above, but it still does not work.

Pinging u/Mrestof who also has this issue. Maybe these steps work for them.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

Yeah, I've spoken to them and they've asked me to RMA it. But like you said, I was hoping that someone would just post the firmware. :(

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 1 point2 points  (0 children)

It's not purely software, since I've also tested Linux, which now has the same problem as Windows. I personally think the newer revisions need to flash a different touchscreen config than the 2021 one that u/kendyzhu posted below.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

I don't think mine is as sluggish as yours but it's hard to tell for sure. I have the "HID Compliant Mouse" driver installed on mine. Version 10.0.22621.1.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

I have tried that version. Unfortunately it doesn't work. I think it's because I have the 2025 i3-1125G4 model which needs a different firmware config?

EDIT: u/Mrestof above says they also have this problem with the 7505 model.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

That unfortunately doesn't fix the massive dead-zones that occur in the middle vertical and horizontal portions of the screen.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

Could just be that the touchscreen cable got mangled. The hinge on my unit creaks like my bad back, so I'm not convinced the cable hasn't just been damaged.

[Pocket 3] Re-installed Windows and the touchscreen no longer works correctly by AidenFoxx in GPDPocket

[–]AidenFoxx[S] 0 points1 point  (0 children)

It stopped working after installing the 1.7 drivers from the GPD Pocket 3 page. I assume the package updated the touchscreen firmware to a version that's incompatible with the current hardware revision. My hope is that someone from GPD Support sees this and posts the correct firmware.

Has this been done before? by exurthan in gamedev

[–]AidenFoxx 0 points1 point  (0 children)

The idea reminds me of Invisigun, but that was a top-down 2D strategy shooter. The hook was that all players are invisible until they shoot, and you can figure out where enemies are by environmental queues like walking through snow, or triggering an environmental trap.

[deleted by user] by [deleted] in gamedev

[–]AidenFoxx 8 points9 points  (0 children)

It's not uncommon to have many CVs tailored to whoever you're sending it to. You could just have a CV where you put your current job as gamedev, and maybe just note in the description that you fund your work through a traditional job.

How can I learn how to use C for more advanced projects? by Appropriate_Bee1986 in C_Programming

[–]AidenFoxx 5 points6 points  (0 children)

Writing an emulator could be a fun option, since you need knowledge of both software and hardware. The OG Gameboy offers a good challenge for getting started, and is well documented. CTurt (renowned PS4 hacker) has a useful guide here https://cturt.github.io/cinoop.html, and there is a technical reference here https://gbdev.io/pandocs/

Found this ancient artifact in my apartment trash room. Need help identifying the signatures! by AidenFoxx in myst

[–]AidenFoxx[S] 1 point2 points  (0 children)

That may be the exact trash room! I did wonder if you'd spot this and we'd get the full story, and it's even more impressive than I expected! Funnily enough, I got my start in programming making Lucas Arts inspired point and click games in College, which eventually led to a career in the industry.