[DEV][TUT][WIP]Brew your own stock-ROM-based Galaxy Y ROM (for Windows) - Galaxy Y GT-S5360 Android Development

Hello! As promised to some members of the board, here is my long diary of GG-ROM's journey.
Prequisites:
Your Samsung Galaxy Y (D'uh!) with the following applications installed:
Terminal Emulator
Root Explorer or an Android File Manager that reads the root directory.
Click to expand...
Click to collapse
A USB cable for your SGY
A computer with Microsoft Windows (preferrably 32-bit)
dsixda's Android Kitchen installed in your computer
Activity 1: Getting the files needed for brewing (I just love Starbucks, that's why brewing is used instead of cooking. :-D):
1.1. Make some modifications to your phone that stick to the ./system/ folder (e.g. Root access and SuperUser; BusyBox; and whatnot).​1.2. Get your current kernel. (Thank you, Skin1980 for sending this to us!) [Source thread]
1.2.1. Open Terminal Emulator and execute the following commands:
Code:
su
dd if=/dev/block/bml7 of=/sdcard/boot.img
Note:
Skin1980 said:
Write the commands exactly as written and get your attention in the second command. It writes "BML7" not "BM17" but you have to type in lowercase letters letter. So "bml7", OK?
Click to expand...
Click to collapse
1.2.2. You'll get a copy of boot.img to your phone's SDCard.​1.3. Using the file manager of your choice, copy the ./system/ folder to your SDCard.​1.4. On your PC, create a folder named "WORKING_(put ROM name)". Note that the WORKING_ part is essential in the Kitchen and continue the folder name with anything you want (e.g. WORKING_GINGERBREAD_DXKL2). Then copy the extracted ./system/ folder and boot.img onto that folder. Also, have a backup of that as well.​Sure, there are other methods out there but this is what I did.
Activity 2: Setting up dsixda's Android Kitchen. Official thread.
2.1. Download and install the following (Follow the succession as it is. Installing Cygwin first before Java Development Kit will give you troubles or hard times):
2.1.1. Java for Windows. (just follow the Free Java Download link).
2.1.2. Cygwin. Unzip this and follow the instructions in the "kitchen_readme.txt" file to install a customized version of Cygwin. - dsixda
2.1.3. dsixda's Android Kitchen. Follow "After following the setup for the kitchen, how do I use kitchen?"part of this post. Before proceeding to step 5 of that procedure, read below.​2.2. Put your base ROM (the WORKING_(put ROM name) folder you've created during Activity 1) on C:\cygwin\home\(your user account name)\kitchen\original_update. Proceed with step 5 on the procedure.
2.3. After step 5, you have all systems go for modifying the ROM for your personal usage!​

Under construction...

And another one under progress...

coool bro

nice tute!
Regarding bout copying the system files you can try the droid explorer http://de.codeplex.com/ to copy those files. Just remember the phone has to be rooted. (Sadly I can't test it with this phone if it works perfectly enough. I sold my SGY... run out of dough. lol)

wow. this is something i wanna do. ill try this one as soon as you complete posting all the details.

I've been waiting for this! Keep it coming, bro!

@qtu Bro any update?
..............................
Kumusta naman ang valentine sa Pinas?
Sent from my LG-P920 using xda premium

Plz be fast man I have been waiting! You have been delaying a new ROM!

i have got an error while installing my own rom - E: error in /tmp/sideload/package.zip (Status 4)
Any idea how to fix it?
---------- Post added at 01:13 AM ---------- Previous post was at 01:11 AM ----------
I also want to know how to use launchers to build roms... Can you help?

mtvtitan said:
Kumusta naman ang valentine sa Pinas?
Click to expand...
Click to collapse
I got busted from my lover-to-be that day.
Androhacker said:
Plz be fast man I have been waiting! You have been delaying a new ROM!
Click to expand...
Click to collapse
C'mon! I got a life too. I got a research venture, a parliamentary debate (my team won BTW), a seminar lecture (on integrated library systems), household chores, and to eat and sleep too (not to mention that I can't achieve three meals and more than four hours of sleep a day). All in just one hell week. Well, it's a Sunday so be on your guard, I'll try to post something here. Patience dear.

