• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root GB Patch for SD card after roll back

I was all set to update my rezound to the leaked ICS and got everything going and together. I did a nandroid backup of the GB Custom Rom I had on there prior and after I updated I realized I forgot to backup some texts that had important info. I back rolled and I am now back to my GB Rom but I have no SD card. I got the patch for it but my issue is I can't mount my phone to my computer now. The hard disk option isn't even there. Only charging is. Is there anyway to flash this patch using the CMD prompt? I am at a loss on this one.
 
there are 2 options.
1)put the card in a card reader,plug it into your pc to transfer the file
2)mount sd card in recovery,amon and clockwork both have that option

you could use adb push to /sd card,but im not sure if it would work with the goofed up mounting points. if you want to try it, the command would be adb push filename /sdcard2/
for example: adb push gingerbreadpatch.zip /sdcard2/

if it works,youll see something like:
Code:
1163 KB/s (615885 bytes in 0.517s)
if t doesnt wrk,youll prolly get an error about sd not mounted,cant find directory,or somethin to that affect :eek:

now you just have to boot to or launch your recovery and flash it :)
 
Looks like I am still in the same situation with backup'd texts. I did an SMS backup like I normally do but it seems it doesn't carry over to ICS. It can't find the backup anywhere to restore. Is there anyway to pull it from the Nandroid backup somehow and send it over to my SD card that way?
 
Back
Top Bottom