[Q] Something very wrong with Go SMS Pro - Samsung Infuse 4G

Hi, I've had a weird problem where Go SMS Pro seems to have disappeared from my phone. I clicked the icon for it on my LauncherPro dock last night only for it to tell me "could not launch the requested activity." I looked in my app drawer and lo and behold, Go SMS Pro was gone! I tried reinstalling it from the market but once it finished downloading nothing happened, and when I tried restoring it from titanium backup it made my phone reboot. Using root explorer, I found that the app still had data on my phone in several directories, but according to Android the app is not installed at all (so I can't uninstall to remove all that data and start fresh).
What I think may have caused the problem is that I used Apps2SD to move Go SMS Pro to my phone so that I could get the widget to work properly. Could something have been corrupted that way? Also I flashed Infused v1.5.0 yesterday, but I don't think that's the problem; I wiped data and cache, although maybe restoring the app+data from TiBu after flashing messed something up. I didn't have any problems until after I moved it with Apps2SD though.
Basically I want to be able to use Go SMS again (I prefer it to the stock messaging app), so I figure I have to delete all the old data from it from my phone. If anyone with a better working knowledge than me of Android's infrastructure could help me figure out which directories I need to delete data from if I want to be able to do a clean reinstall, I'd appreciate it. Thanks!

Related

process com.android.acore FC and how i fixed it

