Page 1 of 1

SamyGO seurces

Posted: Sun Mar 30, 2025 5:25 pm
by ZGod
Hi all, maybe I'm overlooking something, but I'm trying to find the source code for SamyGO.

Notably I'm looking for the sources to `usr/lib/libc.so.6` as part of the samyext4.img image that's made available for the H series.

I noticed it has special handling for /dtv/pts (instead of /dev/pts) and I'm trying to get a terminal emulator running straight from GPlayer so that I could access a shell even without working networking.

Could somebody point me to a copy or send it to me? Many thanks!

Re: SamyGO seurces

Posted: Sat Apr 05, 2025 10:34 pm
by ZGod
I think this library was just compiled from the Samsung one. Only with `/dev/pts` replaced with `/dtv/pts`. I managed to spawn an sh process now by not relying on glibc.