Android :: How To Distinguish Between GV And Normal Calls?

Oct 16, 2010

Is there any way to have the phone show me if it's a GV call as opposed to a call to my cell number? My hope was to put my GV number on my resume and be able to tell if it was an employer calling. But so far, in my tests, I can't tell if the inbound number called my GV or my cell.

Android :: How to Distinguish between GV and Normal calls?


Motorola Droid X : Bluetooth Calls - Battery Went From 100% Down To 60% / Normal?

Aug 11, 2010

Question for others who use a Bluetooth headset with their Droid X. I was on a call using my headset for about an hour. During that time, my battery went from 100% down to 60%. Is this normal? This was with a phone I pulled fresh off the charger. When I make calls just using the phone without Bluetooth, it barely drains at all. Anyone else experiencing this?

I went to the Verizon store and the guy there basically said that this phone only had 3 hours of talk time and that is why it drained so much and that with the Bluetooth on it would make it worse. I've used other phones with Bluetooth and not seen battery drain like this.

View 4 Replies View Related

HTC Desire :: Battery Running Out Fast Sometimes Not Getting Incoming Calls / 63% Is Normal?

Jun 30, 2010

I have my desire from the end of april. Everything was ok, battery runs about 30-50 hours depending on the load til last week monday. I start to receive a sms about missed calls and peoples tell me what then they call me operator says that phone is out of reach. Now the battery runs only a day. about 12 hours.
I take a look into Battery use and there shows that Android system uses about 63% Is this normal?

View 2 Replies View Related

Motorola Droid :: Call Log Only Shows Calls From Current Day / Is It Normal?

Dec 30, 2009

Is it normal for the Call log to only shows calls from the current day?

View 3 Replies View Related

Android :: Ringtones / Notifications To Distinguish Different Groups?

Jun 30, 2010

I'm looking for a way to do two slightly different things:

1) I want to be able to assign different ringtones to different groups on the phone (ie based on the groups assigned within the Google contacts database).

2) I really need to be able to set the phone on silent overnight for everything (calls, emails, sms messages) EXCEPT for calls from people in a VIP list who I want to be able to wake me up.

I've been able to do this on "dumb" phones for the last 10 years! Can anyone restore my faith in this thing's smartness?

View 3 Replies View Related

Android :: Normal Maps Vs Normal Coordinates

Jul 10, 2010

I'm currently working with OpenGL ES 1.1 and using the DrawElements convention along with Vertex, Normal, Texture Coordinate, and Index arrays.

I recently came across this while researching the idea of using Normal/Bump mapping which I previously though impossible with OpenGL ES: http://iphone-3d-programming.labs.oreilly.com/ch08.html

I can generate an object-apace normal map already from my 3D modeler, but what I'm not completely clear on is whether or not the Normal coordinates array will be necessary any longer if implementing a 2nd texture unit for normal mapping, or will Lighting + Color Texture Combined with a Normal map via the DOT3_RGB option be all that is required?

EDIT - After researching DOT3 Lighting a bit further, I'm not sure if the answer given by ognian is correct. This page, [url] gives an example of it's usage and if you look at the "Rendering & Final Result" section bit of code, there is no normal array ClientState for Normal Arrays is never enabled.

I also found this post here,[url] which explains it well... but leads me to another question. In the comments, it's stated that instead of translation of normals, you translate light direction. I'm confused about this as if I have a game with a stationary wall... why would I move the light around just for one model? Hoping someone can give a good explanation of all of this...

View 2 Replies View Related

Android :: Push Notification - Distinguish Incoming Message Is For Which Application

Nov 10, 2009

If two or more applications are installed on the phone and those are using broadcast receiver to listen and some message comes .Now in case of push notification how can we distinguish the incoming message is for which application?

View 8 Replies View Related

Android :: Distinguish When App Is Being Finalized Vs Destroyed For Screen Orientation Change

Mar 20, 2010

I am relatively new to the Android world and am having some difficultly understanding how the whole screen orientation cycle works. I understand that when the orientation changes from portrait to landscape or vice versa the activity is destroyed and then re-created. Thus all the code in the onCreate function will run again. So here's my situation: I have an app that I am working on where it logs into a website, retrieves data, and displays it to the user. While this is all done in background threads, the code that starts these threads is in the onCreate function. Now, the problem lies in that whenever the user changes the screen orientation, the app will log in, retrieve the data, and display it to the user again. What I would like to do is set a boolean that tells the app if it is logged in or not so it knows whether or not it must log in when the onCreate function is called. So long as the app is in memory the HttpClient will exist and contain the cookies from logging the user in but when the app is killed by the system those will go away. So I would assume that I need to do something like setting the logged in boolean to false when the app is killed but since onDestroy is called when the screen is rotated how is this possible? I also looked into the finalize function and isFinishing() but those seem to not be working.

