extract rom from phone for Dsixda kitchen - T-Mobile, Samsung Galaxy SIII

I am trying to Deodex my rom in my phone. I've customized it and i want to extract it to the PC. Then I will deodex it with the DSIDXA Kitchen and then I will put it back.
How can i extract the rom in a form that the kitchen can use.
I tried CWM Touch 6.0.1.2 backup, export and image. The backup as both normal and tar.
None of them were compatible with the kitchen.
Any help would be appreciated
Thanks in advance....

Hmm. I thought it could use the nandroid img.
Did you rename the extension to.img?
Otherwise just grab the firmware for the build you want and use it instead.
Stickies in development.
Sent from my SGH-T999 using xda app-developers app

DocHoliday77 said:
Hmm. I thought it could use the nandroid img.
Did you rename the extension to.img?
Otherwise just grab the firmware for the build you want and use it instead.
Stickies in development.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
from tar to img?

No it should be something like .ext4.cwm
I know in twrp its .ext4.win
Dont know if itll work but u can try.
Why not just use the original fw?
Sent from my SGH-T999 using xda app-developers app

DocHoliday77 said:
No it should be something like .ext4.cwm
I know in twrp its .ext4.win
Dont know if itll work but u can try.
Why not just use the original fw?
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Because I have made several mods to the stock roms on the phone already (beats, using supersu, pimp my room, debloating, etc). And I don't feel like having to redo all of that.
There must be a simple way to do this. This is at least one of the ways that stock rom images are acquired so they can get posted.
In ClockWorkMod i have tried all of the following:
from the backup and restore menu
Create image.zip
Backup to external sdcard dup format
Backup to external sedcard tar format
None of them worked.
For image.zipo I copied the image.zip file and tried it zipped and unzipped and neither way worked.
For backup I copied all of the files from the /mnt/extSdCard/clockworkmod/backup/<DateOfTheBackup> directory.
I must be missing something stupid here
Thanks again...

Ok. Lets try something entirely different. Find a tool called Apk Manager, (google wanam apk manager ics).
Now extract all your files into a folder, or if you prefer you can plug into the computer and do adb pull /system.
Install/set up apk manager per instructions you should see where you download it. Then basically follow instructions to deodex the app and framework folders.
Sent from my SGH-T999 using xda app-developers app

DocHoliday77 said:
Ok. Lets try something entirely different. Find a tool called Apk Manager, (google wanam apk manager ics).
Now extract all your files into a folder, or if you prefer you can plug into the computer and do adb pull /system.
Install/set up apk manager per instructions you should see where you download it. Then basically follow instructions to deodex the app and framework folders.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
thanks for your help. That will deodex my rom but not let me load it into the kitchen.
deodexing is just step one towards my attempts at themeing.
how can i download the rom from my phone so i can use it in the kitchen.
Thanks again...

Well, it not only would deodex, but you can also use apk mgr to decompile, mod/theme, recompile....pretty much do everything you want to do.
But if you are insistent on the kitchen, use tge stock fw to get started, then adb pull your system and plug your files in place of the ones from the stock fw.
Sent from my SGH-T999 using xda app-developers app

DocHoliday77 said:
Well, it not only would deodex, but you can also use apk mgr to decompile, mod/theme, recompile....pretty much do everything you want to do.
But if you are insistent on the kitchen, use tge stock fw to get started, then adb pull your system and plug your files in place of the ones from the stock fw.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Thanks i will give it a try.
I still would like learn how to copy the rom image in a kitchen compatible format.
Thank you again...

Ill look over dsixdas instructions to see. I know it should be possible to do, I just havent used it that way.
Itll be a bit later before I can look though.
Have you read through his threads here and the one he links to. Hes got pretty detailed instructions.
Sent from my SGH-T999 using xda app-developers app

DocHoliday77 said:
Ill look over dsixdas instructions to see. I know it should be possible to do, I just havent used it that way.
Itll be a bit later before I can look though.
Have you read through his threads here and the one he links to. Hes got pretty detailed instructions.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Thank you for your time and effort. I did wade through some of them but most of them seem to assume that you already have the rom image. I guess I'm just trying to do thinks backwards. I get like that sometimes, just ask my wife
I really appreciate your help. It's really difficult to not be a newb but trying to learn something new when you know half of what you are doing.
Please there's no real rush my phone is up and running fine just trying to tweak it a bit more.
Thanks....

Hi, did you manage to get an image of your current ROM?
The easiest way is to use Root Explorer and the "Zip this folder" option, by long-pressing on the system folder.
Another way is to use ADB:
e.g. #1 (Copy all files and folders to your PC)
Type on your PC:
Code:
mkdir my_system_dir
adb pull /system my_system_dir
e.g. #2 (Pull all files into an image file)
Code:
adb shell
su
mount -o remount,rw /dev/block/mmcblk0p14 /system
dd if=/dev/block/mmcblk0p14 of=/sdcard/system.img
Likewise, I believe you could do the same for the boot.img (mmcblk0p7).

