Hero's Kryptonite? - G1 General

I tried to flash the Hero rom by partitioning my stock micro sd (the 1 that came with the phone)
...yeah i know it says not recommended but my 16gb card is being mailed and i couldnt wait.
anyway...now it will show the boot image and play the sound and then it will just be a black screen and wont go any further.
would i able to salvage this when my 16 gig card comes somehow?
could i flash back to an older rom? is the app_s folder in the ext partition going to interfere with that at all?
Please help!!!

Unbelievable

CC CEO said:
I tried to flash the Hero rom by partitioning my stock micro sd (the 1 that came with the phone)
...yeah i know it says not recommended but my 16gb card is being mailed and i couldnt wait.
anyway...now it will show the boot image and play the sound and then it will just be a black screen and wont go any further.
would i able to salvage this when my 16 gig card comes somehow?
could i flash back to an older rom? is the app_s folder in the ext partition going to interfere with that at all?
Please help!!!
Click to expand...
Click to collapse
i would recommend to go back to your backup (you did do a backup right?)
just flash the data, system, and boot .img files back
since you're doing Hero im guessing you have the newer SPL
you might run into a roadblock trying to fastboot so if you cant get the fastboot to work then boot into recovery mode and then go into a command prompt and run the following:
adb shell
echo /dev/block/mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file
Click to expand...
Click to collapse
this will let you access your memory card
get the HardSPL from here
copy it into your card as "update.zip"
now apply the update with ALT+S
after its done you can reboot back into the bootloader with ALT+X and typing
reboot bootloader
Click to expand...
Click to collapse
now you should be able to flash you backups like usual

nope didnt make a backup...i know..
but...
i was able to format my sdcard back to its original state and i flashed google ion back on the phone. question is are there any lingering affects to the phone itself? in setting up the ext2 or anything on the stock card might i have pushed or pulled something i shouldnt have from the internal storage if i didnt create a backup??
if so. how would i fix this?

if you Alt+W'd the phone there wont be any lingering effects,,,, its wiped and wont bother you no sunder!

I was having the same problem as you, as I too am only using the stock 1gb sdhc that came w/ the g1.
just did searching on here and I got it up n running.
I'm thinking maybe you did like me and pushed the /app_s/ folder while the SD was mounted to your pc, this is what I am guessing was my issue.
I've come to that conclusion since I've done the push w/o mounting the SD
Also I found that I had to be in the app_s folder on my computer to push it right, at first I was pushing it and it was going into /system/sd/app_s/app_s
Here's Haykuro's original instruction's
Installation:
1. Download http://www.droiddeveloper.com/hrbuilds/app_s.zip
2. extract "app_s" into your sdcard's ext2 partition.
3. Download http://www.droiddeveloper.com/hrbuilds/hero-signed.zip
4. Place on regular sd card.
5. Reboot into recovery, wipe and flash.
6. Enjoy.
--
for step 2... make sure you are in the actual app_s folder when you do the following command and make sure the sd card is NOT mounted.
adb push app_s /system/sd/app_s
--
follow the rest of the instruction's as stated and you should be fine.
now, to get it running smoother...
follow the tutorial here...
http://forum.xda-developers.com/showthread.php?t=521251
also within the thread there's tip's on moving the Rosie.apk along w/ widget's to internal memory, I just focused on the larger widget's, the largest being the weather one.
hope this help's.
just one noob tryna help another noob out ;-)

please help
When i am doing the update.. i am getting this error.. .
E: Can't chown/mod /system/xbin (not such file or dir)
E: Failure at line 12: set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
installation aborted."
please help!!

Related

Apps2SD for 2.1 Rom?

