[Q] How to Deodex - Motorola Droid 3

I got the new 5.7.906 update last night and have already rerooted the phone. But now I want to deodex the phone. What can I use to do this? Has anyone used the xUltimate tool with success before on Droid 3?

Someone has already made a deodexed ROM of it. http://forum.xda-developers.com/showthread.php?t=1554916
Sent from my DROID3 using Tapatalk

Yeah I saw that but I want one that is untouched other than deodexing
Sent from my Xoom using xda premium

As far as I know the deodexed non-dst one is pretty much straight up. The dst mod is the one that's been changed.
Sent from my DROID3 using Tapatalk

The original question was what can the OP use to deodex the phone? Also, does the xUltimate tool work on the Droid 3?
It was not, where can I find a ROM?
I too would like to know if there is a way to deodex my Droid 3, without a ROM.

Smali/Baksmali
ie. http://forum.xda-developers.com/showthread.php?t=1296802

I deodexed the stock rom with xultimate.
It seemed to slow down enough though after deodex was complete.
Did zipalign apk's though with Rom Toolbox Pro.
Safestrap makes it even slower booting up now though too.
User beware?

Related

[Q] Starting Rom Development

I want to start developing roms for my Droid 3, P.S have had experience with rooting, rom, and the rest. But though I have tested a lot, never actually had an experience building them. I was hoping someone could lead me in the right direction. I saw that for HTC devices they have something special, think it was called Android Kitchen or something. Anything like this for Motorola devices? Specifically the Droid 3?
Uot kitchen? I've tried to use it to make some changes but it always fails to install the zip so I gave up w/ it.
Sent from my DROID3 using XDA App
wootizzle said:
Uot kitchen? I've tried to use it to make some changes but it always fails to install the zip so I gave up w/ it.
Sent from my DROID3 using XDA App
Click to expand...
Click to collapse
Have you tried replacing the update-binary in the uot zip with the one from your stock rom
Sent from my rooted xt860
Anyone else? Has anyone tried replacing the update-binary with the stock rom one, as Endoroid said? Any help is appreciated!
Replacing the updater-script file should work but uot kitchen can only mod framework-res.apk and systemui.apk i would look at a tool that can decompile and recompile like Apk_Manager_5.0.2
Thanks, i look into that later today, but does it work with Droid 3?

Safestrap/tweaked bootstrap

Is anyone still using the tweaked bootstrap or is everyone pretty much on safestrap now? Just wondering cuz im still on the tweaked bootstrap ;p too lazy to sbf and start all over ;p
Sent from my droid 3 using Tapatalk
I think most people use Safestrap because Hash is amazing.
Sent from my DROID3 using XDA App
I use tweaked bootstrap for pretty much the same reasons. I don't want to lose my current backups.
Safestrap is your best bet. Flash without fear!
xt860, android 2.3.5, Monster rom
I kinda agree with slayer. Im still not afraid to flash cuz its called a nandroid! Haha ;p
Sent from my droid 3 using Tapatalk
jarzy00 said:
Is anyone still using the tweaked bootstrap or is everyone pretty much on safestrap now? Just wondering cuz im still on the tweaked bootstrap ;p too lazy to sbf and start all over ;p
Sent from my droid 3 using Tapatalk
Click to expand...
Click to collapse
You don't have to sbf... just uninstall your current bootstrap, and install safestrap.. activate safestrap and install your choice of roms... if you disable safestrap, it just puts you back to where you were before you enabled it.. most people recommend using a base stock rom for your starting point but you don't have too..

Need help please

I'm currently running theory ROM with 893, I want to update to 902 can I do that
While using theory ROM? If not what am I supposed to be running to do so? Also I deleted some bloatware I heard this might be a problem is there a way to get them back "honestly I forgot which ones they where" I been reading alot of post but I can't find any good info
Sent from my DROID BIONIC using xda premium
I've never used a rom, but my guess is you'll need to return to stock like everyone else. pick your poison and read some more.
RSD Lite method
PathSaver method
You will need to install the 4ever root patch after root, before going up.
Thanks for the help I was about to just update while on theory haha..
Sent from my DROID BIONIC using xda premium

[HOW TO][Windows] Manually Deodex For Holiday ICS

