- 09-23-2010, 04:41 PM #61
Of Mice and Modders
- Join Date
- Jul 2010
- Posts
- 98
- Thanks
- 4
- Thanked 24 Times in 16 Posts
- Downloads
- 11
- Uploads
- 0
Yes, that is to be expected. You don't even have to move them into your deodexed_JAR folder, since they won't be overwritten later when it comes to copy the files back to your phone. You can safely ignore these files in the framework directory and proceed through the rest of the steps.
- 09-24-2010, 03:12 AM #62
Of Mice and Modders
- Join Date
- Sep 2010
- Posts
- 82
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Downloads
- 2
- Uploads
- 0
Thanks for the response, maciel310. Another question, or several: How would I approach deodoxing my phone if adb shell and adb remount don't work. It doesn't work because I used j_r0dd's recovery. I also installed the boot.img, and I thought that would fix it. Is there a way of telling if the boot.img was successfully flashed? Thanks.
NVM, adb shell works thankyou. (: Suddenly worked.. strange!Last edited by xStyle; 09-24-2010 at 03:27 AM.
- 09-25-2010, 03:23 PM #63
this confused me, where is the "PATH_TO_AUTODEODEXER" i know u said i have to replace it
- 09-25-2010, 09:41 PM #64
Of Mice and Modders
- Join Date
- Jul 2010
- Posts
- 98
- Thanks
- 4
- Thanked 24 Times in 16 Posts
- Downloads
- 11
- Uploads
- 0
It is the directory you extracted Auto Deodexer to. If you open up the folder then look in the address bar and it will tell you the full path (if you are in Windows 7 or Vista, then you'll have to click in the address bar to show the actual path. It will look something like "C:\a\b\c\autodeodexer"
- 09-25-2010, 10:40 PM #65
i think this would be right,
i believe my PATH_TO_AUTODEODEXER is C:\AutoDeodexer
and then, i seem lost :O
- 09-25-2010, 11:19 PM #66
Of Mice and Modders
- Join Date
- Jul 2010
- Posts
- 98
- Thanks
- 4
- Thanked 24 Times in 16 Posts
- Downloads
- 11
- Uploads
- 0
If it is at C:\AutoDeodexer, then simply replace PATH_TO_AUTODEODEXER with C:\AutoDeodexer in the instructions. Are you having issues after doing this or something?
- 09-26-2010, 12:26 AM #67
ok i got past step 2 of copying the files back to my fone,
i type in adb push deodexed_APK /sdcard/complete_app/ and it shows me this result(full command for copying files back to phone),
---------------------------------
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\RJ>adb remount
remount succeeded
C:\Users\RJ>cd C:\AutoDeodexer
C:\AutoDeodexer>adb push deodexed_APK /sdcard/complete_app/
push: deodexed_APK/WHERE_Moto_Enzo_EN_1.8.1_12182009.apk -> /sdcard/complete_app
/WHERE_Moto_Enzo_EN_1.8.1_12182009.apk
failed to copy 'deodexed_APK/WHERE_Moto_Enzo_EN_1.8.1_12182009.apk' to '/sdcard/
complete_app/WHERE_Moto_Enzo_EN_1.8.1_12182009.apk': No such file or directory
C:\AutoDeodexer>
------------------------
i learn things better by visual
- 09-26-2010, 04:26 PM #68
Of Mice and Modders
- Join Date
- Jul 2010
- Posts
- 98
- Thanks
- 4
- Thanked 24 Times in 16 Posts
- Downloads
- 11
- Uploads
- 0
Hmm, strange. Try typing:
adb shell mkdir /sdcard/complete_app/
And then continue with the remaining steps and see what happens.
- 09-26-2010, 06:14 PM #69
ok got past,
adb push deodexed_APK /sdcard/complete_app/
adb push deodexed_JAR /sdcard/complete_framework/
adb shell
su
---
but when typing in
cp /sdcard/complete_app/* /system/app/
i get this
C:\AutoDeodexer>adb shell
# su
su
# cp /sdcard/complete_app/* /system/app/
cp /sdcard/complete_app/* /system/app/
cp: not found
#
------
either my computer sucks at this. or im doing this wrong
- 09-26-2010, 07:12 PM #70
Of Mice and Modders
- Join Date
- Jul 2010
- Posts
- 98
- Thanks
- 4
- Thanked 24 Times in 16 Posts
- Downloads
- 11
- Uploads
- 0
You have to install Busybox. You can either install the busybox mod in this forum, or you can use the version that was an optional step in the rooting process.
- 09-27-2010, 05:37 PM #71
Maybe Modder
- Join Date
- Aug 2010
- Posts
- 34
- Thanks
- 5
- Thanked 1 Time in 1 Post
- Downloads
- 1
- Uploads
- 0
I tried doing this on j_rodd's ROM, but it failed twice.
The first step to fail was
Those .apk's simply don't exist in the folder. There is an IMPS.apk, however.9. Copy ImProvider.apk and ImpsProvider.apk from Auto Deodexer’s deodexed_APK directory to the deodexed_JAR directory
If I skip that step, it seems to go fine until the end, where the Framework folder is still full of .apk's. I'll try again right now, and then post a log.
EDIT: It failed again, and I realized I don't know how to export this process to a .txt. Any idea?Last edited by The Emcee; 09-27-2010 at 06:13 PM.
- 09-28-2010, 12:35 AM #72
Of Mice and Modders
- Join Date
- Jul 2010
- Posts
- 98
- Thanks
- 4
- Thanked 24 Times in 16 Posts
- Downloads
- 11
- Uploads
- 0
There is no need to do this on j_r0dd's rom, as his rom is already deodexed. I'll update the first post accordingly.
- 10-09-2010, 11:19 AM #73
im succesful at everything until
cp /sdcard/complete_app/* /system/app/
its working i guess but it gives me
C:\AutoDeodexer>adb shell
# su
su
# cp /sdcard/complete_app/* /system/app/
cp /sdcard/complete_app/* /system/app/
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
cp: write error: No space left on device
#
-------------
how much space do i need left on my fone
- 10-11-2010, 11:43 AM #74
Of Mice and Modders
- Join Date
- Jul 2010
- Posts
- 98
- Thanks
- 4
- Thanked 24 Times in 16 Posts
- Downloads
- 11
- Uploads
- 0
Looks like you are running low on space on your device. One thing that you could try doing is reversing the order of a couple of the commands. Before running that command, run the following:
You'll notice that is the same thing that was originally ran after the command you listed, so you can skip it the second time.Code:rm /system/app/*.odex
- 10-15-2010, 10:28 PM #75
Of Mice and Modders
- Join Date
- Sep 2010
- Posts
- 82
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Downloads
- 2
- Uploads
- 0
I got up to
I couldn't find the ImpsProvider.apkCopy ImProvider.apk and ImpsProvider.apk from Auto Deodexer’s deodexed_APK directory to the deodexed_JAR directory
Also, I just carried on and got to the next and finished it all. All of it was successful, except the blur-services. I followed your instructions and did the 3 (ignore), then 2 again, but it still doesn't work. The error is:

Thanks in advance.


LinkBack URL
About LinkBacks
Reply With Quote