[android-developers] Device Camera reopen error question

2012-04-16 Thread apaladin
HI i use Device camera in my Activity preview first Camera.open() is good work but enter Home key to back ground my Activity and restart Acvitity is Camera.open() runtimeException Why? public SurfaceHolder.Callback getSurfaceHolderCallback() { return new SurfaceHolder.Callback() {

[android-developers] Re: Problem while integrating Facebook in android application

2012-04-16 Thread Awdhesh Jha
Do you register your Android App with Facebookhttps://developers.facebook.com/docs/mobile/android/build/#register? If no then at first register it and give the app reg no. of your application...!!! On Monday, April 16, 2012 11:11:02 AM UTC+5:30, Kamal Kambe wrote: Hi, I'm trying to

[android-developers] Re: Problem while integrating Facebook in android application

2012-04-16 Thread Zsolt Vasvari
Well, since you don't follow the guidelines of this forum, I don't have much faith how much you follow FB's guidelines. On Apr 16, 1:41 pm, Kamal Kambe kka...@kiwiup.com wrote: Hi, I'm trying to integrate facebook in my android application. I followed the guidelines provided in facebook

[android-developers] Task Manager Application

2012-04-16 Thread Mojam
Hello experts, I want to create a Task Manager application using Android. I am new in android. I don't know how to develop it. Can anybody suggest me any tutorial by which I can get help to develop this? Thanks Mojammel -- You received this message because you are subscribed to the Google

[android-developers] hai every body

2012-04-16 Thread arun
different between Relative layout and linear layout . define Relative layout and linear layout -- 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] Unable to get ui for in app billing purchase request with EDGE Connection.

2012-04-16 Thread muhammad mahmood
Hi all, I would like to say that I have an issue with EDGE Connection. I have implemented in app billing in my app. I am in testing stage. Application works fine with WI-FI connection. But when I switch to EDGE, and clicks an item to be purchased from Android Market. UI does not appear as it

[android-developers] get ACTION_MOVE function from two buttons at the same time

2012-04-16 Thread Hassy
I want to implement Motion event for two buttons and get the ACTION_MOVE function at the same time. I implemented onTouchEvent but doesn't work left = (Button)findViewById(R.id.button1); right = (Button)findViewById(R.id.button2); left.setOnTouchListener(this);

Re: [android-developers] Ubuntu Eclipse - Repos or Manual install?

2012-04-16 Thread Yaron Reinharts
From http://developer.android.com/sdk/installing.html Troubleshooting Ubuntu Linux Notes ... 3) The Ubuntu package manager does not currently offer an Eclipse 3.3 version for download, so we recommend that you download Eclipse from eclipse.org ... Hope this helps /Yaron -- Yaron Reinharts

[android-developers] which android mobile support .sdp file

2012-04-16 Thread shailesh mistry
Hello please provide me details which mobile can play live tv / video through .spd file ??/ can we install any application for play .sdp file? please reply me, i have andorid 2.3.4 mobile Regards, *Shailesh Mistry* -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] hai every body

2012-04-16 Thread deb-account
On 16/04/12 08:47, arun wrote: different between Relative layout and linear layout . define Relative layout and linear layout http://lmgtfy.com/?q=android+different+between+Relative+layout+and+linear+layout -- You received this message because you are subscribed to the

[android-developers] quick action multi row view

2012-04-16 Thread Live Happy
i used the quick action view 3d who exist in this site and its work like charm to me http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/comment-page-4/#comment-12086 but in this sample there is only one row of icon and i want have multi row of icons they use a linear

[android-developers] Android Mobile Recharge Application Development APIs required

2012-04-16 Thread Rocky
Hi, I wants to develop Android Mobile Recharge application, for that I wants APIs for Airtel, BSNL, and other Indian Telecom vendor's. Plz let me know, if it is possible and from where i'll get api's. -- Thanks Regards Rakesh Kumar Jha -- You received this message because you are

Re: [android-developers] hai every body

