[Q] Android spell checker keeps resetting on reboot - Android Q&A, Help & Troubleshooting

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

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] Launcher default set to Home, no Web button or .apk access

I rooted the Nook Tablet using adb and NookandZergy, installed the Go Launcher EX, and had no problems until an accidental tick of the "default launcher" box. I know there are several Q and A posts on the subject, but none seem to have my particular problem.
- I seem to have no access to the developer setting or anything outside of the standard Nook settings. I don't see a way to access the developer settings, though when I plug the NT into a usb port, the notification for developer mode does come up.
- I have no "web" access, as in, I have no ability to open a web browser. I believe I may have deleted it when installing the root using one of the DOS options. The same goes for the search function.
- Going through the "library" app, I can see the android system UI files, etc., but nothing that could seem to help. I also can't launch any .apk files. The NT cannot read the file and claims it is an unsupported format.
I know I have tgps_launcher installed, at least I'm 95% certain that I do. I cannot seem to access it, unless I'm unaware of all the ways to do so. I think I've provided all the info surrounding this. If I have to nuke it and reroot, I will, though I would like to avoid that option and am unsure how to do so.
Any help is appreciate. Thanks in advance.
How to switch the default home launcher for HomeCatcher once I've already set it?... This link is in my FAQ >> i would suggest you to read it.
~ Veronica
Thanks for the quick reply.
Unfortunately this isn't possible solution, as it requires use of the "search" function. The search function for the NT Home was removed during the rooting process and is unavailable.
For the sake of argument, I tried to look for some sort of search functionality and found nothing. The only option, as I stated before, was to use the "library" app search function. This only displays actual Nook apps, however (Crossword, etc.).
maridus said:
Thanks for the quick reply.
Unfortunately this isn't possible solution, as it requires use of the "search" function. The search function for the NT Home was removed during the rooting process and is unavailable.
For the sake of argument, I tried to look for some sort of search functionality and found nothing. The only option, as I stated before, was to use the "library" app search function. This only displays actual Nook apps, however (Crossword, etc.).
Click to expand...
Click to collapse
First time i rooted (i had installed go launcher) few minutes later my device started to act weird it changed to Nook home launcher and go launcher disappeared i could not access to the browser icons eather, so i found a way to open apps and look in their settings too find for a link to make browser open and i succeeded once browser opened i went to android.market.com and looked for go launcher >> install after that a new window will pop up asking which application i desired to use to open it, i pick market app , it opened i installed then another window to ask which launcher i wanted for default home i pick go launcher and problem fixed. After that i removed stock launcher, cleaned my nt screen and got it a screen protector, never had that kind of issue again.
~ Veronica
lavero.burgos said:
First time i rooted (i had installed go launcher) few minutes later my device started to act weird it changed to Nook home launcher and go launcher disappeared i could not access to the browser icons eather, so i found a way to open apps and look in their settings too find for a link to make browser open and i succeeded once browser opened i went to android.market.com and looked for go launcher >> install after that a new window will pop up asking which application i desired to use to open it, i pick market app , it opened i installed then another window to ask which launcher i wanted for default home i pick go launcher and problem fixed. After that i removed stock launcher, cleaned my nt screen and got it a screen protector, never had that kind of issue again.
~ Veronica
Click to expand...
Click to collapse
Clever! Unfortunately, that was a no-go too. I went through Nook Friends to get to the google sign-in page, from there I got a mock google.com homepage going and found a download, but none of the ones I tried would work, the psuedo-browser would just crash.
Don't get me wrong, I would love to remove the stock launcher, but my gf actually prefers that interface to the Go Launcher (it's her device, I'm just doing the heavy lifting for her). I think I'm going to cut my losses and do the manual reset from your FAQ. Going with that, are there any launchers that more closely resemble the original Nook Home, or maybe a method of importing some of the icons/functionality of the rooted stuff to the Home? In any case, I'm going to be looking putting AnyCut and/or NT Hidden Settings to have several backups in case this happens again.
Thanks again for your help.
maridus said:
Clever! Unfortunately, that was a no-go too. I went through Nook Friends to get to the google sign-in page, from there I got a mock google.com homepage going and found a download, but none of the ones I tried would work, the psuedo-browser would just crash.
Don't get me wrong, I would love to remove the stock launcher, but my gf actually prefers that interface to the Go Launcher (it's her device, I'm just doing the heavy lifting for her). I think I'm going to cut my losses and do the manual reset from your FAQ. Going with that, are there any launchers that more closely resemble the original Nook Home, or maybe a method of importing some of the icons/functionality of the rooted stuff to the Home? In any case, I'm going to be looking putting AnyCut and/or NT Hidden Settings to have several backups in case this happens again.
Thanks again for your help.
Click to expand...
Click to collapse
You can use stock launcher and still have an alternative one for when you use it (lets say) and change between them by using homecatcher or another app like home switcher, you may want to go to B&N setting > search> searchable items and check more items there; also in the quick tips section of my FAQ tell you what app to use to add android apps to default nook home launcher.
BTW just checking when i opened the netflix app you get some links there to open browser but if its crashing then you probably have to start from scratch 'cause that's not normal behave anyway.
~ Veronica
Had the same thing happen to a friend's NT that I had rooted for him, and besides all that you mentioned "Button Savior" was there but didn't do anything. You are pretty much stuck.
I ended up having to do the 8+ factory resets and re-rooting, and then restoring everything from TiBackup. At least once you have the drivers working on your computer it's really not that big of a deal. I read somewhere that it might be related to "Homecatcher" but not sure about that.
~ G