I woke up this morning to a locked up tablet, when i restarted i was getting FC every couple seconds & when i switched apps
This is how i fixed it, I do not advise other people do the same thing because deleting database files like this is probably a really bad idea, and I had a clockwork mod backup in case something went wrong. so, DO NOT DO THIS that said, here's how I fixed it.
The logs indicated it was dieing in the contacts app when it went to open the database
"create table android_metadata failed"
I found the crashed DB in /data/data/com.android.providers.contacts/databases/
You can tell it's crashed if there is a .db-journal file, this means it wasn't closed properly, be VERY VERY VERY careful that you have the correct item (refresh the list a couple time and make sure the .db-journal file is still there, you could have gotten lucky and loaded the directory while it was writing the DB)
Now, rename or move the ENTIRE database folder (so we still have it, but the phone thinks it's gone)
cross your fingers and PRAY, there is a remote chance you just hosed your phone, but it SHOULD recreate the database automatically with default settings and 'fix' your crashes, but of course everything in that DB is now gone!
Not sure which databases this will work on, and which ones will just brick your phone, so be careful, i was lucky and it was just the contacts DB that was crashed, but since everything included the call logs in the contact DB apparently- I couldn't even get into the system settings to do a factory reset.
and as always, BACK IT UP BEFORE YOU F*CK IT UP! :-D
FYI: the sqlLite DBs in android are flaky as hell, i wrote an app that did background updates once a min and it would crash like this ALL the time (even in the emulator), I think it has something to do w/ wakelocks expiring before the SQL cache is written to the disk but i don't understand why that would happen in the emulator.
KinkyMunkey said:
I woke up this morning to a locked up tablet, when i restarted i was getting FC every couple seconds & when i switched apps
This is how i fixed it, I do not advise other people do the same thing because deleting database files like this is probably a really bad idea, and I had a clockwork mod backup in case something went wrong. so, DO NOT DO THIS that said, here's how I fixed it.
The logs indicated it was dieing in the contacts app when it went to open the database
"create table android_metadata failed"
I found the crashed DB in /data/data/com.android.providers.contacts/databases/
You can tell it's crashed if there is a .db-journal file, this means it wasn't closed properly, be VERY VERY VERY careful that you have the correct item (refresh the list a couple time and make sure the .db-journal file is still there, you could have gotten lucky and loaded the directory while it was writing the DB)
Now, rename or move the ENTIRE database folder (so we still have it, but the phone thinks it's gone)
cross your fingers and PRAY, there is a remote chance you just hosed your phone, but it SHOULD recreate the database automatically with default settings and 'fix' your crashes, but of course everything in that DB is now gone!
Not sure which databases this will work on, and which ones will just brick your phone, so be careful, i was lucky and it was just the contacts DB that was crashed, but since everything included the call logs in the contact DB apparently- I couldn't even get into the system settings to do a factory reset.
and as always, BACK IT UP BEFORE YOU F*CK IT UP! :-D
FYI: the sqlLite DBs in android are flaky as hell, i wrote an app that did background updates once a min and it would crash like this ALL the time (even in the emulator), I think it has something to do w/ wakelocks expiring before the SQL cache is written to the disk but i don't understand why that would happen in the emulator.
Click to expand...
Click to collapse
i am having this force close problem...when i navigate to that directory using es file explorer: "/date - folder is empty"
on /sdcard/data/ - there is beautifulwidgets folder and com.keramldas.TitaniumBackup folder...
I dont see any "com.android.providers.contacts folder...
so can anyone help please? - thanks as always -
oh btw using CM and vegan - if that helps
I thought that Titanium backup could be used to do that, delete the Contacts data?
Jim
Great to see there may be a solution. Something to try before restoring to the reliably not quite current backup.
There is some info under the FAQ thread in the development forum.
http://forum.xda-developers.com/showthread.php?t=874258
DireMerlin said:
i am having this force close problem...when i navigate to that directory using es file explorer: "/date - folder is empty"
on /sdcard/data/ - there is beautifulwidgets folder and com.keramldas.TitaniumBackup folder...
I dont see any "com.android.providers.contacts folder...
so can anyone help please? - thanks as always -
oh btw using CM and vegan - if that helps
Click to expand...
Click to collapse
You won't see those files or folders with es file explorer. You must use Root Explorer to locate and delete them.
jimcpl said:
I thought that Titanium backup could be used to do that, delete the Contacts data?
Jim
Click to expand...
Click to collapse
Thanks man that solved the problem for me now I am back to using my tablet.
I just used titanium backup and contacts > wipe data...This fixed issue for me...I don't really care about having any contacts on my tablet anyway. (I am not suggesting you try this, just posting what I did).
kevinshae said:
I just used titanium backup and contacts > wipe data...This fixed issue for me...I don't really care about having any contacts on my tablet anyway. (I am not suggesting you try this, just posting what I did).
Click to expand...
Click to collapse
Thanks!!! That worked for me too. I was getting really frustrated.
Having a contact with no name to use for sync reference will cause this. When you restore your contacts, look for one with data but blank name.
Rumbleweed said:
Having a contact with no name to use for sync reference will cause this. When you restore your contacts, look for one with data but blank name.
Click to expand...
Click to collapse
Totally. For some reason I would get this fc when I would sync my contacts. It stopped a few months ago after I realized I had 2 mystery contacts with no names or data and deleted them. Haven't had a problem since.
I've recently started having FC's with media files on my stock rom and was just about to wipe and reload when I took one more look at this thread. While I didn't find a corrupted contacts database, I did poke around in other directories at the /data/data/ directory level and found a corrupted database in com.android.providers.media/databases. I renamed the database folder, waited a few minutes and rebooted. Everything's working fine now.
Someday I'll install one of the better roms, but thanks to this forum I'll stay stock a little bit longer.
+1 on using Titanium Backup to wipe the contacts data. Stopped the FCs for me.
These appear to start because of the wake issue. I gotta figure out how to fix that.
I also turned off the autosync.
Man now that sleep issue is really bugging me. 4.3.0 with .2 add on.
**WARNING**
You WILL lose your contacts by doing this and you will have to restore them. I am not responsible for any errors that may occur in the process. I am not a developer or a hacker, I'm just a guy who had a problem and fixed it with a VERY long google search. Cheers.
I had the same problem. Constant (every 5 seconds) force close with a "process com.android.acore" FC. Flashing Vanilla, switching Roms, rebooting, all that did not help as it does not erase personal data (which is where the problem lies). If you don't have it, I STRONGLY suggest you keep a copy of Titanium Backup on your G-tab. If you have this force close problem, you will not be able to DL via the market, so you will have to sideload via the link I provided below. (You MUST be rooted to use Titanium Backup).
Once Titanium Backup is installed...
go to the "Backup/Restore" tab -->
scroll down to "Contacts 2.2" -->
click on it, then select "wipe data" -->
then scroll down to "Contacts Sync Adaptor 2.2.1" and do the same.
Once you have done those it should have fixed your "process com.android.acore" FC problems. Now you will need to restore your contacts via whichever method you have them backed up.
I'm a noob, so it won't let me embed links. But here it is...
mediafire dot com/?g0jurgugmr985e2
I've wiped the contacts but still get the problem. Any help?
ShiftyBob said:
**WARNING**
You WILL lose your contacts by doing this and you will have to restore them. I am not responsible for any errors that may occur in the process. I am not a developer or a hacker, I'm just a guy who had a problem and fixed it with a VERY long google search. Cheers.
I had the same problem. Constant (every 5 seconds) force close with a "process com.android.acore" FC. Flashing Vanilla, switching Roms, rebooting, all that did not help as it does not erase personal data (which is where the problem lies). If you don't have it, I STRONGLY suggest you keep a copy of Titanium Backup on your G-tab. If you have this force close problem, you will not be able to DL via the market, so you will have to sideload via the link I provided below. (You MUST be rooted to use Titanium Backup).
Once Titanium Backup is installed...
go to the "Backup/Restore" tab -->
scroll down to "Contacts 2.2" -->
click on it, then select "wipe data" -->
then scroll down to "Contacts Sync Adaptor 2.2.1" and do the same.
Once you have done those it should have fixed your "process com.android.acore" FC problems. Now you will need to restore your contacts via whichever method you have them backed up.
I'm a noob, so it won't let me embed links. But here it is...
mediafire dot com/?g0jurgugmr985e2
Click to expand...
Click to collapse
This did not work for me until I noticed a third Contacts related app in Titanium backup. Once I wiped data in "{Contacts/Calls} Contacts Storage 2.2" it the FC issue for me. I am using TnT lite4.4.0
ShiftyBob, CosmicVagabond, you guys saved me an ulcer! Clearing Contacts Storage 2.2 (well, all three) was just what it took to clear MY stupid FCs. Thanks, folks!
okay so I am worse than a noob, I am a drone. Did what I was told three or four months ago to get this thing to run with android and now cant remember what I did. I am running tntlite 4.25.
I am getting the same error but I do not have titanium backup. I assume (yeah stupid me) I could put it on the sd card if I knew where to get it. But other than that I have no idea what to do. And since I have to go into the hospital for a week starting on Tuesday I am very unhappy.
Could someone possibly give me some step by step ideas on how to overcome? I would be grateful
process com.android.acore FC issue
ShiftyBob said:
**WARNING**
You WILL lose your contacts by doing this and you will have to restore them. I am not responsible for any errors that may occur in the process. I am not a developer or a hacker, I'm just a guy who had a problem and fixed it with a VERY long google search. Cheers.
I had the same problem. Constant (every 5 seconds) force close with a "process com.android.acore" FC. Flashing Vanilla, switching Roms, rebooting, all that did not help as it does not erase personal data (which is where the problem lies). If you don't have it, I STRONGLY suggest you keep a copy of Titanium Backup on your G-tab. If you have this force close problem, you will not be able to DL via the market, so you will have to sideload via the link I provided below. (You MUST be rooted to use Titanium Backup).
Once Titanium Backup is installed...
go to the "Backup/Restore" tab -->
scroll down to "Contacts 2.2" -->
click on it, then select "wipe data" -->
then scroll down to "Contacts Sync Adaptor 2.2.1" and do the same.
Once you have done those it should have fixed your "process com.android.acore" FC problems. Now you will need to restore your contacts via whichever method you have them backed up.
I'm a noob, so it won't let me embed links. But here it is...
mediafire dot com/?g0jurgugmr985e2
Click to expand...
Click to collapse
This was exactly the same problem I had. After loading Synergy RLS1 I tried to read in contacts from the previous backup using Titanium backup. All was fine until I rebooted and I got com.android.acore FCs continuously. It took some quick fingers, but I was able to wipe data from "Contact Storage 2.3.3" and it now has gone away. Now my contacts are downloading from gmail and all seems well.
EVO 4g - Synergy ROM RLS1
did you try to wipe Dalvik catch!

Myaccount and wifi calling

I froze myaccount and wifi calling with TB but they still appear under running apps. I did it again and rebooted but they still appear under running apps...why?
Sent from my LG-P999 using XDA App
try this
MAKE BACKUP IN NVFLASHED CWM BOOT UP FIRST!
heres how i solved this problem on 5 g2x phones.
for my account there are 2 copies on phone usually. one you wont see in app drawer. its version 1.0 and it is used so tmobile can remote access your device to troubleshoot. its supposed to be a brand new thing they are trying out (the was told to me by tmobile pda tech support). you will see it in titanium backup next to the other one (my first g2x had both installed, the others had the only version 1.0 installed and not 5.** with it). you may not have 5.** depending.
wifi calling seems to be very intergrated into the phone and it will run even if frozen. though it may not activate, just run in the background. with the new titanium backup 3.8.* you can backup system .apks and not just data. i backed up my account, then froze, uninstalled it (or both depending on if you have both), the after i restarted titanium backup and froze wificalling. then backed it up. after i uninstalled it (THIS WILL CAUSE IT TO FORCE CLOSE/CRASH PHONE). i was able to barely press power off option after holding power button down and tapping quickly/timed between force close windows (LOL). but you may just have to pull the battery.
after reboot, no more wificalling or my account. plus they are backed up with .apks and data as system files in titanium backup if you want to reinstall
reinstalling wificalling also caused same force close problem i think? just reboot after. also i rebooted into CWM after making sure everything booted and worked right and then i went to advanced and fixed permissions.
ive done this on 5 tmobile g2x phones and it worked every time
I haven't flashed cwm yet because there isn't a stable rom, plus I'm still a newbie and want to be sure I know what I'm doing before flashing.
I do have two myaccount's also (both frozen)...
As soon as I flash cwm I'll try that out...thanks bud!
Sent from my LG-P999 using XDA App

[Q] TweakStock TitaniumBackup not restoring data?

So I just installed TweakStock and I would comment on how awesome it is but I'm more concerned about the fact that Titanium won't restore the data for my Go SMS Pro/PowerAmp(so i lost all my texts and my music playlists). The weird thing is, it restored data for most apps but theres a select few that just wont restore. It's become very problematic and I'm hoping it's not just me.
I'm not familiar with Go SMS Pro, but if it's like ChompSMS and some other replacement apps, it still uses the phone's built in SMS database, and not its own. If so, SMS data is not backed up with app data. Chomp has a backup function of its own. Go may have something similar.
shrike1978 said:
I'm not familiar with Go SMS Pro, but if it's like ChompSMS and some other replacement apps, it still uses the phone's built in SMS database, and not its own. If so, SMS data is not backed up with app data. Chomp has a backup function of its own. Go may have something similar.
Click to expand...
Click to collapse
Still isnt explaining why PowerAmp wasnt backed up :/
Did you back up all before flashing?
Sent from my SCH-I510 using xda premium
Yeh, I chose the option to back up all apps with modified data. If you check the date the last backup was made it says 12/25/11 so I'm sure everything was backed up correctly but it just doesn't want to restore the data :[
Try flashing a different rom and seeing if it does the same thing. If it does, it just didn't back up your data.
Sent from my SCH-I510 using xda premium
ill try that...
So I tried flashing TweakStock in Odin this time(originally did it with CWM, coming from Infinity) and it didnt work, my messages/playlists still wouldnt restore... So I flashed back to the original ROM i was on, EXT4 non-TSM Infinity and alas, to no avail. I tried 3 different versions of Titanium Backup, all 3 with and without Pro just to be sure(there were problems with Pro on Infinity), i tried restoring it manually and i tried batch restoring and of course i can't get my messages back. That's the biggest loss, I had thousands of text messages that are apparently gone forever. Makes me want to throw this phone at a wall :/ oh well
blarrick said:
So I tried flashing TweakStock in Odin this time(originally did it with CWM, coming from Infinity) and it didnt work, my messages/playlists still wouldnt restore... So I flashed back to the original ROM i was on, EXT4 non-TSM Infinity and alas, to no avail. I tried 3 different versions of Titanium Backup, all 3 with and without Pro just to be sure(there were problems with Pro on Infinity), i tried restoring it manually and i tried batch restoring and of course i can't get my messages back. That's the biggest loss, I had thousands of text messages that are apparently gone forever. Makes me want to throw this phone at a wall :/ oh well
Click to expand...
Click to collapse
Did you make a CWM backup before you flashed Tweakstock? I suspect it may be too late for the text messages. You may want to try to install Go SMS on a blank ROM, send some texts, manually create a backup with Titanium, flash a blank ROM, and try to manually restore the backup to see if it is even possible using Titanium. My standard procedure to to create a backup in CWM before change ROMs. I use version 4.0.1.4. I know there are several apps that can back up texts. I suggest trying to use one to see if it is capable of backing up texts from Go SMS if you find that Titanium is not capable of backing up the texts.
Sorry to hear about the restore issues. There have been one or two instances reported where titanium backup didnt play nice when restoring certain apps data. At this point it seems as if it's a TiBu issue - I've even had problems with restoring app data on stock ep4d. If there is app data I'm interested in keeping, I've found more success with doing a CWM backup prior to flashing and then using the advanced restore > data feature.
I have Titanium Backup pro and am unable to restore apps. It scrolls across but does not actually install any of my apps. I have had the issue across 2 different Charges and 3 different roms.
Not sure what causes it, but the only way I have been able to resolve is by going back to the old manual install option that makes you confirm each APK before installing.
SuperFan86 said:
I have Titanium Backup pro and am unable to restore apps. It scrolls across but does not actually install any of my apps. I have had the issue across 2 different Charges and 3 different roms.
Not sure what causes it, but the only way I have been able to resolve is by going back to the old manual install option that makes you confirm each APK before installing.
Click to expand...
Click to collapse
This ^^
When I first switched from froyo to gingerbread (I think I didn't switch until EP3H) thats what I had to do. The batch restore would sort of work on some apps, but it would often freeze up while doing so and require a restart to the process. I have become lazy since then and tend to cwm advanced restore data, especially if Im switching around on things using the same base build.
since when does TB back up text messages? I have never seen it
For whats it's worth I had no problems restoring all data with tweakstock and tb.
I've had no problems either. I had issues with EP3, and I had issues with Infinity, but not with stock EP4 or TweakStock
chiahead52 said:
since when does TB back up text messages? I have never seen it
Click to expand...
Click to collapse
Not with the stock messaging app. It MAY back up if you use a 3rd party app if messages are saved as app data.
I had this problem several times (TiBu just breezing through the restore without actually restoring). Usually, I updated SU, then restarted my phone, then trying again. Maybe you could try flashing imoseyon's kernel, installing better busybox (Terminal -> su -> install_bb), etc and trying again. I always get it to work eventually.
Sent from my SCH-I510 using xda premium
I don't use a 3rd party sms/mms and I always get mine back. I make sure to backup and restore [SMS/MMS/APN] Dialer Storage and [SMS/MMS PREFS]Messaging.
emtee_skull said:
I don't use a 3rd party sms/mms and I always get mine back. I make sure to backup and restore [SMS/MMS/APN] Dialer Storage and [SMS/MMS PREFS]Messaging.
Click to expand...
Click to collapse
+1
I back up the Dialer Storage every time, and that takes care of my messages (both text and MMS). I haven't backed up (or noticed, for that matter) the Messaging item. I'll try backing that up as well and see what else it gets me.
One other thing I have used is a program called SMS Backup & Restore (from the market). This worked well, although it can't back up your MMS messages. If you're the kind that likes to see your call history as well, they also have a sister program that will back up your entire call log.
I would still prefer to have Titanium back up my messages, not just because of the added MMS backups, but because the backup and restore become part of your batch process.

Saving info for reset

Although I'm still trying to figure out the difference in a hard reset and a factory reset, I need to do one. So I'm wondering if there is any recommendation out there on the best way toi get my phone back to what I need.
Here is what I am doing - please let me know what I might be missing:
1) Installed appback, sms backup and restore, and call log backup and restore and ran them
2) rooted and installed titanium backup
3) backed up apps and a few system settings (wifi, desktop background, a couple of others) with TiBU
4) Also used several apps own backup utility (like nova launcher allows you to export your settings)
5) Plugged my phone in and copied everything from the "phone" and from the sd card to my computer
All my contacts are in gmail, so I don't have to worry about losing those.
Is there something else I should do here or am I ready for the reset?