Shorter version: How can I distinguish between when an app is being killed from memory from when an activity is being rotated and different code for each event?

View 2 Replies View Related

Motorola Droid :: Any Way To Distinguish Email Notifications From Text?

Feb 14, 2010

I don't want to be notified via sound that I get new email. But, I do want to hear it when I get a text. Right now, the only way I can figure out to avoid it is to delete my email account from my phone. Most of my email is garbage so I don't need to hear a sound everytime a spam mail comes through. Also if I wind up deleting my AOL account from the phone, how do I do it?

View 7 Replies View Related

Android :: Spinner - How To Do Distinguish User's Actions From Computer's Actions In OnItemSelectedListener

Nov 17, 2010

I'm in a trouble managing a spinner. I have a spinner with its adapter. I initialize the spinner with a list of values when starting my activity. Then I force the selected value to be the one used in the object that I manage.

Once the screen is initialized :
When the user selects a value in the spinner, according to the selected value, I may continue (or not) to another activity for let the user choose a complementary and necessary value.

If the user "cancels" this second activity, I want to rollback the spinner to its previous selected value, and cancel some actions made in the meantime.

If the user goes to the end of the second activity, everything is fine and I want juste to refresh the spinner display with the datas selected in the second activity (I overload the getView method in the adapter to do this).

Overall, I can easily do all of this, however, when I force the selected value in the spinner at the begining of my activity, or whene returning back from the second activity by "Cancel", the change value event is catched and the second activity is triggered (the user did not click anything at all).

How would you allow the second activity to be lauched only if the change of the selected value in the spinner is due to a manual action from the user, and prevent that same second activity to be launched when the value of spinner is changed "in the code "?

I tried many solutions, as setting a boolean into the adapter that tells if the next event will be raised because of an "in the code" action.

Or also putting a boolean in the adapter that tells if the adapter has initialised itself, and I force that boolean to true on the forst change catched event.

View 1 Replies View Related

HTC Droid Eris :: Calls Do Not Even Show Up - Appear As Missed Calls

Jul 3, 2010

Not sure if this is technically the "silent bug" but calls do not even show up on the phone, they just appear as "missed call from...." no noise no other notification. I restarted phone but it did it again right away. Phone does show the 50% bug in battery info.

View 1 Replies View Related

Android :: OpenGL Normal Mapping

Feb 9, 2009

Is it possible at this time to get normal mapping to work on android? I'm asking because it would involve the use of GL_DOT3_RGB, which is in the GL11 specs, not GL10. But GL11 is indicated as not completely supported.Is there an official list of GL11 features that do not work, or is it simply unstable and I should just avoid it for now?

View 2 Replies View Related

Android :: Need App For Normal Text Messages

Sep 2, 2010

I can't get used to the texting app that comes on the Epic 4g. It uses thread format which I can't adjust to. I would like to have normal text messages where I can reply to one or start a new one. Can anyone help? Is there a diff app I could use?

View 10 Replies View Related

Android : Can't Get Same Name On My Phone As My Normal Msn On Computer Has

Oct 6, 2010

I keep having this minor problem when usin msn talk on my galaxy s, nothing really big but anyhow. When I log in with my phone it changes my display name to something that I can change on my phone, but because I can't get any really special characters to work (well actually just one, D with a stroke) I can't get the same name on my phone as my normal msn on computer has. Okay well I could live with that, but when I log off from my phone it doesn't revert the change but it changes the display name on my computer's msn too! It gets really annoying to change my display name every single time I log in with my computer. And it does the exact same thing with my personal message. So the question is, can this be prevented in any way? ps: does anyone know how I can get that stock sms app to mark every sms as "read" when I've responded?

View 1 Replies View Related

HTC EVO 4G :: Make VoIP Calls Or Skype Out Calls

Jun 9, 2010

Is there anyway to make VoIP calls or Skype Out calls on the EVO? I am switching from the iPhone 3GS and am going out of the country on vacation in a month and I got used to making Skype Out calls over WiFi when out of the country.

View 3 Replies View Related

HTC Incredible :: Not Receiving Calls - Log As Missed Calls

Apr 30, 2010

having problems receiving calls. When I call the phone from another line, nothing happens except its logged as a missed call. The screen doesnt light up and no options for receiving calls. This happened before I installed Google voice. I disabled Google voice and still no joy. Everything else works. I can make calls, browse over WiFi and 3G.

View 8 Replies View Related

Android :: Use Camera API For Normal Quality Pictures

Nov 27, 2009

I'm using the default camera API of Android 1.6 like this:

Intent photoIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); photoIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File (Environment.getExternalStorageDirectory(), "test.jpg"))); startActivityForResult(photoPickerIntent, 1);