All right but any idea how to fix that error?

Anyways i have already made my own ROM but thanks for those removal terminal codes. And also how to get the system files to work with the dsixda kitchen
Sent from my GT-S5360 using XDA App

hey guys pls help
i want to make a new rom for sgy
can someone pls give me the stock rom DDLA3 req files
pls
Sent from my GT-S5360 using xda premium

some of this is applicable:
http://forum.xda-developers.com/showpost.php?p=21343927&postcount=1
many tweaks for phones

I have found out my way to build ROMs so actually I do not need this post but it would still be helpful. Would you like to tell us?

hi, any update kaibigan?

no update? whats this an open ended song for a lonely guy?

The OP is busy I heard. Patience.
Sent from my GT-S5360 using xda premium

No wonder the week has passed long ago. Guess he doesn't want to share with us. Would request PG101 to close the thread.

Related

[HOWTO]Kitchen for i9001

Could someone do the HOWTO(step by step) and upload kitchen for i9001? I think more people will cook roms SGS +. I know it's time consuming but worth it. What do you think about it?
LINUX(Ubuntu, Kubuntu, Debian - .deb distros)
1. Java installation:
Code:
sudo apt-get install sun-java6-bin sun-java6-jre
2. Java veryfication, if OK(version can be different):
Code:
java -version
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
3. Kitchen downloading:
Download latest kitchen zip.
4. Making dir for develop:
Code:
mkdir ~/android-devel
5. Moving and unziping kitchen:
Code:
mv ~/Download/I9001_test1.zip ~/android-devel/
cd ~/android-devel/
unzip ./I9001-test1.zip
mv ./dsixda-Android-Kitchen-5da2e95 ./kitchen
6. Downloading custom ROM for developing:
Download XXKPS from this thread.
7. Unpack ROM:
Code:
mv ~/Download/I9001XXKPS_I9001SERKP6_I9001XXKPG_236.rar ~/android-devel
cd ~/android-devel
unrar e ./I9001XXKPS_I9001SERKP6_I9001XXKPG_236.rar
mv ~/android-devel/I9001XXKPS_I9001SERKP6_I9001XXKPG_HOME.tar.md5 ~/android-devel/I9001XXKPS_I9001SERKP6_I9001XXKPG_HOME.tar
tar vxf ./I9001XXKPS_I9001SERKP6_I9001XXKPG_HOME.tar
8. Copy files to the kitchen dir:
Code:
cp ./boot.img ./cache.img.ext4 ./system.img.ext4 ~/android-devel/kitchen/oryginal_update/
9. Running kitchen:
Code:
cd ~/android-devel/kitchen
./menu
10. Importing ROM:
In kitchen menu go to:
Code:
1 - Set up working folder from ROM
then:
Code:
s - Show supported formats
ENTER and select:
Code:
(1) system.img.ext4, cache.img.ext4 and boot.img
to be continued.............
I hope this helps someone.
Thanks for: dsixda
oisis said:
Could someone do the HOWTO(step by step) and upload kitchen for i9001? I think more people will cook roms SGS +. I know it's time consuming but worth it.
What do you think about it?
Click to expand...
Click to collapse
Agree but bit too early as none exists yet...
Ok but some of you cooking roms, so you could create mini howto and add some information later. I am linux user but i don't know howto cook and with howto i will start. That is the point .
Sent from my GT-I9001 using XDA App
oisis said:
Ok but some of you cooking roms, so you could create mini howto and add some information later. I am linux user but i don't know howto cook and with howto i will start. That is the point .
Sent from my GT-I9001 using XDA App
Click to expand...
Click to collapse
There are tons of different sources on how to cook ROMs. If you've never noticed before, there are two search bars on the top of this very page. The leftmost is what you need. Four words will help you. If it's not obvious enough: HOW TO COOK ROMS
regards
I've used dsixda's Android Kitchen once. It's not fully functional but it can help you.
I had problem with prepearing orginal stock rom to start working with the kitchen. I did this in that way:
1. I changed the file name from .tar.md5 to .tar
2. I unpacked .tar using Winrar
3. I changed filenames of some files from .img.ext4 to .img
And the kitchen was able to impost the rom files and to start working with them.
Many functions were not working becouse kitchen was not able to cerate file to flash boot.img. But flashing /system was possible so i managed to deodex and zipalign the rom, disable boot sound etc.
That I managed to do. I will write soon how to do this with the environment installation on Linux and file preparation. I hope someone will help me develop the topic and we will create a howto for dummies .
As long as android development is concerned I'm as dummy as possible
I can help you by giving the feedback if your explanation is uderstandable.
oisis said:
That I managed to do. I will write soon how to do this with the environment installation on Linux and file preparation. I hope someone will help me develop the topic and we will create a howto for dummies .
Click to expand...
Click to collapse
+1 here me too!
I can try.. you guys want to give feedback on a beta version?
dsixda said:
I can try.. you guys want to give feedback on a beta version?
Click to expand...
Click to collapse
Thanks. I am ready to give you 100% feedback, I already tired and i think its very near to be done, but only needs your touch .
Give this a try. I don't have this device, so your feedback will help a lot.
http://www.mediafire.com/?ysd2m55ek5ua5pu
also dsixda,your rom kitchen somehow always fails to deodex i9001 firmwares....
would be freat if u could look into that matter!
sakindia123 said:
also dsixda,your rom kitchen somehow always fails to deodex i9001 firmwares....
would be freat if u could look into that matter!
Click to expand...
Click to collapse
Well it also doesn't deodex Maps and VoiceSearch in other Samsung ROMs. Nothing I can do about it. I9001 may be my last project.
dsixda said:
Well it also doesn't deodex Maps and VoiceSearch in other Samsung ROMs. Nothing I can do about it. I9001 may be my last project.
Click to expand...
Click to collapse
can you please upload with magaupload, mediafire has problems cant download.
EDIT: Its ok... downloading
Thx dsixda for making your kitchen available for us. I tried to make a rom for I9001 with your latest version of the kitchen and some things worked. I just had to dd the system.img.ext4 in system.img and so I could use some functions. But because I'm new to the hole thing- Espacially I don't know how I handle the updater-script in the right way - I gave this up. So keep up the good work to make it fully working for us.
p.s. Someone could provide a tutorial or just a link for making an updater-script.
Sent from my GT-I9001 using XDA App
crybert said:
Thx dsixda for making your kitchen available for us. I tried to make a rom for I9001 with your latest version of the kitchen and some things worked. I just had to dd the system.img.ext4 in system.img and so I could use some functions. But because I'm new to the hole thing- Espacially I don't know how I handle the updater-script in the right way - I gave this up. So keep up the good work to make it fully working for us.
p.s. Someone could provide a tutorial or just a link for making an updater-script.
Sent from my GT-I9001 using XDA App
Click to expand...
Click to collapse
@crybert :u can use mine
there are apps(pc ones) for makin updater-script,like "Update-script Manager"
sakindia123 said:
@crybert :u can use mine
there are apps(pc ones) for makin updater-script,like "Update-script Manager"
Click to expand...
Click to collapse
Okay thx. Is there a possibility to format the hole system-partition ? I tried format("ext4" ; "/dev/block/mmcblk0p15"); but this doesnt work. Or you mean this is not a good idea?
You mean something like this app: forum.xda-developers.com/showthread.php?t=717437
Sent from my GT-I9001 using XDA App
formatting partitions line by line is much better
i've never used those apps for updater-script,only from signing
crybert said:
Okay thx. Is there a possibility to format the hole system-partition ? I tried format("ext4" ; "/dev/block/mmcblk0p15"); but this doesnt work. Or you mean this is not a good idea?
You mean something like this app: forum.xda-developers.com/showthread.php?t=717437
Sent from my GT-I9001 using XDA App
Click to expand...
Click to collapse
The kitchen already formats the system partition in the updaterscript. Just build a basic ROM with root permissions, flash it and check for errors.
If someone here has used the kitchen before on other device ROMs, please let me know how it goes with the I9001.
dsixda said:
The kitchen already formats the system partition in the updaterscript. Just build a basic ROM with root permissions, flash it and check for errors.
If someone here has used the kitchen before on other device ROMs, please let me know how it goes.
Click to expand...
Click to collapse
i used it intitially for cooking rom for i9003(Samsung Galaxy sl)
worked pretty well,even deodexing!

