Anyone know how this is supposed to work? I don't think mine is working. I'm assuming that if I type a phrase a lot it will learn that and change the next word suggestion appropriately. For instance I often type, "let me know if you need anything" and it never suggests need after you. I would think it would learn that that's what I'm looking for. Maybe I'm misunderstanding, though. Is this working for others?
Maybe I need to clear cache or try uninstalling updates and re-updating.
I'm on a moto x on 4.4.2, by the way.
Related
maybe someone can help me. I flashed nuerom 2.0 build 5044 and everything is working beutifully. And before i get flamed i am not able to use the search function as it never finds anything regardless of what of what i search for.
However i cant seem to receive pics mail. now im figureing that since this is a sprint specific software that the proper files are not in place to make this work. does anyone know where i can get them or if there is something i can change to make it work. kind of annoying not being able to recieve pix mail.
Also my GPS seems to be working, sort of. I cant seem to get a fix but it will search for satellites and usually finds 2. I am using googlemaps. is there a better software or a patch or fix to make this more consistent.
And lastly i am receiving a popup prompting for a username and password when i got to access the web. I can click cancel and it lets me go right through but its an annoyance and really bothers me. I wasnt given a u/n and p/w and it doesnt appear i need one. Can i stop this from happening.
Keep up the great work everyone who is contributing.
MMS is not cooked in to the nueroms. I don't know of a way to add it without it being cooked in to the ROM.
You can use another software like Live Search or TomTom.
Just put a check mark in remember password. It should stop asking.
thanks appreciate all your help. your previous posts helped with my phone as well.
I'm currently using the latest MiniCM7 on my X10 mini.
The one app I'm really missing is the official Natwest App. It doesn't appear in the market on my phone and if I look it up on the android market on my computer then I am told it is incompatible. I'm just curious as to whether people on other ROMS are able to download it? Maybe I could modify something to make it compatible.
Apparently a lot of people have had similar problems, trying to run a UK banking app on anything other than a stock ROM.
I had a quick Google hunt about this and quite a few people suggest using the app, Bank Control, which apparently works with Natwest as well as some other banks. Some have talked about editing the phone's build.prop as well.
Not much help, I know, but hopefully this may be useful to you.
I've been reluctant to try Bank Control as its not officially supported by Natwest. I've finally given it a go and now can't register with it for some reason.
I'm interested in modifying the build.prop. People seem to have had success on other phones by editing the ro.build.fingerprint. Could somebody post that line from a stock X10 mini so I could give it a go? Or could I use the ro.build.fingerprint from a different phone without it affecting anything?
Well, I could..but it might be easier if I just gave you the whole thing and you can pick the bits you need..
I've had to zip it because .prop files can't be attached here.
Worked like an absolute charm, thanks a lot!
In case anyone searches for this I changed the ro.build.fingerprint line to
Code:
ro.build.fingerprint=SEMC/U20i_1238-7173/U20i/delta:2.1-update1/2.1.1.A.0.6/-X_d:user/release-keys
Didn't have to change anything else.
No problem, I'm glad it worked out.
First I'm deeply sorry to being a novice question come to this forum to disturb, but I couldn't get answers in other common android forums.
Second many greetings to you all, and hope to be helpful some day here. Apologies too for any cr*p as my english is quite limited.
And the thing:
As you know better than me, market gets your device id, and if an app witch has a minimal specification (f.e. skyfire, requests resolution over 480*320, flashplayer cpu over arm6 and so on), your device does not meet, is not listed. But as you again sure know better than me some of them sometimes do work in the device.
Is there a way from the device to get the Whole list or yo send the device id I like to market so I can list this apps or any other way than do on my self and find somewhere else to get them one by one?
What would happen If I change device id in /system/build.prop, something nasty or is this id wich is sent to market?
Sorry again if something is too lame or stupid, and thanks for your time.
Only let know that athough I belived it could, market does not get dev id from the built.prop in /system. I changed and erased all data of market but still does not make it...
Dear All,
Recently got a Chinese phone from the net running ICS. I set the language to English, but some cuneiform text appears below the name of the people calling me. Is there any way to fix this?
theblackalchemist said:
Dear All,
Recently got a Chinese phone from the net running ICS. I set the language to English, but some cuneiform text appears below the name of the people calling me. Is there any way to fix this?
Click to expand...
Click to collapse
Other than a custom rom or knowing how to decompile the apps and edit out the coding, probably not. Only possible easy solution that might or might not (probably not...) would be to make sure the locale is set to an English speaking country using something like this: https://play.google.com/store/apps/details?id=com.bruce.setlocale
Thanks.
I am not intimidated my code as such (fluent in c++) but it'll take some time to understand android... Any idea which app I should look at? considering android is open source, I can probably patch the change in, create a replacement app and see if that works...
KR
TBA
theblackalchemist said:
Thanks.
I am not intimidated my code as such (fluent in c++) but it'll take some time to understand android... Any idea which app I should look at? considering android is open source, I can probably patch the change in, create a replacement app and see if that works...
KR
TBA
Click to expand...
Click to collapse
It's most likely either in something like a LocationProvider.apk (/system/apps) or the phone/dialer apk. If you are rooted, I'd try and free the LocationProvider,apk and see if that doesn't help. Try the easy stuff first. But I'd poke around in a thread like this: http://forum.xda-developers.com/showthread.php?t=1891962 or something similar that deals with this idea on porting Chinese roms to English.
Or you could just be lazy and see if installing another Contact/Dialer app from the Play Store just circumvents the whole deal.
Already tried using a caller id app, its more of a hit and miss... I was wondering what would happen if I just happen to replace the apps you mentioned from those of stock android? does that make sense?
I'm trying to work with a custom build of Android based on KitKat to incorporate a stylus, copying some of the functionality (though not code) from Samsung which sells Android-with-stylus builds for e.g. the Note 3. I'm not including details of the specific device because right now I am working on a custom dev device and my aim is to write code which is generic enough to be usable from any Android (based on KitKat). The build (written by others) already incorporates drivers and sends stylus events correctly as motion events etc. Programming at the app level I can receive onHover, ontouch, onClick etc
The specific functionality I am trying to achieve is to pick up a stylus-button-click while hovering. It's perfectly possible to do this in any app, using an onGenericMotion Listener.
However, I want to make my "stylus-action" have system-wide effect - so that anywhere (in any other app, or in the launcher or whatever) I will pick up the event (prior to any other app) and bring up my custom menu. (just like AirCommand in Samsung Note 3) I guess in my custom Android this would then make that particular action somewhat protected or unusable for other users, but I'm ok with that.
In older Android (prior to ICS) you could try something by putting up a System Overlay (i.e in regular app code, without hacking the ROM at all), but this is no longer possible.
This is not an attempt to tapjack or whatever, I understand why this functionality has been removed from the domain of the regular programmer, and I don't want to regress my ROM back to pre-ICS behaviour by allowing the System Overlay hack. Now I am programming the system (if my change is good enough I'd like to submit it back to AOSP) so I would like to know the best method to address this. Since Samsung have already done this, it must be legal (using legal in the terms of "Android will allow it"), and I want to do it right.
Is it possible to write something similar to the System Overlay when you are running from a system service? Or is there a good choke-point to capture events before they are broadcast to the current running apps?
I was looking at (sorry, not allowed to post links) AndroidXRef /frameworks/base/core/java/android/view/View.java specifically in the function dispatchHoverEvent() which looks like a promising place. My naive idea is that I would place code here checking the MotionEvent to see if the button is pressed and if it is, don't call any listeners and instead call my little menu app (or broadcast a custom message, or something anyway). However, I've never written code on the ROM level before (LOTS of experience writing app code) so I don't know if this is a really bad point or a good point to add in code. Should I be putting things at a higher level or a lower one? Will this capture all events or not? Is it all just trial and error?
If this is the wrong place to ask questions like this, please tell me where on XDA I should be asking it. If it's the right place - please answer
Thanks
Kibi
Crickets....
Is this the wrong forum to ask? Anyone able to clue me in on where i should be asking?
Thanks
Last try
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
kibi1 said:
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
Click to expand...
Click to collapse
this is not a wrong section but your post is too long so no one intrested to wasting time to read whole post.even i haven't read the post
kibi1 said:
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
Click to expand...
Click to collapse
The guy above me is a ****. I stumbled across this post looking for something completely unrelated (title interested me). Five words in I knew this was something completely out of my league, but I still read the entire post. If I may offer you some probably useless advice, I would talk to the devs in the note forums. The only problem I could see is that the AOSP guys don't have this function in their roms because it's locked up Samsung code and the guys modding the stock roms leave it alone for the same reason. I could also be completely wrong. Like I said completely out of my league.