Need to remove gmail account without factory reset.. - Droid Eris Q&A, Help & Troubleshooting

I used a nandroid backup to update my friends phone, thinking I could just add his gmail account and remove mine. I added his but can not remove mine without a factory reset..
I don't want to do that because that will undo a lot of the reason I updated his phone they way I did.
Is there any other way to remove my account completely from his phone?
Sent from my nonsensikal froyo using XDA App

If it is a rooted phone, use a root-aware file manager to remove
/data/system/accounts.db
see this post for more details.
Note that this seems to only delete account credentials; you probably want to use
Settings -> Applications -> Manage applications
to also delete the data associated with apps that have your private data stored in them, as mentioned in that (above) post
bftb0
PS. You can do all of this in an offline fashion using ADB and Amon_RA. Explanation is left as an exercise for the reader.

Related

Backup Email Settings?

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.

removing contacts

Hey,
Im about to ask a stupid question but how the hell can i remove all of my contacts???
This is what im using:
cyanomod 7.2.0-rc0-xperiaray-sti18-kang
wycontacts froyo 1.2... i didnt find any option to do that...thx
Sent from my ST18i using XDA App
I donĀ“t remember exactly, I did it some days ago, but I could do it deleting the data and cache of Contacts app in Application Manager.
Changing Contacts app to the SD Card, delete the data too, you can re-transfer again to the phone memory.
download go contacts and batch delete
An other way if your contacts are synchronized you can also delete them here : http://www.google.com/contacts

Unfortunately, android.process.acore has stopped working - how can I fix this?

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 .

[Q] Google Authenticator and full-wipe

This will probably be a stupid question, but I could not find a decent enough answer using google.
What is the best way to do a full wipe of your phone which has google authenticator on it? Do you switch of double verification for every emailaccount and do the wipe and reinstall, and link your gmail accounts, or is there an easier way to do this?
I always log in to my Google account and then wipe. This way you can just create a new application specific password. I don't know how to restore/setup the authentication app without root but with root I use TitaniumBackup.
Without root just make sure you have your backup codes ready incase you can't restore the account and need to set it up again.
Sent from my GT-I9100 using xda premium

Question - How to restore of second google account

Usual disclaimer... I tried searching, I really did. Xda and outside.
Must be very easy but I am frightened block.
I had one phone that used a google account (account1) and stored there its backups.
I had another phone that used a different google account (account2) and stored there its backups.
I have no more both, and have a new dual SIM phone instead.
Switch on, ask for account, provide account1, apps restored with configuration. (account1 is primary account...; backups done to account1)
Set up account2, but find no way to restore apps related to account2. I see backups stored in gdrive for account2
I was thinking in
- removing account1 and account2 (was warned that contacts will be removed as sms; but not apps while those will lose access to data until I reconnect with account1 and account2 - as I read in www guidingtech com/what-happens-remove-google-account-phone/ (dots remove due to lack of karma to publish urls)
- login again using account2
Would this ask me for restoring backup of account2?
The other idea would be to change the account used for backups, from account1 to account2...
Would I achieve what I am trying by this way?
TIA / CT :cyclops:

Categories

Resources