[WIP][ROM][4.0.4][Alpha] GummyKoko v0.1 | Gummy v1.2 Port

Hi,
This my first step in the Android kitchen world. I've been working on an AOKP port for a week but my exams came and I found that lots of AOKP ROMs suddenly appeared. The only great ROM left was Gummy. Just finished my exams yesterday and I continued the porting. I think it will be finished today and my main 3 goals for this ROM are Speed, Stability, Support. Any help would be great as this is my first try. Please suggest to me what would the best uploading site right now.
Thank you all for the support.
Reserved
Reserved for future
Greets and good luck for your project
I would recommend mediafire or dev-host for upload
Tectas said:
Greets and good luck for your project
I would recommend mediafire or dev-host for upload
Click to expand...
Click to collapse
+1 And Some Screenshots Please
and congratulations on finishing exams
i´m a lucky guy too..
edit: dropbox would do the thing too..
http://db.tt/z6wH8HSG
mediafire is a good choice
Thank you all for your encouraging words. I am about to finish it and then I'll flash it and test it the upload it with some screenshots of course. I just want to ask one silly question. Where could I find the CM9 kernel?
Karimmunir said:
Thank you all for your encouraging words. I am about to finish it and then I'll flash it and test it the upload it with some screenshots of course. I just want to ask one silly question. Where could I find the CM9 kernel?
Click to expand...
Click to collapse
Well i dont guess there is a flashable zip...if you have any aokp rom already from here or icecoldsandwich ...just take boot.img and form modules bcm... named file...should give you the kernel
Guess I'll need a Linux distro for that, right? Would Ubuntu work?
How about copying the whole boot.img. Will it create a bootloop?
Karimmunir said:
How about copying the whole boot.img. Will it create a bootloop?
Click to expand...
Click to collapse
Download a CM9 ROM from here
Open it with any archiving program (7zip for example)
Extract the boot.img (you will see it right after opening the archive)
Browse to system/lib/modules
Extract the bcm4329.ko
Open your rom as an archive
Put boot.img and bcm4329.ko at the same places (delete yours first)
Save and close
Done.
P.S.: great idea! Wish you luck
Port it to incredible s
Sent from my Incredible S using XDA
amidabuddha said:
Download a CM9 ROM from here
Open it with any archiving program (7zip for example)
Extract the boot.img (you will see it right after opening the archive)
Browse to system/lib/modules
Extract the bcm4329.ko
Open your rom as an archive
Put boot.img and bcm4329.ko at the same places (delete yours first)
Save and close
Done.
P.S.: great idea! Wish you luck
Click to expand...
Click to collapse
Yes I understood all this. My question is, how do I open the boot.img. I read before that it uses a file system Windows doesn't support. Would using Ubuntu open it?
incrediblealex said:
Port it to incredible s
Sent from my Incredible S using XDA
Click to expand...
Click to collapse
Well, as this is my first time and I only have a Desire S, I won't be able to do that but after I post the ROM, try contacting any famous developer in your thread and let him contact me. I'll be more than glad to help.
Karimmunir said:
Yes I understood all this. My question is, how do I open the boot.img. I read before that it uses a file system Windows doesn't support. Would using Ubuntu open it?
Click to expand...
Click to collapse
You dont need to open boot.img...just copy it over and so bcm... named file...just copy
Karimmunir said:
Yes I understood all this. My question is, how do I open the boot.img. I read before that it uses a file system Windows doesn't support. Would using Ubuntu open it?
Click to expand...
Click to collapse
Well Windows sucks for development. My chose is Ubuntu, it is pretty straight-forward. Here is a guide how to decompile boot.img, but I am wondering why you need this...
most of the ICS ROMs here are running on CM9 kernel, added by the procedure from my previous post
Wow. I'm extremely stupid. I thought you meant that bcm4329.ko was inside that boot.img. Sorry for my stupidity. I've finished all the necessary steps (I guess). Last question, how exactly do you compile the ROM?
Sorry For Being RUDE ..
But I Havent Understood What You Exactly Are Doing??
You are appearing as a NOOB
I'm porting the Gummy ROM (CRESPO) and I'm trying to get it to work. If your talking about the last few posts I was trying to get the CM9 kernel so that the ROM can work well. Currently I'm signing the ROM.

