Hi,
Everytime I apply a ROM update on my Imate Jamin device, I lose all info including the custom words I've added in T9 dictionary, plus all my voice dialing tags. Is there any way to save them? Where are they stored on the device?
Any help regarding the above would be appreciated..
James.
I'm asking the same question... I've added a word to the dictionary I wanna remove. Does anyone know?
DB
The orignal T9's are .dll files, so I doubt you will be able to edit them. Windows folder, start with T9 <language>.dll
You could use a third party SIP, like sunnysoft's interwrite, with which you can add custom dictionaries in .txt form to suggest words. Quite handy and easily edited.
Hope this helps.
hello all,
is there a way to customize the order of the contacts on the favorit contact screen or they only can be stored alphabeticaly?
thanks for helping
i dont think there is natively but if to use pcm keyboard you can tag favourites
Hi!
you can see on attachement my widget, but I need a little more help to finish...
I test it on my Nexus One and it worked nicely as on the emulator.
My problem is after deleting or receiving new sms.
the sms database don't seem to update untill I close my widget.
I think that is du to the fact the database isn't close until I use the widget.
So can I "close and reopen" my widget without the user see it? Or does it exist a solution to close more than the cursor after taking the message I need?
If I have to use SQLiteDatabaseHelper How do I open sms database by this way?
You also can post comment on my work if want.
my widget work on android 1.6 to 2.1
feature:
- show sms received
- button to open conversation and reply
- button to delete
- button to send a new sms
- button to navigate in sms/inbox
bug to fix:
- refresh after change in sms database
feature to come if bug fix:
- animation beetwin sms
- mark read unread sms
thank's for reading me (excuse my frenchy English..!)
Nice work, I would like to test it. And if needed and supported, I could make a translation to greek. PM me if it's possible.
Hi,
if you're looking for translators I can do the Italian and German part
Greets
Thank's for your answer, I may ask you later, but before I have to correct my last bug. Because even if my widget seems to be nice, we always recieve and delete messages, and that make this bug embarrassing...
I've find so many thing's to buid this that I'm convince I will find how correct it... But a little help will really advance my project wich is building a pack of widget....
Very cool widget!
Not a programmer sorry, but I can help translate to Danish
ooookkkkk!
When it will be finish, I really have to make a multilingual version!!
I would recommend posting this in stackoverflow.com and tag it with android. They are pretty fast answering.
I haven't made any widgets but maybe you should try and check the Notepad Tutorial ( http://d.android.com/resources/tutorials/notepad/notepad-ex3.html ), specially the fillData() method. It works for refreshing the listview.
I allready post on android's forum like stackoverflow and they don't wan't answer me. One beg me to stop my work because a new version of android coold change the method of storing sms and my program will break and it coold maked something like "polluted code?"
But my point of view is that I have a nice Nexus One and I want widget which can do more than what we can find on the market...
Thank you for your post, I will check the site you gave me...
Reading the documentation the minimum refresh update time is 30 min. for widgets. So maybe that's why your widget is not updating.
It seems that you will need to set an alarm if you want faster updates. Here there is some discussion about that: http://groups.google.com/group/android-developers/browse_thread/thread/963a41b2be0ff545?pli=1
I think that the probleme do not come from refreshing my widget but it come from the refresh of the mmssms database.
So I have decided to change my way to acces to this database and want use the path "data/data/...../mmssms.db". When I want to acces to the dataBase by this way, it failed to open the database.
Why changing th way to open thi database and not use "content://sms"?
Because by this android seems to managed the file mmssms.db and open it for you to manage your cursor, that's why we don't use DBadapter... but the fact is android do not close the Database until your program is close (I think) and do not update the database because the file is probably in mode "alone read"... So I wante to managed open and close by myself to be sure if I am wrong or right.
the mmssms.db fil isn't openable for security reason's. So I try to understand why content provider do not refresh until I close the widget but I have no answer. I am searching for other's solution too but I have not enough information to ending my widget so I hesitate to fall down developpement of my widget...
Nice work
hi, i wld like to install simplify chinese input and ffont. tried some .not working veri gd. anyone has ant that can intro ?
i have tried zta4, sunglobe , ce star . nt working welll . anyone can help ? thanks
I am using QQ Pinyin Input, http://mobile.qq.com/py/ which currently in beta.
If you are not keen in beta app, try this http://shouji.sogou.com/
Although HD2 is not listed in the list of supported device, it worked for me with QQ Pinyin Input. I did not try the one from sogou.com as I was looking for both Simplified and Traditional Chinese input which QQ Pinyin Input serves my need.
Zentury said:
I am using QQ Pinyin Input, http://mobile.qq.com/py/ which currently in beta.
If you are not keen in beta app, try this http://shouji.sogou.com/
Although HD2 is not listed in the list of supported device, it worked for me with QQ Pinyin Input. I did not try the one from sogou.com as I was looking for both Simplified and Traditional Chinese input which QQ Pinyin Input serves my need.
Click to expand...
Click to collapse
Hi,
thanks for ur suggestion. May I check with u does this input disable the contact suggestion when u compose a sms ? I have tried others input before and although can type chinese, the contact suggestion function is gone. The QQ pinyin input u used includes chinese font to view alsoz ? thanks !
Here are the screenshots of QQ Pinyin Input on my HD2.
http://forum.xda-developers.com/showthread.php?t=647307
Sorry, I don't understand what you meant by "contact suggestion". Is it "predictive input" that you are referring to ?
I believe QQ Pinyin input did put a font on my HD2 during installation.
Zentury said:
Here are the screenshots of QQ Pinyin Input on my HD2.
http://forum.xda-developers.com/showthread.php?t=647307
Sorry, I don't understand what you meant by "contact suggestion". Is it "predictive input" that you are referring to ?
I believe QQ Pinyin input did put a font on my HD2 during installation.
Click to expand...
Click to collapse
hi thats right . its the predictive input . previously, i have problem with zta4. after installed, when i want to sms, the function in which it will suggest names will be disabled. example, i want send to john, i just type jo then the name will appear . zta4 seems to disable that . otherwise its perfect. do u have this issue with QQ ?
Ok, I did a bit of digging around the web to find out what "contact suggestion" is about. I think I know enough to answer your question.
HTC Messaging app which has silhouette of a person on the right-hand side, which, when touched, will bring you into the contacts list selection tab.
What I am trying to say is that the messaging app has been designed so, therefore I don't think any IME is able to modify that field into one with a pull-down list with multi-selection capability.
You should therefore look for an alternative messaging app that can support "contact suggestion list" in the recipient field instead of another IME.
pool,
I need chinese input as well. I tried CE star which worked perfectly on my HD but on the HD2 the keyboard never shows up.
I just downloaded QQ and it works fine for chinese input but it does disable the predictive contact lookup display. If you type someones name and hit enter it will find that person and add their number to the message. But it does not give a list to chose from.
If you want predictive lookuo you have to press the person icon next to the "To:" field and enter the name in the contact search field. it is a little extra work but it is effective.
There is probably a registry edit to reactivate the contact lookup in SMS. I might search for that.
If you find someting better let me know.
check this http://forum.xda-developers.com/showthread.php?t=700311
hope will help all the problems
solved
Problem solved,
I uninstalled CE Star and noticed that when I would enter a contact name in sms or email the qwerty keyboard would stay on t9. When I switched off the t9 I would get the list of contacts dropping down matching the typed characters.
I uninstalled qq and reinstalled qq and CE star and now when I touch the to: box to enter text the keyboard automatically switches from t9 to abc and the contacts drop down aas I enter text. Now I can also use swipe to enter contact names and get the contacts to drop down.
I am happy now.
hi, was abit laggyy in reply. sorry. anyway, uwhat i did was to install QQ to type. my phone sonehow still unable display chinese, so i then installed sunglobe.
i too get the contact lost missing error when i type sms. my workaround was to exit and enter sms again. then the list appear. but seeing then u guys seems to find a perfect solution, i might follow ur way as well
pool7979 said:
hi, was abit laggyy in reply. sorry. anyway, uwhat i did was to install QQ to type. my phone sonehow still unable display chinese, so i then installed sunglobe.
i too get the contact lost missing error when i type sms. my workaround was to exit and enter sms again. then the list appear. but seeing then u guys seems to find a perfect solution, i might follow ur way as well
Click to expand...
Click to collapse
Forget about QQ Pinyin, forget about sunglobe, I used them all and wasn't impressed by them.
Instead, back up your data, hard reset, and try THIS solution made by geniuses called Joseng and dioxda2 here on xda.
BumAround said:
Forget about QQ Pinyin, forget about sunglobe, I used them all and wasn't impressed by them.
Instead, back up your data, hard reset, and try THIS solution made by geniuses called Joseng and dioxda2 here on xda.
Click to expand...
Click to collapse
thanks for sharing ur info. However, I need simplify chinese and pinyin instead as my country use simplified chinese more often. Nevertheless, thanks !!!
is there no other foolproof way for hd2 ?
pool7979 said:
thanks for sharing ur info. However, I need simplify chinese and pinyin instead as my country use simplified chinese more often. Nevertheless, thanks !!!
is there no other foolproof way for hd2 ?
Click to expand...
Click to collapse
Why don't you PM the senior members that I mentioned above.
They're good people, and pretty sure they'll help you out if they could.
Would you try this ROM, it's in simplified Chinese, see if you like it ? Read the instructions and every info before you flash. Flash at your own risk.
Hello
Im starting a russian program and all the characters show up like "???"
Does anybody know how to solve the problem?
Usually means either the character encoding is set wrong (if it's a web site or web view, right-click and change the encoding; if it's built into the app then there's not much you can do) or it means that you don't have the correct (cyrillic?) fonts installed. Installing the Russian language pack for WIndows, or just installing the font packs from it, would hopefully solve this.
I installed the russian language pack but it doesn't help
It's weird that it runs just normal to a friend of mine without doing anything