Related

Open and browse recovery images?

So, I've made a backup of my ROM previously before through ClockworkMod Recovery. What I was wondering, is there a way to open/browse these on one's PC? I've tried various software (WinRAR, DaemonTools, etc.) and can't open/browse it. Does anybody know of a way I can browse one of the recovery images?
Thanks for the help in advance.
Running Droid Incredible, Stock ROM / Rooted, Clockworkmod Recovery v3.0.0.5
Backups are images of your rom and I don't think there is a tool for opening those types of images I could be wrong..... you might go to Koush's website and ask him he created clockwork you can find him in twitter to
Sent from my ADR6300 using XDA App
Well I assume its similar to the way something like Acronis or Ghost works, as in imaging the entire system (in this case, each section [system, data, etc]). I'll look into getting a hold of him... thanks.
Reason I ask is because I would like to pull just a few files from my old backup image, and not necessarily restore the whole thing. I guess I could backup my current config, restore the old backup, take the files off that I need, and then restore back to my current image.. but that would take effort .
Sounds like something that could possibly be done with titanium backup?
Sent from my Incredible using XDA App
Yea you might use your computers search tool to find something to opeen it click in and when it asks if you want to search the internet for a tool to open the file click yes....maybe you will get lucky
Sent from my ADR6300 using XDA App
k_nivesout said:
Sounds like something that could possibly be done with titanium backup?
Sent from my Incredible using XDA App
Click to expand...
Click to collapse
Can Titanium Backup open .img files created by ClockworkMod Recovery? I haven't seen a setting in there to be able to do that.
newtoroot said:
Yea you might use your computers search tool to find something to opeen it click in and when it asks if you want to search the internet for a tool to open the file click yes....maybe you will get lucky
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Well I've done that... I've tried MagicISO which is one of the more recommended programs to open .IMG files, but it fails to open the android backup .img. I guess I can research it a bit more...
You can copy the system and boot .img files from the backups folder and use dsixda's kitchen to import them. It will create a working folder that has the apk's etc in it. Not as easy as just copying them to the PC and browsing them but will do what you ask
http://forum.xda-developers.com/showthread.php?t=633246
The kitchen is I great tool to have I know you were looking for something easy but if you take the time to set it up its worth it..... follow nilsp link and checkit out...
Sent from my Incredible using XDA App
carngeX said:
So, I've made a backup of my ROM previously before through ClockworkMod Recovery. What I was wondering, is there a way to open/browse these on one's PC? I've tried various software (WinRAR, DaemonTools, etc.) and can't open/browse it. Does anybody know of a way I can browse one of the recovery images?
Thanks for the help in advance.
Running Droid Incredible, Stock ROM / Rooted, Clockworkmod Recovery v3.0.0.5
Click to expand...
Click to collapse
You can use Titanium Backup Pro to extract the backup file. go to the main menue (i can do that by tapping the menue button of my Galaxy S2)...there choose Extract from Nandroid Backup....You will figure out the rest.
You can also use an app called Nandroid Browser....

(Q) Can someone tell me how to make .zip files compatable with cwm3.0.0.6, please?

Im wondering if it is possible to be able to make it from my phone? Can I use the app ZipThemer to accomplish this? Like, is there a way to take a regular zip file, and use an app to make it edify compatable? How does one make files cwm 3.0.0.6 compatable?
Sent from my SPH-D700 using XDA App
sniperkill said:
Im wondering if it is possible to be able to make it from my phone? Can I use the app ZipThemer to accomplish this? Like, is there a way to take a regular zip file, and use an app to make it edify compatable? How does one make files cwm 3.0.0.6 compatable?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Found this thread in Dev and Hacking:
[Q] Upgrading Amend Scripts to Edify
http://forum.xda-developers.com/showthread.php?t=898289
maybe that will help?
Dont overthink it. Find a zip that is edify ready and does something similar to what u wanna do and replace ur files in it. Yes it can be done on the phone. I have created flashables from root explorer before. Just extract it replace what u want and re-create it.
sniperkill said:
Im wondering if it is possible to be able to make it from my phone? Can I use the app ZipThemer to accomplish this? Like, is there a way to take a regular zip file, and use an app to make it edify compatable? How does one make files cwm 3.0.0.6 compatable?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App
Make the zips just like you see them, usually all files and folders will match where they go, then google and download amend2edify and use that on them. But I prefer the previously mentioned file swaps.
Thanks guys. I downloaded amend2edify ad that took care of the files. I'm not real good at doing the file swap thing, as I wouldn't even know what I was looking at. But, the file/zip I ran thru amend2edify didn't work after I ran it thru. It was the file in Epic android and development about adding the reboot mod to the power menu. It was the complete power mod. I mean, in cwm3.0.0.6 it said "appy from sdcard complete", but after I rebooted, no power mod was there. I'm guesing that I did something wrong.
Sent from my SPH-D700 using XDA App
Maybe, upload the zip that amend2edify spit out and we can debug the updater-script. That mod requires a framework.jar change and an android.policy.jar change and a framework-res.apk change. Are those all in the zip you made?
sniperkill said:
Thanks guys. I downloaded amend2edify ad that took care of the files. I'm not real good at doing the file swap thing, as I wouldn't even know what I was looking at. But, the file/zip I ran thru amend2edify didn't work after I ran it thru. It was the file in Epic android and development about adding the reboot mod to the power menu. It was the complete power mod. I mean, in cwm3.0.0.6 it said "appy from sdcard complete", but after I rebooted, no power mod was there. I'm guesing that I did something wrong.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse

[Q] Zipped Backup

Is there anyway i can backup my whole ROM as a zip file? I want to be able to bring it to my computer, edit some png's, then reflash and have the modifications up. If there is such thing please let me know. I am extremely interested in this!!
Why not just transfer the rom.zip you used to flash and edit the framework-res and systemui.apk's and then gut a flashable zip and place those in appropriate folder and flash that? That's what I do if you need a plain empty flashable I can upload one for you
Sent from my SPH-D700 using xda premium
Let me elaborate on that
You take a flashable that already contains an updater-script in it aka meta-inf.
Make a framework folder and this is where you will put your signed and renamed Framework-res.apk then make a folder named System and in system folder make an App folder and this is where you'll place the SystemUI.apk.
*note* you need to sign these when your done swapping pngs and rename them appropriately.
Once done sign the whole.zip boot into cwm and flash it this will replace the stock framework-res etc and you'll be good to go
http://db.tt/xfQOB8Kg
Use this .zip for your flashable this will do all the work in cwm mounting wise. Just delete the folders in the system folder and do what I told you above
Sent from my SPH-D700 using xda premium
this post was so noobish i feel stupid
joe_d08_17 said:
Thank you very much. That sounds like a plan. But how can I make it so the apps will stay on the desktop and settings can be saved? I take it I would have to edit the XML files or something difficult right?:/
Click to expand...
Click to collapse
What do you mean? All you'd have to do is open the zip and find the .apks extract them edit the pngs and sign them put them in the flashable and flash it... I'm not understanind your issue
Sent from my SPH-D700 using xda premium
its because what i want is literally like a clockworkmod backup but as a flashable zip. This is not possible is it? I want all my settings and referennces to be saved along with my messages etc.
joe_d08_17 said:
its because what i want is literally like a clockworkmod backup but as a flashable zip. This is not possible is it? I want all my settings and referennces to be saved along with my messages etc.
Click to expand...
Click to collapse
No if you create this flashable what you edit to put it this it will only change what your flashing like if you put nothing in the flashable then nothing will change. If you want to flash a vending.apk put in this flashable and flash it that's all that's going to change is the replacing of the market...
Sent from my SPH-D700 using xda premium
What do you plan on editing anyways? An app? Your theme?
Sent from my SPH-D700 using xda premium
Oh ok wow i am so dumb. I didnt understand you but now i get it. Thanks this sounds better
joe_d08_17 said:
Oh ok wow i am so dumb. I didnt understand you but now i get it. Thanks this sounds better
Click to expand...
Click to collapse
No problem
Sent from my SPH-D700 using xda premium
There also is a way to make a flashable from your nandroid backup. I don't remember where I saw the thread offhand but will look tonight.
Sent from my SPH-D700 using XDA App
ok i got more questions-.- what is sign? and which apk's do i have to sign?
that would be great. if you find please post a link
joe_d08_17 said:
ok i got more questions-.- what is sign? and which apk's do i have to sign?
Click to expand...
Click to collapse
Lol if you have windows 32bit ill find my installer on my pc for the apksigner and ill upload it for you xD
If you plan on editing an applications png then once you've opened it and replaced said pngs then it needs to be resigned and renamed to not have the "signed" in it
Signing means its certifed and has the ability to be installed as application
Sent from my SPH-D700 using xda premium
lol upload it please. im using apk manager 4.9 but man this really tough. can u elaborate a bit more? im so sorry lol im just not grasping it.
do not give up on me!! lol
how bout this look: so im trying to make a minor change to an app just for fun. its airdroid. so is the first step to extract the apk or to decompile?
and lol i was trying to accomplish the task of making mynandroid backup a flashable zip but this interests me to.
So, lets get clear, what exactly r u helping me do now? In my head im thinking ur trying to help me edit an app and then install it in my phone right?
if im wrong then tell me what we are trying to do!! lol
Yeah that sounds like its much more difficult then what I use what I use you drag and drop the finished apk and it signs it lol simple give me a minute to find it upload it and paste a download link..pc sucks arse phone is much faster....
Edit: yes I'm helping you edit an apk and then have it install on the phone or be able to be pushed to the /system/app folder...
Sent from my SPH-D700 using xda premium
http://db.tt/SxsN7FdP
Extract this and install it once done open the android apk signer and drop the apk file in the box hit sign and done
Sent from my SPH-D700 using xda premium
Go into Themes subforum in the sticky at the top and read Guide to Themeing by Dreamsforgotten....it is awesome and has all the programs and links...plus he answer all questions.
Sent from my SPH-D700 using XDA App
ok great im gonna try it. i tried it another time with apk manager and it didnt work. hopefully urs works.

