Deodexed Apps and Framework files,Install using ADB Shell method&Deodexed ur Rom - Galaxy Note 3 Android Development

Hello Friends,
Here with a simple project which will help many users like me READY COMPLETE DEODEXED APPS & FRAMEWORK for your stock firmware
Reason behing making this ....
I have come accross many users asking for how to deodexed ROM.. Note 3 being very new device has very less options available in terms of roms etc to choose from so i decided and learned how to deodexed apps and frameworks and uploaded here so users with the same firmware can just use ADB SHELL Method with Root access and apply this deodexed files and make the complete ROM DEODEXED without any issue
Note : It will just replace the current apks and frameworks files with deodexed files
These files are taken from "INS-N900XXUBMJ1"Change List 01.10.2013 -} 1624790
U can apply these apks / files on N900
You have to install Using ADB Method "How to Setup"
Requirement
N900 firmware N900XXUBMJ1
Rooted Device
USB Debugging Enabled
Download
Here
Use the below command one by one once your device is connected and give access once its asked on the device to start the process
HTML:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Credits
@A.S._id (Always helping)
@DjeMBeY (His Inpiring thread for deodexed roms helped me a lot)
@xda

Excellent work my friend thank you!

it only works on the N900 ? not on the N9005 ?

yoga7862 said:
it only works on the N900 ? not on the N9005 ?
Click to expand...
Click to collapse
I have taken the apps from N900 so I guess its works well with that's only
however if u wanna try with i9005 u can @ your Risk I m not sure of result honestly
If it does not work u ll have Boot Loop & u may have to flash stock firmware using Odin

OK, thanks a lot for the answer.

Related

Never rooted before help?

I have finally received my OTA froyo 2.2 update. I am considering rooting to be able to use custom themes and such. I have a few questions.
What is the best and easiest method to root/unroot my 2.2 droid X?
What all do I need to download in order to successfully root?
What is deodexed? ( I keep seeing this as necessary for certain themes.)
What do I need to download to deodex my droid X?
Thanks in advance.
aplechaty said:
I have finally received my OTA froyo 2.2 update. I am considering rooting to be able to use custom themes and such. I have a few questions.
What is the best and easiest method to root/unroot my 2.2 droid X?
What all do I need to download in order to successfully root?
What is deodexed? ( I keep seeing this as necessary for certain themes.)
What do I need to download to deodex my droid X?
Thanks in advance.
Click to expand...
Click to collapse
Best way to root/unroot:
Answer: EE THIS LINK: http://www.droidforums.net/forum/droid-x-hacks/82584-droid-2-root-dx-ota-2-2-a.html
or Rootz wiki has some links if you search for it on google. I'm not sure that links are allowed here, or I would provide it.
ANSWER: There is a one click root/unroot made by Sil3ntkill (could have spelled wrong) over on alldroid.org. I have not used this method tho. I used the step by step process.
This also has the link for what you need to download as well! =)
DEODEXING:
Deodexing your phone modifies the .apk files on your phone (for the framework and services) I believe, which allows developers to then make custom themes, as these "deodexed" files can be easily modified and replaced.
How to Deodex:
I recommend just doing some searching. I think if you look in the themes/app sections of the Droid X forum here you can find an update.zip such as the following:
http://forum.xda-developers.com/showthread.php?t=793664
This is the black glass deodex method. You use the update.zip with koush's recovery and then use his back to stock method to remove the theme (black glass) that comes with the deodex process.
There are a lot of links out there that will tell you how to do the manual process. I did it manually myself, but have had a decent amount of experience with linux/command line. If you don't have a lot of experience, I might recommend using a method such as the black glass method I mentioned above.
If you are confident you can do a manual process, go for it! I think it's always more gratifying to try things the manual way... but that's just me! Hope this all helps =)
aplechaty said:
I have finally received my OTA froyo 2.2 update. I am considering rooting to be able to use custom themes and such. I have a few questions.
What is the best and easiest method to root/unroot my 2.2 droid X?
What all do I need to download in order to successfully root?
What is deodexed? ( I keep seeing this as necessary for certain themes.)
What do I need to download to deodex my droid X?
Thanks in advance.
Click to expand...
Click to collapse
Once you get rooted, check my thread out for easy deodexing... {Deodex OTA 2.2}
EASY ROOT WITHOUT ADB
you will need:
*rageagainstthecage-arm5.bin
*su
*Superuser.apk
*Some sort of terminal emulator in the market.
*enable USB debugging.
Settiings -> applications -> development -> USB debugging.
* EDIT: any line below that starts with a * is optional
- open up your favorite terminal emulator program
- cd /tmp
- cp /sdcard/rage*.bin /tmp/ (without "/tmp/" worked for me)
- chmod 777 rage*.bin
- ./rage*.bin
- ignore it's output, we are thinking outside of the box here, just wait for it to finish and return a $
- now go to settings -> applications -> manage applications -> running -> terminal and force close
- relaunch the terminal app and you should be greeted with the # symbol. you now have a root shell
- the rest is pretty much the same.
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /sdcard/Superuser.apk /system/app/Superuser.apk
- cp /sdcard/su /system/bin/su
* cp /sdcard/busybox /system/bin/busybox
- chmod 4755 /system/bin/su
* chmod 4755 /system/bin/busybox
- mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
- exit
Once your all done, go ahead and reboot your phone.
*if you decide to unroot.
- open your terminal app
- you should see a $ symbol, now do the following
- su
- now you should see a # symbol
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- rm /system/app/Superuser.apk
- rm /system/bin/su
* rm /system/bin/busybox
- mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
- reboot your phone.

[Tutorial]Deodexing + Zipaligning Galaxy Gio GT-S5660

Advantages or disadvantages
- Odexed ROMs are slightly faster, deodexed ROMs are slightly slower
+ You can make custom themes for your ROM
+ Performance los is negligible.
Requirements
xUltimate - http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html
Busybox installed
Root
Automatic deodexing - Method 1, by r33p
1. Connect phone to computer
2. Start xUltimate, we will now get the required files from our phone to deodex and zipalign it which we will describe in the 3rd step.
3. Select option #15 then "do it all".
Deodexing (little harder, but contains useful information for your future Galaxy Gio modding experience)- Method 2, by me
1. Connect phone to computer
2. Start xUltimate, we will now get the required files from our phone to deodex and zipalign it which we will describe in the 3rd step.
3. On the main menu of xUltimate, choose option 5 (Pull and deodex all). Everything will be done for you here. Don't worry. You will see all your finished files in the folders 'done_app' and 'done_frame' which are located in the installation directory of xUltimate.
4. move folders 'done_app' and 'done_frame' folders to your sdcard, you can find these folders in the directory of xUltimate as described in the previous step.
5. Make sure the sdcard is not mounted to pc anymore
6. Open Windows Command Prompt and type the following commands.
adb shell
su
stop
mount -o remount,rw /dev/block/stl12 /system
rm /system/app/*.odex
rm /system/framework/*.odex
busybox cp /sdcard/done_app/* /system/app/
busybox cp /sdcard/done_frame/* /system/framework/
chmod 644 /system/app/*
chmod 644 /system/framework/*
mount -o remount,ro /dev/block/stl12 /system
sync
reboot recovery
Click to expand...
Click to collapse
7. Now data and cache reset in the recovery menu...
8. reboot
If one of the commands, for example 'cp' is not found, try putting busybox in front of the command:
eg: busybox cp /sdcard/done_frame/* /system/framework/
How to odex again
This may put you in the right direction. You may need to edit some steps.
http://forum.xda-developers.com/showthread.php?t=1124034
If you like my work please donate
Paypal:
Bankaccount: in private message
Updated my tutorial. Now everything works.
What does this do to my gio?
// Thanks from the noob
why the hassle? just let xultimate do it all automatic -> select option #15 then "do it all"
yep
Thanks.. ;-)
Would it work with others samsung devices?
Gonna try with 5510
Sent from my GT-I9100 using Tapatalk
dann3_86 said:
What does this do to my gio?
// Thanks from the noob
Click to expand...
Click to collapse
I am curious to
I suggest you google deodexing and zipaligning.
Deodexing in short means that it will allow you to have custom themes.
Zipaligning improves performance of the apk/jar files when reading
There is a lot of information you might want to look up!
I just added r33p's suggestion. Thanks!
Dhuu, just google it.............
I did, but it gives no answers.
I thought it was about the holy grail, or the fountain of youth..............
But no..........
But comes close
So tell me, does it works on the fly or must you reboot to aply changes?
I tiedy this metod and it works. Tank you
I'm having a problem..
I'm on xUltimate, I go to the advanced menu (15) and I type 1 (Do everything) and then it says that I don't have files in done_app folder.
Please help
Edit: I have rooted my phone, it's on Gingerbread.xxkpo. Do I have to Un-Root my phone and then do this ? Also can I root it back when the ROM is on ?
Please reply fast :S
I'm having this issue,,, what does it mean? i pulled out all the files with the automatic process and went fine. But then in the deoxed process:
How can i solve it? Thanks :3

[Q] Problem after pushing the deodexed apps and framework

Hello everybody, I am trying to deodex my stock ICS v28 rom.
I deodexed the app and framework folder successfully with the use of dsixda kitchen, signed all apks and copied it to "/sdcard/_ExternalSD/deodexed" folder.
Note: at the time of deodexing I also selected the api level to 15
Now I am pushing to the device using this code:
Code:
adb shell
su
stop
mount -o remount,rw /dev/block/mmcblk0p7 /system
rm /system/framework/*.odex
rm /system/app/*.odex
busybox cp /sdcard/_ExternalSD/deodexed/app/* /system/app/
busybox cp /sdcard/_ExternalSD/deodexed/framework/* /system/framework/
chmod 644 /system/app/*
chmod 644 /system/framework/*
mount -o remount,ro /dev/block/mmcblk0p7 /system
sync
reboot
after the phone boots I get a security error
Remember, I dont get any error while executing any code in adb and after pushing I checked through adb that those deodexed apps have been pushed successfully to app and framework folder.
Can anybody tell me what I am doing wrong, any help apreciated.
NOTE: The help I need is in deodexing and pushing it to the device, I have already restored my /system partition but I am experimenting with this stuff.
Also, I already have wkpark bootloader 1.25 installed
You need kernel with support for deodexed roms.
Sent from my LG-P920 using xda premium
krija said:
You need kernel with support for deodexed roms.
Sent from my LG-P920 using xda premium
Click to expand...
Click to collapse
Thanks very much, I flashed the kernel of OptimusRS's new rom and it booted (obviously deodexed). I never knew that the stock kernel doesn't support deodexed apps.
Thanks again.
Edit: Can u suggest me any other good kernel that supports deodexed rom? and do u know the method to make the stock kernel support deodexed rom?
You´re welcome
regarding the method, I only know about this:
http://forum.xda-developers.com/showpost.php?p=40595337&postcount=580
I have tried many kernels, but for now I´m on stock kernel from V28 rom with iodak´s OC modules. I think you have nothing to lose if you try them all apart from PH85.

[Guide] How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6

How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6 without cwm
This way I was able to get it done & working
I am not responsible if You Brick your devices
Credits to All Dev's who given us good tools & made it Simple to get it done
All XDA users who have give easy tips.
Requried tools to get the job done
Holox Tool To back your Rom
If you like if press thanks
Universal Deodexer V4 to Deodex Apk's/jar's
Android SDK to push search here on xda to install & setup SDK
1. Download Holox Tool here & give credits there
Holox Tool here and follow the steps there how to backup Rom
2.Download Universal Deodexer V4[ALL DEVICES!!] & give credits there
Universal Deodexer and follow the steps there how to Deodex Apk's/jar's
1. Pull Framework files from Phone
2. Deodex all jar's file framework folder
3. make new folder & name "done_frame" copy all Deodex jar's files framework done_frame folder now
4. Now got Holox Tool folder & copy all apps *.apk & *.odex files from HoloxTool\ROM\app
also don't forget to deodex from framework folder SemcGenericUxpRes.apk & SemcGenericUxpRes.odex
5. make new folder & name "done_app" copy all Deodex apk's files framework done_app folder now
6. Connect your Phone to pc done_app & done_frame folders to root of sd card.
Now go here How to Push
Improtant Follow this steps to push files
Follow this steps to Push files & give credits there
Deodex ICS Strictly for Xperia S
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Reboot & enjoy
now your Phone is Deodexed
Now if you can edit or help us edit/theming.
proof
Thanks for the guide mate .
But can you tell me whats the difference between odex and deodex rom, and what exactly are the advantages of deoxed rom ?
metalrules321 said:
Thanks for the guide mate .
But can you tell me whats the difference between odex and deodex rom, and what exactly are the advantages of deoxed rom ?
Click to expand...
Click to collapse
please read here
The differences between Odex and Deodex Files
Xenon1978 said:
please read here
The differences between Odex and Deodex Files
Click to expand...
Click to collapse
If we can push files to our Xperia C, can we push rom like the same way? If there will be a rom for Xperia c of course.
TacoNikky said:
If we can push files to our Xperia C, can we push rom like the same way? If there will be a rom for Xperia c of course.
Click to expand...
Click to collapse
Yes I think so We can push. May be I will try it Later.
Xenon1978 said:
Yes I think so We can push. May be I will try it Later.
Click to expand...
Click to collapse
CWM is available for Xperia C. If your deodexed rom is flashable with CWM, can you please share it with us?
TacoNikky said:
CWM is available for Xperia C. If your deodexed rom is flashable with CWM, can you please share it with us?
Click to expand...
Click to collapse
no its not flashable with CWM
Xenon1978 said:
How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6 without cwm
This way I was able to get it done & working
I am not responsible if You Brick your devices
Credits to All Dev's who given us good tools & made it Simple to get it done
All XDA users who have give easy tips.
Requried tools to get the job done
Holox Tool To back your Rom
If you like if press thanks
Universal Deodexer V4 to Deodex Apk's/jar's
Android SDK to push search here on xda to install & setup SDK
1. Download Holox Tool here & give credits there
Holox Tool here and follow the steps there how to backup Rom
2.Download Universal Deodexer V4[ALL DEVICES!!] & give credits there
Universal Deodexer and follow the steps there how to Deodex Apk's/jar's
1. Pull Framework files from Phone
2. Deodex all jar's file framework folder
3. make new folder & name "done_frame" copy all Deodex jar's files framework done_frame folder now
4. Now got Holox Tool folder & copy all apps *.apk & *.odex files from HoloxTool\ROM\app
also don't forget to deodex from framework folder SemcGenericUxpRes.apk & SemcGenericUxpRes.odex
5. make new folder & name "done_app" copy all Deodex apk's files framework done_app folder now
6. Connect your Phone to pc done_app & done_frame folders to root of sd card.
Now go here How to Push
Improtant Follow this steps to push files
Follow this steps to Push files & give credits there
Deodex ICS Strictly for Xperia S
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
Reboot & enjoy
now your Phone is Deodexed
Now if you can edit or help us edit/theming.
Click to expand...
Click to collapse
Can you show me exactly what did you do to deodex, because i tried so many times but failed. Plz. Sorry for my bad English
Get from here
Download Deodexed Stock System for Xperia C (16.0.B.2.16)
http://forum.xda-developers.com/son...dexed-stock-folder-xperia-c-16-0-b-2-t2867158
Bootloop
:
Xenon1978 said:
proof
Click to expand...
Click to collapse
can someone help whats Android version and Whats Compression Level on UnivresalDeodexerV5 for xperia c 4.2.2JB
every time i ended up with bootloop...............
Thanx....

[How to] Xperia E-Deodex rom on locked BL

I'll show you how deodex on locked bl
Needed:
- XPERIA E
- ADB
- pack deodex
- Root
- Flash Gordon
1. Download Flash Gordon, and install.
2. Put a pack on the phone, and run Flash Gordon.
3. Select a package and click Flash deodex.
4. Reboot
5. Run CMD, go to adb, and type (will be easiest to do this: Go to the folder with adb, stick shift, and the open the Open dialog recommending here)
adb shell
su
stop
mount -o rw,remount /system/ /system/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot​6. Ready
Download:​
Code:
http://www27.zippyshare.com/v/32240545/file.html
@Tejo001 Can you confirm you successfully used FlashGordon to flash the complete /system/apps folder before I try this method.. Thx
As I thought.. Bricked due to fc when trying to flash over running apps/system.. Ftf to the rescue!! (on E1 4.4.2 kitkat, with my own flashable deodex patch)
This method only works on E because it is converted from the ROM 2.33
I need comfirmation Have you try this methode ? Because i need a deodex rom for the systemui.apk i will install ^^ Because i have deleted the stock systemui.apk accidentally.. So you can certified this methode
And, you can make screenchot Thank you !
Sry my bad english :3
Yes
Thank you ! ♥
THANK YOU !
You have save me 2 times ! Because i deleted my systemui and with the flash i have it ! And i have now a deoxdex ROM ! Thank you !
There is no problem. Since I'm here
Tejo001 said:
This method only works on E because it is converted from the ROM 2.33
Click to expand...
Click to collapse
thanks, so are you saying FlashGordon does overwrite system/apps successfully or not (forget about what device I am on - I've made a perfectly good flashable deodex patch for my E1, as I did for Z Ultra and other sony devices http://forum.xda-developers.com/showthread.php?t=2798690).
Sorry for bugging you on this - I'm just confused how this could work on a running system (and I have an "unlockable" bootloader hence looking into other methods like this).
thanks again..

Categories

Resources