View Single Post
Old 10-07-2009, 09:15 AM   #56
Justice Strike
Enthusiast
Justice Strike began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Sep 2009
Device: psr600
Quote:
Originally Posted by dclavey View Post
Surely we could (with some hacking effort) create a firmware update to simply put back functionality which will allow JavaScript to be called again from a flash drive? Could we not just patch the "Test" software routines so they call Autorun.xml on the flash card rather than the "/opt/sony/application/resources/test" directory

Regarding the 600 sources

■MAKEDEV-3.21-3.src.rpm
■busybox-1.9.1.tgz
■dosfstools-2.11.src.tar.gz
■freetype-2.1.10080414.tar.gz
■initscripts-8.31.6-1.src.rpm
■linux-2.6.23_090626.tgz
■linux-kernel-headers-2.6.13-1.src.rpm
■make-3.80-10.2.src.rpm
■modules_090626.tgz
■mtd-20050419-2.src.rpm
■nandboot_090626.tgz
■openssl-0.9.8j.tar.gz
■procps-3.2.6-3.5.src.rpm
■sourceryg++-4.2-28armeabi.src.rpm
■uClibc-0.9.29.tar.gz
■udev-106-4.src.rpm
■util-linux-2.13-0.20.4.src.rpm
■zlib-1.2.3-1.2.1.src.rpm

What tools can I use to look inside these sources? Which sources are the most interesting from a patching point of view?
rpm2cpio and cpio

Code:
rpm2cpio php-5.1.4-1.esp1.x86_64.rpm | cpio -idmv
but really... if you have to ask this question you really shouldn't be playing with this stuff.
Justice Strike is offline   Reply With Quote