[android-developers] [android-developer] How can we register broadcastreceiver dynamically (in java file)

2011-12-22 Thread surabhi jain
h, I want to send sms but register receiver dynamically. plz send me the source code. Thanks to all. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] [android-developer] How can we rotate image

2011-12-22 Thread surabhi jain
hii I have attached an image which i want to rotate. plz send me source code. thanks to all. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] [android-developer] How can we rotate image

2011-12-22 Thread tushar sahni
*Hi* * * *accept invitation,,* * * * * *Regards* *Tushar Sahni* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Memory leaks when using bitmaps in android

2011-12-22 Thread String
When chasing a problem like this a couple of years ago, my testing seemed to indicate that setting a bitmap to null right after a call to recycle() was leaky. It was as though the recycle call needed some time to work, and setting null got in the way. I found it was better to just call recycle

[android-developers] The accelerometer reading looks odd

2011-12-22 Thread Yang Bo
Hi, I am trying to read the device accelerometer when the phone is placed on a desk with screen up,I expect 0 on the x-axis and y-axis,-9.8 at z-axis. But I get x:11,y:-37,z:-24(decimal part ignore) What is this? I read the doc of accelerometer, does not make it clear. Could you

Re: [android-developers] Problem with SQLite Insert command

2011-12-22 Thread Narendra Singh Rathore
On Wed, Dec 21, 2011 at 3:49 PM, Gopal amber.gopal...@gmail.com wrote: I am new to andriod. I started creating a sample app using Sqlite databse. When i run the app i m getting this error ERROR/AndroidRuntime(878): Caused by: android.database.sqlite.SQLiteException: table employee has 11

[android-developers] Re: How can we register broadcastreceiver dynamically (in java file)

2011-12-22 Thread Sveinung Kval Bakken (Giant Leap Technologies AS)
http://developer.android.com/reference/android/content/Context.html#registerReceiver%28android.content.BroadcastReceiver,%20android.content.IntentFilter%29 Just use Context's registerReceiver(), e.g. from your application's onCreate(). Remember to unregister the receiver, from an activity the

Re: [android-developers] In-App Purchase Problem - Market Version 3.4.4

2011-12-22 Thread Kostya Vasilyev
Yes, one of my users reported this exact failure last week, and confirmed having Market 3.4.4. He was able to make the purchase yesterday after trying several times, so either it's fixed on Google's side or is intermettent. -- Kostya 20 декабря 2011 г. 23:50 пользователь Justin

Re: [android-developers] Accessing to Canvas's parent

2011-12-22 Thread Gilberto Cuba Ricardo
Thanks for answering Romain Guy. And, how I can access this Canvas shared by all Views in the same window? Why you say I can understand, that the Canvas of bottom View contains the drawing of other Views, is this true? 2011/12/21, Romain Guy romain...@android.com: a All views in a same

Re: [android-developers] Re: How can we register broadcastreceiver dynamically (in java file)

