HTC Desire :: Modify Contacts From PC

Apr 26, 2010

I messed up my contacts in my HTC Desire (by sync with PC, sync with Exchange, ....) and now I have lots of contacts 3 or 4 times in the phone. Is there any way I can modify the contacts from my PC? That would be a lot easier than doing this on the little HTC screen. This used to be possible with my old Nokia phone through the OVI software.

HTC Desire :: modify contacts from PC


HTC Desire : Unable To Modify Calendar - People.bookmarks - Music

Sep 30, 2010

Having problems with htc sync

I am using ver. 3.0.5422. it goes thru the sync operation but does modify calendar, people.bookmarks. music. photos or documents.

does anybody have any ideas to fix this?

View 2 Replies View Related

HTC Desire :: Facebook Contacts With Mobile Nos On Profile In Contacts - Birthdays Coming Up In Calendar

Aug 16, 2010

Having all my facebook contacts who have their mobile nos on their profile coming up in my contacts and all the ones with their birthdays coming up in my calendar. Any idea how I can stop this because it's annoying having all this info I don't want amongst the stuff I do.

View 5 Replies View Related

HTC Desire :: Sim - Phone Contacts Showing When Look Up Contacts To Text

Jun 14, 2010

Anyone know how I can stop my Sim contacts showing up when I go to text someone. I am also getting my phone contacts also so its double contacts I am getting when I try to text. Just want one or the other. Not both.

View 3 Replies View Related

HTC Desire :: How Do I Get My Contacts In Gmail Back Onto Desire?

Jul 16, 2010

So Ive been messing with my contacts and exported them to Gmail where I edited them.I now want those contacts back on my phone as google contacts but don't know how to do it.In the people setting I currently have all my contacts saved as 'phone' but there are some errors. The ones Ive edited on Gmail have all the errors fixed.I have no contacts as 'google' in the people setting.Ive tried syncing with google (with contacts selected) but nothing came through. Could this be because I still had the contacts open in Gmail on my laptop ?I also tried selecting export from Gmail which created a CSV (or similar !) file, however this file was only a few bytes in size and when I saved it on the SD card and tried to import in people there was nothing on it ?So all I want to do is get the correct contacts from Gmail onto the people app on the Desire under 'google' contacts.I feel its something simple that im not doing right.

View 10 Replies View Related

HTC Desire :: Way To Import Contacts Onto Desire?

Aug 1, 2010

I will probably get a desire tomorrow. Currently I have my contacts saved to windows address book. Is there a way to import these contacts onto the desire?

View 2 Replies View Related

Android :: Possible To Modify .apk

Jun 1, 2010

is it even possible to modify .apk, by adding additional class to .dex and re-packing with modified manifest.xml?I know there are tools such as baksmali / smali to disassemble / re-assemble given classes.dex from .apk, but not sure limitation what could be modified from there on? I'm trying to add additional activity, to modify starting launcher activity (may be from androidmanifest.xml) from original apk, then re-pack and sign to make complete single .apk all need to be done out of build time, no raw source or build structure visible, only .apk as input.

View 1 Replies View Related

Modify And Run OCR App On Android?

Feb 20, 2012

Im want to modify and run an OCR app on android.As per my research i found that the OCR engine needs an NDK access.

Hence i've started with trying basic ndk samples.But im unable to compile/run those samples too.

Im working on windows 7 64-bit.

My question is whether i need to use Cygwin to run the above ?

View 1 Replies View Related

Android :: Can't Modify Database

Jun 10, 2009

I frequently encounter this message when I try to update a table (to enter a proxy) in the database using adb shell. $ adb shell #sqlite3 / data/ data/ com. android.providers. settings/databases/ settings.db sqlite> SELECT * FROM secure; SQL error: not an error sqlite>

View 3 Replies View Related

HTC EVO 4G :: Modify The Name Of Apps On Your Screen

Jun 9, 2010

New to Android (liking it so far though) is there a way to modify the names of Apps on your Home Screen?

