Did Swype Installer do this? - TouchPad General

I installed Swype on my TP yesterday and everything seemed fine, but today I keep getting the message that [bunch of asian characters] has stopped. I had no idea what it possibly could be since I don;t know what it says so I thought it might be Swype and went into Input on Settings to turn Swype off. Now, under KEYBOARD AND INPUT METHODS the first thing says Default and under it is a bunch of Asian characters. Under that is all the input methods. The interesting thing is there are two selections that are checked yet grayed out so I can't deselect them which are Japenese IME and the last one is those Asian characters. What is going on and how do I get rid of them?

OK. I went through all my Apps in Settings and at the very end is one named with Asian characters. Under the name it says version 4.0.3-eng.erik.20120221.223654. It doesn't give me the option to uninstall it, but I have disabled it. I don't download a lot of apps, and I certainly don't download shady looking apps, so where did it come from and how do I get rid of it??????

It could be something else pushed on you - some apps with the Networks and Internet permissions push random apps to your phone without you knowing it (or explicitly allowing it). My girlfriend has a music app that does it to her sometimes, and it's annoying, but not malicious (at least, not that I've seen).

I tried deleting it through Titanium but it didn't work so I decided to try installing the Nightly version of CM9 and that got rid of it completely. Still, weird!

loomism2 said:
I tried deleting it through Titanium but it didn't work so I decided to try installing the Nightly version of CM9 and that got rid of it completely. Still, weird!
Click to expand...
Click to collapse
check if the application is considered a system app
ve6ay said:
It could be something else pushed on you - some apps with the Networks and Internet permissions push random apps to your phone without you knowing it (or explicitly allowing it). My girlfriend has a music app that does it to her sometimes, and it's annoying, but not malicious (at least, not that I've seen).
Click to expand...
Click to collapse
installing applications on your phone/tablet without your "permission" is the definition of malicious.

IIRC there has been some sort of Asian language keyboard in CM9/ICS for a while. I remember disabling it a while ago, not sure why its included in an English version of the OS.

Well, when I installed the Nightly build all Japanese-related input choices disappeared, so maybe they aren't included in CM9 anymore? Whatever the reason, I am happy it is solved.

Varemenos said:
check if the application is considered a system app
Click to expand...
Click to collapse
It was considered a system app to Titanium, and to the phone as well, I guess. Titanium said it would do some special thing and the phone would reboot twice and it would be gone. Well, when it was finished doing its thing the app was still there. I think I tried using Titanium to remove the stock Music app that came with the phone and it didn't work right then, either. I can't remember how I got rid of that, but I eventually did.

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.

Still missing app in the market (uruk1.0)

Very frustrated at this point with all the missing apps. No facebook, no zeam, basically half my apps are missing. I've installed them manually but I'm sick of doing this every time there is a new update.
I'm running Uruk1.0 and have installed the Uruk-market, check to make sure the Galaxy id was in place, cleared the framework over and over again but still not seeing at least 20 of the apps I use.
Anything else I can do?
bug splat said:
Very frustrated at this point with all the missing apps. No facebook, no zeam, basically half my apps are missing. I've installed them manually but I'm sick of doing this every time there is a new update.
I'm running Uruk1.0 and have installed the Uruk-market, check to make sure the Galaxy id was in place, cleared the framework over and over again but still not seeing at least 20 of the apps I use.
Anything else I can do?
Click to expand...
Click to collapse
Have you ever seen these apps in the Market on your Archos? Some things will not show up, no matter the device footprint, or the firmware version. Even using Market Enabler doesn't help. Also, alot of apps request hardware that isn't strictly necessary, like gps and 3g, and won't show up on devices that don't have the requested hardware.
yes, I used to see them just fine before I moved to Uruk1. On Uruk.7 I could download them. Not sure what changed.

[Q] This Item Is Not Compatible With Your Device on Market with Vegan Tab 7.1

