Motorola Droid :: Rooted App - Feature Request

Feb 8, 2010

Just rooted last night....Here's what I'm hoping to be able to do soon. I have a bluetooth parrot visor clip in my car. So far it works pretty well. But my one complaint is that the speaker inside it is only OK. It would be GREAT if the call audio while the phone is plugged into my car's AUX jack could be sent to my car's speakers instead of the bluetooth device, leaving the bluetooth device as a glorified microphone.

Right now, when a call comes in and I'm listening to music through my Droid the audio stops and the call audio is transferred to the parrot kit, as it should. So there is obviously some sort of programming that can be done....

Motorola Droid :: Rooted App - Feature Request


Android :: Why Doesn't W.request Feature Work?

Apr 29, 2009

I just want to set an icon in the right of titlebar, but it doesn't work, the icon is still at left. Did I miss something?

View 5 Replies View Related

HTC Legend :: Feature Request - Edit Dictionary

Apr 7, 2010

Enjoying the Legend. Surprised it did not come with a default notes app but after trying a couple Astrid works well.

For reading the forum it seemed people thought with sense 2.1 that one would be able to edit the dictionary. I can;t find a way to do this? It would be nice to edit/delete the misspelled words inadvertently added.

View 5 Replies View Related

Android :: Window.request Feature Does Not Work Correctly

Oct 7, 2009

i want to keep cancel button in the title bar at the right side, but i am getting the icon at the left side of title bar. Is this a bug or something else is required to accomplish this?

View 2 Replies View Related

Nexus :: WiFi - Cell Radio - Feature Request

Feb 15, 2010

Anyone know if there is a way to have the Nexus automatically go to Edge when WiFi is enabled? Seems like that would be a smart way to try to maximise battery life...

Maybe it's already doing this, I don't know, since the WiFi symbol blocks the 'E' or '3G' symbol...

But if it doesn't - I propose it as a feature for a future update...

Is there a page that allows Nexus users to propose features? iPhone had this way back...

View 8 Replies View Related

Android :: Feature Request - Defect Report Declined With No Comment

Jun 15, 2009

I just posted a defect / feature request and it was declined without comment. Can anybody explain to me why this was declined without an explanation?

http://code.google.com/p/android/issues/detail?id=2991

I took the time to provide feedback as a user of the android api, based on some discussion in the developer group. I am not the only developer who has encountered this deficiency in the api. I think I explained the deficiency clearly. And I think it is a professional courtesy to provide an explanation. If it is a duplicate, please say so. If I am in error and this is not a problem because of an oversight on my part, I think that would be helpful to know.

If the attitude of the project owners is that the api is good enough. Maybe we could have a short conversation about that.

As it stands now, I have no insight into this issue or why my defect was declined. Was it rejected for good reason or an arrogant developer who like to hit the reject button?

View 3 Replies View Related

Android : Feature Request/query - Possible To Read Java Properties Format Files For I18n Strings

Sep 14, 2009

I have an application which we are writing to be both a MIDP application using LWUIT as well as an Android application.

We attempt to share as much common code as possible between the two platforms.

I'd also really like to be able to share the localization strings when possible.

Reading through the docs in:

http://developer.android.com/guide/topics/resources/resources-i18n.html

It looks like Android uses an XML format to specify name-value pairs, e.g.:

{{{ <string name="go_online_message">You are currently offline. Go online? This will use the data network</string> }}}

View 2 Replies View Related

Motorola Droid : ROM Comparison / T-Chart Request

Feb 23, 2010

I hope what I'm asking hasn't been asked, but if so, I'd gladly take a link in the right direction.Is there a comparison chart/ T-chart that compares the various roms out there?Something that compares build (2.01 vs 2.1), features (wireless tether, live wallpapers, etc), speed results, strength/weakness narrative etc. similar to what you'd find on a consumer guide, perhaps in a scope and sequence type of alignment that alludes to release dates?I've heard "go with the rom that best suits your need", but a diagram like the one suggested might help the community.Perhaps a knowledgeable veteran would be interested in such a project?If I'm way off, just tell me to go pound sand.

View 13 Replies View Related

Motorola Droid :: 'Application Request Limit Reached' On Droid

Jan 5, 2010