For instance, the name Dolphin Browser HD can't fully be displayed due to length. Android does this fade-out thing: Dolphin Bro and any other App with a name longer than 9ish letters fades out like this.

I'd prefer to simply customize the display name of the App so that it doesn't have to fade out. I find it incredibly ugly.

View 4 Replies View Related

Android :: How To Modify The Call Log

Apr 12, 2009

How to modify the call log? What permissions do i need and is it possible to get some basic code to show how? just a few lines not whole classes or anything.

View 4 Replies View Related

Android :: How To Modify Value In AttributeSet

Jul 2, 2009

Is there a simple way to modify value in AttributeSet?

All i want to do is something like this: in Button.java public Button(Context context, AttributeSet attrs, int defStyle) { /** In origional XML, I have android:textSize="20sp". Then do something to make textSize attr. value + 2sp. The effect of this will make all button textSize bigger than original setting. **/ super(context, attrs, defStyle);}

View 4 Replies View Related

Android :: XML - DOM - Modify - String

Jun 29, 2010

I am coding an Android client that talks to some web services via XML packets.
A typical packet looks like this..

<Packet service="login">
<username></username>
<password></password>
</Packet>

I have about 20 of these packets and would like to store them in my resources maybe in res/xml or res/raw

I want to store these 'empty' packets and load them using XML DOM and then fill in the content between the tags or attributes but am unsure how to do this.

Once the DOM packet has been filled in I want to get that back as a String so that I can send the packet to the server.

So to summarize my questions are..

(1) How do I load an XML resource using DOM?

(2) How do I convert the DOM object to a String?

View 2 Replies View Related

Android :: How To Modify Settings App

Aug 18, 2010

I would like to hack around the Android default Settings app for prototyping purposes. What is the correct procedure for building and installing the "customized" app?

After I modify the Settings source in the platform source tree, how to I build it? After I build it, can I install Settings by itself, or do I rebuild and reinstall the entire Android platform image?

View 1 Replies View Related

Android :: Modify Notification Of Another App

Aug 24, 2010

I'm trying to find out if it is possible to modify the notification of another app (the calendar app from Samsung) from my own app. Specifically I'd like to change the alarm for a calendar event from a one-time sound (which is silent, if the phone is set to vibrate) to a repeating vibrate.

Can I even modify the notifications belonging to a differnt app?

If I can't, could my app get notified about all notifications and just rethrow my own, modified notifications?

View 1 Replies View Related

Android :: OnCreate - Cant Modify

Aug 21, 2009

My prob is the following: My android application has the class TestActivity (entrypoint) -my app uses "library.jar" wich contains J2ME classes, used as library -library.jar also includes "UIActivity" [can spawn several dialogs] wich is called by a (j2me) class of library.jar -I only have the .class files of the j2me-lib stuff, so I cant modify them, but I can do so on Android-classes

so... the short form:

CODE:.............

finally I get the error:

CODE:.............

Do I have to use Services instead of Activities? But afaik I have to give a reference of an activity to spawn dialogs.

View 3 Replies View Related

General :: Android App To Modify APK?

Sep 3, 2013

I would like to ask whether there is an app to modify apks on your phone or not I'm asking because I don't get to use the computer that much.

View 1 Replies View Related

General :: How To Modify XML File

Jan 17, 2013

How to modify .xml file which editor on mobile and pc work for that

View 4 Replies View Related

General :: How To Modify Kii Keyboard

Feb 28, 2014

I tried to modify this keyboard .. I already modified what i want except one thing > Row numbers in arabic language

It look like that

And i want it like That

I Searched a lot in the xml files and found this one and i think it is the file i should modify but i don't know how ?

HTML Code:

<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:latin="http://schemas.android.com/apk/res/com.zl.inputmethod.latin">
<Key latin:moreKeys="!text/more_keys_for_symbols_1" latin:additionalMoreKeys="!text/additional_more_keys_for_symbols_1" latin:keyLabel="!text/keylabel_for_symbols_1" />
<Key latin:moreKeys="!text/more_keys_for_symbols_2" latin:additionalMoreKeys="!text/additional_more_keys_for_symbols_2" latin:keyLabel="!text/keylabel_for_symbols_2" />
<Key latin:moreKeys="!text/more_keys_for_symbols_3"

