Guide Make Roms For Other Devices - Galaxy Y GT-S5360 General

HELLO TO ALL THIS IS A SOFTWARE FOR WINDOWS USERS AND WINDOWS SERIES THIS CAN EXTRACT SYSTEM.IMG FROM STOCK ROMS U SHOULD TRY THIS
THIS IS USE FULL SOFTWARE TOO GOOD U SHOULD TRY THIS http://www.mediafire.com/?3cwmxr03qmffwph HAVE A GOOD DAY :good::good::good::good::laugh::laugh::laugh:
THIS IS NOT REALLY FINDED BY ME THIS IS SUGGESTED BY SAVIE THANKS TO HIM
irfanbagus said:
if you do that just to extract some files from stock rom then it's ok. but if you do that you loose file attribute. link from hdulani also not working for sgy (sgy use rfs, not yaffs).
simple way to extract files from *.img is put in your sdcard (ex: system.img), mount to folder and backup using tar
Code:
cd /mnt/sdcard
mkdir -f system
busybox mount -o loop,ro system.img system
busybox tar -cf system.tar system
busybox umount system
you got your system.img content in system.tar file. if you extract in linux you got original file attributes.
Click to expand...
Click to collapse
INSTRUCTION​
IF U R CREATING A ROM FOR DEVICE THAT U DOES N'T HAVE SO IT IS VERY HELP FULL
1.DOWNLOAD STOCK ROM OF THAT DEVICE LIKE MINI,ACE,FIT,Y,Y DUOS,SGS, SGS2,SGS3
2.EXTRACT PDA OF THAT DEVICE WITH WINRAR OR 7ZIP,WINZIP TOO MANY SOFTWARES ARE THERE
3.U WILL SE SYSTEN.IMG ON THAT
4.OPEN IT BY ULTRAISO
5.AND U WILL SEE ALL SYSTEM FILES
6.COPY IT TO ANYWHERE C,D,E,G,F ANYWHERE ON LOCAL DISK
IF U R MAKEING ROM FOR THAT U SHOULD EDIT ALL THE FILE IN IT AND MAKE IT DEODEX AND MAKE A UPDATER SCRIPT OR TAKE A UPDATE SCRIPT FROM ANY ROM AND MAKE A ZIP AND U R ROM IS READY TO SERVE IN XDA
SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE :angel::angel::angel::angel:
IT IS TO EASY IF U FOLLOW ALL THE INSTRUCTION CORRECTLY :good::good::good::good:
DON'T FORGET TO THANKS ME:laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::angel::angel::angel:
Sent from my GT-S5360 using Tapatalk

i try so many tools for windows and finally work good for me Linux Reader
install/Open Linux Reader -->Drives -->>Mount Image -->>Raw Disk Images-->>open System.img-->>Save File To Ur Folder.....
for linux use XDA kitchen (u know about it) .............

the file is encrypted. common tools won't work. I always use CWM to make a nandroid backup to extract system files from stock rom.

manoranjan2050 said:
i try so many tools for windows and finally work good for me Linux Reader
install/Open Linux Reader -->Drives -->>Mount Image -->>Raw Disk Images-->>open System.img-->>Save File To Ur Folder.....
for linux use XDA kitchen (u know about it) .............
Click to expand...
Click to collapse
I AM ON WINDOWS 7 BRO I AM NOT ON LINUX
thx for the compliment

somkll said:
I AM ON WINDOWS 7 BRO I AM NOT ON LINUX
thx for the compliment
Click to expand...
Click to collapse
its for widows os not for linux check 1st please ...............
Linux Reader Read all Linux File System/Raw Image File (System.img) in Windows OS
Step By Step Tutorial For U
http://d-h.st/FYF
Try 1st then Post
Thanks........

when i open system image it show files that does n't exist what's problem

UltraISO software or something like that i've forget.

What do u want to extract?
Do u want to extract the 'SYSTEM.IMG' or the contents of it??
if you want to extract the file then its damn simple... just open the PDA tar file from the Odin..... in my case(galaxy y) it is "PDA_S5360DDKK1_REV05.tar"... if u want to extract the system.img file go to this thread http://forum.xda-developers.com/showthread.php?t=961164