Titanium cannot restore apps

Hi,
been a Titanium user for a long time and usually it works like a charm.
But now I am stuck.
Re-installed LOS 16 (20191018) with formatted data/system/cache after a hosed OTA on my OP3T.
Now TiBu has issues with about 30% of the backups (for example YouTube, Locus, Okuna).
None of the three methods under TB > Menu > Preferences > App processing mode work.
When doing interactive, I get the message "App not installed" from the installer after the installer seemed to have done its job.
The other two methods just lead to a hanging TiBu at the app in question.
Using app only (without data) restore will not work either.
As two thirds of the restores work, me thinks all the prerequisites (Magisk, USB debugging, storage access) are ok.
Looking at threads with similar issues, I do not find anything that I did not already check;-(
Looking at the log I see one thong that sticks out, a message about missing splits for the package to be installed.
any ideas?
thx
afx
Ok, some more tidbits.
Re-installling the phone leads to exactly the same apps having problems.
Workaround: Install the apps from the play-store and then load their data from TiBu.
A PITA, but better then doing all the setup again.
But wait.. No account data was restored. Just to make sure, I repeated the restore of the accounts in TiBu after the app installation.
None of my accounts have been restored.
A bit frustrating...
cheers
afx
Same issues and I want to give up on TiBu completely. Wanted to know if anyone has an alternative to it. I do see a few options on play store but wanted to know people's opinion from experience.

Categories

Resources