ChatOn: Can't complete registration

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

[Q] Where to install 3rd party keyboards so they stick on reboot?

I use swiftkey, but I know it's an issue with ICS, that any 3rd party keyboard does not stick upon reboot because: "The issue is that Google Play installs paid apps in a particular location on your phone and that in some versions of Android (particularly 4.1 on Samsung devices) this location is not available at the point in the boot process where keyboards are being switched on. So your phone does not know that you have SwiftKey, and it defaults back to the phone’s keyboard.
We are unable to control where Google Play installs the app, and also unable to do anything about the way in which your phone boots up, so we are essentially powerless."
So, with that being said, if you have root, where would you want to install the keyboard to, because I just tried system/app and it still didn't stick upon reboot.
Forcing sticky settings
I ran into this exact problem trying to use a 3rd party spell checker on my Nexus 10 running Android 4.2.2 in a mostly stock environment
(Nova launcher, Lookout Premium security & privacy app)..... Long explanation follows of what I tried, skip to ¶ for the solution.
WARNING: THIS COULD HOSE YOUR PHONE SO USER BEWARE!!
After uninstalling almost everything I had downloaded, except the spell checker, I still couldn't get the setting to stick.
So, I started disabling Android apps like the dictionary provider & user dictionary apps. Still no sticky setting.
I finally downloaded a 3rd party keyboard app to replace the Android keyboard - AI-type is the app name & it's free - but while the setting
for the new keyboard stuck, the spell checker setting still didn't.
¶ I noticed that the Android keyboard app was running even though the alternate was working. So, I disabled the Android keyboard app itself. Voila!!
The spell checker setting finally stuck! It appears that even though I had selected an alternative keyboard, the Android keyboard app still runs & resets
whatever it pleases back to the default, regardless what the user did to the settings.
I would suggest you trying the same thing: disable the Android keyboard app, after sitting the input device to your 3rd party
keyboard. Hopefully, that forces Android to go directly to the alternate keyboard.
You may want to make sure the voice input stuff works, in case Android really can't find your keyboard app. Otherwise,
you're totally hosed without an Android input device.
I hope that works.... but please don't come after me if my suggestion hoses your phone.
Caveat emptor & all that; I am still a junior member of this forum. Even though I have ~30yrs experience as software engineer,
I know little about the Android guts. I'm learning, though.
Becky

'Just once' & 'Always' buttons are vanished from the popup window..

Seniors,
Please help me.
I have S6 Edge, Marsh mellow OS.
Somehow, when you get "Open with" dialog box, and you get some applications in that box, below that box, you will see "Just Once" and "Always" buttons.
That means, if you need some application to use this type of files just once or always.
Somehow in my phone, i do not see those options at all. It used to appear before but somehow those are vanished now.
I tried resetting the defaults etc from Applications menu, restarted a phone etc. But somehow that thing is not working at all.
It is very frustrating that every time you need to select the application to do particular action.
Please please help me.
I am not very keen to do a factory reset so trying this group for expert opinions..
Regards,
Anoop.
Guys, no one has got answer or come across this issue? Plz help
Sent from my SM-G925I using XDA-Developers mobile app
Since 6.01 the same happens with me.
If your phone is rooted, you can install xposed and module CustomShare to solve this issue.
Having the same issue here.
Try App Picker Classic, which does not require root.
My S6 Edge is the first Android I've had that I have not tried to root...and I've had a few.
..and this was an easy fix.
I wish Samsung had not changed the Default app selection behavior.
The nice thing about App Picker Classic is that if you don't like it, you aren't tied to it.
I like being able to select which app to use under certain circumstances...especially link sharing.
The only adjustment I found was that I had to go back into the phone's Default settings and specify my browser again. (Somehow I mistakenly told App Picker Classic that I wanted to use it for hotlinks.)

Categories

Resources