Suggest freely
SORRY TO ALL BUT I MY ANSWER ULTRAISO CAN EXTRACT IT NO PROBLEM JUST SUGEST FREELY :angel::angel::angel::laugh::laugh::laugh::laugh::good::good::good: THUMBS UP FOR ALL
Sent For My GT-s5360

wats the use of this?

hell_lock said:
wats the use of this?
Click to expand...
Click to collapse
Extract system.img in windows

savie said:
Extract system.img in windows
Click to expand...
Click to collapse
i mean wats the use of extracting when its of no use to us?!

hell_lock said:
i mean wats the use of extracting when its of no use to us?!
Click to expand...
Click to collapse
Haha sory for simple answer.
Actually some people wanna customize rom with extract system.img not nandroid cwm backup.
Longtime ago i've try to extract radio.img and data.img too and stuck bcoz don't have this tool.

IF U R CREATING A ROM FOR DEVICE THAT U DOES N'T HAVE SO IT IS VERY HELP FULL
1.DOWNLOAD STOCK ROM OF THAT DEVICE LIKE MINI,ACE,FIT,Y,Y DUOS,SGS, SGS2,SGS3
2.EXTRACT PDA OF THAT DEVICE WITH WINRAR OR 7ZIP,WINZIP TOO MANY SOFTWARES
3.U WILL SE SYSTEN.IMG ON THAT
4.OPEN IT BY ULTRAISO
5.AND U WILL SEE ALL SYSTEM FILES
6.COPY IT TO ANYWHERE C,D,E,G,F ANYWHERE ON LOCAL DISK
IF U R MAKEING ROM FOR THAT U SHOULD EDIT ALL THE FILE IN IT AND MAKE IT DEODEX AND MAKE A MAKE OR TAKE A UPDATE SCRIPT FROM ANY ROM AND MAKE A ZIP
SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE
IT IS TO EASY IF U FOLLOW ALL THE INSTRUCTION
Send For My GT-s5360 Using Tapatalk APP

Porting from another device and beware of bootlove.. lol..
Maybe u can add in first post bro or change the thread to guide developing tools..
This is very usefull tools even not many user use it coz lack of knowledge or information like me before.. lol..

savie said:
porting from another device and beware of bootlove.. Lol..
Maybe u can add in first post bro or change the thread to guide developing tools..
This is very usefull tools even not many user use it coz lack of knowledge or information like me before.. Lol..
Click to expand...
Click to collapse
done that thanks for sharing a u r knowledge

Well done bro. Might be of use!

somkll said:
IF U R CREATING A ROM FOR DEVICE THAT U DOES N'T HAVE SO IT IS VERY HELP FULL ...
Click to expand...
Click to collapse
if you do that just to extract some files from stock rom then it's ok. but if you do that you loose file attribute. link from hdulani also not working for sgy (sgy use rfs, not yaffs).
simple way to extract files from *.img is put in your sdcard (ex: system.img), mount to folder and backup using tar
Code:
su
cd /mnt/sdcard
mkdir -f system
busybox mount -o loop,ro system.img system
busybox tar -cf system.tar system
busybox umount system
you got your system.img content in system.tar file. if you extract in linux you got original file attributes.

irfanbagus said:
if you do that just to extract some files from stock rom then it's ok. But if you do that you loose file attribute. Link from hdulani also not working for sgy (sgy use rfs, not yaffs).
Simple way to extract files from *.img is put in your sdcard (ex: System.img), mount to folder and backup using tar
Code:
cd /mnt/sdcard
mkdir -f system
busybox mount -o loop,ro system.img system
busybox tar -cf system.tar system
busybox umount system
you got your system.img content in system.tar file. If you extract in linux you got original file attributes.
Click to expand...
Click to collapse
it is not easy on phone but on computor it becomes easy
bro this for windows 7 and series that is easy for u r using linux but we are not using it

