3 Problems, Please help - Hero CDMA Q&A, Help & Troubleshooting

Okay, so I tried to delete some old Nandroid backups and I think i deleted Nandroid, so it won't restore. How do I get my backup to restore?
If that doesn't work, I'm running the AOSP 1.6 with googlebits.. And I need to know where I can get the Sprint Visual Voicemail app?
And Finally, is there any fixes for Getting SMS to work? i can receive messages, but can't send.

restore with one of your backups using fresh kitchen

smittycg said:
restore with one of your backups using fresh kitchen
Click to expand...
Click to collapse
Will that work even though I'd be restoreing to Stock rom?

Duscrom said:
Okay, so I tried to delete some old Nandroid backups and I think i deleted Nandroid, so it won't restore. How do I get my backup to restore?
If that doesn't work, I'm running the AOSP 1.6 with googlebits.. And I need to know where I can get the Sprint Visual Voicemail app?
And Finally, is there any fixes for Getting SMS to work? i can receive messages, but can't send.
Click to expand...
Click to collapse
If by "deleted Nandroid" you mean you can't boot into recovery, try reflashing your Amon RA image again to your phone. (Go to the sticki wiki guide section for that).
Google the Visual Voicemail app, I don't know exactly were I found it because it was a long time ago but I did found it on the net.
Try removing the +1 from the contacts you are trying to send sms texts to.. use the 123-456-7890 format to send out text messages, if not try handcent or chomp SMS. If none works, than there's not muche else you can do, this is a known unfixable problem for some people using AOSP 1.6.

I would say do what he said. Here's a simple guide to reflash RA:
Copy the image to the SD, rename it recovery.img (makes it easier). Navigate to SDK/Tools dir and do these commands:
Code:
adb shell
#cd /sdcard
#flash_image recovery recovery.img
#reboot recovery
If that doesn't work, RUU will fix it.

Related

Transfer SMS from 1.6 to 2.1