I just got Vegan Tab 7.1 and LOVE IT... the UI is fantastic!
However, there seems to be an issue with several if not most of my apps on the Android Market. I get the message "This item is not compatible with your device"
All of these apps I have used with previous roms including Vegan tab 7.0.3 and Cyanogen Mod 7.1
Any help would be appreciated.
Thanks in advance
clear market data, then try again.... worked for me
Good Call, I should have thought of that.
Clearing data is only only a temporary fix (at least for me). A few hours later Market updates and I get the "not compatible" message again.
I clear data again and later it again updates.
The other solution seems to be to freeze the market updater.
That happend to me too...
I did go back to Harmony ROM.
one of the reason;
When using the Android Market website, a device will be grayed out if it isn’t compatible with the app you’re attempting to install. Most commonly, this occurs because the app isn’t designed for your device's screen size or version of Android.
source: https://www.google.com/support/androidmarket/bin/answer.py?hl=en&answer=1141074
I faced this issue as I changed my LCD density. After reverting back to the default LCD density value for my mobile, It worked normal.
I have also noticed that after the vegan 7.1 update, my device has *vanished* from the list of my devices on android market. Is anyone also noticing this?
praveen1789 said:
one of the reason;
After reverting back to the default LCD density value for my mobile, It worked normal.
Click to expand...
Click to collapse
What is the "default" density? After installing 7.1 i noticed it's now 160...
Regarding cache-clearing: I have tried that and it didn't work.
Dan
I am on stock 3588 plus the enhancement pack.
A couple of weeks ago I started having the same problem with the compatibility of most apps. In addition when I go the Market and then to My Apps now I only see a single app listed: LauncherPro. All other apps I installed from the market are no longer on the list.
I have reset the market by clearing the data and stopping Market and the Google Framework to no avail.
My G-Tab no longer shows as a device in my account.
I believe Google did something to eliminate the unauthorized devices.
I also think they have changed to block the "unauthorized" roms from working. about half the app installed now tell me they are not compatible with my device, and some of them are paid apps. I have asked this question, and the Markets response was to do a factory reset on my phone. I told them that was a crock as I have been on this rom for months now and a factory reset should be a last resort, not a standard fix. I asked them if they changed the market so that it looks at that, and no response yet. on the reply I got from the original mailing, my "specs" are included in the mail I sent them. It has android_os listed twice. the first is gingerbread, and the second is "other". And the first paragraph seems to indicate that with the "warning" about unauthorized os's. And the os is actually what should be on my device (android os), just it is modified, which happens when you personalize your phone anyway by adding widgets, change wallpaper or toggle features.
So is there any hack for that?
Or at least a way to find out what exactly in my device settings prevents the app from being compatible?
Use the modded market..you shouldn't run into that at all with it
http://forum.xda-developers.com/showthread.php?t=1582422

[Help] Wifi and 3G turning on alone...