[code]....

I want to know what does this text mean ( !text/keylabel_for_symbols_1 )

which file i should modify ?

View 1 Replies View Related

HTC Desire :: Why Some Of My Contacts Are Different?

Jul 5, 2010

Ive put two people widgets on one of my home screens, one for friends and the other for family.On some of the contact photo's there is an icon overlaid of a business card and on others its an icon of a phone.For example the photo of my mum has a business card icon. When I click on her pic from within the widget it opens up her contact info from where I can choose to call her home, mobile, send text etc.One of my friends photo's has the phone icon, I have two numbers for him in his contacts (home and mobile) yet when I click his picture it automatically goes straight to the dialer and calls his mobile. This is a pain if I want to call his house phone.Can anyone explain why some of my contacts are different ?When I upgraded to the Desire and put my SIM in it, I copied my SIM contacts to the phone and then selected to only show phone contacts as this go rid of the duplicate contacts.I also had to link various contacts because when I copied from the SIM they were all split up ie Barry - Home and Barry - Mobile were two separate contacts.

View 2 Replies View Related

Android :: Modify Voice Data Before It's Sent

Dec 3, 2009

Is it possible to modify the voice data before it's sent to the radio?

View 2 Replies View Related

Android :: How To Modify System Preferences

Oct 15, 2009

How I can access and modify the system preferences (the options you see on system 'Settings' application)?

Cheersss, Armond

View 2 Replies View Related

Android :: Modify Strings.xml Dynamically

Apr 21, 2010

I want to implement a "Settings" section in my application, and I want that when the user selects whatever, one of the strings from string.xml will change its value according to the user selection. Is this possible at all? any ideas on how to implement it?

View 4 Replies View Related

Android :: How To Modify The .apk File Name During Compilation

Sep 27, 2010

I want to change my apk file name on every compilation of my build.

For example, I have my build name currently, android.apk

Now I want it to be on every compilation as, android_v0_0_1.apk android_v0_0_2.apk android_v0_0_3.apk . . . . And so on.

How do I achieve these results.

View 4 Replies View Related

Android :: Modify The Drawable Of An ImageView

Oct 25, 2009

I have a gridView generated using BaseAdaptor. (and implementing methods getView() , getCount() ,...) My problem is that i want to specify a drwable image for each ImageView created using BaseAdaptor.

i tried this line: myBaseAdapterInstance.getView(i, null, gridview).setImageDrawable(R.drawable.myimage);

where i is the position of the ImageView that i want.

But myImage isnt displayed on the gridView.

View 2 Replies View Related

Android :: How To Customize The Launcher Without Modify The SDK

Jul 8, 2009

I would like to build my own launcher application. Beside modify the Launcher.apk in the SDK, is there any other method to replace my own application as the home menu?

View 5 Replies View Related

Android :: Modify The RecentTasks List

Dec 6, 2009

I know I can get recent tasks list by using ActivityManager - public List<RecentTaskInfo> getRecentTasks(int maxNum, int flags);

but can I modfiy it?

I also check the source code to find out the storage of recent tasks. but I cannot understand it. Where the recent tasks from? I want to add a method setRecentTasks to ActivityManagerNative.java

CODE:.....................

View 4 Replies View Related

HTC Magic :: Modify Messaging Display

Jul 9, 2010

How you can change the view of how the text messages are displayed? like the color that's highlighted for the person your texting or is there an app that will let you change anything about texting?

View 2 Replies View Related

Android :: How To Modify The The Height Of Status Bar

Jun 23, 2010

Can I modify the the height of status bar? if yes,how? 'notification bar'

View 1 Replies View Related

Android :: Way To Modify 9 Patch Images?

Sep 24, 2009

I wish to customize the button images, but after I opened the png file, changed the color, reimported back into the draw9patch editor, the compiler spew out errors. how can I modify the 9 patch image of the default button?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved