[android-developers] Re: Problem with Android Emulator

2011-11-16 Thread Bishan
ok. i fixed the issue. deleted current one and created a new one. :) On Wed, Nov 16, 2011 at 1:16 PM, Bishan tvbis...@gmail.com wrote: When i start the emulator, it show on taskbar. but it is not comes to my pc screen. i tried to get it on my pc screen using task manager by selecting Bring to

[android-developers] Re: How to access class file

2011-11-16 Thread skink
Ketan wrote: Can I access bytecode of some file/function from dex file On Nov 12, 12:58 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Nov 11, 2011 at 6:47 AM, Ketan ket@gmail.com wrote: I want to acess class file from bin folder in android. I was doing it using

[android-developers] Re: How to transform a openGL object into a bitmap?

2011-11-16 Thread saex
I tryed it but your function haves some kind of problem I'm displaying a square with a colored textue similar to the old icon of windows paint software paintbrust. And when i store the opengl capture into a bitmap (bmp or png), the colours of the texture are changed :S for example, yellow colours

Re: [android-developers] Remove Log Statements

2011-11-16 Thread Android Developer
Hi All, Im getting this exception. Proguard returned with error code 1. See console Unexpected error while performing partial evaluation: Class = [org/restlet/engine/local/ZipClientHelper] Method = [handlePut(Lorg/restlet/Request;Lorg/restlet/Response;Ljava/io/File;Ljava/lang/String;)V]

[android-developers] Re: SharedPreferences question

2011-11-16 Thread Ali Chousein
What exactly is the problem you are facing? You shouldn't do anything manually with the created shared preferences XML file. Why do you think there is a problem with it? If you didn't touch it, it should be just fine. - Ali Chousein Weather-Buddy

[android-developers] Re: More traditional Android menu

2011-11-16 Thread Ali Chousein
Alex, a friendly suggesstion to you. If you believe you created something useful, write and maintain a blog about it (Blogger it's just a great platform www.blogger.com). In the blog you can explain what are the limitation of the current menus and what improvements you made to alleviate those

[android-developers] Re: Why is the activity being destroyed/recreated (NOT a configuration change)?

2011-11-16 Thread Ali Chousein
I'm not sure if the Android framework makes any commitments that the behavior you expect will be so 100% of the times. My humble suggestion is, code accordingly without making assumptions that you'll see the behavior you expect 100% of the times. -

[android-developers] Re: Help need on face book integration

2011-11-16 Thread Ali Chousein
Study Facebook Android SDK: https://github.com/facebook/facebook-android-sdk Study Facebook graph API: https://developers.facebook.com/docs/reference/api/ - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com |

Re: [android-developers] SharedPreferences question

2011-11-16 Thread Kostya Vasilyev
Are you trying to let the user change the value with a preference activity, and still get access to the value from code? If so, make sure that the shared prefs storage is the same in both cases: Option 1: - In your code snippet, call PreferenceManager.getDefaultSharedPreferences() rather than

[android-developers] Fatal error while repo init

2011-11-16 Thread flintman
I get the below when i repo init -u https://android.googlesource.com/platform/manifest. fatal: unable to start /x//xx/.repo/repo/main.py fatal: [Errno 13] Permission denied -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Google maps API

2011-11-16 Thread pmurdoch
Hi All New to the group so bear with me. I am developing a store locator and what to show on the map locations of a particular branch of fast food outlets without the user doing a search. Any idea's on the best way to do this? You can do this using App Inventor but it is so limited. Want to see

Re: [android-developers] Help needed with dynamic layout change [UI Rearrange]

2011-11-16 Thread Kostya Vasilyev
This should work automagically. Do you have configChanges in the manifest for the first activity? 2011/11/16 androidCrazy venky...@gmail.com I have two activities. The first activity has buttons arranged as per layoutfirst.xml in protrait mode and layoutfirst.xml in landscape mode, placed in

[android-developers] Best way to change android repository versions efficiently once downloaded using repo/git

2011-11-16 Thread bchoward
I've got a situation where I need to build a set of static copies of Android source code of different release versions. Simply doing an repo init -b $version; repo sync will take forever (init requires interaction, and the syncs will be wasteful of my bandwidth across versions). My current setup

[android-developers] Capture Video + Circular Buffer for Video on Android

2011-11-16 Thread Joseph Irvine
Hello, I am trying to build an application that would run on an Android set- top box (not mobile device). The set-top box will have analog video inputs. I would like to capture the incoming video within Android. Once I capture video, I am looking to see if there are any good SDKs that provide

[android-developers] MediaFrameworkTest media content

2011-11-16 Thread Kam
I am looking for the media content referenced in the file MediaNames.Java. I can find no trace of these files in the android source tree. Any help with locating these files will greatly be appreciated. thanks kam -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: How to read data off a website into an Android app

2011-11-16 Thread Paco Abato
Can't you use Apache POI? http://poi.apache.org/ On Wed, Nov 16, 2011 at 01:23, mellery451 mellery...@gmail.com wrote: well, you're not going to be able to (easily) read Excel files on android (xls, or whatever they are called these days), but csv will probably work - perhaps that's what you

[android-developers] Webkit CSS flip image

2011-11-16 Thread u4yk
Before I begin, let me state that I know about issue 12451 (code.google.com/p/android/issues/detail?id=12451). Now, what I'm trying to do is create a image that can become a mirror of itself in realtime. What I need is a way to do this IN JAVASCRIPT or CSS. In other words, PHOTOSHOP IS NOT

[android-developers] Re: git.kernel.org : Fatal: unable to connect a socket (Connection refused)

2011-11-16 Thread Sasha Nikolic
Had the same issue. Download new repo binary. Sasha On Nov 15, 7:33 am, Kristopher Micinski krismicin...@gmail.com wrote: The source moved: android.googlesource.com You can find more information: source.google.com On Tue, Nov 15, 2011 at 1:15 AM, s.rawat imsaurabhra...@gmail.com wrote:

[android-developers] Action Bar

2011-11-16 Thread Royston
I am building an application and attempting to follow guidelines and use the ActionBar on Honeycomb versions. In testing I note that unless running in an XLarge emulator, the ActionBar does not show the menu overflow icon. Is this as intended and if so what is the purpose of the ActionBar on such

[android-developers] android ERROR/libagl(739): copybit failed

2011-11-16 Thread vane chang
when I put data into the MatrixCursor ,I get the log:android ERROR/ libagl(739): copybit failed. I don't know what's the matter? 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] AbstractWindowedCursor

2011-11-16 Thread vane chang
how can I extends extends ? I want getting data from files instead of the data from sqliteDatabase. I'm newbie ,please help me.Thank you! -- 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] How to monitor soft keyboard state?

2011-11-16 Thread p tang
Whats the solution to get soft keyboard open/close state? -- 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] Menu button unactive on search mode

2011-11-16 Thread gordon
Hi, When I trigger search interface in my app calling onSearchRequested() the search panel appear but I can't show option panel. onOptionsItemSelected() is not called and no option menu is shown. When I'm not in search mode, the menu appear without any problems. Surprisingly, on the default

[android-developers] Re: Is it possible that LINK/CALL a class in another package as a library or plug-in?

2011-11-16 Thread chripo
it's possible with the use of the classloader. add this method to your Activity request the plugin information by an custom broadcast. the plugin have to response and submit pluginapk = plugin_context.getPackageCodePath() canonnicalCalssName = plugin1.class.getCanonicalName() use this

[android-developers] User relevance feedback Android app

2011-11-16 Thread surbhi
Hi, I have an image database and their extracted feature vectors.I have to design an Android app where image retrieval is done on user feedback.User will select few images out of the shown data set on the screen and send those selected images back to the database which will return a new refined

[android-developers] Porting iPhone app and running into snag

2011-11-16 Thread Daniel Kramer
I am porting my game SkyWords which is a scrabble like game. All the game tiles are children of one game board view. As the user re- arranges the tiles I want to set the z-order of the tiles so they draw correctly. In my game tiles can be stacked on other tiles and the order is always changing.

Re: [android-developers] device in sleep mode, service still working ?

2011-11-16 Thread Kostya Vasilyev
Depends on your definition of working. It's not terminated, but the entire device may go to sleep, unless something wakes it up. If you have an open network connection (WiFi or mobile, not sure about Bluetooth) and a packet comes in, the device will wake up for a short time. Keeping it awake for

[android-developers] Re: Multiple Apps and Content Providers, How to ?

2011-11-16 Thread swebb99
Thanks for the reply again Mark, very useful information. The in-app purchasing maybe the way for me to go so I'll have a read around that subject. In theory I could create the structure of the app with several modules which could be purchased as add on's. I could put in the app store a version of

[android-developers] Re: Webkit CSS flip image

2011-11-16 Thread Dusk Jockeys Android Apps
Allow me to be the first to say that you are an idiot and I hope nobody helps you. Simply appalling. On Nov 16, 2:05 am, u4yk unsok.ringori...@gmail.com wrote: Before I begin, let me state that I know about issue 12451 (code.google.com/p/android/issues/detail?id=12451).  Now, what I'm trying

Re: [android-developers] OpenGL Samsung Galaxy S2 S II Problem With Rotation

2011-11-16 Thread Marcin Mikosik
I've finally got access to Samsung Galaxy s2 GT-i9100 android ver: 2.3.3 (I also update it to 2.3.5 but problem remained) so can share what I've found: In my code I draw textures using openg 1.0 in two ways: - using one glDrawArrays(GL_TRIANGLE_FAN, ...) call for each texture that is rotated -

Re: [android-developers] Remove Log Statements

2011-11-16 Thread Android Developer
Hi All, Any ideas, I dont have any luck to get this. Thanks Manikandan On Wed, Nov 16, 2011 at 1:54 PM, Android Developer c2dmdevelo...@gmail.comwrote: Hi All, Im getting this exception. Proguard returned with error code 1. See console Unexpected error while performing partial

[android-developers] Device is attached with usb or not

2011-11-16 Thread Naveen
Hello All, I want to create a app, i am creating naveen folder in sdcard , i want when user attached with USB cable and dragging file in Root sdcard then that moment i want to read device is connected with usb . means i want to create a service in app that look for usb attachment check , if

[android-developers] how to apply preference style in user-defined theme

2011-11-16 Thread Bacon021
I defined a theme with an item named android:preferenceStyle, how ever when I apply this theme to some activity, the related preference items' style are still not what I defined. The following is my style I defined and the usage. frameworks\base\core\res\res\values\themes.xml: style

[android-developers] How to show Date Picker in AlertDialog

2011-11-16 Thread Gulfam
I can successfully show EditText field, Buttons and Text Views in AlertDialog.Builder using LayoutInflater . But I am unable to show datepicker (Not DatePicker Dialog) in AlertDialog.Builder. Can we show date picker in AlertDialog.Builder? If yes then How we can show? -- You received this

[android-developers] GPU usage

2011-11-16 Thread Bacon021
as for Issue 6914, we can see that the UI lag is a very important problem, and as I know most chipsets provide the GPU, such MTK 6573,I wonder whether has a way for us to use the GPU for our UI? especially after ICS. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] GPU usage

2011-11-16 Thread Mark Murphy
Hardware acceleration for widget-based UIs is on by default with Ice Cream Sandwich. You can opt into it for Honeycomb via the android:hardwareAcceleration attribute in your manifest. On Wed, Nov 16, 2011 at 6:59 AM, Bacon021 wei.pg...@gmail.com wrote: as for Issue 6914, we can see that the UI

Re: [android-developers] How to show Date Picker in AlertDialog

2011-11-16 Thread Mark Murphy
On Wed, Nov 16, 2011 at 6:59 AM, Gulfam gulfa...@gmail.com wrote: I can successfully show EditText field, Buttons and Text Views in AlertDialog.Builder using LayoutInflater . But I am unable to show datepicker (Not DatePicker Dialog) in AlertDialog.Builder. Can we show date picker in

Re: [android-developers] Best way to change android repository versions efficiently once downloaded using repo/git

