[android-developers] Re: JNI and caching jobject thiz?

2012-01-16 Thread FrankG
Hello ! It seems for me, that your question is not really ndk and android related, instead more or less something related to Reflection and the Dynamic Invocation API. Good luck ! Frank On 13 Jan., 11:11, M J fakeacc...@googlemail.com wrote: Hey guys, I nned your help. I am currently

[android-developers] Re: Access to USB Device

2012-01-16 Thread FrankG
Hello Nico, you didn't said which device type your GPS receiver plays. But from the dmesg output it seems that their might be a problem with the power supply for your external device ?? 6[ 2786.151489] msm_otg_suspend: usb in low power mode 6[ 2786.842376] cpufreq: cpu 1 is not active. 6[

[android-developers] XML Security in Android

2012-01-16 Thread mayur
Hi , I want my application to support Digital Signature Verification for a given xml Signature file. For this , currently we are using open source libxmlsecurity which does that but is not part of Android Code base. Libxmlsecurity complies to http://www.w3.org/TR/xmldsig-core/

[android-developers] Re: JNI and caching jobject thiz?

2012-01-16 Thread M J
Hey, hmmm, I do not think so. I just want to know how to call a Java method from C without having the jobject. Can I cache it when I previously got it as parameter? On 16 Jan., 09:11, FrankG frankgru...@googlemail.com wrote: Hello ! It seems for me, that your question is not really  ndk and

[android-developers] Re: Tool for handling of localisation files

2012-01-16 Thread Pent
I am working on a App that supports several languages and got an offer to have my strings.xml file translated into several languages. However, the persons doing that are not technical and I would really prefer to give them an Excel file or something like that. Anybody using something else

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread Pent
Every apps that uses canvas are slowed down when this acceleration is enabled. Watch the memory size balloon fantastically too. Pent -- 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] Re: can use ATM cum debit card of State Bank of India (SBI) for registration.

2012-01-16 Thread Mohd Arshi Khan
Thank you friends. -- 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+unsubscr...@googlegroups.com For

Re: [android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread Romain Guy
Watch the memory size balloon fantastically too. That is an unfortunate but necessary side effect. Note that the system will pretty aggressively free up that memory whenever the user switches to another app. -- Romain Guy Android framework engineer romain...@android.com -- You received this

[android-developers] how to update a remote database from an Android application

2012-01-16 Thread tarun sablok
I want to update a remote database from my Android application . Just need some pointers on how to set up a remote database and how to update it from my application ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread Pent
Watch the memory size balloon fantastically too. That is an unfortunate but necessary side effect. Note that the system will pretty aggressively free up that memory whenever the user switches to another app. It balloons to such a degree that it should really be noted in the documentation

[android-developers] Interactive ebook reader

2012-01-16 Thread sumit garg
Hello everyone I am working on developing a e-book reader for tablets which will be very interactive in the sense that it will read books which will have videos, animations, simulations embedded in the book. apart from the basic features like highlighting the text, bookmark etc. we are trying

[android-developers] how to update a remote database from an Android application

2012-01-16 Thread tarun sablok
I want to update a remote database from my Android application . Just need some pointers on how to set up a remote database and how to update it from my application ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] I want to add items/services in my App for sale services

2012-01-16 Thread Ark Solutions
Hi, I have uploaded my app on android market, when I clicked on in- app Products link to add items in my app it showing this message New in-app products cannot be added because the current application version does not use the BILLING permission I have already add this permission in my Manifest

[android-developers] Newbie Needs Some Help

2012-01-16 Thread jp
Hello, I was wondering if anyone can help me out. I am having trouble having my app update/add information to my database. I fill out the log in page and I keep getting my toast message can not sign in and no info is added to mysql database. Can anyone see what I am missing in my code that is

[android-developers] Android Multiline Textbox Inside Flash WebView - Cannot Insert Linebreak with Enter Key

2012-01-16 Thread Elad Nava
I am facing a very strange bug with Flash rendering in Android. **The enter key in the soft keyboard does not insert a line-break into the focused textarea in Flash.** To reproduce: please visit this URL via your android browser: http://tinyurl.com/826nd6a The original URL:

[android-developers] how to click listview item by code

