Android :: Map API Key Doesn't Works In App

Nov 3, 2010

I've been working for a while in an Android app that uses a lot of the Maps API. And the thing is it works in the emulator with my debug key, but i see only a grid when i put "true" key, i tried with three already that i know they worked, so why could it be? I have internet permission (in the right place, befoce ) and i just can't find why this thing only works with the debug key.

Android :: Map API Key doesn't works in app


Android :: Using FB For Contact Pix Works Then It Doesn't

Apr 23, 2010

I don't want to sync my contacts to my Facebook friends, but what I want to do is be able to add their Facebook profile photos as my Contacts icon. I tried this last night using the built-in FB app in my Moto Droid, and it worked fine. Once. I got into my friend's FB Photo/profile album, long-held on the photo, and was given the option (like in Gallery) to SET AS, which I did. Tried it again with someone else's photo, and it wouldn't give me the SET AS option any more. So I went in to FB through my browser, did the same exercise with another friend's photo, and was given the option to SAVE the photo, which I did, then looked it and did a SET AS. That happened once and I couldn't get it to work again.

View 2 Replies View Related

Android :: Doesn't Highlight On Touch / But Works When I Use Trackball

Sep 4, 2010

I am using a couple of ListView elements in my app. In all cases, it doesn't highlight the selected item when I click/touch it, but I can use the trackball to scroll up and down, and can see the orange highlighted color then. How do I fix this? one of them is a LinearLayout with two TextViews in it.

View 1 Replies View Related

Sony Ericsson :: X2 Sms Doesn't Works Anymore

Sep 6, 2010

It is the second time that sms stops to works on my xperia x2.The first one it was 2 months ago: I've just bought the phone, I notified the problem and I done a hard reset and it start to function normally (the software version was the last available in June).Today I have had the same problem: it is not possible to open the sms (no by the icon on the main page, no by the sms icon in the main menu, ecc), and new sms are not notified.

View 4 Replies View Related

Motorola Droid X :: Google Voice Search Commands - What Works And What Doesn't

Jul 22, 2010

(Note I'm referring to the google Voice Search utility, not the Voice Dialer utlity)

So far: I've confirmed that 3 special voice commands work on my Droid X:

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

However, there are supposed to be more (from my research), but none of the following is working:
"Call <contact> mobile/work/home/etc" to call that contact
"Dial <number> " to dial the number

Has anyone discovered any other working voice commands?

View 4 Replies View Related

Nexus :: Rotate 1 Way / Landscape Works / Rotate Other Way / It Doesn't

Jul 1, 2010

I just bought the Nexus One unlocked for AT&T and really like it. 1 wierd thing is that when I rotate the phone counter clockwise, the screen goes to landscape just fine; but when I rotate it clockwise it does not go to landscape "the other way". And, if I'm holding the phone 'normally' and rotate it 180 degrees ('upside down') it doesn't follow.My youngest daughter delights in telling me that her iPhone does this with no problem. What's up with that?

View 7 Replies View Related

Samsung Galaxy I7500 : Galaxo 1.6.3 Bugs - Speaker Doesn't Work In Call - Scrolling Contacts By Letter Doesn't Work

May 2, 2010

I have so far found two bugs in Galaxo 1.6.3:

a) Speaker doesn't work in call (very weak). works well in ringtones etc.

b) Scrolling contacts by letter doesn't work.

Other than that this is a leap forward, especially with the overclock options!

Both bugs, as well as others, fixed in 1.6.3.1 update!

View 49 Replies View Related

Android :: App Works To Stream When Using DI.FM

Nov 6, 2009

I just got back from the Verizon store. I was checking out the Droid... I popped open the browser and went to DI.FM.

Digitally Imported - Addictive Electronic Music

I tried all 3 public streams (MP3, Windows Media, AACPlus), and nothing. I asked the data tech guys at the counter and they said there might or will eventually probably be a app that will work with DI.FM.

So anyone checked into this? Anyone gotten DI.FM working? I'm especially interested to see if I can get the premium subscriber channels to work. The phone is pretty damn sweet and right now the only thing holding me back is the fact I can't stream my favorite internet radio station.

According to the specs of the Droid, it supports AACPlus streams. This is big! Currently it's next to impossible to stream AACplus encrypted streams on windows mobile.

View 4 Replies View Related

Android :: How Does The Bluetooth Works

May 22, 2010

Can someone explain to me the concept behind using bluetooth. my project in my studies is to make an android app using bluetooth, SQLLIGHT and google app, the app itself is a very easy one but i just dont get the tools i need to use :

How does the bluetooth works?
Is there a simple example ?
The concept behind android GUI (i allready nade one but i think i am not fully understood his power)?

