NEED HELP - booting to M - no further

Joined
Oct 25, 2010
Messages
197
Reaction score
0
Location
SouthEastern Wisconsin

Daali

Member
Joined
Sep 9, 2010
Messages
207
Reaction score
0
Location
Athens, GA
It looks like that update.zip removes odex files.
Code:
The update-script does the right thing, except it runs 
show_progress 0.5 0
[B]run_program PACKAGE:remtool.sh[/B]
copy_dir PACKAGE:system SYSTEM:
show_progress 0.5 10


Here is [B]remtool.sh[/B]
 #!/sbin/sh
 #
 # Cleanup .odex files before theme-ing!
 #
 ###############################################################################
 
 mount /system;
 
 rm -rf /system/app/*.odex;
 rm -rf /system/framework/*.odex;
exit 0;

What rom where you running before? I think we can get you back without reseting.
 
Last edited:
OP
WsW-WYATT-EARP
Joined
Oct 25, 2010
Messages
197
Reaction score
0
Location
SouthEastern Wisconsin
I do have a backup I did when I got bootstrap

I seen the custom boot animation and thought it would be cool to do next -

trying to take things slow and learn as I go -
 

Daali

Member
Joined
Sep 9, 2010
Messages
207
Reaction score
0
Location
Athens, GA
I have no roms installed -

stock 2.2
rooted
modified build.prop for resolution
launcher pro

thats all i have done to it so far

Wait for another answer!!, but if it was my phone, I would copy 928Droid's backtostock .zip(http://928droid.com/ThemeFiles/DroidX/22 Odexed/928Droid-BackToStock-DroidX22-OTA-Odexed.zip) to my sdcard, and use clockwork to install that. THe odex files are now missing, someone familiar with update.zip scripting could place those into an update.zip to restore them. I THINK I could do it, but I have never done it, and I will not let you be my tester =P.
 
Last edited:

Daali

Member
Joined
Sep 9, 2010
Messages
207
Reaction score
0
Location
Athens, GA
thanks Daali - appreciate the replies ...

Since no one else has answered you brother, I would go ahead and load up 928Droid's backtostockodex.zip from Clockwork. That will fix /system and /system/framework back to OTA 2.2 without wiping any of your stuff.
 

Casen

Member
Joined
Sep 30, 2010
Messages
277
Reaction score
3
Sorry about the broken updater, I was un-aware of that function in there. I got the update script for it from a update somebody made. Ill throw a disclaimer in there soon, then go pull the updates.
 
OP
WsW-WYATT-EARP
Joined
Oct 25, 2010
Messages
197
Reaction score
0
Location
SouthEastern Wisconsin
thanks Daali - appreciate the replies ...

Since no one else has answered you brother, I would go ahead and load up 928Droid's backtostockodex.zip from Clockwork. That will fix /system and /system/framework back to OTA 2.2 without wiping any of your stuff.

I was stock 2.2 - got the phone at 2.2 - does that matter ?


I applied my backup - couple days old so I lost a few texts - no big deal but its back up running again...

Thanks guys !
 
Last edited:

Daali

Member
Joined
Sep 9, 2010
Messages
207
Reaction score
0
Location
Athens, GA
thanks Daali - appreciate the replies ...

Since no one else has answered you brother, I would go ahead and load up 928Droid's backtostockodex.zip from Clockwork. That will fix /system and /system/framework back to OTA 2.2 without wiping any of your stuff.

I was stock 2.2 - got the phone at 2.2 - does that matter ?


I applied my backup - couple days old so I lost a few texts - no big deal but its back up running again...

Thanks guys !

Nah, you would have been fine. Glad you got it back up!
 

Casen

Member
Joined
Sep 30, 2010
Messages
277
Reaction score
3
Glad to hear your backup worked. ill look into the update script, and try to push the animations back out. I was on a time crunch, so I just deleted everything off megaupload, and i only have like 3 copies on my computer, so I will need to re make, or get them off people who downloaded.
 

Casen

Member
Joined
Sep 30, 2010
Messages
277
Reaction score
3
Hey Daali, if i were to open up the remtool.sh, and make the code just be

#!/sbin/sh;exit 0;

Erasing all the nonsense about removing .odex files, it will not remove the .odex files right?

I just tested the updated script with that text, and it changed the animation, and worked fine, but since im already deodexed, im not 100% sure if it is safe for stock rooted phones.
 
OP
WsW-WYATT-EARP
Joined
Oct 25, 2010
Messages
197
Reaction score
0
Location
SouthEastern Wisconsin
Allot of things aren't right since the backup restore ....

Do I need to be unrooted and all apps unfroze to run factory reset?

Sent from my DROIDX using DroidForums App

My DROID beat-up your iphone
 
Top