2011-11-16 Thread Mark Murphy
Step #1: Visit http://source.android.com Step #2: Click on the Community tab Step #3: Find a Google Group of relevance to your question, as this group is for developing apps with the Android SDK Step #4: Ask your question there On Tue, Nov 15, 2011 at 7:33 PM, bchoward bchow...@gmail.com

Re: [android-developers] Action Bar

2011-11-16 Thread Mark Murphy
On Wed, Nov 16, 2011 at 4:15 AM, Royston roystonpcar...@gmail.com wrote: I am building an application and attempting to follow guidelines and use the ActionBar on Honeycomb versions. In testing I note that unless running in an XLarge emulator, the ActionBar does not show the menu overflow

[android-developers] Set the Height and Width of GLSurfaceView

2011-11-16 Thread bhavani sankari
Hi All, I know it is possible to get height and Width of GLSurfaceView.Can we set the height and width of GLSurfaceView? Thanks, Bhavani -- 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] Set the Height and Width of GLSurfaceView

2011-11-16 Thread bhavani sankari
Hi All, I know it is possible to get height and Width of GLSurfaceView.Can we set the height and width of GLSurfaceView? Thanks, Bhavani -- 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: Device is attached with usb or not

2011-11-16 Thread skink
On Nov 16, 12:35 pm, Naveen kumarnaveen.si...@gmail.com wrote: Hello All, I want to create a app,  i am  creating naveen folder in sdcard , i want  when user attached with USB cable and dragging file in Root sdcard then that moment i want to read device is connected with usb . means i want

Re: [android-developers] Device is attached with usb or not

2011-11-16 Thread Kristopher Micinski
On Wed, Nov 16, 2011 at 6:35 AM, Naveen kumarnaveen.si...@gmail.com wrote: Hello All, I want to create a app,  i am  creating naveen folder in sdcard , i want  when user attached with USB cable and dragging file in Root sdcard then that moment i want to read device is connected with usb .

[android-developers] Re: device in sleep mode, service still working ?

2011-11-16 Thread SL@maxis
Depends on your definition of working. It's not terminated, but the entire device may go to sleep, unless something wakes it up. If you have an open network connection (WiFi or mobile, not sure about Bluetooth) and a packet comes in, the device will wake up for a short time. Keeping it

Re: [android-developers] Device is attached with usb or not

2011-11-16 Thread NaveenShrivastva
Thanks all i resolved this issue, On Wed, Nov 16, 2011 at 6:34 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Nov 16, 2011 at 6:35 AM, Naveen kumarnaveen.si...@gmail.com wrote: Hello All, I want to create a app,  i am  creating naveen folder in sdcard , i want  when user

[android-developers] Open Accessory Protocol

2011-11-16 Thread SL@maxis
1. Has anyobe has come across implementation of Open Accessory Protocol on windows XP ? 2. (Not too sure after reading its web pages) Is it feasible to buy a Arduino board and plug it onto a pc running windows xp ? 3. Can I use MicroUSB2-to-ethernet adapter to plug into a pc ? If I am

[android-developers] Handster

2011-11-16 Thread bob
Anyone have any experience listing their app in Handster? Is this worthwhile? -- 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: Fatal error while repo init

2011-11-16 Thread Oli Wright
Been a lot of these sort of questions recently. Do a search and you'll realise that you're on the wrong list. Hell, don't even search, just look at some of the most recent items. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Sensor events are received, but not working.

2011-11-16 Thread Raghav Sood
Having a little problem here. I am making an app that uses the GPS, accelerometer and compass. GPS works fine. The problem comes with the other two. According to the Log.d s splattered all over my code, the following code receives the sensor events for the sensor with the int code 1, which

Re: [android-developers] Sensor events are received, but not working.

2011-11-16 Thread Mark Murphy
FWIW, the orientation sensor is deprecated. While I yanked the sensor coverage from my books (the third-generation sensor API makes my head hurt), I do have some samples that might help: https://github.com/commonsguy/cw-advandroid/tree/master/Sensor On Wed, Nov 16, 2011 at 8:46 AM, Raghav Sood

Re: [android-developers] Re: obtain information from My Profile

2011-11-16 Thread TreKing
On Wed, Nov 16, 2011 at 1:52 AM, jose sharecosts...@gmail.com wrote: I want to get alias or name the owner of the mobile Search this group - from what I recall seeing on this topic, this is not possible.

[android-developers] After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Ashish Tiwari
When I'm adding JAR( include 3 java files ) into my project it throws following error . *[2011-11-16 08:51:42 - crumbin-app-prototype] Conversion to Dalvik format failed with error 1* How can i fix this problem ? [2011-11-16 06:34:18 - JSONtest] Unable to resolve target 'Google Inc.:Google

[android-developers] keywords

2011-11-16 Thread bob
Here is my top-secret business strategy: Look at my top-performing apps in Android Market. See what keywords they use. Create more stuff with those keywords. However, I can't find the keywords for my apps. Are there no explicit keywords for Android Market? -- You received this message

Re: [android-developers] After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Kristopher Micinski
Try rebuilding your project, do a clean in eclipse or ant clean at the terminal. This usually fixes it. kris On Wed, Nov 16, 2011 at 9:06 AM, Ashish Tiwari ashish...@gmail.com wrote: When I'm adding JAR( include 3 java files ) into my project it throws following error . [2011-11-16 08:51:42

Re: [android-developers] After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Kristopher Micinski
(Or at least gives you a breaking build saying you've defined a class twice, which you then have to go and fix, but have a more informative error to work off of :-) kris On Wed, Nov 16, 2011 at 9:13 AM, Kristopher Micinski krismicin...@gmail.com wrote: Try rebuilding your project, do a clean in

Re: [android-developers] Sensor events are received, but not working.

2011-11-16 Thread Raghav Sood
Thanks Mark! I'll work on updating the orientation code. Do you have any idea why the if statement for the accelerometer doesn't kick in, even though I am getting a couple of thousand sensor events for type 1? Thanks On Wed, Nov 16, 2011 at 7:22 PM, Mark Murphy mmur...@commonsware.comwrote:

[android-developers] Re: After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Ashish Tiwari
Hey I'm sorry, I was using all those file in packages. Problem solved .. ;-) -- 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: After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Ashish Tiwari
Hey sorry , I was using all those java files in package also , rather that using JAR . Problem solved ... ;-) -- 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] Tab with in Expandable List

2011-11-16 Thread Siva Prakash
Anybody can help me on how to put a Tabe View inside Expandable List ? Appreciate if someone pass me an example or tutorial ? - Thanks -- 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] localization bloats my app - is there an alternative approach?

2011-11-16 Thread mot12
My app was about 1.5M, after adding 12 languages I am now looking at 3M because of the multiple string.xml files in the resources. Yes, they are big but it only became a problem after adding all these languages. And I want to add more languages... Does anybody have an idea of how to localize with

[android-developers] Speed up dalvikvm calls

2011-11-16 Thread New Developer
Hi all, I have a runnable thread which is called every 5 ms mHandler.postDelayed(buffering, 5); Yet from the LogCat it is taking much longer. 11-16 10:32:14.110: D/dalvikvm(1945): GC_FOR_ALLOC freed 1801K, 16% free 23172K/27463K, paused 25ms 11-16 10:32:14.420: D/dalvikvm(1945):

Re: [android-developers] Speed up dalvikvm calls

2011-11-16 Thread Daniel Drozdzewski
On 16 November 2011 15:48, New Developer secur...@isscp.com wrote: Hi all, I have a runnable thread which is called  every  5 ms    mHandler.postDelayed(buffering, 5); Yet from the LogCat it is taking much longer. 11-16 10:32:14.110: D/dalvikvm(1945): GC_FOR_ALLOC freed 1801K, 16% free

Re: [android-developers] Speed up dalvikvm calls

2011-11-16 Thread Kristopher Micinski
Those are garbage collections, you can't just ask the vm to quit garbage collecting. This usually implies that you are doing something that takes a lot of memory (fire up the barcode scanner and turn on logcat). So basically, what type of app are you writing? Short answer: no. Longer answer:

[android-developers] My camera preview height is smaller than the pictures height