does anyone have any instructions for apps2Sd for the 2.1 rom? I have no idea what I'm doing with this, and Im tired of not having any space on my phone to dl apps! thanks for any help in advance.
if you are running an a2sd enabled rom,
1. backup your entire sd card to your pc
2. boot into recovery
3. select to partition sd
4. partition to ext 2 and then to ext 3
5. use the default settings of 32mb swap / 512mb data
6. reboot
7. move your previous data back to your sd from your pc
you should be good to go. if you start seeing a significant drop in system memory, go back to recovery and flash the attached zip
troyboytn said:
if you are running an a2sd enabled rom,
1. backup your entire sd card to your pc
2. boot into recovery
3. select to partition sd
4. partition to ext 2 and then to ext 3
5. use the default settings of 32mb swap / 512mb data
6. reboot
7. move your previous data back to your sd from your pc
you should be good to go. if you start seeing a significant drop in system memory, go back to recovery and flash the attached zip
Click to expand...
Click to collapse
What if is the 32mb swap & the 512mb Data sizes for? What happens if I make them bigger?
Coldheat1906 said:
What if is the 32mb swap & the 512mb Data sizes for? What happens if I make them bigger?
Click to expand...
Click to collapse
actually, you can set swap at 0 (its not used anyway, unless you are gonna use the new Fresh Toast rom)
you can set data to be larger if you like (though not needed unless you are gonna install ALOT of mega mb apps)
Thanks, besides that is there anything else that I need to do or can I just start downloading apps..... Also how can I verify that they are going to my sd card?
Coldheat1906 said:
Thanks, besides that is there anything else that I need to do or can I just start downloading apps..... Also how can I verify that they are going to my sd card?
Click to expand...
Click to collapse
go into your command prompt...
adb remount
adb shell
cd /data/app
pwd
if it says /system/sd/app your apps2sd is working! if it says /data/app, it's not
dec3ption said:
go into your command prompt...
adb remount
adb shell
cd /data/app
pwd
if it says /system/sd/app your apps2sd is working! if it says /data/app, it's not
Click to expand...
Click to collapse
ok,....now I really feel like a noob.....
When I try to do a adb remount it says "device not found"
I also do have "USB Debug" selected.
Edit: Ok.... had to re-install the SDK..... I think it's working now.
Thanks
Im flashing my rom right now so I will see how this works out
I have a problem
Im using the Fresh rom with android 2.1 which should have app2sd enabled, but for some reason my apps dont go the sd card? Any help with this, I 've formatted based on the instructions, but it doesnt seem to work for me?
troyboytn said:
actually, you can set swap at 0 (its not used anyway, unless you are gonna use the new Fresh Toast rom)
you can set data to be larger if you like (though not needed unless you are gonna install ALOT of mega mb apps)
Click to expand...
Click to collapse
I beg to differ...the A2SD version 2.5 will activate swap if it sees the partition. That's the file you posted as part of the instructions.
amallama said:
Im using the Fresh rom with android 2.1 which should have app2sd enabled, but for some reason my apps dont go the sd card? Any help with this, I 've formatted based on the instructions, but it doesnt seem to work for me?
Click to expand...
Click to collapse
Validate by doing this:
1. At your computer (in the Android SDK Tools directory), type adb shell
2. Once you are in an adb shell, type ls -l /data
3. Look for the entries app and app-private. The two entries should look like the following:
app -> /system/sd/app
app-private -> /system/sd/app-private
If they don't, you'll need to validate you have an ext3 partition on your sd card.
If you do, download A2SD version 2.5 from http://www.darktremor.com/files/misc/a2sd-2.5-signed.zip and put it on your SD card (in the same place you put custom roms). Go into recovery and flash this file (it won't erase anything...it's just going to install a2sd version 2.5). Reboot phone and perform the same steps above.
If it still isn't working, PM me and I'll continue to help you.
tkirton said:
I beg to differ...the A2SD version 2.5 will activate swap if it sees the partition. That's the file you posted as part of the instructions.
Click to expand...
Click to collapse
will it activate swap on any rom?, is it required? can it actually just be left at 0 (users choice) to not use swap?
dont mean to step on toes here, just realized this is your creation (guess you know more than I).....sorry if I spewed some misinfo
troyboytn said:
will it activate swap on any rom?, is it required? can it actually just be left at 0 (users choice) to not use swap?
dont mean to step on toes here, just realized this is your creation (guess you know more than I).....sorry if I spewed some misinfo
Click to expand...
Click to collapse
No problem...the previous version (2.0) didn't turn on swap...that was actually handled by another routine from my Darktremor kernel (never released...that's why you never seen it).
If you don't want to activate swap, you can go into the phone and type /system/bin/a2sd noswap. It will put a flag file on the system that, if present, will tell a2sd not to use swap file although one is present.
Swap is not required. If a2sd doesn't see the swap partition, it simply won't activate swap...all other functions will activate as normal.
It will activate swap on any rom provided that the swap partition is using /dev/block/mmcblk0p3 (third partition on the SD card). The sd partition feature on the RA Recovery does this automatically.
hi i have a the wildfire got it rooted but not sure how to install apps2sd,apk im on software 2.1
i did have a custom rom cyanogenmod 6.1 and that had apps2sd but the wildfire 2.1 dosent and would like some advice on how to do it please any help wud b nice thanks