Hello there! I have been having a bit of a problem lately. I own a BLU Dash 5.0 simunlocked from factory. It's a double sim model, which I have two sims, since the companies are spanish, let's call them Green Sim and Blue Sim (since that's how they are color coded in my status bar). It is also running Android Jelly Bean 4.2. Here is the problem. Ever since of March 20, a Chinese app appeared on my home screen, I don't know how, something called "Mobile Video" but the content was in a foreign Asian language. I suspect of my friend since I lent it to him for 15 minutes and then it appeared. Aside of this, the wifi and the Green Sim 3G was turned on.
I clicked on the app curious of it was something my friend downloaded from me, but then the app prompted me two options, I didn't know what it said since again, it was Asian. Next, I proceeded to uninstall it, going to my apps list, I was surprised to see another mysterious app, "Push_Down", that was the name. I uninstalled both Mobile Video and Push_Down. I thought I fixed the problem. Wrong.
Next day when I woke up, I found two new apps on my homescreen, and again, the Wifi and Green Sim 3G was on.These were Chinese also. I uninstalled them both and found once again "Push_Down" in my apps. After I uninstalled them, I thought the problem was finally fixed. Wrong again. Since this event, about every 2 or 3 hours, my Wifi and Green Sim 3G turn on automatically, but haven't downloaded anything new, one, because I have no credit left, and two, I have no internet at home. Ever since, daily I wake up, the same problem, the Wifi and 3G are on. I checked my SD Card, I checked my Phone Storage, both with 2 Antivirus (Avast!, and Lookout Mobile) and with Addons Detector. Surprisingly, nothing has appeared.
My last option is what hurts me most, to reset my phone, which I don't want to do since I have lots of apps installed, progress made with certain games and etc, etc. Also, I am not a root user, so I haven't rooted and won't root my phone.
Now, can anyone please help me? I am very annoyed at this happening everyday!
same problem...cheinese apps keep reinstalling
I too have had this problem for a few weeks now. Got a Chinese smartphone for Christmas (ok i know thats the first mistake, but it was worth a try for the money). mfaction royale mp720 (mpie comes up on the startup screen). Anyway i realised there where a few Chinese apps that came with it (pinyin and a app with a orange icon with a squirrel logo on it) so i unistalled these without problem. One chinese app i couldn't uninstall so i disabled it in the app settings
Everything had been working fine without problem and had been very happy with the phone until a week or so ago. started getting the apps described above installing. These include 'push_down' 'push_collect' 'filegogo' 'mobile video' and some others with chinese writing on them. I also get my phone setting itself to mute when these apps reappear. Keep uninstalling them but they keep coming back. Have tried AVG and Antimalware but they only flag things up as they install themselves, not the thing thats doing the installing. I thought that google account might be a problem so changed password and reset my phone to factory default. As a test i didn't connect back to google account. No joy. Although some apps have not reappeared some have and this morning a new one so i don't think its google account.
I did read some Chinese phones can have the malware embedded into the firmware but it's been fine for months. Perhaps there is a delay so your not likely to send the phone back then the malware begins. If this is the case then the only way round would be to root the phone then find the app or apps that are doing this. Not sure if it's easy to root one of these phones.
Anyone else had these symptoms after a full factory reset?. Anyone been able to sort it out? Anyone know of a guide to root his phone?
Hmmmmm....
cmillsy said:
I too have had this problem for a few weeks now. Got a Chinese smartphone for Christmas (ok i know thats the first mistake, but it was worth a try for the money). mfaction royale mp720 (mpie comes up on the startup screen). Anyway i realised there where a few Chinese apps that came with it (pinyin and a app with a orange icon with a squirrel logo on it) so i unistalled these without problem. One chinese app i couldn't uninstall so i disabled it in the app settings
Everything had been working fine without problem and had been very happy with the phone until a week or so ago. started getting the apps described above installing. These include 'push_down' 'push_collect' 'filegogo' 'mobile video' and some others with chinese writing on them. I also get my phone setting itself to mute when these apps reappear. Keep uninstalling them but they keep coming back. Have tried AVG and Antimalware but they only flag things up as they install themselves, not the thing thats doing the installing. I thought that google account might be a problem so changed password and reset my phone to factory default. As a test i didn't connect back to google account. No joy. Although some apps have not reappeared some have and this morning a new one so i don't think its google account.
I did read some Chinese phones can have the malware embedded into the firmware but it's been fine for months. Perhaps there is a delay so your not likely to send the phone back then the malware begins. If this is the case then the only way round would be to root the phone then find the app or apps that are doing this. Not sure if it's easy to root one of these phones.
Anyone else had these symptoms after a full factory reset?. Anyone been able to sort it out? Anyone know of a guide to root his phone?
Click to expand...
Click to collapse
Actually, as much as my experience from rooting, I haven't done it once again after a bad event I had, like almost bricking an old phone I had which for my good luck there was a way to restore it Ever since, I won't root anymore unless there exists a ROM backup by the manufacturer. But still, I don't know what's causing this. My phone has been fine since stock, I have more than 2 months with it! The problem started since last Thursday, which is why I suspect it's an app I downloaded or ad I clicked on. Any ideas?
(Also, thanks for your reply )

[Q] update.appfansworld.com in Chrome browser

I am getting an annoying spam/popup whatever in my Chrome browser. It's very deceiving and I've tried restarting Chrome, the phone, clearing cache but it still pops up all the time. It's from "update.appfansworld.com" and gives me an initial message about memory being low or something. Attached is a screenshot. Anyone know how I can get rid of this?
If this is an app.
Go to settings > application manager
Find the system ui upgrade app and uninstall it.
Is it a popup? If so try an ad blocker. Or figure out what site's giving you this junk.
If your user agent string is reporting as android (in Chrome it is) they can tailor ads to look like "updates".
If you get the "memory slowed" message hit cancel or the back button.
Sent from my Verizon NC5 Galaxy S4 w/ GEL and Xposed
Fixed this problem on my phone by going into the App Info for the Chrome App and Deleting All Data. Just had to resign into Google, and it has not come back so far.
Update.... Went one week with no pop up. Got one again from app fans world. Com again last night. Not the UI one though. This one said my browser crashed, which it hadn't. Spent several hours trying to get it to repeat, but it never did, nor did it today. Just as a final check, I ran Malwarebytes, and found only one instance of malware on my phone, but not thinking it was actually malware. It was the root uninstaller file for Smart Ram Booster Pro. I uninstalled the app anyway as I don't really use it. Will give an update on this in a week or so. Looking online, this is becoming a widespread issue.
jakel1.jf said:
Update.... Went one week with no pop up. Got one again from app fans world. Com again last night. Not the UI one though. This one said my browser crashed, which it hadn't. Spent several hours trying to get it to repeat, but it never did, nor did it today. Just as a final check, I ran Malwarebytes, and found only one instance of malware on my phone, but not thinking it was actually malware. It was the root uninstaller file for Smart Ram Booster Pro. I uninstalled the app anyway as I don't really use it. Will give an update on this in a week or so. Looking online, this is becoming a widespread issue.
Click to expand...
Click to collapse
Yeah I tried deleting data in the chrome browser but that didn't prevent it from coming back. I'll look forward to a solution if you find one.
After clearing the data under app info it stopped for a week for me. It was popping up every other page almost before that. Now, it popped up again just once, and I did a couple weeks worth of browsing in a couple hours after it did, just to see if I could get the pop up again to inspect it better, but it just won't come up again. I don't know if it is gone, or will pop up again sometime later. Weird.
I have been following a guy on the Verizon forum dealing with this. He was going to run his phone in safe mode, and try activating one 3rd party app at a time, using Terminal to see if he could find an app that was causing this. That didn't work though as while in safe mode with no 3rd party apps activated, it still happened. He is now going to reset his phone, reinstalling apps one at a time to see if he can find an app causing it. This will take more than a week though, as he will take time to test chrome for awhile after each app is installed. One thing to note is that the app.fansworld.com site was only created 12.18.14. It could be any app you installed slightly before to any time after that date, or even any update installed then. I am almost thinking it is something to do with Chrome, as I don't install anything except from the Playstore, and only a thing or two that I can remember during that time frame. I am going to both uninstalled all chrome updates, and try a different browser, to see if it still happens. If it does, I am going to factory reset my phone, and see if I can fix it.
jakel1.jf said:
I have been following a guy on the Verizon forum dealing with this. He was going to run his phone in safe mode, and try activating one 3rd party app at a time, using Terminal to see if he could find an app that was causing this. That didn't work though as while in safe mode with no 3rd party apps activated, it still happened. He is now going to reset his phone, reinstalling apps one at a time to see if he can find an app causing it. This will take more than a week though, as he will take time to test chrome for awhile after each app is installed. One thing to note is that the app.fansworld.com site was only created 12.18.14. It could be any app you installed slightly before to any time after that date, or even any update installed then. I am almost thinking it is something to do with Chrome, as I don't install anything except from the Playstore, and only a thing or two that I can remember during that time frame. I am going to both uninstalled all chrome updates, and try a different browser, to see if it still happens. If it does, I am going to factory reset my phone, and see if I can fix it.
Click to expand...
Click to collapse
I assumed it was a chrome thing since that's where it always pops up for me. I guess I could try another browser...
I did click on the page (clicking cancel or update does the same thing) as I figured I will be reseting my phone anyway. No matter how many times I click on it, all it does is redirect me to the Dolphin Browser page on the playstore. This makes me really suspicious because the developers of Dolphin Browser wouldn't ruin their extremely good reputation by doing this. I think the redirect is a cover for something else. Maybe a keystroke logger, or something just as malicious. Rolling back Chrome didn't get rid of the page that pops up. No popping up with new browser so far, went with Maxthon, but it is early. Really starting to think a complete wipe and reset is necessary. After all, the pop up is only what we are seeing, what else might be going on we can't.
Quick question... Have you downloaded any (.flv or.m2v specifically) video files during the time frame? Read a recent article about hackers using them to exploit vulnerabilities. Right now it is suggested not to download those 2 file types at all.
Factory reset my phone, which was a small hassle, but it has fixed it, and the other small bugs and slow downs that appeared at the same time. Back up your files... Pics and such you want to keep, and reset. Your phone should automatically re-install all your apps, although you will have to redo some of your settings. After you save your files to wherever you want, I saved them to my pc, just go to settings.. Then back up and restore.... And select factory reset or reset phone, however it is listed. Your phone will then be like brand new, and you will only have to re-set up a few things as most things will reinstall by themselves with their previous settings. Like I said, a small hassle, but it fixes the problem, and you again know your phone and data is secure.
It started doing it again today. Reset didn't work. Talked to the guy on verizon forum, and he is going through all files to locate it's origin. Will just have to wait until he is done. FYI--It started happening in other browsers too.

Categories

Resources