Now that we have them would it be possible for some dev to decompile the .ko modules to get something we could compile for our SGS2.
I have successfully extracted them from the SGS3 boot.img and as expected they can't be loaded as is (I knew they wouldn't but still tested for giggles)
I know we can't get source code to modify but maybe something that could be made into another module based on the SGS2 kernel.
I have successfully extracted them from the SGS3 boot.img and as expected they can't be loaded as is (I knew they wouldn't but still tested for giggles)
Code:
# modinfo exfat_fs.ko
filename: exfat_fs.ko
license: Samsung Proprietary
vermagic: 3.0.15-554452-user SMP preempt mod_unload modversions ARMv7 p2v8
depends: exfat_core
# modinfo exfat_core.ko
filename: exfat_core.ko
license: Samsung Proprietary
vermagic: 3.0.15-554452-user SMP preempt mod_unload modversions ARMv7 p2v8
depends:
Last edited: