My Next blocked loader root idea - Sony Xperia P, U, Sola, Go

Hi Guys!
The original SIN file has a header and this header contains special data by SONY, We can dump it with Flashtool and also we can dump the data to.
My next root idea is:
Dump from the system.sin header and data:
We got these files(and this is the original sequence from the sin file) :
system.header
system.partinfo
system.ext4
Atfer I changed the image file (system.ext4) permissions under linux (the file size doesnt changed), I merged them again (original sequence)
But I got this error:
MAJOR";ERR_CODE="0009";ERR_DYNAMIC="Block verification failed";

The header contains a checksum for the data to make sure it comes from Sony and not from you.

kaito83 said:
Hi Guys!
The original SIN file has a header and this header contains special data by SONY, We can dump it with Flashtool and also we can dump the data to.
My next root idea is:
Dump from the system.sin header and data:
We got these files(and this is the original sequence from the sin file) :
system.header
system.partinfo
system.ext4
Atfer I changed the image file (system.ext4) permissions under linux (the file size doesnt changed), I merged them again (original sequence)
But I got this error:
MAJOR";ERR_CODE="0009";ERR_DYNAMIC="Block verification failed";
Click to expand...
Click to collapse
is it possible to mod the system.partinfo to change system and data partition size on XP? (on unlocked bootloader)
Gesendet von meinem LT22i

inteks said:
is it possible to mod the system.partinfo to change system and data partition size on XP? (on unlocked bootloader)
Gesendet von meinem LT22i
Click to expand...
Click to collapse
Should be possible, but LVM could be more flexible there if we can make it work on early boot.

Is it possible by this method to have a rooted stock image that cn be fllashed with flashtool?

gengi said:
Is it possible by this method to have a rooted stock image that cn be fllashed with flashtool?
Click to expand...
Click to collapse
yes it is possible, i remember when i had Xperia X8 that was the only way to root 2.3 at the time

i really hope so. I just want for now my phone rooted because i have a locked bootloader...
Keep the good work and let see wthat this will give us.
Thanks.

Tonight I will try to modify the system.sin, check sum hack or same modifications ... I wont give up
Sent from my ST25i using xda app-developers app

kaito83 said:
Tonight I will try to modify the system.sin, check sum hack or same modifications ... I wont give up
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Good luck.

Hmm... under XP i cant mount the FS only open with ext2explore.exe (readonly).
under Ubuntu:
sudo losetup -o image

kaito83 said:
Hmm... under XP i cant mount the FS only open with ext2explore.exe (readonly).
under Ubuntu:
sudo losetup -o image
Click to expand...
Click to collapse
You're making huge progress there, finding out how to mount ext4 images. You can't get around flashmode security unless you are really, really good at it. It's asymmetrical by the way.

K900 said:
You're making huge progress there, finding out how to mount ext4 images. You can't get around flashmode security unless you are really, really good at it. It's asymmetrical by the way.
Click to expand...
Click to collapse
Look at this, how to extract ext4 images
http://forum.xda-developers.com/showthread.php?t=1777075

Sry Guys, but Im workin now and I dont know why wont the PC recognize my XU in flash mode but I cant restart now tomorrow(today=night shift)....

spxc said:
look at this, how to extract ext4 images
http://forum.xda-developers.com/showthread.php?t=1777075
Click to expand...
Click to collapse
saaarcaaasm

Man, I hope you can get this done. This will help us over at the Xperia Ion part also, if the bootloader unlockable on the LT28at doesn't prevent it.

Are there some new news?

kevin.26 said:
Are there some new news?
Click to expand...
Click to collapse
Short answer: no. This is hopeless.

Enviado desde mi smartphone

Sry
kevin.26 said:
Are there some new news?
Click to expand...
Click to collapse
Hi all!
I Will came back but I m working to much :/ so I just need only enough time and I have a new puppy I spent time with him
Two different system.ext4 are rdy: only chmoded /system/bin and without chmod, just added system/bin/su
I havent time time make bundles to flash it
I hope this little modification will work and under flashing no more: MAJOR";ERR_CODE="0009";ERR_DYNAMIC="Block verification failed";

kaito83 said:
Hi all!
I Will came back but I m working to much :/ so I just need only enough time and I have a new puppy I spent time with him
Two different system.ext4 are rdy: only chmoded /system/bin and without chmod, just added system/bin/su
I havent time time make bundles to flash it
I hope this little modification will work and under flashing no more: MAJOR";ERR_CODE="0009";ERR_DYNAMIC="Block verification failed";
Click to expand...
Click to collapse
Lets hope so...

Related

[R] OFFICIAL JI6 unpacked Factoryrs.rfs

As i dont have access to a linux box, would somebody mind uploading an unpacked factoryrs.rfs from the OFFICAL JI6 build?
Uploading it now.
lqaddict said:
Uploading it now.
Click to expand...
Click to collapse
You sir, are a saint!
Here you go http://www.megaupload.com/?d=3DM54Q10
ahh, that rfs isnt unpacked
well does anyone have to skills to unpack it? you can get the actual file from the above post
im pretty sure you need linux to do so, but i might be wrong
*edit* posted tut to unpack it
mopodo said:
I came from HTC Hero to the Samsung Galaxy S GT-I9000
So I had never problems with cooking something up, but in the Galaxy I faced .rfs files and a flashing tool I can't use on linux...
So I searched through some boards to find a way to extract the .rfs files here a working guide for the S I9000.
What you need
Linux (tested with Debian testing)
It's pretty simple, execute this commands as root on your computer
SHORT WAY (thanks to mimocan)
Code:
# mount -o loop factory.rfs /some_dir
LOOOONG WAY
Attatch the rfs file to the loop device
Code:
# losetup /dev/loop0 /somedir/factoryfs.rfs
Create a directory to mount the device
Code:
# mkdir /somedir/mnt
Mount the device
Code:
# mount /dev/loop0 /somedir/mnt
the content of the rfs is NOT saved on the sdcard! you have to copy it!
Now you can copy the content from the /sdcard/tmp directory to the sdcard
Code:
# cp -R /somedir/mnt /somedir/factoryfs
hope this is helpful for someone
Click to expand...
Click to collapse
You can unpack rfs by loading it through magiciso on windows
Free trial version will work fine hehe
oswade said:
You can unpack rfs by loading it through magiciso on windows
Free trial version will work fine hehe
Click to expand...
Click to collapse
looks just like ultra ISO, and i have ultra ISO ill check it out
uhhh? adb pull /system? and rar it up? or adb pull /?
if you want the full thing? not that complex
Also, You can get a VM setup. To do it in linux.
karimsaud21 said:
As i dont have access to a linux box, would somebody mind uploading an unpacked factoryrs.rfs from the OFFICAL JI6 build?
Click to expand...
Click to collapse
here u go
http://www.megaupload.com/?d=1QHR83RH
rhcp0112345 said:
uhhh? adb pull /system? and rar it up? or adb pull /?
if you want the full thing? not that complex
Also, You can get a VM setup. To do it in linux.
Click to expand...
Click to collapse
ya i wouldve just pulled the system but im not running the OTA on my phone
and i have a sole linux box back home so dont need to install a VM
demo23019 said:
here u go
http://www.megaupload.com/?d=1QHR83RH
Click to expand...
Click to collapse
THANKS!
Here's a NON-flashable, fully deodexed version of the OTA-JI6 /system directory, yeah, I know its not the full contents of factory.rfs, but its a start.
http://www.4shared.com/file/bn2lTCKf/JI6_OTA_Deodexed.html
cheers
Sorry man, misunderstood your request. Let me get on my linux box and unpack it.
Ok, unpacked it, transferring back to my home PC, and will upload to megaupload.
Sorry for the goof.
lqaddict said:
Ok, unpacked it, transferring back to my home PC, and will upload to megaupload.
Sorry for the goof.
Click to expand...
Click to collapse
I unpacked and already uploaded
Sent from my SGH-T959 using XDA App
demo23019 said:
I unpacked and already uploaded
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Thanks demo, didnt see your update.
Thank you everyone, yall have been a great help
Thread moved to Q&A.

aZuZu Small Tools 4 SE x10 series...