Is it possible to backup my SMS on 1.6 and restore them in 2.1? I've tried MyBackup but it does a sketchy job of it since they're different android versions. I don't think backup for root would work either since it does a raw copy of the SMS database which is probably different format.
Thanks.
bump.......
I'd like to bump this as well. I've used Backup for Root users. The restoring feature of that app doesn't seem to work. Would it work if i'd adb push the call log and sms database manually?
The adware/shareware app sms backup and restore worked for my needs when I was quickly testing cm5
http://android.riteshsahu.com/apps/sms-backup-restore
Must be other backup and restore apps that use the api as well. (Actually thoght that is how mybackup was intended to work.. but as I have not used it I really can't say for sure, it seemed more than I was looking for)
If you don't want to go the app route, you can simply back up this folder before you wipe:
Code:
/data/data/com.android.providers.telephony
and then after you flash a new ROM or whatever, you can restore it. Make sure when you copy it back, you overwrite the files. I've used that method many times and it always works. Most ppl will say that you only need to back up the mmssms.db file located in
Code:
com.android.providers.telephony/databases
but I back up the whole folder and restore it. I don't really have a reason, but its always worked for me.
Additionally, I use SMSBackup by Chris Studer from the market to backup my texts to a folder in my Gmail. It won't back them up back to the phone, but its a great way to always have a backup and doesn't make it a huge deal if I wipe without backing up.

Keeping SMS messages when switching ROMs

I've been having this problem for a while now and I can't seem to find a solution. I've had my SMS messages on my Cyanogen ROMs for quite some time now, and I'm always using the Backup For Root Users app so I don't lose them when trying out new ROMs. The problem is, however, when I try to restore my SMS messages using the backup app, all SMS apps (Messaging, Handcent, Chomp, etc.) force close on launch.
This has happened with every Hero and Eclair ROM I've ever tried on my G1. Is there a way to keep my SMS messages if I want to try out a new ROM?
Thanks,
Gerard
There is a database file in the /data/data/com.android.providers.telephony/databases directory.
Make a copy of that database file:
cp -r /data/data/com.android.providers.telephony/databases/mmssms.db /sdcard
And when you switch roms put it back by copying it back to the same place.
cp -r /sdcard/mmssms.db /data/data/com.android.providers.telephony/databases
try a different app.. "mybackup" or "titanium backup" both do a good job of backing up sms/mms ...seems like your backups may be corrupt??
Macrophage001 said:
There is a database file in the /data/data/com.android.providers.telephony/databases directory.
Make a copy of that database file:
cp -r /data/data/com.android.providers.telephony/databases/mmssms.db /sdcard
And when you switch roms put it back by copying it back to the same place.
cp -r /sdcard/mmssms.db /data/data/com.android.providers.telephony/databases
Click to expand...
Click to collapse
I haven't had time to try this yet (college stuff) but doesn't that do the same thing that Backup For Root Users does?
digitaljeff said:
try a different app.. "mybackup" or "titanium backup" both do a good job of backing up sms/mms ...seems like your backups may be corrupt??
Click to expand...
Click to collapse
I thought the backups might've been corrupt as well, but if I wipe my phone, re-flash a Cyanogen ROM and then restore my backed up SMS messages, everything works fine :-/ I'll still try those apps when I have time though.
I'll keep you guys updated...
grardb said:
I haven't had time to try this yet (college stuff) but doesn't that do the same thing that Backup For Root Users does?
Click to expand...
Click to collapse
Prolly but this is more assuring trust me.
Macrophage001 said:
Prolly but this is more assuring trust me.
Click to expand...
Click to collapse
Well I just tried it and it failed, same way as with Backup for Root Users. I think I'm just gonna start from scratch. This is becoming a bit much for me...
Thanks anyway :-/

Rename my Nandroid backups?

i thought you could rename the folder of each nandroid backup, but after searching i read that now they might not restore anymore. is this true? i havent tried to restore any of them.
i used the time stamp of each folder to rename them based on the order of first to last because i didnt pay attention that the folder name was actually the date. so i dont know if i named them correctly, i.e. stock rom, cyan #1, etc.
are my restore files now trashed? also i havent done a restore yet cause i wasnt sure how much re-installing i would have to do. what exactly does nandroid restore, is it just the OS and all settings, but no apps? thanks!
Nandroid is basically an image or 'Snapshot' of your phone i.e. everything from your applications to your settings to the bootloader animation. As for renaming them, I think you need to keep the same folder structure but you can rename the 'BDES-20100430-1259' part to something more user-friendly.
nDrg said:
Nandroid is basically an image or 'Snapshot' of your phone i.e. everything from your applications to your settings to the bootloader animation. As for renaming them, I think you need to keep the same folder structure but you can rename the 'BDES-20100430-1259' part to something more user-friendly.
Click to expand...
Click to collapse
Wait it grabs everything including apps, OS settings, even my desire black notification bar, etc?
I'm totally noob so I wanna do my first restore but don't know what if anything I'll lose and if its worth it to even restore. I'm wondering how feasible it is to bounce around between nanDroid backups and I always hear about titanium backup but don't understand the difference and why to use that or just the recovery. Thanks
I rename my nandroid backup folders on a regular basis, so I can quickly find a backup for any stage of modification I'd like to go back to. ORIGINAL, CYAN-506-BARE, CYAN-506-LOADED, FROYO-BARE, FROYO-LOADED, etc....
And it SHOULD backup everything (well, except for the radio image), and it generally does. I have done a few restores where it misses an app or setting or two but the majority of everything is there.
mine works restoring when renaming folders. i label mine using the rom versions (kang/cyan/etc)
And you don't lose root if you flash back to stock ROM, the one I made right after I first rooted?
RogerPodacter said:
And you don't lose root if you flash back to stock ROM, the one I made right after I first rooted?
Click to expand...
Click to collapse
If the backup was created while you had root access, then you should still have root access. Those permissions will be copied as a part of the backup.
crap my restore just failed. It said:
Error: run 'nandroid-mobile.sh restore ' via adb
Are my backups lost forever? I tried all of them and all gave that error.
That's beyond me. The only time I've had an issue with nandroid backups was when my SD card was close to full. My troubleshooting skills on that are limited, I'm afraid.
I rename all mine according to ROM/kernel...etc and yes nandroid backsup everything to the "T" the way it was when u aplly the backup. You should always keep more than one nandroid on ur card or save them on ur computer. They are known to sometimes not work. It has happened to me.
Ok I'm really having some problems. I just now created another brand new nand backup and didn't rename itand tried to restore it and get the same error. Google has tons of info on this with a million different answers. I tried removing all spaces in my backup name with no luck.
codesplice said:
I rename my nandroid backup folders ... ORIGINAL, CYAN-506-BARE, CYAN-506-LOADED, FROYO-BARE, FROYO-LOADED, etc ...
Click to expand...
Click to collapse
hahaha, ****t codesplice, you and I do it the exact same way!!!
Since I've been playing with different kernels for Froyo, I now have to include the kernel name in my backups.
crap my restore just failed. It said:
Error: run 'nandroid-mobile.sh restore ' via adb
Are my backups lost forever? I tried all of them and all gave that error.
Click to expand...
Click to collapse
Make sure your battery has greater than 50% - best if on a full charge.
-------------------------------------
Sent via the XDA Tapatalk App

[Q] Need help recovering SMS messages

Hi guys, here's the thing:
Yesterday I was given my friend's HTC Dream and told to get the CM6.1 working. Since that she used to have a 1.6 ROM called Bonsai. I was told to get as much data from it as possible. The reason to change the ROM was that the phone was unable to import contacts from a SIM card and some other minor problems, so the girl said that Bonsai is crap and she wants to go back to Donut Of course I suggested the CM6.1 instead. I also told her that we can copy the contacts via SIM card reader, upload them to Gmail and get them back to Dream, but she kinda liked the idea of having a working Froyo on her device, but that's not the point.
So what I did was:
1. Titanium backup
2. Nandroid backup
3. New 2.22.28.25 radio, recovery (recovery-RA-dream-v1.7.0-cyan).
4. CM 6.1 DS + gapps.
5. Titanium restore.
I restored all of the apps, previously installed on Bonsai, the phone finally started importing the contacts and messages from SIM card, I got all the apps settings and data as well. But I can't get the SMS and MMS messages from the phone's memory back to the inbox...
Is there a way to get them back?
I got the nand backup and the Titanium backup. I didn't set it to run automatically yet, so I think it didn't overwrite the old copy with a new empty one or something Is there a way to recover the messages?
Thank you in advance for any help.
Anyone have an idea?
You are probably hosed. Switching between ROMs sometimes the saved SMS/MMS and Call Log data doesn't get loaded correctly. My guess is they may use a different version (maybe an earlier AOSP release) of the application, so it won't read the backup properly.
I did find other's who's had the problem here.
It does blow, but at least the phone is in working order, right?
EDIT: I was talking with a buddy of mine who dev's for the Vibrant forums (Br1ck'd). He said since you haven't created an additional backup yet, you can go back to the original ROM (Bonsai) and then do a restore. Once the restore is done, use a different SMS backup method (for SMS and for call log) and then reflash to CM 6.1. Then use Titanium Backup to restore all information, and then restore the SMS/Call Log using the respective application.
Thanks for the advice and links, I already though of restoring the 1.6 ROM and trying some other backup method, but I was hoping there is another method.
The CM6 was being used now for few weeks now, so I don't think wiping the call logs and messages AGAIN to restore older ones would be a good idea. Or is it? Will I be able to backup the data (CM6) now, then nand restore (to 1.6), sync the messages in another app (or any PC sync program), go back to CM and somehow sync it again to 'mix' the data?
Or is there any other way to read the messages from Titanium / Nandroid and covert them into any kind of a readable text file? A PC program to read this data from a backup file (without restoring it on the phone) or something?

