Motorola Droid :: Phone Worthy Of Replacing Existing Phone?
Sep 27, 2010
I've had a Moto Droid since around the first or second week of its release. I have my phone rooted and I'm running BuglessBeast V0.5. At the end of November I can renew my contract early and I'll get a new Android based phone. Are there any phones worthy of replacing the Motorola Droid? There's no denying that the Droid had/has the biggest community and developer base but what is the next Droid phone that will be the biggest hit with the community and developers? That's the phone I want to get.
View 13 Replies
Oct 19, 2009
I'm currently started using my HTC Magic phone for almost half a month with my existing 2GB MicroSD card.
I'm planning of upgrade/replace it with a 8GB card instead. May I know is there any special steps that I'll need to follow in order to switch everything (including existing data + application stored in the card) to the new ones? Is it by just copying all the data from the existing card to the new one will work?
View 2 Replies
View Related
Aug 19, 2010
Droid X - Configured with a Google Apps Premiere, working great. Attempting to add a personal GMail account. Go to the GMail app, select add account, fill in the metrics and then...... "Needs to communicate" message for ~ 3 minutes, then bombs out with - "Can't establish a reliable data connection to the server". 3G is fine, on a wifi connection that is fine, web browser works fine..... Google Apps account works fine.
View 3 Replies
View Related
Dec 6, 2009
Are there any applications out there to take the place of the HTC phone display? It seems kind of clunky, unintuitive and easy to miscue to me. I was wondering since it seems like there are superior non-native apps for every other phone function, but I haven't found one for the phone itself.
View 3 Replies
View Related
Sep 12, 2010
I just had my phone stolen, but I copied the whole SD onto my PC beforehand. When I get a new phone, and copy and replace all this data to the new phone, how much is it like the original phone then? Are the settings, placement of everything, etc. all the same or how does that work?
View 6 Replies
View Related
May 10, 2012
How I can replace stock phone.apk from official GB rom.. I am trying to replace phone.apk but I can't get a signal.. After replacing contacts.apk too I still can't get any signal.. I was trying to replace it with exdialer!
View 2 Replies
View Related
Oct 31, 2010
Does anyone have a step by step guide or link to replacing a new digitizer on a Sony X10. I bought a new one and it did not come with instructions on replacing it
View 2 Replies
View Related
Sep 9, 2010
I am just learning application development using Android platform. I want to know how if we post something in twitter app will go to twitter..how do they integrate these two ?
View 1 Replies
View Related
Feb 9, 2010
I miss typing in someones name on my BB keyboard and then pressing their name to call them. Love the Hero though. I know the hero can do this, but there are two things I dislike: 1. It uses a keypad not a keyboard. 2. The keypad takes up so much space that you can only see 2.5 names at a time, not 7 or 8+ like a BB. (I know about pressing the button to remove the keypad to see more names) Is there any way of changing #1 or #2 on my Hero? Also, What is the fastest way to copy someone's number and paste it in a text message to someone else? A task I seem to do more often than I would like. The send contact as a vcard is cool, but not all phones can read vcards.
View 2 Replies
View Related
Jul 3, 2010
I'm trying to add a phone number to an existing contact on android 2.1. Im currently using:
ContentValues values = new ContentValues();
values.put(Phone.RAW_CONTACT_ID,cursor.getColumnIndex(Phone.CONTACT_ID));
String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '1'";
ContentResolver cr = getContentResolver();
Cursor cursor = cr.query(ContactsContract.Contacts.CONTENT_URI,null, selection, null,ContactsContract.Contacts.DISPLAY_NAME+" COLLATE LOCALIZED ASC");
if (cursor.getCount() > 0) {cursor.moveToPosition(oldcontactid);
contactid = cursor.getString(cursor.getColumnIndex(ContactsContract.Contacts._ID));
values.put(Phone.RAW_CONTACT_ID,cursor.getColumnIndex(Phone.CONTACT_ID));
if (Integer.parseInt(cursor.getString(cursor.getColumnIndex(ContactsContract.Contacts.HAS_PHONE_NUMBER))) > 0) {
Cursor pCur = cr.query(ContactsContract.CommonDataKinds.Phone.CONTENT_URI,null,ContactsContract.CommonDataKinds.Phone.CONTACT_ID +" = ?",new String[]{contactid}, null);while (pCur.moveToNext()) {values.put(Phone.NUMBER,pCur.getString(pCur.getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER)));
values.put(Phone.TYPE, Phone.TYPE_MOBILE);}pCur.close();}}
Uri uri = getContentResolver().insert(Phone.CONTENT_URI, values);
but i get an error:
java.lang.UnsupportedOperationException: Unknown uri: content://com.android.contacts/data/phones
how would i be able to fix this?
View 4 Replies
View Related
Aug 3, 2010
My friend ran over my droid with his car. Still works fine just that the screen is cracked and part of the touchscreen doesn't work. I was wondering where I can buy the cheapest oem digitizer and lcd screen
View 1 Replies
View Related
Nov 14, 2010
I'm using a Android Wildfire and I used the following code to lookup the contact name of an existing phone number.
private String getContactNameFromNumber(String number) { String[] projection = new String[] { Contacts.Phones.DISPLAY_NAME, Contacts.Phones.NUMBER };
Uri contactUri = Uri.withAppendedPath(Contacts.Phones.CONTENT_FILTER_URL, Uri.encode(number));
Log.d(TAG, contactUri.toString());
// query time
Cursor c = context.getContentResolver().query(contactUri, projection, null, null, null);
// if the query returns 1 or more results
// return the first result
if (c.moveToFirst()) {
String name = c.getString(c.getColumnIndex(Contacts.Phones.DISPLAY_NAME));
Log.d(TAG, name);
return name;
}
// return null if no match was found return null;
}
I am unable to resolve the contact name. The logcat output shows the following
11-14 13:45:35.879: DEBUG/Test(3342): content://contacts/phones/filter/%2B919773653345
View 2 Replies
View Related
Dec 18, 2013
I just created a gmail account/profile and i wanted to use this new account in my existing Samsung S4 which i have login with another gmail account.I manage to remove the old account ID and login with the new ID, all sync was done. BUT i found that some of my existing contact is without name but having the phone number and i am not sure if there is any missing contacts?
Then I retry to login with the old ID and the contacts details came back to normal with one or two without the names.
View 1 Replies
View Related
Oct 16, 2009
Don't see a way to do that when I go to call history. What the hell? The only thing there is add a new contact but that's not what I want.
View 13 Replies
View Related
Sep 14, 2010
I really hope this is just a supplement. Verizon's Android App Store is Late, Not New.
View 10 Replies
View Related
Sep 17, 2010
For those of you who have gone outside of the pre-installed options, what are you favorite sources for Widgets?
View 5 Replies
View Related
Aug 18, 2010
Does anyone know if there is an Icon of the Incredible? I would like to replace the old telephone receiver icon on the dock with an Icon of the Incredible. If not could someone make me one from a picture or explain how to reduce the pic to a sice for the Icon? Currently I downloaded the Windows 7 icon pack from the market and i'm using the default cell phone icon which looks like an old canybar Nokia.
View 4 Replies
View Related
Jul 16, 2010
how to set up my Facebook account to only sync with my existing contacts, instead of every Facebook friend I have?
View 1 Replies
View Related
Jul 21, 2010
Is there any other way on the X to sync FB's pictures without it syncing the other junk like their phone numbers? I've tried Syncmypix but the quality of the pictures are kinda crappy.
View 3 Replies
View Related
Aug 20, 2010
How do I remove my themes and return the phone to stock, trying to get Froyo on my droid x..
View 2 Replies
View Related
Oct 20, 2010
I really want those characters people use on Facebook: hearts, smiley face, sun, etc. My best friend has a BB and says I can gwt them if i have auto text. I've Google the info and it there was one page that said to get the smart keyboard pro app. I have no idea in how to use it or get those cute little symbols. Please, anyine, HELP!!
View 1 Replies
View Related
Aug 7, 2010
Which one is sleeping? I feel like my phone is not sleeping when i press the lock key... it says phone standby uses 27% power and phone idle is 4%
View 1 Replies
View Related
Nov 10, 2009
Is there anyway I can silence the phone while I am sleeping except for phone calls?
View 5 Replies
View Related
Nov 10, 2009
I have a Nokia dumbphone I been using for the longest time from T-Mobile but I made the switch to get on big red and use the droid. So far so good. Any ideas how to transfer the contacts from a GSM phone onto the droid?
View 13 Replies
View Related
Nov 29, 2010
Can I get my Droid video clips off of my phone and onto my PC? I bought a SanDisk card reader usb port, put my SD card in it and plugged it into my PC. It doesn't show the video clips or "camera" pictures. I'd like to get some of this stuff off my phone and onto my PC.
View 2 Replies
View Related
Apr 21, 2010
I think at this point the cheapest option would be for me to buy a replacement digitizer ($65) and try and do the replacement myself. Does anyone know how to do this? Or know of a youtube link or website that has step by step instructions for replacing the digitizer?
View 4 Replies
View Related
Aug 25, 2010
I'm trying a run without sense to hopefully relieve a lot of the lag problems I've been having. I know I should root, but I don't want to while I'm still under warranty and I'd like to give it a try without to see if I would like it without sense. I have launcher pro installed with home switcher and that seems to have changed over fine(with one incident where my sense home came up). The problems I'm having are with the messaging and dialer apps. I've installed handcent and like it, but I still get the notifications for the sense messaging app, so now I get two every text messaged. Also I've installed Dialer one, but the green phone button still fires up the stock dialer. Is there any way to fully replace these parts without rooting? I also really want the calendar app back, is the launcher pro one similar enough? I like seeing the whole month and being able to scroll with just the widget.
View 2 Replies
View Related
Mar 4, 2010
I've heard that somewhere in the market you can find the apps you've purchased and download them again. Still can't find that. Nor can I find any place that will show me a list of the free apps i had downloaded. not sure if the latter actually exists. Anyway, where do I go to find a list of my apps that have synced with google?
View 6 Replies
View Related
Apr 2, 2010
They are at the final battle. It looks like we might have a fight on our hands since the Palm Pre just got the free hot-spot options from Verizon. March Smart Phone Madness Finals: Motorola Droid vs. Palm Pre Plus
The main points that I like to enjoy is: Droid beat out the phone that beat the iPhone, and the Droid got further in the brackets than any other Android OS phone Some of the progress is due to hardware, some due to following (over the Nexus'), but a lot due to the v2.01 (and now 2.1) version of the Android OS. Also, this poll is open ALL weekend - it does not close until April 5th, so we have tons of time...but then again, so does the Palm Pre. Let's have at 'em!
View 12 Replies
View Related
Mar 22, 2010
After many lost calls now I'm sure sometimes my Milestone just doesn't ring.This seems to happens when I don't use the phone for a long time, but I was not able to voluntarily reproduce the issue.Do anyone have the same problem?
View 4 Replies
View Related