ChatOn: Can't complete registration - Galaxy S III Q&A, (US Carriers)

Has anyone had any issues registering within the ChatOn app? I am able to get my verification code via text msg (which is automatically filled in and skips to next step), but when I enter my name I get an endless "Waiting..." progress meter. (Trying to register through the website only refers me back to the app.)
I tried this over LTE and wireless without any success. I did notice the keyboard icon in the notification bar, and the notice says "Ongoing: Select input type" (or something similar), so I wondered if it got stuck on that step somewhere. I do select my keyboard there (Swiftkey) without any result.
I've also tried using the default Samsung keyboard, but same thing.

Have you tried to uninstall and reinstall the app?

Tutsumi said:
Have you tried to uninstall and reinstall the app?
Click to expand...
Click to collapse
Yep, I did that a few times. But I forgot that this is no longer an issue. Shortly after posting the thread, the I was able to complete the installation.
I've since disabled the app. I was under the impression it was a catch-all messenger, not that it required setting up on other peoples' phones too. I really just wanted to have something that I could both MSN in general and BBM my sister (who's stuck on BB).
Thx

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] Virus/Phishing Malware repeatedly requesting Gmail login

Hello guys,
I have registered this account to ask this question, I will try my best to avoid any of the annoying pitfalls of being new.
HANDSET - Samsung GT-i9100
CARRIER - Vodafone UK
OS - Android 2.3.3 using GoLauncher Pro
This morning the notification bar showed 10 updates available, I updated them all, all of them being apps that I recognised. Following the updates I now get a recurring pop-up window asking for my Google account username and password. The window pops up in the middle of the screen with whatever I was looking at before dimmed in the background. It occurs on the lockscreen, homescreen and in any app I open. Pressing cancel just causes it to reappear, only pressing the home button makes it go away fully, however never for more than 30 seconds. I am able to stop it from appearing for a few minutes by clearing the RAM.
I tried entering false information into the form to see what happened - it now prompts me with the options to 'Reinput' or 'Cancle' (actual spelling) and appears just as frequently.
AVG has turned up nothing and Android Assistant doesn't show any strange processes.
I am completely stumped.
Thanks for taking the time to read this and in advance for any input you may be able to offer.
solved by unistalling and reinstalling GoLauncher. No idea what caused it. Cheers.
notoriousTOBP said:
solved by unistalling and reinstalling GoLauncher. No idea what caused it. Cheers.
Click to expand...
Click to collapse
Damn. I uninstalled GoLauncher.
Usually it happens when you try to modify something on your account without stopping the sync before
Sent by my Optimus 2x using Tapatalk
It was an update to GoLauncher EX Notification - they have been having trouble making it work with the Gmail app for some time and thought they had it cracked, however people updating to the new version experienced this problem. Their poor spelling I suppose exacerbated the problem as it made it look like malware. Can't be critical though, must be an absolute nightmare to program something like this and write the UI in a second language.
Today's update reverts the changes and explains (ish) in the update log.

[Q] Android spell checker keeps resetting on reboot

I posted this on the General forum a couple of days ago - obviously the wrong place since it's been ignored.
So, trying again here, ....
I downloaded the app QuickSpell from MobiSytems.
To use it for everything, I select QuickSpell for the Spell checker in the Android Language & input settings. When I reboot, the setting reverts back to the Android default.
When I choose QuickSpell, I get a warning dialog that says that what I type, including passwords & credit card numbers, may be captured & used for nefarious purposes... OK, not quite that phrase, but basically that gist. I have to select OK in order for the setting to change.
I power down then back up, then look at the Spell checker setting: it's back to the Android default. Something else also resets: the Google voice typing setting re-enables itself. I have no clue about that either.
I've tried disabling the Dictionary Provider app before rebooting... the setting is back to the default. I haven't been able to figure out what generates the warning message, nor if there is any other app that could be disabled to help.
My Nexus 10 is mostly standard: Android 4.2.2 (the latest update), the Nova launcher and Lookout Premium as my security app. I know that that us not the problem, even though it does scan for privacy data access. I've emailed their support & gotten a reply saying that they do not change anything, just do their scans and report the results to let the user decide what to do.
I've emailed MobiSystems support & gotten nothing back but an automated reply.
Any suggestions for what to try to either make the setting sticky, or to track down the culprit so that they can tell me how to make it sticky?
Also, what is the easiest-to-use, best keyboard app for Android systems. I really hate this default one. (QuickSpell does help by learning enough to correct the most obvious of my typing mistakes.... now if it can learn what to do when I hit the N or B keys instead of the space bar so wordsbrunbtogethetnlikebvnthis....)
Thanks for your help!
Becky

Developer Warning for package

I am getting the error message: "developer warning for package failed to post notification on channel null" on some of the apps i use.
How can i get rid of it?
TegraY said:
I am getting the error message: "developer warning for package failed to post notification on channel null" on some of the apps i use.
How can i get rid of it?
Click to expand...
Click to collapse
You can't unless your the developer of the app and write the code. If your not then the developer who codes the apps needs to fix that.
Google searching the error shows stuff like this (to give you an example why it's a code issue)
https://code.tutsplus.com/tutorials/android-o-how-to-use-notification-channels--cms-28616
scottusa2008 said:
You can't unless your the developer of the app and write the code. If your not then the developer who codes the apps needs to fix that.
Google searching the error shows stuff like this (to give you an example why it's a code issue)
Click to expand...
Click to collapse
Thanks for replying.
I am geting this error message when i open the facebook or google chrome app. I am from austria and noticed this error when i was opening the app named quando. My friend has also the Galaxy s9 and he is not getting this error messages.
Does it has somthing to do with the development tools option that i activated on my phone?
TegraY said:
Thanks for replying.
I am geting this error message when i open the facebook or google chrome app. I am from austria and noticed this error when i was opening the app named quando. My friend has also the Galaxy s9 and he is not getting this error messages.
Does it has somthing to do with the development tools option that i activated on my phone?
Click to expand...
Click to collapse
No, enabling developer options should not do this. If your wanting to find out for sure then just simply turn off developer options.
Taking the time to read the link I posted should help fill in what is going on. But it is a bit techy so I will try to summarize as best as I can. Android notifications have to be associated with a channel. If no channel is specified (or doesn't exist if it was) then the notification can't go anywhere and gets stuck in "null" space (pardon the sci-fi term).
As an example... Facebook wants to let you know something important, so it sends a Facebook notification via the Facebook notification channel. Up pops a notification that lets you know what Facebook had to tell you.
Now this example deals with the error your seeing. Using Facebook as an example again for this... Facebook wants to let you know something important. Facebook tries to send you a notification but when it tries to open the notification channel it can not. Because the software encountered a problem it lets you know that the notification couldn't because it couldn't find the channel to use for sending it.
Now I know you said your friend has the same phone and about the only difference(s) I can think of that would cause an issue like this is your running an older (or beta build) android OS. If your using a custom rom then you should get in touch with the people who created the rom and see what they can do to help.
Still even if none of those apply the developer of the software your using would have to resolve the issue. At the very least they are the best people to contact over your issue since they know more about the software they made
Wrong
I have this problem when I open messenger or when I chat with someone shows me this ""developer warning for package com.facebook.katana failed to post notification on channel null"" how can I solves this
Imirub said:
I have this problem when I open messenger or when I chat with someone shows me this ""developer warning for package com.facebook.katana failed to post notification on channel null"" how can I solves this
Click to expand...
Click to collapse
The answer given is not wrong, feel free to Google search the error cuz it tells you the same thing I did. I even posted a link detailing the issue.
You have 4 options really
1. Get a hold of Facebook and have them fix the problem with the Facebook messenger software
2. Check if "show notification channel warnings" is toggled under developer options (if you have it enabled). If it is try toggling it off and see if that helps. if it doesn't then you have to go with option 1
3. If your using a custom rom (or modification to stock rom) contact the people who made the rom (or modification) and see if they have any ideas. When you guys ask for you don't indicate if your using stock, custom or modified OS's on your phone.. so this option might not apply, but its here as a "just in case it does".
4. Using a modified/custom apk? Did you get the apk from another source other then Google play? Did you do anything to the phone? You can try uninstalling the app and reinstalling it from Google play. If you did anything to the phone you can try factory resetting it, which would remove all your apps and reset the phone to its default settings. A factory reset would be a last resort IMHO because this means you have to set everything back up from scratch. If you do end up factory resetting the phone install messenger first and see if you get the same error. If this option doesn't apply then you gonna have to go with option 1.
Under normal circumstances you shouldn't be seeing this error, especially with a major brand like facebook. So I would start with what with (or on) your phone might be causing the problem. If the issue happens with Facebook messenger only then I suggest you contact Facebook for help.
scottusa2008 said:
2. Check if "show notification channel warnings" is toggled under developer options (if you have it enabled). If it is try toggling it off and see if that helps. if it doesn't then you have to go with option 1.
Click to expand...
Click to collapse
Thank you! This one solved the problem!
The thread can be closed or marked as solved.

Need Android BROWSER app that does nothing to tie it to pop-up and neutralize it.

Need specifically an app that registers as a BROWSER on Android but does nothing, to tell the pop-up to always open in that, because I've got the app that does nothing but I can't tie the pop-up to it because it doesn't appear in options
Basically as a result I want the pop-up to try and open in the BROWSER app that does nothing meaning no more pop-ups as a result.
I've tried everything else to remove the pop-up and I can't factory reset because I got too many things on the smartphone. I've had this pop-up for over half a year... HEEELP! =]
angry.pidgeon said:
Need specifically an app that registers as a BROWSER on Android but does nothing, to tell the pop-up to always open in that, because I've got the app that does nothing but I can't tie the pop-up to it because it doesn't appear in options
Basically as a result I want the pop-up to try and open in the BROWSER app that does nothing meaning no more pop-ups as a result.
I've tried everything else to remove the pop-up and I can't factory reset because I got too many things on the smartphone. I've had this pop-up for over half a year... HEEELP! =]
Click to expand...
Click to collapse
If I understand, pop-ups appears on your home screen or elsewhere, and you want them to go an Internet browser instead of your home screen (or everywhere else it appears)?

Categories

Resources