Sony-Ericsson System SIN 2 Android System IMG Converter
Here it is...
http://dl.dropbox.com/u/10158456/SIN2IMG.rar
i have successfully unpack around 10 SE x8 system.sin files..
could you try to unpack few more and give feedback thank you...
I have idea!
If someone back up system image of rooted 2.1 phone then i flash my phone with this image will i get rooted 2.1
as-mario said:
I have idea!
If someone back up system image of rooted 2.1 phone then i flash my phone with this image will i get rooted 2.1
Click to expand...
Click to collapse
it's not easy as you think. to flash the rom, you need rooted system.sin. .sin files only can be signed by sonyericsson.
take a look at this thread instead. all your idea is in this. lol. btw, this method works
http://forum.xda-developers.com/showthread.php?t=876868
Thats app creates .sin files.
as-mario said:
Thats app creates .sin files.
Click to expand...
Click to collapse
No. that app used to convert .sin from decrypted rom from SEUS to .img..you can extract it using unyaffs. trust me.
Ok convert sin to img.
Why then cant convert img to sin.
Coz SONY sign every sin they do, phone doesnt take unsigned sin files
Sent from my E15i using XDA App
I dont get it, after i have downloaded it, there is an EXE file, after i double clicked it, nothing happens = =
I am using windows 7 x64, and i have tried to set its capability with windows xp, still nothing happens~
Can anyone help?
it is command line app...
so you need to start -> run -> cmd
aZuZu said:
it is command line app...
so you need to start -> run -> cmd
Click to expand...
Click to collapse
but, after i got into there, nothing was happening, it said
"aZuZu SE SIN2IMG, v1.02.3 <c> anZuZu 2010.
Usage" System.Sin System.Img"
can anyone help >.<
usage: system.sin System.img
so in cmd
you write sin2img [path to your system.sin file] [path where you wanna to put new created system.img file]
This is freakin' brilliant! Thanks!
Edit: Make a Linux version.
have a try
It works with mono?
Edit: Okay.. So now it's a .img file. How do I crack this open and start playing around with it?
greetings..
thanks to all for trying...
as i recall there is kernel support for yaffs imgs with cloop.. or something..
but hey i'm xp user..
So the file is yaffs?
yaffs
a-k-t-w said:
So the file is yaffs?
Click to expand...
Click to collapse
it is actually yaffs v2.0 but mounting should be possible in linux
in win32 can be extracted with tool unyaffs.exe
Can anyone reupload the SIN2IMG tool ? I can't find any valid download link for it.
http://forum.xda-developers.com/showthread.php?t=979912
use aIUP from here rather...
I only need to convert it to img... i dont need to unpack it... Why there isn't any mirror with that tool ? is there something wrong with it ?

[APP] Xperia ROM Manager