I am using v 2.1

View 1 Replies View Related

Android :: API Key Works With One Application Not With Other

Nov 4, 2010

I have two apps, almost identical, that make heavy use of Maps. I have both of them signed with the same key. One of them works, but the other one doesn't, it just shows a grid, but works with the debug key. I tried everything already, i mean i searched for substancial differences, but the thing is: a) if it's a code problem, it should NEVER run (and it does work with debug key) b) if it's a key problem, it should work (or not to) in both apps (and works great with one of them). I've already asked in Stack Exchange and they couldn't help me. Do you have any idea?

View 2 Replies View Related

Android :: Service Works On 1.1 Not On 1.5

May 19, 2009

Our remote service is working great on 1.1. It is a pretty rich API too. BUT, running the same code on cupcake, it hangs after the service returns the concrete interface stub it has new'd in onBind(). (onConnect() in the client's ServiceConnection is never executed)

View 3 Replies View Related

Android :: Works On Emulator Not On G1

Oct 15, 2009

Learning about the NDK and JNI today. I was able to build, install and run the Quake demo that was ported to Android via the NDK 1.6. Worked great. I then started looking at the hello-jni example. This example works for me in the emulator, but does NOT work for me on the G1:

I/ActivityManager( 76): Start proc com.example.hellojni for activity com.example.hellojni/.HelloJni: pid=508 uid=10030 gids={1015} I/jdwp ( 508): received file descriptor 20 from ADB W/dalvikvm( 508): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/example/hellojni/HelloJni;.<clinit> W/dalvikvm( 508): Class init failed in newInstance call (Lcom/example/hellojni/HelloJni;) D/AndroidRuntime( 508): Shutting down VM W/dalvikvm( 508): threadid=3: thread exiting with uncaught exception (group=0x4001da28) E/AndroidRuntime( 508): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 508): java.lang.ExceptionInInitializerError E/AndroidRuntime( 508): at java.lang.Class.newInstanceImpl(Native Method) E/AndroidRuntime............

View 2 Replies View Related

Android :: How Geo-tagging Works?

Oct 20, 2010

Can some one give me an idiots guide as to how geo tagging works, only once have i had the option of 'show on map' the location of a piccy, i have everything turned on that can be turned on.

View 4 Replies View Related

Android :: App Works Over WiFi But Not Over 3G?

Jul 22, 2010

I have developed an App that target version is 4 (Android 1.6) upto 7 (Android 2.1). I tested this app on the dev phone 2 (Google-Io-Device 1.6 version). I am doing some xml parsing stuff through Internet. i set the <uses-permission> on my Manifest. it works fine in WI-FI Network. But its not working in the Motorola Droid 2.1 with 3G Network. Is there any more specific stuff to do for 3G network?

View 2 Replies View Related

Android :: Works In Different Resolution?

Aug 19, 2009

I have created an application and I want to make sure it works in different resolution. i have used LinearLayout and some ListViews and buttons. I need to know will it be an issue if the apk is put to two different phones which has different resolution.

View 6 Replies View Related

Android :: Broadcast Receiver Sometimes Works

Jan 6, 2010

I wish to listen to android.intent.action.BOOT_COMPLETED. However I am not getting the broadcast intent, if I specify com.test.BootBroadcastReceiver in the manifest. When I change this value to simply BootBroadcastReceiver, then I am getting the broadcast intent.

<receiver android:name="BootBroadcastReceiver" android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>

My package in the manifest file is:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test"
And the BootBroadcastReceiver resides in this package. What is the reason behind this?

View 2 Replies View Related

Android :: Geocoder No Longer Works On New PC

Feb 16, 2010

I have a problem getting the Geocoder to return results on my new PC during development. I started writing a android app on my other (Win XP) system and Geocoder worked fine and returned locations based on an address that I passed to it.

I recently bought a new PC (Win 7). Moved the code over to it and now the no address queries return any results. I tried a couple that did work on the xp machine, but are returning no results on the new pc. It does not give any errors.

I did generate a keyfile on the old pc. Do i need to create another on the new pc? Does the Geocoder require the key? It is not from the maps api.

View 2 Replies View Related

Android :: KLM File That Works In DDMS

Oct 19, 2009

Could anyone upload a small example file that will work? Every file I've tried fails. Is this function completely broken? All attempts result in no points being listed. No errors reported.

View 4 Replies View Related

Android :: Need Program That Allows Swyping To Works Well?

Feb 7, 2010

Anyone have a program that allows swyping and works well? I want to give it a shot.

View 38 Replies View Related

Android :: Using K9 To Push Hotmail - How It Works?

Apr 13, 2010