2012-01-16 Thread Baiqi WU
Hi, I meet an problem I want select the privious item in listview when I go to the child activity and click the cancel button. Button editButton= (Button) findViewById(R.id.config_intervals_edit_button); editButton.setOnClickListener(new OnClickListener() {

[android-developers] How to continously updating data from XML

2012-01-16 Thread Cheah Peng Huat
I have a problem trying to get dynamic data from XML. I have written code to parse data from xml, but the data only update once when i execute the application. What i want is continuosly update of data. Can anyone help me on that? Thank you. -- You received this message because you are

[android-developers] Re: YUV to h263/h264 compression on android to stream video

2012-01-16 Thread DmitryDzz
I have the same problem. But I need to send and receive video and audio streams in both directions. The solution I have found is to install Android NDK and compile ffmpeg open source project. I'm afraid its a very complicated way, but I cannot find anything better. -- You received this

[android-developers] Slideable top navigation

2012-01-16 Thread dnnddane
I am currently developing an application to follow an UI pattern as guiding in the following link: http://www.androidpatterns.com/uap_pattern/slideable-top-navigation I did try to implement by using HorizontalScrollView of array of buttons at first, but i hesitated after reading an article

[android-developers] Cannot get text to appear when created dynamically

2012-01-16 Thread Jim Morris
I am trying to create an activity UI by setting buttons and text dynamically. Just to get started I have dynamically created a ScrollView that contains a LinearLayout which contains a TextView and two Buttons. Everything is created dynamically. There is no layout file for this activity. I can get

[android-developers] Severe ICS wifi bug.

2012-01-16 Thread cvlowe
The below is an ICS only bug. Further info- I went to a friends house and his devices detect and connect to my Nexus except for his Xbox. His Xbox can connect through his iPhone wifi and a Razr, just not my ICS running Nexus. I'm copying this from the below link since I'm not getting a reply

[android-developers] Why do I need a MotoDev login to install sdk?

2012-01-16 Thread JeffH
Newbie installing sdk, running the update, I was prompted for my MOTODEV login and it appears that I had to have it to continue. What is up with that? Best, Jeff -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] where/how to close database connection when using custom contact provider

2012-01-16 Thread appyChappy
hi, hope someone can help? as i understand it, database connections need to be closed when finished with the connection. when using a custom content provider, surely all the closing should be taken care of within the provider? for example, i have a simple content provider that i have created. if

[android-developers] Can't update browser bookmarks

2012-01-16 Thread James G
I have come across an awkward issue, and I would very much appreciate your help to find out what I am doing wrong. I have an app which among other things allows users to edit bookmarks in the Android Browser's bookmark store. It uses the ContentResolver.query, .insert, .delete, and .update

[android-developers] Java Formatting on Eclipse

2012-01-16 Thread Frownyface
Is there a way to disable all code formatting for Java on Eclipse? I hate the way it mangles my code, and just want it to stop changing what I type. It looks like you can only change how it mangles the code. I can't find any master checkbox to turn it all off. -- You received this message

[android-developers] contact database structure

2012-01-16 Thread Manoj Bawane
hi friends, I am Novice programmer in Android and I want to make an backup program for my android fone so that I can take a copy/backup of my contact list so that I can retrive it whenever I loss my contacts mistakly.. please guide me about it... thanks.. -- You received this message because you

[android-developers] Urgent

2012-01-16 Thread Ashwani tiwari
Hello, I am sorry but there is really frustrating moment for me,I have a client from Italy ,he published an app named Absolute Vintage in android market ,he used minsdkversion=7 and targetsdkversion=8 in manifest file,that means any user whoose device having android version 2.1 or more,It is

[android-developers] android.view vs android.widget

2012-01-16 Thread Franzi Roesner
Hi, In android.view.LayoutInflater, non-fully qualified classes are expanded to android.view.ClassName -- why not android.widget.ClassName for classes that are in the widget package? (Some context, if helpful: I'm working on a research project that involves making some changes to the UI toolkit,

[android-developers] android:screenOrientation not allowed in a style?

2012-01-16 Thread Chuck Kasek
Can anyone tell me if there is something specific you have to do to use the screenOrientation attribute in a style? If i put it directly on the activity tag in my manifest, it works fine, but if I try to use it as part of a style it doesn't work. This works: activity android:name=.MyActivity

[android-developers] How to add a theme attribute to android:startColor in gradient drawable in Android?

2012-01-16 Thread khr2003
According to android documentation, android:startColor can take attributes as a value: This may also be a reference to a resource (in the form @[package:]type:name) or theme attribute (in the form ?[package:][type:]name) containing a value of this type. I am trying to add an attribute to

[android-developers] How to Printf in Android development ??

2012-01-16 Thread Haider Ali
Hello every one, Can any one help me how can I Print some line in Console ??? It is not working through printf(); ? Best Regards Haider Ali Ch. -- 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] WCF - Android - Complex Types - Can send, but properties arrived empty...

2012-01-16 Thread chankly
Hi guys !!! First... i'm sorry for my english... i am spanish, sorry. I have a strange problem with my comunications. I send a complex type from android to my service and i have anything problem. All OK. My service wcf recived the object, but... the properties is empty !! however, my service

[android-developers] Streaming Video From Android

2012-01-16 Thread Asmishra
Hi, I want to stream a video file present in the AVD SD card to a server. I thought there is a way to do it using the mediarecoder. Indeed it does provide the streaming options like the following API == recorder.setOutputFile(pfd.getFileDescriptor()); Here by setting the sock fd we can

[android-developers] want to begin with sync with sqllite db

2012-01-16 Thread pankajdev
Hi, i want to develop an android application where i would like to sync the sqllite or localdb it will be an address database and would like user to prompt based on their location , kindly suggest as i would like to develop this first time. please suggest some doc or light up some path how to go

[android-developers] A needle in a haystack

2012-01-16 Thread Rasmus Westerlin
I recently published my second app for android app store - a year after my first release which attracted about 4000 downloads (the app is free). My second app seem to be lost even before it is submitted - which is quite annoying when I think of all the nights and evenings I have spend developing

[android-developers] How to install android?

2012-01-16 Thread Md.Aynul Hasan Nahid
Hi, i am crazy about android and want to know how to install it into my jointech je200 7 ebook reader running by samsumg s3c2440a (arm920t) and 128 Mb nand flash currently it has windows CE 5.0 Plz help me -- You received this message because you are subscribed to the Google Groups Android

[android-developers] prepare the image size for different screen

2012-01-16 Thread GT
I am preparing some images which would display in my app, but I am not sure what size (width, height, resolution) shall I set before I made it in photoshop/firework. shall I prepare 3 set (for hdpi,mdpi, ldpi) for each image? but still, what resolution shall I set in each set? Thank you for your

[android-developers] Track the name of the service provider for outgoing call receiver

2012-01-16 Thread Nira
Hi, I am trying to get the name of the service provider (carrier) for the person who receive the outgoing call when a call has been made. Would be helpful if you guys can tell me whether this can be done. Thanks in advance. -- You received this message because you are subscribed to the Google

[android-developers] App not installing in Android device.

2012-01-16 Thread svkirans
Hi, I am new to Android development. I tried to create a sample application in eclipse. I connected my device and ran the application from eclipse and the application worked on my Android device. Then I exported the app and exported it into the sd card of the device and tried to install. It

[android-developers] Eclipse Failed to initialize Monitor Thread.

2012-01-16 Thread Kalder
Ok, I've been searching and searching a lot, I've seen people post the same problem on forums a lot, though non of the solutions that were suggested are working. I tried disabling my firewall/virusscanner and windows firewall too, I tried adb kill-server and adb start-server, nothing seems to

[android-developers] Proxy settings for ICS over ethernet

2012-01-16 Thread Robert Walsh
I am trying to set the browser proxy settings in Android ICS but am having no luck. The device I am using has ethernet but no wireless so trying to set the APN or wireless network settings does not work. I've found suggestions that you can use the java properties (http.proxyHost and

[android-developers] bluetooth

2012-01-16 Thread vikram s
how to send the data to other android device via bluetooth -- 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] Android app with embedded tutorial

2012-01-16 Thread Kookamonga
I'd like to embed a tutorial into my app that the user can step through when the app is first started. Does anyone know how the Google Currents app tutorial is implemented? It is extremely sleek and allows users to step through at their own pace. I found a similar question here:

[android-developers] Animation on a set of ImageViews

2012-01-16 Thread MikeMike
I have been trying to find the answer to this question for 3 days now. I am developing a game. And as one progresses in levels, I want to AlphAnimate each of my imageviews. So I have an array list of imageviews. For iterator i current_game.next() { AlphaAnimation anim = new

[android-developers] Animation Is repeating...why?

2012-01-16 Thread MikeMike
I am trying to get my imageView animations to play serially. But when onAnimationEnd the original one somehow replays : private void drawCurrentGame() { final LinkedListImageView animation_queue = (LinkedListImageView) current_game.clone(); ImageView working_view;

[android-developers] Re: gps waiting problem.

2012-01-16 Thread EstelKay
Probably this might help you http://stackoverflow.com/questions/3893626/how-to-use-asynctask-to-show-a-progressdialog-while-doing-background-work-in-and -- 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: Help with AlertDialog Needed

2012-01-16 Thread EstelKay
Hi Glen, a workaround seems to have an array where the array index of the players is the same as the index of the player in your list view. So you can access the array with the player id you get from your alert. Probably there's a better way to do that maybe this can help you

[android-developers] Thread errors - AsyncTask Fatal Error

2012-01-16 Thread Vanadis International
Hello, We are using threads in our app, to ask for an xml and some remote images which load on our activity's listview. This activity also uses Tabs, so when we click on the tab buttons the info on the listview is updated. However, in certain occasions we get a Fatal Error: Asynctask #1 (or 2, or

[android-developers] File Handling in Android

2012-01-16 Thread tejas_muley
Hi Android Team, I try to create folder in android app, that folder used only in application in which its create that folder. Can this is possible or is there any folder (already provided by android ) which work like this. Please help me to solve this problem. Thanks in advance. -- You

[android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread EstelKay
Hey there, I'm developing an app for reading data from a USB attached device on honeycomb (3.2). The device reads data from an external infrared meter prepares data and shares them over mass storage. It means the USB device is mounted as mass storage device. As it updates and creates some files

[android-developers] Hello All

2012-01-16 Thread unicus unicus
Hello All, Today is my first day in this group... Looking for support help to enhance my android skills. Cheers, Androindu -- 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] Re: Directory structure for project related files

2012-01-16 Thread Sarvex Jatasra
This reminds me of the variable naming discussions in Code Complete... misc is a misnomer, generally meaning that one did not put sufficient effort analyzing the contents If res is taken... what about resources, or better yet Market Resources.. Sarvex On Jan 15, 2012 2:02 PM, nadam

[android-developers] Problems of compatibility to hardware

2012-01-16 Thread Rasmus Westerlin
I have been developing apps for android in about 1 year and is becoming increasingly sceptical on the hardware compatibility issue on the Android platform - that is, how smoothly android apps are run on various android devices. I do not have a lot of money to buy this and that device - but have

[android-developers] KSOAP2 Library…Error sending data to asmx webservice

2012-01-16 Thread pathachiever11
I have an ASMX webservice setup on Microsoft Azure and I'm trying to send data to the webservice and receive output using an android application. For this purpose, I am using the KSOAP library. On the webservice, I'm checking if the strings are null. If they are, I return an error code 2405

[android-developers] Renderscript benchmrks

2012-01-16 Thread m lobo
Hi, I m interested in analyzing power/performance benchmarks for the platform (just like HoverJet and Taiji for OpenGL). Can anyone suggest such a benchmark or is there one in development. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] temp folder in iphone = what in android?

2012-01-16 Thread tejas_muley
what is folder used in android as temp folder in iphone? Folder which unable to acess outside application. -- 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] Raster Image/Map and GPS location

2012-01-16 Thread Rustam K.
Hello, I am new to maps and geo apps, and need some guidance please. I need to get a location and put the marker on the PNG image. I don't need zoom or anything like that. Do I need to create a table/list like pixel on image-gps coordinates? or how would you resolve this task? BTW, Is there any

[android-developers] How to put one or more layouts on same position

2012-01-16 Thread vivek gidmare
I am getting problem while setting layouts on same position over the display. -- 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] I have the same problem

2012-01-16 Thread haihua zhang
I have the same problem, also. -- 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] SDK updates

2012-01-16 Thread Yar
Hi. I am in the process of updating my SDK and it is messing itself up. Basically I have been using SDK 10 for nearly a year and was copletely happy with it (who creates apps for Android 4.03 today anyway?? I am targetting Android 1.6 - 3.1, most of the times the 2.2), until I had to include AdMob

[android-developers] Suggestion for best practice-pattern

2012-01-16 Thread sandma...@libero.it
Hi, I'd need to write an app that gets some infos, like remaining time, remaining SMS for this month from my provider. Assuming that these informations are available as html pages, i.e. using a browser I can connect, authenticate and get this data, which is the best way to write an app to

Re: [android-developers] I have the same problem

2012-01-16 Thread Raghav Sood
Elaborate. On Mon, Jan 16, 2012 at 10:28 AM, haihua zhang zhanghaihua...@gmail.comwrote: I have the same problem, also. -- 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: Animation on a set of ImageViews