2011-12-22 Thread surabhi jain
I register receiver like that in my activity class registerReceiver(sendreceiver, new IntentFilter(SMS_SENT)); private BroadcastReceiver sendreceiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) {

Re: [android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Mark Murphy
On Thu, Dec 22, 2011 at 1:20 AM, Nathan critter...@crittermap.com wrote: Half of the Actionbar is still set aside for the nonexistent title. And the nonexistent tabs, the nonexistent Spinner, and the nonexistent custom navigation. Probably they are leaving that space in case you enable any of

Re: [android-developers] Corrupted pictures from camera

2011-12-22 Thread Mark Murphy
I am trying to inexpensively get my hands on an HTC Desire S to try to track down what is going on. This may take some time. On Tue, Dec 20, 2011 at 8:34 AM, Dmitri Hrapof yavanna...@gmail.com wrote: Hello! As mentioned here: http://stackoverflow.com/q/8466757/1092612 and here

Re: [android-developers] Distributing adb

2011-12-22 Thread Mark Murphy
On Wed, Dec 21, 2011 at 4:54 AM, Brian Rowe bripr...@gmail.com wrote: I'm developing a system for which an Android application is a component.  I am considering distributing the adb as part of the system.  Does the SDK license allow me to do this?  Section 3.1 of the license leads me to believe

Re: [android-developers] Native SIP Supported on all ICS Devices?

2011-12-22 Thread Mark Murphy
The code should be there. SIP support can be disabled by carriers/device manufacturers, as I understand it. On Wed, Dec 21, 2011 at 4:56 PM, Shaun shaun.cl...@a-cti.com wrote: From what I understand ICS is supposed to bring devices up to more or less equal standards, does this include the

Re: [android-developers] Re: How can we register broadcastreceiver dynamically (in java file)

2011-12-22 Thread lbendlin
how do you know it is not registering? and what does getResultCode() do? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: How to pair two devices to transfer file over Bluetooth using NFC

2011-12-22 Thread lbendlin
Everything is working fine but i am getting a pairing request or to match the keys on both the phones which should not come. How do you know if both devices support unsecure connections? They may just not. -- You received this message because you are subscribed to the Google Groups

[android-developers] GPS Status Listener

2011-12-22 Thread BearTi
Hi, I want to receive Events when GPS is tuned on and off. Here my Class: public class Main extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Re: How can apps sending and receiving SMSs be visible on the market for the new Galaxy Tablets?

2011-12-22 Thread Terry
As no one has responed to this issue yet, I shall try to explain it in more detail. In order to DO make an app visible for e.g. the Galaxy Tab 10.1 model GT-P7500, one could put the following in the Manifest file: uses-feature android:name=android.hardware.telephony android:required=false/ In

[android-developers] Maddening

2011-12-22 Thread bob
I have a VIZIO tablet with Android 2.3. I'm trying to get this game for it: https://market.android.com/details?id=com.ea.game.madden12_na When I go into the Market app on the tablet and search, it never shows up. Any ideas why? -- You received this message because you are subscribed to the

Re: [android-developers] Re: How can we register broadcastreceiver dynamically (in java file)

2011-12-22 Thread surabhi jain
I think not sure that getResultCode() gives the status of sms that our sms sent or not (no service), it passes integer value and according to that we can fing out the sms status. when I installed my application on emulator then after sending sms, I want that my another activity should launch, but

Re: [android-developers] Maddening

2011-12-22 Thread Raghav Sood
It's most likely not compatible with the vizio tablet. Thanks On Thu, Dec 22, 2011 at 6:26 PM, bob b...@coolfone.comze.com wrote: I have a VIZIO tablet with Android 2.3. I'm trying to get this game for it: https://market.android.com/details?id=com.ea.game.madden12_na When I go into the

Re: [android-developers] Maddening

2011-12-22 Thread TreKing
You continue to confuse this group with one that deals with technical support issues for Android devices. It's not. Try this: http://support.google.com/androidmarket/?hl=en - TreKing

[android-developers] launcher screen like android market

2011-12-22 Thread Igor Nesralla Ribeiro
Hi, I want to know if anyone hás a reference for how i make a launcher screen like the features in android marketif this screen use imagebutton ?!...what the type of this layout !? Thanks in advance Igor -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] launcher screen like android market

2011-12-22 Thread Jim Graham
On Thu, Dec 22, 2011 at 11:17:41AM -0200, Igor Nesralla Ribeiro wrote: I want to know if anyone h?s a reference for how i make a launcher screen like the features in android marketif this screen use imagebutton ?!...what the type of this layout !? 1) Don't hijack an existing thread like

Re: [android-developers] Re: InputMethodManager and mServedView

2011-12-22 Thread nisha paghadaL
On Thu, Dec 15, 2011 at 5:19 AM, Sam peacejo...@gmail.com wrote: No one knows whats going on, what a pity. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] [android-developer] How can we rotate image

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 2:07 AM, surabhi jain surabhi17.j...@gmail.comwrote: plz send me source code. plz send me cash money. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