I know this has been discussed before, but I am looking to get an Android phone soon, coming from windows mobile, and have a few questions about getting email. With WinMO, there's an app to make hotmail push to my phone instantly, even though hotmail doesn't natively support push. From what I've read on here, the standard email app doesn't work with push from hotmail. But I really need to get this to work. I use my hotmail for my work, since my work server sucks. Frequently though out the day, everyone at work will get emails about upcoming work, and basically whoever responds first gets the job.

So having the phone check every 5 minutes wont do for me, since the job will probably already be taken. I have read about having gmail check the hotmail, but from what I can see, it will only poll every 5 minutes or so as well. I also heard about the K9 app, but from what I have read, it has some problems with hotmail. So, since I don't have an android to play with yet, for those of you who use K9 to push hotmail, how does it work? Are there any other options to get this to work? I've heard about setting up hotmail as an exchange server instead of an email server, but I'm not sure how that will work.

View 12 Replies View Related

Android :: How Portfolio Feed App Works?

Jul 23, 2010

We just put out a new Android Finance App - Portfolio Feed. Check it out and let us know how it works for you and how we could better improve it.

View 5 Replies View Related

Android :: Dictionary App That Works Together With Sms Program?

Oct 5, 2010

Is there anyone in here that knows of a dictionary app that works together with the sms program?

View 1 Replies View Related

Android :: Implicit Intent Works

Mar 21, 2010

To understand the implicit intents by example.

View 2 Replies View Related

Android :: QuickContact Works Fine On 2.2 But Not On 2.1

Oct 9, 2010

I have a ListView where I want to show the QuickContact (like in the default Contacts android app when you click on the photo of a contact).

It works fine on my Nexus One 2.2 or the emulator with avd 2.2, but doesn't work on my Samsung Galaxy S 2.1update1 or emulator 2.1.

On 2.1, I'm getting the error:

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

This is the call in the code:

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

View 2 Replies View Related

Android :: Does OpenGL API GlDeleteTextures Works

Nov 19, 2009

I'm doing a little 3D app programming based on SDK 1.5. I can't change textures in any way with glDeleteTextures.

Please help to check if I did sth. wrong.

My subfunction is as below:

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

View 2 Replies View Related

Android :: How Preferences Activity Works

Jan 19, 2009

I'm having a hard time trying to understand how the preferences activity works. Right now I have an activity for my preferences using a XML layout that has this:

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

The thing is that everything I do in the preferences are saved. I can reboot the emulator and I can access the preferences. I want to know how can I access this key from another activity on my application.

This is my activity:

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

View 4 Replies View Related

Android :: Free Tethering App That Works

Aug 20, 2010

I know there is PDANET but they dont let you get to a HTTPS site with the free version.

View 11 Replies View Related

Android :: DexClassLoader Works Correctly?

Oct 29, 2009

I've been trying to load a class with DexClassLoader, but it doesn't really work. There was a couple of posts about this, so I tried some of them, but it didn't work.Here's my code:

DexClassLoader dLoader = new DexClassLoader("/data/app/ com.testpackage.test2.apk", "/data/dalvik-cache", null, ClassLoader.getSystemClassLoader()); try { Class cLoad = dLoader.loadClass("com.testpackage.test2.Test2");
} catch (ClassNotFoundException e) { Log.d("ERROR", "Class Not Found"); e.printStackTrace(); } ..............

View 4 Replies View Related

Android :: Multi Touch - How It Works

May 11, 2010

Ok So I've gone through several tutorials on the web. I understand how the pointerCount works , I can get two points, etc, etc. My problem is I am trying to implement a game control, i.e. dpad and some buttons. The "buttons" are actually TextView objects with images. I Implement OnTouchListener Interface. my onTouch Method gets called when it should. The problem is if I have finger #1 on button a then press finger #2 on button b my OnTouch() method is called with the view of button a, not button b. Fine then I will just get the bounds of the buttons and see if they intersect with the points clicked. No luck, It seems as though the points that come in the MotionEvent are not relative to 0,0 , but to some other coordinate system. I would have thought all points were relative to upper left of screen.

Here is my code.

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

View 3 Replies View Related

Android :: How Binding To Services Works

Jul 2, 2010

I'm a little confused on how binding to services works. I understand using Context.startService() starts the service and that bindService doesn't call onStartCommand. But my understanding is that if I use startService, I have to explicitly stop the service. But I want the service to die if there are no more activities bound to it.My problem is that calling bindService never calls onServiceConnected(), so my Service binder object is null. Does the service have to be explicitly started in order to bind to it? If so, how does it know to terminate when nothing is binding to it anymore, and how do I know if it's started so I can know to use the bound object?

View 3 Replies View Related







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