Hi,
I am searching for a way to access the Samsung OS display driver file in order to extract some hardware specific parameters for our own display driver. I assume the driver is in some of the rsrc files of the firmware. Does anyone know how to mount or decompress these files? Any other idea to find the driver is welcome, too.
Cheers,
Dopi
Hi Cedricm,
I know about the way to access the ffs. But how about the .rc1 files? I am not sure if the file I am looking for will be visible in tk explorer.
Cheers,
Dopi
Am 09.10.2010 11:26 schrieb "cedricm" <cedric...@hotmail.com>:
Have you checked this topic?
https://groups.google.com/group/jetdroid/browse_frm/thread/6e6f3416559a6eef#
- you can mount the firmware FFS file under linux or open it with
WinImage under Windows
- you can access phone files with tkfileexplorer
- there should also be tools from qualcomm to access files deeper in
the phone that are not accessible by default
On Oct 9, 11:02 am, Dopi <dopi...@googlemail.com> wrote:
> Hi,
>
> I am searching for a way to acce...
I am not sure if the Qualcomm mode will work for the Jet as the architecture is different. But maybe its worth a try.
Cheers,
Dopi
Am 09.10.2010 12:13 schrieb "cedricm" <cedric...@hotmail.com>:
as far as i know the RC1 file is not "extractable". You can extract
files with a hexeditor if you know the correct start and end bytes...
i think it would be better to set the phone in "qualcomm mode" to have
a deeper look in system files
maybe this can help?
http://www.samsung-behold.com/samsung-behold-how-to/qpst-efs-file-explorer-%28qualcomm-product-support-tools%29/
http://www.globalgsm.mk/showthread.php?tid=226
On Oct 9, 11:45 am, Dopi <dopi...@googlemail.com> wrote:
> Hi Cedricm,
>
> I know about the way to ...
> Am 09.10.2010 11:26 schrieb "cedricm" <cedricmoya...@hotmail.com>:
>
> Have you checked this topic?https://groups.google.com/group/jetdroid/browse_frm/thread/6e6f341655...
>
> - you can mount the firmware FFS file under linux or open it with
> WinImage under Windows
> - y...