Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 86
  1. #61
    offline 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.

  2. #62
    offline 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.

  3. #63
    xXRed98FlamesXx's Avatar
    offline Of Mice and Modders
    Join Date
    Sep 2010
    Posts
    75
    Thanks
    19
    Thanked 12 Times in 8 Posts
    Downloads
    33
    Uploads
    0
    this confused me, where is the "PATH_TO_AUTODEODEXER" i know u said i have to replace it

  4. #64
    offline 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"

  5. #65
    xXRed98FlamesXx's Avatar
    offline Of Mice and Modders
    Join Date
    Sep 2010
    Posts
    75
    Thanks
    19
    Thanked 12 Times in 8 Posts
    Downloads
    33
    Uploads
    0
    i think this would be right,
    i believe my PATH_TO_AUTODEODEXER is C:\AutoDeodexer
    and then, i seem lost :O

  6. #66
    offline 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?

  7. #67
    xXRed98FlamesXx's Avatar
    offline Of Mice and Modders
    Join Date
    Sep 2010
    Posts
    75
    Thanks
    19
    Thanked 12 Times in 8 Posts
    Downloads
    33
    Uploads
    0
    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

  8. #68
    offline 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.

  9. #69
    xXRed98FlamesXx's Avatar
    offline Of Mice and Modders
    Join Date
    Sep 2010
    Posts
    75
    Thanks
    19
    Thanked 12 Times in 8 Posts
    Downloads
    33
    Uploads
    0
    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

  10. #70
    offline 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.

  11. #71
    offline 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

    9. Copy ImProvider.apk and ImpsProvider.apk from Auto Deodexer’s deodexed_APK directory to the deodexed_JAR directory
    Those .apk's simply don't exist in the folder. There is an IMPS.apk, however.

    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.

  12. #72
    offline 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.

  13. #73
    xXRed98FlamesXx's Avatar
    offline Of Mice and Modders
    Join Date
    Sep 2010
    Posts
    75
    Thanks
    19
    Thanked 12 Times in 8 Posts
    Downloads
    33
    Uploads
    0
    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

  14. #74
    offline 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:

    Code:
    rm /system/app/*.odex
    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.

  15. #75
    offline 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

    Copy ImProvider.apk and ImpsProvider.apk from Auto Deodexer’s deodexed_APK directory to the deodexed_JAR directory
    I couldn't find the ImpsProvider.apk

    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.

Page 5 of 6 FirstFirst 123456 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •