Can I freeze the phone dialer? - Vibrant Q&A, Help & Troubleshooting

I have a TMO Vibrant that I want to give to my 8 year old daughter so she can play games on it. There's no SIM card, but of course she can still (accidentally) call 911. I would like to just freeze the phone app, but I want to be sure that I can safely (from the phone point of view) do so. In other words, will it break the phone if I freeze the phone app? I am also hoping it will get rid of the "No sim card installed. Emergency calls only" warnings that won't go away. Secondly, if I can freeze the phone app, what exactly is the phone app called in TB? I don't see it there. I am using MIUI 20330 on kernel 2.6.35.12, android 2.3.7

MrGibbage said:
I have a TMO Vibrant that I want to give to my 8 year old daughter so she can play games on it. There's no SIM card, but of course she can still (accidentally) call 911. I would like to just freeze the phone app, but I want to be sure that I can safely (from the phone point of view) do so. In other words, will it break the phone if I freeze the phone app? I am also hoping it will get rid of the "No sim card installed. Emergency calls only" warnings that won't go away. Secondly, if I can freeze the phone app, what exactly is the phone app called in TB? I don't see it there. I am using MIUI 20330 on kernel 2.6.35.12, android 2.3.7
Click to expand...
Click to collapse
I'm not too sure about the missing SIM card alert, but freezing the dialer app is very easy too do, and shouldn't cause any problems. There are also multiple ways to accomplish the task, however, I believe the most effective way would be to "manually" freeze the app. This can be done by following these steps:
Download an app like Root Explorer, if you don't already have it or don't have the money, a free alternative is Super Manager.
Go to the root of the phone, the directory being "/".
Go into the "system" folder. (Directory: "/system")
Then go into the "app" folder. (Directory: "/system/app")
Look around until you find an app called "phone.apk".
Rename it to "phone.apk.bak". This will effectively freeze the phone app.
It might also not hurt to freeze the contacts app, various email clients (gmail & email), the messaging app (mms), and other like apps using the same method mentioned in the previous steps.
Once the apps are frozen, you can even delete the file explorer app you used so that those core system files can't be accessed by your daughter.
For further monitoring of your daughter's device, you could even try an app like APP Lock. With a little bit of in app tweaking, you can block access to phone settings and even require a password to install and uninstall apps.
Another suggestion, you may also want to look into this ROM, I have a feeling it may satisfy your needs... http://forum.xda-developers.com/showthread.php?t=1566651.
If you need any help or have a question, please, don't hesitate to ask.

MrGibbage said:
I have a TMO Vibrant that I want to give to my 8 year old daughter so she can play games on it. There's no SIM card, but of course she can still (accidentally) call 911. I would like to just freeze the phone app, but I want to be sure that I can safely (from the phone point of view) do so. In other words, will it break the phone if I freeze the phone app? I am also hoping it will get rid of the "No sim card installed. Emergency calls only" warnings that won't go away. Secondly, if I can freeze the phone app, what exactly is the phone app called in TB? I don't see it there. I am using MIUI 20330 on kernel 2.6.35.12, android 2.3.7
Click to expand...
Click to collapse
Haha! For once, it's someone BEING ABLE to call 911 that's the problem. :silly:

That was really good help. Thanks. Anyone know how to make the "Emergency calls only" notification go away? There must be some app that looks for a SIM card that puts it up there. Or maybe it's baked into the kernel and it can't be disabled???

Uninstall sim tool kit or stk from titanium backup to get the notificqtion to go away
Sent from my SGH-T959 using xda premium

Related