2011-11-16 Thread saex
When i am showing the camera preview i can see a height, and when i make the photo, the photo shows more height than the preview. I mean that i can see objects than i can't see on the preview. How can i solve it? THese are the parameters of my camera: public void

Re: [android-developers] Speed up dalvikvm calls

2011-11-16 Thread New Developer
Thanks to all It is a video player I'm using the MediaMetadataRetriever so that I can load and if necessary stop and edit a bitmap I've tried (obviously unsuccessfully to read the bitmap and make it smaller (for the purpose of memory) the original video is 1280 x 720 I was trying to

[android-developers] Re: In-app billing: Creating coupons ?

2011-11-16 Thread androidmediadeveloper
Thanks for the suggestions there Kostya, we're going with a issue refund after purchase approach in lieu of anything in the platform. -Android Media developer On Nov 7, 3:51 pm, Kostya Vasilyev kmans...@gmail.com wrote: In-app billing does not allow free (of charge) items. You can refund a

[android-developers] Mobile Developer (IMMED NEED)

2011-11-16 Thread Steven Smith
Dear Business Partner, Hope you are doing well today, Please review the requirement and let me know if you have any one available for the below position, Please send me your consultant updated resume with the contact detail ASAP Job Title:Mobile Developer Location: McHenry, IL Duration: 12+

[android-developers] In-App purchase and a Paid entry (2 separate listings on android market)

2011-11-16 Thread androidmediadeveloper
Anyone encounter a situation where you had to place an app, with in- app purchasing to pro as well as yet another paid entry on the Android Market ? We currently have a free app with an upgrade to pro option available via in-app billing, and the product team wants to create more discoverability

Re: [android-developers] localization bloats my app - is there an alternative approach?

2011-11-16 Thread Mark Murphy
On Wed, Nov 16, 2011 at 9:49 AM, mot12 martin.hu...@gmail.com wrote: My app was about 1.5M, after adding 12 languages I am now looking at 3M because of the multiple string.xml files in the resources. So, you added 1.5MB of space with 12 languages. That's around 100KB apiece. Since this stuff

Re: [android-developers] Sensor events are received, but not working.

2011-11-16 Thread Mark Murphy
It might be a combined bitfield, since they have a TYPE_ALL. Beyond that, no clue. On Wed, Nov 16, 2011 at 9:18 AM, Raghav Sood raghavs...@androidactivist.org wrote: Thanks Mark! I'll work on updating the orientation code. Do you have any idea why the if statement for the accelerometer doesn't

Re: [android-developers] Sensor events are received, but not working.

2011-11-16 Thread Raghav Sood
Guess you could be right, Perhaps shifting all the sensor code to the newer APIs could fix it. Thanks On Wed, Nov 16, 2011 at 10:30 PM, Mark Murphy mmur...@commonsware.comwrote: It might be a combined bitfield, since they have a TYPE_ALL. Beyond that, no clue. On Wed, Nov 16, 2011 at 9:18

Re: [android-developers] Speed up dalvikvm calls

2011-11-16 Thread Daniel Drozdzewski
On 16 November 2011 16:45, New Developer secur...@isscp.com wrote: Thanks to all It is a video player   I'm using the MediaMetadataRetriever  so that I can load and if necessary stop and edit a bitmap I've tried (obviously unsuccessfully to read the bitmap and make it smaller (for the

[android-developers] Please Help with GPS Provider Switch

2011-11-16 Thread Tommy Hartz
Hey, Right now when trying to get a user location I start with the GPS Provider. I have a timer set for 30 seconds, If a location is not found in 30 seconds the timer goes off and stops that location request. When that happens I move to the Passive Provider. After 30 seconds if a location

Re: [android-developers] Speed up dalvikvm calls

2011-11-16 Thread New Developer
Thanks Daniel Iam trying to call it every 5ms But I would settle for as fast as possible. I have tried so somehow buffer, thus trying to do all the I/O first and then just view but this has failed hopelessly I can only load 15 frames into memory and then get an OutOfMemory Do you by any

[android-developers] What is the best Client Server framework to use for Android?

2011-11-16 Thread raduq
Hello! I'd like to ask you all, what framework would you recommend for a Client-Server application. Thanks in advance! -- 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

[android-developers] International / UTF-8 bug in java.util.zip

2011-11-16 Thread Lathe26
I have found the following bug in Android. Where do I report it? There is a bug in java.util.zip (likely in the ZipEntry class) where the name of the ZipEntry is not properly encoded in the ZIP file. This bug affects any UTF-8 characters that are not in the ASCII range. An example character is

[android-developers] Problems when signing APKs with Java 7.

2011-11-16 Thread BoD
Hi! I just spent a few hours on a signature problem when building our project with ant on a machine that has (Oracle's) Java 7 installed. When trying to install this apk, I have this error: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES] After looking inside the MANIFEST.MF file inside the apk,

[android-developers] Android programmer position at Arizona State University in Phoenix AZ

2011-11-16 Thread Eric Hekler
To all programmers I am looking to hire a new programmer, preferably in the Phoenix, AZ area to work on innovative new strategies in mHealth for promoting health and behavior change using Android phones and related devices (see here for related work:

[android-developers] Re: How to transform a openGL object into a bitmap?

2011-11-16 Thread Streets Of Boston
Looks like colors are inversed. Probably an issue with this part: int pb = (pix 16) 0xff; int pr = (pix 16) 0x00ff; int pix1 = (pix 0xff00ff00) | pr | pb; Try swapping the red and blue channels: int p*r* = (pix 16) 0xff; int p*b* = (pix 16) 0x00ff; int pix1 = (pix

[android-developers] Fragment within a fragment?

2011-11-16 Thread Doug Gordon
So Fragment A is instantiated, inflates its view, and goes on its merry way. Can Fragment A later instantiate a Fragment B and add it to one of Fragment A's own child views, thus creating a sort of fragment within a fragment? I can't think of a reason why not, but still don't have a really

[android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-16 Thread Kevin TeslaCoil Software
Actually in a normal build the resources.arsc file isn't zip compressed with the other files are and it can be quite large. Manually running aapt can compress it (and does by default), but then you get really weird force closes on some froyo devices. I've been meaning to ask about why this is.

[android-developers] Cheating the Rating, please google stop this.

2011-11-16 Thread sblantipodi
Hi google, I received this email from a well known contact that I can give you via PVT if you are interested in it. --- Hi, I am android application review writer. I have provided more then 100's of reviews to different developers. I can provide you one review free on cost to check my

[android-developers] Re: What is the best Client Server framework to use for Android?

2011-11-16 Thread JackN
HTML over HTTP On Nov 16, 9:52 am, raduq radu...@gmail.com wrote: Hello! I'd like to ask you all, what framework would you recommend for a Client-Server application. Thanks in advance! -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Looking for a partner

2011-11-16 Thread Alexander Turda
I started working on an app and I could really use some help. All I need is a person with at least 1 released app. Also,I need that person to be able to work at least 2 hours per day. The app I'm working right now is unique,I mean there isn't any app like this one. If the partnership goes

[android-developers] Need Your Help: How to send video of mediarecorder over TCP and How can i receive this on server side.

2011-11-16 Thread muhammad.ume...@hotmail.com
Hi, I found Mediarecorder that record video, i also found that parcelFileDescriptor fromSocket can use to send video over TCP but I am not able to send this video and recieve on a server side. Mediarecorder parcelFileDescriptor fromSocket that perfect to record video on sd card but when

[android-developers] Re: What is the best Client Server framework to use for Android?

2011-11-16 Thread hhenne
Playframework makes it easy to make REST/JSON services. Hardy Henneberg http://www.maxikeys.com On Nov 16, 9:21 pm, JackN j...@jacknorth.com wrote: HTML over HTTP On Nov 16, 9:52 am, raduq radu...@gmail.com wrote: Hello! I'd like to ask you all, what framework would you recommend for

[android-developers] Re: Multiple Apps and Content Providers, How to ?

2011-11-16 Thread swebb99
Right I've had a read around in-app purchasing and I think its the way to go. My thinking is I release the initial version of the code probably without in-app code, just get it out there. Then I do an update when ready which add in-app purchasing. The extra logic to be bought will already be in

Re: [android-developers] Fragment within a fragment?

2011-11-16 Thread Mark Murphy
On Wed, Nov 16, 2011 at 1:38 PM, Doug Gordon gordo...@gmail.com wrote: So Fragment A is instantiated, inflates its view, and goes on its merry way. Can Fragment A later instantiate a Fragment B and add it to one of Fragment A's own child views, thus creating a sort of fragment within a

Re: [android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-16 Thread Mark Murphy
On Wed, Nov 16, 2011 at 2:18 PM, Kevin TeslaCoil Software ke...@teslacoilsw.com wrote: Actually in a normal build the resources.arsc file isn't zip compressed with the other files are and it can be quite large. Manually running aapt can compress it (and does by default), but then you get

[android-developers] Problem when I add a header to the list of a PreferenceActivity on Honeycomb

2011-11-16 Thread Julien Del Rio
Hi everybody, I work on the Honeycomb version. I add an header to the list in my PreferenceActivity using getListView().addHeaderView(header). But now, I think there is a problemn on the index of the list. When I click on a line, the onPreferenceTreeClick return the previous line. Do you have

[android-developers] org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:8080 refused

2011-11-16 Thread indra
I am trying to call a servlet from andorid application but when i call the servlet i get the connection refused error I have tried replacing 127.0.0.1 with my ip iaddress the i get connection time out error any clue on these. public static String executeHttpPost(String url,

[android-developers] c2dm token

2011-11-16 Thread sushil jindal
I have the c2dm token its working properly . i am getting the notification from server but some it miss the notification or the notifications are stop to working so what its mean. the c2dm token was expire. if yes then how we are test that the c2dm token is expire or valid.please give me the

[android-developers] Programmatic gallery scroll on a timer?

2011-11-16 Thread noobler
Hi, I need to implement a gallery which scrolls one item at a time, and which can do 'autoscroll': i.e. every couple of seconds, it automatically scrolls to the next item. I extended Gallery, overriding onFling to ignore the fling event and instead simulate a DPAD arrow left or right in order to

[android-developers] sound spectrum analyzer

2011-11-16 Thread ron simon
Hi Dev. Team, I want to create a spectral analyser but I'am new in this field . For writing a content from a music file in an array I used this try { File file = new File(mFileName, array_spinner[Getposition()]); file.createNewFile(); InputStream is

[android-developers] FragmentMap + ActionBar Tab

2011-11-16 Thread m3n0R
I have a problem I've been trying insert a MapView into a ActionBar Tab, but I wasn't able to solve the problem even googling... Here is the Main Activity: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] setting permission...

2011-11-16 Thread Nishit Soni
I am developing a project which utilizes oauth (client side). I am unable to retrieve the request tokens. The error shown in the catlog (eclipse) is : communication with the service provider failed : the target server failed to respond I think it is because of no permission being set in the

[android-developers] OpenGL on android

2011-11-16 Thread John Goche
Hello, I am new to OpenGL and would like to write some code in it for Android. I wonder whether there are any significant differences in the android implementation compared to JOGL http://jogamp.org/jogl/doc/HowToBuild.html (which also has a quite involved setup process). I ask because I was

Re: [android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-16 Thread Dianne Hackborn
They aren't compressed so that they can be mmapped when starting the process, instead of having to decompress and copy the entire resource block to RAM. You really do not want that file compressed. One thing to look at is that you are building against a the min SDK version at which the platform

Re: [android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-16 Thread Mark Murphy
On Wed, Nov 16, 2011 at 4:53 PM, Dianne Hackborn hack...@android.com wrote: They aren't compressed so that they can be mmapped when starting the process, instead of having to decompress and copy the entire resource block to RAM.  You really do not want that file compressed. Ah. Makes sense.

[android-developers] Google+ and NFC

2011-11-16 Thread Dominik
can someone (probably from the Google-Guys) explain, why NFC support has been disabled for the Android Google+ app? With earlier versions of the Google+ client, a tag with an NDEF-Record of type TNF_WELL_KNOWN and the type RTD_TEXT (T) was automatically read in and pasted into the post message

  1   2   >