Somekill i know ur purpose but i think irfan info is very usefull.
Why don't u make this thread general information to extract *.img from windows and linux.
If u don't have good knowledge of linux (same with me - lol) u can add link to irfan or other member that have knowledge to share.
This can be usefull thread not only in sgy but other device i think and hope usefull info not gone with spam or junk thead.
All we need is usefull information and applicable to sgy so can make our device more better.

Related

[GUIDE] Noob Friendly RFS Browsing/Extracting Guide

Ok guys,
So after having seen a million and one questions on how to extract RFS files and all the complex answers we keep getting on mounting rfs files in linux and blah blah blah (all a waste of time if all you need is to view/extract files from an RFS file from some firmware)... and now there is no excuse for those few requesting other members to extract stuff for them.. you can do it yourself!
Here is the easy/fast way to do it without having to go through all the trouble
NOTE: This, mind you is mainly for extracting/viewing. Not for editing RFS files.
Go to:
-http://www.magiciso.com/
-Download MagicISO (its free trial but that don't matter for viewing/extracting)
-Install
-Open MagicISO
-Hit File->Open
-In the section "Files of type:" - Click the drop down and select "All Files (*.*)"
-Select RFS file of your choosing (For example: factoryfs.rfs where all firmware apps are located)
and..
VIOLA!
Browse/Extract anything you need... No hassles.
To extract you can simply click and drag to another folder/desktop as needed
Cheers!
TY for this guide. Unlike htc hd2 forums I really have hard time getting answers to my questions in tab forums so this kind of guides helps me very much. Again TY.
You sir, are very welcome!
Glad it helped. Thats what we're here for!
Make it a sticky !
add it to the wiki rather than making this post sticky. http://modadroid.com/index.php/Main_Page
Just tried it with UltraISO. It seems to work, too.
Thanks
tovarish said:
add it to the wiki rather than making this post sticky. http://modadroid.com/index.php/Main_Page
Click to expand...
Click to collapse
Its locked for editting
MagicISO didn't work for me. I copied the .rfs file to a directory on Linux and mounted as read/write and was able to modify the file system. Then, I unmounted it and flashed the changes to my GT using Heimdall.
Sent from my SCH-I800 using XDA App
chuckbeasley said:
MagicISO didn't work for me. I copied the .rfs file to a directory on Linux and mounted as read/write and was able to modify the file system. Then, I unmounted it and flashed the changes to my GT using Heimdall.
Sent from my SCH-I800 using XDA App
Click to expand...
Click to collapse
This guide is only for browsing and extracting RFS files hence the name. It is not for modification.
I'm aware of what the original post was explaining. I tried that solution and it failed. That's why I suggested another method. MagicISO didn't work for me. If others try it and it doesn't work for them either, at least they have another solution that will always work and the option to modify the file system, if they so choose.
Sent from my SCH-I800 using XDA App
chuckbeasley said:
I copied the .rfs file to a directory on Linux and mounted as read/write and was able to modify the file system. Then, I unmounted it and flashed the changes to my GT using Heimdall.
Click to expand...
Click to collapse
That's the Linux command line, right ?
#mount -o loop factoryfs.rfs /mnt/rfs
Otherwise on Mac OS X, you can use this:
#sudo mkdir /Volumes/RFS
#sudo hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount ARCHIVE.rfs
#sudo mount_msdos /dev/disk{n} /Volumes/RFS
daniel.weck said:
That's the Linux command line, right ?
#mount -o loop factoryfs.rfs /mnt/rfs
Otherwise on Mac OS X, you can use this:
#sudo mkdir /Volumes/RFS
#sudo hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount ARCHIVE.rfs
#sudo mount_msdos /dev/disk{n} /Volumes/RFS
Click to expand...
Click to collapse
Please don't forget when you finished on OSX to run:
sudo umount /Volumes/RFS/
hdiutil detach /dev/disk{n}
i can't open the factoryfs.rfs of a samsung galaxy s. can anyone send me the /lib folder from galaxy s and the flash apk in the app folder...thanks
seven2099 said:
Ok guys,
-In the section "Files of type:" - Click the drop down and select "All Files (*.*)"
-Select RFS file of your choosing (For example: factoryfs.rfs where all firmware apps are located)
and.. VIOLA!
Browse/Extract anything you need... No hassles.
Click to expand...
Click to collapse
Didn't work for me either. MagicISO did extract four files only from factoryfs.rfs.
Two were exe files of significant size... Samsun_Mobile_USB_Driver.exe, and ToolLauncher-Bootstrap.exe.
All the files apk files are probably empedded in the first of those, but no further extraction was possible from the .exe file using MagicISO.
I'm trying to find the origianal VZW Vcast apk files that I stupidly deleted instead of just renaming. I need them so the EC02 update script will run. Any ideas, anyone?
Robin M said:
Didn't work for me either. MagicISO did extract four files only from factoryfs.rfs.
Two were exe files of significant size... Samsun_Mobile_USB_Driver.exe, and ToolLauncher-Bootstrap.exe.
All the files apk files are probably empedded in the first of those, but no further extraction was possible from the .exe file using MagicISO.
I'm trying to find the origianal VZW Vcast apk files that I stupidly deleted instead of just renaming. I need them so the EC02 update script will run. Any ideas, anyone?
Click to expand...
Click to collapse
you could look up the long way of mounting and extracting RFS.. Its a major pain though, why dont you make a post asking for those missing files in the forum.
Better bet.
Robin M said:
Didn't work for me either. MagicISO did extract four files only from factoryfs.rfs.
Two were exe files of significant size... Samsun_Mobile_USB_Driver.exe, and ToolLauncher-Bootstrap.exe.
All the files apk files are probably empedded in the first of those, but no further extraction was possible from the .exe file using MagicISO.
I'm trying to find the origianal VZW Vcast apk files that I stupidly deleted instead of just renaming. I need them so the EC02 update script will run. Any ideas, anyone?
Click to expand...
Click to collapse
I used Root Uninstaller and got rid of a vcastmusic.apk file. It's 4.46mb. Is this what you need?
Where is the thanks button!! It worked for me..!! I needed it!!
one question: I am unable to extract one particular factoryfs.rf of one rom, MagicISO says it is not an image file. Can you help me there?
Use linux disk reader to open ext4 files (even .rfs files can be ext4)
@neo yea magiciso says so on ext4 archives
cdesai said:
Use linux disk reader to open ext4 files (even .rfs files can be ext4)
@neo yea magiciso says so on ext4 archives
Click to expand...
Click to collapse
@cd if i select factoryfs.rfs from linux reader i only get the same single file as the output!! No use yaar
Works for Galaxy Ace's firmwares. Thanks. I'm trying to cook my first ROM for Galaxy Ace (cooper). Wish me luck!

.ops to .zip?

Hi guys I wanted to ask if there is any way of converting a .ops file rom to a .zip one
That would be very helpful, because i want stock rom as base for mine
Thanks
EDIT:
Okay it's not a .ops it's a .tar XD Okay I opened it with my winrar but i cant see nothing that makes sense there, system.rfs boot.img etc
Mate no questions in development section . Please delete it and move it to general , XDA rules
dont begin on doing it if you don't know what you're doing.
Sent from my GT-S5660 using xda app-developers app
ask on general section
... You guys don't even help -_-
Extract the tar with WinRAR/7zip
Extract system.rfs using MagicISO and save contents to a new folder called: system
Now you have a system folder and boot.img. Now you'll need an updater script. Preferably from my S5660DXKT8 ROM. Copy it's META-INF folder to the directory where you have your system folder & boot.img.
Zip these 3 items & now you can flash on your Gio using a Custom Recovery
P.S - Questions like these belong in the General thread.
Hope this helped
Peteragent5 said:
... You guys don't even help -_-
Extract the tar with WinRAR/7zip
Extract system.rfs using MagicISO and save contents to a new folder called: system
Now you have a system folder and boot.img. Now you'll need an updater script. Preferably from my S5660DXKT8 ROM. Copy it's META-INF folder to the directory where you have your system folder & boot.img.
Zip these 3 items & now you can flash on your Gio using a Custom Recovery
P.S - Questions like these belong in the General thread.
Hope this helped
Click to expand...
Click to collapse
Thank you Alot! This helped me really, thanks given, moving to another section

MusicFX deodex

have someone musicFX.apk and odex file for C1905? i don't understand when i deodex this file, my sound settings is brick and i forget to backup. have someone make backup for this app?
Nicklas Van Dam said:
have someone musicFX.apk and odex file for C1905? i don't understand when i deodex this file, my sound settings is brick and i forget to backup. have someone make backup for this app?
Click to expand...
Click to collapse
i have deodex one, do you want it?
thanks if you still have it
benn_seiei said:
i have deodex one, do you want it?
Click to expand...
Click to collapse
yap, very thanks if you have it, can you give me please? i think the sound mod is not fully working correctly. so i think i want to back it to the stock. thanks
Nicklas Van Dam said:
yap, very thanks if you have it, can you give me please? i think the sound mod is not fully working correctly. so i think i want to back it to the stock. thanks
Click to expand...
Click to collapse
here it is,
http://www.mediafire.com/download/ys2d00ok7pygchw/MusicFX[1].apk
i hope its helping
Thanks!!!
benn_seiei said:
here it is,
http://www.mediafire.com/download/ys2d00ok7pygchw/MusicFX[1].apk
i hope its helping
Click to expand...
Click to collapse
next time i will make any backup first, before make any change in system. but i still don't understand why ftf. file can't be open with any file exctrator or file manager. can someone tell me how to open or decompile that file?
but thanks for this file ya!!!:good:
Nicklas Van Dam said:
...but i still don't understand why ftf. file can't be open with any file exctrator or file manager. can someone tell me how to open or decompile that file?
Click to expand...
Click to collapse
FTF files are regular ZIP files. Open it with 7-Zip/WinRAR and you'll find some .sin files inside (.sin is a proprietary format used by Sony). Some of these .sin files (like system.sin) can be decrypted by Flashtool by going to Tools => Sin Editor => Extract data. This will leave you with an .ext4 file (like system.ext4). This file can be mounted and edited directly if you're on Linux or you can view and extract its contents by using ext2explore or another similar tool on Windows...
mbc07 said:
FTF files are regular ZIP files. Open it with 7-Zip/WinRAR and you'll find some .sin files inside (.sin is a proprietary format used by Sony). Some of these .sin files (like system.sin) can be decrypted by Flashtool by going to Tools => Sin Editor => Extract data. This will leave you with an .ext4 file (like system.ext4). This file can be mounted and edited directly if you're on Linux or you can view and extract its contents by using ext2explore or another similar tool on Windows...
Click to expand...
Click to collapse
ya i have heard that tools to, when i try to comple a md5 stock rom (samsung) in my s3 mini rom, so that tools can compile ftf. file too? what a amazing tools. thanks ya!!!:victory:

Unpack and Repack system.img?

Hello to all.
apologies if this should not be at the forum.
I cooked for windows mobile and now need to move to android.
I'm with the system.img file, I unpack and change what I wanted.
But now I could repackage and leave the folder as system.img.
please help Repack!
alejobog said:
Hello to all.
apologies if this should not be at the forum.
I cooked for windows mobile and now need to move to android.
I'm with the system.img file, I unpack and change what I wanted.
But now I could repackage and leave the folder as system.img.
please help Repack!
Click to expand...
Click to collapse
That's an ext2 partition. Create ext2 image, mount it, write to it, unmount & copy to device. Everything is googleable
And yeah, doing it under Windows is overly hard. You may want to use ubuntu in virtualbox.

How can I pack folder to system.img ?

Hi everyone ,
I finished to modify a few stuff from system folder in my computer. Then I need to pack system folder to system.img after that dd to system partition . How can I do ?
Who can guide me ?
somboons said:
Hi everyone ,
I finished to modify a few stuff from system folder in my computer. Then I need to pack system folder to system.img after that dd to system partition . How can I do ?
Who can guide me ?
Click to expand...
Click to collapse
Hello. Im only starting and I have the same question. Did you find an answer please?

Categories

Resources