Deodex Rom - General Questions and Answers

hi
i have tried all the tricks and every thing on xda and non xda forums
but i have come to fail to deodex xperia C rom
can any one plz help.

Hi bro, you can use Android Kitchen to deodex system apks and jars. BTW, to run Android Kitchen, you can use Linux OS or a virtual Lunix (cygwin on windows OS). If you need any other help, you can ask
Hit thanks if i helped you
Sent from my GT-S5302 using xda app-developers app

Akshay Kumar Raheja said:
Hi bro, you can use Android Kitchen to deodex system apks and jars. BTW, to run Android Kitchen, you can use Linux OS or a virtual Lunix (cygwin on windows OS). If you need any other help, you can ask
Hit thanks if i helped you
Sent from my GT-S5302 using xda app-developers app
Click to expand...
Click to collapse
but to flasg deodex app we need a recovery
i am searching for a tool like titanium back up or lucky patcher
which can do on single boot

Related

Droid Tools V1 - Sign APK's , Make Release Keys , Sign Roms! [FOR NEWBIES]

Welcome to the Droid Tools Project!
I made this for Noobs!
Well I got bored and made this on my phone when I got bored , it was written in a txt editor but has a easy to use UI! Its still basic and has more features to come so don't judge!
What the the tool includes in v1:-
- Sign APK's
- Release Keys
- Sign ROM's
More coming in V1.1
Instructions:-
1. Click the desired version download link.
2. Wait 5 seconds and click SKIP AD.
3. Download and extract.
4. Read the ReadMe and run the .bat.
Credits:-
In the folder the tool is contained within.
Downloads:-
Mod Edit: Link removed
Another thread?
apktool is still the best
and yes it is,
another thread
another thread to be closed? lol! kidding!
deathnotice01 said:
apktool is still the best
and yes it is,
another thread
Click to expand...
Click to collapse
Can you give me the apktool app???
Sent from my GT-S5360 using xda premium
jerryn70 said:
Can you give me the apktool app???
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
as you wish
http://forum.xda-developers.com/showthread.php?t=1310151
Featured!! :O
HOLY SH*T!! This thing got featured!!
EliTSamsunG said:
Another thread?
Click to expand...
Click to collapse
No its a potatoe
This app is very useful.
But you forgot to add the procedure to add 'PATH' environment variable for newbies in the Readme.
And the Zipalign function is not working for the people like me, who use portable version of Android SDK. It should also be mentioned in Readme.
Hope that you'll definitely fix it in next version.
Good Job !
[email protected]
Sent from my GT-S5360 using xda premium
And then???????
GREEEEEETZ!!!
download link dead..OP please replace a new working link..
thanks
here is the file!i think he never updates the post.
i used zip signer from market.. its very friendly.
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
what is the use of this tool? sorry just a noob
Sent from my GT-S5360 using xda premium
markmellarpes said:
what is the use of this tool? sorry just a noob
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Mostly for 'signing' apps i.e after editing. Every app has to be 'signed' to be useful. If you editing app (i.e for localisation) you have to signing it afterwards. So one of this app function is signing app's. Custom ROM's has to be signed either.
For signing you have to use 'key'. There you can generate your own key for signing your own apps. Bear in mind - you can seamlessly upgrade app to new version only if it is signed with the same key as older version. Otherwise you have to uninstall older version and then install new one. This app can generate keys too.

[HELP] How to use Android Kitchen to Cook custom Rom???

HELP !! I have downloaded dsixda android kitchen.zip 20mb (latest 1) to cook some custom rom :beer:
But m unable to use ??? There is no setup or .exe file in zip. :screwy:
I have seen dsixda thread but nothing helpfull
Plz Guide an easy methods to use it:thumbup:
Sent from my LG-P500 using xda app-developers app
kunnaliskinng said:
HELP !! I have downloaded dsixda android kitchen.zip 20mb (latest 1) to cook some custom rom :beer:
But m unable to use ??? There is no setup or .exe file in zip. :screwy:
I have seen dsixda thread but nothing helpfull
Plz Guide an easy methods to use it:thumbup:
Sent from my LG-P500 using xda app-developers app
Click to expand...
Click to collapse
you also have to download cygwin for android kitchen to work follow this link hope this will help
just follow this picture guide i also used it to set it up first download all necessary files
here is the link to picture guide
http://hotfile.com/dl/123907924/6ebd9fd/Dsixda_Kitchen_Install_Picture_Tutor.zip.html
download this file and follow the instructions(guide is made by carl 1961 and not by me )

[TOOL] CM Tool