Features:
- Extract custom IMG.
- Create IMG files.
- Convert SIN To IMG.
New features will be added, as you request.
Please report all bugs, so i can fix them!
Update 26.feb!
Little cleanup.
Update 13.mar!
Changed name.
Changed small things.
Added option to convert SIN to IMG.
Update 21.mar!
Changed name.
Code rewrite and cleanup.
Changed menu.
Added option to create IMG file.(need some testing, SOMEONE HELP ME WITH THIS.)
Say thanks to:
velnens123 - for this little tool
aZuZu - for making SIN2IMG
unyaffs, mkyaffs and cygwin creator
For Windows 32-bit Only!
This does'nt modify sin files!
Please help me with creating IMG file!
download now, will see how it works. thanx
velnens123 said:
Here is a tool for extracting xRecovery and other recovery img files.
Features:
- Extract system.img
- Extract data.img
- Extract cache.img
- Extract recovery.img
- Extract boot.img
- Extract userdata.img
- Extract misc.img
- Extract custom img.
New features will be added, as you request.
Please report all bugs, so i can fix them!
Click to expand...
Click to collapse
please add feature to convert yaffs img to ext2 img.... and keep file permission,owner....
Hope i will make it!
brixzen said:
please add feature to convert yaffs img to ext2 img.... and keep file permission,owner....
Click to expand...
Click to collapse
I will see what i can do!
does this 'extract out of the phone' or does it 'extract files out of the images'?
Sorry for a silly question, but what would I use it for? Is it like for messing around with roms' content?
how can i extract it ??? when i write path to the img and press enter it says : open image file failed
thetrisatria said:
download now, will see how it works. thanx
Click to expand...
Click to collapse
working ndak om??
I love a feature that can backup stock firmware (in format *.sin), so that I can use flash tool to rescue the phone whenever it die
Answers for questions.
i_hate_sonyericsson said:
does this 'extract out of the phone' or does it 'extract files out of the images'?
Click to expand...
Click to collapse
Graveir said:
Sorry for a silly question, but what would I use it for? Is it like for messing around with roms' content?
Click to expand...
Click to collapse
fifo171 said:
how can i extract it ??? when i write path to the img and press enter it says : open image file failed
Click to expand...
Click to collapse
Benjoy Ericsson said:
I love a feature that can backup stock firmware (in format *.sin), so that I can use flash tool to rescue the phone whenever it die
Click to expand...
Click to collapse
1. It extract files out of the images.
2. Yes, make backup in xRecovery, then extract system.img.
3. Make sure you dont write .img at end, put your img files in same folder as unyaffs.
4. I dont think its possible.
you might want to note in the original post that modified sin files can't be flashed w/ the flash tool, if thats what your reply means.
i'd assume that, but not everyone would.. and maybe note the download is for win32 only.
thanks!
Exception: STATUS_ACCESS_VIOLATION at eip=004010B0
eax=5D9BD014 ebx=00000068 ecx=00001500 edx=00BE0DAA esi=0028CD34 edi=61179FC3
ebp=0028CCD8 esp=0028CCA0 program=C:\Xperia_ROM_Manager\unyaffs.exe, pid 2100, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
0028CCD8 004010B0 (00BC8398, 00000000, 612058E8, 00401333)
0028CD08 004013AF (00000002, 00BC8358, 00BC8250, 00000001)
0028CD68 61006CD3 (00000000, 0028CDA4, 61006570, 7EFDE000)
End of stack trace
Is this app to extract kernel.sin ??
I need a script to extract kernel.sin
THIS IS REALLY OLD! I dont think it can extract kernel.sin. Download kernel sources instead!
Sent from my XPERIA X8 using xda premium
velnens123 said:
THIS IS REALLY OLD! I dont think it can extract kernel.sin. Download kernel sources instead!
Sent from my XPERIA X8 using xda premium
Click to expand...
Click to collapse
Not all kernels has source code to compile.

[ROOT+TUTO][6.0.A.3.73][LT26] Xperia S (2.3.7) - (1257-4921) Spain + Portugal Generic

So, after some days of research i found my way to preroot system images. Im an absolute noob with linux (this is my second day of usage) so feel free to corret me.
here is the summary:
Installed debian/gnome, updated and downloaded pyton and other packages
downloaded ext4 utilites: http://forum.xda-developers.com/showthread.php?t=1081239
created sin2img.py: https://github.com/defer/semc-xperia-tools/blob/master/sin2img.py
created system.sin with flashtool
[email protected]:/home/user# cd android
[email protected]:/home/user/android# ./sin2img.py system.sin system.img
[email protected]:/home/user/android# mkdir system; mount -o loop system.img system
download Superuser.apk and su
[email protected]:/home/user/android# cp Superuser.apk system/app/
[email protected]:/home/user/android# cp su /system/bin/
[email protected]:/home/user/android# chmod 644 system/app/Superuser.apk
[email protected]:/home/user/android# chmod 06755 system/bin/su
[email protected]:/home/user/android# ./mkuserimg.sh -s /system ./system2.img ext4 ./temp 1024M
Click to expand...
Click to collapse
for this image I deleted junk apps, here is the summary:
deleted SemcSnpStore.apk
deleted FBIAppShare.apk
deleted FBMediaDiscovery.apk
deleted PlusOne.apk
deleted Talk2.apk
deleted storefront.apk
deleted retaildemo.apk
deleted livewallpaperearth.apk
deleted officesuitepro.apk
deleted officesuite.apk
deleted livewaremanager.apk
deleted Protips.apk
Click to expand...
Click to collapse
File: http://depositfiles.com/files/gaberdww4
No need any hard reset, the image is extremely compressed but the partition is 1GB
thanks Yakandu, gracias
flash to fastboot ?
it only work in devices with unlocked bootloader,right?
btw thanks for the work, but in my opinion you shouldn't have remove the junk apps, it should be at the discretion of each one, with the rootuninstaller
yes, you need bootloader unlocked and flash this with fastboot mode. here are the instructions thanks to Binary http://forum.xda-developers.com/showthread.php?t=1527133
Yakandu said:
yes, you need bootloader unlocked and flash this with fastboot mode. here are the instructions thanks to Binary http://forum.xda-developers.com/showthread.php?t=1527133
Click to expand...
Click to collapse
unfortunately i'm not allowed to unlock my bootloader (yet, i hope someday someone discover the way to unlock it)
vitorugo-8 said:
unfortunately i'm not allowed to unlock my bootloader (yet, i hope someday someone discover the way to unlock it)
Click to expand...
Click to collapse
Offcourse you can bro, http://unlockbootloader.sonymobile.com/instructions
bas-r said:
Offcourse you can bro, http://unlockbootloader.sonymobile.com/instructions
Click to expand...
Click to collapse
no,i can't! in the service info menu says that i'm not allowed to unlock it ( it's a branded phone)
could you tell me how to modify the boot.img?
aLoNe.Adams.K said:
could you tell me how to modify the boot.img?
Click to expand...
Click to collapse
sorry, i only know how to modify system.img
PD: fallen link updated!
Yakandu said:
created system.sin with flashtool
Click to expand...
Click to collapse
how can i creat it?
4lex96 said:
how can i creat it?
Click to expand...
Click to collapse
just open any .ftf with winrar for example, there is the system.sin created by flashtool
Yakandu said:
just open any .ftf with winrar for example, there is the system.sin created by flashtool
Click to expand...
Click to collapse
can you do a preroot image for italian 0.73?
i try to do but it's too difficult for me
or if you tell me a guide step by step
i d0n't know neither how start with ext4 utilites....
thanks
Ok, I tried this with system.img from new ICS for Neo V and this is what I got:
[email protected]:/home/madfish/android/system# mount -o loop system.img system
mount: you must specify the filesystem type
Click to expand...
Click to collapse
any idea?
p.s. I also have problems with making those ext4 utilities: http://forum.xda-developers.com/showpost.php?p=25127021&postcount=83
EDIT: problem with ext4 utilities is solved, but problem with mounting is still here.
Madfysh said:
Ok, I tried this with system.img from new ICS for Neo V and this is what I got:
any idea?
p.s. I also have problems with making those ext4 utilities: http://forum.xda-developers.com/showpost.php?p=25127021&postcount=83
Click to expand...
Click to collapse
Why don't you just download an ICS rom based on official ICS for Neo or Neo V?
And you can easily extract the system.img with Android Kitchen
krabappel2548 said:
Why don't you just download an ICS rom based on official ICS for Neo or Neo V?
Click to expand...
Click to collapse
because I like to learn and try new things, which is why I wanted to do this myself.
besides, why downloading someones rom, when I can download extracted system partition which someone did already.
but that's not the point
krabappel2548 said:
And you can easily extract the system.img with Android Kitchen
Click to expand...
Click to collapse
I tried with dsi's kitchen and it didn't worked with latest ICS. It worked with with fw <ICS.
anw, does someone knows why I get that error when trying to mount system.img?
Hey guys, I am having the hardest time flashing a preroot .73 to my xps. I was able to download & flash a generic CE .73 stock rom without a problem. Now I attempting to flash the preroot .73 CE version & when i download the .rar file to my pc & attempt to unzip it I have gotten an error message in winzip about files being missing. I even tried downloading a couple of other regions preroot .73 version to flash & still get the same error when trying to unzip the .rar folder. I feel like I am missing something, Please help!! thanks a million
4lex96 said:
can you do a preroot image for italian 0.73?
i try to do but it's too difficult for me
or if you tell me a guide step by step
i d0n't know neither how start with ext4 utilites....
thanks
Click to expand...
Click to collapse
i'm doing it right now... i will test it during weekend and then if i find the way to upload the file on the xda fileserver i will upload it...
i'm sad but it can't be done... anyway... i found a better way to root avoiding to download megs and megs... (that's really stupid if it's possibile in my way...) so...
just flash DoomKernel... boot once, turn off...
extract Kernel.sin from ftf package then reflash this... you have a perfect, original, stock, and shining italian .73 rom with root!
(with unlocked bootloader)
Madfysh said:
Ok, I tried this with system.img from new ICS for Neo V and this is what I got:
.
Click to expand...
Click to collapse
same here... with .73 Italy... sin2img didn't work correctly as the result is not mountable as EXT4, also forcing it with "-t ext4" id didn't work... dmesg shows that it can't find ext4 partition... wtf!
Olá.
Preciso de mais bonecos "emotions" para o xperia s. Como posso arranjar?
Obrigado.

[Q] Extract system.sin

Hello!
As I'm currently learning about ROMs etc, I feel its important to be able to convert sin->img and then extract on my own.
The problem is however, I haven't been able to do that with the Xperia S system.sin.
I know that the .img is ext4 and not yaffs, but stuff I've tried without luck;
sin2img - errors out
aIUP - gives bad block no matter what
sin2img.py under ubuntu 10.04 - completes, but the output file seems to be corrupt (won't mount)
flashtool->sineditor->dump - same output as sin2img.py. ext2explore can extract the apps folder but nothing else. build.prop comes out corrupt
I redid the sin2img.py to .exe and ran under windows, produces same file as sin2img.py, still not working.
I've seen a couple of extracted filesystems from Xperia S, but I want to find out how they got extracted. PMs often get ignored or people are just too busy to respond so I ask here instead.
I've tried following firmwares;
LT26i_6.1.A.0.452_NCB.ftf
LT26_6.1.A.0.452_Generic_CH_1257-3740_.ftf
LT26_4.0.4 _6.1.A.0.452.ftf
Any help is greatly appreciated, thanks in advance!
I'm also encountering this problem.
Sent from my LT26i using xda premium
If someone could provide a successfully converted system.sin to .img, I could look at what goes wrong at my computer. And I'm talking about system.sin from ICS firmware.
Else the only thing I can think of is that all the system.sins I've tried have been corrupt or something likewise, since userdata.sin converts just fine
Bumping this because I have the same issue with the Xperia S system.sin and Xperia ion.
Getting an error such as this in the dmesg | tail after doing the "mkdir system; mount -t ext4 -o loop system.img system" command when trying to make a prerooted system image
EXT4-fs (loop0): bad geometry: block count 262144 exceeds size of device (140642 blocks)
Click to expand...
Click to collapse
Using ext2explore instead of yaffey guys. It's Xperia S firmware, not Xperia Arc
Phenombox said:
Hello!
I know that the .img is ext4 and not yaffs, but stuff I've tried without luck;
ext2explore can extract the apps folder but nothing else. build.prop comes out corrupt
Click to expand...
Click to collapse
lilude56214 said:
Using ext2explore instead of yaffey guys. It's Xperia S firmware, not Xperia Arc
Click to expand...
Click to collapse
He already mentioned ext2explore and that didn't work.
Sorry to revive this old thread. But I'm having the same issue and hopefully a solution has been reached within the last 2 years?
really don't understand what your guys talking about but im using winrar to extract ftf firmware file, then use flashtool to extract .sin file, then use ext4_unpacker to extract ext4 image file, thats all.
GVN.Gallus said:
really don't understand what your guys talking about but im using winrar to extract ftf firmware file, then use flashtool to extract .sin file, then use ext4_unpacker to extract ext4 image file, thats all.
Click to expand...
Click to collapse
My Flashtool is just null when you try to open a .sin file. So something isn't right lol.... Nevermind.. I think it really WAS a corrupt file. Tried fresh and it is good now
enigma99a said:
My Flashtool is just null when you try to open a .sin file. So something isn't right lol.... Nevermind.. I think it really WAS a corrupt file. Tried fresh and it is good now
Click to expand...
Click to collapse
Hi bro, what did you do to make it work? I've tried many times with different firmwares, extracting the system.sin with Winrar, then Extract data with sin editor in flashtool, and when I use the ext4_unpacker with the system.ext4 file, it says "Unknown file format". :crying:
In case my files are corrupted, how can I validate that? Please any help is really appreciated. Thanks!
brau__lio said:
Hi bro, what did you do to make it work? I've tried many times with different firmwares, extracting the system.sin with Winrar, then Extract data with sin editor in flashtool, and when I use the ext4_unpacker with the system.ext4 file, it says "Unknown file format". :crying:
In case my files are corrupted, how can I validate that? Please any help is really appreciated. Thanks!
Click to expand...
Click to collapse
Well... I am not exactly sure what causes that 100% but I think in some cases there might be some kind of encryption or something that is not allowing it to fully decode. But if you have tried many of them, I think something must be going on on your side. Maybe try unpacking with something besides winrar, etc. Also make sure you have the latest and greatest sin editor?
Are you able to successfully extract the data without errors in your sin editor?

Categories

Resources