[android-developers] getColumnIndex exception

2011-12-22 Thread Sudeep Jha
Hi All, I am getting the following exception each time I am accessing the columns in Database. Though application is not crashing , but still wants to find out the reason for exception being thrown. 12-22 19:02:38.398: E/Cursor(11669): java.lang.Exception 12-22 19:02:38.398: E/Cursor(11669):

[android-developers] Re: ADT 15.0.1 and library dependencies problems (Conversion to Dalvik format failed with error 1)

2011-12-22 Thread Streets Of Boston
What if you build JP, put it into a plain JAR and add this JAR to AL1 and AL2? This may be more of an Eclipse issue than an Android one, since being dependent on a java-project will cause the source to be 'imported' (kind-of) and compiled into the depending projects (AL1 and AL2). -- You

[android-developers] Re: ADT 15.0.1 and library dependencies problems (Conversion to Dalvik format failed with error 1)

2011-12-22 Thread Streets Of Boston
What if you build JP, put it into a plain JAR and add this JAR to AL1 and AL2? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Trouble dismissing custom dialog

2011-12-22 Thread TreKing
On Wed, Dec 21, 2011 at 7:21 PM, Alex Oh alexo...@gmail.com wrote: However, once I press the edit button (dialog opens up, dismisses fine) and click on the Add button, the dialog no longer closes when the Done or Cancel button for the dialog shows up. Why are you adding your own buttons

[android-developers] Re: Trouble dismissing custom dialog

2011-12-22 Thread Streets Of Boston
Better is to use a DialogFragment. If you can't use Fragments, use the onCreateDialog(...) call-back returning the dialog created in addPCDialog and use 'showDialog(id)' and 'dismissDialog(id)' instead (or dialog.dismiss() in your click-handlers). -- You received this message because you are

[android-developers] question not getting posted

2011-12-22 Thread Steve Geller
Hello. I've posted a question about the new Nexus phone but it has not gotten posted. Can you explain why? Thanks. Steve -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: question not getting posted

2011-12-22 Thread Steve Geller
nevermind On Thu, Dec 22, 2011 at 10:51 AM, Steve Geller stevegel...@gmail.com wrote: Hello. I've posted a question about the new Nexus phone but it has not gotten posted. Can you explain why? Thanks. Steve -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Android Simple File Uploading in Server

2011-12-22 Thread TreKing
On Tue, Dec 20, 2011 at 10:00 PM, 181 pravinmat...@gmail.com wrote: But my APK file is not getting installed in my phone, Why not? 1)should i add any extra codes to this (above) code? You want us to read that code and tell you how to modify it? How about you play with it and determine

Re: [android-developers] pagination with numbering

2011-12-22 Thread TreKing
On Tue, Dec 20, 2011 at 4:51 AM, yogesh...@acusis.com yogesh...@acusis.comwrote: i want to do pagination with numbering(dynamically allocating the number of pages) navigate to specific page clicking on number Cool, thanks for sharing. I want to do swipe gestures and sexy animations.

Re: [android-developers] Add target similar to otapackage

2011-12-22 Thread TreKing
On Wed, Dec 21, 2011 at 7:55 PM, 卞磊 mykofz...@gmail.com wrote: How can i build this package? Or is there a guide for how to add a target similar to otapackage? Wrong list. Go to the documentation and find the group most appropriate for what you're trying to do.

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread TreKing
On Wed, Dec 21, 2011 at 10:29 PM, James Black planiturth...@gmail.comwrote: The free version of my application has this error, so it can't create the map overlay, whereas the pay version works properly. The error in the post title is benign - it does and means nothing, AFAIK. I get it all the

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread James Black
Yes, they share the same mapview XML file, where the Google maps key is. That is why I am confused. On Dec 22, 2011 11:19 AM, TreKing treking...@gmail.com wrote: On Wed, Dec 21, 2011 at 10:29 PM, James Black planiturth...@gmail.comwrote: The free version of my application has this error, so it