2012-04-16 Thread Jim Graham
On Sun, Apr 15, 2012 at 11:47:11PM -0700, arun wrote: different between Relative layout and linear layout . Yes, there is. define Relative layout and linear layout Two different types of xml layouts. If you want to know more, why not look it up for yourself?

[android-developers] open pop-up in new window in my webview

2012-04-16 Thread devilcol
I want to open a link as a pop-up window in webview which is opened as pop-up in normal browser. I have tried to override some methods from android webclient and chromeclient but non of them seems working for me. tried this link

[android-developers] How to show arabic font in webview ?

2012-04-16 Thread Jovish P
How to show Arabic font in webview ? When we load arabic font it is showing junk characters Regards Jovish P -- 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

Re: [android-developers] Ubuntu Eclipse - Repos or Manual install?

2012-04-16 Thread Lindsay Mathieson
On 16/04/12 16:49, Yaron Reinharts wrote: Troubleshooting Ubuntu Linux Notes ... 3) The Ubuntu package manager does not currently offer an Eclipse 3.3 version for download, so we recommend that you download Eclipse from eclipse.org ... Hope this helps /Yaron Thanks Yaron, but I think the

[android-developers] Re: Need help about Play Store banned application.

2012-04-16 Thread Tolriq
Ok so finally get an answer thanks Sparky. The first app was ban because of the screenshots containing a poster of Avatar. The Unlocker was ban because the screenhot contain the poster of Sintel an open source movie but don't have the proper copyright notice in the app description. So even

[android-developers] How to install Market on Emulator ?

2012-04-16 Thread Jovish P
We are able to install Android market on emulator, if the sdk is 3.0. If we update the sdk to 4.0 and follow the same steps the android market is not getting installed. This is the link which we referred to install Android Market on emulator. Anyone know the reason behind this ? Please help me

Re: [android-developers] How to install Market on Emulator ?

2012-04-16 Thread Mark Murphy
The Google Play Store / Android Market is not available for the emulator. The blog you link to is from a software pirate who is distributing Google-owned software without a license. If you wish to use pirated software, that is your decision. However, do not come onto this list expecting support

[android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
Hi there, I am creating on android app. i want to know how to load different layout for tablet and phone. The reason is phone screen is small so layout i have prepared is different and tablet screen is big so i want to load different layout for tablet. any idea how to do that. thanks -- You

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Mark Murphy
http://developer.android.com/guide/practices/screens_support.html On Mon, Apr 16, 2012 at 8:50 AM, Amit Mangal forum.amit.man...@gmail.com wrote: Hi there, I am creating on android app. i want to know how to load different layout for tablet and phone. The reason is phone screen is small so

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
what is this i want to load different activity for tablet and different for phone how to do that ? thanks On Mon, Apr 16, 2012 at 6:24 PM, Mark Murphy mmur...@commonsware.comwrote: http://developer.android.com/guide/practices/screens_support.html On Mon, Apr 16, 2012 at 8:50 AM, Amit Mangal

[android-developers] Image Processing library

2012-04-16 Thread Farhan Tariq
Hi, I am required to make an application that takes picture from camera and modify the picture. I wanted to know if there are good android-compatible image processing libraries out there that someone here has used. Also I would like someone to tell me what KEYWORDS should i look into to be able

[android-developers] Re: Image Processing library

2012-04-16 Thread Farhan Tariq
I am looking for something like this itunes.apple.com/us/app/*fatbooth* /id372268904?mt=8 On Mon, Apr 16, 2012 at 6:01 PM, Farhan Tariq farhan@gmail.com wrote: Hi, I am required to make an application that takes picture from camera and modify the picture. I wanted to know if there are

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Mark Murphy
On Mon, Apr 16, 2012 at 8:58 AM, Amit Mangal forum.amit.man...@gmail.com wrote: what is this i want to load different activity for tablet and different for phone how to do that ? That is not a great idea, in general. That being said, you can find out the screen size bucket from a Configuration

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
ok thanks On Mon, Apr 16, 2012 at 6:32 PM, Mark Murphy mmur...@commonsware.comwrote: On Mon, Apr 16, 2012 at 8:58 AM, Amit Mangal forum.amit.man...@gmail.com wrote: what is this i want to load different activity for tablet and different for phone how to do that ? That is not a great

Re: [android-developers] Re: Image Processing library

2012-04-16 Thread David Olsson
Take a look at OpenCV for Android: http://code.opencv.org/projects/opencv/wiki/OpenCV4Android On Mon, Apr 16, 2012 at 3:02 PM, Farhan Tariq farhan@gmail.com wrote: I am looking for something like this itunes.apple.com/us/app/*fatbooth */id372268904?mt=8 On Mon, Apr 16, 2012 at 6:01

[android-developers] In App Billing SecurityException: caller uid XXXXX is different than the authenticator's uid

2012-04-16 Thread Liorry
I'm trying to implement the in-app billing feature in my app. I did everything the tutorial suggested: * Implemented the sample app in my app * Changed all the packages names and added my public key in the Security.class * Added a test account and made sure it's the default account in the device

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread iñaki
One solution is for example: -- Create a layout in layout folder -- Create a layout in layout-xlarge folder with two panes In the activities you can ask for the second pane... If you have second pane you´re in a xlarge resource. Iñaki On 16 April 2012 15:05, Amit Mangal

[android-developers] Re: Listen to packet data receipt when Android in sleep mode

2012-04-16 Thread Dan
On Apr 16, 1:58 am, Heshan Perera anthonyheshanper...@gmail.com wrote: As stated in the answer to this (http://stackoverflow.com/questions/ 5120185/android-sleep-standby-mode) question, the CDMA and GSM radios are kept on, even after the CPU is put to sleep on an Android device. My

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
unable to understand do you have any small example ? thanks On Mon, Apr 16, 2012 at 6:41 PM, iñaki inaki.s...@gmail.com wrote: One solution is for example: -- Create a layout in layout folder -- Create a layout in layout-xlarge folder with two panes In the activities you can ask for the

[android-developers] Searchview problems

2012-04-16 Thread Lars
I have made a android 4.03 test project with tabs and listfragments, the listfragments contain a searchview there are a few problems with the searchview 1. the searchview still contains the searched data when you switch a tab 2. the listfragment is blank the first instance when the searchview is

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread iñaki
Hi, http://blog.radioactiveyak.com/2011/02/strategies-for-honeycomb-and-backwards.html Iñaki On 16 April 2012 15:27, Amit Mangal forum.amit.man...@gmail.com wrote: unable to understand do you have any small example ? thanks On Mon, Apr 16, 2012 at 6:41 PM, iñaki inaki.s...@gmail.com wrote:

[android-developers] Re: In App Billing SecurityException: caller uid XXXXX is different than the authenticator's uid

2012-04-16 Thread Liorry
never mind, custom ROM issue. On Monday, April 16, 2012 4:11:56 PM UTC+3, Liorry wrote: I'm trying to implement the in-app billing feature in my app. I did everything the tutorial suggested: * Implemented the sample app in my app * Changed all the packages names and added my public key

[android-developers] Watch out for fake audio sample rates in AudioRecord

2012-04-16 Thread RLScott
If your application records audio at a specified sample rate, be aware that some OEMs are faking it! We have a piano tuning app that needs to detect frequencies up to about 4200 Hz. This requires sampling audio at least twice that frequency, or 8400. So we used one of the standard audio sample

Re: [android-developers] How to stop getCount() of ArrayAdapter for custom listview from being called automatically?

2012-04-16 Thread TreKing
On Sun, Apr 15, 2012 at 11:59 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Why it is automatically called if I make change to EditText, even without clicking the button? IDK, but a break point there see what the call stack looks like to see what is calling into your function when

Re: [android-developers] Watch out for fake audio sample rates in AudioRecord

2012-04-16 Thread Daniel Drozdzewski
That's quite shocking, especially that even the cheapest of ADC/DAC chips support the whole of (human)audio spectrum. Bad engineering. All you have to do is to have calibrating stage in your app and embed some audio samples on your website to assist that process. On 16 April 2012 15:03,

Re: [android-developers] Push notification for Android 1.6++

2012-04-16 Thread TreKing
On Sun, Apr 15, 2012 at 10:44 PM, ndiiie 90 rnd...@gmail.com wrote: I want to push notification supports 1.6++, is there any recommendation? Try this: http://lmgtfy.com/?q=android+push+notification+1.6

Re: [android-developers] Sub folders under 'layout'

2012-04-16 Thread TreKing
On Sun, Apr 15, 2012 at 11:14 PM, Put_tiMe putt...@gmail.com wrote: Is there any way the resource compiler can handle this? No. http://code.google.com/p/android/issues/detail?id=10215 - TreKing

Re: [android-developers] Android Mobile Recharge Application Development APIs required

2012-04-16 Thread TreKing
On Mon, Apr 16, 2012 at 3:50 AM, Rocky rkjhaw1...@gmail.com wrote: I wants to develop Android Mobile Recharge application, for that I wants APIs for Airtel, BSNL, and other Indian Telecom vendor's. Plz let me know, if it is possible and from where i'll get api's. If I wanted APIs for a

Re: [android-developers] Ubuntu Eclipse - Repos or Manual install?

2012-04-16 Thread Nadeem Hasan
I use Eclipse on Kubuntu 12.04 installed from repo. Works fine. -- 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

Re: [android-developers] Sub folders under 'layout'

2012-04-16 Thread Put_tiMe
25, but growing. More than the number, it's the sheer time it takes to remember the name of the layout. On Monday, April 16, 2012 9:47:01 AM UTC+5:30, Kumar Bibek wrote: No. It's not possible. Btw, how many layouts you have now? Just curious. *Thanks and Regards, Kumar Bibek* *

Re: [android-developers] Sub folders under 'layout'

2012-04-16 Thread TreKing
On Mon, Apr 16, 2012 at 10:32 AM, Put_tiMe putt...@gmail.com wrote: More than the number, it's the sheer time it takes to remember the name of the layout. Use a naming convention that acts as though you do have subfolders: Instead of *R.layout.layout_a*, use

[android-developers] Socket sharing between activities

2012-04-16 Thread Tonez
Hi Everyone, I'm building an Android app which uses TCP sockets to communicate with a .net server application. The android app as a whole relies quite heavily on TCP and as such nearly all the features in the app require writing to and listening from a socket stream. I'm trying to determine

[android-developers] creating a window-close animation effect

2012-04-16 Thread guich
Hi all, Can someone give me an insight (or maybe a code sample :-)) to show a windows closing on the top of another one? I mean, an animation where the new window will be shown from out to the center. thanks guich -- You received this message because you are subscribed to the Google

[android-developers] sending GPS coordiantes to a pc through wifi

2012-04-16 Thread BHUVAN
Hey i have this application which could give me the current gps coordinates , i want these coordinates to be sent to a pc through wifi(both the wifi and pc are connected to wifi). what is the coding to be done to send the GPS coordinates to a pc and should i do anything on the pc end also,

[android-developers] Re: creating a window-close animation effect

2012-04-16 Thread guich
Just a side note: i saw some code that does this for Views, but i need to do it with a Bitmap over a Surface. 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

[android-developers] Issue with SystemService addSystemService?

2012-04-16 Thread Tom
Out of curiosity I've tried creating a separate process with UID 0 (root) for rooted devices. This works our just fine, sort of like how Input2.jar or the like are executed by the Android OS. My issue is, in that process if I create a reference to an IBinder by making my own AIDL and extending

[android-developers] Re: Task switcher image

2012-04-16 Thread Brett
Actually I found the solution, there are actually two. If you call: getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); Then the preview image will always be black in the task switcher unless you override the activity method: public boolean onCreateThumbnail(Bitmap outBitmap,

[android-developers] Re: Socket sharing between activities

2012-04-16 Thread Federico Paolinelli
Another approach that you could follow is to host the tcp connection inside a service (http://developer.android.com/reference/android/app/Service.html) You can then access the service from any activity you want using the binding pattern or through intents. Just remember that your app may

Re: [android-developers] Listen to packet data receipt when Android in sleep mode

2012-04-16 Thread Robert Greenwalt
When the device receives network traffic the chipset triggers a wakeup interrupt to get the data to the kernel, then a time-limited wakelock is held while the data is delivered to applications. If you want to keep the device awake after receiving the data you should grab your own wakelock when

[android-developers] Ratings missing from application

2012-04-16 Thread Mat Jones
I just noticed I have lost some rating in the past few hours! God knows how long this has been going on for as I only noticed now From searching online is seems this is been a issue for sometime and there is nothing in the Google known issues list Anyone else had this issue? I have filled in

[android-developers] Working with ViewPager and Fragments

2012-04-16 Thread Kibria Ali
I am a beginner Android developer. I am trying to get my head around the ViewPager. Before I was trying to work with this example: http://mobile.tutsplus.com/tutorials/android/android-user-interface-design-horizontal-view-paging/ I had the views working, but could not get functionality working

[android-developers] Re: creating a window-close animation effect

2012-04-16 Thread guich
I'm still searching. I found that with the ScaleAnimator i can achieve what i need, but still trying with no success. This is the code i'm using: ScaleAnimation anim=new ScaleAnimation(1,1,0,0); anim.setFillAfter(true); anim.setFillEnabled(true);

[android-developers] Re: Ratings missing from application

2012-04-16 Thread b0b
It seems that ratings count go up and down since a few days. I wouldn't worry to much about it... -- 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

Re: [android-developers] Socket sharing between activities

2012-04-16 Thread Kristopher Micinski
I would agree, the best thing for this would be a service that you can bind do and do AIDL calls through, along with coordinating other things. Passing the raw socket can be accomplished through the application object, though that sounds fairly dirty to me. This is a fairly common use case (in

[android-developers] Please help about Renderscript compute

2012-04-16 Thread Booker
Hi, all. I am a newbie of Android development and I am developing an app for image processing and I ported some filters to android. However, the performance is not good and I read some articles pointing renderscript is one of the way to boost performance. I read some codes but I find it too

[android-developers] Re: How to install Market on Emulator ?

2012-04-16 Thread deboutv
Hi, Can you tell us why you want the market on the emulator? There are official workarounds but we need to understand why you want the market. Vincent On Monday, April 16, 2012 1:58:15 PM UTC+2, Jovish P wrote: We are able to install Android market on emulator, if the sdk is 3.0. If we

[android-developers] Speech Recognition

2012-04-16 Thread Anurag Pratap Singh
Hi I need to enable speech recognition on my board not only for the google search and maps but also for calling the various applications and text writing for messages and mails. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Is there any alter native to download internal source code I am need mms source code ..

2012-04-16 Thread ADB
Hi every one.. Thanks to be here. I am developing MMS application i know there is no official documentation available.but my problem is how can i download internal application of android MMS application so that i can consider as reference.. I have Link

Re: [android-developers] Re: Listen to packet data receipt when Android in sleep mode

2012-04-16 Thread anuragpratap singh
For making such an operation happen, you need to make specific changes in the Hardware Abstraction Layer of whichever Chip-Set you are using. And you need to check the call sequence from the application layer also. On Mon, Apr 16, 2012 at 6:42 PM, Dan dan.schm...@gmail.com wrote: On Apr 16,

[android-developers] Reboot occurs while using Wi-Fi Direct Demo

2012-04-16 Thread Fabien Demangeat
Hello, I am playing around with the Wifi-Direct demo provided on the developers websitehttp://developer.android.com/resources/samples/WiFiDirectDemo/index.html and I am testing it using two Galaxy Nexus running on the version 4.0.2. While I am trying to connect both devices together through

Re: [android-developers] sending GPS coordiantes to a pc through wifi

2012-04-16 Thread anuragpratap singh
Hi Bhuvan Can you brief a little more about your application? and what do you do after sending the coordinates from a phone to PC. coz this is just a simple data transfer where not much logic is to be put unless you have to do something with coordinates coz then you might to process the data

[android-developers] Some question about Gallery Widget

2012-04-16 Thread Russell
1.I wish my gallery widget can dispaly 6 images at the same time, and the layout is a 2*3 matrix, and when I slide the screen, the widget display another 6 images, how to code this function? 2.I want to add some dots under the gallery widget to show which page the gallery is displaying, is there

Re: [android-developers] Re: creating a window-close animation effect

2012-04-16 Thread anuragpratap singh
hi do you by any chance mean that you need to perform an overlay? for eg: camera working in the front over a still image in the background? Thanks Anurag On Mon, Apr 16, 2012 at 11:02 PM, guich guiha...@gmail.com wrote: Just a side note: i saw some code that does this for Views, but i need

[android-developers] Re: Video streaming from Android

2012-04-16 Thread Felix
Hi RFuente, I'm in the your same, i send 3gp live video from android to a server via socket, and no moov atom (until android device stop recording). did you found a solution to encode/process mp4/3gp file without moov atom with ffmpeg ? thnks Felix Il giorno martedì 17 agosto 2010

[android-developers] Re: Help clarifying Android Market Developer Program Policies Spam and Placement

2012-04-16 Thread צוות בנו בנודיז
I got the same mail What to do? I was removed all the search tags. whath now? בתאריך יום רביעי, 21 בדצמבר 2011 23:35:48 UTC+2, מאת John Moses: I just got an email with the subject 7-Day Notificati**on of Android Market Developer Term Violation noting the spam and placement section. I have

[android-developers] adb shell reboot hang, anyway to reboot?

2012-04-16 Thread Tommy
Hi, I'm using Platform 4.0.3 (and the emulator coming with it). I tried to reboot to test BOOT_COMPLETED broadcast receiver so I need to reboot the emulator by command, NOT by clicking closing the emulator window. Is there anyway I can do it? I tried adb shell reboot but the emulator got hanged

[android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-16 Thread digi owl
looking at the 3.2 platform API changes, it appears that Google wants developers to access SD cards via either MeidaStore or the MTP API: https://developer.android.com/sdk/android-3.2.html https://developer.android.com/reference/android/mtp/package-summary.html

Re: [android-developers] Re: Image Processing library

2012-04-16 Thread anuragpratap singh
Hi Farhan I guess, the application that you want to create is already present in the new android version 4.0 (ICS). this effect is known as live effects and this effect works for both still capture and video record. Please check *Live Effects* on android site. Thanks and Regards Anurag On Mon,

[android-developers] NFC APDU

2012-04-16 Thread CS
Hi, is it possible to set/read the APDU's sent/received by the device directly without being connected to a Tag or other device? (stateless) Flashing the device is possible, so if any patches or external libraries are known, please feel free to post a link or description. I compiled the Kernel

[android-developers] How can I inject an event happened at one co-ordinate into another co-ordinate

2012-04-16 Thread androider
I want to simulate an event happened at one coordinate(x,y) at another coordinate(x1,y1) in the same activity or if possible in another activity.Could you help me with this? Thnaks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Watch out for fake audio sample rates in AudioRecord

2012-04-16 Thread RLScott
On Apr 16, 9:24 am, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: That's quite shocking, especially that even the cheapest of ADC/DAC chips support the whole of (human)audio spectrum. Bad engineering. All you have to do is to have calibrating stage in your app and embed some audio

Re: [android-developers] Re: Image Processing library

2012-04-16 Thread Farhan Tariq
It may be present, but I would like to learn how to apply the same or similar effects to pictures myself. Once I have learnt it, I might be able to put in more creativity into it. On Mon, Apr 16, 2012 at 10:27 PM, anuragpratap singh anurag1...@gmail.comwrote: Hi Farhan I guess, the

Re: [android-developers] Re: Watch out for fake audio sample rates in AudioRecord

2012-04-16 Thread Kostya Vasilyev
17.04.2012 1:36, RLScott написал: But my customers do have access to pianos. I could write checkout instructions for them using a piano. Wouldn't a piano need to be tuned first? ( sorry, couldn't resist :), I know it won't be that much out of tune ) -- Kostya Vasilyev -- You received

[android-developers] MediaPlayer speed playback

2012-04-16 Thread SH
Hi all. I would like to implement audio file player using MediaPlayer. I wanna have multi-speed plack. I can't find API about multi speed playback. SoundPool class has that, but I won't use it. Audio players I have downloaded from the market have multi-speed playback. So I think that there is

[android-developers] Re: What qualifies an Android phone to show up in Android Marketplace filter

2012-04-16 Thread ToniL
Hi Dianne, I am using both supports-screens and compatible-screens as we are targeting devices that have screen resolution from normal to xlarge and density ldpi to hdpi. Is this the right thing to do or is there a way to add the density requirement to supports screen section and exclude the

Re: [android-developers] Re: What qualifies an Android phone to show up in Android Marketplace filter

2012-04-16 Thread Dianne Hackborn
Again, I strongly recommend not using compatible-screens. Why do you want to have a density requirement? There really is no need for such a thing. If you write you app correctly, you will work on any density. If you are using the UI toolkit, this comes from free. If you are using something

Re: [android-developers] Re: creating a window-close animation effect

2012-04-16 Thread Dianne Hackborn
Example from API demos: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/Animation.html http://developer.android.com/resources/samples/ApiDemos/res/anim/zoom_enter.html http://developer.android.com/resources/samples/ApiDemos/res/anim/zoom_exit.html On

Re: [android-developers] How to use TYPE_INPUT_METHOD_DIALOG to show Dialog from an IME?

2012-04-16 Thread Dianne Hackborn
You can't use this, it is only for the system. What you can do is use TYPE_APPLICATION_PANEL with the token set to your main IME window's token, to have the second window attached to the IME. On Mon, Apr 16, 2012 at 5:46 PM, tsukishiro tsukishir...@gmail.com wrote: Hello, I wanted to show a

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-16 Thread Dianne Hackborn
On Fri, Apr 13, 2012 at 11:00 PM, Zsolt Vasvari zvasv...@gmail.com wrote: It appears that no one on this forum has more insight into number 2. Darn. If Dianne hasn't chimed in, there is probably not much hope that you will get an answer. The current platform defines an single external

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-16 Thread Dianne Hackborn
On Sun, Apr 15, 2012 at 8:56 AM, digi owl digi.night@gmail.com wrote: looking at the 3.2 platform API changes, it appears that Google wants developers to access SD cards via either MeidaStore or the MTP API: https://developer.android.com/sdk/android-3.2.html

Re: [android-developers] Re: Socket sharing between activities

2012-04-16 Thread Dianne Hackborn
You don't need a service. And please please don't use startService() unless you really want to use up the user's resources with your app trying to run when they are not in it. Way too many apps I see abuse resources and keep themselves running in the background and thus just sucks. Just make a

Re: [android-developers] Re: Task switcher image

2012-04-16 Thread Dianne Hackborn
Please don't do this. I expect that we won't be using the bitmap from there, which means you will end up with a blank thumbnail. On Mon, Apr 16, 2012 at 11:26 AM, Brett bnotting...@gmail.com wrote: Actually I found the solution, there are actually two. If you call:

Re: [android-developers] Issue with SystemService addSystemService?

2012-04-16 Thread Dianne Hackborn
On Mon, Apr 16, 2012 at 11:24 AM, Tom karbonki...@gmail.com wrote: My issue is, in that process if I create a reference to an IBinder by making my own AIDL and extending the stub than call addSystemService with my own, unique name how can I communicate to this process? In another process I

[android-developers] Grabbing live video frames

2012-04-16 Thread Taylor Niver
Setup: I am working on an app that I will be using for a 'cloud' based robotics platform. I will be using my phone as a camera on the robot and need to use live frames from the camera's video to do some image processing (which is done on the computer over Bluetooth). Problem: I can't figure out

[android-developers] About Database in Android.

2012-04-16 Thread Kirupa
I want to create two tables in a database in android. is it possible? can you send sample code for this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] About Database in Android.

2012-04-16 Thread Justin Anderson
http://lmgtfy.com/?q=android+database+tutorial Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 16, 2012 at 9:26 PM, Kirupa answerofandr...@gmail.com wrote: I want to create two tables in a database in android. is it possible? can you send

[android-developers] Tables in android

2012-04-16 Thread Kirupa
I want to delete my database. How i do? , I created a column in a table then i changed the column name. then I got error. static final String TABLE_ROW_ONE = eventname; static final String TABLE_ROW_TWO = eventaddress; static final String TABLE_ROW_THREE = eventchief;

[android-developers] Re: Listen to packet data receipt when Android in sleep mode

2012-04-16 Thread Heshan Perera
Hi Robert, Thanks for the response. When you say that a wake up interrupt is triggered to get data to the applications does it imply the following scenario ? An application is listening to data on let's say port 8080. The CPU goes to sleep. Data arrives at port 8080 while CPU is asleep. The

[android-developers] Re: Grabbing live video frames

2012-04-16 Thread lbendlin
live frames over Bluetooth? There's your first non-starter. Time to rethink your requirements. Other than that - you need to invest time in reading the existing documentation. On Monday, April 16, 2012 10:33:28 PM UTC-4, Taylor Niver wrote: Setup: I am working on an app that I will be using

[android-developers] Re: Grabbing live video frames

2012-04-16 Thread Taylor Niver
The process is like this...Two threads, one running the live video. Constantly taking pictures and storing them to a variable. The second thread will then take that variable, XXX it, and send it over Bluetooth to my computer. I will then wait for the processed response, and react appropriately.

[android-developers] Re: Grabbing live video frames

2012-04-16 Thread lbendlin
http://developer.android.com/reference/android/hardware/Camera.PreviewCallback.html On Monday, April 16, 2012 11:48:41 PM UTC-4, Taylor Niver wrote: The process is like this...Two threads, one running the live video. Constantly taking pictures and storing them to a variable. The second

Re: [android-developers] Tables in android

2012-04-16 Thread BNReddy
change DATABASE_VERSION and run that On Tue, Apr 17, 2012 at 9:04 AM, Kirupa answerofandr...@gmail.com wrote: I want to delete my database. How i do? , I created a column in  a table then  i changed  the column name.  then I got error.        static final String TABLE_ROW_ONE = eventname;  

[android-developers] How to reduce size of JPEG Image in Android

2012-04-16 Thread perumal316
Hi All, In my application, I am invoking the camera application and taking a picture and saving it in a particular directory (E.g. /sdcard etc) The picture is saved as a JPEG image. How do I reduce the size of the image? Is there any available image encoder or compression available? I came

[android-developers] Saving JPEG images as a Video in Android

2012-04-16 Thread perumal316
Hi All, Supposedly, using my application I take a few images which will be saved at a particular directory and saved as JPEGs. IS it possible to pack these images together? Like into a video or tar or zip? So that I can send send these images to a backend (E.g. web server). Is this possible?

[android-developers] TabHost widget causes FC after upgrade

2012-04-16 Thread momo
I wrote a small app for a colleague, that uses a TabHost widget. He said he upgraded his phone's OS recently and the app now crashes when attempting to access the Activity containing the TabHost. After some remote support, I was able to get little of the log: Caused by:

Re: [android-developers] Re: How to install Market on Emulator ?

2012-04-16 Thread Jovish P
We are using push notification in our application. To test the push notification we need Android Market on the device as my knowledge. It is little bit difficult to test , debug on different versions on device and we don't have many device to test on different versions that's why we tried to

Re: [android-developers] Re: How to install Market on Emulator ?

2012-04-16 Thread deboutv
Yes there is. Start android (executable from the SDK). In the main window, make sure the Google APIs is installed for each version you want to test. When you create an AVD, use Google APIs instead of Android for the Target field. Vincent Le mardi 17 avril 2012 06:53:50 UTC+2, Jovish P a

[android-developers] Can i use more than 5-6 SSL certificate in apps

2012-04-16 Thread Rocky
All, I'm creating some online shopping application, but for payment, i wanted to integrate different-2 payment gateway for different-2 shops, because they have own Payment Gateway. is possible to use more than 1 SSL. -- Thanks Regards Rakesh Kumar Jha -- You received this message because

  1   2   >