so i went on facebook and that msg popped up tried refreshing it but the same msg pops up.everything else is working perfectly fine but its the facebook.any1 else having the same problem??

View 32 Replies View Related

Motorola Droid :: Facebook App Error - Application Request Limit Reached

Jan 5, 2010

Facebook app has been acting up on my Droid since evening. I can get to mobile site but the app says "application request limit reached" and will not get data from FB.

View 2 Replies View Related

Android :: Google Reader API Request Token - Get 400:Bad Request

Jul 8, 2010

this Android code worked fine before, but i'm having problems for some reason. here is the request i'm trying to make: https://www.google.com/reader/api/0/token. i'm getting 400:Bad Request as a response, and i'm not sure why. isn't this the correct URL for requesting a token? the auth token is being passed as a header in all requests now, and i can request feed list, and it works just fine, so there's nothing wrong with the auth code. what gives? in addition, i can request a token in a normal browser, like Chrome, and get a token as a response body. so the request itself is not the problem. i just can't figure out what is wrong with my requests in code...

View 1 Replies View Related

Motorola Droid :: Open Titanium Backup Superuser Request Window Pops Up Over And Over Again

Aug 27, 2010

When I open Titanium Backup the superuser request window pops up over and over again. Anyone have this issue? I searched but didn't come across any similar threads. I used Easy Root(sorry, the easy way).

View 1 Replies View Related

Motorola Droid X :: Droid X Wallpaper Request

Jul 19, 2010

I'd like for someone to either make (or if its been made, show me), the Andoid logo (little green alien) with an X-men logo on his his chest or make him look like one of the original X-men characters. Kind of like what was done with the Incredible with the Disney Incredibles logo on his chest. I think this would be pretty awesome.

View 10 Replies View Related

Motorola Droid :: Froyo 2.2 Non-rooted Or Rooted

Aug 12, 2010

I would like to know how many people are useing froyo non-rooted and rooted.I'm tyring to diside on what should i do?I also looking for advice on if i install Froyo Rooted, what can i do with it? and install on it?

View 6 Replies View Related

Bad Request While Trying To Send Cookie With HttpGet Request

Aug 17, 2012

I am developing an Android app for a website. I'm trying to get some information from the website by sending a cookie using a HttpGet request. I don't know where I am going wrong with the request. I am using AsyncTask to send the request to the server. The request also uses a token which I receive when I login to the webpage. All this is clear in the code below. This is part of the process in the doInBackground() function of the Asynctask:

BufferedReader in = null;
JSONObject token = Login.getToken(); // Token received after login, used in the cookie
try {
r = token.get("session_token").toString();
} catch (JSONException e) {
// TODO Auto-generated catch block
e.printStackTrace();
[code]...

View 1 Replies View Related

General :: What Is (DIAL Request Modified To SS Request)

Aug 21, 2013

I own a Xiaomi MI2S, running MIUI-3.8.16 @ Android version 4.1.1.JRO03L with Baseband version CEFWMAZM-2.0.128 017.

From my phone provider (Tele2) i have to dial a 1 (one) before my PIN-code when traveling abroad.

The code is accepted, I can be called and i can send and receive SMS messages.

However i cannot make phone-calls...

The error (?) is "DIAL request modified to SS request" and (very short) "not connected"

View 2 Replies View Related

Motorola Droid :: Moto Droid Rooted Or Eris Rooted

May 11, 2010

Currently I have an Eris with v3 Leak meaning I can't root. But my wife loves my phone so I plan on giving her mine and either getting another eris and rooting or a Moto Droid and rooting. I've been trying to read up on the Droid and the different ROMS available and have some questions.First I want to make a few things clear:

1. This IS NOT a phone comparison.

2. The Incredilble IS NOT an option since it can't be rooted and I don't want to spend $200 on it.

3. I'm looking for WELL INFORMED OPINIONS, if you don't have one keep moving there is nothing to see here.

To be fair I've obviously done a lot more reading on the Eris which is why I'm looking for well informed opinions from Droid owners that way I can make a well informed decision.

View 20 Replies View Related

Motorola Droid :: Multitouch Feature

Dec 18, 2009

I have noticed that there is now a way to put the Milestone firmware onto the Droid to enable the multitouch feature only available in Europe. I was wondering if anyone attempted the firmware update and had no problems with the transition?

View 25 Replies View Related

Motorola Droid :: How To Remove Feature

Nov 7, 2009

I can see how to change the pattern but I can not find how to remove the feature.

Using the New Moto Droid.

View 9 Replies View Related

Motorola Droid :: Does Anyone Know Of Some Applications That Have Similar Feature?

Jan 1, 2010

Does anyone know of some applications that have similar feature to the moto cliqs motoblur?

View 13 Replies View Related

Motorola Droid X :: Availability Of Cut And Paste Feature

Jul 19, 2010

Am I missing something or is this not available yet? I have tried cut & paste from an incoming email (both in Gmail and Yahoo) and can't seem to figure out a way to do it. I also tried cut & paste from the web browser, from a Google Doc and it doesn't work.

View 2 Replies View Related

Motorola Droid :: Any Cut / Paste Feature Tutorial?

Nov 7, 2009

Can someone point me to a cut/paste tutorial? I searched but couldn't find much. I have stumbled onto holding down the physical up key and dragging my finger over text to put it on the clipboard but need to know more.

View 9 Replies View Related

Motorola Droid :: Facebook Set As On Photos Feature

Jul 4, 2010

I have had my Droid since January and when I began to update my contact my friends that did not have facebook I would just go under an album and assign a picture off of facebook to their contact. When you go to the facebook picture from an album there was an option that said "set as". Well today I went to go try to set a picture to another friend and the "set as" option no longer shows up? Was that taken away with an update? Is there anyway to set a facebook picture from an album to a friend?

View 2 Replies View Related

Motorola Droid :: Quick Launch Feature

Dec 24, 2009

Under Settings > Applications > Quick launch, you can setup hot keys to launch apps. I've tried it a few times, and it sure doesn't seem too efficient to me. And I'm a keyboard shortcut kinda guy. Just wondering if any of y'all found a use for this "feature".

View 3 Replies View Related

Motorola Droid X :: Beautiful Widgets New Feature

Sep 29, 2010

I did not see this mentioned but I know it is a feature that many have been waiting for. You can now center the weather icon in the widget to give it more of a Sense UI widget feel. Widget skin shown is airportone.

View 26 Replies View Related

Motorola Droid :: Bluetooth Headset / Say A Command Feature

Nov 19, 2009

I have a motorola bluetooth headset and with my old Storm I could push the button on the headset and it would say "Say a command" from here I could say "Call John Doe mobile" and it would call him up. Haven't figured out how to make this work on the Droid in the same manner natively. Is it possible or is there an application. Purpose of bluetooth is to be hands free. Its not very hands free if I have to pull my phone out my pocket to dial the number first to be able to use the headset.

View 10 Replies View Related

Motorola Droid X :: Security Lock Feature Not Working?

Jul 19, 2010

All of a sudden my security lock feature stopped working. I've rebooted several times and the lock screen pops up initially after reboot, but then I do not see it again. I can lock the screen and it goes black, but if I hit lock/home key again it goes straight to home screen.

View 4 Replies View Related

Motorola Droid X :: Can Someone Check Picture / Camcorder Feature On DX?

Jul 18, 2010

Ours are due tomorrow. On our cheap pocket digital cameras, like the DX, you cannot zoom in camcorder mode.HOWEVER, if you are in camera mode, zoom in, and THEN switch to camcorder mode, the camcorder adopts the currently zoomed in setting.

View 2 Replies View Related

Motorola Droid :: Accidental - Activate Search Feature

Dec 14, 2009

This may have already been discovered but this weekend while holding my Droid I stumbled upon a cool (maybe useless) feature. If you have the "Google Search" shortcut on your home screen like I do, all you have to do is lightly shake the Droid to activate the search feature. You have to be on the same home screen as the Google Search shortcut. The weird thing is I cannot reproduce my findings 100% of the time. For instance, this morning it worked 7 out of 10 times.

View 20 Replies View Related

Motorola Droid X :: Hotspot Feature And Wireless Connection?

Jul 18, 2010

I need a wireless connection to use Xbox Live, how does the hotspot feature work? Worth$ 20?

View 14 Replies View Related







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