[android-developers] Re: How to replace GLSurfaceView with TextureView in Android Ice Cream Sandwich?

2011-12-22 Thread Brad Grimm
Thanks Romain. I really just want to swap out the pixel shader on the SurfaceTexture's OpenGL texture so I can do some filtering on the camera preview. But it sounds like that isn't an option. I have used ColorMatrixFilters on the view itself and they work quite well, just not powerful enough

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 10:50 AM, James Black planiturth...@gmail.comwrote: Yes, they share the same mapview XML file, where the Google maps key is. No, are your apps *signed with the same key*? This is different then the maps API key. This is what you use when you build your APK for

Re: [android-developers] Re: How to replace GLSurfaceView with TextureView in Android Ice Cream Sandwich?

2011-12-22 Thread Romain Guy
It is definitely an option, that's what SurfaceTexture is for. It's very simple: Create an OpenGL context Generate an OpenGL texture name Create a SurfaceTexture with the texture name Pass the SurfaceTexture to Camera Listen for updates On SurfaceTexture update, draw the texture with OpenGL using

[android-developers] Soft keyboard issue

2011-12-22 Thread Neilz
Yet another soft keyboard issue...! I start an activity with the following flags: android:windowSoftInputMode=stateHidden|adjustPan This means that upon startup, the soft keyboard is not displayed. Clicking into the EditText brings up the keyboard as expected. From this activity, I open up a

Re: [android-developers] Issue with SDK installation

2011-12-22 Thread Jagadeesh Koganti
Sorry I meant version 16. Its the latest version available in Andriod website. Let me know if you have any solution for this issue. On Wed, Dec 21, 2011 at 10:08 PM, Michael Leung michaelchi...@gmail.comwrote: 1.6 is too old, please try to install the latest one. On Thu, Dec 22, 2011 at 5:48

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread James Black
Sorry, I misunderstood. In eclipse I will do Debug as on each and put them on my phone, so the same key is used. Then I have Eclipse export and sign, both with the same key. I follow identical steps for both, but only one works. Thank you for any suggestions. On Dec 22, 2011 12:00 PM, TreKing

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread James Black
I just checked and my JDK version is 6.0.29. On Dec 22, 2011 12:52 PM, James Black planiturth...@gmail.com wrote: Sorry, I misunderstood. In eclipse I will do Debug as on each and put them on my phone, so the same key is used. Then I have Eclipse export and sign, both with the same key.

[android-developers] Mysterious crash with Android Monkey

2011-12-22 Thread alexb
I am testing my app with Android Monkey and after a while it crashes. Does anyone have a clue? Here is the log excerpt: . W/WindowManager( 1103): Failed looking up window W/WindowManager( 1103): java.lang.IllegalArgumentException: Requested window null does not exist W/WindowManager( 1103):

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 11:52 AM, James Black planiturth...@gmail.comwrote: In eclipse I will do Debug as on each and put them on my phone, so the same key is used. Do they both work in this case? When you're debugging using the debug certificate.

[android-developers] Re: Make own voice input method

2011-12-22 Thread Zwiebel
Yes, I thought that it won't be easy... :) But it would be nice, if I can make it, with a lot of work too... :) On dec. 22, 00:07, Jim Graham spooky1...@gmail.com wrote: On Wed, Dec 21, 2011 at 02:15:46PM -0800, Zwiebel wrote: I have decided, that I will try to start to make a new voice input

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread James Black
No, only one works, whether in debug or release. On my map view I see the continents but only on one does it zoom down to the level I requested. On Dec 22, 2011 1:05 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 22, 2011 at 11:52 AM, James Black planiturth...@gmail.comwrote: In eclipse

[android-developers] Re: Mysterious crash with Android Monkey

2011-12-22 Thread alexb
On the other hand, this can be a crash in a different app, can't it? Because my app stays running and seems working fine. I am using: adb shell monkey -p my_package -v -v --pct-appswitch 0 --pct-flip 0 --pct-nav 0 -s 1 20 Is this the right way to prevent switching to other apps? On Dec 22,

[android-developers] pool party?

2011-12-22 Thread bob
Why do all these modern sound libraries like OpenAL and Android's SoundPool want you to stick your audio in a soundpool? Why can't the audio exist as separate objects? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] debugging on Kindle Fire, sdcard access

2011-12-22 Thread alexb
Has anyone tried this? Here is the problem: once you connect Kindle Fire to PC via USB, you can access sdcard from PC only. As this is the way to debug on Kindle, my app has no read/write access in this mode thus effectively disabling debugging. Without USB it seems working fine. My several

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 12:21 PM, James Black planiturth...@gmail.comwrote: On my map view I see the continents Wait ... so in both you see the map? But not when you zoom? You're losing me. -

Re: [android-developers] debugging on Kindle Fire, sdcard access

2011-12-22 Thread Mark Murphy
On Thu, Dec 22, 2011 at 1:32 PM, alexb alexboot...@gmail.com wrote: Has anyone tried this? Here is the problem: once you connect Kindle Fire to PC via USB, you can access sdcard from PC only. As this is the way to debug on Kindle, my app has no read/write access in this mode thus effectively

Re: [android-developers] simulate hte speed for amdroid phones

2011-12-22 Thread poncho
On 12/21/2011 05:36 AM, Shabnaz wrote: hi Iam trying to develop an app for accident detection and notification system. For tat I need to get the speed and acceleration of the mobile phione equpped with android how do I simulate ht espeed of the phone using the emulator because the

[android-developers] Re: How to replace GLSurfaceView with TextureView in Android Ice Cream Sandwich?

2011-12-22 Thread Brad Grimm
Brilliant!  I must have been thinking too hard about it, because what you wrote really is simple.  I was able to get it working and it works like a charm. Thank you! On Dec 22, 10:16 am, Romain Guy romain...@android.com wrote: It is definitely an option, that's whatSurfaceTextureis for. It's

