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
Related
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.
Hi
Currently my touch diamond will open the notes program if I remove the stylus during a call.
Is there a way to nominate/select a different program?
I use evernote and would prefer this to open if I need to make notes during a call.
Thanks, Dean
dwphoto said:
Hi
Currently my touch diamond will open the notes program if I remove the stylus during a call.
Is there a way to nominate/select a different program?
I use evernote and would prefer this to open if I need to make notes during a call.
Thanks, Dean
Click to expand...
Click to collapse
I agree....it would be nice to choose a different program to open when taking out the stylus during a call.
Anyone ??
No one out there with a solution ?
You can try SSMaPa - Search for it on here.
It does what you want in theory but I am pretty sure that it won't be applicable to that particular instance/action.
hi,
as you see, i m new, and need few advices. I searched forum and i couldn't find answers.
1. is it possible to get on default SEX1 spb shell, task, calendar be visible on the main screen? ( i mean, when i have something like birthday in my calendar, that on the screen is name and years like in the other panels). Try, didn't find...
2. Have a excel file, with some calculator program in it, and office mobile want open it, password protected said. But i sure didn't put password when i made it. Any advise?
Hope, you want find my questions stupid, and thanks for help...
What do you want to do exactly with the Mobile Shell? Add Calendar/Tasks?
yes, i want to when i have something in my calendar like birthday, meeting, that it shows me on the screen that day. It shows in others panels, in S2U2, but only not in SPB, and i use it most...
Thanks...
Im from Croatia, so my English maybe litlle bad...
At the bottom of Mobileshell, you have the tree tabs. The middle one contains Calendar, Clock and Profiles. It shows me the things I've organized today. I do not think it is possible to get this information in the first tab. At leats not with this version of Mobileshell. Future versions may allow it
Thanks,
that is problem, in the middle tab where is calendar, weather, to me doesn't show what i had organized, only displays when alarm is set....
i ve just installed a very nice rom. Does anybody knows a way to change the alphabet (make it in greek)on the top of the contacts app? i now have to roll all the way down to find a contact. in some way i solved my problem by installing icontact app, wich supports greek lang, but its eats a lot of memory and i dont want the default contact app, to be useless.
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