Re: [android-developers] Re: Global input field listener

2011-10-04 Thread Bibhas Ch Debnath
Hmm. Thought this might be the case. Best Regards, * Bibhas Ch Debnath* ** | Site http://bibhas.in | Blog http://bibhas.in/blog | Gtalkbivun...@gmail.com| Twitter http://twitter.com/iAmBibhas | Facebookhttp://facebook.com/iambibhas| On 4 October 2011

[android-developers] when will the source code be back?

2011-10-04 Thread Francisco Dalla Rosa soares
Hello, I noticed kernel.org got back up so I've been asking myself when would we able to download android's source code? thanks in advance Francisco -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] when will the source code be back?

2011-10-04 Thread sourabh sahu
I am also looking for it.Even I am not able to download from other repository. Please update, if you have any information on that. On Tue, Oct 4, 2011 at 12:46 PM, Francisco Dalla Rosa soares soa...@argo.bz wrote: Hello, I noticed kernel.org got back up so I've been asking myself when would

[android-developers] Re: White (error) textures on Android 2.2, but working normal textures on Android 1.5 to 2.1... ¿why?

2011-10-04 Thread saex
ok, definitively POT it is not the problem, i tested with a 256x256 figure and it show a white texture :( On 3 oct, 23:43, Adam Ratana adam.rat...@gmail.com wrote: I concur with this as well from experience.  Non powers of 2 textures are supported by some implementations on some devices,

[android-developers] Re: suspend a Thread

2011-10-04 Thread joebowbeer
There is a sample implementation of a PausableThreadPoolExecutor in the ThreadPoolExecutor javadoc. http://developer.android.com/reference/java/util/concurrent/ThreadPoolExecutor.html On Oct 1, 8:42 pm, bob b...@coolgroups.com wrote: How do you suspend a Thread on Android?  I have a background

Re: [android-developers] Re: 9Slice and repeating image

2011-10-04 Thread John Goche
Well then, perhaps not with 9Slice, but there must be a way in android to draw a View background like the image below: o o o o o o o o o o o o o o oo o o o o o o o o o o0 o Blah blah blah blah 0 o

Re: [android-developers] Re: Why did you chose this OS platform over other ones?

2011-10-04 Thread Theo Sam
Thanks for your help Stephen and thank you to everyone else for your thoughts and opinions. Theo -- 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

[android-developers] Re: IllegalStateException: Scheme 'https' not registered.

2011-10-04 Thread William Ferguson
Ta. I've been using a DefaultHttpClient with a ThreadSafeClientConnectionManager (wonder why I decided I needed that) and in order to construct the ThreadSafeConnectionManager I needed to pass in a SchemeRegistry in which I had only been registering http (since I was only accessing a http

[android-developers] Warp content does not work if a button is visible

2011-10-04 Thread JoachimG
Hello! I have the following xml: RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:id=@+id/navigationbar android:layout_width=wrap_content android:layout_height=wrap_content

Re: [android-developers] Re: White (error) textures on Android 2.2, but working normal textures on Android 1.5 to 2.1... ¿why?

2011-10-04 Thread Latimerius
On Tue, Oct 4, 2011 at 9:25 AM, saex elpablos...@gmail.com wrote: ok, definitively POT it is not the problem, i tested with a 256x256 figure and it show a white texture Okay, then I don't see anything immediately wrong with the code you posted. Perhaps just a couple of suggestions: -

[android-developers] Why most file browsers are implemented as activities?

2011-10-04 Thread Peter
Folks, I have been looking around for code that would let users select a file from the sd card. I have seen a few implementations for such an open file dialog. However, all of them have been implemented as activities and not as a dialog. I am wondering why developers are implementing it this way.

Re: [android-developers] Why most file browsers are implemented as activities?

2011-10-04 Thread Daniel Drozdzewski
On 4 October 2011 09:37, Peter ptr...@gmail.com wrote: Folks, I have been looking around for code that would let users select a file from the sd card. I have seen a few implementations for such an open file dialog. However, all of them have been implemented as activities and not as a dialog.

Re: [android-developers] Activity gets (re)created when device goes to sleep?

2011-10-04 Thread Latimerius
On Mon, Oct 3, 2011 at 10:55 PM, rich friedel rich.frie...@gmail.comwrote: As more of a band-aid, you could force keeping the device awake while your app is running Maybe I could, yes, however the behaviour I'm seeing also happens when the user puts the device to sleep explicitly by pressing

Re: [android-developers] Re: Activity gets (re)created when device goes to sleep?

2011-10-04 Thread Latimerius
On Tue, Oct 4, 2011 at 12:32 AM, Studio LFP studio@gmail.com wrote: Would a simple android:configChanges=orientation|keyboardHidden on the activity fix it? I does seem to, thanks for the suggestion! I'll have to run a more comprehensive testing to make sure it really does but it looks

Re: [android-developers] NEWBIE needs help with Android Tab Widget tutorial

2011-10-04 Thread Chris Cullington-Johnson
thanks TreKing I ended up figuring this one out, finally. Now stuck on HelloGoogleMapView tutorial. I am refusing to give in this time and am doing a lot of reading about how to put the code together cause I am obviously missing something. On Sat, Oct 1, 2011 at 10:05 AM, TreKing

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread Bluemercury
The only static variable in use is an int, for maintaining the state of a progress bar while switching activities. the updateResultsinUi() is an abstract method tha is implemented by sub activties classes. regards, -- You received this message because you are subscribed to the Google Groups

[android-developers] TAB ACTIVITY usage

2011-10-04 Thread ANKUR GOEL
Hi all, i am using tab activity in my application . i want the tab in all my activities but as i click from any of the tab activity it starts the new activity which does not contain TAB . So how to implement this type of behaviour in application i.e TAB 's in all activities i dont want to use

[android-developers] Changing layout according to resolution of devices

2011-10-04 Thread B.Arunkumar
Hi, Is there any way to change the xml layouts in res.layout according to the resolution of the device. First the resolution of the device can be found out as per this link:- http://android-er.blogspot.com/2009/08/exercise-get-screen-resolution-using.html But how do we incorporate the

[android-developers] Sensor Accelerometer Question

2011-10-04 Thread dani maoz
Hi I would like is there a limitation (more then one) of Accelerometer sensor support in android , I have table with two Accelerometer installed, and when i try Sensor Debug or Lane Splitter applications, It reads data from the first accelerometer, Is there a tutorial or source code of apk i can

Re: [android-developers] Efficient 2D Sprites

2011-10-04 Thread Latimerius
On Sun, Oct 2, 2011 at 9:41 PM, Beck Olson beckn8...@gmail.com wrote: Our images are 42x1344 and we are drawing about 12 sprites at a time. The best frame rate we have been able to achieve is about 25 frames per second (on a samsung galaxy). So my question is what is the proper way to draw

Re: [android-developers] How to back up call history programmatically

2011-10-04 Thread Daniel Drozdzewski
On 4 October 2011 10:27, GopalaKrishnan D gopall...@gmail.com wrote: How to back up call history programmatically *call* and *history* have more than one meaning in the context of Android SDK programming. Do you mean actual phone call history? -- Daniel Drozdzewski -- You received this

Re: [android-developers] App is killed when home button is pressed from any activity

2011-10-04 Thread Luis Ramirez
Clearing the back stack If the user leaves a task for a long time, the system clears the task of all activities except the root activity. When the user returns to the task again, only the root activity is restored. The system behaves this way, because, after an extended amount of time, users

Re: [android-developers] Changing layout according to resolution of devices

2011-10-04 Thread Kostya Vasilyev
By using dimension resources placed in configuration-qualified resource directories (e.g. res/values-large, res/values-sw800dp, etc.) ... or by creating entirely different layouts for those screens (e.g. res/layout-large and so on) ... or by setting values from code inside onCreate (yuck!). --

Re: [android-developers] Re: preventing keyboard pop up on device when screen pushed

2011-10-04 Thread John Goche
Thank you for your feedback, I see the options you mention listed here: http://developer.android.com/guide/topics/manifest/activity-element.html It works. Regards, John Goche On Mon, Oct 3, 2011 at 8:18 PM, rich friedel rich.frie...@gmail.com wrote: In your manifest declare the

Re: [android-developers] Re: ViewHolder Pattern leaking a Context on retained Fragments

2011-10-04 Thread Mark Murphy
On Mon, Oct 3, 2011 at 11:00 PM, luciofm luci...@gmail.com wrote: The framework would take care of reattaching my Fragment to the new Activity, and from the Lifecyle of Fragments it will call onCreateView, which will return a new View hierarchy, and here lies the problem, because on my adapter

[android-developers] CompressFormat

2011-10-04 Thread New Developer
Hi When using Bitmap.CompressFormat.JPEG and .PNG What exactly is the compression technique/method(s) used I'm trying to relate CompressFormat.JPEG and .PNGwith thier corresponding PDF /FilterDCTDecode or ASCII85HexDecode or what ? Thanks in advance -- You received

[android-developers] Audio on Bluetooth

2011-10-04 Thread giangiammy
hi all, I have an application sending the voice output to the speaker. I'd like to send the audio on a bluetooth earset when it is connected. If I connect the wired earset, the audio is automatically routed to wired earset, while if I have a bluetooth earset connected, the audio keep going to

[android-developers] Re: Audio on Bluetooth

2011-10-04 Thread lbendlin
Routing audio to bluetooth is the responsibility of the user. They can do that in the phone settings. Long tap on the desired device, then Choose for BTStereo or some such. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] how to implement sync using Funambol

2011-10-04 Thread aparna rani
hiii i am implementing android application. In that i nee ti sync the mobile database and online server. i searched in google but i found using Funambol is possible. but i don't know start please give me some sample code for synchronization. thank you in advance -- You received this message

[android-developers] Archos 80 G9 did not support the adb bridge

2011-10-04 Thread Michael Kuethe
Today I've received the brand new Archos Tablet with Honeycomb. Unfortunately I did not find any connection to the adb - so I can not use it for development :- Does anyone knows what to do? regards Michael -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Eclipse Android Graphical Layout is not giving the options on properties window

2011-10-04 Thread Pablo Fernandes
Tor, i'm gonna do this until tomorrow and i will post the results. Now i'm using the r12 version of ADT (that is what was available when i followed the installations steps on android.com). I didn't know about the r14 preview. (VERY good news though). thank you so much for the help and i'll post

[android-developers] Specifying custom animations in resource file

2011-10-04 Thread subrat
Hi All, I have created a custom animation which is derived from Animation class now i want to specify this in XML under R.anim folder Is it possible ? Regards Subrat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Archos 80 G9 did not support the adb bridge

2011-10-04 Thread Kostya Vasilyev
Looked here, by any chance? http://www.archos.com/support/support_tech/updates_adb.html?country=uslang=en http://www.archos.com/support/support_tech/updates_adb.html?country=uslang=en 04.10.2011 16:11, Michael Kuethe пишет: Today I've received the brand new Archos Tablet with Honeycomb.

[android-developers] LinearLayout Rotation Issue

2011-10-04 Thread Chenna
Hi I am forced to fix my CameraPrview Activity in landscape. Now i am adding buttons on top of surface with linear layout and rotating the same with Animation. After rotating my buttons are not clickable. before rotation buttons are clickable. i have re/anim/rotation.xml rotate

[android-developers] Re: Audio on Bluetooth

2011-10-04 Thread giangiammy
thank you, but the idea is to have my application to manage it. If there's an option available to the user, there should be a way to do it programmatically! thanks giammy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread André
I'm trying to create a database with 12 different tables which has been working fine until today. Now every time I start my app for the first time after uninstalling it and re-installing it (or just clear app data) I get the error message seen in the title. However, the second time I start the app

Re: [android-developers] Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread Kostya Vasilyev
Why do you have checkDataBase() in onCreate? SqliteOpenHelper already takes care of calling onCreate only when the db needs to initialized, onUpgrade when it needs to be upgraded (based on version numbers), or just to open and run with it. Hardcoding the DB path is a bad idea - you will run into

[android-developers] Re: Audio on Bluetooth

2011-10-04 Thread lbendlin
rethink your approach then. I am using am.isBluetoothA2dpOn() (to inject a half second silent sound before my announcements in order to wake the BT speaker up) and that works just fine. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread André
I had a problem where the database called onCreate every time i started my app and got the suggestion of using that bit of code. But I see your point. Could that have anything to do with failt to setLocale? I tried without that bit of code now and get this error: the bind value at index 1 is null

[android-developers] Robotium Solo getCurrentActivity returns previous activity not current.

2011-10-04 Thread changdeo
Hi , We have test project. We used robotium framework for test automation. Solo class from robotium has a method getCurrentActivity() to get activity on top. This method works fine for smartphones i.e. below honeycomb versions, but for honeycomb it always returns previous activity. I saw Solo

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread TreKing
On Tue, Oct 4, 2011 at 4:14 AM, Bluemercury joao.ro...@gmail.com wrote: The only static variable in use is an int, for maintaining the state of a progress bar while switching activities. the updateResultsinUi() is an abstract method tha is implemented by sub activties classes. Um, well, then

Re: [android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread Kostya Vasilyev
04.10.2011 16:42, André пишет: I had a problem where the database called onCreate every time i started my app and got the suggestion of using that bit of code. But I see your point. I can see how that could happen if your VERSION was defined as 0, or if your onCreate failed. Could that

[android-developers] Dialog with ListView and Scrollbar not centered

2011-10-04 Thread Pent
I have an activity with style Theme.Dialog with a ListView. If the list view doesn't have many items, all is good, the dialog is centered. If the list view has a lot of items the dialog is no longer centered horizontally because the gap between it and the screen-right gets bigger whereas the left

[android-developers] Pop Up Dialog with edit box

2011-10-04 Thread Adrian Randall
Hey, So i'm trying to create a pop up dialog box that can accept a text entry, think of a high score entry window for a players name. I cant do this with Alert Dialogs, i cant do this with Inflate as it alwyas has a transpaent background and i can never get it centered...Any other ideas If you

Re: [android-developers] Pop Up Dialog with edit box

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 8:56 AM, Adrian Randall adrian.ran...@gmail.com wrote: So i'm trying to create a pop up dialog box that can accept a text entry, think of a high score entry window for a players name. I cant do this with Alert Dialogs Sure you can.

Re: [android-developers] Re: ViewHolder Pattern leaking a Context on retained Fragments

2011-10-04 Thread luciofm
So, here is my question again, there is some way to use the ViewHolder pattern on this case? It should work fine. Row widgets hold references to their ViewHolder via setTag(). Those row widgets are discarded on a configuration change, which in turn discards their ViewHolders. The list is

[android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread André
I never had the version set to 0 so it should be onCreate. I put a log like this for each db.executeSql: Log.w(TAG, Starting to create db!); And got this output. Did I misunderstand you of how to find the problem? 10-04 15:01:12.546: Warn/DbAdapter(8904): Starting to create db! 10-04

Re: [android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread Kostya Vasilyev
The output looks good. If you're still getting the errors, post logcat output(s) with stack traces. 04.10.2011 17:08, André пишет: I never had the version set to 0 so it should be onCreate. I put a log like this for each db.executeSql: Log.w(TAG, Starting to create db!); And got this output.

[android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread André
Still the same problem. Here is the stacktrace and the logcat from creating the tables until crashing: 10-04 15:35:59.795: WARN/DbAdapter(9542): Starting to create db! 10-04 15:35:59.805: WARN/DbAdapter(9542): table1 created! 10-04 15:35:59.805: WARN/DbAdapter(9542): table2 created! 10-04

[android-developers] Re: socketException

2011-10-04 Thread Jeremy Dagorn
Could you give more information about your code? For example : http://stackoverflow.com/questions/4939237/android-app-address-family-not-supported-by-protocol Best, On Oct 4, 12:50 am, arun kumar arun.kata...@gmail.com wrote: while am trying to get the response from the server am getting the

Re: [android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread Kostya Vasilyev
According to stack trace, your code gets past opening the database. And then: package.Tabs.checkListName(DbAdapter.java:310 ... calls db.query() passing a null value in the list of query arguments (the new String[] { ... arg1, arg2 ... } part). This is not allowed, and causes the exception

[android-developers] When to develop Adobe AIR/Flash?

2011-10-04 Thread ColorTheorist
While I have developed stand-alone applications that typically take advantage of the Google Maps API or SQL-Lite database applications that provide data to users, I have not considered using the Adobe Flash in the development process anywhere. As I understand it from some articles and related web

Re: [android-developers] Re: App crash report - InputChannel - could not read input channel file descriptors from parcel.

2011-10-04 Thread Kostya Vasilyev
I have a manifest-registered receiver for WiFi events, which can get triggered quite often (e.g. the signal level change). Third party ROMs is one thing, causing plenty of weird shit for sure, but this could be something else. Will try to find the time to make a synthetic test case. --

Re: [android-developers] Re: runOnUIThread method in doInBackground of Async Task...

2011-10-04 Thread João Rossa
I posted the code there..there are no static methods, anyway how do i save the activity(as in the views that are filled) either on rotation *while and after *the task is running? regards, On Tue, Oct 4, 2011 at 1:47 PM, TreKing treking...@gmail.com wrote: On Tue, Oct 4, 2011 at 4:14 AM,

Re: [android-developers] Re: White (error) textures on Android 2.2, but working normal textures on Android 1.5 to 2.1... ¿why?

2011-10-04 Thread Adam Ratana
Also, make sure your textures are getting unloaded/unbound at the appropriate times, on some phones it will be okay if you keep loading textures over and over again with new contexts, on others you will have the white squares. On Tuesday, October 4, 2011 4:29:42 AM UTC-4, latimerius wrote:

[android-developers] Re: Sometimes Receiver Not Receiving Any Broadcast Message

2011-10-04 Thread crajesh
Hi Steven, Thanks for your reply, I included the data scheme tag in AndroidManifest.xml sometime it don't receive any broadcast message, after rebooting the i can receive broadcast message thanks Rajesh On Oct 4, 10:54 am, Studio LFP studio@gmail.com wrote: You can't register for

[android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread André
I still can't figure it out! This is what I use in my main activity to open the db. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); db = new DbAdapter

Re: [android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread Kostya Vasilyev
The exception comes later: package.Tabs.checkListName(DbAdapter.java:310 ... calls db.query() passing a null value in the list of query arguments (the new String[] { ... arg1, arg2 ... } part). -- Kostya 2011/10/4 André pha...@hotmail.com I still can't figure it out! This is what I use

[android-developers] Re: Sometimes Receiver Not Receiving Any Broadcast Message

2011-10-04 Thread Studio LFP
Is the phone stock or does it have a third party ROM (you or someone else put on it)? Which version of Android does it have? Are all of the broadcasts stopping or are you just getting some but not others? If your manifest entry looks like the one I posted, could you post a clip of your

Re: [android-developers] Re: preventing keyboard pop up on device when screen pushed

2011-10-04 Thread Chris
I'd recommend using android:windowSoftInputMode=stateUnchanged for the same affect without hassling with config changes. stateUnchanged means if the activity starts and the keyboard isn't showing, then don't show it. If it is showing, then keep it visible. -- You received this message

[android-developers] Re: Pop Up Dialog with edit box

2011-10-04 Thread Studio LFP
You can also do this with an AlertDialog.Builder. Here are the steps I've used that work (others may have even simpler ones): 1. Create and build the dialog via AlertDialog.Builder 2. Inflate a view with an edit text 3. Get a handle to the edit text via findViewById on the inflated view 4. Set

[android-developers] Re: Android: failed to setLocale() when constructing, closing the database

2011-10-04 Thread André
Found it! I asked for a saved preference which hadn't been loaded yet! Thanks a lot for your time and help Kostya! On Oct 4, 4:46 pm, Kostya Vasilyev kmans...@gmail.com wrote: The exception comes later: package.Tabs.checkListName(DbAdapter.java:310 ... calls db.query() passing a null

Re: [android-developers] Archos 80 G9 did not support the adb bridge

2011-10-04 Thread Michael Kuethe
Thx -Kostya I've found that already. But it does not work. :-( I've found a adb driver for G8 but not for G9.Even the G8 driver works fine - I'm using it with a 43 internet tablet. But this one does not work with the G9. Any ideas how can I use the Honeycomb tablet as a developer device?

[android-developers] Drawables with different sizes after Bitmap conversion

2011-10-04 Thread Patrick
I want to convert a Drawable into a GrayScale Drawable (the exact same content but gray). BUt when I display both next to each other in a GridView, the sizes are different... I do this usig the following method: public static Drawable createGrayScaleDrawable(Drawable drawable) {

Re: [android-developers] Archos 80 G9 did not support the adb bridge

2011-10-04 Thread Kostya Vasilyev
Here is how to hack the standard driver for the Sony Tablet S1. Should work for your device, too, as long as you use correct PnP IDs. https://groups.google.com/d/topic/android-developers/N8aydm119EI/discussion -- Kostya 04.10.2011 19:15, Michael Kuethe пишет: Thx -Kostya I've found that

[android-developers] about the behavior of Intent.ACTION_BATTERY_OKAY.

2011-10-04 Thread Hiko
Hello, I have one question concerning Intent.ACTION_BATTERY_OKAY. According to the Android Developer website: Indicates the battery is now okay after being low. This will be sent after ACTION_BATTERY_LOW once the battery has gone back up to an okay state.

Re: [android-developers] about the behavior of Intent.ACTION_BATTERY_OKAY.

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 11:22 AM, Hiko hikosais...@gmail.com wrote: Can the Intent.ACTION_BATTERY_OKAY be received while the device is the sleep status ? AFAIK, the broadcast will not occur until the device wakes up. I am not aware that Android specifically wakes up the device for this

Re: [android-developers] Re: Activity gets (re)created when device goes to sleep?

2011-10-04 Thread Studio LFP
Great, glad to hear it! So much good stuff in Android it is hard to keep up with it. With it being so flexible in most cases, I have to work to remember those simple shortcuts that help out so much also. I think the trick there is that even if you force your application to landscape, if you

Re: [android-developers] TAB ACTIVITY usage

2011-10-04 Thread TreKing
On Tue, Oct 4, 2011 at 4:15 AM, ANKUR GOEL ankur1...@gmail.com wrote: So how to implement this type of behaviour in application i.e TAB 's in all activities Use fragments. - TreKing

[android-developers] How to implement the iphone style multitouch zoomIn zoomOut to a polygon on a GLSurfaceView?

2011-10-04 Thread saex
i have an application that shows a simple square polygon represented on a GLSurfaceView. Actually i can do zoomIn and zoomOut with two buttons. But now i want to implemente the iphone multitouch style zoomIn and zoomOut. It means that when the user presses with two fingers the screen and move one

[android-developers] Re: White (error) textures on Android 2.2, but working normal textures on Android 1.5 to 2.1... ¿why?

2011-10-04 Thread saex
solved, i must to put the images on assets directory. There is a bug or something in android 2.2 and upper versions that makes a redimension into the coordinates breaking the POT rule and getting white sprites. If you use assets dir this bug is solved. On 4 oct, 16:28, Adam Ratana

[android-developers] Re: How to implement the iphone style multitouch zoomIn zoomOut to a polygon on a GLSurfaceView?

2011-10-04 Thread Studio LFP
Check this post out: http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html Information from the source, the best kind. Steven Studio LFP http://www.studio-lfp.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] wsdl

2011-10-04 Thread arun kumar
---In Iphone if we put wsdl addrees in sudz(http://sudzc.com/) then they are generating the classes like the same way does any options are available in android.. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Vizio tablet (Android 2.3)

2011-10-04 Thread bob
I got a Vizio tablet (Android 2.3) from Walmart. Now that it's been slightly after 15 days so I can't return it, this error keeps showing up: http://i1190.photobucket.com/albums/z449/m75214/vizio.png The tablet refuses to start. It just gets stuck on this error. Any ideas? -- You received

[android-developers] How do I highlight text/bring up the magnifying glass

2011-10-04 Thread Jegadeesan M
i am loding html in webview ,but on long press magnifying glass or copy menus are not get visibled like browser(Samsung Tablet). can anyone please let me know how to do that ? Thanks Jega -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: socketException

2011-10-04 Thread arun kumar
thanks for your reply i have to connect to the sap server and fetch the data using soap webservicei hav e to authenticate to the server and fetch the response from it... *public* *void* onCreate(Bundle savedInstanceState) { *super*.onCreate(savedInstanceState);

[android-developers] How to simulate worst Network Latency / Speed

2011-10-04 Thread cellurl
I have a customer who can't send data to my site. Everything works except that. Everything works in the emulator, so I am guessing one of my timeouts is hitting from his slow network?? Q: What is the slowest, worst settings I can use in the Emulator? I have tried a couple but it always works in

[android-developers] super slow code

2011-10-04 Thread bob
Does anyone know why this code is ridiculously slow and/or how to make it faster? float[] getVertices(String filename) { try { AssetManager am = this.getResources().getAssets(); InputStream is = am.open(filename);

Re: [android-developers] Re: Activity gets (re)created when device goes to sleep?

2011-10-04 Thread Latimerius
On Tue, Oct 4, 2011 at 5:28 PM, Studio LFP studio@gmail.com wrote: I think the trick there is that even if you force your application to landscape, if you are looking at your phone in portrait and pull up your application, it shows it in portrait if even for just a second. When it does

[android-developers] remote database

2011-10-04 Thread Sam Deleon
Can any basic web hosting service be used to create a remote database for a android app to use? -- 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

Re: [android-developers] super slow code

2011-10-04 Thread Kostya Vasilyev
First, profile and find out which is the slow part (reading, tokenizing, string-to-float conversion). Second, conversion of string to float is ridiculously slow in some Java library versions (Android uses Apache Java libraries). This came up in the context of SVG parsing, IIRC, a few months

Re: [android-developers] remote database

2011-10-04 Thread james pruett
absolutely. I use nearlyfreespeech.net and run mysql and share data all day long. -- 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

[android-developers] Re: How to simulate worst Network Latency / Speed

2011-10-04 Thread Studio LFP
It might be worth updating your application to add a section of code that records the start time, completion time and other important info of whatever isn't working. If it doesn't complete, you could dump that data to a file on the SD card and have him send it to you via e-mail. You could add

[android-developers] Setting Screen Orientation in Service!!

2011-10-04 Thread Sebastian Tomaszewski
Guys, Would you by any chance know if there is a way to set a Screen Orientation in Service? What I want is to set my android device to a specific Orientation at all times. The orientation that I am setting it too is not available currently on my device, but I can set it programmatically

[android-developers] ttf fonts

2011-10-04 Thread Nik
Hi, I recently got the samsung galaxy sii, and i was wondering if it is possible to install fonts from windows. if so how is it done -- 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] send SMS from adb without using mobilenetwork

2011-10-04 Thread Srikanth
Can i send an SMS to the phone through adb without using mobile network? i need this to test with a device that doesn't have a connection to mobile network? -- 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] Removal of swipe unlock regd...

2011-10-04 Thread Gokul.C
Hello, I am compiling android 2.3.4 from source and i need to remove the swipe unlock thing at normal boot up. Which code should i edit to remove that swipe unlock Thanks in advance and waiting for reply. -- Gokul.C -- You received this message because you are subscribed to the

[android-developers] Downloading Samples

2011-10-04 Thread Dre
I suspect I'm missing something real simple here, but sometimes an extra set of eyes can help. I'm teaching myself how to code for Android and I was trying to download the samples, using the SDK Manager, so that I could follow along with the text: Android Wireless Application Development by Shane

[android-developers] Have you developers even attempted address why this is happening?

2011-10-04 Thread Frederick Lombardi
Hi, First off I do not support anything illegal. Secondly I own a samsung galaxy phone and I am unable to get any app at all from the market for the last six months. This could explain why there are so many apk websites. To explain further, after contacting technical support for android

[android-developers] accessing raw resources from within my library

2011-10-04 Thread dazza666
Hi all, I am writing an android library and am having a problem basically within my library I am attempting to access a file stored in the res/raw directory of my library project like so InputStream inputStream = Resources.getSystem().openRawResource(R.raw.sample); ive also tried: InputStream

[android-developers] AJAX Android

2011-10-04 Thread durai panneer selvam
Hi all, How to use the AJAX to update table in android. Please help me. -- 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] How enable\disable GPS ?

2011-10-04 Thread ecspertiza
Hi, all. I need to enable\disable gps programmatically. I used code String provider = Settings.Secure.getString(QtApplication.mainActivity().getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED); if(!provider.contains(gps)){ //if gps is disabled final Intent poke = new Intent();

[android-developers] changing background color of listview, and text inside

2011-10-04 Thread ravi sharma
my layout is LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent android:layout_height=wrap_content android:orientation=horizontal android:id=@+id/country_List TextView android:id=@+id/year

[android-developers] Accessing Video contents from Break.com

2011-10-04 Thread android_solutions
I am developing an app in android, where I want to get videos from Break.com http://www.break.com/ Is there any API exposed(sdk) from Break for android developers to access the contents or is there any way to do REST communication to get the data, like youtube data apis. Thanks in advance.

[android-developers] Dismiss dialog

2011-10-04 Thread Naveen
How can i dismiss the dialog, Opening the dialog of one application and going to the setting application to change the font style in the settings and cum back to the pervious application by pressing back key, the application is re- created but dialog is not dismissed. I want to dismiss dialog of

[android-developers] USB Host in the emulator

2011-10-04 Thread Antonello Pasella
Hi all, there is a way to connect an USB device to the emulator? Thanks a lot! -- 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

[android-developers] is sessionStorage safe? i'd like to use sessionStorage.

2011-10-04 Thread Chrone
hi. I'm trying to use sessionStorage functions for my webApp works. But, i'm wondering - is sessionStorage safe? If I use sessionStorage, other apps or bad users will be possible to get my app's sessionStorage values? Do all values of sessionStorage be exposed to other apps or users - maybe,

[android-developers] Bluetooth OBEX Object Push Profile Server

2011-10-04 Thread droidGurl
Hello Android Developers! I have been googling this like crazy and I cannot find a clear cut answer to the feasibility of my undertaking. I have a Bluetooth hardware device whose code I do not have access to. I would like to use this device with an android phone. The device looks for an OBEX OPP

[android-developers] Standards/Certification available for Android Aircraft Applications

2011-10-04 Thread Pathy
Hi Team Is there any certification available for the Android Apps/Android System which is going to be installed on aircraft? or What procedure that i need to follow if i am going to install my application on the aircraft. If so, please let me know more information on this. Thanks Pathy --

[android-developers] Question about accented characters in Android Sqlite

2011-10-04 Thread Jairo de Almeida
Hi group. I'm developing a android aplication using version 2.2 I have a question about the encode data in sqlite. In my data has accented characters and when i make sql statement with order by from column the accented characters are listed incorrectly. last index of cursor, for example, A, B, Á

  1   2   >