[android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Nathan
On Dec 22, 4:11 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Dec 22, 2011 at 1:20 AM, Nathan critter...@crittermap.com wrote: Half of the Actionbar is still set aside for the nonexistent title. And the nonexistent tabs, the nonexistent Spinner, and the nonexistent custom

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread James Black
I see basically a graphic of the world but in one the map zooms in but in the other it has this error and does nothing. I will send two screenshots when I get home to show. On Dec 22, 2011 1:38 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 22, 2011 at 12:21 PM, James Black

[android-developers] Re: Native SIP Supported on all ICS Devices?

2011-12-22 Thread Shaun
So in order to guarantee SIP support, we need to include our own SIP stack to circumvent a carrier/device maker disabling the native SIP stack written by Google? Doesn't this make it not worth Google's time to write in SIP support, because why write an application that uses a feature that only

Re: [android-developers] Re: Native SIP Supported on all ICS Devices?

2011-12-22 Thread Mark Murphy
On Thu, Dec 22, 2011 at 3:03 PM, Shaun shaun.cl...@a-cti.com wrote: So in order to guarantee SIP support, we need to include our own SIP stack to circumvent a carrier/device maker disabling the native SIP stack written by Google? Sorry, what I meant by carriers disabling SIP support is not

Re: [android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Mark Murphy
On Thu, Dec 22, 2011 at 2:38 PM, Nathan critter...@crittermap.com wrote: But here is what I found. By changing some of the menu items from android:showAsAction= ifRoom to always, I can get it to show four action buttons, plus the overflow button when there is no hardware menu key. You'd think

[android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Nathan
Oh, and using the always tag even works without removing the app title. The app title actually does fit in landscape mode and disappears in portrait mode. So if someone else was thinking of pulling out the title to make room, you can probably skip it. Nathan -- You received this message

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 3:52 PM, James Black planiturth...@gmail.comwrote: This is what I am seeing, Get rid of the dialog, then use the zoom buttons to zoom in ... - TreKing

Re: [android-developers] Re: Memory leaks when using bitmaps in android

2011-12-22 Thread Miguel Morales
Working with bitmaps is a little hard on Android. One thing to do is to resize or pack them so that they take up less memory. Another thing you may want to look into is to reuse the bitmap object/memory. You may have to do this in native though. As other have pointed out System.gc() just gives

[android-developers] Re: Android custom ImageView fade animation

2011-12-22 Thread Seb
Bump: Can anyone help? If I define an imageview in my activity and then set an animation for it, then it plays fine. But if I define an image view as a member in my custom view and then try to play its animation, it does not play. Any help is appreciated... On Dec 18, 4:59 pm, Seb

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread James Black
The program doesn't continue so it wouldn't help to get rid of the dialog. Once that section finishes getting some routes it will get rid of the dialog and zoom. This is where I get and nada. On Dec 22, 2011 5:03 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 22, 2011 at 3:52 PM, James

[android-developers] Data written to SQLite database not immediately available

2011-12-22 Thread Erik
My app has a content provider which stores its data in a SQLite db. I have a thread which is busy inserting rows into this content provider. I have another thread which inserts some rows into the content provider and then signals the first thread. When the first thread sees the signal, it stops

[android-developers] Can't see Hello World on hello_avd screen ?????????

2011-12-22 Thread Albert Pi
I use Eclipse 3.6.1 and Android 4.0.3 (API 15) on Windows XP/Dell optiplex 755 has 4GB Memory. I had no issue to compile Hello World program and to create my_avd. When I ran program, my emulator only took a few minutes to show up then I saw lock icon Android, after I click menu from the right

[android-developers] how to convert .jre games into android format

2011-12-22 Thread Samron
how to convert .jre games into android format. Can i get some help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] emulator: WARNING: Unable to create sensors port: Unknown error

2011-12-22 Thread snowgoon
Hi all I keeping getting this message very time i try and run my app. I've had my app running but know i keeping get this mess!! Please please please help!! Thanks Snowgoon , PS I've un-installed everything and re stalled (I am going to create a new work space see what happens) ;-(

[android-developers] Re: ClassNotFoundException on Market developer console

2011-12-22 Thread Dima Vasilkov
android app fails to load on some phones in pathclassloaderhttp://stackoverflow.com/questions/5769377/android-app-fails-to-load-on-some-phones-in-pathclassloader -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] adk SGS2

2011-12-22 Thread Charif Mahmoudi
somone know how to rebuild ADK libraries for arduino ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Password app

2011-12-22 Thread poiuytrez
Hello, I have some experience in Android development but this time I would like to create some kind of password app. Basically I need to show the app when the user clicks on the power button. Do you have any idea where should I begin ? I tried to browse the documentation but I could not find

[android-developers] simulating mouse on gingerbread 2.3.3

2011-12-22 Thread Vlad
Hi guys, I'm interested in simulating a mouse on a mobile device, but unfortunately, as far as i can tell, there is no support for a mouse pointer on gingerbread. so i was wondering, is it achievable on the service-app level ( i mean, without applying it on the android source and recompiling the

[android-developers] how to set property of gsm phone number

2011-12-22 Thread ravi
In Settings-- About Phone-- Status -- My Phone Number is showing as unknown i am a newbie tried installing a terminal on my rooted android phone(2.3.7) and have checked getprop there are many properties available but I don't find any property that stores the sim phone number in this list. could

[android-developers] Regarding Web Services Development in Android

2011-12-22 Thread kiran
hi, How to search a record in database using Web Services, while I used Android as client side application in which i need to enter some text in edit-text (as name of records) such that if it match with that(which we entered) record it has display the all records from the data base. -- You

[android-developers] passing data between browser's javascript and activity

2011-12-22 Thread Usman
How do we pass and receive data between browser's html/javascript and an Activity? I am able to call an activity from an html file from the Android browser app by using a scheme in manifest. i-e . data android:scheme=mysch / Now I want the activity to return data which I can then display/use on

[android-developers] android hardware sensors information required

2011-12-22 Thread Tom Kua
I am looking at implementing few hardware sensor with android on a custom board based on Ti - OMAP processor. Below is the list of sensors that I want to implement : Accelerometer Compass Humidity Pressure Light / Ambient proximity FastIrDA Where can I locate a list of hardware sensor chipset

[android-developers] Offline Maps Request

2011-12-22 Thread RJOberg
I keep looking around and running into dead ends. Back in June I read a few posts about how Google was working on making their maps available offline and was hoping someone had new insight into how this was progressing. The project I am working on will be deployed on tablets that will not have

[android-developers] Publishing a APK created with Dreamweaver 5.5

2011-12-22 Thread George Redman
I have developed an app with dreamweaver5.5 and have added my private key and the public key. However the apk just hangs in Chrome when I try to upload and comes up with a message saying The server could not process your apk. Try again. I have searched the net and loads of people are having the

[android-developers] Email settings and device admin

2011-12-22 Thread Allan Miller
Hi, this is in reference to another post - I tried to put it in that thread but it didn't seem to stick: http://groups.google.com/group/android-developers/browse_thread/thread/6470376d0a2f39f9/b2f88a95364f235d?lnk=gstq=exchange+server#b2f88a95364f235d I need to do the same thing as progtad. I

Re: [android-developers] Re: How can apps sending and receiving SMSs be visible on the market for the new Galaxy Tablets?

2011-12-22 Thread Kostya Vasilyev
While I don't have a workaround - sorry - but this particular device is quite weird... FWIW, this is what I recently ran into, it has to do with WiFi: http://wp.me/pSrdQ-lg Have you tried calling SmsManager.getDefault() and checking for null? -- Kostya 22 декабря 2011 г. 16:48

[android-developers] Android 4.0 Emulator issue

2011-12-22 Thread Manish
Hi All, I have successfully built the Android 4.0.3 master branch downloaded on 21st December 2011. The compilation completes without any issues after following the steps mentioned at http://source.android.com/source/downloading.html and http://source.android.com/source/building.html. However,

[android-developers] Cancelar ligacao

2011-12-22 Thread mdmota
Estou fazendo ligacao para um numero usando a chamada : startActivity(new Intent(Intent.ACTION_CALL, Uri.parse(tel: + ph_number.getText(; Gostaria de saber como eu cancelo a chamada durante a ligacao só que via codigo e nao pelo botao de desligar ligacao do cel. att -- You received this

[android-developers] Can't see Hello World text on hello_avd screen ?

2011-12-22 Thread Albert Pi
I use Eclipse 3.6.1 and Android 4.0.3 (API 15) on Windows XP/Dell optiplex 755 has 4GB Memory. I had no issue to compile Hello World program and to create my_avd. When I ran program, my emulator only took a few minutes to show up then I saw lock icon Android, after I click menu from the right

[android-developers] record video from screen activites in android

2011-12-22 Thread raju kunche
is it possible in android to create a video from screen activities? in my app i am running animations for some time i need to create all these things as video Please give me some suggestions to do that -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Error while Creating the Two tables in Single DataBAse Android Application?

2011-12-22 Thread niva k
i have Created a database in Sqllite Android Application.and i try to add two tables in my Database But i have problem to create that Database.First Table only Created.AnyBody Help me Thanks in Advance! package com.android.cdtech; import java.sql.SQLException; import

[android-developers] Messaging APP force close

2011-12-22 Thread EricWei
Hi all, i use messaging app that it happened a problem. When phone has above a message, user use operation:(Messaging APP-New message-rotate phone from Anti-clockwise 90 degrees and Clockwise 90 degrees-Press Back key to Home screen) Operation Repeatedly about 70 times, phone has found

[android-developers] Fetching a GPS Network Location within a short time frame (10 seconds)

2011-12-22 Thread Diego Tori
I'm trying to set up a quick and dirty GPS lookup via LocationManager which fetches a network location (within 500 meters) every half second for ten seconds. In other words, I'm just trying to find the correct coarse Criteria settings and the correct logic to stop checking after 10 seconds of no

[android-developers] Re: Data written to SQLite database not immediately available

2011-12-22 Thread lbendlin
it's not a bug, that's how SQLite works. You can't have concurrent writes. Not sure how the content provider buffers this but if you do plain SQLite you are basically blocking the database with each write, and you need to use semaphores to manage that. -- You received this message because you

[android-developers] Android Market - Why does my first App say it is only available to 18 devices?

2011-12-22 Thread Stuart B
Can anyone help me on this? I get this message, but I want my app on all devices. Supported Devices This application is only available to devices with these features, as defined in your application manifest. Screen layouts: SMALL NORMAL LARGE XLARGE Required device features

[android-developers] Re: uses-feature glEsVersion

2011-12-22 Thread Marc Van Daele
Have you been able to solve this issue? I'm having the same issue right now. I don't find a matching android:name so I don't think that's the solution. I want to create two apk's, one supporting openGL 2:0 (having a higher version) and a second one for the others. But the android market says

[android-developers] Re: Offline Maps Request

2011-12-22 Thread lbendlin
Offline maps are only available in the Google Maps application. This is totally unrelated to the Google API which currently explicitly forbids cacheing. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Accessing to Canvas's parent

2011-12-22 Thread Sudhi Hn
Hey guys good work On Dec 21, 11:28 pm, Gilberto Cuba R gcubar2...@gmail.com wrote: Hello colleagues, I'm trying to simulate the HTML5 Canvas behaviour on Android. In order to achieve this, I have created several classes that inheritate from View, and therefore have THEIR OWN canvas, wich is

[android-developers] Client Rtsp in Android

2011-12-22 Thread tillegomezz
I'm triying design a Client for Rtsp Streamming (Not Http Streamming), but I get a Error Msge and I don't know what happen. That is my Code: Class: VideoViewActivity http://www.pastie.org/3059760 18 Lines XML: Manifiest File http://www.pastie.org/3059773 23 Lines that is all !!! any one have

Re: [android-developers] Password app

2011-12-22 Thread Kristopher Micinski
On Thu, Dec 22, 2011 at 11:09 AM, poiuytrez guillaumechar...@gmail.com wrote: Hello, I have some experience in Android development but this time I would like to create some kind of password app. Basically I need to show the app when the user clicks on the power button. Do you have any idea

Re: [android-developers] Two projects use one library, one fails with Couldn't get connection factory client

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 4:36 PM, James Black planiturth...@gmail.comwrote: The program doesn't continue so it wouldn't help to get rid of the dialog. Once that section finishes getting some routes it will get rid of the dialog and zoom. This is where I get and nada. So ... this has

Re: [android-developers] Android Market - Why does my first App say it is only available to 18 devices?

2011-12-22 Thread Kostya Vasilyev
Minimum sdk version is set to 14 Android 4.0), is that what you really intended? 23.12.2011 3:10 пользователь Stuart B stuartbat...@yahoo.co.uk написал: Can anyone help me on this? I get this message, but I want my app on all devices. Supported Devices This application is only available

Re: [android-developers] Android Market - Why does my first App say it is only available to 18 devices?

2011-12-22 Thread YuviDroid
The problem is with android:minSdkVersion=14 . API 14 is Ice Cream Sandwich...which is not available to many devices right now (actually officially I only know 2..Galaxy Nexus and Nexus S). You can lower the minSdkVersion to 3 or 4 (Android 1.5 or 1.6), but make sure you are not using any APIs

Re: [android-developers] how to convert .jre games into android format

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 5:50 AM, Samron samkit...@gmail.com wrote: how to convert .jre games into android format. Port it. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

  1   2   >