Help! Can someone deodex my stock rom? - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Hi there guys...recently i wanted to deodex my rom but i cant understand so can someone deodex it?
Sent from my GT-S5360 using XDA Free mobile app

Sent from my GT-S5360 using XDA Free mobile app

My baseband is xxlc1 and build number is jplc1
Sent from my GT-S5360 using XDA Free mobile app

bigsmoke9250 said:
Hi there guys...recently i wanted to deodex my rom but i cant understand so can someone deodex it?
Sent from my GT-S5360 using XDA Free mobile app
Click to expand...
Click to collapse
Read this thread
http://forum.xda-developers.com/showthread.php?t=1801690
Learn how to install cygwin and android kitchen
Once done download android terminal emulator on phone
Type the following (phone needs to be rooted with busybox installed from playstore)
su
tar -c system/* >> sdcard/system.tar
Now transfer the file system.tar from the root of your SD card to your pc and place it the kitchen ROM folder
Run kitchen from the cygwin terminal
Create a working folder and select your system.tar
GOTO advance and select deodex
Set api to correct android version
Deodex
Then put the contents of your working folder excluding boot.img into a flashable zip - you may need to change the update binary and edit updater script
Full instructions can be found by the power of search
There may also be programmes that can do it all for you in a simpler way

Related

Installed Modules copied over at 0k??

So i have upgraded to the new r11 zimage and tried to install the latest modules but only some have copied over as others have copied but at 0k??
there are nine that will not copy over
Any ideas?
Enough free space?
Did you copy it using Android's USB mode? That tends to corrupt files, for installing modules I use Android Commander.
Yea plenty of free space others have copied fine. It's copying the file over but its empty 0k I'm using a root explorer to copy over as there are a few files to copy with this update
Sent From My HD2 using xda Android app
I shall take a look at that
shadiku said:
Did you copy it using Android's USB mode? That tends to corrupt files, for installing modules I use Android Commander.
Click to expand...
Click to collapse
Sent From My HD2 using xda Android app
So I have installed android commander and got that working and when i push the files that are missing it says no space left on drive so I'm gonna search that now any help here is appreciative
Sent From My HD2 using xda Android app
nope
still no joy, the only thing i can think of is the android file system has become corrupt?
android is working still so ill just wait for a build with the latest kernal
your trying to copy the files without root privileges.
in the term the first thing you need to do is type su
that will change the $ to a #
then copy the files.
cp /sdcard/*.ko /system/lib/modules
I shall try that but I wonder why some went over then but others did not
Thank you
aarons6 said:
your trying to copy the files without root privileges.
in the term the first thing you need to do is type su
that will change the $ to a #
then copy the files.
cp /sdcard/*.ko /system/lib/modules
Click to expand...
Click to collapse
Sent From My HD2 using xda Android app
No that didn't work still says no space left on device
DJGurth said:
I shall try that but I wonder why some went over then but others did not
Thank you
Sent From My HD2 using xda Android app
Click to expand...
Click to collapse
Sent From My HD2 using xda Android app
you have too less space in your system.ext2 data file.
see here: http://forum.xda-developers.com/showpost.php?p=8103070&postcount=813 and the following posts for solutions!
Brilliant that was it, wonder why that post didn't show up in my search ? Thanks for your help
Sent From My HD2 using xda Android app

[GUIDE]How to make a ROM - Easiest

How to Make Your Own Custom Rom
Click to expand...
Click to collapse
Part 1 : Setting Up Dsixda's Android Kitchen.
So, Do you want to make a custom rom or, mod one that is made already? If your answer to this question is yes then you are at the right place. In this article I will help you get started with setting up an environment to make your own custom roms or edit the ones that are developed already. We are going to take help of dsixda's Android Kitchen Utility to help us in this task and in this article I am going to help you get started by guiding you through the installation process of Android Kitchen on your Personal Computer. So, you might have the question in your mind what exactly is Android Kitchen and what does it do and whom it is for? Continue reading to know all this as well as to get instructions on setting it up on your PC.
What is Dsixda's Android Kitchen?
Who is this kitchen for?
-Those who are brand new to creating custom ROMs and want an easy place to start learning
-Those who just want to modify shipped ROMs or someone else's custom ROMs to their liking
-Those who are confused by all those scripts and complex commands required for building and extracting
Please note:
-The kitchen will not automatically turn you into a developer. A developer is someone who writes code or builds something from the ground up and understands exactly what goes on behind the scenes. The kitchen hides all that and puts a user-friendly interface above it. However, this may be the push that gets you into development in the future.
My goal is to give you the tools to make your life easier and save you lots of time, and at the same time help you learn about the Android OS.
A little bit of prior UNIX command-line knowledge would be useful to get started with the kitchen, but the help guides should be enough for a newbie. Knowledge of command lines is always important if you ever want to get involved in Android or development.
Code:
===========================================================
Android Kitchen - by dsixda (xda-developers.com)
===========================================================
Main Menu
1. Set up working folder from ROM
2. Add root permissions
3. Add BusyBox
4. Disable boot screen sounds
5. Add wireless tethering
6. Zipalign all *.apk files to optimize RAM usage
7. Change wipe status of ROM
8. Change name of ROM
9. Check update-script for errors
10. Show working folder information
Advanced Options
11 - Deodex files in your ROM
12 - Add task killer tweak for speed (stock ROM only)
13 - Add /data/app functionality
14 - Add Nano text editor + sysro/sysrw
15 - Add Bash (command shell)
16 - Add Apps2SD
17 - Add /etc/init.d scripts support (busybox run-parts)
18 - Add custom boot animation functionality
19 - Porting tools (experimental)
20 - Tools for boot image (unpack/re-pack/etc.)
21 - Unpack data.img
22 - Sign APK or ZIP file(s)
23 - Convert update-script or updater-script
24 - Miscellaneous optins / Plugin scripts
99. Build ROM from working folder
00. About/Update kitchen
x. Exit
How To Install Kitchen?
1. Install latest Java JDK. It's pretty simple just follow the instructions and you are done.
2. Download and Extract Cygwin Packages and Android Kitchen on your desktop or somewhere easy to
access.
3. Once extracted go through kitchen_readme.txt and you will get an overview of how to setup the
kitchen.
4. To begin, install Cygwin first. So, run setup.exe from the extracted files and go through the installation
process.
5. Run Cygwin.exe once and it will create a folder with your username on /home/ directory.
6. Navigate to the folder where you installed Cygwin and go inside .../ home// folder.
7. Copy the extracted kitchen folder to this location.
8. Once copied, rename it to kitchen (type all letters in lower case for Linux is case sensitive).
9. Run Cygwin.exe and navigate to kitchen folder. for that simply type the command cd kitchen and press Enter
10. Once inside kitchen folder, type ./ menu to run android kitchen. Note: if you get a permission denied error then type chmod +x menu or chmod 777 menu in Cygwin command line utility first and then only run the command ./menu .
11. You will be presented with the Android Kitchen menu seen above. Use these options and get started. That's all. You have successfully installed android kitchen on your PC. Though this is originally meant for only HTC based roms some of it's features will come handy for modding Samsung Roms too. Please note that because of the same reason all the functions/features of Android Kitchen may not work for you.
Wow. Why did you copy and create a new thread and paste it? Why? Don't we have enough spam already?
EDIT: I don't see the point of this. Couldn't just share a link to the thread?
Interesting.
Thanks!
Sent from my Xperia™ PLAY using TapatalkHD
Lol. Nah, I think I will just stick with good ol' Linux and good ol' terminal and gedit (the proper way )
Sent from my E15i using XDA
Aha!!!
This is what i need... Great! Thankx
Nice info
Creating Custom ROM For Xperia 2011 Device
SatrioDwiPrabowo said:
Nice info
Click to expand...
Click to collapse
Is there any guide how to make custom rom for 2011 device like : Xperia Ray .. ???
engkozhe said:
Is there any guide how to make custom rom for 2011 device like : Xperia Ray .. ???
Click to expand...
Click to collapse
Use dsixda for basic tools rest you do whatever you want theme it add scripts do whatever you want !
Sent from my HTC Explorer A310e using xda premium
Ok. Tnx
Sent from my ST18i using xda app-developers app
I got stuck on services.odex n i cant get the classes.dex file, how can i deodex. Odex n put it on jar file? Tnx
ST18 with custom kernel
engkozhe said:
I got stuck on services.odex n i cant get the classes.dex file, how can i deodex. Odex n put it on jar file? Tnx
ST18 with custom kernel
Click to expand...
Click to collapse
To deodex ROMs use the option in Kitchen for it!
Sent from my HTC Explorer A310e using xda premium
Oh... One more question, can we put apk directly to system folder on cygwin? And how do you create credit on updater script?? Thank you
Sent from my ST18i using xda app-developers app
engkozhe said:
Oh... One more question, can we put apk directly to system folder on cygwin? And how do you create credit on updater script?? Thank you
Sent from my ST18i using xda app-developers app
Click to expand...
Click to collapse
You can add apps in /system/app or /data/app
But if you add in data you will have to create appropriate lines in updater script!
Sent from my HTC Explorer A310e using xda premium
Interesting.
...
updated

how to deodex

i am using new experience odex cm7 based i searched in Google but i didn't get a nice tutorial any one please tell me an easy tutorial to make it deodex.
Sent from my GT-S5360 using Tapatalk 2
Flash fresh copy of rom
Use terminal commands to extract system to a tar file
su
tar -c system/* >> sdcard/system.tar
Copy tar to pc
load tar file into kitchen working folder
use kitchen to deodex
Build rom and flash
full instructions follow method 2 here
http://forum.xda-developers.com/showthread.php?t=1801690

file transfer in recovery mode?

please help me, thanks
Read post 3 and 5 from here for instruction to use ADB command to copy files: http://forum.xda-developers.com/showthread.php?p=45428716
If you want gui interface, there is an app called QtADB, but it's no longer developed and I never got it working correctly in Windows.
sent from xda premium app

I want to write a app just for move file to root how to do?

Hey guys i am brand new in android app develop I want to create a app just simply copy two file to root I want to know how could I start it?
I am computer science major so i know Java, C , C# and other language . But I think java is most easy way to do it ! Anyway I hope to get help to start my project ! Thanks:victory:
You have to use busybox
Like this
su (for superuser permissions)
busybox mv path path
You have to execute this commands from your app
Sent from my GT-S5570 using XDA Premium 4 mobile app

Categories

Resources