2012-01-16 Thread skink
MikeMike wrote: I have been trying to find the answer to this question for 3 days now. I am developing a game. And as one progresses in levels, I want to AlphAnimate each of my imageviews. So I have an array list of imageviews. For iterator i current_game.next() { AlphaAnimation

Re: [android-developers] Suggestion for best practice-pattern

2012-01-16 Thread Mukesh Srivastav
How are you planning to get, if it is html you will need to render the html page in Webview to show the details. 2. you can also go with a simple webservice method which send you the data, you parse it and show it in a customize way. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer,

Re: [android-developers] How to put one or more layouts on same position

2012-01-16 Thread Mukesh Srivastav
why this approach, secondly if you go with approach, i am sure you might wants to hid the layout in run time and display which is required. can you elborate in more details. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Sun, Jan 15, 2012 at 10:49 AM, vivek

[android-developers] nfc compatibility for 2.2 android

2012-01-16 Thread ANKUR GOEL
hi i want to compile my nfc application on 2.2 android devices . pls suggest some ways . 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@googlegroups.com To unsubscribe from

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
There is some failure in the android hardware implementation, this is sure. It is not possible that a 1.2GHz dual core processor with 1GB of RAM and a SGX540 isn't able to run a simple and light software like mine in a smoothly way. I run that code on feature phones with less than 200MHz with a

Re: [android-developers] temp folder in iphone = what in android?

2012-01-16 Thread Mark Murphy
getFilesDir() from any Activity or other Context will return the application-local area of internal storage. However, I would not describe it as a temp folder, which implies the contents have no value. On Fri, Jan 13, 2012 at 4:31 AM, tejas_muley tejasmule...@gmail.com wrote: what is folder used

Re: [android-developers] How to install android?

2012-01-16 Thread Mark Murphy
This list is for developing Android applications with the SDK. It has nothing to do with your question. On Fri, Jan 13, 2012 at 1:15 PM, Md.Aynul Hasan Nahid matrivashasoftw...@gmail.com wrote: Hi, i am crazy about android and want to know how to install it into my jointech je200 7 ebook

Re: [android-developers] Android app with embedded tutorial

2012-01-16 Thread Mark Murphy
You might consider explaining what Google Currents looks like, perhaps using screenshots, as not everybody has that app, let alone uses it. On Fri, Jan 13, 2012 at 8:53 AM, Kookamonga site...@yahoo.ca wrote: I'd like to embed a tutorial into my app that the user can step through when the app is

Re: [android-developers] File Handling in Android

2012-01-16 Thread Mark Murphy
getFilesDir() from any Activity or other Context will return the application-local area of internal storage. On Fri, Jan 13, 2012 at 4:47 AM, tejas_muley tejasmule...@gmail.com wrote: Hi Android Team,     I try to create folder in android app, that folder used only in application in which its

Re: [android-developers] Why do I need a MotoDev login to install sdk?

2012-01-16 Thread Mark Murphy
That should only be needed for the emulator images and such from Motorola Mobility. If you do not have a MOTODEV login and do not wish to obtain one, uncheck those items in the SDK Manager before clicking the Install packages... button. On Fri, Jan 13, 2012 at 6:10 PM, JeffH dunde...@gmail.com

Re: [android-developers] How to Printf in Android development ??

2012-01-16 Thread Mark Murphy
On Fri, Jan 13, 2012 at 4:19 PM, Haider Ali haideralichoudh...@gmail.com wrote: Can any one help me how can I Print some line in Console ??? There is no console. For logging purposes, use android.util.Log, to log messages to LogCat, which you view using DDMS or the adb logcat command. -- Mark

[android-developers] Re: nfc compatibility for 2.2 android

2012-01-16 Thread sparky
Since NFC wasn't added to the platform until 2.3 ( http://developer.android.com/sdk/android-2.3-highlights.html), your only choice is to piece together a complete solution yourself. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread Mark Murphy
On Fri, Jan 13, 2012 at 4:54 AM, EstelKay kay.estelm...@googlemail.com wrote: All this led me to the assumption that IMountService is only available for OS developers (like Asus, Acer and so on) and not for SDK developers. Am I right with this? Correct. It is not part of the Android SDK. Now

Re: [android-developers] android.view vs android.widget

2012-01-16 Thread Mark Murphy
On Fri, Jan 13, 2012 at 4:24 AM, Franzi Roesner franzi.roes...@gmail.com wrote: In android.view.LayoutInflater, non-fully qualified classes are expanded to android.view.ClassName -- why not android.widget.ClassName for classes that are in the widget package? It does. You can tell this by

Re: [android-developers] XML Security in Android

2012-01-16 Thread Mark Murphy
No, but you may be able to get libxmlsecurity to work via an NDK wrapper. On Mon, Jan 16, 2012 at 3:38 AM, mayur mayurpr...@gmail.com wrote: Hi ,  I want my application to support Digital Signature Verification  for a given xml Signature file.  For this , currently we are using  open source

Re: [android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread Jim Graham
On Sun, Jan 15, 2012 at 07:18:37PM -0500, Kristopher Micinski wrote: I think Romain Guy was looking for specific examples from the stock Android apps. You said that *all* apps slowed down, if some random market app slows down, that's not really unexpected, if you can substantiate your claim

Re: [android-developers] No Video but audio present when using MediaPlayer on the emulator

2012-01-16 Thread Mark Murphy
You are trying to use the emulator to play back video. This is unlikely to be successful due to the speed of the emulator. For testing video in apps, most likely you will need to use an Android device. On Mon, Jan 16, 2012 at 1:09 AM, rperi...@yahoo.com rperi...@yahoo.com wrote: Has anyone else

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sparky
Does your application use any of the canvas functions known not to be hardware-accelerated? This blog article lists them, along with some best practices for Android 2D hardware acceleration. http://android-developers.blogspot.com/2011/03/android-30-hardware-acceleration.html -- You received

Re: [android-developers] Re: nfc compatibility for 2.2 android

2012-01-16 Thread ANKUR GOEL
so if i use reflection or wrapper classes it will work or not . On Mon, Jan 16, 2012 at 5:48 PM, sparky spar...@google.com wrote: Since NFC wasn't added to the platform until 2.3 ( http://developer.android.com/sdk/android-2.3-highlights.html), your only choice is to piece together a

Re: [android-developers] Re: nfc compatibility for 2.2 android

2012-01-16 Thread Sparky Rhode
I think it would work, but you may want to consider whether supporting Android 2.2 and older is even worth it. How many 2.2 devices can use an NFC radio? On Mon, Jan 16, 2012 at 1:44 PM, ANKUR GOEL ankur1...@gmail.com wrote: so if i use reflection or wrapper classes it will work or not .

R: Re: [android-developers] Suggestion for best practice-pattern

2012-01-16 Thread sandma...@libero.it
Ok for the webview. For the webservice, I don't know if the provider has such a facility. I'll ask them for. Thanks Messaggio originale Da: mukicha...@gmail.com Data: 16/01/2012 12.46 A: android-developers@googlegroups.com Ogg: Re: [android-developers] Suggestion for best

[android-developers] Re: File Handling in Android

2012-01-16 Thread Stephan Wiesner
you can use most normal Java File operations. If you want to access the sd card you will need to set the necessary permissions. Sunny greetings from Zurich, Stephan Wiesner On 13 Jan., 10:47, tejas_muley tejasmule...@gmail.com wrote: Hi Android Team,      I try to create folder in android app,

[android-developers] Re: Interactive ebook reader

2012-01-16 Thread Oli Wright
books which will have videos, animations, simulations embedded in the book You mean like web pages ...? -- 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

[android-developers] Re: Any problems regarding LVL when moving apps from one Google account to another?

2012-01-16 Thread Mark Carter
Trevor Johns has answered this question here: http://stackoverflow.com/questions/7802062/any-problems-regarding-lvl-when-moving-apps-from-one-google-account-to-another -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: bluetooth

2012-01-16 Thread Oli Wright
What've you looked at so far? Have you tried reading through this? http://developer.android.com/guide/topics/wireless/bluetooth.html -- 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: Interactive ebook reader

2012-01-16 Thread sumit garg
can say something of this kind check this out http://www.youtube.com/watch?v=yX4i9K6upqU -- 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

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
No my apps uses really simple primitives. On 16 Gen, 13:30, sparky spar...@google.com wrote: Does your application use any of the canvas functions known not to be hardware-accelerated? This blog article lists them, along with some best practices for Android 2D hardware acceleration.

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
...and all that primiteves are hardware accelerated. On 16 Gen, 13:30, sparky spar...@google.com wrote: Does your application use any of the canvas functions known not to be hardware-accelerated? This blog article lists them, along with some best practices for Android 2D hardware acceleration.

Re: [android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread EstelKay
Hey Mark thanks for the clarification. I still wonder why there is a permission when you don't have API calls to use it? -- 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] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread Mark Murphy
On Mon, Jan 16, 2012 at 8:51 AM, EstelKay kay.estelm...@googlemail.com wrote: I still wonder why there is a permission when you don't have API calls to use it? Lots of permissions are that way. You don't have an API call to brick the phone, yet there is the BRICK permission. My understanding is

[android-developers] Re: getExternalFilesDir() on Acer Iconia Tab A500

2012-01-16 Thread EstelKay
Hey Nicolay where'd you find the methods getSecondVolumeStorageDirectory and getThirdVolumeStorageDirectory? I can't find them in the documentation or access them in Eclipse with regular SDK. Is there any special library I have to import? Thanks in advance, these methods might be really helpful

Re: [android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread EstelKay
Thanks again -- 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+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: getExternalFilesDir() on Acer Iconia Tab A500

2012-01-16 Thread Nikolay Elenkov
On Mon, Jan 16, 2012 at 10:57 PM, EstelKay kay.estelm...@googlemail.com wrote: Hey Nicolay where'd you find the methods getSecondVolumeStorageDirectory and getThirdVolumeStorageDirectory? I can't find them in the documentation or access them in Eclipse with regular SDK. Is there any special

Re: [android-developers] Re: getExternalFilesDir() on Acer Iconia Tab A500

2012-01-16 Thread EstelKay
thanks for the fast answer -- 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+unsubscr...@googlegroups.com

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread sblantipodi
The most disappointing thing is this problem is that google don't want to admit that they have problem in their implementation, this will probably means that we will not see any fix soon. As I repeat the same canvas runs great on feature phones with 180MHz CPU and 1MB of heap, runs great of low

[android-developers] Re: Urgent

2012-01-16 Thread Matthew Jacobs
What requirements do you have? For example in the https://market.android.com/publish page for my app it says; 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

Re: [android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-01-16 Thread Sparky Rhode
Can you share some source code that reproduces this performance issue? On Mon, Jan 16, 2012 at 3:53 PM, sblantipodi perini.dav...@dpsoftware.org wrote: The most disappointing thing is this problem is that google don't want to admit that they have problem in their implementation, this will

[android-developers] Accessing EVERY single individual video frame from a video file

2012-01-16 Thread MD
Hi *, I want to read a video file, retrieve every frame ( as a bitmap to do some processing on each frame like scaling, warping etc. ) and display them on a canvas. I tried using getFrameAtTime() function provided by MediaMetadataRetriever. But it does NOT return every frame to me. It looks like

  1   2   3   >