Message counter Problem - AT&T Samsung Galaxy S 4 Q&A, Help & Troubleshootin

Ok to start i'm rooted running stock MDB and i downloaded a stock mms app with emojis and placed it into the system app and changed secmms.apk to .bak and secmms.odex to .bak.Well I wanted to go back to samsung messaging app so i got rid of the bak and deleted the stock mms app from the system but now theres a problem and now the samsung messaging app keep showing i have 3 unread messages when i dont in the message counter.I tried clearing the badger but thats doesnt work do any one have any other ideas i also deleted cache and dalvick cache from twrp then fix permissions that didnt work either.

Related

[Q] contacts close after root droid 2

I rooted my Motorola Droid 2 R2D2 with no problem. Everything was working fine until today, I went to look up one of my contacts and it closed. The only information I have found talks about Yahoo, but I only use Gmail and my contacts are linked to my phone. I have been looking for an example of the /system/app file so I can compare it to what is currently in my file? I thought I had made a backup but I did not do a nandroid backup.
I rooted my Motorola Droid 2 R2D2 with no problem.
Click to expand...
Click to collapse
you posted like 3 times that, you couldn't get rooted
that said nothing you did, should have effected contacts
first try to backup contacts
1 are contacts synced with Backup Assistantâ„  Plus: Contacts or Contacts.Google.com?
2 also backup contacts on sd card, open contacts app/menu/import/export select export to storage/ok
3 use "sms backup +", for texts and call log
un-sync google account(s) menu/settings/accounts & sync/ uncheck contacts
then you can try menu/settings/apps/all/contacts force stop, then clear data, then reboot
if contact still not working menu/settings/apps/all/contact storage app/ force stop and clear data then reboot
re-sync google contacts, wait for contacts to re-sync
Thank you
I used the CD iso to root my phone like you advised me to do. I forgot to go back to that Thread and post that. Thank you for the help on rooting my phone. I will go through the steps that you posted and I will let you know how that works out.
I am using Contacts.Google.com.
Still cannot open individual contacts
I went through all of the steps that you provided me and when I open a contact it goes right back to the contact list. What would you suggest next?
did you wipe app data and reboot, and wipe cache?
could try wiping dalvik cache in cwm advanced options
phone will take a few mins to reboot after that
fix permissions in cwm
factory restore
or flash sbf (ezsbf for r2d2 622)
Sent from my XT862 xda premium
same problem after factory reset
sd_shadow said:
did you wipe app data and reboot, and wipe cache?
could try wiping dalvik cache in cwm advanced options
phone will take a few mins to reboot after that
fix permissions in cwm
factory restore
or flash sbf (ezsbf for r2d2 622)
Sent from my XT862 xda premium
Click to expand...
Click to collapse
I reset the factory defaults but I still cannot add a new contact with my phone or open the information about any of my contacts. Below is a link to a list of all of the files that are in my /system/app.
https://drive.google.com/?tab=mo&authuser=0#folders/0B5we9wI-7IurZ3laUWR0T2Rpelk
Same problem
bryansailer said:
I reset the factory defaults but I still cannot add a new contact with my phone or open the information about any of my contacts. Below is a link to a list of all of the files that are in my /system/app.
I had the same problem after rooting my phone. I would try to save a new contact (all other contacts had been saved under google and back up assistant so they weren't a problem) and it would revert back to the home screen. What I did was reflash A955.2.3.4.fixed.sbf file and then run RootDroid2.bat which fixed things. I also think it is possible that I deleted too many motorola blur apps possibly messing with the contacts, either way doing this fixed it. You can find the root files in the forum..the packaged file is called RootDroid2update I think.
Click to expand...
Click to collapse

[SOLVED] How to restore SMS in Android 4.4 / Hangouts

Edit: SMS Backup and Restore was updated to support 4.4, an even restoring from backups that were created before updating works fine.
Original post said:
Does anyone know a method or an app that is able to restore SMS in Android 4.4 KitKat? I'm running this N5 port, which works great, but I cannot find a single app that is updated to support restore on Android 4.4. With SMS Backup & Restore I am able to restore into the 4.3 stock messaging app that I pushed via adb, but all messages are empty afterwards. And they are not shown at all in Hangouts.
I know that Google said SMS backup apps need to be updated in order to support KitKat (read 3rd section on this blogpost), but I can't believe there is no single updated app or other method yet.
Any advices, guys?
Edit: Here's the relevant section of the Android Developer Blog post:
Advice for SMS backup & restore apps
Because the ability to write to the SMS Provider is restricted to the app the user selects as the default SMS app, any existing app designed purely to backup and restore SMS messages will currently be unable to restore SMS messages on Android 4.4. An app that backs up and restores SMS messages must also be set as the default SMS app so that it can write messages in the SMS Provider. However, if the app does not also send and receive SMS messages, then it should not remain set as the default SMS app. So, you can provide a functional user experience with the following design when the user opens your app to initiate a one-time restore operation:
1. Query the current default SMS app's package name and save it.
Code:
String defaultSmsApp = Telephony.Sms.getDefaultSmsPackage(context);
2. Request the user change the default SMS app to your app in order to restore SMS messages (you must be the default SMS app in order to write to the SMS Provider).
Code:
Intent intent = new Intent(context, Sms.Intents.ACTION_CHANGE_DEFAULT);
intent.putExtra(Sms.Intents.EXTRA_PACKAGE_NAME, context.getPackageName());
startActivity(intent);
3. When you finish restoring all SMS messages, request the user to change the default SMS app back to the previously selected app (saved during step 1).
Code:
Intent intent = new Intent(context, Sms.Intents.ACTION_CHANGE_DEFAULT);
intent.putExtra(Sms.Intents.EXTRA_PACKAGE_NAME, defaultSmsApp);
startActivity(intent);
Click to expand...
Click to collapse
After a reboot, my SMS were disapeared.
Mine too. So back to square one :/
Sent from my Nexus 4 using Tapatalk 4
sms backup just got an update today .. it works :good:
Yep, works perfectly now, even with backups that were done before updating the app. So... Solved again.
Sent from my Nexus 7 using Tapatalk 4
I'm trying to restore on my N5 but no new messages show up in my hangouts even with the newest SMS backup and restore version.
It has set my hangouts back as default SMS app but still nothing there.
electric0ant said:
I'm trying to restore on my N5 but no new messages show up in my hangouts even with the newest SMS backup and restore version.
It has set my hangouts back as default SMS app but still nothing there.
Click to expand...
Click to collapse
Same here...
janoliver said:
Same here...
Click to expand...
Click to collapse
Yup, same here
I had the same issue on my Nexus 5 with stock Kitkat 4.4 , so this may help.
- SMS Back and Restore made copy of texts on my Nexus 4
- copied backup to my Nexus 5
- restored messages, setting SMS Backa and Restore and def. SMS app when prompted, and then set Hangouts as def. app after
No text messages in Hangouts. Rebooted phone, still not text messages in Hangouts. I performed a test backup with SMS Backup and Restore, and it showed a bunch of messages being backed up, so it seems the messages WERE restored but just not showing.
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Hope this helps, if so, don't be shy to hit that Thanks button below
uberNoobZA said:
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Click to expand...
Click to collapse
Thank you! This did the trick
help
uberNoobZA said:
I had the same issue on my Nexus 5 with stock Kitkat 4.4 , so this may help.
- SMS Back and Restore made copy of texts on my Nexus 4
- copied backup to my Nexus 5
- restored messages, setting SMS Backa and Restore and def. SMS app when prompted, and then set Hangouts as def. app after
No text messages in Hangouts. Rebooted phone, still not text messages in Hangouts. I performed a test backup with SMS Backup and Restore, and it showed a bunch of messages being backed up, so it seems the messages WERE restored but just not showing.
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Hope this helps, if so, don't be shy to hit that Thanks button below
Click to expand...
Click to collapse
Sorry, how did you set SMS B&R how def. sms app? When i prompt the app, it does not require to be def. sms app, so i cannot restore my sms. Please help...
eziotroito said:
Sorry, how did you set SMS B&R how def. sms app? When i prompt the app, it does not require to be def. sms app, so i cannot restore my sms. Please help...
Click to expand...
Click to collapse
Install the latest SMS Backup and Restore, and it will prompt you when you perform a restore. If not, then I do not know, as I was prompted to set is as default SMS app when I did a restore.
help
uberNoobZA said:
Install the latest SMS Backup and Restore, and it will prompt you when you perform a restore. If not, then I do not know, as I was prompted to set is as default SMS app when I did a restore.
Click to expand...
Click to collapse
Yep, i was running an other WRONG app, so i download the right and now it ask me to be def. sms app, but now i have another issue:
my .xml file come from TITANIUM BACKUP, so now SMS B&R, see my xml file, but if I tap to VIEW SMS, it tell me there is no conversation, ALSO IF IT SEE MY XML FILE! How is it possible? Maybe titanium backup xml file are wrong for this app? Xml file are not all the same for any app?!? Please help, 'cause titanium backup is not up to date, so does not ask to be def. app and not restore anything!
eziotroito said:
Yep, i was running an other WRONG app, so i download the right and now it ask me to be def. sms app, but now i have another issue:
my .xml file come from TITANIUM BACKUP, so now SMS B&R, see my xml file, but if I tap to VIEW SMS, it tell me there is no conversation, ALSO IF IT SEE MY XML FILE! How is it possible? Maybe titanium backup xml file are wrong for this app? Xml file are not all the same for any app?!? Please help, 'cause titanium backup is not up to date, so does not ask to be def. app and not restore anything!
Click to expand...
Click to collapse
If you want to restore data from a backup made with titanium backup, you need to use titanium backup.
uberNoobZA said:
If you want to restore data from a backup made with titanium backup, you need to use titanium backup.
Click to expand...
Click to collapse
Same problem, titanium bckp does not ask to be def sms app, i hope in an update , thank u very much
Has anyone got things working usings SMS Backup+? I used to use B&R but switched to SMS Backup+ b/c I liked the gmail search-ability. SMS Backup+ goes through the restore process and states it restored 500 messages (current restore setting) but nothing shows up. I'm guessing this has to do with the KitKat and the whole "primary SMS app" thing?
mcubed45 said:
Has anyone got things working usings SMS Backup+? I used to use B&R but switched to SMS Backup+ b/c I liked the gmail search-ability. SMS Backup+ goes through the restore process and states it restored 500 messages (current restore setting) but nothing shows up. I'm guessing this has to do with the KitKat and the whole "primary SMS app" thing?
Click to expand...
Click to collapse
I have the same Issue with SMS Backup+
Will probably have to wait for the developer to update.
Same issue here, with SMS Backup+
Add me to the SMS Backup+ not restoring texts.
worked perfectly for me!
thanks uberNoobZA!!!!
uberNoobZA said:
I had the same issue on my Nexus 5 with stock Kitkat 4.4 , so this may help.
- SMS Back and Restore made copy of texts on my Nexus 4
- copied backup to my Nexus 5
- restored messages, setting SMS Backa and Restore and def. SMS app when prompted, and then set Hangouts as def. app after
No text messages in Hangouts. Rebooted phone, still not text messages in Hangouts. I performed a test backup with SMS Backup and Restore, and it showed a bunch of messages being backed up, so it seems the messages WERE restored but just not showing.
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Hope this helps, if so, don't be shy to hit that Thanks button below
Click to expand...
Click to collapse

restoring data only from G2 to G4. titanium.

hi guys am back here as this section as thers more people here... when i had my G2 i did backup with titanium.. restorinf worked okey in 5.1.1
and when i changed to 6.0 it was still able restore apps and data.. only i could update new back ups.. and a new back up was created... i had to delete all . but i had a back up of titanium on my laptop... but when i try to restore it shows only data and check mark.. i already installed all apps . but am missing some important data on a notepad thing app..
so when i move those back ups made on G2 they dont restore. it does but when i open app it FC.. then i reboot app opens okey. but data isnt restored... am rooted twrp.. and free version.. how could i make my old data install on G4.? here a pic.. of the new back ups i did it kept creating new ones .. i already deleted that files.. but am using the files i had on my laptop.. and i only get the same as picture a check mark.. it says data - ok... but like i said it doesnt restore it FC and no data is restored after reboot.

i can't send picture on whatsapp using custom rom

cant share picture on whatsapp... it will says "unfortunately whatsapp has stopped.... i have tried clearing the cache and data but the same thing happen.... im using this rom http://www.needrom.com/download/hackerone-ui-based-on-1631/comment-page-6/
flaysdov said:
cant share picture on whatsapp... it will says "unfortunately whatsapp has stopped.... i have tried clearing the cache and data but the same thing happen.... im using this rom http://www.needrom.com/download/hackerone-ui-based-on-1631/comment-page-6/
Click to expand...
Click to collapse
I had the same problem but with different rom. It fixed itself up after I cleaned phone with SD Mail Pro. Just a food for thought.
sd maid pro doesnt fix it
i am facing this issue on Vibe UI 1631 Dev i can't send pictures on whatsapp, whatsapp keeps crashing when tried to send a pic
thinkgadgetsme said:
i am facing this issue on Vibe UI 1631 Dev i can't send pictures on whatsapp, whatsapp keeps crashing when tried to send a pic
Click to expand...
Click to collapse
did you try to wipe *everything* related to you old WhatsApp installation?
Move backup to secure location. (I didn't have backup in the cloud) Go to settings - apps - whatsapp - delete cache- delete data - uninstall - delete whatsapp folder.
I also ran SD Maid Pro to clean my phone up. My SD Maid has a lot of permissions. (Settings - corpse finder - almost all categories are checked). Also you could go to TWRP and clear cache there.
After you are sure that all WhatsApp leftovers are gone, install Whatsapp again. Move backup to its folder and run the app.
It should work. I hope. Worked for me with similar issue.
If that doesn't do the trick, I'm out of ideas.

Used titanium backup to remove a piece of att bloatware. Need Help!

So i used titanium backup to remove a piece of att bloatware it was called Att App Picker or something to that effect. now every few minutes the message com.dti.att has stopped working pops up. Is there anything i can do in Titanium backup to either reinstall this program (it is the only one that I have removed) or otherwise prevent this annoying message from continually popping up.
Sorry, I can't help you. But for future reference, you may consider using TIBU to Freeze unwanted apps, at least long enough to be sure there's no problem when removed. Then if there is, you can Thaw it.
You need to search your file system for the other half of the app.
Look under /data/app
Look under /data/data
Look under system/app
Look under system/priv-app
Find any instances of the app you wanted gone and remove it and reboot. You can also try twrp and clear your cache and dalvik cache.
Furthermore.. Just go and reflash the rom over your existing build to bring it back and stop the FC
mmarsie said:
So i used titanium backup to remove a piece of att bloatware it was called Att App Picker or something to that effect. now every few minutes the message com.dti.att has stopped working pops up. Is there anything i can do in Titanium backup to either reinstall this program (it is the only one that I have removed) or otherwise prevent this annoying message from continually popping up.
Click to expand...
Click to collapse
Go to Titanium Backup menu, hit clean up Dalvik cache. Reboot.
If that did not help, go into twrp and clean dalvik cache and cache.
Sent from my NVIDIA SHIELD Tablet K1 using XDA Labs
Ended up doing exactly that and re-flashing, When I have a little more time with the device I'll go through and do a full purge of the ATT bloat.
Team DevDigitel said:
You need to search your file system for the other half of the app.
Look under /data/app
Look under /data/data
Look under system/app
Look under system/priv-app
Find any instances of the app you wanted gone and remove it and reboot. You can also try twrp and clear your cache and dalvik cache.
Furthermore.. Just go and reflash the rom over your existing build to bring it back and stop the FC
Click to expand...
Click to collapse

Categories

Resources