I am STUCK

Stuck trying to make sure a2sd is working... I moved the zip to the SD, partitioned it, upgraded to ext3, and now I am trying to flash the damn zip and it keeps saying there's no zip files found. SOmeone help please? Really dont wanna have to boot up for nothing...
you need to put the zip back on your sd when you put it on there THEN partitioned it formated the card hence the zip got erased. either reboot and add it or boot into recovery and use the usb mass storge option.
Lol! You should've flashed the zip then partitioned. Partitioning wipes your SD card so of course there is no zip to flash!
jerry43812 said:
Stuck trying to make sure a2sd is working... I moved the zip to the SD, partitioned it, upgraded to ext3, and now I am trying to flash the damn zip and it keeps saying there's no zip files found. SOmeone help please? Really dont wanna have to boot up for nothing...
Click to expand...
Click to collapse
you put the zip on
...and then partitioned?
Yeah, apparently I followed some idiot directions... this is why I would rather ask people first than do a damn search. Here's the quote form the thread I followed:
1. (Optional) Download A2SD version 2.5: http://www.darktremor.com/files/misc...2.5-signed.zip. Save the file to your SD card. If you don't want to download this version, skip this step.
2. Reboot the phone into recovery mode.
3. Partition the SD card by selecting Partition SD Card -> Partition SD.
4. Once you have partitioned it, press the back button to go to the main recovery menu.
5. If you downloaded the A2SD version 2.5, flash the program by selecting Flash zip from scard -> a2sd-2.5-signed.zip. Otherwise, skip this step.
Click to expand...
Click to collapse
I thought that was fishy, so after I partitioned, I pushed the file back onto SD (which is really not empty after the ext2 to ext3 upgrade, or partition ffor that matter)
After I re-pushed the zip, I tried to flash it but still says no zip found. So, I go into adb... here's the results:
Code:
You stupid ****er... dont have 2 phones connected at the same time!
If your SD is not empty after partitioning, you did something wrong. That will wipe your SD card.
Download the file again. I used the same link and his directions and it worked fine.
crap... now adb wont even recognize the device as attached
ok point me somewhere so I can go back to complete stock and re-root and reinstall DC. I am aggravated and not playing around anymore.
jerry43812 said:
ok point me somewhere so I can go back to complete stock and re-root and reinstall DC. I am aggravated and not playing around anymore.
Click to expand...
Click to collapse
Try unplugging your pone, killing and restarting the server, and then reconnecting
-unplug
-adb kill_server
-adb start_server
-plug phone in, wait for it to do its thing
-adb devices
tejasrichard said:
Try unplugging your pone, killing and restarting the server, and then reconnecting
-unplug
-adb kill_server
-adb start_server
-plug phone in, wait for it to do its thing
-adb devices
Click to expand...
Click to collapse
tried that and didnt work, i just let the thing boot regular and logcat worked, so adb recognized it again after it began booting. Show me a ROM that's clean, everything works for the most part, and doesnt force me to wipe everything on each update and I'll be flashing it now, after I RUU.
Bielinsk said:
If your SD is not empty after partitioning, you did something wrong. That will wipe your SD card.
Download the file again. I used the same link and his directions and it worked fine.
Click to expand...
Click to collapse
I think there is a lost+found folder that is created during format. That's true for all ext2/ext3/ext4 partitions.

Can't Wipe SD Ext