This is mod for ODEXED ICS based ROMs. When using the Dsxida's kitchen, there was a slight problem. so I made some modifications to AutoDEOTool
Manually Deodexing :
to decompil an odex file you needs the BOOTCLASSPATH..
It is a list in specific order of some framework .jar files..
It is different in function of the APKs
Click to expand...
Click to collapse
Run AutoDEOToolMain.bat
1.Place the JARs and corresponding ODEX files in the directory "_framework".
Otherwise, place deodexed framework JARs into the directory "deodexed_JAR".
2.Place the APKs and corresponding ODEX files in the directory "_app".
3. To deodex framework files
-For non standard odex however a specific bootclass path must be defined..
-select to 6
place the bootclass path for framework
Code:
core.jar:core-junit.jar:bouncycastle.jar:ext.jar:framework.jar:widget.jar:android.policy.jar:services.jar:apache-xml.jar:HTCDev.jar:HTCExtension.jar:com.htc.framework.jar:filterfw.jar:com.htc.android.bluetooth.jar:com.htc.fusion.fx.jar:wimax.jar:com.orange.authentication.simcard.jar:com.htc.android.rosie.jar
4.To deodex APKs files for at&t vivid
-select to 4
place the bootclass path for APKs files
Code:
am.jar:android.policy.jar:android.test.runner.jar:apache-xml.jar:bmgr.jar:bouncycastle.jar:bu.jar:com.android.future.usb.accessory.jar:com.android.location.provider.jar:com.cequint.platform.jar:com.discretix.drm.api.jar:com.google.android.maps.jar:com.google.android.media.effects.jar:com.google.widevine.software.drm.jar:com.htc.android.bluetooth.jar:com.htc.android.rosie.jar:com.htc.framework.jar:com.htc.fusion.fx.jar:com.htc.htcSceneManager.jar:com.htc.lockscreen.fusion.jar:com.htc.sunny2.jar:com.orange.authentication.simcard.jar:com.qik.enabler.jar:com.scalado.caps.jar:com.scalado.util.ScaladoUtil.jar:core.jar:core-junit.jar:ext.jar:filterfw.jar:framework.jar:HTCDev.jar:HTCExtension.jar:ime.jar:input.jar:javax.obex.jar:modemwarmup.jar:monkey.jar:pm.jar:services.jar:svc.jar:widget.jar:wimax.jar
4.To deodex APKs files for velocity
-select to 4
place the bootclass path for APKs files
Code:
am.jar:android.policy.jar:android.test.runner.jar:apache-xml.jar:bmgr.jar:bouncycastle.jar:bu.jar:com.android.future.usb.accessory.jar:com.android.location.provider.jar:com.discretix.drm.api.jar:com.google.android.maps.jar:com.google.android.media.effects.jar:com.google.widevine.software.drm.jar:com.htc.android.bluetooth.jar:com.htc.android.rosie.jar:com.htc.framework.jar:com.htc.fusion.fx.jar:com.htc.htcSceneManager.jar:com.htc.lockscreen.fusion.jar:com.htc.sunny2.jar:com.orange.authentication.simcard.jar:com.scalado.caps.jar:com.scalado.util.ScaladoUtil.jar:core.jar:core-junit.jar:ext.jar:filterfw.jar:framework.jar:HTCDev.jar:HTCExtension.jar:ime.jar:input.jar:javax.obex.jar:modemwarmup.jar:monkey.jar:pm.jar:services.jar:svc.jar:widget.jar:wimax.jar
Credits and thanks goes to:
xavierjohn22 auto DEODEXTOOL
XDA-Developers
Football
Too many people
The 'No Idea' Blog
Thank you for your work
Sorry if this posted in the wrong place but whats the process for getting the deodexed apks back onto the phone? I'm running the stock ICS OTA rooted.
lmftmf said:
Sorry if this posted in the wrong place but whats the process for getting the deodexed apks back onto the phone? I'm running the stock ICS OTA rooted.
Click to expand...
Click to collapse
This manual was written in order to develop more easy deodexed rom..
if you want to getting the pure deodexed ROM, You need to have a separate build process..
So i would need to re build my entire rom?
lmftmf said:
So i would need to re build my entire rom?
Click to expand...
Click to collapse
Maybe It will be.. This manual is written for people who want to build custom Rom..
I tried pushing the files back to the phone and it caused alot of problems so im guessing that i would have to learn how to build roms then. lol
I wish someone would just deodex the stock ics. I know wildchild has a deo version but its also stripped of a lot of the stock goodies the Rom comes with
Sent from my HTC PH39100 using xda premium
valve timing said:
I wish someone would just deodex the stock ics. I know wildchild has a deo version but its also stripped of a lot of the stock goodies the Rom comes with
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
I can try and put one up tonight.
That would be great
Sent from my HTC PH39100 using xda premium
valve timing said:
I wish someone would just deodex the stock ics. I know wildchild has a deo version but its also stripped of a lot of the stock goodies the Rom comes with
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
You have a tut right here!! Lol
Sent from my HTC PH39100 using xda premium
thats a bit above my skill level i dont wanna risk effing something up im not a dev in any way shape or form
I'm working on getting a stock, rooted de-odexed ROM up tonight if I can.
EDIT: Uploading now. I'll be starting a new thread. Also, I don't want to take anything away from bananacakes here. His tutorial is very good and if you plan on building anything ROM-related, you should get familiar with the process.
Sent from my Transformer Prime TF201 using XDA Premium HD app
Thank you for your work!
Can't wait for it
Sent from my HTC PH39100 using xda premium
You sir are amazing. Not only did this work like a charm but also pointing to the autodeo tool and the other tools in that thread. Thank you for your continued effort
added a method for Telstra velocity ics