[GUIDE] Add SGR support for dsixda's kitchen

Hello everybody!
I created this thread, because I had realized a while ago that our device isn't supported in dsixda's Android kitchen. (For more information about it: http://forum.xda-developers.com/showthread.php?t=633246)
Adding support is not difficult though.
1: Copy GT-I9103 file from the attached zip into 'kitchen_dir/tools/edify_defs'. This fixes issues with the generated updater-script.
2: Rename emmc-update-binary file in 'kitchen_dir/tools/update_files' to something else. (e.g.: emmc-update-binary_orig)
3: Copy emmc-update-binary file from the attached zip into 'kitchen_dir/tools/update_files'. This step is essential, because the emmc-update-binary provided by the kitchen is compiled for using the NEON instruction set, which our phone unfortunately doesn't have.
The update-binary I include is the almost latest version from CM10 sources. It understands the latest updater-scripts.
Every custom modification to devices have risks. Use the kitchen at your own risk!
Have fun and enjoy!
great job!
Sent from my GT-I9103 using xda app-developers app
Thanks Adam!
I came upon your thread by accident while Googling for something else.
I've re-uploaded version 0.204 of the kitchen with your fix. I've credited you in the release notes. Let me know if it works.
BTW what format are the stock ROM files? factoryfs.img? cache.img?
dsixda said:
Thanks Adam!
I came upon your thread by accident while Googling for something else.
I've re-uploaded version 0.204 of the kitchen with your fix. I've credited you in the release notes. Let me know if it works.
BTW what format are the stock ROM files? factoryfs.img? cache.img?
Click to expand...
Click to collapse
Thanks!
I'm gonna check the new version when I arrive home. I'm sure it'll work.
Yes, the format is the same as those of Galaxy S2 (and maybe other Galaxy phones as well). Your kitchen recognizes the format without any hassle. There is an option somewhere (I don't remember correctly, maybe under advanced) that enables users to unpack some other csc files. Although I never use that, tried once and worked well.
Good job and thanks again for this amazing work! :thumbup:
Sent from my GT-I9103
Adam77Root said:
Thanks!
I'm gonna check the new version when I arrive home. I'm sure it'll work.
Yes, the format is the same as those of Galaxy S2 (and maybe other Galaxy phones as well). Your kitchen recognizes the format without any hassle. There is an option somewhere (I don't remember correctly, maybe under advanced) that enables users to unpack some other csc files. Although I never use that, tried once and worked well.
Good job and thanks again for this amazing work! :thumbup:
Sent from my GT-I9103
Click to expand...
Click to collapse
Yes, that option is under the Advanced->Plugins menu option.
Thanks

[FOR NOOBS] [ODIN] [TOOL] Odinatrix

Is your country firmware not covered by sir Doky's thread (http://forum.xda-developers.com/showthread.php?t=1465800)?
Is his SplitFUS tool too complicated for you? Or you have a problem with it?
Well today is your day! This tool (Odinatrix) does exactly what SplitFUS does, but with simpler use. Just extract the file (preferably to your home directory) and put your unsplitted Samsung FUS files in the folder it creates! Then wait.... That's all! It works (I tested it with my NZ S5360T running Jelly Blast V3)
I'm just posting this to help noobs. I did not code it (I am noob too ). All credits go to ACervellati and Doc_cheilvenerdi for coding this awesome tool!
Download:
http://www.mediafire.com/?xu4r2syuslzjl9i
Hit THANKS if it helped!
First! Just doing my ritual.
please can u e explain this a little bit sir on how to use this one.do i have to connect to pc or press something after i put the file in the sd card?
Awesome where has it build,any info about that?its interresting me realy.
MANY GREEEEETZ!!!
---------- Post added at 07:59 AM ---------- Previous post was at 07:58 AM ----------
Edit.have seen the devname its xda dev?
MANY GREEEEETZ!!!
blackpanther2209 said:
please can u e explain this a little bit sir on how to use this one.do i have to connect to pc or press something after i put the file in the sd card?
Click to expand...
Click to collapse
All right, I shall explain:
1: Extract the ZIP file attached. C:\ (home directory) is recommended for the extraction destination.
2: Place the one-file Samsung FUS file (.tar.md5 ending) into the root of this extracted folder. You can get some at sammobile and checkFUS
3: Once this is done, run the bat file in the folder.
4: Read the conditions, and then press any key.
5: It should start (unless I missed something in this instruction manual)
6: When it is done, you will find the files in the output folder in the base Odinatrix folder. Odin Flash Time!
Links to firmware sites (find the right one for your baseband or just look for your country):
CheckFUS: http://fus.nanzen.se
sammobile: http://www.sammobile.com/firmware/ then search for S5360
Great Tool i Found it long time ago.............Nice Share it Friend.........
All My Friend Plz Press Some Thanks Button For OP.......... He Share it......
But i Use Sir Doky73 Tools B,coz Its save to use and more option like without Sbl
Only Kernel ,wipe and not wipe pack..... support md5sum..... and main feature is no need long time like Odinatrix and and linux support(i always use in it linux)
reservered....
thank u very much!
Is this like mobile odin??????
Sent from my y running ussr v6 with cyanogen theme
Iaazar said:
Is this like mobile odin??????
Sent from my y running ussr v6 with cyanogen theme
Click to expand...
Click to collapse
No
Sent from my GT-S5360 using xda premium
Test result:
odinatrix unit: system.img has used long time..
odin unit: odinatrix packages flashed succesful and doesn't brick my phone :victory:
Hi
Is this tool work with all Samsung ROMs and all devices?
Thanks.
Memphis_ said:
Hi
Is this tool work with all Samsung ROMs and all devices?
Thanks.
Click to expand...
Click to collapse
This is confirmed working on galaxy mini (and all other variants of it), galaxy y and ace plus. I think it works on original galaxy ace as well. So to answer your question, no.
Sent from my GT-S5360T using xda app-developers app
noobzFTW said:
This is confirmed working on galaxy mini (and all other variants of it), galaxy y and ace plus. I think it works on original galaxy ace as well. So to answer your question, no.
Sent from my GT-S5360T using xda app-developers app
Click to expand...
Click to collapse
What a shame! :crying:
ace gt s5839i work with thank you
does this work for jelly bean firmware
They always said that -if a tool didnt get any updates like Doky's Split then we always go back to where it started and boom an old version - and maybe a better revamp
This seems to work for me, however it's PAINFULLY slow. I *think* I fixed the speed issues. Now it should take just a few minutes, although I haven't really tried to flash the resulting files. Please report if it works here or send me a PM if you have any issues. Granted I may not be held responsible for any damage derived from my work.
You may either download the original zip file from the OP and replace "runme.sh" with the new version I provide below (just rename runme.txt to runme.sh), or just download the whole thing which includes the new file, whatever suits you
Unbelievable! You guys are the best! Thank you so much!
Yes, a wonderful utility for an old Stock ROM which 7zip and others couldn't expand. Odinatrix extracted the CSC and Modem files from the Stock ROM for my old Samsung Galaxy Y GT-S5360, which had been lying around unusable for a year or more. I could then flash them along with the Xperia Honami ROM from https://forum.xda-developers.com/galaxy-y/development/rom-material-xperia-themed-rom-samsung-t3268818
and immediately it worked! The old device works better than new!

[TOOL] I9300/I9305 Auto Deodex & Zipalign Tool

All the work to make the Deodexed.zip of your rom is done to your Windows PC.
Open the Deodexer-Tool.zip you have just download.
Extract the Deodexer-Tool folder to your Desktop or anywhere you whant.
Open the folder Deodexer-Tool you just extract and follow option 1 or 2.
You have two option's:
1.) Connect your phone to pc and run the Deodexer_from_phone.bat whait ....... and you will see a Deodexed.zip and zipaligned ready to flash zip.
-----------------------------------​
2.) If you have allready dumped odexed rom and you whant to deodex just put all the .apk's and .odex files from your dumped rom system\app to \Deodexer-Tool\Work\app and all the .jar's and the two framework apk's from your dumped rom system\framework to Deodexer-Tool\Work\framework and run the Deodexer_dumped_rom.bat whait ....... and you will see a Deodexed.zip and zipaligned ready to flash zip.
(If you whant an app like SuperSU.apk to be in your rom then add that to Work\app folder before run the Deodexer_dumped_rom.bat).
-----------------------------------​
Click to expand...
Click to collapse
At the option 1 the script will dump and deodex every app you have at that time in your system/app phone folder.
Doesn't matter if is allready deodexed, the script just ignore deodexed .apk's but it will add to the zip at the end.
The option 2 is same but the script doesn't dump anything from your phone. It is only look what you add at the specificate folder's: Deodexer-Tool\Work\app & framework.
Try it and waiting for your news.
Credits to: Amestris
Ok I am alittle confused with this all I want to do is Deodex and zipalign my I9305 rom which i am currently running, I have removed unwanted system apps etc Now where to i put the deodexer_from__phone.bat so i can run it? does it have to be in a special folder or can i just dump it on my ext-sd card and run the bat from windows? What software is being used to deodex the apks, I am new to this developing side of things an explanation for a dummy would be great as i want to learn these things but you dont have to just instruct me and that will do if your busy thanks
btemtd said:
Ok I am alittle confused with this all I want to do is Deodex and zipalign my I9305 rom which i am currently running, I have removed unwanted system apps etc Now where to i put the deodexer_from__phone.bat so i can run it? does it have to be in a special folder or can i just dump it on my ext-sd card and run the bat from windows? What software is being used to deodex the apks, I am new to this developing side of things an explanation for a dummy would be great as i want to learn these things but you dont have to just instruct me and that will do if your busy thanks
Click to expand...
Click to collapse
No need to confuse your self it is really simple work.
All the work done to your Windows PC.
Open the Deodexer-Tool.zip you have just download.
Extract the Deodexer-Tool folder to your Desktop or anywhere you whant.
Open the folder Deodexer-Tool you just extract and follow option 1 or 2 from OP.
ausdim , nice tools... what version of smali are u using ?
prodigiez said:
ausdim , nice tools... what version of smali are u using ?
Click to expand...
Click to collapse
Thank's
Smali & Baksmali is 1.3.4-dev
So is working or not?
Guys sorry to ask but i dont have the device yet.
ausdim said:
No need to confuse your self it is really simple work.
All the work done to your Windows PC.
Open the Deodexer-Tool.zip you have just download.
Extract the Deodexer-Tool folder to your Desktop or anywhere you whant.
Open the folder Deodexer-Tool you just extract and follow option 1 or 2 from OP.
Click to expand...
Click to collapse
Is there a possibility that we can get something to to the zip-align and deodex without having to move files to and from your mobile and windows. Only cause it seems alittle messy for the everyday user loool I mean i would probably be able to do it but i just dont want to miss anything or do something wrong.
Actually I have an Idea I am going to install the Rom you made then just restore my appz what you think that would be the easiest way right?
Thanks Alot.Need this tool very much .
[Deodexed & Zipaligned GT-I9305 XXALI5] for GT-I9305
Will this delete my user apps? Or just replace and add any missing system apps
btemtd said:
Is there a possibility that we can get something to to the zip-align and deodex without having to move files to and from your mobile and windows. Only cause it seems alittle messy for the everyday user loool I mean i would probably be able to do it but i just dont want to miss anything or do something wrong.
Actually I have an Idea I am going to install the Rom you made then just restore my appz what you think that would be the easiest way right?
Click to expand...
Click to collapse
No isn't possible to deodex and zipalign without move the file's to your pc atm.
You dont have to restore any of your app's after install any of this.
btemtd said:
[Deodexed & Zipaligned GT-I9305 XXALI5] for GT-I9305
Will this delete my user apps? Or just replace and add any missing system apps
Click to expand...
Click to collapse
The only think it will be deleted and replaced is the system/app and system/framework.
Non of your app's will be deleted.
Please before do anything make a backup of your rom with CWM so if anything goes wrong you can restore that.
Thank's
Great work ausdim. I've modified your script slightly since I have tools that can extract the .tar.md5 > system.img > system.ext4.img > app/framework folder.
If you need those tools, you can give me a shoutout too - so that you save your time from flashing the device and adb pull it
ausdim said:
Thank's
Smali & Baksmali is 1.3.4-dev
So is working or not?
Guys sorry to ask but i dont have the device yet.
Click to expand...
Click to collapse
i will run my batch and let it deodex and zipalign overnight..i guess zipalign need few hours.. let u know next day
Late reply to you bro, sorry (PM'ed as well) - it works well and fine, tested on my unit.
:good::good::good::good::good::good::good::good:
No go for me... device stuck at "Samsung" boot up screen.. waited 15mins...
Flashed back stock rom...
Sent from my GT-I9305 using Tapatalk 2
can you elaborate steps? as i clicked Deodexer_dumped_rom.bat , it created deodexd.zip but when i am clicking Deodexer_from_phone.bat it just stopped at "Connect your phone to PC" however my phone is connected to pc already
Connecting tablet
Hey there....
Thanks for this post, and file.I'm running CleanROM 2.5 on an Asus 300T tablet. CleanROM is an odex ROM, but theres a script I'd like to run that works on deodexed. My question is, when I connect my tablet, am I going into USB mode, or just connect the tablet as if I'm transferring files, such as music.
Thanks for your help in advance.
blackyz said:
can you elaborate steps? as i clicked Deodexer_dumped_rom.bat , it created deodexd.zip but when i am clicking Deodexer_from_phone.bat it just stopped at "Connect your phone to PC" however my phone is connected to pc already
Click to expand...
Click to collapse
I release a new reworked tool soon.
Sorry but i dont have the phone to test it.
Omega Recon said:
Hey there....
Thanks for this post, and file.I'm running CleanROM 2.5 on an Asus 300T tablet. CleanROM is an odex ROM, but theres a script I'd like to run that works on deodexed. My question is, when I connect my tablet, am I going into USB mode, or just connect the tablet as if I'm transferring files, such as music.
Thanks for your help in advance.
Click to expand...
Click to collapse
You need adb enabled on your phone and the drivers on your pc.
we need our own general and q&a thread. I dont like the fact that we have to post in amongst i9300 threads. Can we all ask the mods this? The more of uz the better.
What we want?
Our own I9305 general thread and q&a thread or atleast our own q&a thread. Lets all msg the mods please
Sent from my GT-I9305 using xda app-developers app
btemtd said:
we need our own general and q&a thread. I dont like the fact that we have to post in amongst i9300 threads. Can we all ask the mods this? The more of uz the better.
What we want?
Our own I9305 general thread and q&a thread or atleast our own q&a thread. Lets all msg the mods please
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
It's a great idea. It'll help to keep the OP leaner. You could also come up w/ a small FAQ that's posted on the OP to help cut down on answering repetitive questions. And if someone does ask a question that's already covered, just point them to the FAQ.
May also want to go into some detail about how to run this on the OP. Not everyone is a developer. You'd be amazed at how many people are mail room clerks, secretaries, managers, work in construction or food service. So, their knowledge is not at all on the same level. They just want to personalize their phone or tablet and be on their way w/o having to get a degree from ITT Tech to do it
Thank you for letting me post. I'm sure I'll have a question or 2 more in the near future. Thank you again.
Sorry, not trying to step on anyones toes here. I just came to look for an answer to a small problem I was having
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Will this work on any device?
Sent from my SHW-M250K using xda app-developers app
Kitschki said:
Will this work on any device?
Sent from my SHW-M250K using xda app-developers app
Click to expand...
Click to collapse
It should work on most samsung devices, provided that it is rooted.
Sent from my GT-I9305

Categories

Resources