[Q] Working method for restoring Call logs/SMS to ICS?

I know there are a lot of apps for back up/restoring, but does anyone know any working for ICS? I have tried AppExtractor with ROM Manager, didn't work. The Message-app started to behave strange. Tried SMS Backup & Restore, was able to restore the sms but couldn't not open them.
I'm currently using NovaHD's ICS Rom.
You can restore your messages from /data/data/com.android.providers.telephony/databases/mmssms.db and mmssms.db-journal in your nandroid backup (just extract and replace)
And your calls from /data/data/com.android.providers.contacts/database/contacts2.db and contacts2.db-journal
(Extract and replace)
Nandroid = CWM?
So, basically your saying that i should extract my backup and the rom, then find these folders extract the backup one to the rom and then zip it again?
Two options
#1 Restore your backup, copy the files to a temp folder on sdcard, flash your new rom and replace them
#2 Extract them from your backup and then replace them
It might be other solutions aswell but these are simple
Nandroid = CWM
HerrKuk said:
Two options
#1 Restore your backup, copy the files to a temp folder on sdcard, flash your new rom and replace them
#2 Extract them from your backup and then replace them
It might be other solutions aswell but these are simple
Nandroid = CWM
Click to expand...
Click to collapse
Not gonna have to until friday to test this, but really thanks! Sounds pretty easy!
Stort tack från en Mölndal-bo!
HerrKuk said:
Two options
#1 Restore your backup, copy the files to a temp folder on sdcard, flash your new rom and replace them
#2 Extract them from your backup and then replace them
It might be other solutions aswell but these are simple
Nandroid = CWM
Click to expand...
Click to collapse
just a small mention....file types from CM7 or Cm 9 are not the same with other GB formats....so are not comaptible....be careful with that.
HerrKuk, i'm kind of new to rooting but i need android sdk to do this?!
Sreeprajay, i'm goding from stock rom to custom, should work right?!
Optimus-ICS said:
HerrKuk, i'm kind of new to rooting but i need android sdk to do this?!
Click to expand...
Click to collapse
Nope, just root and and root explorer (or similar)
You dont even need a computer
Or use nandroid browser from the market : https://play.google.com/store/apps/details?id=de.goddchen.android.nandroidbrowser
Sent from my GT-I9100 using Tapatalk
Optimus-ICS said:
HerrKuk, i'm kind of new to rooting but i need android sdk to do this?!
Sreeprajay, i'm goding from stock rom to custom, should work right?!
Click to expand...
Click to collapse
from the stock to custom, it will be prefect...just make sure once you are rooted, backup your msgs and call logs by either apps or by backing the ROM totally....
Hope it helps
So, i installed root explorer, copied mmssms.db(no journal-file), flashed owain's rom, installed root explorer, replaced my mmssms.db file in the rom, rebooted and the SMS-client won't start.
Optimus, maybe this will help you:
This is "backup to gmail"
I have got this aplication (paid) but it`s works on ICS (owain 29)
Take a look on my screenshot.
sms backup & restore works perfectly for me, but no idea on that phone call log
Albatros2605, MoFosis, Thanks for your help guys, but managed to restore my SMS by using SMS Backup+, which copies everything to your gmail and then downloads it to restore the SMS.
Hi guys, I recently screwed the pooch on an upgrade to 4.0.4, and I forgot to backup SMS before doing it. I did a nandroid backup, but I can neither restore the backup nor locate the mmssms.db file in the archive. I tried AppExtractor and Titanium Backup, but with no success.
Can someone help me by telling me where to locate my SMS history in a nandroid backup? Thanks!

Categories

Resources