DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Results 1 to 10 of 10

Thread: Cyanogen to Droidmod Resolution (hopefully)

  1. Droid Newbie
    endisky's Avatar
    Member #
    44628
    Join Date
    Mar 2010
    Posts
    4
    Phone
    Enter Current Phone Model Here
    #1

    Cyanogen to Droidmod Resolution (hopefully)

    I have been getting alot of messages from people that are trying to use droidmod to go back to stock when they are running Cyanogen... (keep in mind I am pretty active on other sites, just never posted here). Hopefully this resolves the issue of DroidMod saying that your sd card is not mounted.
    ************************************************** ************************************************** *******************
    ***anyone that is having trouble running dm updater***
    sprecovery and clockwork recovery hate each other.... the way that I was able to get it to work is by manually pushing sp recovery to the phone using a free app in the market called terminal emulator ( by jack palevich)
    step 1: install the terminal emulator app
    step 2: download this http://downloads.droidmod.org/recovery-0.99.3.img and copy it to the root of your sd card
    step 3: open terminal emulator and typ this in EXACTLY
    __________________________________________________ __________
    su [press the enter button on keyboard]
    flash_image recovery /sdcard/recovery-0.99.3.img [press enter again]
    reboot recovery [press enter again]
    __________________________________________________ __________
    the phone will reboot into recovery (sprecovery), then just choose reboot and your phone will reboot like normal. you will then be able to run dm updater like normal. (thanks to the droidreview guy for that video back in the day that showed me how to push sprecovery!)
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Super Moderator
    Corinacakes's Avatar
    Member #
    5472
    Join Date
    Nov 2009
    Location
    Maine
    Posts
    5,034
    Liked
    9 times
    Phone
    DrOiD
    DroidForums.net Theme Developer
    Premium Member
    #2
    Endisky to the forum and thanks so much for that very nice guide!! hopefully that will help everyone having that problem!!
    *~*Corinacakes*~*

    -Keep your political and religious views off this forum.
    -We are here to have fun and learn, so please try and keep it that way for everyone!




    If you like my work and would like to help get my nails done I'd love it!
  4. Master Droid
    RoLa's Avatar
    Member #
    33130
    Join Date
    Jan 2010
    Location
    801
    Posts
    876
    Phone
    Nokia flip phone
    #3
    Quote Originally Posted by endisky View Post
    I have been getting alot of messages from people that are trying to use droidmod to go back to stock when they are running Cyanogen... (keep in mind I am pretty active on other sites, just never posted here). Hopefully this resolves the issue of DroidMod saying that your sd card is not mounted.
    ************************************************** ************************************************** *******************
    ***anyone that is having trouble running dm updater***
    sprecovery and clockwork recovery hate each other.... the way that I was able to get it to work is by manually pushing sp recovery to the phone using a free app in the market called terminal emulator ( by jack palevich)
    step 1: install the terminal emulator app
    step 2: download this http://downloads.droidmod.org/recovery-0.99.3.img and copy it to the root of your sd card
    step 3: open terminal emulator and typ this in EXACTLY
    __________________________________________________ __________
    su [press the enter button on keyboard]
    flash_image recovery /sdcard/recovery-0.99.3.img [press enter again]
    reboot recovery [press enter again]
    __________________________________________________ __________
    the phone will reboot into recovery (sprecovery), then just choose reboot and your phone will reboot like normal. you will then be able to run dm updater like normal. (thanks to the droidreview guy for that video back in the day that showed me how to push sprecovery!)
    There have been a few that weren't able to get the emulator to read the sd card ..the recovery has to be flashed from /data/local..might want to add THAT push as well

    issue with reading the sd card to flash sprecovery.
    Code:
    adb push recoveryimage /data/local/recoveryimage
    flash_image recovery /data/local/recoveryimage
    Where recoveryimage is the name if your sprecovery file. ...OR you can easily switch thanks to adrynalyne and his custom scripts.. http://www.droidforums.net/forum/dro...ght=adrynalyne


    Last edited by RoLa; 03-24-2010 at 12:58 PM.
  5. Droid Newbie
    endisky's Avatar
    Member #
    44628
    Join Date
    Mar 2010
    Posts
    4
    Phone
    Enter Current Phone Model Here
    #4
    @roladroid.... if you could elaborate on that it would be greatly appreciated.... I've only been rooting for about 2 weeks, I've learned a ton and even taught alot, but still learning.
  6. Master Droid
    RoLa's Avatar
    Member #
    33130
    Join Date
    Jan 2010
    Location
    801
    Posts
    876
    Phone
    Nokia flip phone
    #5
    Quote Originally Posted by endisky View Post
    @roladroid.... if you could elaborate on that it would be greatly appreciated.... I've only been rooting for about 2 weeks, I've learned a ton and even taught alot, but still learning.
    There ya go...We are all still learning..thanks for putting this up...
  7. Master Droid
    rda990's Avatar
    Member #
    21340
    Join Date
    Dec 2009
    Location
    Germantown,MD
    Posts
    297
    Liked
    6 times
    Phone
    Razr Maxx Employee Edition
    #6
    Getting error that it can't find recovery partion =(
  8. Master Droid
    LrdElderon's Avatar
    Member #
    26076
    Join Date
    Jan 2010
    Posts
    489
    Phone
    Motorola Droid - Verizon
    #7
    Quote Originally Posted by RoLaDrOiD View Post
    Quote Originally Posted by endisky View Post
    I have been getting alot of messages from people that are trying to use droidmod to go back to stock when they are running Cyanogen... (keep in mind I am pretty active on other sites, just never posted here). Hopefully this resolves the issue of DroidMod saying that your sd card is not mounted.
    ************************************************** ************************************************** *******************
    ***anyone that is having trouble running dm updater***
    sprecovery and clockwork recovery hate each other.... the way that I was able to get it to work is by manually pushing sp recovery to the phone using a free app in the market called terminal emulator ( by jack palevich)
    step 1: install the terminal emulator app
    step 2: download this http://downloads.droidmod.org/recovery-0.99.3.img and copy it to the root of your sd card
    step 3: open terminal emulator and typ this in EXACTLY
    __________________________________________________ __________
    su [press the enter button on keyboard]
    flash_image recovery /sdcard/recovery-0.99.3.img [press enter again]
    reboot recovery [press enter again]
    __________________________________________________ __________
    the phone will reboot into recovery (sprecovery), then just choose reboot and your phone will reboot like normal. you will then be able to run dm updater like normal. (thanks to the droidreview guy for that video back in the day that showed me how to push sprecovery!)
    There have been a few that weren't able to get the emulator to read the sd card ..the recovery has to be flashed from /data/local..might want to add THAT push as well

    issue with reading the sd card to flash sprecovery.
    Code:
    adb push recoveryimage /data/local/recoveryimage
    flash_image recovery /data/local/recoveryimage
    Where recoveryimage is the name if your sprecovery file. ...OR you can easily switch thanks to adrynalyne and his custom scripts.. http://www.droidforums.net/forum/dro...ght=adrynalyne


    mmm i don't think recovery images have to be in /data/local/ boot animations do. recovery images can stay on the root of the sdcard and you just
    flash_image recovery /sdcard/recoveryimg.img

    unless you are trying to get it stored out of the way? I thought the partition was /recovery. it has it's own mtd block according to various sites even this one. /system /cache /data
    /recovery /sdcard...etc unless it's just symlinked to /data/local?

    wait update: were you just meaning if you can't get the sdcard to work? it should work if you are using the phone emulator but if you are in recovery mode the sdcard is not mounted by default. clockwork has the mount options now though and that should take care of any issues i'd hope.
  9. Droid Newbie
    dinsdalepirahna's Avatar
    Member #
    53063
    Join Date
    Mar 2010
    Posts
    1
    Phone
    Motorola Droid
    #8

    Not Working

    Quote Originally Posted by endisky View Post
    I have been getting alot of messages from people that are trying to use droidmod to go back to stock when they are running Cyanogen... (keep in mind I am pretty active on other sites, just never posted here). Hopefully this resolves the issue of DroidMod saying that your sd card is not mounted.
    ************************************************** ************************************************** *******************
    ***anyone that is having trouble running dm updater***
    sprecovery and clockwork recovery hate each other.... the way that I was able to get it to work is by manually pushing sp recovery to the phone using a free app in the market called terminal emulator ( by jack palevich)
    step 1: install the terminal emulator app
    step 2: download this http://downloads.droidmod.org/recovery-0.99.3.img and copy it to the root of your sd card
    step 3: open terminal emulator and typ this in EXACTLY
    __________________________________________________ __________
    su [press the enter button on keyboard]
    flash_image recovery /sdcard/recovery-0.99.3.img [press enter again]
    reboot recovery [press enter again]
    __________________________________________________ __________
    the phone will reboot into recovery (sprecovery), then just choose reboot and your phone will reboot like normal. you will then be able to run dm updater like normal. (thanks to the droidreview guy for that video back in the day that showed me how to push sprecovery!)

    I completed the steps listed above with out error but I am still not able to run droidmod 1.1. What can I try next?

    Thanks for your help.
  10. Droid
    hayaku's Avatar
    Member #
    35484
    Join Date
    Feb 2010
    Posts
    81
    Phone
    Enter Current Phone Model Here
    #9
    why not just run the rom manager and install the stock rom through it? that gets you back to stock and then you can start all over again with dmupdater from the beginning.

    or you can use rom manager to change the recovery image from clockwork to sprecovery and you are at where your instructions left off.

    dinsdalepirahna: if you ran the code above, all you did was install sprecovery into the recovery partition. that did not install any roms at all. run dmupdater and let that do it for you is the easiest way.
  11. Developer
    koush's Avatar
    Member #
    49799
    Join Date
    Mar 2010
    Posts
    128
    Phone
    Enter Current Phone Model Here
    DroidForums.net Developer
    Premium Member
    #10
    You can flash SPRecovery from ROMManager. And then you can flash back to Clockwork.

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. Resolution Restriction?
    By Where'sMyCoffe? in forum Droid Hacks
    Replies: 3
    Last Post: 03-04-2010, 10:46 PM
  2. Droid Contact Photo Resolution?
    By SGMD1 in forum Motorola Droid
    Replies: 2
    Last Post: 03-03-2010, 03:05 PM
  3. Album Art Resolution Decreased?
    By gatorbait in forum Android General Discussions
    Replies: 2
    Last Post: 02-18-2010, 02:49 PM
  4. New Years Resolution...
    By Elysian in forum Off Topic Forum
    Replies: 8
    Last Post: 01-03-2010, 11:50 PM
  5. Video resolution?
    By Timber in forum Android General Discussions
    Replies: 4
    Last Post: 12-03-2009, 08:12 AM

Search tags for this page

andriod resoultion mod
,
cyanogen 7 set video resolution
,
cyanogen droidmod
,
cyanogen on emulator sdcard
,

cyanogen resolution

,
cyanogen video resolution
,
how to change canogen resolution
,
how to change resolution on android cyanogen
Click on a term to search our site for related topics.
Find us on Google+