Hey everyone,
I just rooted my Hero awhile ago and everything went fine... However, I tried to flash a ROM to it and something seems to have screwed up. It booted once, but it wasn't to the new ROM, it seemed like it was back to factory settings... and now it won't get past the initial HTC logo when I try to boot. I can reach the recovery, but I've tried wiping everything and restoring with Nandroid and still nothing.
I think the problem may be with the wipe. When I wipe data/factory reset, I get "No app2sd partition found. Skipping format of /sd-ext." I'm new at this but I've noticed most ROMs saying that sd-ext needs to be wiped. Is this why I can't boot the phone? Is there a way to fix this?
Thanks.
randomhodge said:
Hey everyone,
I just rooted my Hero awhile ago and everything went fine... However, I tried to flash a ROM to it and something seems to have screwed up. It booted once, but it wasn't to the new ROM, it seemed like it was back to factory settings... and now it won't get past the initial HTC logo when I try to boot. I can reach the recovery, but I've tried wiping everything and restoring with Nandroid and still nothing.
I think the problem may be with the wipe. When I wipe data/factory reset, I get "No app2sd partition found. Skipping format of /sd-ext." I'm new at this but I've noticed most ROMs saying that sd-ext needs to be wiped. Is this why I can't boot the phone? Is there a way to fix this?
Thanks.
Click to expand...
Click to collapse
Yes, that's way.
You need to wipe the ext partition -- most likely the partition that houses Apps2SD.
**This will ERASE everything on the SD Card. Before trying this, you need to back up your sd card (pictures, music, etc) -- meaning, copying all the stuff from the card onto your Desktop or somewhere on the computer before proceeding to the next step.
To do so; go into recovery and choose:
1. Partition sdcard
2. Partition SD
3. Press Home to confirm
4. Set Swap-size to 0 MB (Use trackball)
5. Set Ext2-size to 0 MB (Use trackball)
6. Fat32-size = Leave that to Remainder
7. Press Home to confirm.
This will FORMAT (erase) everything on your SD card, but not the phone. For good measure, I would wipe your phone and Dalvik once more before flashing the ROM again. After its done, you can reboot, mount your SD Card and copy what you saved to the desktop (or wherever) back onto the SD card.
If you want Apps2SD (I'll presume you have a regular 2 gig SD Card), then after wiping both your phone and Dalvik; you'll need to follow the steps above to wipe the Ext partition, but instead of setting your swap to 0, set it to 128. Then set your Ext2/3/4 to 1 Gig (1024 megabtyes) and leave the Fat32-size as Remainder. For larger cards, you can adjust the Ext/2/3/4 partitions to about half the size of your SD Card. (Ex. 4 gig card; set Ext to 2 gigs, leave Fat32 as remainder).
Good luck.
I'm not seeing the partition option, maybe I should've mentioned I'm in Clockwork Mod recovery. Under the partitions menu there is an option to format sdcard, will that have the same effect? I've tried format sd-ext, but of course it didn't work..
Edit: I've reformatted the SD card, but still can't boot, and am still getting the No app2sd partition found error when I select wipe data/factory reset. Is there a way to get to the partition sd option with this Clockwork Mod recovery?
randomhodge said:
I'm not seeing the partition option, maybe I should've mentioned I'm in Clockwork Mod recovery. Under the partitions menu there is an option to format sdcard, will that have the same effect? I've tried format sd-ext, but of course it didn't work..
Click to expand...
Click to collapse
Clockwork Mod? Can you please link where you got this? The only recovery ROM's I'm familiar with are RA 1.3.2, 1.5.2, 1.6.2, and Godspeed. I would highly advise installing the latest RA 1.6.2 or Godspeed recovery images, as the advise myself or anyone else gives you will pertain almost always to those recovery images.
The tutorial I was using to flash the ROM recommended using an app from the app store called ROM manager, which installed the Clockwork mod. I'm attempting now to get RA 1.6.2 on it instead.
What's the best way to install a new recovery ROM? using this one, I can get connect to the pc and get a command window open, but from there what I'm trying doesn't seem to be working.
Problems with sd card
this seems like a good place to ask..after trying to flash a new rom(aloysuis) i hung on the black htc screen. i abondoned that card, inserted my old, reflashed fixxxed on there and its fine. i put my other sd card in that wouldnt work, formatted and copied the working card contents back on it. running fixxxedsense my phone upon loading says "sd card removed, Insert a new one. plug it in and it doesnt give me an option to mount, but when im in recovery mode it lets me mount and see all the contents i put on there. Did i ruin my sd card r is there a problem with the partitions maybe?
thatdudepoops said:
this seems like a good place to ask..after trying to flash a new rom(aloysuis) i hung on the black htc screen. i abondoned that card, inserted my old, reflashed fixxxed on there and its fine. i put my other sd card in that wouldnt work, formatted and copied the working card contents back on it. running fixxxedsense my phone upon loading says "sd card removed, Insert a new one. plug it in and it doesnt give me an option to mount, but when im in recovery mode it lets me mount and see all the contents i put on there. Did i ruin my sd card r is there a problem with the partitions maybe?
Click to expand...
Click to collapse
It seems the partitions might be the problem.
**If you don't mind erasing everything on your "broken" sd card, please follow the steps below.
**This will ERASE everything on the SD Card. Before trying this, you need to back up your sd card (pictures, music, etc) -- meaning, copying all the stuff from the card onto your Desktop or somewhere on the computer before proceeding to the next step.
To do so; go into recovery and choose:
1. Partition sdcard
2. Partition SD
3. Press Home to confirm
4. Set Swap-size to 0 MB (Use trackball)
5. Set Ext2-size to 0 MB (Use trackball)
6. Fat32-size = Leave that to Remainder
7. Press Home to confirm.
Click to expand...
Click to collapse
After you've done this; your card will have nothing on it. You should be able to use the card again, I would try using it again and see if you can mount it; both in recovery and in regular phone mode.
pseudoremora said:
It seems the partitions might be the problem.
**If you don't mind erasing everything on your "broken" sd card, please follow the steps below.
After you've done this; your card will have nothing on it. You should be able to use the card again, I would try using it again and see if you can mount it; both in recovery and in regular phone mode.
Click to expand...
Click to collapse
yea i partitioned it, although it doesnt let me set size tho.its says its partition with no errors. it should be partitioned ive used this method every other time...oh im still using ra-heroc-v1.2.3
randomhodge said:
The tutorial I was using to flash the ROM recommended using an app from the app store called ROM manager, which installed the Clockwork mod. I'm attempting now to get RA 1.6.2 on it instead.
What's the best way to install a new recovery ROM? using this one, I can get connect to the pc and get a command window open, but from there what I'm trying doesn't seem to be working.
Click to expand...
Click to collapse
To install a custom recovery image:
1. Download either RA 1.6.2 or Godspeed recovery
2. Copy Recovery Image to your SD Card
3. Boot your phone into recovery mode
4. Plug your phone into your computer
5. Open command prompt and change directory your androidsdk\tools folder
6. Run the following command(s):
Code:
adb shell
$su (not required if you have root already)
#mount -a (You might get some error messages, [B]keep going[/B])
#flash_image recovery /sdcard/recovery-RA-hero-v1.6.2.img
reboot recovery
After the reboot, you should the new recovery image installed.
thatdudepoops said:
yea i partitioned it, although it doesnt let me set size tho.its says its partition with no errors. it should be partitioned ive used this method every other time...oh im still using ra-heroc-v1.2.3
Click to expand...
Click to collapse
If you have a SD Card adapter or a card reader that can read mini-sd cards:
1. Plug your sd card into the reader/adapter; then to the computer
2. Right click on the removable drive in My Computer
3. Choose FORMAT
4. Quick Format is fine
5. After it's complete, close the window and test the card again.
If it fails again or gives error messages, you might have a bad card.
Okay, got the new recovery, partitioned and wiped everything, and am trying to flash the ROM again. Wish me luck
Okay, now I get past the HTC logo, and it seems to be loading the ROM, then it freezes. I've let it sit for around 5 minutes now with nothing, is this normal for the first load of a ROM or should I try to restore my backed up nandroid?
ClockworkMod has a problem with wiping ext. Amon_RA or GodSpeed should work fine.
randomhodge said:
Okay, got the new recovery, partitioned and wiped everything, and am trying to flash the ROM again. Wish me luck
Click to expand...
Click to collapse
Good luck, report back.
Edited the last post, but I'll repost for the new page:
Okay, now I get past the HTC logo, and it seems to be loading the ROM, then it freezes. I've let it sit for around 5 minutes now with nothing, is this normal for the first load of a ROM or should I try to restore my backed up nandroid?
randomhodge said:
Edited the last post, but I'll repost for the new page:
Okay, now I get past the HTC logo, and it seems to be loading the ROM, then it freezes. I've let it sit for around 5 minutes now with nothing, is this normal for the first load of a ROM or should I try to restore my backed up nandroid?
Click to expand...
Click to collapse
The first boot can take some time. With that said, 5-20 minutes is usually best to give the intitial boot. If it still isn't booting; redownload the ROM and try reflashing.
pseudoremora said:
To install a custom recovery image:
1. Download either RA 1.6.2 or Godspeed recovery
2. Copy Recovery Image to your SD Card
3. Boot your phone into recovery mode
4. Plug your phone into your computer
5. Open command prompt and change directory your androidsdk\tools folder
6. Run the following command(s):
Code:
adb shell
$su (not required if you have root already)
#mount -a (You might get some error messages, [B]keep going[/B])
#flash_image recovery /sdcard/recovery-RA-hero-v1.6.2.img
reboot recovery
After the reboot, you should the new recovery image installed.
If you have a SD Card adapter or a card reader that can read mini-sd cards:
1. Plug your sd card into the reader/adapter; then to the computer
2. Right click on the removable drive in My Computer
3. Choose FORMAT
4. Quick Format is fine
5. After it's complete, close the window and test the card again.
If it fails again or gives error messages, you might have a bad card.
Click to expand...
Click to collapse
ok after trying to put the ne recovey on there i tried to go into the adb shell and it says
C:\android-sdk-windows\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
error: device not found
C:\android-sdk-windows\tools>adb shell
error: device not found
Up and running! Thanks so much for your help
thatdudepoops said:
ok after trying to put the ne recovey on there i tried to go into the adb shell and it says
C:\android-sdk-windows\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
error: device not found
C:\android-sdk-windows\tools>adb shell
error: device not found
Click to expand...
Click to collapse
Make sure you have Debugging mode on.
To do this (on the phone):
1. Menu
2. Settings
3. Applications
4. Development
5. Make sure USB Debugging has a check in it
Then run the commands again.
randomhodge said:
Up and running! Thanks so much for your help
Click to expand...
Click to collapse
No problem, glad eveything worked out.
pseudoremora said:
Make sure you have Debugging mode on.
To do this (on the phone):
1. Menu
2. Settings
3. Applications
4. Development
5. Make sure USB Debugging has a check in it
Then run the commands again.
No problem, glad eveything worked out.
Click to expand...
Click to collapse
yep its on
thatdudepoops said:
yep its on
Click to expand...
Click to collapse
Are able to run adb commands when your phone is booted into regular phone mode?
pseudoremora said:
Make sure you have Debugging mode on.
To do this (on the phone):
1. Menu
2. Settings
3. Applications
4. Development
5. Make sure USB Debugging has a check in it
Then run the commands again.
No problem, glad eveything worked out.
Click to expand...
Click to collapse
pseudoremora said:
Are able to run adb commands when your phone is booted into regular phone mode?
Click to expand...
Click to collapse
no it still says no devices

Clone SD card (with a2sd on)?

Question:
I've noticed I'm pretty much at my limit for space on my current SD card (like 80MB remaining on a 4GB!)...
I've ordered an 8GB card to replace this one... but how can I "clone" my current 4GB card (with a2sd partitions) and then copy it over to my 8GB card, without losing data, settings, apps, etc? Is there a way?
Thanks in advance.
Do this all from within Clockwork Recovery:
1) Make a nandroid backup
2) Connect the phone to a computer
3) Partitions menu > mount USB storage
4) Copy all contents from the old SD card to a temporary folder on your computer (including the clockworkmod folder which contains the nandroid backup you just took)
5) Unmount and disconnect from computer.
6) Pull battery to shut the phone off, or if you would prefer you can boot the phone and then turn the phone off immediately afterward. Pulling battery just saves time.
7) Put new SD card in
8) Boot into clockwork
9) Format the card with Clockwork w/ ext partition
10) Connect to computer, mount USB storage again, copy all files back to the phone
11) Unmount and disconnect cable from computer
12) Nandroid > advanced restore > Restore sd-ext only
13) Reboot and you're done.
And if something goes wrong, it's not really a big deal since you will still have the original files on the old SD card so you can try again or ask for help to try another method.
Sounds complicated enough to work. I'll try when the card comes and let you all know. Thanks!
gfinockio said:
Sounds complicated enough to work. I'll try when the card comes and let you all know. Thanks!
Click to expand...
Click to collapse
Haha yeah, I think it's the easiest way to do it with Windows, since you can't read the ext partition from the computer. You could probably just copy the contents of both partitions through Linux if you're comfortable doing that.
Doesn't a nandroid backup the ext partition too?
If you're using windows you could just backup your fat32 partition on your PC and partition your new card and then copy all your files back and do your nandroid restore.
I think this would work...
jdwhite87 said:
Doesn't a nandroid backup the ext partition too?
If you're using windows you could just backup your fat32 partition on your PC and partition your new card and then copy all your files back and do your nandroid restore.
I think this would work...
Click to expand...
Click to collapse
Clockwork does not back up my ext partition. It can't mount it or anything. Not sure why. Might be because its ext4, but when I do nandroids the sd-ext backup always fails.
I have to use Ubuntu and mount as storage. Then both of my partitions mount on my computer and I can do as I please. For me this seems easiest anyway. Simple copy and paste and it can be done from a live cd for those that dont already have Ubuntu.
Sent from my cm7 Aria.
drumist said:
Do this all from within Clockwork Recovery:
1) Make a nandroid backup
2) Connect the phone to a computer
3) Partitions menu > mount USB storage
4) Copy all contents from the old SD card to a temporary folder on your computer (including the clockworkmod folder which contains the nandroid backup you just took)
5) Unmount and disconnect from computer.
6) Pull battery to shut the phone off, or if you would prefer you can boot the phone and then turn the phone off immediately afterward. Pulling battery just saves time.
7) Put new SD card in
8) Boot into clockwork
9) Format the card with Clockwork w/ ext partition
10) Connect to computer, mount USB storage again, copy all files back to the phone
11) Unmount and disconnect cable from computer
12) Nandroid > advanced restore > Restore sd-ext only
13) Reboot and you're done.
And if something goes wrong, it's not really a big deal since you will still have the original files on the old SD card so you can try again or ask for help to try another method.
Click to expand...
Click to collapse
I'm stumped on step 9 - what menu option in Clockwork will format the ext partition? What menu?
gfinockio said:
I'm stumped on step 9 - what menu option in Clockwork will format the ext partition? What menu?
Click to expand...
Click to collapse
Partitions menu
CallMeAria said:
Partitions menu
Click to expand...
Click to collapse
What version has that menu option? I don't see it.
Interesting. I was sure you could format a card with ext partition through Clockwork but apparently you can't. You can do it through ROM Manager though, so I guess you may have to boot into the phone to get to it.
The programs on the ext partition won't show up yet of course. Don't be alarmed. Just partition the card through ROM Manager, then once you're done doing that, do the nadroid advanced restore. If there are any problems after a reboot (i.e., it didn't work correctly), go back and try doing the regular full nandroid restore.
gfinockio said:
What version has that menu option? I don't see it.
Click to expand...
Click to collapse
v2.5.0.1
This doesnt create a partition though. It just formats an existing partition. You'll have to use drumist's method of going through Rom manager to actually create the ext3 parition from the phone.
CallMeAria said:
v2.5.0.1
This doesnt create a partition though. It just formats an existing partition. You'll have to use drumist's method of going through Rom manager to actually create the ext3 parition from the phone.
Click to expand...
Click to collapse
Tried running ROM Manager - of course, it's installed on the 4GB card which isn't on my phone when I have the 8GB in to format. So then I re-installed it using the APK... but I get the exclamation mark when it boots to recovery to format... probably because a2sd is installing the same program on the ext part which it is now trying to format.
I think I'm going to have to format/partition it using Linux somehow instead, no?
gfinockio said:
Tried running ROM Manager - of course, it's installed on the 4GB card which isn't on my phone when I have the 8GB in to format. So then I re-installed it using the APK... but I get the exclamation mark when it boots to recovery to format... probably because a2sd is installing the same program on the ext part which it is now trying to format.
I think I'm going to have to format/partition it using Linux somehow instead, no?
Click to expand...
Click to collapse
someone recommended in another thread that when that happens you just pull out the battery and then use volume down+power to boot back into recovery and it should then work.
But the method I use is to do it from Ubuntu (a linux version). If you dont want to install Ubuntu on your computer you can make a bootable CD or USB drive with Ubuntu on it (directions for this are on the Ubuntu download page) and actually run Ubuntu from the CD/USB without ever installing it on your computer. From there you can use gParted to create paritions. And while I recommend making backups, gparted even allows you to resize and move partitions without deleting anything.
gfinockio said:
Tried running ROM Manager - of course, it's installed on the 4GB card which isn't on my phone when I have the 8GB in to format. So then I re-installed it using the APK... but I get the exclamation mark when it boots to recovery to format... probably because a2sd is installing the same program on the ext part which it is now trying to format.
I think I'm going to have to format/partition it using Linux somehow instead, no?
Click to expand...
Click to collapse
Yeah, that's what I was worried about. My suggestion then is to format the card through linux if you have a SD card reader. Easiest way is to use an Ubuntu LiveCD. Do you know how to do this on your own?
Also, definitely do a full nandroid restore once the SD card is reformatted. Since you booted the phone and tried to install an app, it's possible something got screwed up -- nothing to worry about though because a full nandroid restore should revert everything.
drumist said:
Yeah, that's what I was worried about. My suggestion then is to format the card through linux if you have a SD card reader. Easiest way is to use an Ubuntu LiveCD. Do you know how to do this on your own?
Also, definitely do a full nandroid restore once the SD card is reformatted. Since you booted the phone and tried to install an app, it's possible something got screwed up -- nothing to worry about though because a full nandroid restore should revert everything.
Click to expand...
Click to collapse
I'm reverting back now, going to sleep on it, and then investigate formatting it via LiveCD tomorrow morning. It's been several years since I've had to go near anything Unix.
By the way, another option is to just do a clean install on your phone with a ROM that has ROM Manager built in. Use that to do the format on the SD card.
drumist said:
By the way, another option is to just do a clean install on your phone with a ROM that has ROM Manager built in. Use that to do the format on the SD card.
Click to expand...
Click to collapse
That got me thinking...Ive never had a problem adding an ext partition using Rom Manager. Ive done it to 3 SD cards now without a single issue. BUT, Ive also always done it while on cm6/7 which both came with Rom Manager pre-installed with the rom and quite a bit of integration with the rom manager app...just a thought...
EDIT: Scratch that, I used it for 2 SD cards, the 3rd was done with Ubuntu.
Here's my post from the other thread
jdwhite87 said:
Rom manager - partition SD card - choose your partitions. It will reboot into recovery and try but fail to partition your card. Pull battery. Replace battery - hold volume down and power. Wait for it to try and find the libde. Img then press volume down and it will highlight recovery then press power. It will boot into recovery and finish partitioning your card.
I think that's how I got it to work.
Click to expand...
Click to collapse
I did this with two different SD cards on fr008. Both were sandisks. One was a 16 gb class 4 and the other was an 8 gb class 6. I couldn't get gparted to partition the 8 gb for whatever reason. I didn't know what Ubuntu was when I partitioned the 16 gb
It seems like an oversight that maybe of the masses of people with Android devices that one day the general (non-xda) population would want a simple way to transfer their sd card data to a larger card...
I Imagine there are a bunch of people out there clueless.
Hell, I read XDA and there was still no clear simple way in this thread.
(I got here from a Google search for SD CARD CLONE)
Got it to work, finally. Required some back-and-forth with the Nandroid backups, but I have everything running off of my 8GB SD card now, without reinstalling!
Now, to sell off my 4GB card... anyone?

Cannot mount sdcard [twrp]

Ahoy there.
To make it quick:
I went back from WP7 (again problems), and already have installed TWRP instead of CWM, becauase i want to install this cutie to my HD2.
But the trouble is, when i mount my SD card and copy .zip file to SD, and when i unmount it, i cannot mount /sdcard inside my phone in TWRP.
when i go to INSTALL i can only see
Code:
[b]/sdcard[/b]
-(Up a Level)
-TWRP
and buttons:
Code:
Storage: (0MB)
when i go to >Mount, i can check everything but sdcard.
I don't really know what to do to make it works WITH making an ext partition cause i use EU ver. so i cannot just make it full NAND.
Help, please!
Need to fix it as soon as possible
Does the device need to be always on? After you copy, why not just restart the device?
Marvlesz said:
Does the device need to be always on? After you copy, why not just restart the device?
Click to expand...
Click to collapse
I think i tried that, but can't remember well though.
Well, i managed myself to drive back to PAC v1.2a which doesn't require ext partition to install it on NAND
I bet in ~week im gonna get bored of it and will fall into troubles again
[seem solved]

Categories

Resources