twrp2.3 update-binary

I can't flash nearly half my zips, and after doing some googling I found out that you have to now replace a file within the zip in order to be useable within twrp. Not a big deal.... only I can't save the dang file without appending some sort of file association. txt, zip, img, bin,mp3 etc...... So how do I exactly save this thing so I can overwrite the original?
I normally frown on double posts, but I can't find this information anywhere. Any information on how to replace an update-binary will prevent me from throwing my phone at a wall. I just want to flash my mason kernel
Sent from my PC36100 using xda premium
Naturesretard said:
I normally frown on double posts, but I can't find this information anywhere. Any information on how to replace an update-binary will prevent me from throwing my phone at a wall. I just want to flash my mason kernel
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
If u having problem with ur recovery flashing I wouldn't care replacing binaries why u don't use another recovery ?
What about smelkus. That could be the faster and the better option to solve ur issue.
Sent from my Nexus 7 using Tapatalk 2
Okay what the problem is that with the 2.3x recovery software they use the jellybean update-binary. To fix this you unzip any zip file that works. Copy that binary over the one that wont flash check updater script to make sure you don't have to change any of the script. Then rezip it all back and it will work fine.
I would suggest changing your recovery also. It is quicker than redoing all the zips. If you want to stay with twrp 2.2.2.0 will work with all your zips.
Oh just double read your post. I use es file explorer on my phone to do the zip fix. I am guessing that you are on a Windows machine. I forget about that sometimes. Been running a Linux box for couple years now.
Sent from my PC36100 using xda app-developers app
a lucid explanation here
If you use 7-zip, simply put the file on windows somewhere and drop it into the right directory. Note that update-script changes to updater-script and the parsing is Amend not Edigy anymore so scripts will change.

Help making an installable zip file?

I want to make a zip file comprised of all the apps I normally use. In the form of APKS. Can someone maybe point me in the right direction as to how to accomplish this?
I tried using an already made zip and replacing the apk in the zip file with all of mine. They installed but a few were completely screwed up.
Skype kept force closing over and over again. I was getting spammed by the force close dialog box and couldn't do anything at all lol.
I'm just lazy and would like to flash them all at once after flashing the rom I'm using.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
H3adru5H said:
I want to make a zip file comprised of all the apps I normally use. In the form of APKS. Can someone maybe point me in the right direction as to how to accomplish this?
I tried using an already made zip and replacing the apk in the zip file with all of mine. They installed but a few were completely screwed up.
Skype kept force closing over and over again. I was getting spammed by the force close dialog box and couldn't do anything at all lol.
I'm just lazy and would like to flash them all at once after flashing the rom I'm using.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Not sure how you are zipping and extracting but I do something similar with no problems thus far. I add my favorite gizmo apps (so I don't have to download them again) by modifying the rom prior to flashing with the android kitchen. There's a few extra steps I take to add/take away the desired apps but it's all relatively easy. Read the thread below (see link) and thank dsixda profusely! :good:
Android Kitchen
http://forum.xda-developers.com/showthread.php?t=633246
Aimless Rambler said:
Not sure how you are zipping and extracting but I do something similar with no problems thus far. I add my favorite gizmo apps (so I don't have to download them again) by modifying the rom prior to flashing with the android kitchen. There's a few extra steps I take to add/take away the desired apps but it's all relatively easy. Read the thread below (see link) and thank dsixda profusely! :good:
Android Kitchen
http://forum.xda-developers.com/showthread.php?t=633246
Click to expand...
Click to collapse
Gonna try this lol
Sent from my Nexus 7 using XDA Premium HD app
H3adru5H said:
Gonna try this lol
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
It's a pretty useful tool for doing other things too once you get the hang of it. If you got any questions just holler.

Categories

Resources