But the image is saved on very low resolution 512 x 348. I added the QUALITY property but it doesn't make sence: photoPickerIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); There are many more posts on the internet talking about this issue but there's no solution (jet). Is it solved on 2.0??? I realy need the high resolution image (3MP).

View 5 Replies View Related

Android :: Start A Mapactivity From A Normal Activtiy?

Jun 3, 2010

How can i start a Mapactivity from a normal Activtiy?

View 2 Replies View Related

Android :: Emails Won't Sync Without Archiving / Is This Normal?

Dec 27, 2009

Whenever I receive and read an email though my phone's gmail application, it does not show up having been read in my online gmail inbox. But if I archive the message from my phone, it shows up having been archived from my online inbox. Is this normal? I'd like to be able to keep an email on my phone rather than having to archive it right away.

View 1 Replies View Related

Android :: Battery Only Lasts For 6 Hours With Normal Usage

Aug 24, 2010

My battery almost died after 6hrs unplugged, made 1 phone call, checked FB and email once. What happened? I have the incrediable, I had a full charge when I left at 7am, around 1 something my phone almost died. I had nothing running in the background

View 6 Replies View Related

Android :: More Than 4 Tabs In Tabhost / Normal Size / Scrollable

Aug 5, 2009

if i use more then 4 tabs in the tabhost, they get to small to use with your finger.i like to scroll to the tabs, but no scrollview or set the tabhost to a scrollcontainer will solve the problem!

View 3 Replies View Related

Android :: Opening Camera Application And Function As Normal?

Oct 6, 2010

I see a ton of results when searching for how to open the camera, and get the returned image. What about simply opening the camera app without any return at all? I just want the camera to function as normal.

View 1 Replies View Related

Sprint HTC Hero :: Normal Android Lock Screen

Nov 16, 2009

I don't really like the lock screen for the Sprint Hero and I was wondering if there was a way to get rid of it and use the normal Android lock screen I have looked around but I can't seem to find any info about how to do this or if it's possible or if I would need root access to change something like this

View 1 Replies View Related

Android :: Button Draws Normal State After Pressing

Mar 30, 2010

I'm new to Android and just starting the very basics. I implement my custom button skin using .9.png images for norma/focus/pressed states. It works fine, but I noticed that after a pressed the focussed button it visually "lost" focus and draws the normal state frame. I planned to use different state images to highloght what button is selected right now, but it seems that it would not work. I noticed also that the same happens with the default LAF button. Is it OK, or it's just emulator issue? What the good workaroud can be used?

View 2 Replies View Related

Android :: To Play Audio At 1.4 Times Normal Speed

Aug 2, 2010

I need to play mp3 at 1.4 (or other) times the normal speed. How can I do that?

View 1 Replies View Related

Android :: Is It Normal To Play An Audio During Phone Call?

Mar 15, 2009

When you pick up the call and switch the screen to MediaPlayer to play an audio, it is able to be heard from handset (receiver). Thus, you can hear the far-end voice and your local music at the same time. Is it a normal behavior? Android seems not to have the mechanism to let Mediaplayer to remember its status (to keep music pause or mute?) in the phone call. Or this is a normal design for notification sounds, such as a call- waiting sound? Is it possible to have an secondary gain feature like windows mobile in the future?

View 7 Replies View Related

Android :: Apps Listed In Dollars In UK / Is This Normal - Get It In Pounds?

Nov 15, 2010

Just wandering, I'm the UK and apps are listed in Dollars?

Is this normal or is there a way to get it in pounds, just bought an app but might refund if its going to cost extra?

View 9 Replies View Related

General :: Emulate Android Froyo With Normal Kernel?

Nov 3, 2012

Is there any way to emulate an android froyo with normal kernel and everything a normal android phone has? Including a market and recovery mode. I want this mainly because I feel terrified by the thought that I might brick my phone flashing a custom rom and I am a beginner so I never tried anything complicated with it. So before I try anything over my phone I want to try this on an emulated phone.

View 9 Replies View Related

Android :: Is It Normal For OnCreate Method To Be Called Multiple Times?

Aug 27, 2010

I have some code in the onCreate method an Activity and noticed that it is being called three times. Is it normal behaviour?

View 1 Replies View Related

Android :: Need Droid Apps That Alter Normal Phone Operations

Feb 19, 2010

So i was wondering if its possible to for an application that i would write to be constantly running in the background and alter regular phone operations. For example this could be something like as soon as you receive a text from anyone you forward it automatically to another number. Is something like this at all possible? Just to be clear I don't want to solve that particular problem through some other means, just want to know if apps can accomplish that. Also if that is possible is it possible for an app that i write to alter more immediate and instant things, like an incoming call.

View 1 Replies View Related







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