Hi all
I have created a simple tool to help automate the CM7/9/10 build from source, this tool sets up everything.. just check it out and give some feedback
Open terminal, navigate to cm tool dir and type ./CM_tool
For source code please PM me
Cheers,
h4ck3dm1nd.
h4ck3dm1nd said:
Hi all
I have created a simple tool to help automate the CM7/9/10 build from source, this tool sets up everything.. just check it out and give some feedback
Open terminal, navigate to cm tool dir and type ./CM_tool
For source code please e-mail me to [email protected].
Cheers,
h4ck3dm1nd.
Click to expand...
Click to collapse
now that's what I call an excellent first post
well done +1
not working
unable to execute the binary file. did chmod on the file.. still not working. is the binary from 64bit linux os?. I am using Ubuntu 12.04 32bit version..
See d following output:
$ ./CM_tool
bash: ./CM_tool: cannot execute binary file
$ sudo chmod a+x CM_tool
$ ./CM_tool
bash: ./CM_tool: cannot execute binary file
Yes this is a 64bit binary.
Sent from my GT-N7000 using xda app-developers app
I can build this tool for 32bit systems but the problem is that this tool config all your OS to be ready to build AOSP so i think that to build AOSP in 32bit you need some other deb packages, i will work on this and port this APP to 32bit but i cant test it because i only have 64bit systems here @ my home. I will work on this tomorow and when its complete i will post it here for tests.
Sent from my GT-N7000 using xda app-developers app
I've just checked in AOSP website...
"For Gingerbread (2.3.x) and newer versions, including the master branch, a 64-bit environment is required. Older versions can be compiled on 32-bit systems."
So there is no point in porting this to 32bit unless some one explain me how to set up ubuntu 32bits to build AOSP 2.3.x+.
Sent from my GT-N7000 using xda app-developers app
h4ck3dm1nd said:
Hi all
I have created a simple tool to help automate the CM7/9/10 build from source, this tool sets up everything.. just check it out and give some feedback
Open terminal, navigate to cm tool dir and type ./CM_tool
For source code please e-mail me to [email protected].
Cheers,
h4ck3dm1nd.
Click to expand...
Click to collapse
I think this is not N7000 specific, post it in Android Gen section, you will get more audience there, just a suggestion
I dont wont to double post so if a mod por an admin can move the threat i will be grateful
Sent from my GT-N7000 using xda app-developers app
From the Moderator
Good work !!!.......... and your wish is done..... Moved to Android General
~~ Oka1
h4ck3dm1nd said:
I dont wont to double post so if a mod por an admin can move the threat i will be grateful
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
h4ck3dm1nd said:
I dont wont to double post so if a mod por an admin can move the threat i will be grateful
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
No problem, moved to android development and hacking general.
original_ganjaman said:
No problem, moved to android development and hacking general.
Click to expand...
Click to collapse
Thanks!
I will apreciate any feedback to improve this tool
Cheers.
h4ck3dm1nd

Help me with C4android...

Iam trying a lot for programing in android finaly I found this app. ("C4android") on google play but when I try to install its plugin Gcc Iam seeing error and its not installing please help me..
Even I have tried other app like "AIDE" there also I stuck with installing native code support for c/c++ ..
Please give any solution so that I can develop programms using only my android phone.
Thank u in advance..
Sent from my GT-S5302 using xda app-developers app

help please

hello every body
i'm very newbie in android developing
i need all theming tuts
and making my own rom
and how to port :victory:
apps and roms
my android version is jelly bean and kitkat :fingers-crossed::fingers-crossed:
thanx a lot
just_newbie need help said:
hello every body
i'm very newbie in android developing
i need all theming tuts
and making my own rom
and how to port :victory:
apps and roms
my android version is jelly bean and kitkat :fingers-crossed::fingers-crossed:
thanx a lot
Click to expand...
Click to collapse
There is a very very useful website that has litteraly everything you need. It's called Google.com.
Just search what you need.
But on a serious note, don't create an account just to ask someone to tell you where to find a tutorial about something.
just_newbie need help said:
hello every body
i'm very newbie in android developing
i need all theming tuts
and making my own rom
and how to port :victory:
apps and roms
my android version is jelly bean and kitkat :fingers-crossed::fingers-crossed:
thanx a lot
Click to expand...
Click to collapse
This link helped me while developing my rom: http://forum.xda-developers.com/showthread.php?t=2195858
Sent from my LG-D722 using Tapatalk
NemboSix said:
This link helped me while developing my rom: http://forum.xda-developers.com/showthread.php?t=2195858
Sent from my LG-D722 using Tapatalk
Click to expand...
Click to collapse
thx a lot
If you lobe custom rom.its great but therw is no harm in having a stock rom customises to look like kitkat. You can go to syatem folder and change apps accourding to your needs. Can change launcher ,dialer,contacts,camera,gallery,lockscreen,theme and much more
Sent from my SM-G355H using XDA Free mobile app
There are many other alternatives to search for. You can also customize ur rom other ways. Many different oprions
Sent from my LG-D722 using Tapatalk
Hmm its true costumizing rom haa many ways but the way mentioned is easiest

Categories

Resources