Spyware, and how to figure out what installed it.

Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
viogrep said:
Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
Click to expand...
Click to collapse
Install a android antivirus and firewall like Lookout.
Sent from my GingerBread Eris using XDA App
lookout finds nothing. All the other AV software fails to install. "Unknown error -18"
i have plenty of free space.
viogrep,
I wrote a novel, but then thought I should just ask a few preliminary questions:
Q1) does the error message contain any useful "hints", such as the destination number ?
Q2) if you use a logcat - capturing app, does anything show up in the logcat right around the time the message is generated which might provide some further clues?
There's a lot of different techniques you can use, but they require a bit of effort - not only to perform, but to explain, too.
Q3) Are you willing to post up the output of the "ps" command to a pastebin?
Q4) What apps on your phone request "SEND_SMS" privileges? You can find out with
Code:
strings /data/system/packages.xml > /sdcard/strings-pkgs-xml.txt
and then poking through the "strings-pkgs-xml.txt" file. When you see (for instance)
name="android.permission.SEND_SMS"
the immediately prior package is what requested it. Either that or you can do something tricky like
Code:
strings /data/system/packages.xml | awk '/<package name/{pkg=$2;}; /_SMS/{print pkg, $2;}'
bftb0
1. No destination number in the error. Sorry.
2. Also, no clues in logcat from what I've seen.
3. PS > http://pastebin.com/iUAfP9Yb
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Going to try to call my provider and see if I can get the number that's been denied because of funds.
*edit* No luck with provider.
I'd really like to know whats doing it so I don't install the same app once I flash. Luckily I keep nothing important on my phone. Its gmail account is actually a duplicate with my original forwarding to it. I'm a tiny bit overprotective over my email(address). :x
viogrep said:
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Click to expand...
Click to collapse
I know that it isn't necessarily this simple, but if that really is the only other app besides the GAPPs with SMS priveledges, especially coupled with the knowledge that the SMS capability is new, I think you have your answer.
If you tried a new ROM and restored all but that one app, and the problem never happens again then you can be 95% sure. Only way to be 100% sure is that after a certain length of time without a problem (a week?) you reinstall Koxx and then if the problem starts happening again.
I looked through your "ps" listing.
Didn't see anything too obvious sticking out at me; there were a couple of non-market apps running though. I know that there is no theoretical reason why non-market apps would be malicious - on the other hand, I sort of wonder why they are not on the market... you know what I mean? What is stopping them? (In the case of Tubemate - which was actually kicked off of Google's market, my suspicions are even higher. I realize it was not kicked off because of malware; but still...)
These were the only processes that were either not on my phone, or I didn't really recognize.
Code:
com.dylan.tube = [Non-Market App] Tubemate
com.gau.golauncherex.notification = GO Launcher EX (READ SMS)
com.levelup.beautifulwidgets = Beautiful Widgets (LevelUp)?
com.revsodev.volumecontrol = [Non-Market App] Volume Control (Cyrket?)
com.swype.android.inputmethod = Swype?
com.tencent.research.drop = QQPlayer (no perms req'd?)
net.bajawa.battery = BattStatt (no perms req'd?)
org.sipdroid.sipua = Sipdroid VoIP + video
The Road Warrior has an idea which is sort of useful; but I'll modify it to use binary division.
Start with a freshly installed, clean ROM, and only install half of your apps. (I would put all of your most frequently used apps in the first half, and delay any non-market apps as long as possible). Here's how this goes:
- if the "half" you put on the phone is trouble-free (long enough to know the SMS popup thing is not going on), then, install half of the remaining apps, and wait again to see if there is a problem.
- if the "half" you put on the phone develops trouble, then you know that the problem app is in that group. Wipe the phone and re-install all prior "halves" (that caused no trouble), but split the current half (the group containing the suspect app) in half, and only install that. Proceed in this fashion until you are down to the app which causes the trouble.
If you have 128 apps on your phone, and you wait 1 day between installations, it will take 7 days to find the malicious app. (And if you don't get a failure within the first two days, your phone will have 3/4s of it's apps installed - that's not too bad).
The thing is though, even if you had an app compromise your phone, it might not be an "app" that is doing the dirty work any longer. For example, the most recently discovered malware ran rooting exploits against the device, and once successful, downloaded and installed "other stuff". That "other stuff" could be native binaries. So, examining permissions in the system manifest doesn't necessarily guarantee that you have exhaustively looked at your phone, or discovered all possible means of interacting with the SMS system.
It might be "just an app", though - and if it were me, the first ones that I would suspect are non-Market apps, or apps that *cough* got downloaded from "freeware" sites.
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
I had a game from a Chinese developer that stole my gmail. Log into yours from the website and see if you get a red warning.
Sent from my GSBv1.9 ERIS using XDA App
viogrep said:
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
Click to expand...
Click to collapse
I'm always amazed when something I suggested actually works. LOL. It's just that I'm used to things being more complicated than I hope.
Glad you figured out the trouble!
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
viogrep said:
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
Click to expand...
Click to collapse
You're welcome. You could just change your password from the web if your phone gets stolen.
Especially since it's the gmail address you use on your phone that everything is sync'd to, not the one that's forwarding to it. So if you got another Android phone you'd lose all your contact info and bought and installed apps info, calendar and such. Unless you sync them manually which is so much harder in my experience.
Or you could use one of the many free apps out there that would let you remotely do many things to your phone. Turn the GPS on, triangulate your phone, make your phone scream, do a factory reset to erase everything...
Just a suggestion.

[Q] Safe to remove apps?

Has anyone compiled a list of the safe-to-remove apps for the AT&T GSII along with corresponding .apk filenames, yet? I've already removed a number of them via Root Explorer, using the list of removed apps from Cognition's rom, but there's a couple that still remain and I'm wondering if they're ok to remove or not. A full list would be best, though I'm mainly wondering about:
Kies Air
Featured Apps
Social Hub
AT&T Hot Spots (doesn't show in app list, but still shows as a running app for me)
Don't know...I saw that AT&T Hot Spots wasn't actually in the drawer but it shows up as a running app too. I don't plan on removing Kies Air or the Social Hub (for the moment) but I'd like to remove "Featured Apps" but when I go into Titanium Backup it'll ask me if I'm sure I want to do this since it's part of the framework so I've backed off of it for now...I'd like to know about these 4 apps and if they're safe to remove as well.
I used root explorer and did it manually. I lost count how many I ripped out.
Sent from my SAMSUNG-SGH-I777 using XDA App
joeybear23 said:
I would like to keep a running list of AT&T-delivered apps from the stock ROM that are safe to freeze/uninstall without causing any loss of essential functionality.
Amazon Kindle
AP Mobile
AT&T Code Scanner
AT&T Family Map
AT&T Hotspots (if you do not use it)
AT&T Navigator
Buddies Now
City ID
Digital Clock
Dual Clock
Featured Apps
Live TV
Media Hub (not AT&T Bloatware, rather Samsung-delivered)
Mini Diary
Mini Paper
QIK Lite (if you do not use stock video chat)
Yahoo Finance
YP
If you have any apps that you have removed and run problem free for at least 48 hours, please let me know and I will update the list.
Click to expand...
Click to collapse
From this thread.
Honestly I'd recommend installing Titanium Backup and doing a backup before you remove ANY apps. You simply never know if you might need them down the road for something. Sure 99% of the AT&T crap is crap, but there's no reason not to back them up first.
Also, if you're worried about it, buy the PRO version (of TB) and simply freeze ones you don't want to use. This isn't deleting them, it simply disables them.
Kadin said:
Honestly I'd recommend installing Titanium Backup and doing a backup before you remove ANY apps. You simply never know if you might need them down the road for something. Sure 99% of the AT&T crap is crap, but there's no reason not to back them up first.
Also, if you're worried about it, buy the PRO version (of TB) and simply freeze ones you don't want to use. This isn't deleting them, it simply disables them.
Click to expand...
Click to collapse
I have the PRO version. I know about freezing but I was being lazy and I know there are much more adventurous people than me who've gone ahead and ripped things out. I didn't want to do the freeze app, okay seems safe to remove, repeat per next app deal. Like I said, I'm lazy...
Some of these At&t apps i cant find under root explorer, for example featured apps. what would be the file name for featured apps?
re: bloat/system apps
Smoghog said:
Has anyone compiled a list of the safe-to-remove apps for the AT&T GSII along with corresponding .apk filenames, yet? I've already removed a number of them via Root Explorer, using the list of removed apps from Cognition's rom, but there's a couple that still remain and I'm wondering if they're ok to remove or not. A full list would be best, though I'm mainly wondering about:
Kies Air
Featured Apps
Social Hub
AT&T Hot Spots (doesn't show in app list, but still shows as a running app for me)
Click to expand...
Click to collapse
If you want to uninstall even more bloatware you need to get the app called
"SystemAppRemover" from the market. (everything will show up with this).
It makes it very easy to uninstall most any system apps.
The app has other functions too.
It's also best to flash a Nandroid backup of your rom before uninstalling
bloatware/system apps.
(use CWM Manager or CWM Recovery and NOT rom manager for backing up).
Good luck!

[Q] The best anti-theft for android?

Before purchasing the S3 I read up about it and found one called "Pray anti-theft" which was supposed to be pretty good.
I installed it onto my S3 and it seems in order to track it my phone needs to be connected to the internet with the SIM card in tact..
Who is going to find a phone and leave the SIM card in?
Can anybody recommend a better one?
There is no "anti-theft" thing.
Anyone with good knowledge of android can easily flash a new ROM in your stolen phone and factory reset it which will remove whatever you have installed there.
Avast is imo the best, it can track with gps and when the sim gets replaced you get the simcard number send to a chosen number.
Also with root they can't remove the app, go into settings, and with a factory reset it keeps active.
you can also give commands via sms to your phone.
Send from my GT-I9300 with Tapatalk
Avast antivirus integrates a module that used to be a standalone app called Theft Aware. This installs as a system app (if rooted), hides itself from the app drawer and you can only show it by dialling a PIN in the dialer. It can be set up so it will send an SMS to a trusted number when the SIM card is swapped, and from there you can control the phone by SMS commands. You can request GPS updates, make the phone call you, wipe remotely, turn on a siren... This all works through SMS - no mobile data or wifi necessary, and it works if they ditch your SIM. The recent version also added web-based tracking and control. And it's free! But of course if the thief does a firmware flash you're out of luck. The thing is, I think most petty thieves aren't android experts.
DashingGentleman said:
Avast antivirus integrates a module that used to be a standalone app called Theft Aware. This installs as a system app (if rooted), hides itself from the app drawer and you can only show it by dialling a PIN in the dialer. It can be set up so it will send an SMS to a trusted number when the SIM card is swapped, and from there you can control the phone by SMS commands. You can request GPS updates, make the phone call you, wipe remotely, turn on a siren... This all works through SMS - no mobile data or wifi necessary, and it works if they ditch your SIM. The recent version also added web-based tracking and control. And it's free! But of course if the thief does a firmware flash you're out of luck. The thing is, I think most petty thieves aren't android experts.
Click to expand...
Click to collapse
I would be very surprised if anybody in my area has even heard of rooting
you think Samsung would have some sort of security feature for the best phone on the market.. (a good one, not the one it comes with)
Thanks guys, so on a rooted device I can just install avast from the google store and it will install as a system app?
https://play.google.com/store/apps/details?id=com.lsdroid.cerberus&hl=en
Cerberus. www.cerberusapp.com - you can install the application in the ROM if bootloader is unlocked so it will survive a factory reset (along with it's settings files).
Cerberus can remotely record audio, video and take pictures of the person using it. GPS location, remote lock and wipe. A few euros for a lifetime licence. Cerberus is the plain simple best.
Why not just use Samsung dive that is pre installed. Works perfectly, can track the phone, even on intervals. Can lock the phone, forward calls and texts, and more.
All this works even when the sim is changed.
Sent from my SGS3 on Omega v9.0 using XDA Premium
ticktime said:
There is no "anti-theft" thing.
Anyone with good knowledge of android can easily flash a new ROM in your stolen phone and factory reset it which will remove whatever you have installed there.
Click to expand...
Click to collapse
It is there, don't talk about things you don't know about :good:
---------- Post added at 08:14 PM ---------- Previous post was at 08:02 PM ----------
UrbanDesigns said:
I would be very surprised if anybody in my area has even heard of rooting
you think Samsung would have some sort of security feature for the best phone on the market.. (a good one, not the one it comes with)
Thanks guys, so on a rooted device I can just install avast from the google store and it will install as a system app?
Click to expand...
Click to collapse
It won't install as a system app, but it makes an file that Avast won't be removed when you factory reset the phone, the app will stay installed because of that back-up.
It also blocks usb-debugging, so you can't flash another rom, It will remain protecting your phone whatever they try do delete or modify.
They can't even get into settings
Cerberus doesn't provide that, and needs to be flashed to survive a factory reset, with Avast you aren't even allowed to do actions...
Avast is free, and if rooted it gives you the best protection possible!
I have question , i have rotoped phone and flashed cerberus, if have disabled data connections and phone isnt on wifi . Can i control and track device?
Sent from my XT910 using xda premium
Marwvek said:
I have question , i have rotoped phone and flashed cerberus, if have disabled data connections and phone isnt on wifi . Can i control and track device?
Sent from my XT910 using xda premium
Click to expand...
Click to collapse
I found this for you, which answers many questions and has contact info.
Yes. You can enable Data & Wifi via individual SMS commands.
https://www.cerberusapp.com/help.php
here use "Samsung Dive"
http://www.samsungdive.com/
Actually dont use samsung dive. It pops-out notifications when the device is being tracked, etc., so every thief will know that you are tracking him and will do factory reset.
I'm not saying that you should not set-up this. Do it, but use it as a last resort.
I suggest cerberus, its cheap, easy to hide (however I personally make it a system application using titanium backup, so that it's not shown in normal app managers), and somehow reliable. I miss for it the function to turn on data and wifi automatically after sim-change.
ticktime said:
There is no "anti-theft" thing.
Anyone with good knowledge of android can easily flash a new ROM in your stolen phone and factory reset it which will remove whatever you have installed there.
Click to expand...
Click to collapse
What about remapping the phone's physical keys so the thief will have a lot of trouble on entering the recovery mode?
It's not a 100% safe solution, but pretty decent for forcing the thief to use the phone while he can be tracked by an anti-theft app.
I'm not sure if this can be done on my rooted Galaxy Note, but if it would be possible I'd try.
brdeveloper said:
What about remapping the phone's physical keys so the thief will have a lot of trouble on entering the recovery mode?
It's not a 100% safe solution, but pretty decent for forcing the thief to use the phone while he can be tracked by an anti-theft app.
I'm not sure if this can be done on my rooted Galaxy Note, but if it would be possible I'd try.
Click to expand...
Click to collapse
not possible
Judging from this conversation avast seems to be better than all the others. Has anyone tried using avg antivirus?
If it is only anti theft, then, Android Device Tracker Free is better than all apps in its class.
It can be used as a system app (for rooted devices, for non-rooted devices can be used as a normal app) which will not be affected even if thief wipes the data and it will send sms to your configured mobile number when he tries to change the sim.
It doesn't consume battery. Because, it acts only when sim is replaced.
Link: https://play.google.com/store/apps/details?id=com.appzdevelopers.androiddevicetrackerf
GotYa best anti theft app ever>>https://play.google.com/store/apps/details?id=com.myboyfriendisageek.gotya
Take pic and upload on your mail with location and time.
[email protected] when someone geeks with your phone

10193 10194 Android

I set a data usage limit in my phone, because I was using a lot of data. After doing it, it alerted me that my mobile data was about to go over and cut off. So scrolled down and discovered these 2 "Android " (looked like the little green Android robot ) and they are named "10193" & "10194" 10194 runs in the foreground all the time and 10193 runs in the background all the time. I was told these are "Kaspersky Mobile Security or Parental Control Monitor" I'm 34yrs old and my parents don't monitor me, please help...
Sent from my SCH-R530M using XDA Premium 4 mobile app
Do you have Kaspersky installed?
veeman said:
Do you have Kaspersky installed?
Click to expand...
Click to collapse
I do not think I did or ever had I looked at all the appsI have installed via play store under the all section of "my apps" and do not see it.
Why do you say it is Kaspersky? My phone has been having some really weird things happening to it. I went though 3 batteries in 2 months, its been using a ton of data. My data just reset on 10/29/13 and it is already at 5gb. Also we have been finding "duplicate processes" running in the application manager. I really don't know what to do, I have installed Avast, Look out, and some other antivirus apps nothing has helped. Reset a few times and it will help it for a little bit and then boom its right back
victhesunshine said:
I do not think I did or ever had I looked at all the appsI have installed via play store under the all section of "my apps" and do not see it.
Why do you say it is Kaspersky? My phone has been having some really weird things happening to it. I went though 3 batteries in 2 months, its been using a ton of data. My data just reset on 10/29/13 and it is already at 5gb. Also we have been finding "duplicate processes" running in the application manager. I really don't know what to do, I have installed Avast, Look out, and some other antivirus apps nothing has helped. Reset a few times and it will help it for a little bit and then boom its right back
Click to expand...
Click to collapse
I recommend wiping completely and start fresh with a new ROM. You could also install an app like Data Manager and see which app is using the most data and uninstall. Also, do not install apps that you download off the internet. Only download from reputable sources like the Play Store and Amazon app store.
veeman said:
I recommend wiping completely and start fresh with a new ROM. You could also install an app like Data Manager and see which app is using the most data and uninstall. Also, do not install apps that you download off the internet. Only download from reputable sources like the Play Store and Amazon app store.
Click to expand...
Click to collapse
this is going to sound crazy, but i just got that phone back up and running in January. But that is what I did,,,
The reason I said Kaspersky is because this guy I know said he "googled " those numbers and symptoms a
and deemed it that. IT did have a spy wear type thing on it but it was not Kaspersky. It was one that was
sent from a website and it has to be removed via the website. I don't remember the name. Anyhow I have
long since ditched that phone and on to bigger and better things. But w/ that phone it has sparked an interest
in this whole "development/modification" thing! Thanks for you help and advice and sorry it took me so long to
get back to you! Be blessed!:laugh:
Hi Everyone, I know this is a very old thread, but I want to give out a solution because I just encountered this 10194 app as well.
I would like to post this for future reference to other people who will encounter this since I've done searching around about this but I can't find any solution.
To remove this app you must:
1. Open Settings and tap [Security] or [Security and Finger Print] or any other name it might now posses.
2. Under this settings entry, you'll see [Device Administrators], tap that
3. Inside [Device Administrators] you'll see that there is a blank application containing a space as well and the indicator should be ticked, that means this app has administrator access to your phone, it has access to calls, messages, email accounts, etc. See: here
4. Tap this app and [Deactivate] or [De-authorize] it
5. Now go back to the main settings list and navigate to [Apps] or [Applications]
6. Tap the app and you can now uninstall it.
I highly recommend changing your passwords for any account that might have been on that phone, there is a high possibility that this app has gathered information on you.
This includes phone call lists, phone call recordings, your contacts, your messages, notes, emails, etc.
This is a speculation of course and will highly depend on the amount of data this application has passed to wherever it connected to but it is safe to assume that you have been infected by malware and your previous information has been compromised.

Migrate WhatsApp from old to new phone without old SIM (root)

Good day,
What I'm trying to do has sort of been asked before; I found a few posts discussing something of the sort, but most of them were quite old/outdated and others were mainly about how to do it without root (and were quite unsuccessful). As it is what I feel might be a rather common procedure I thought it would be good to ask it again, to see if it has been figured out and to help future migrators.
The problem is as follows. I have an old phone (phone A) on which I have a WhatsApp account registered to SIM card A. SIM card A no longer exists however, and the phone is being used with SIM card B, which is not connected to the WhatsApp account; people still send messages to phone number A. This phone is rooted, and I have access to all* apps that might be useful for this. The phone is on Android 7.0.
Now, I want to move the WhatsApp account tied to phone A and SIM card A to a new phone: phone B. Phone B has SIM card B, is also rooted, and is also on Android 7.0. Important to note is that I want WhatsApp to remain tied to SIM card A.
So what I'm looking for is a method to do the above. I've tried some things myself, but I have failed thus far, so if you know how to do it successfully feel free to skip the rest!
Now, I initially thought this should be easy to do with backups, via Titanium Backup Pro. I backed up the app and data on device A, restored it on B, and voila, working WhatsApp account. This is true, but not completely; the notifications didn't really work anymore. I only received the messages if I had the app open on the screen, never when it was in the background. I searched around a bit and it seems to be related to push notifications, although I couldn't really figure it out. Someone suggested to instead download an old WhatsApp apk, install that, restore only the data with Titanium, and then update the app in the Play store. This works a little bit better, but still not completely. From time to time the messages will come in by themselves, but still very often I find that I need to manually open the app and wait for about 5 seconds before receiving everything. So still somehow the notifications/background process/something else seems to be off. Note that I've given the app all types of permissions, locked it from closing, made sure the battery saving options aren't killing it, and so on. It's close to normal functionality, but I can't figure out how to get it exactly right.
*I have Titanium Backup Pro and I'm willing to pay for other apps

Categories

Resources