Hello, I was wondering how do you go about backuping email settings? I like flashing roms, but im getting tired of entering 5 emails over and over again. each rom is slightly different with yahoo. sometimes it recognizes it sometimes it doesnt, and my school email all which i have to add manual imap and smtp, so u can see it becomes dreadful. Any help would be greatly appreciated.
Before you go telling me to search i have and i only found topics on touch diamon 2 which is WM and not android. KTHXBYE
Use K9 mail in the market instead and then backup the app+data in either Titanium Backup or MyBackup Pro (and then restore when you flash a new ROM)?
doogald said:
Use K9 mail in the market instead and then backup the app+data in either Titanium Backup or MyBackup Pro (and then restore when you flash a new ROM)?
Click to expand...
Click to collapse
i will try this, but anyway using stock email app?
jareddlc said:
i will try this, but anyway using stock email app?
Click to expand...
Click to collapse
I'm assuming you mean the android email app and not the gmail app. The info is probably stored in data/data/com.android.email/databases. There are quite a few databases in there and I don't know which one stores your email settings. You could pull them all to your pc and push them back after flashing the new rom. I haven't tested this and don't use the android email app so I can't really test it but have done this with other apps. Can't guaruntee it will work though. Just do something like:
adb pull data/data/com.android.email/databases/* /desktop(or wherever you want them on your pc)
then to put them back just use:
adb push (name of database) data/data/com.android.email/databases/
Just something to try if your familiar with adb at all.
jareddlc said:
i will try this, but anyway using stock email app?
Click to expand...
Click to collapse
You can try using Titanium Backup to do this - it will certainly back up email data - but my belief is that the issue may be that you will not be able to go across Android versions with the data. Trying to restore the 2.3 email data to a 2.2 ROM (never mind to HTC Mail if you move to a Sense based ROM) could just cause FCs.
K9 mail is really (at least IMHO) much, much better than the stock email app anyway.
Conap said:
I'm assuming you mean the android email app and not the gmail app. The info is probably stored in data/data/com.android.email/databases. There are quite a few databases in there and I don't know which one stores your email settings. You could pull them all to your pc and push them back after flashing the new rom. I haven't tested this and don't use the android email app so I can't really test it but have done this with other apps. Can't guaruntee it will work though. Just do something like:
adb pull data/data/com.android.email/databases/* /desktop(or wherever you want them on your pc)
then to put them back just use:
adb push (name of database) data/data/com.android.email/databases/
Just something to try if your familiar with adb at all.
Click to expand...
Click to collapse
WOW conap himself
thx although i have issues with adb i tried getting droidexplorer to work. thx very much i guess its time to try to learn adb correctly
jareddlc said:
thx although i have issues with adb i tried getting droidexplorer to work. thx very much i guess its time to try to learn adb correctly
Click to expand...
Click to collapse
You can use a root-aware file manager to do the same things if you want to avoid adb. (Root Explorer ($) or ES File Manager (free) )
Put them in a folder on your SD card someplace.
Using either method you should probably make sure first that the E-mail app is not running.
As doogald pointed out, in general backing up and restoring files from the data area of an app is not guaranteed to work, especially between version changes of the app software; but for the same version of the app it will probably work. You'll have to try it to know.
okay thx everyone. Ive been a community manager before, and this community is excellent.
Ive "solved" my issue. Thanks to everyone who let me know where the db is located at. I tried titanium backup and it allows me to backup the data portion i just flashed gsb 1.6 from 1.5 and then restored the backup then rebooted, works flawless. However something to keep in mind, i might keep a backup of the email app currently using so if i ever need to restore the backup i may do so, ifnot i may give k9 a try anywho thx everyone.
for those new and wanting to know as well, let me break it down.
1. titanium backup (Free version is fine)
- this app backs up the data portion of the application (settings)
2. backup your app with titanium backup.
3. wipe,flash,restore
or many suggest to adapt to a new email app to prevent any inconsistencies in data storage techniques (try k9 email app)
again thx to everyone
titanium backup never worked for me (just email) i have donate/pro version and i've sent a query to support and never got an answer.. i am using mail droid now.. but lemme try the extraction method. should try again with the newest one perhaps it might work... even backing up sms wouldnt work... rest all other program works with it.. (for my part that is)
dhruvaz said:
titanium backup never worked for me (just email) i have donate/pro version and i've sent a query to support and never got an answer.. i am using mail droid now.. but lemme try the extraction method. should try again with the newest one perhaps it might work... even backing up sms wouldnt work... rest all other program works with it.. (for my part that is)
Click to expand...
Click to collapse
Same here as well, have tried multiple times & no luck. Any other solution available as of now?
My Back up pro has never restored email accounts either.
Fix?
would really like to get to the bottom of this as well.. quite annoying to restore accounts every time i flash a rom with wipe.
Bump...has a way to backup and restore all email settings of default email client been solved?
Restore default email with accounts with Titanium Backup Root
1. The key seems to be to restore "Accounts" from TiB (hope you have a backup) first.
2. Next, force stop the Email app from Settings and clear data.
3. Restore Email Data only
4. Reboot
5. Run Email
( I used Titanium Backup Root - free version)
I discovered that the app starts up with the restored Data from the App and immediately crashes with "account not found"
Email App stores the passwords in Accounts, so once Accounts are restored everything seems to work, (whew!)
Since I tried a number of things before Email started working, I'm not sure of the exact sequence of restoring the App and Data (I tried restoring the App and Data, which failed, then force stopped the app and restored the app only and then data only - someone please document the exact sequence, I don't want to risk losing my Email accounts as I don't remember the passwords )
I can confirm that your steps 1-5 work well (on CM 11), and that step 1 is essential for step 3.
Related
I would very much like to use the email client that comes with the stock FW, as the one that comes with Cyanogen does not show HTML.
How can i do this? I already backed all apps using Titaniuma backup, but when i choose restore missing apps and choose the email client, nothing happens?
What am i doing wrong? Do i need to do something more?
EDIT: When i click on the email app i backed up in Titanium it says only data is backed up and no app..... how come?
Hady
Bump - any replies folks? I specifically had this same doubt - wanted to preserve the email application when I move (up) to CM7
You can try to use "system remover" to restore the applications that have been backuped before. Just put the *.apk in /sdcard/SystemAppBackup.
I also suggest you to read this wiki:
wiki.cyanogenmod.com/index.php?title=Barebones
It's a very good guide to remove or install applications (both system or user applications).
what about the dialer in stock?
Hey everyone,
I just updated to the new Bamf 3.0 RC4. I backed up all my apps/user data in Titanium backup beforehand. Some questions about restoring data/contacts:
1) I've always had the "sync contacts" with google option available. However, after syncing I've found that a lot of my friends' contact information isn't there. Furthermore, when I get texts people's contact info doesn't come up
that led me to
2) restore system data with Titanium backup. After doing so, I see most of my friends numbers but not all. The texts I received after flashing were wiped out and replaced by messages I had prior to flashing.
3) After restoring all my apps, I can't seem to change my background picture. It's set to one I took myself. I go into the theme settings but can't get it to change.
Thanks so much for all the help.
stickperson said:
Hey everyone,
I just updated to the new Bamf 3.0 RC4. I backed up all my apps/user data in Titanium backup beforehand. Some questions about restoring data/contacts:
1) I've always had the "sync contacts" with google option available. However, after syncing I've found that a lot of my friends' contact information isn't there. Furthermore, when I get texts people's contact info doesn't come up
that led me to
2) restore system data with Titanium backup. After doing so, I see most of my friends numbers but not all. The texts I received after flashing were wiped out and replaced by messages I had prior to flashing.
3) After restoring all my apps, I can't seem to change my background picture. It's set to one I took myself. I go into the theme settings but can't get it to change.
Thanks so much for all the help.
Click to expand...
Click to collapse
1. What information is missing?
2. Yeah, that's what happens when you restore a backup, not exactly sure what you were expecting there.
3. When you try to set a different wallpaper, does your phone give you an error, or does everything work fine & it just doesn't change the wallpaper?
In the stock contacts application, you can export your contacts to your sd card beforehand. Then after you flash, just import them. I export the ones from my phone and it works every time.
This is the method that works for me before and after each flash of a new ROM. (I am assuming a full wipe for step 5 and 6 to get my apps back)
1. Backup using Titanium backup (batch/Run - Backup all user apps+system data)
2. Backup call logs using Call Logs Backup & Restore (found in market)
3. Backup SMS messages using SMS Backup & Restore (found in market)
4. Flash ROM
5. Restore using Titanium backup (batch/RUN - Restore missing apps with data) (I am having trouble with Amazon apps and getting back data so YMMV)
6. Restore using Titanium backup (Backup/Restore - Filter (apps) - restore all apps with data)
7. Restore call logs using Call Logs Backup & Restore
8. Restore SMS messages using SMS Backup & Restore
Good Luck!
g00s3y said:
1. What information is missing?
2. Yeah, that's what happens when you restore a backup, not exactly sure what you were expecting there.
3. When you try to set a different wallpaper, does your phone give you an error, or does everything work fine & it just doesn't change the wallpaper?
Click to expand...
Click to collapse
1. Basically all the contact info.
2. Ok, makes sense that I lost the new texts. But what about contact info? Some friends were missing, but that was fixed when I synced with facebook so I guess it's ok. Just want to make sure I don't lose contacts when I flash again. I'll try some of everyone's suggestions though.
3. Well, oddly enough, now it sort of works. However, when I go into the HTC wallpapers I can't actually see them on the screen- I have to click the "preview" button to see them. When I click preview, sometimes a new background comes up in which case I can hit apply and it works no problem. Other times I click preview and there is a black background. I hit apply and get a message "Warning. Phone storage is full."
edit: even now, I go into my gmail contacts on my computer and can't find some of my friends' information. I am syncing contacts too.
After I flashed the new rom I used titanium backup to restore my stuff like usual...however this time after I restore all my apps and system data the phone acted very unstable! I reflashed and now I am wondering if anyone knows what the file name is for my contacts and Sms messages? I really would like to get my contacts back up. Thanks for all the help!
Sent from my SGH-T959 using XDA App
Use google for your contacts, then a soon as you log into your gmail account it will sync them.
SMS may not be recoverable if you change Android versions (2.1 -> 2.2, 2.2 -> 2.2.1, etc)
Sent from my GT-I9000 using xda premium
Your sms's are gone unless you used an app called sms back up!
Sent from my SGH-T959 using xda premium
A good rule of thumb is to restore system data. Keep your contacts backed up with Google or on your SIM card and simply redo the rest once the new ROM has settled (10 minutes and a couple reboots).
There's a simple reason for this: If the author of your new ROM tweaked one of the system files that you're restoring, restoring from a backup could destabilize your ROM, or worse, send you into boot-loops.
3rd party apps (Angry Birds and the like) are usually safe, while System apps (SMS, Launcher settings) are unsafe often enough to want to avoid restoring them.
One other thing, you did not say which rom you changed to. If it was MIUI, then titanium does not fully work. You will have to restore one at a time on the non-system apps per the above post.
Paulc426 said:
After I flashed the new rom I used titanium backup to restore my stuff like usual...however this time after I restore all my apps and system data the phone acted very unstable! I reflashed and now I am wondering if anyone knows what the file name is for my contacts and Sms messages? I really would like to get my contacts back up. Thanks for all the help!
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Here's what I'd do:
1. Restore the NANDROID you made before flashing the new rom
(or in case you didn't)
1. Flash the ROM you were previously on, and restore your titanium backup'd stuff
Next
2. Enable "sync contacts" with google (as suggested above)
3. If your Sms messages are restored, back them up as suggested above
Then
4. Flash your new rom
5. Enable "sync contacts" with google to get your contacts
6. Use the Sms restorer thingy mentioned above
Can any of the Viber users or soft dev guru help on this little problem.
I love Viber and I love my SGS2, now after few months of owning and learning, I want to start playing around specifically changing my Rom and what not.
Now my problem is i have 13,000+ exchange messages with my GF on viber and I really wanna keep it, as i understand that when I change my Rom I have to do a data wipe and all. I know there's a backup/restore function but is there a guarantee that i can restore Viber with all the messages still there?
Can someone provide a walk around? I have tried google for solution and used the search here but there was nothing except the android team saying its something that they "might" incorporate in the future - that's backing up of the messages.
I hope other users are on the same ship with me here. thanks in advance...
It is posible via Titanium backup, but you need get root on your SGS2 first.
On a rooted phone copy the /data/data/com.viber.voip/databases/viber_messages file to sd-card or whatever.
After new install, put the file back, make sure it has the right permissions and do a compleate restart of Viber.
Done and done.
(Its very lazy of Viber to not include a backup-functionality of messages, as this is SQLite databases that could very easily be dumped out to disc and imported)
Olangu said:
On a rooted phone copy the /data/data/com.viber.voip/databases/viber_messages file to sd-card or whatever.
After new install, put the file back, make sure it has the right permissions and do a compleate restart of Viber.
Done and done.
(Its very lazy of Viber to not include a backup-functionality of messages, as this is SQLite databases that could very easily be dumped out to disc and imported)
Click to expand...
Click to collapse
good trick, agree that viber is lazy
viber message storage
I could not find /data/data/com.viber.voip/databases/viber_messages in my LG CM7.2 Android.
I need help, Please can anyone confirm me again please where viber is stored messages locally?
Olangu said:
On a rooted phone copy the /data/data/com.viber.voip/databases/viber_messages file to sd-card or whatever.
After new install, put the file back, make sure it has the right permissions and do a compleate restart of Viber.
Done and done.
(Its very lazy of Viber to not include a backup-functionality of messages, as this is SQLite databases that could very easily be dumped out to disc and imported)
Click to expand...
Click to collapse
I have the same problem with backup and restore old Viber messages. I managed to backup (or rather email messages history) from my old HTC Desire but could not restore them on my new Samsung S3). What's the use of backup without restore function?
Oh! I can't find /data/data/com.viber.voip/databases/viber_messages on SD card too. Any suggestions?
Thanks,
Copying the database doesn't work for me. Here's what happens:
When I make a fresh installation of viber and replace the empty (fresh) /data/data/com.viber.voip/databases/viber_messages database file with my backup (old) one, viber crashes every time I launch it. I was careful to set permissions to rw- rw- --- as the fresh file has them.
What can I do - maybe export the records in the backup db file and reimport them into the fresh one?
If the previous question has no easy answer, at least can someone tell me what's happening so I can try to figure out an alternative approach?
Hello,
I've successfully backuped and restored Viber on my S III but I've got an issue with contact names: it randomly picks another contact name instead of the real one.
Anybody had the same issue? How did you solve it?
thanks!
tizio84 said:
Hello,
I've successfully backuped and restored Viber on my S III but I've got an issue with contact names: it randomly picks another contact name instead of the real one.
Anybody had the same issue? How did you solve it?
thanks!
Click to expand...
Click to collapse
I have the exact same problem. Once upon a time, I had an older version of the software saved on TiBu which I was able to restore and the messages stayed to the right person. Unfortunately, I don't have that version or backup anymore. I just downloaded another older version of the software from a thread here on XDA and I'm about to install it and see if it fixes the messages list problem...
Update: That version wouldn't open on my phone, it just FCed (could be because I'm running the vzw jellybean leak). Off to search for another version...
aungsan said:
I could not find /data/data/com.viber.voip/databases/viber_messages in my LG CM7.2 Android.
I need help, Please can anyone confirm me again please where viber is stored messages locally?
Click to expand...
Click to collapse
Only Root Explorer can see that folder, worth the $3.75 i paid :good:
Restore from viber message.zip
Hello, i got a different problem on restoring my messages, i tried rooting my android and i got the back up and restore from the TI back up and it worked good, but my prob is, is there a way that i can restore the viber message .zip which is sent to me from email, back to my viber, cause i thought when i backed it up, i can also restore it, and i didnt know that time that viber doesnt have a restore function, so i deleted all my messages and i those messages are very important, can someone help me please? Thank you in advance!!
elitebetan said:
Hello, i got a different problem on restoring my messages, i tried rooting my android and i got the back up and restore from the TI back up and it worked good, but my prob is, is there a way that i can restore the viber message .zip which is sent to me from email, back to my viber, cause i thought when i backed it up, i can also restore it, and i didnt know that time that viber doesnt have a restore function, so i deleted all my messages and i those messages are very important, can someone help me please? Thank you in advance!!
Click to expand...
Click to collapse
The file on the phone is an SQL Lite database.
Probably you could copy it to your PC, import the data, copy it back and have the database repaired.
I just restored the whole "com.viber.voip/databases" folder, and it works perfectly. all messages etc are there.
Hello I also have a problem with backuping my Viber messages.
Today I've done a software update. I'm using Samsung I9105P (SGS II+ with NFC). The update was from 4.1.2 to 4.2.2. I did a normal copy of data\data\com.voip.viber\ and full app+data backup with Titanium Backup.
So this is what happens:
Everytime I restore data with Titanium the app starts normally and then I'm always asked to type in my phone number and the activation code. Before doing that all messages do exist. I know that because I am able to close these dialog windows with "back button" and look on the messages but I'm unable to normally use viber (I mean send and recieve msgs). After applying the activation code the message tab appears without any message. It happens like this everytime.
I also tried to just paste the "databases" folder or just the "viber_messages" file but both of these actions end with appcrash and then i need to reinstall it or just back up data with titanium (and then it's all the same as I wrote above - I mean activation code etc.).
I have several thousands of messages and I don't really want to lose them. Especially looking on the fact, that I've restored up my viber messages for a few times when I've been using Samsung Galaxy S (i9000) and also transferred them on this phone.
Any ideas for a solution? I'd be grateful. :fingers-crossed:
Same problem here! I can see the messages at first (after restoring APK + data from titanium or mybackuppro), but Viber wipes them when it asks me to reactivate. This whole thing is a mess. Anyone know a possible solution? I also have lots of messages that are important and I would like to restore.
I have exactly the same problem with the one the two last users are dealing with.
As soon as i got updated to Android 4.3 and restored Viber and its data with Titanium Backup, the first time i run Viber i can see my messages for 1 or 2 secs and then activation screen appears. After finishing app's activation i can't see my messages anymore..
Swyped from my Nexus 4 using Tapatalk 4
ajoh99 said:
Same problem here! I can see the messages at first (after restoring APK + data from titanium or mybackuppro), but Viber wipes them when it asks me to reactivate. This whole thing is a mess. Anyone know a possible solution? I also have lots of messages that are important and I would like to restore.
Click to expand...
Click to collapse
tsiftsism said:
I have exactly the same problem with the one the two last users are dealing with.
As soon as i got updated to Android 4.3 and restored Viber and its data with Titanium Backup, the first time i run Viber i can see my messages for 1 or 2 secs and then activation screen appears. After finishing app's activation i can't see my messages anymore..
Swyped from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
If you have a titanium backup, unzip the backup file and extract the viber_messages file and replace the one in /data/data/com.viber.voip/databases/viber_messages by root browser. It worked for me.
seawind107 said:
If you have a titanium backup, unzip the backup file and extract the viber_messages file and replace the one in /data/data/com.viber.voip/databases/viber_messages by root browser. It worked for me.
Click to expand...
Click to collapse
Yeah that's the way to do it, but it didn't work for me and the other 2 guys who wrote below my post.
Syfeeq said:
I also tried to just paste the "databases" folder or just the "viber_messages" file but both of these actions end with appcrash and then i need to reinstall it or just back up data with titanium (and then it's all the same as I wrote above - I mean activation code etc.).
Click to expand...
Click to collapse
+1
Have the exact problem with TB and activation process, messages are gone after activation, but i have the solution that worked for me:
In TB folder find com.viber.voip-(some numbers).tar archive
open \data\data\com.viber.voip\.\databases
find both "viber_messages" AND "viber_messages_journal" files
copy them to \data\data\com.viber.voip\databases on the phone
change permission for viber_messages to RW RW --
change permission for viber_messages_journal to RWX RW --
restart phone and that's it, you will have all your messages
zoozth said:
Only Root Explorer can see that folder, worth the $3.75 i paid :good:
Click to expand...
Click to collapse
You can do this with ES file explorer, just go to settings/display settings/ and tick "show hidden files", great program and it's free :good:
Got my messages back, but the photos/doodles are not displayed in the chat-thread. empty images. when you click on them to view them bigger, they are displayed.
any idea how to get the thumbs in chat back?
Try to reboot phone, or delete cache in settings/applications/viber. For me everything is ok.
Hey XDA,
I installed a ROM in my GS2, restored using Titanium, got this error, looked for a solution, cleared contacts data, lost all my contacts (can't fix it) - installed another ROM, restored using Titanium, got same error.
It has become QUITE annoying since I can only use the phone until this message pops up and I have to clear data again.
I want a permanent solution to this.
Thanks!
Don't restore data on system apps when you do a restore.
In fact, unless the new rom doesn't have a system app that you really, absolutely must have from your previous rom, don't restore system apps at all.
When I first started using Miui I had this problem the first few days & I discovered by trial & error (and later read) that is good practice and gets rid of most of those problems.
Thanks for the quick reply!
Would I only restore apps and games? Not contacts? How would I get my contacts back? Would I just have to ask everyone again for their number!? D:
Restore contacts from your backup . Restore only apps from Titanium if no problem then you can start to restore apps and data one by one to find the culprit .
Easier if you had a recent nandroid backup .
jje
Yeah restore your apps, games & so on, you can usually restore the app/game data as well, but occasionally you'll get FC's if you do. If so, fix is the same, restore app only/not data.
You should normally be right to restore your contacts. If you find that's also causing you FC's, you can get an app like App Extractor from the Market which enables you to restore your contacts/SMS's from a Nandroid/CW backup. There are also lots of other apps on the Market which enable you to backup/restore your contacts/SMS's/call logs/etc.
Output95 said:
Thanks for the quick reply!
Would I only restore apps and games? Not contacts? How would I get my contacts back? Would I just have to ask everyone again for their number!? D:
Click to expand...
Click to collapse
i have found the solution.
the problem is when you restore some of the apps AND data, which have a "sync" contact function will screw up the "sync" function.
All you have to do is to restore ONLY App for those apps (which "sync" contacts, for example, Hotmail or Whatsapp), then restore apps and data for the rest of the apps thru Tibu.
mine is perfectly fine now after a few trial and errors.
more info about it
I've used ROM Toolbox to backup and then restore contacts and start having these problem.
The problem, effectively seems to be a sync problem, but in my case not with fb but with gmail itself, so what I did:
1. turn off auto sync
2. remove all accounts (gmail, fb, skype). For skype you have to remove the app all thogheter.
3. Go Applications > and clear data and cache for contacts, contacts storage (any of them). Your contacts will not go away, b/c you already have them in gmail.
4. Restore contacts with Titanium backup (application only, no data).
5. reboot
6. you may still have the problem once yet.
7. create the gmail account again and allow to sync. once finish, create the other accounts (fb, skype, whatever).
Issue went away.
Hope this helps
unfortunately the process android process acore has stopped
Output95 said:
Hey XDA,
I installed a ROM in my GS2, restored using Titanium, got this error, looked for a solution, cleared contacts data, lost all my contacts (can't fix it) - installed another ROM, restored using Titanium, got same error.
It has become QUITE annoying since I can only use the phone until this message pops up and I have to clear data again.
I want a permanent solution to this.
Thanks!
Click to expand...
Click to collapse
You need to install contact.apk and contact provider.apk in root, location is system/app
to root download superuser and root browser
Bobby Bijukchhe
fabianp said:
I've used ROM Toolbox to backup and then restore contacts and start having these problem.
The problem, effectively seems to be a sync problem, but in my case not with fb but with gmail itself, so what I did:
1. turn off auto sync
2. remove all accounts (gmail, fb, skype). For skype you have to remove the app all thogheter.
3. Go Applications > and clear data and cache for contacts, contacts storage (any of them). Your contacts will not go away, b/c you already have them in gmail.
4. Restore contacts with Titanium backup (application only, no data).
5. reboot
6. you may still have the problem once yet.
7. create the gmail account again and allow to sync. once finish, create the other accounts (fb, skype, whatever).
Issue went away.
Hope this helps
Click to expand...
Click to collapse
well i cant restore app but i just restore data and it works ty!
if u have this problem,just plug in to u pc,install driver and copy paste 2 file that i attach...
if u have this problem,just plug in to u pc,install driver and copy paste 2 file that i attach...
ROM Toolbox
fabianp said:
I've used ROM Toolbox to backup and then restore contacts and start having these problem.
The problem, effectively seems to be a sync problem, but in my case not with fb but with gmail itself, so what I did:
1. turn off auto sync
2. remove all accounts (gmail, fb, skype). For skype you have to remove the app all thogheter.
3. Go Applications > and clear data and cache for contacts, contacts storage (any of them). Your contacts will not go away, b/c you already have them in gmail.
4. Restore contacts with Titanium backup (application only, no data).
5. reboot
6. you may still have the problem once yet.
7. create the gmail account again and allow to sync. once finish, create the other accounts (fb, skype, whatever).
Issue went away.
Hope this helps
Click to expand...
Click to collapse
I think ROM Toolbox needs to fix up there Bugs!!!
Last Night
I used ROM Toolbox but only for changing settings and I ended up with the same error on my Desire HD, Testing Your theory now!
Cheers! Thanks Champ!
just some hints from developer point view, if any of the 3rd party application used the system id as application id, once the application fc for any reason, you will see the error, so, I would suggest you install apps that you totally trust that are stable, then try other apps later
Sent from my mfld_pr3 using XDA
I'm experiencing this problem too. It starts after a while and affects everything and anything e.g. messaging, whatsapp, talk, drive you name it.
This problem started ever since I update to resurrection 2.6 could it possibly be because the update was in my phone and not on the sdcard?
Samzung said:
I'm experiencing this problem too. It starts after a while and affects everything and anything e.g. messaging, whatsapp, talk, drive you name it.
This problem started ever since I update to resurrection 2.6 could it possibly be because the update was in my phone and not on the sdcard?
Click to expand...
Click to collapse
Hey, the problem is from the sdcard and not from your phone, I've experienced it and even flashing back to stock didn't solve it the only thing that did is clearing out the cache from contacts and contacts storage from application manager in the settings of the phone .