Flash ICS rom via adb

This is a discussion on Flash ICS rom via adb within the Off-Topic Discussion forums, part of the Off-Topic Area category; I just noticed that there is a problem on the push the final command line says no space left on the device Sent from my ...


+ Reply to Thread
Page 5 of 5 FirstFirst ... 3 4 5
Results 41 to 50 of 50

Thread: Flash ICS rom via adb

  1. #41
    X Operative
    Points: 1,219, Level: 19
    Level completed: 19%, Points required for next Level: 81
    Overall activity: 9.3%
    Achievements:
    500 Experience Points250 Experience Points31 days registered100 Experience Points7 days registered
    AndroidTrainee's Avatar
    Member #
    57117
    Join Date
    Mar 2012
    Posts
    137
    Liked
    1 times
    I just noticed that there is a problem on the push the final command line says no space left on the device

    Sent from my MB860

  2. Droid X Forums
    Ads


  3. #42
    Super Moderator
    Supporting Member
    Theme Developer
    Points: 15,914, Level: 81
    Level completed: 13%, Points required for next Level: 436
    Overall activity: 77.8%
    Achievements:
    500 Experience Points250 Experience Points100 Experience Points31 days registered7 days registered
    BHuber09's Avatar
    Member #
    34670
    Join Date
    Apr 2011
    Location
    Atlantis
    Posts
    5,523
    Liked
    136 times
    That means you have >7gb on the internal storage.. seems a little ridiculous after a sbf

    Sent from my Galaxy Nexus using Tapatalk 2

    FreeMyMoto!!!

    If you need help PM me!!!
    Hey, Read these.--------------> "GUIDELINES OFCONDUCT"


  4. #43
    X Operative
    Points: 1,219, Level: 19
    Level completed: 19%, Points required for next Level: 81
    Overall activity: 9.3%
    Achievements:
    500 Experience Points250 Experience Points31 days registered100 Experience Points7 days registered
    AndroidTrainee's Avatar
    Member #
    57117
    Join Date
    Mar 2012
    Posts
    137
    Liked
    1 times
    Ikr, any ideas?

    Sent from my MB860

  5. #44
    Super Moderator
    Supporting Member
    Theme Developer
    Points: 15,914, Level: 81
    Level completed: 13%, Points required for next Level: 436
    Overall activity: 77.8%
    Achievements:
    500 Experience Points250 Experience Points100 Experience Points31 days registered7 days registered
    BHuber09's Avatar
    Member #
    34670
    Join Date
    Apr 2011
    Location
    Atlantis
    Posts
    5,523
    Liked
    136 times
    Factory reset is the only one I can think of

    Sent from my Galaxy Nexus using Tapatalk 2

    FreeMyMoto!!!

    If you need help PM me!!!
    Hey, Read these.--------------> "GUIDELINES OFCONDUCT"


  6. #45
    X Operative
    Points: 1,219, Level: 19
    Level completed: 19%, Points required for next Level: 81
    Overall activity: 9.3%
    Achievements:
    500 Experience Points250 Experience Points31 days registered100 Experience Points7 days registered
    AndroidTrainee's Avatar
    Member #
    57117
    Join Date
    Mar 2012
    Posts
    137
    Liked
    1 times
    I'll try after sbf and root

    Sent from my MB860

  7. #46
    Super Moderator
    Supporting Member
    Theme Developer
    Points: 15,914, Level: 81
    Level completed: 13%, Points required for next Level: 436
    Overall activity: 77.8%
    Achievements:
    500 Experience Points250 Experience Points100 Experience Points31 days registered7 days registered
    BHuber09's Avatar
    Member #
    34670
    Join Date
    Apr 2011
    Location
    Atlantis
    Posts
    5,523
    Liked
    136 times
    For future reference next time you could just
    Adb shell rm /data/
    Adb shell rm /cache/

    That removes all those files in there, which is what a reset does

    Sent from my Galaxy Nexus using Tapatalk 2

    FreeMyMoto!!!

    If you need help PM me!!!
    Hey, Read these.--------------> "GUIDELINES OFCONDUCT"


  8. #47
    X Operative
    Points: 1,219, Level: 19
    Level completed: 19%, Points required for next Level: 81
    Overall activity: 9.3%
    Achievements:
    500 Experience Points250 Experience Points31 days registered100 Experience Points7 days registered
    AndroidTrainee's Avatar
    Member #
    57117
    Join Date
    Mar 2012
    Posts
    137
    Liked
    1 times
    Kk, i will continue tomorrow , of course thanks for every second you expend here, good night.

    Sent from my MB860

  9. #48
    Developer
    Developer
    Points: 12,226, Level: 72
    Level completed: 44%, Points required for next Level: 224
    Overall activity: 20.3%
    Achievements:
    250 Experience Points100 Experience Points3 months registered31 days registered7 days registered
    Wizard0f0s's Avatar
    Member #
    29569
    Join Date
    Feb 2011
    Location
    Seneca, SC
    Posts
    1,007
    Liked
    92 times
    Quote Originally Posted by BHuber09 View Post
    For future reference next time you could just
    Adb shell rm /data/
    Adb shell rm /cache/

    That removes all those files in there, which is what a reset does

    Sent from my Galaxy Nexus using Tapatalk 2
    You may have to use the recursive and force flags too. I do just out of habit, so I don't know if it works without them. That would be:

    Adb shell rm - rf /data/*
    Adb shell rm - rf /cache/*

    Doing it as /data/, etc, without the * may remove the data and cache directories as well. It "should" rebuild them on the next boot, but that's another thing I've never tried before. Worst case you would manually recreate the directories and reboot again.

    The main potential issue I see with doing this is the "rm /system". You'll delete the ADB binary in the process and that will kill your session (leaving you to sbf again). I've never tried to flash like this before, but there are a couple ways I can see to do it (potentially).

    1) Setup adb and busybox in a partition you won't wipe until after the install (like tmp). Without rebooting, restart adb using the one in tmp (essentially kill adb and then run the ADB binary in tmp, but you'll need to do it in one shot). You may be able to run something like (adb shell "killall adb;/tmp/adb &"). I may have the syntax wrong for the killall command. The reason for busybox is that you will remove your ability to copy and link files when you remove it (when you delete /system). You'll have to manually go through the updater-script (in the zipped META-INF folder) after you get system copied in and create all the symlinks. You'll need busybox to do that.

    2) Copy things over individually. Much slower and will take a lot more time. Possibly easier to not create an sbf situation though.

    I'm quite entrigued by this. I've never tried this before. :beer:

    Sent from my DROIDX using Tapatalk 2





    The fastest way to learn is to break something. The learning comes with fixing it again.





    You can get to all of our available ROMs by heading
    over to our ChameleonOS Downloads page.
    Also make sure to flash the latest 4.2.2 gapps


    --


    Check out our homepage at ChameleonOS.org and our forums
    -
    Bug Tracker | Gerrit Review | GitHub


    Buy me a drink! Please don't feel obligated to donate. If you donate, please send me a PM so I can match you to the donation.


  10. #49
    Super Moderator
    Supporting Member
    Theme Developer
    Points: 15,914, Level: 81
    Level completed: 13%, Points required for next Level: 436
    Overall activity: 77.8%
    Achievements:
    500 Experience Points250 Experience Points100 Experience Points31 days registered7 days registered
    BHuber09's Avatar
    Member #
    34670
    Join Date
    Apr 2011
    Location
    Atlantis
    Posts
    5,523
    Liked
    136 times
    Quote Originally Posted by Wizard0f0s View Post
    You may have to use the recursive and force flags too. I do just out of habit, so I don't know if it works without them. That would be:

    Adb shell rm - rf /data/*
    Adb shell rm - rf /cache/*

    Doing it as /data/, etc, without the * may remove the data and cache directories as well. It "should" rebuild them on the next boot, but that's another thing I've never tried before. Worst case you would manually recreate the directories and reboot again.

    The main potential issue I see with doing this is the "rm /system". You'll delete the ADB binary in the process and that will kill your session (leaving you to sbf again). I've never tried to flash like this before, but there are a couple ways I can see to do it (potentially).

    1) Setup adb and busybox in a partition you won't wipe until after the install (like tmp). Without rebooting, restart adb using the one in tmp (essentially kill adb and then run the ADB binary in tmp, but you'll need to do it in one shot). You may be able to run something like (adb shell "killall adb;/tmp/adb &"). I may have the syntax wrong for the killall command. The reason for busybox is that you will remove your ability to copy and link files when you remove it (when you delete /system). You'll have to manually go through the updater-script (in the zipped META-INF folder) after you get system copied in and create all the symlinks. You'll need busybox to do that.

    2) Copy things over individually. Much slower and will take a lot more time. Possibly easier to not create an sbf situation though.

    I'm quite entrigued by this. I've never tried this before. :beer:

    Sent from my DROIDX using Tapatalk 2
    Haha I knew you'd drop in. But you know more about android and the file systems than I do so I was also hoping you'd jump in.
    But for real I didn't expect it to work, but its worth a shot if it does haha

    Sent from my Galaxy Nexus using Tapatalk 2

    FreeMyMoto!!!

    If you need help PM me!!!
    Hey, Read these.--------------> "GUIDELINES OFCONDUCT"


  11. #50
    Developer
    Developer
    Points: 12,226, Level: 72
    Level completed: 44%, Points required for next Level: 224
    Overall activity: 20.3%
    Achievements:
    250 Experience Points100 Experience Points3 months registered31 days registered7 days registered
    Wizard0f0s's Avatar
    Member #
    29569
    Join Date
    Feb 2011
    Location
    Seneca, SC
    Posts
    1,007
    Liked
    92 times
    Quote Originally Posted by BHuber09 View Post
    Haha I knew you'd drop in. But you know more about android and the file systems than I do so I was also hoping you'd jump in.
    But for real I didn't expect it to work, but its worth a shot if it does haha

    Sent from my Galaxy Nexus using Tapatalk 2
    Yep. I'd never thought about doing this w/o a card available.

    You were doing fine w/o me too. All I do is tweak til I break it more or fix it. The trick sometimes is figuring out what I did

    Sent from my DROIDX using Tapatalk 2





    The fastest way to learn is to break something. The learning comes with fixing it again.





    You can get to all of our available ROMs by heading
    over to our ChameleonOS Downloads page.
    Also make sure to flash the latest 4.2.2 gapps


    --


    Check out our homepage at ChameleonOS.org and our forums
    -
    Bug Tracker | Gerrit Review | GitHub


    Buy me a drink! Please don't feel obligated to donate. If you donate, please send me a PM so I can match you to the donation.


+ Reply to Thread
Page 5 of 5 FirstFirst ... 3 4 5

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. Bit of an odd one, SBF won't flash.
    By pdnhorsefly in forum Droid X2 Support
    Replies: 26
    Last Post: 10-26-2011, 09:24 PM
  2. What rom should I flash
    By saul1991 in forum Droid X ROMs
    Replies: 28
    Last Post: 10-03-2011, 01:13 AM
  3. How to flash rom?
    By mike81 in forum Gingerbread Roms
    Replies: 4
    Last Post: 09-20-2011, 11:28 PM
  4. Flash
    By cjacobs in forum Droid X Help
    Replies: 2
    Last Post: 09-22-2010, 04:36 PM
  5. Where have you gone with Flash 10.1?
    By Phatkat66 in forum Droid X General Discussion
    Replies: 10
    Last Post: 08-24-2010, 06:37 PM

Search tags for this page

adb flash rom

,
adb flashing
,

flash rom adb

,

flash rom through adb

,
flash rom using adb
,

flash rom via adb

,

flash the ics rom on droid x

,

how to flash rom using adb

,

how to flash roms with adb

,

twrp flash rom via adb

Click on a term to search our sites for related topics.