Re: [android-developers] open database mysql files in android using intent

2012-07-19 Thread Francisco M. Marzoa Alonso
Explain it better. You didn't even tell where these files are stored or how do you access them. El 19/07/2012 11:09, Laras ervhint.hun...@gmail.com escribió: hi all, i have database and using mysql, in my database i store files, but only the file path, the file it self was moved to the folder i

[android-developers] LinearLayout divider broken in ICS?

2012-07-19 Thread Tomas Prochazka
I tried to use android:divider=@drawable/star_off android:showDividers=middle I spent half a day looking for the bug in my code. Than I trying to other android version. On the Android 3.x everything is OK, the same on the 4.1, but on 4.0 it is broken, delimiter will draw not in the gap between

Re: [android-developers] Re: Forcing lower resolution drawables on phones with big screens and small RAM

2012-07-19 Thread Francisco M. Marzoa Alonso
I used to use BitmapFactory.decodeStream for creating Bitmaps from raw assets. Just guessing, may be you can load each bit map, show it in the fly, and recycle it before loading next one. El 19/07/2012 04:12, Matt Schoen mtsch...@gmail.com escribió: Drat. I was able to get this to work, but

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-19 Thread Kostya Vasilyev
In one of the prior messages on this thread, Dianne Hackborn mentioned her plans to implement a UI screen in Settings to enable READ_LOGS (for apps that have it in their manifest). One could hope that this screen, whenever it appears, will have a documented launch action - so that apps like

[android-developers] Re: sqlite database growing

2012-07-19 Thread RichardC
http://www.sqlite.org/limits.html On Wednesday, July 18, 2012 9:44:52 AM UTC+1, Atul Darne wrote: Hi, I have an app, which stores its data to sqlite db, and it keeps growing as i insert records, i would like to know how much is the max limit for which i can use db ? is size will

[android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread JP
I'd try calling up the Google Maps app via Intent first. See if it fits the UI flow and provides what you need. If so, I would run with it. Reason: Except for being pulled though new API levels, the Maps API has been pretty much abandoned. By now, it is roughly a couple years behind what Google

[android-developers] Re: Someone stole my sound effects

2012-07-19 Thread JP
On Jul 18, 6:19 am, Riley Porter rileypor...@gmail.com wrote: In an update you could post some new mp3's. Reportedly Google is working on a scheme to provide end-to-end encryption for paid apps in Google Play. It might take a while to become reality though. -- You received this message

Re: [android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread Jaison Brooks
Oh ok, thats what i thought would be the best solution for my application. I was looking into the Google Maps api and it did look like a lot of stuff wasn't available. I do have still this question however, would do i go about making this feed that i need to. All i want is something that i can add

Re: [android-developers] static broadcast receiver to check internet state throughout the application

2012-07-19 Thread Robert Greenwalt
Shouldn't your intent filter be a child node of your activity in the manifest? See: http://stackoverflow.com/questions/5444639/broadcast-receiver-android On Thu, Jul 19, 2012 at 12:55 AM, sesamos fatma.kayh...@gmail.com wrote: Hello , I am trying to develop an application , which will use

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

2012-07-19 Thread Romain Guy
So this isn't really an issue of you're doing things that hurt performance when HA is used, since the exact same code works much better on other devices (HTC, Samsung and Motorola devices) except the Galaxy Nexus. Actually it is possible. Specific commands can run well on some GPUs and

Re: [android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread TreKing
On Thu, Jul 19, 2012 at 11:07 AM, JP joachim.pfeif...@gmail.com wrote: I'd try calling up the Google Maps app via Intent first. See if it fits the UI flow and provides what you need. If so, I would run with it. Reason: Except for being pulled though new API levels, the Maps API has been

[android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread Nobu Games
Just as a warning: the Google Maps terms of usehttps://developers.google.com/maps/termsstate: *(c) No Navigation, Autonomous Vehicle Control, or Enterprise Applications.You must not use the Service or Content with any products, systems, or applications for or in connection with any of the

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

2012-07-19 Thread Piren
Hi Guy, thanks for the reply Though it does make sense, i'm not seeing it happening. I'm not using any special effects on that ListView and i've also tested on a Samsung Galaxy S2 (i9100G), which has the same GPU and CPU (though a slightly older chipset) and unlike the Nexus, it gets a major

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

2012-07-19 Thread Romain Guy
The Samsung Galaxy S2 has a Mali 400 form ARM, Galaxy Nexus has an SGX540 from IMG. These are two very different GPUs. Again, without knowing what the apps does I cannot say more about what's going on (also, all the apps we ship with the default build use hardware acceleration and perform better

Re: [android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread Jaison Brooks
Thanks Nobu Games for the heads up, that makes my direction alot clearer. I am going to use the intent format for the lap and long data. TreKing - Thanks for the answer, you answer my question just by saying RSS reader, i need to know the best way of being able to pull data from a website and

[android-developers] Re: Someone stole my sound effects

2012-07-19 Thread John Coryat
Reportedly Google is working on a scheme to provide end-to-end encryption for paid apps in Google Play. It might take a while to become reality though. Wasn't that reported as it would be a good idea if rather than something Google is actively working on? What's your source for this?

Re: [android-developers] Application to start with

2012-07-19 Thread Justin Anderson
http://developer.android.com/training/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 19, 2012 at 4:19 AM, tj mailme.ta...@gmail.com wrote: I am new to android development. I have worked before on java and .NET but am a bit

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

2012-07-19 Thread Piren
ahmm... i've got a couple of those and i'll have to check, but i'm pretty sure the one i used to test on is actually the 9100G (the international version), which has the SGX540 :) Regarding the issue, the list i noticed the slowdown on just has a couple of TextViews and and a couple of ImageViews

[android-developers] setPictureSize on Droid RAZR

2012-07-19 Thread paladin
I'm trying to fix a bug some customers are having only on Droid RAZRs, and I don't happen to have access to one. We're trying to take pictures as close to the size 1600x1200 as we can, to optimize the size/quality of the pic. However, whenever I setPictureSize on a RAZR (using available picture

Re: [android-developers] Use of fragments on android phone and on tablets.

2012-07-19 Thread TreKing
On Thu, Jul 19, 2012 at 2:42 AM, |-NK-| niravnkulka...@gmail.com wrote: How am I supposed to implement this functionality i.e use fragments for phone devices and not use fragments when using tablets ? I think the idea is you use Fragments in both cases, just change the layout based on the

Re: [android-developers] Animated ImageView within RelativeLayout Question

2012-07-19 Thread TreKing
On Tue, Jul 17, 2012 at 4:02 AM, chillydk147 chillydk...@gmail.com wrote: Hi, I was wondering is the attached image possible to do when animating an image from left to right, that rather than stopping at the right, the image continues again from the left side, any insight would be great.

Re: [android-developers] NFC Application

2012-07-19 Thread TreKing
On Tue, Jul 17, 2012 at 1:59 AM, Amarnath Choudhary amarnathchoudh...@gmail.com wrote: I want to develop a NFC based application and don’t know where to start. Can you give me some suggestions / help, any useful links. http://developer.android.com/guide/index.html

Re: [android-developers] Android and AmazonS3

2012-07-19 Thread TreKing
On Tue, Jul 17, 2012 at 8:35 AM, Minnie guhercolako...@gmail.com wrote: The main problem is making a connection to the s3 server and download the pictures. This has nothing to do with this list. For questions with external libraries and SDKs, contact the developers of those SDKs. I would

Re: [android-developers] The recommanded system version control for the adw launcher

2012-07-19 Thread TreKing
On Wed, Jul 18, 2012 at 6:32 AM, Carole MENITCHEU iakho...@hubee.tv wrote: hello, i am working with ADW launcher for a project .I want to know which system control version is recommanded;SVN or GitHub? This has nothing to do with developing apps with the Android SDK, which is what this list

Re: [android-developers] Android SDK Error in AndroidManifest.xml

2012-07-19 Thread TreKing
On Mon, Jul 16, 2012 at 7:31 PM, 11clock justinpries...@yahoo.com wrote: The error is in the file AndroidManifest.xml. The error is, The markup in the document following the root element must be well-formed. The code that gives this error is below. /manifestmanifest xmlns:android=

Re: [android-developers] Call web service that returns an object

2012-07-19 Thread TreKing
On Wed, Jul 18, 2012 at 9:15 AM, Mohammed Zarqa mmza...@gmail.com wrote: the error comes from this line C.CategoryId = Integer.parseInt(response.getProperty(0).toString()); and the error is java.lang.NumberFormatException: unable to parse 'anyType{CategoryId=10055; Name=my

[android-developers] Re: Playback of MPEG v4 with more than one audio stream possible?

2012-07-19 Thread thiago_alencar
According to media info, its a LC AAC profile (more info below). Ideas anyone? Audio #1 ID : 1 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 21s 739ms Bit rate mode : Constant Bit rate : 120 Kbps Channel(s) : 2 channels Channel positions : Front: L

Re: [android-developers] Upload Video on youtube

2012-07-19 Thread TreKing
On Wed, Jul 18, 2012 at 4:34 AM, Mahesh Chunkhade mchunkh...@gmail.comwrote: i tried it lot but i am not getting how to upload video on youtube ,can anyone help me?? Unless you're having issues with the Android side of things, uploading to YouTube has nothing to do specifically with the

Re: [android-developers] Email Attachment

2012-07-19 Thread TreKing
On Wed, Jul 18, 2012 at 6:39 AM, Velu pichai...@novosys.in wrote: And now i want to attach this image directly to email via button click. Since you're a fast learner: http://lmgtfy.com/?q=android+attach+image+to+email

Re: [android-developers] Running App

2012-07-19 Thread TreKing
On Thu, Jul 19, 2012 at 6:47 AM, John Hearfield ilovecailey.j...@gmail.comwrote: i changed the directory of the command line to my Android Project (which was the path when i made it ) and i did ant debug and it says the command isnt internal/external or not found. Riveting story, thanks

Re: [android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread TreKing
On Thu, Jul 19, 2012 at 12:44 PM, Jaison Brooks jaisonbro...@gmail.comwrote: Do you know of any good RSS reader source code examples of any sort? I don't, but this is not that complicated. 1 - Connect to website, get input stream. 2 - Feed stream to XmlParser, parse the data. 3 - Convert the

[android-developers] File IO works on Emulator but not my snowball board

2012-07-19 Thread marcpolo
Hi, I am unable to get file IO working on my snowball board, with the log reporting I have tried writing to internal and external space using both Java and Native C++ code but to no avail. I get the message : File open failed : EACCES (permission denied). When I run on the emulator the

[android-developers] Exception chaos using the FragmentStatePagerAdapter (support package)

2012-07-19 Thread user123
I'm using the FragmentStatePagerAdapter in a ViewPager, in order to provide mutable content (FragmentPagerAdapter didn't work, it was not possible to change the content after having set it the first time). Mainly it works, but it crashes frequently because of IllegalStateExceptions: Fragment

Re: [android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread Jaison Brooks
Sweet, Thank You so much Treking I really appreciate you giving me info you have. Helped direct me to what i need to start on. On Thu, Jul 19, 2012 at 12:36 PM, TreKing treking...@gmail.com wrote: On Thu, Jul 19, 2012 at 12:44 PM, Jaison Brooks jaisonbro...@gmail.com wrote: Do you know of any

[android-developers] Re: Exception chaos using the FragmentStatePagerAdapter (support package)

2012-07-19 Thread user123
The documentation also says: * pThis version of the pager is more useful when there are a large number * of pages, working more like a list view. When pages are not visible to * the user, their entire fragment may be destroyed, only keeping the saved * state of that fragment. This allows

[android-developers] Re: Jelly Bean 4.1.1 caused MediaPlayer to fail

2012-07-19 Thread Joe
Hi! I found the solution by changing File root = Environment.getExternalStorageDirectory(); for File root = Environment.getExternalStorageDirectory().getAbsolutePath(); It works at last! -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] getOrientation wierd issue

2012-07-19 Thread Vlad
I did.. according to samsung kies, i have the latest firmware.. any other ideas? בתאריך יום שלישי, 26 ביוני 2012 22:55:32 UTC+2, מאת MagouyaWare: Have you checked if there are any available updates for your Galaxy Tab? I have heard reports of some Samsung devices having this issue, and an

[android-developers] Re: Jelly Bean 4.1.1 caused MediaPlayer to fail

2012-07-19 Thread RichardC
That's a bit funny: http://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory() returns a File and http://developer.android.com/reference/java/io/File.html#getAbsolutePath() returns a String Did you mean: File root = new

[android-developers] onSaveInstanceState() killed by OS

2012-07-19 Thread Andrew
Hello, I'm experiencing an unexpected OS behaviour; mentioned at least on Android 2.x, possible applicable to newer versions too. When OS calls onSaveInstanceStatehttp://developer.android.com/reference/android/app/Activity.html#onSaveInstanceState(android.os.Bundle)(for whatever reason)

[android-developers] Re: Parse application/smil MMS MIME type on android

2012-07-19 Thread Erik
Here's where to start: http://lmgtfy.com/?q=mms+smil -Erik On Thursday, July 19, 2012 1:37:15 AM UTC-7, Etienne wrote: So I have come across three categories of MMS message types: Plain Text - text/plain Image - image/jpeg, image/bmp, image/gif, image/jpg, image/png SMIL (Synchronized

Re: [android-developers] onSaveInstanceState() killed by OS

2012-07-19 Thread Mark Murphy
On Thu, Jul 19, 2012 at 3:53 PM, Andrew andrew.masl...@allegrowireless.com wrote: I'm experiencing an unexpected OS behaviour; mentioned at least on Android 2.x, possible applicable to newer versions too. When OS calls onSaveInstanceState (for whatever reason) apparently application may be

Re: [android-developers] setPictureSize on Droid RAZR

2012-07-19 Thread Mark Murphy
You might consider posting this question to the MOTODEV support forums, if you have not done so already. You might also consider posting the code that you are using to take the picture. On Thu, Jul 19, 2012 at 2:05 PM, paladin quoti...@gmail.com wrote: I'm trying to fix a bug some customers are

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-19 Thread matteo sisti sette
El dijous 19 de juliol de 2012 14:02:06 UTC+2, Mark Murphy (a Commons Guy) va escriure: POWER + VOLUME-UP + VOLUME-DOWN, simultaneously pressed, should slowly generate a report that you can mail to wherever you want. Great! I thought you were making fun of me and that would reboot or

Re: [android-developers] The purpose of resource name mipmap?!

2012-07-19 Thread Tim
On 15/02/2011 10:33, Gary Wang wrote: Dear all, I found the following resource folders are existing in Honeycomb- version Borwser apk. mipmap-hdpi mipmap-mdpi The meaning of mipmap resource is not listed in its SDK's documentation. I also discovered this being used in the stock MMS

Re: [android-developers] getOrientation wierd issue

2012-07-19 Thread bob
*This method is deprecated.* use getRotation()http://developer.android.com/reference/android/view/Display.html#getRotation() On Thursday, July 19, 2012 2:36:19 PM UTC-5, Vlad wrote: I did.. according to samsung kies, i have the latest firmware.. any other ideas? בתאריך יום שלישי, 26 ביוני

[android-developers] Re: File IO works on Emulator but not my snowball board

2012-07-19 Thread bob
Make sure you have WRITE_EXTERNAL_STORAGE permission and you are writing in the sd card directory (i.e. /mnt/sdcard/myfile.txt) On Thursday, July 19, 2012 2:06:40 PM UTC-5, marcpolo wrote: Hi, I am unable to get file IO working on my snowball board, with the log reporting I have

Re: [android-developers] onSaveInstanceState() killed by OS

2012-07-19 Thread Andrew
So, basically the limit is ANR limit, correct? AFAIK this is ~3 seconds. This makes sense then. Thanks Mark. On Thursday, July 19, 2012 4:43:59 PM UTC-4, Mark Murphy (a Commons Guy) wrote: On Thu, Jul 19, 2012 at 3:53 PM, Andrew wrote: I'm experiencing an unexpected OS behaviour;

[android-developers] Re: Email Attachment

2012-07-19 Thread bob
It's something like this: Intent shareIntent = new Intent(Intent.ACTION_SEND); shareIntent.setType(image/*); shareIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse(file:///sdcard/your_path_in_the_sd_card/your_image.png)); startActivity(shareIntent); On Wednesday, July 18, 2012 6:39:22 AM UTC-5,

[android-developers] Re: Android and AmazonS3

2012-07-19 Thread bob
Make sure you have INTERNET permission. On Tuesday, July 17, 2012 8:35:10 AM UTC-5, Minnie wrote: Hi guys, I am trying to write an application that downloads pictures from amazon s3 server and presents the pictures as a slideshow on the application. The application will be bundled to a

Re: [android-developers] onSaveInstanceState() killed by OS

2012-07-19 Thread Mark Murphy
On Thu, Jul 19, 2012 at 5:00 PM, Andrew andrew.masl...@allegrowireless.com wrote: So, basically the limit is ANR limit, correct? That's my guess. It's a guess, though. And, bear in mind that the ANR limit is merely the limit where Android will take action to stop the bleeding. Your UI should be

[android-developers] Re: Sole Trader in Germany?

2012-07-19 Thread bob
Why not get your own bank account in Romania and use that? On Thursday, July 19, 2012 7:09:04 AM UTC-5, kaciula wrote: Is anyone here a developer who sells Android apps via Google Checkout and is located in Germany? I need some basic info regarding the tax system in Germany. I am a Sole

[android-developers] Re: html form doesn't see

2012-07-19 Thread bob
Or maybe just call requestFocus() in onCreate()? On Thursday, July 19, 2012 5:17:22 AM UTC-5, Piren wrote: Its an issue with the WebView not recognizing the field focus. add a touchListner to your WebView and give it focus (requestFocus() ) on ACTION_DOWN On Tuesday, July 17, 2012

[android-developers] Re: Music Player Issue

2012-07-19 Thread bob
I would suggest you get a real device and not mess with the Emulator SD Card (or the Emulator at all, quite frankly). On Thursday, July 19, 2012 6:25:00 AM UTC-5, srikanth wrote: Dear all, thanks for previous answers, now i am trying to write a code on music player ..., i don't know

[android-developers] Jelly bean swiping task away from task list kills service

2012-07-19 Thread Andy dev
I've got a service running (an accessibility service called MainRunningService) and also use an alarmmanager within my app. On ICS when a user pulled up the task list and swiped the app away the service kept running, but the user interface was cleared from the stack. On jelly bean I'm

Re: [android-developers] Running App

2012-07-19 Thread Justin Anderson
Add ant to your path environment variable... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 19, 2012 at 12:26 PM, TreKing treking...@gmail.com wrote: On Thu, Jul 19, 2012 at 6:47 AM, John Hearfield ilovecailey.j...@gmail.com wrote: i

Re: [android-developers] The purpose of resource name mipmap?!

2012-07-19 Thread Romain Guy
It's not an old way, it was added *after* drawable-hdpi, etc. It's useful to provide an image at a larger resolution that would normally be computed (for instance, on an mdpi device, Launcher might want the larger hdpi icon to display large app shortcuts.) On Thu, Jul 19, 2012 at 1:47 PM, Tim

Re: [android-developers] Android SDK Error in AndroidManifest.xml

2012-07-19 Thread Lew
TreKing wrote: 11clock wrote: The error is in the file AndroidManifest.xml. The error is, The markup in the document following the root element must be well-formed. The code that gives this error is below. /manifestmanifest xmlns:android= http://schemas.android.com/apk/res/android;

[android-developers] Re: File IO works on Emulator but not my snowball board

2012-07-19 Thread marcpolo
Thanks for the suggestion. I have the following in my manifest file uses-permission android:name=android.permission.WRITE_INTERNAL_STORAGE/ uses-permission android:name=android.permission.READ_INTERNAL_STORAGE/ uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/

Re: [android-developers] Re: File IO works on Emulator but not my snowball board

2012-07-19 Thread Mark Murphy
On Thu, Jul 19, 2012 at 5:53 PM, marcpolo marc.armstron...@gmail.com wrote: Thanks for the suggestion. I have the following in my manifest file uses-permission android:name=android.permission.WRITE_INTERNAL_STORAGE/ uses-permission android:name=android.permission.READ_INTERNAL_STORAGE/ There

[android-developers] Re: File IO works on Emulator but not my snowball board

2012-07-19 Thread bob
Try uploading a file into the /mnt/sdcard dir (or maybe /sdcard?) using Eclipse's File Explorer window. This will tell us if you have permission. On Thursday, July 19, 2012 4:53:58 PM UTC-5, marcpolo wrote: Thanks for the suggestion. I have the following in my manifest file

[android-developers] Re: backend for app?

2012-07-19 Thread bob
You should go with PHP and MySQL. I'd get a virtual server account for $5/month or so. That way someone else has gone thru the fuss of setting it up. Plus, since PHP is thru the web, you don't have to worry so much about firewalls and such. Plus, you can use phpMyAdmin to make all your

Re: [android-developers] Re: Make SlidingDrawer's content always visible?

2012-07-19 Thread Justin Anderson
I did look at the image you posted... and it didn't make sense. Now that you have explained it properly it makes more sense. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 19, 2012 at 12:29 AM, user123 ivanschu...@gmail.com wrote: Please

[android-developers] Re: File IO works on Emulator but not my snowball board

2012-07-19 Thread marcpolo
I can copy a file onto sdcard using an adb push command, however this is effectively as a root user. On Thursday, 19 July 2012 23:31:05 UTC+1, bob wrote: Try uploading a file into the /mnt/sdcard dir (or maybe /sdcard?) using Eclipse's File Explorer window. This will tell us if you have

[android-developers] Add Email/Sync Account from an App

2012-07-19 Thread Matt Clark
I created an app that connects to my schools network and authenticates the device when in range, using the users pre-configured username/password and the schools web based authentication. Several people have also approached me wondering how to configure their school email account on their

[android-developers] Re: Add Email/Sync Account from an App

2012-07-19 Thread Matt Clark
Also, how would I request permission to use the account manager only when I click the button to add the account? On Thursday, July 19, 2012 8:35:22 PM UTC-4, Matt Clark wrote: I created an app that connects to my schools network and authenticates the device when in range, using the users

[android-developers] Re: Someone stole my sound effects

2012-07-19 Thread mike
среда, 18 июля 2012 г., 2:05:57 UTC+5 пользователь lbendlin написал: The only way to protect your sounds is not to have them on the device and not to transfer them to the device speaker from an online source either. little tricks are just that, to repulse the less determined thieves.

[android-developers] onPreviewFrame method not called

2012-07-19 Thread mkerim
Hello, I have seen these kinds of topics stating a similar issue on stackoverflow or some other forums, but I wanted to give it another shot of my own to finalize this. My app is currently processing every frame coming from the camera using onPreviewFrame. I pass the frames to a native code,

[android-developers] Usage of DisplayMetrics

2012-07-19 Thread Agus
What are the uses cases in which width and height values of DisplayMetrics used ? Is it just for games ? -- 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] Accessing Android Transceiver Info.

2012-07-19 Thread Be Tox
Does anyone know how to access the transceiver information (MIB?) on an Android phone in order to create a Sonar type App? Kind Regards, Be Tox -- 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] NFC Application

2012-07-19 Thread Raunaque Quaiser
What kind of Application you need to develop. You can donwload some exmaple applicaiton from the path http://developer.android.com/tools/samples/index.html and also go through http://developer.android.com/guide/topics/connectivity/nfc/nfc.html Which is the protocol you will be supporting with

Re: [android-developers] Re: Make SlidingDrawer's content always visible?

2012-07-19 Thread user123
Please look at the image I posted. I want to use it like usual (open/collapse/slide) but with the difference that always a small part is visible. It's because the drawer is containing a list view and I want that the first item is always visible. On Monday, July 16, 2012 5:54:10 PM UTC+2,

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

2012-07-19 Thread sblantipodi
Jelly Bean fixed all the canvas slow down on primitives when hardware acceleration is on. This is the evidence that there was a problem in your is that you don't advertised ;) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Working with ViewPager and Fragments

2012-07-19 Thread |-NK-|
On Jul 19, 10:07 am, |-NK-| niravnkulka...@gmail.com wrote: On Jun 6, 11:42 pm,NikhilGuptanikhil.gupta@gmail.com wrote: Replace your getItem() with something like this :   public Fragment getItem(int index) { switch(index){ case 0: return new Frag1(); case 1: return new

[android-developers] Re: android MediaRecorder performance

2012-07-19 Thread luckywizard
I think you need to do some record, eg, record one min,then call stop and see the stop time 在 2012年7月19日星期四UTC+8上午6时19分19秒,bob写道: I tried this code on a Samsung Galaxy S3: package com.example.media_test; import java.io.IOException; import android.media.MediaRecorder; import

[android-developers] Use of fragments on android phone and on tablets.

2012-07-19 Thread |-NK-|
I am developing an application for android phones and tablets. 1) I have a UI that needs to be cut down into 2 subscreens and put into 2 differentfragments for the android phone devices and use pageviewer to switch between 2 subscreens. 2) However when I will be using a tablet, there is no

[android-developers] updating layout params after animation finished

2012-07-19 Thread marcin kolonko
i have 2 views in a RelativeLayout like this: ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=match_parent android:layout_height=match_parent View android:id=@+id/view1

[android-developers] ADK 1.0 devices fail to work with Jelly Bean, why?

2012-07-19 Thread vt
Hello All, Just connected the tried and true ADK accessory to Nexus 7 and Galaxy Nexus - and it failed to connect with could not read device protocol version message. Thought that the board died, connected to Nexus S with ICS - worked just fine. Worked on Galaxy Nexus before Jelly Bean upgrade

[android-developers] NFC Application

2012-07-19 Thread Amarnath Choudhary
Hi! I am new to this group and Android. I want to develop a NFC based application and don't know where to start. Can you give me some suggestions / help, any useful links. Regards, Amar. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Fragment Crash

2012-07-19 Thread ALi Habib
Hi I have main activity with layout like ?xml version=1.0 encoding=utf-8?LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical android:background=#ffLinearLayout

[android-developers] httpResponse = httpClient.execute(httpGet) always returns NULL

2012-07-19 Thread bobcabeca
Hello, I'm having a problem I can not understand why that is not working the way I want My php file (emailExists.php): ?php $user = ; if http://www.php.net/if(isset($_GET['email'])) $user =$_GET['email']; $conexao = mysql_connect

[android-developers] static broadcast receiver to check internet state throughout the application

2012-07-19 Thread sesamos
Hello , I am trying to develop an application , which will use the internet throughout the application .The user will be informed when the internet disconnects or connects . I have searched a lot of codes and tried running them but I couldn't get them worked .Could anyone give me a hand to use

[android-developers] Android Development Issues

2012-07-19 Thread Riftwalker
Hello, I have been trying to get into android development and I have experience programming with Java, so it's not too beyond what I already know. The issues I'm having are with getting Eclipse to work correctly for me. I installed all the necessary android additions to eclipse and downloaded

[android-developers] Testing download restrictions

2012-07-19 Thread ColorTheorist
It has come to my attention that an app that I have been developing for does not show up on the Nexus 7 that I had received last night when searching for it on Google Play. It loaded on my device this morning when launching it from the Eclipse IDE. So then it came through my thought process

[android-developers] Kindly give me this answer.

2012-07-19 Thread Atif Mahmood
I need its answer http://stackoverflow.com/questions/11501504/android-gcm-unicode-charcters-are-not-received -- 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] contact postal address

2012-07-19 Thread Adrià Bergé Aguilar
I have a problem with the phonebook ContentProvider. I would get the name and office address of the contact, but can not find where you save the post office address. could give me a little help? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Animated ImageView within RelativeLayout Question

2012-07-19 Thread chillydk147
https://lh4.googleusercontent.com/-ZzWCA1GSanM/UAUp_KEWrQI/AAM/-sqOf01sIbA/s1600/illustration.png Hi, I was wondering is the attached image possible to do when animating an image from left to right, that rather than stopping at the right, the image continues again from the left side,

[android-developers] Animated ImageView within RelativeLayout question

2012-07-19 Thread chillydk147
https://lh3.googleusercontent.com/-5-zE5yuKOBU/UAUk-_VWR1I/AAM/irga48GoQ6I/s1600/illustration.png Hello all, I have question relating to an Aminated ImageView which for example will move from left to right with a RelativeLayout, my question is that when the ImageView reaches the right

[android-developers] open database mysql files in android using intent

2012-07-19 Thread Laras
hi all, i have database and using mysql, in my database i store files, but only the file path, the file it self was moved to the folder i made... my problem in here, i want to open the file (that stored in database) in android using intent, i was trying so long but doesn't get any idea, or site

[android-developers] Re: Getting Hprof dump from application code

2012-07-19 Thread andaleeb iftekhar
I myself have the same issue. I'm looking for a way to automatically generate the hprof data without having to click DDMS buttons. I'm particularly interested in running an app , say, using monkey, send some random events and take the dump. it seems kill -10 pid doesn't work for icecream

[android-developers] Not seeing Nexus7 in Eclipse's Android Devices

2012-07-19 Thread HappyFunBall
I'm not seeing my Nexus7 listed in Eclipse's DDMS Devices. DDMS and adb devices from the console show my G1 android phone, but not the Nexus7. Usb Debugging is enabled on both phones, Eclipse is up to date as far as I can tell, Android SDK's Google-USB-rev6 When I plugged in the N7 USB, I

[android-developers] sqlite database growing

2012-07-19 Thread Atul Darne
Hi, I have an app, which stores its data to sqlite db, and it keeps growing as i insert records, i would like to know how much is the max limit for which i can use db ? is size will matter? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED dont work on jelly bean?

2012-07-19 Thread Jorge Garrido Oval
That is the question, I have an accessibility service running to collect that type of event but not capture any change, in ICS the service collect the events without problems. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] html form doesn't see

2012-07-19 Thread Daniel Garcia Sanchez
Hi friends, this isn't a question about api of androidbut I need help and I don't know where I can obtain help :( I hope you can help me in someway... I have a html form with these input fields: *input type=text value=empresa name=empresa id=empresa * *input type=text value=usuario

[android-developers] Is possible to change required features once the apk was published?

2012-07-19 Thread geoslab
I made a mistake while selecting the required features of my app in my Developer Console. The consequence is that some devices are not supported now. Is possible to change required features once the apk was published? Obviously, I wouldn't want generate a new version that would force users to

[android-developers] Native SIP phone capabilities

2012-07-19 Thread Vishal
Hi, I've a Google Nexus phone with Jelly Bean on it. I like to use Internet Calling feature on my phone. However, I see that it doesn't support custom extensions such as click to answer, hold and unhold through unsolicited NOTIFY mechanism. It also doesn't support click to dial using out of

[android-developers] Android and AmazonS3

2012-07-19 Thread Minnie
Hi guys, I am trying to write an application that downloads pictures from amazon s3 server and presents the pictures as a slideshow on the application. The application will be bundled to a tablet device specifically for this purpose. The device will use wifi connection to check the S3 server

[android-developers] New Android Project not showing

2012-07-19 Thread Lara
I'm trying to create my first android project using eclipse. I followed the first 3 steps (Download the Android SDK Starter Package,Install the ADT plugin for Eclipse, Download the latest SDK tools and platforms using the SDK Manager)... However when I click on File-New Project-Android, Android

[android-developers] xmlHttpRequest fails when running offline web appplication from cache on Android 2 and 3

2012-07-19 Thread Federico Suárez Demaestri
Hi! Im bulding an offline web application on sencha touch 2. My problem is that xmlHttpRequest fails with status 0 and empty response when doing a get to a Rest API. The problem only occurs when using a cache.manifest file, there is no problem when running it as a normal website. Next I

[android-developers] The recommanded system version control for the adw launcher

2012-07-19 Thread Carole MENITCHEU
hello, i am working with ADW launcher for a project .I want to know which system control version is recommanded;SVN or GitHub? -- 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: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-19 Thread Karthik
Hi Levgenii Nazaruk, Thanks for the info that you provided with. But, I do have some douts. We are currently working on an ERP based Device Administration App in android, which need to monitor other application and decide which one to run and which one not to, based on server side policy. The

  1   2   >