DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 36 of 58 FirstFirst ... 26 34 35 36 37 38 46 ... LastLast
Results 351 to 360 of 579
Like Tree12Likes

Thread: [Release] xUltimate

  1. Droid
    colchiro's Avatar
    Member #
    89608
    Join Date
    Jul 2010
    Posts
    59
    Phone
    Motorola DroidX
    I know deodexing with 928Droid fails, I assume b/c your installing a theme, but I wonder if 928Droid-BackToStock-DroidX22-OTA-Odexed would work?
  2. Droid Newbie
    orion11's Avatar
    Member #
    132427
    Join Date
    Oct 2010
    Posts
    4
    Phone
    Enter Current Phone Model Here
    Quote Originally Posted by xran_deex View Post
    The problem that I foresee is that originally the odex files were removed after the deodexed files were pushed to the device. This was simple, because the odex files all had the odex extension. But, if the original files are pushed to the device, won't the deodexed files still be there? Wouldn't that also prevent the ota update? Can the app and framework folders be cleared before the odexed files are pushed? I am afraid some problems would occur when completely emptying those folders prior to pushing the odex files, but maybe not since the system would be stopped. I actually have no idea and am too afraid to try it. I'm happy nothing goes wrong when the original files are just pushed back.

    Sent from my DROIDX
    This is my understanding of it: when you pull the files to get deodexed, it only pulls the ones associated with an odex, not all the files need to be deodexed. then it deodexes the necessary ones and when you copy those back to the directory, it overwrites the original file. and then you need to remove the odexs becuase that information is now included in the deodexed apks.
    SO, now when you copy the origi_app/frame files, they will overwirte the existing deodexed apks and the corresponding odexs will copy over as well.
    IF you delete the directory and the copy the folder, you will be deleting the files that never needed to be deodexed and therefore are not included in the origi_ folders, and you will get stuck at bootloop. ( at least that is what happened to me when i tried doing all that with root explorer one time. learned my lesson)

    colchiro's idea will most likely work as well, and probably does the same thing but in one nice 'n easy .zip.

    OH, and after doing this (and fixing my build.prop after) , i was able to receive and instal the OTA 2.3.340 which is now running on my phone.
    Good luck to you. Take your time, do research until you feel comfortable and remember ALWAYS make a backup.

    p.s. after you get the ota up and running, DONT push back the done_app/frame which you used to deodex last time. its a new system so you need to re deodex over again otherwise you'll bootloop and need to flash hte system sbf (like i did when it skipped my mind lol)
  3. Junior Droid
    1jklange's Avatar
    Member #
    145336
    Join Date
    Dec 2010
    Posts
    14
    Phone
    Enter Current Phone Model Here
    When I am setting up the deodexing on my computer with my phone hooked up I get to the cmd prompt part and try to set the rest of it up. This is where I get an error. Do I have to have something installed on my computer so that cmd's work with the phone?
  4. Master Droid
    RoLa's Avatar
    Member #
    33130
    Join Date
    Jan 2010
    Location
    801
    Posts
    876
    Phone
    Nokia flip phone
    Quote Originally Posted by 1jklange View Post
    When I am setting up the deodexing on my computer with my phone hooked up I get to the cmd prompt part and try to set the rest of it up. This is where I get an error. Do I have to have something installed on my computer so that cmd's work with the phone?
    Are you working from your android tools folder?
  5. Junior Droid
    1jklange's Avatar
    Member #
    145336
    Join Date
    Dec 2010
    Posts
    14
    Phone
    Enter Current Phone Model Here
    Quote Originally Posted by RoLa View Post
    Quote Originally Posted by 1jklange View Post
    When I am setting up the deodexing on my computer with my phone hooked up I get to the cmd prompt part and try to set the rest of it up. This is where I get an error. Do I have to have something installed on my computer so that cmd's work with the phone?
    Are you working from your android tools folder?
    No, how do I get there to use those?
  6. Master Droid
    RoLa's Avatar
    Member #
    33130
    Join Date
    Jan 2010
    Location
    801
    Posts
    876
    Phone
    Nokia flip phone
    Quote Originally Posted by 1jklange View Post
    Quote Originally Posted by RoLa View Post
    Quote Originally Posted by 1jklange View Post
    When I am setting up the deodexing on my computer with my phone hooked up I get to the cmd prompt part and try to set the rest of it up. This is where I get an error. Do I have to have something installed on my computer so that cmd's work with the phone?
    Are you working from your android tools folder?
    No, how do I get there to use those?
    Extract XUltimate to your android\tools folder and work from there.
  7. Junior Droid
    1jklange's Avatar
    Member #
    145336
    Join Date
    Dec 2010
    Posts
    14
    Phone
    Enter Current Phone Model Here
    Quote Originally Posted by RoLa;108h6044
    Quote Originally Posted by 1jklange View Post
    Quote Originally Posted by RoLa View Post

    Are you working from your android tools folder?
    No, how do I get there to use those?
    Extract XUltimate to your android\tools folder and work from there.
    Extract it there from the start? Then follow all the steps?
  8. Master Droid
    RoLa's Avatar
    Member #
    33130
    Join Date
    Jan 2010
    Location
    801
    Posts
    876
    Phone
    Nokia flip phone
    Quote Originally Posted by 1jklange View Post
    Quote Originally Posted by RoLa;108h6044
    Quote Originally Posted by 1jklange View Post

    No, how do I get there to use those?
    Extract XUltimate to your android\tools folder and work from there.
    Extract it there from the start? Then follow all the steps?
    Yeah
    (10 char)
  9. Droid
    colchiro's Avatar
    Member #
    89608
    Join Date
    Jul 2010
    Posts
    59
    Phone
    Motorola DroidX
    Quote Originally Posted by 1jklange View Post
    When I am setting up the deodexing on my computer with my phone hooked up I get to the cmd prompt part and try to set the rest of it up. This is where I get an error. Do I have to have something installed on my computer so that cmd's work with the phone?
    You'll have to have:
    • the Motorola drivers installed
    • Android SDK installed
    • add the android tools folder to your Windows path (makes everything forward easier) OR copy files to your tools folder.
    • open a command prompt (Start... programs... accessories... command prompt). Type the letter of the drive you extracted your files. For most people this will be C:, then press enter. Then CD followed by the path to your tools folder. For me that would be CD \android-sdk-windows\tools since my tools are on C:\android-sdk-windows\tools.


    Updating the path means you can run adb statements from anywhere, not just the tools folder. It makes life easier the next time you need to run an adb shell since you don't need to CD anywhere, just start typing.
  10. Junior Droid
    1jklange's Avatar
    Member #
    145336
    Join Date
    Dec 2010
    Posts
    14
    Phone
    Enter Current Phone Model Here
    Quote Originally Posted by colchiro View Post
    Quote Originally Posted by 1jklange View Post
    When I am setting up the deodexing on my computer with my phone hooked up I get to the cmd prompt part and try to set the rest of it up. This is where I get an error. Do I have to have something installed on my computer so that cmd's work with the phone?
    You'll have to have:
    • the Motorola drivers installed
    • Android SDK installed
    • add the android tools folder to your Windows path (makes everything forward easier) OR copy files to your tools folder.
    • open a command prompt (Start... programs... accessories... command prompt). Type the letter of the drive you extracted your files. For most people this will be C:, then press enter. Then CD followed by the path to your tools folder. For me that would be CD \android-sdk-windows\tools since my tools are on C:\android-sdk-windows\tools.


    Updating the path means you can run adb statements from anywhere, not just the tools folder. It makes life easier the next time you need to run an adb shell since you don't need to CD anywhere, just start typing.
    I cannot get the cmd to find the tools folder. I extracted the SDK files to my desktop and copied it to my C drive as well.
    Last edited by 1jklange; 12-14-2010 at 08:28 AM.
Page 36 of 58 FirstFirst ... 26 34 35 36 37 38 46 ... LastLast

Ads

Posting Permissions

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

Similar Threads

  1. Replies: 11
    Last Post: 01-18-2011, 08:14 AM
  2. xUltimate 1.2.4 download please?
    By treminaor in forum Android Roms
    Replies: 4
    Last Post: 06-05-2010, 03:54 PM
  3. XUltimate questions
    By metiCkOne in forum Xeudoxus
    Replies: 10
    Last Post: 05-19-2010, 06:43 PM
  4. xUltimate v1.2.4
    By taz1458 in forum Droid Hacks
    Replies: 6
    Last Post: 05-18-2010, 07:21 AM

Search tags for this page

how to use xultimate
,

xultimate

,
xultimate 2.2
,
xultimate 2.2.3
,
xultimate 2.2.8
,
xultimate 2.4.2
,
xultimate 2.4.2 download
,
xultimate 2.8
,
xultimate download
,
xultimate draw9patch compiler
,

xultimate v2.2

,
xultimate v2.2.2 download
,
xultimate-v2.2.2
,
xultimate-v2.2.8
,
xultimate-v2.3.3
Click on a term to search our site for related topics.
Find us on Google+