porting liberty 2.0

can someone please port liberty from the D3 to the D4? i think all it needs is the LTE support and a change in the keyboard lighting code.
Is Liberty already available as a Safestrap ROM?
Sent from my DROID4 using XDA
its been available for the D3 since 2011 works in safestrap
Safestrap for d4?
Sent from my DROID4 using xda premium
i tried installing it today (D3 version of liberty) and safestrap installed it and the init d "speedy" hack fine, but it wouldnt boot.
I'd really like to see sense roms ported. I had core cell for my hd2 and loved it. Miss it lol
Sent from my DROID4 using xda premium
Did you make sure you were using a Safestrap compatible version? Remember a safestrap rom is different than a regular rom.
Sent from my DROID4 using XDA
i just took the D3 version of it that i was running on my d3 and flashed it. didnt boot though.
Can you give me a link to the thread where you downloaded the rom you are flashing?
Sent from my DROID4 using XDA
http://forum.xda-developers.com/showthread.php?t=1366882
If you read the first post, it explicity says "cwm only". It is not a safestrap rom. Also, liberty is based on the Droid 3 stock rom. If you want to port it, here are the first steps:
1. Get an updated Safestrap rom that incorporates the lates Motorola patch. (We will want the performance and battery boost it gives the d4)
2. DeOdex the ROM from step 1.
3. Prepare a sort of blank slate to start with, by ripping out everything not necessary.
At this point, we can start adding the Liberty customizations.
Sent from my DROID4 using XDA
when i had the D3 i was flashing it with safestrap no problem,
lol i dont have the capability to port this over, i was hoping for someone else to try. or even make an AOSP/de blured GB rom out of the D4
ssinisterss;25189586
lol i dont have the capability to port this over said:
I am in the process of doing this. I am currently trying to work with Hashcode to try to put together a Safestrap version of the D4 stock ROM with the latest OTA patch. I'm going to try to deodex and deblur it.
For now, have you checked out my Motoblur LT ROM?
http://forum.xda-developers.com/showthread.php?t=1560475
Click to expand...
Click to collapse
Is it your motoblur LT deodexed? If so that is what I have been waiting for. I love gummy but would go full stock if I could change some or the icons safely. like the green battery icon. It just looks retarded with the blue 3g, 4g and wifi icons. If I knew how to deodex a rom I would attempt it myself, are there any instructions available for doing this ones self? Thanks for what you have done and are attempting.
Sent from my DROID4 using Tapatalk
Unfortunately, it is not yet deodexed. I just spent the last 3 hours trying to, and the resulting update.zip looks fine, but it won't boot. For now, though, it is very debloated and slightly deblured.
omniuni said:
I am in the process of doing this. I am currently trying to work with Hashcode to try to put together a Safestrap version of the D4 stock ROM with the latest OTA patch. I'm going to try to deodex and deblur it.
For now, have you checked out my Motoblur LT ROM?
http://www.rrar.com/membership.cfm/s/69/page/450
Click to expand...
Click to collapse
The link posted above leads to a Realtors association site.
Sent from my DROID4 using Tapatalk
Weird. Better now?
Sent from my DROID4 using XDA
bdsullivan said:
Is it your motoblur LT deodexed? If so that is what I have been waiting for. I love gummy but would go full stock if I could change some or the icons safely. like the green battery icon. It just looks retarded with the blue 3g, 4g and wifi icons. If I knew how to deodex a rom I would attempt it myself, are there any instructions available for doing this ones self? Thanks for what you have done and are attempting.
Sent from my DROID4 using Tapatalk
Click to expand...
Click to collapse
Are you sure you need deodex? I used ROM Toolbox to change battery icon on stock Razr ROM.

Categories

Resources