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!
SamyGO seurces
Re: SamyGO seurces
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.