Re: [android-developers] what is the sense of xhdpi?

2011-09-07 Thread Dianne Hackborn
You need to understand screen densities. http://developer.android.com/guide/practices/screens_support.html http://android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html On Tue, Sep 6, 2011 at 10:57 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: Can you tell me

Re: [android-developers] In Attrix it's working, but in nexus not

2011-09-07 Thread Dianne Hackborn
You want this: http://developer.android.com/reference/android/content/Intent.html#ACTION_CALL On Tue, Sep 6, 2011 at 5:38 AM, haritha polose haritha.pol...@gmail.comwrote: Hi, I am calling InCallScreen, using below intent. Intent i = new

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-07 Thread Peter Sinnott
I have 2.3.5 on my HTC Desire. In the web market it is marked as compatible but installing does not work. No error messages so it is hard to tell if this is related to your app or just the Market being the Market and randomly not working. In the phone market I can view the app but there is no

[android-developers] Re: Displaying NMEA sentences

2011-09-07 Thread WolpTec
Am 07.09.2011 02:42, schrieb gjs: This is a known bug on some devices, eg Nexus One Motorola Xoom see http://code.google.com/p/android/issues/detail?id=15500 That sounds like a vendor specific implementation bug, but the emulator has it, too. I get around it by using external bluetooth

[android-developers] How to share data to amazon s3

2011-09-07 Thread HariRam
Thanks for previous replies Hi guys i want to upload images which is residing in my sdcard to amazon s3. I dont know how to share files to amazon s3 through android device. If anyone know how to transfer data to Amazon cloud. pls guide me. -- HARIRAM -- You received this message because you

Re: [android-developers] How to share data to amazon s3

2011-09-07 Thread Nikolay Elenkov
On Wed, Sep 7, 2011 at 3:25 PM, HariRam hariram1...@gmail.com wrote: Thanks for previous replies Hi guys i want to upload images which is residing in my sdcard to amazon s3. I dont know how to share files to amazon s3 through android device. If anyone know how to transfer data to Amazon

Re: [android-developers] Buffer overflow in Record Thread in audio Flinger

2011-09-07 Thread NaveenShrivastva
What issue occur , i think outofmemory error occur there, share me logcat On Wed, Sep 7, 2011 at 11:12 AM, arun kumar hariarun2...@gmail.com wrote: Actually i am doing one chat application. In that application i did group text chat and voice chat using xmpp server. group text chat works

Re: [android-developers] Buffer overflow in Record Thread in audio Flinger

2011-09-07 Thread NaveenShrivastva
This issue occur due to size of 8000 of byte array plz handle that one. On Wed, Sep 7, 2011 at 12:03 PM, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: What issue occur , i think outofmemory error occur there, share me logcat On Wed, Sep 7, 2011 at 11:12 AM, arun kumar

[android-developers] Javadoc

2011-09-07 Thread WolpTec
Hallo Holger, Nur das Verschieben des SDK hat nicht ganz gereicht. Javadoc location muss noch angeasst werden. Guckst hier: http://colapps.chrisonline.at/?p=707 Gruß, Hajü -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: connection to bluetooth earpiece

2011-09-07 Thread Fabien R
On 09/07/2011 06:37 AM, aditya prakash wrote: I am having the same problem... I cant access BT A2DP. How to use it for android 2.2. I found a workaround for my needs. I use AudioManager + AudioRecord + AudioTrack. -- You received this message because you are subscribed to the Google Groups

[android-developers] consuming webservice using soap (wsdl file genrated in sap server)

2011-09-07 Thread arun kumar
Hi how to consume webservice from sapserver...am having wsdl file created in sapserver...if i give the user id then the monthly salary will be display. public class Webservice extends Activity { private static final String NAMESPACE = urn:sap-com:document:sap:soap:functions:mc-style;

[android-developers] Re: How to share data to amazon s3

2011-09-07 Thread Mr RAM
Can you give me some guidance.. i have downloaded amazon sdk. but dont know how to integrate with android. if you have any specific example for this, pls share . On Sep 7, 11:31 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Sep 7, 2011 at 3:25 PM, HariRam hariram1...@gmail.com

[android-developers] Re: stop my app from being updated(auto-update is disabled)

2011-09-07 Thread MS
Thanks mark!!! I will maintain backward compatibility to meet my req.. On Sep 6, 4:57 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Sep 6, 2011 at 7:19 AM, MS ms.jackspar...@gmail.com wrote: The reason as to why I asked this was due to the following use case: Consider that there

[android-developers] Fwd: consuming webservice using soap (wsdl file genrated in sap server)

2011-09-07 Thread arun kumar
-- Forwarded message -- From: arun kumar arun.kata...@gmail.com Date: Wed, Sep 7, 2011 at 12:27 PM Subject: consuming webservice using soap (wsdl file genrated in sap server) To: android-developers@googlegroups.com Hi how to consume webservice from sapserver...am having wsdl file

[android-developers] Re: Black screen after switching to another app

2011-09-07 Thread MarcoAndroid
Are you sure you know which code gets executed? I'd add breakpoints/ logging statements to see what's happening... At least a logstatement on all onStart(), onResume() onXYZ() methods entry points. Maybe then you get a better idea on what's going on. On 6 sep, 18:58, MobileVisuals

[android-developers] Export Data from my app

2011-09-07 Thread juliagrig
Hi all, I would like to know if and how could I export data from my app . I am using sqlite3 into my app, and I have one table with 7 fields. What kind of file is supported by android software? I read about save to SD card, but I didn't underastand many things. Please, give some links or ideas

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-07 Thread appel
I have an old HTC Hero with a custom rom based on CM 7.1 RC1 (2.3.5) and Android Market says your app is not compatible with it. The message isn't very helpful though. This item is not compatible with your device. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Zooming Layout

2011-09-07 Thread bhavani sankari
Thanks!!! With ScaleAnimation, I was able to zoom entire layout with ImageViews. But I have touch problems in ImageViews. It is impossible to call touch event function by touching ImageViews (but it can be called by touching original position). Any help? Regards Bhavani On Aug 19, 3:48 pm,

[android-developers] Re: How to create Excel/Spread Sheet Programmatically in Android

2011-09-07 Thread martypantsROK
I have been using jexelapi for my app. Works great and is easy to program. http://jexcelapi.sourceforge.net/ On Sep 6, 8:47 pm, pranay pranay.urk...@gmail.com wrote: Hi Friends, we have to create the excel sheet in android. We have no idea how to achieve it. Can u please share your views

[android-developers] Re: How to render Mathematical equation in Android

2011-09-07 Thread Gaurav Agarwal
Hi 1. MathJax renders Mathematical equations but looks like it has been designed for Website only and not for mobile devices. Mathjax need accompanying 16MB of files for implementation. If these files are copied to asset folder of an android application the size of final apk file can be very big.

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-07 Thread albnok
I have CM 7.1.0 RC1 for the HTC Desire, but mine says 2.3.4. As I remember when I flashed it, 2.3.5 was unheard of then. I hope it's not too much trouble, but could you go to http://www.google.com/support/androidmarket/bin/request.py?contact_type=market_phone and send a report? I did it once and

[android-developers] Re: How can I connect Dell Streak 7, eLocity devices to my DDMS

2011-09-07 Thread albnok
Did you enable USB Debugging, on your Dell Streak 7 and eLocity? On Sep 6, 10:08 pm, Srinivas Nainala srito...@gmail.com wrote: Hi All, I am unable to connect/detect Dell Streak 7 and eLocity devices to my eclipse DDMS interface for seeing debug statements. How can I get rid of this. Even I

[android-developers] Re: How do you get input?

2011-09-07 Thread sblantipodi
on the alert code I posted previously this doesn not show the softkeyboard InputMethodManager mgr = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); // only will trigger it if no physical keyboard is open mgr.showSoftInput(input, InputMethodManager.SHOW_IMPLICIT); and this

[android-developers] Re: what is the sense of xhdpi?

2011-09-07 Thread sblantipodi
Hi Dianne, thanks for the answer, since I haven't seen any apps that shows images of the same dimension on a HVGA screen and on a tablet I thought that this was just an additional non usable settings. I must work with pixels and not with DPI, I find it more useful. Saied that ok this is not

Re: [android-developers] Re: multi page form

2011-09-07 Thread Appaholics
If you want to use intents to have your pages then: 1) You can use intent.putextra to transfer the data from the fields and store it in the next activity. 2) Save the content of each page in SharedPreferences or a database. If you use the second method then the data will already be in the

[android-developers] video issue

2011-09-07 Thread vani reddy
Hi friends , I am getting the below exception FileNotfoundException /mnt/sdcard Permission Denied i am storing a video in sdcard and playing it. i am getting this when ii run on phone.when i run on emulator it works fine . I am getting Illegal argument exception when trying to play the video ,

[android-developers] Re: Android 2.3.5 device cannot find my app

2011-09-07 Thread appel
It could be a more recent nightly then. But from reading the documentation it is because of the copy-protection. Probably because developer devices and rooted devices has full access to the phone the copy-protection doesn't work. Paid apps works just fine anyways, unless copy-protection is

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-07 Thread Palsson
Hey there, Thanks for your replies.. I'm afraid none of them are solving the issue: - partition-size 1024 - android:installLocation=preferExternal - or reboot I can see at the top-icon-bar on my display, when the android desktop shows up after reboot, that it says low on space. That could be

[android-developers] Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread GopalaKrishnan D
-- Forwarded message -- From: GopalaKrishnan D gopall...@gmail.com Date: Wed, Sep 7, 2011 at 1:57 PM Subject: How to use Shared Preference in OnReceive To: android-developers@googlegroups.com How to use Shared Preference in OnReceive -- ~* Regards* *GopalaKrishnan D* -- ~*

[android-developers] Re: Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread skink
On Sep 7, 1:21 pm, GopalaKrishnan D gopall...@gmail.com wrote: How to use Shared Preference in OnReceive what OnReceive? pskink -- 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] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread Amit Mangal
Hi Everyone, I am implement one application in which i am opening camera and taking pic. everything working fine in that app i have only one problem. if the camera is open and i rotate device from portrait to landscape or viceversa my application get crashed. any body knows the reason of this ?

[android-developers] App to receive events

2011-09-07 Thread krishna chaitanya
hi all, I am try for an app which starts a service and it intimates the user in the form notification about any event taking place as soon as the service starts. Its like broadcast receiver, but here the aim is to receive every event done by the user. Any ideas wud really be helpful regards,

Re: [android-developers] Re: Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread GopalaKrishnan D
BroadCast Receiver onReceive( ) { // here i want use shared preferences and how to store value and retrieve 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] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread Appaholics
Could you post the error message and the relevant code? On Wed, Sep 7, 2011 at 5:02 PM, Amit Mangal forum.amit.man...@gmail.comwrote: Hi Everyone, I am implement one application in which i am opening camera and taking pic. everything working fine in that app i have only one problem. if the

Re: [android-developers] App to receive events

2011-09-07 Thread Mark Murphy
Fortunately, this is impossible, for obvious privacy and security reasons. On Wed, Sep 7, 2011 at 7:37 AM, krishna chaitanya chaitanya.ju...@gmail.com wrote: hi all, I am try for an app which starts a service and it intimates the user in the form notification about any event taking place as

[android-developers] How to launch custom apk instead of standard home screen after booting..

2011-09-07 Thread Palsson
Hello, Hardware: AM3517evm OS: Froyo release I would like my android platform to boot up and only start my custom application, after all the init stuff, and not the standard unlock- screen and then the homescreen launcher. How can I track this in the boot process of Android and tell where these

Re: [android-developers] How to launch custom apk instead of standard home screen after booting..

2011-09-07 Thread Mark Murphy
Step #1: Visit http://source.android.com Step #2: Click on the Community tab Step #3: Find a discussion group that is relevant for your question Step #4: Ask there On Wed, Sep 7, 2011 at 7:44 AM, Palsson palsson...@gmail.com wrote: Hello, Hardware: AM3517evm OS: Froyo release I would

Re: [android-developers] How to launch custom apk instead of standard home screen after booting..

2011-09-07 Thread Appaholics
@Mark Do you keep overly used instructions like the one above on your clipboard? To questions related to the source you always use the same wording in directing the poster to the appropriate place. Same for others of this type. Thanks On Wed, Sep 7, 2011 at 5:16 PM, Mark Murphy

Re: [android-developers] Export Data from my app

2011-09-07 Thread TreKing
On Wed, Sep 7, 2011 at 3:49 AM, juliagrig iouliag...@gmail.com wrote: I would like to know if and how could I export data from my app . If? Yes. How? Pick a format and write your data to that format. The specifics of this has nothing to do with Android. I am using sqlite3 into my app, and

[android-developers] Re: App to receive events

2011-09-07 Thread krishna chaitanya
gr8 to hear from u mark. I have few questions here. I will put them one by one here: 1. When a service is started (startService()) its mentioned in the list of services and its just another process. Can other application make use of it? If yes how? 2. When an app starts a service, is the service

[android-developers] Re: Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread skink
On Sep 7, 1:38 pm, GopalaKrishnan D gopall...@gmail.com wrote: BroadCast Receiver onReceive( ) { // here  i want use shared preferences and how to store value and retrieve it } context.getSharedPreferences (String name, int mode) pskink -- You received this message because

Re: [android-developers] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread Appaholics
What is so difficult in error message and *relevant* code? Debug your app, post the LogCat or DDMS with the code that gives the error. I am not going through all of the code. On Wed, Sep 7, 2011 at 5:29 PM, Amit Mangal forum.amit.man...@gmail.comwrote: I get Force close error. I have

Re: [android-developers] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread TreKing
On Wed, Sep 7, 2011 at 6:59 AM, Amit Mangal forum.amit.man...@gmail.comwrote: I get Force close error. Debug your app. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] How to launch custom apk instead of standard home screen after booting..

2011-09-07 Thread TreKing
On Wed, Sep 7, 2011 at 6:53 AM, Appaholics raghavs...@appaholics.in wrote: @Mark Do you keep overly used instructions like the one above on your clipboard? GMail Canned Responses FTW. - TreKing

[android-developers] Re: Black screen after switching to another app

2011-09-07 Thread MobileVisuals
I have already debugged the code lots of times with breakpoints, but I can not find the cause for the black screen. The thread runs like it should and no instances are null. On Sep 7, 10:30 am, MarcoAndroid marco...@gmail.com wrote: Are you sure you know which code gets executed? I'd add

Re: [android-developers] Re: App to receive events

2011-09-07 Thread Mark Murphy
On Wed, Sep 7, 2011 at 7:58 AM, krishna chaitanya chaitanya.ju...@gmail.com wrote: 1. When a service is started (startService()) its mentioned in the list of services and its just another process. Can other application make use of it? If yes how? The other application can send commands to it

Re: [android-developers] Re: How to share data to amazon s3

2011-09-07 Thread TreKing
On Wed, Sep 7, 2011 at 2:17 AM, Mr RAM hariram1...@gmail.com wrote: Can you give me some guidance.. i have downloaded amazon sdk. but dont know how to integrate with android. if you have any specific example for this, pls share . Seriously ... did you try reading the page you were linked to?

Re: [android-developers] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread Amit Mangal
I cant debug how wil i rotate emulator? thanks On Wed, Sep 7, 2011 at 5:04 AM, TreKing treking...@gmail.com wrote: On Wed, Sep 7, 2011 at 6:59 AM, Amit Mangal forum.amit.man...@gmail.comwrote: I get Force close error. Debug your app.

Re: [android-developers] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread Appaholics
http://tinyurl.com/3wdyybe On Wed, Sep 7, 2011 at 6:02 PM, Amit Mangal forum.amit.man...@gmail.comwrote: I cant debug how wil i rotate emulator? thanks On Wed, Sep 7, 2011 at 5:04 AM, TreKing treking...@gmail.com wrote: On Wed, Sep 7, 2011 at 6:59 AM, Amit Mangal

Re: [android-developers] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread GopalaKrishnan D
to rotate emulator ctrl+ F11 -- 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] Re: minSdkVersion unintended side effects

2011-09-07 Thread tillYourNightJobPays
Thanks you for the reply, Mark. Good info. On Sep 6, 5:09 am, Mark Murphy mmur...@commonsware.com wrote: The app probably is missing the supports-screens element to define what screen sizes it supports. Apps targeting API Level 3 or lower are assumed to only support normal-sized screens. On

[android-developers] hexadecimal encoded TP-UD SMS

2011-09-07 Thread souissi haythem
Hi, from my platform, i send an hexadecimal SMS to my Android. Why i can't detect this SMS? When i send a binary SMS, i can detect it with the broadcast SMS receiver. But the same broadcat doesn't work with hexadecimal SMS. There is my broadcast: public class SMSReceiver extends

[android-developers] Re: Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread skink
On Sep 7, 3:13 pm, GopalaKrishnan D gopall...@gmail.com wrote: go through my code in start section i get some value this value i need in get section can u help me. -- ~* Regards* *GopalaKrishnan D*  shared.rar 54KViewDownload I dont have unrar utility pskink --

[android-developers] Re: Fragment Pager Support sample

2011-09-07 Thread Jalal
Hi, I did all the steps in the instructions to use this library but still can't do the imports. I see the .jar in the libs folder and in the Reference Libraries and nothing. Has someone solved the issue? Thanks Cheers, On 31 ago, 15:23, Mark Murphy mmur...@commonsware.com wrote: You need to add

[android-developers] Re: How to share data to amazon s3

2011-09-07 Thread Mr RAM
Downloaded amazon sdk for android, and i included jar file into my application. But i dont know how to connect with my bucket. i have no idea. if you have any example to connect with amazon s3 pls share On Sep 7, 5:30 pm, TreKing treking...@gmail.com wrote: On Wed, Sep 7, 2011 at 2:17 AM, Mr RAM

Re: [android-developers] Re: How to share data to amazon s3

2011-09-07 Thread Mark Murphy
On Wed, Sep 7, 2011 at 9:41 AM, Mr RAM hariram1...@gmail.com wrote: Downloaded amazon sdk for android, and i included jar file into my application. But i dont know how to connect with my bucket. i have no idea. There is sample code for working with S3 in the samples/ the AWS SDK. -- Mark

[android-developers] Re: Honeycomb -- Activity.getIntent().getExtras().getString(key) encountering race condition?

2011-09-07 Thread IcedNet
Yet, the three lines of code alleviates the issue on every run (Keeping that build around for the eventual Log.wtf factor) :) Thanks for the input, Mark, and keep those eBooks coming, man, priceless! Peace, Dan On Sep 6, 10:04 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Sep 6, 2011

Re: [android-developers] hexadecimal encoded TP-UD SMS

2011-09-07 Thread Daniel Drozdzewski
On 7 September 2011 14:27, souissi haythem haythe...@gmail.com wrote: Hi, from my platform, i send an hexadecimal  SMS to my Android. Why i can't detect this SMS? What is the difference between binary and hexadecimal SMS ? -- Daniel Drozdzewski -- You received this message because you

[android-developers] Re: hexadecimal encoded TP-UD SMS

2011-09-07 Thread souissi haythem
the only think that i know, that it is two different forms. I got a problem when i want to communicate (by SMS) with a small programme (which was developped years ago and that i don't have source code). this programme send an hexadecimal SMS to my phone. but my phone did not notify anythink. --

[android-developers] Copy a file from a Desktop PC

2011-09-07 Thread franky.b
Hi there, I'm writing an application that must be able to copy a file between an Android device and a Desktop PC and vice versa. The best way to do this would be to connect the Android device to the Desktop PC via an USB cable. Is there any API that can be used to copy files to and from the

[android-developers] Re: How to use Tap Gesture???

2011-09-07 Thread DangerDaku
By View im sure he meant View android:id=@+id/top_view android:layout_height=fill_parent android:layout_height=fill_parent/ set ur base activity's view to that and handle onClick in ur activity. then in onClick u can do startActivity to bring up the next activity. On Sep 6, 2:07 pm, Appaholics

[android-developers] gdf

2011-09-07 Thread DangerDaku
zvczxc -- 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 options,

Re: [android-developers] Copy a file from a Desktop PC

2011-09-07 Thread Mark Murphy
On Wed, Sep 7, 2011 at 10:43 AM, franky.b frank.bit...@gmail.com wrote: I'm writing an application that must be able to copy a file between an Android device and a Desktop PC and vice versa. The best way to do this would be to connect the Android device to the Desktop PC via an USB cable. Is

[android-developers] Spinner , truncate text instead of wrap text

2011-09-07 Thread JI
Hi all, the text displayed in spinner will be wrap when it is too long, but I expect it will truncate the text instead of wrap it. Is it possible??? Thx everyone -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] soap webservie (celsius to fareheit

2011-09-07 Thread arun kumar
HI am new to webservice concept i created consuming wsdl file using soapbut the output am not getting am converting the temperture from celsius to farenheit import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapPrimitive;

[android-developers] Re: soap webservie (celsius to fareheit

2011-09-07 Thread arun kumar
On Wed, Sep 7, 2011 at 8:50 PM, arun kumar arun.kata...@gmail.com wrote: HI am new to webservice concept i created consuming wsdl file using soapbut the output am not getting am converting the temperture from celsius to farenheit import org.ksoap2.SoapEnvelope; import

Re: [android-developers] Re: soap webservie (celsius to fareheit

2011-09-07 Thread Appaholics
You don't need any webservice to do this conversion. Android phones have more than enough power to run the simple formula: c = (5/9)*(f-32) F - C and f =(9/5)*c+32 C-F Thanks On Wed, Sep 7, 2011 at 8:51 PM, arun kumar arun.kata...@gmail.com wrote: On Wed, Sep 7, 2011 at 8:50 PM, arun kumar

[android-developers] Android Dev Phone

2011-09-07 Thread kypriakos
Hi all, is the only dev phone in Android Market the Nexus One which by the way is listed as no longer available? How is everyone else developing apps if no dev phones are available? I was under the impression that the retail phones do not come rooted and thus the su command is not available. Is

[android-developers] Re: locking app: How I know when an

2011-09-07 Thread ngbl
Hi Mark, How I can skip an application like this? I thought that I had to enter in Settings to kill the app. Sorry, I'm no expert, I hope you can help me. On 6 sep, 15:55, Mark Murphy mmur...@commonsware.com wrote: On Tue, Sep 6, 2011 at 3:15 PM,ngblnatalyabla...@gmail.com wrote: The app

Re: [android-developers] Android Dev Phone

2011-09-07 Thread Appaholics
You can always root the normal phones if you need to. I have been developing for almost a year without a rooted phone. It is not always required. Thanks On Wed, Sep 7, 2011 at 9:09 PM, kypriakos demet...@ece.neu.edu wrote: Hi all, is the only dev phone in Android Market the Nexus One which

Re: [android-developers] Re: locking app: How I know when an

2011-09-07 Thread Mark Murphy
On Wed, Sep 7, 2011 at 11:40 AM, ngbl natalyabla...@gmail.com wrote: How I can skip an application like this? Uninstall it, by rebooting the device in the Android equivalent of Windows' safe mode (varies by device, but holding the MENU key while powering on the device is a common pattern), or by

[android-developers] Re: How do I create a windowed app?

2011-09-07 Thread treyb
Ok, I guess the theme.dialog is what I need. I can see that I can control the Size. I want it to be set by percentages, this way it can run on multiple devices and look right. How do I accomplish this? I saw this: Display display =

[android-developers] Re: Android Dev Phone

2011-09-07 Thread Chris
On Wednesday, September 7, 2011 11:39:34 AM UTC-4, kypriakos wrote: is the only dev phone in Android Market the Nexus One which by the way is listed as no longer available? How is everyone else developing apps if no dev phones are available? I was under the impression that the retail

[android-developers] Re: SurfaceView#setZOrderMediaOverlay(true) not working as expected

2011-09-07 Thread Shri
I have subclassed SurfaceView and call #setZOrderMediaOverlay in the constructor. So it is getting called before the SurfaceView is attached to the window. But it still does not work consistently. By it is too bad we made that API public., do you mean that there are known issues with using this

[android-developers] Re: How to detect programatically the android device is nfc enabled or not?

2011-09-07 Thread nadam
Since 2.3.3 you can also use NfcAdapter.getDefaultAdapter() to get the adapter (if available) and call its isEnabled() method to check whether NFC is currently turned on. /Adam On 6 Sep, 14:34, Mark Murphy mmur...@commonsware.com wrote: On Tue, Sep 6, 2011 at 8:29 AM, Adiga jakad...@gmail.com

[android-developers] Android Emulator starting Problem

2011-09-07 Thread Rathna Kumara Premadasa
Hi All, Whe i'm going to start my Android Emulator (Vertion 1.5, API Level 3) getting an error and didn't start it.The error was like this invalid command-line parameter: Files\android-sdk-windows\tools/emulator-arm.exe. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help

[android-developers] Re: AP to AP roaming on Android

2011-09-07 Thread music
Does anyone know about this? On Sep 1, 12:42 pm, music mobilemusicsh...@gmail.com wrote: On most android devices I have tested, the WiFi AP to AProamingis broken. We don't see AP to AP transition  taking place on these devices until the signal strength is so slow that it disconnects the AP.

[android-developers] FFMPEG Question

2011-09-07 Thread dani maoz
Hello Can i ffmpeg on Android Emulator? Regards -- 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] Re: How to use Tap Gesture???

2011-09-07 Thread sam
DangerDaku , see i'm able to startactivity by onClick but i need to startactivity by onTap ... Hope ma doubt is clear now On Sep 7, 7:45 pm, DangerDaku shub.kan...@gmail.com wrote: By View im sure he meant View android:id=@+id/top_view android:layout_height=fill_parent

Re: [android-developers] Android Emulator starting Problem

2011-09-07 Thread Logesh rajendren
use commant prompt to run your emulator if u r using windows . in cmd go to your android sdk folder and tools folder inside that where emulator.exe is there then execute using emulator @your_avd_name command . On Wed, Sep 7, 2011 at 10:04 AM, Rathna Kumara Premadasa rathnakumar...@gmail.com

[android-developers] Live wallpaper thumbnail 208x192?

2011-09-07 Thread nadam
I can't find any documentation or examples of live wallpaper thumbnail sizes. On my Motorola Xoom the thumbnails are displayed as 208x192, but other mdpi-devices (phones) use much smaller thumbnails. What are the recommended sizes for ldpi, mdpi, hdpi and xhdpi? -- You received this message

[android-developers] Re: Android Emulator starting Problem

2011-09-07 Thread Chris
http://stackoverflow.com/questions/6638713/android-emulator-is-not-starting-showing-invalid-command-line-parameter -- 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

Re: [android-developers] Android Dev Phone

2011-09-07 Thread Kristopher Micinski
On Wed, Sep 7, 2011 at 11:42 AM, Appaholics raghavs...@appaholics.in wrote: You can always root the normal phones if you need to. I have been developing for almost a year without a rooted phone. It is not always required. Thanks On Wed, Sep 7, 2011 at 9:09 PM, kypriakos demet...@ece.neu.edu

Re: [android-developers] Re: Android Emulator starting Problem

2011-09-07 Thread Rathna Kumara Premadasa
Thanks for your great help.. :) Thanks, -- *Rathna Kumara Premadasa* Sri Lanka. -- 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] How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread saex
Hi i need to achieve that, show the last tweets of a programatically given user. But i need to do it without login on twitter, without using Oauth, and without registering my app on dev.twitter.com It is possible? i can't find the way to do it :S -- You received this message because you are

Re: [android-developers] Re: How do I create a windowed app?

2011-09-07 Thread TreKing
On Wed, Sep 7, 2011 at 10:57 AM, treyb tr...@ufl.edu wrote: How would I get this to work to make the dialog be about 60% of the width and height? I'd look at LinearLayout and it's weight attribute.

Re: [android-developers] How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread Appaholics
You can't, thankfully. On Wed, Sep 7, 2011 at 11:16 PM, saex elpablos...@gmail.com wrote: Hi i need to achieve that, show the last tweets of a programatically given user. But i need to do it without login on twitter, without using Oauth, and without registering my app on dev.twitter.com

[android-developers] Re: Error starting app. Must force a close

2011-09-07 Thread rich friedel
When you first start the debugger, a force close message will appear then disappear after a bit... then your app will run in the debugger. -- 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: SurfaceView#setZOrderMediaOverlay(true) not working as expected

2011-09-07 Thread Dianne Hackborn
This is used by the standard launcher for its apps list, so it works correctly. I regret making it public because it really violates the intended semantics of SurfaceView. On Wed, Sep 7, 2011 at 9:57 AM, Shri shri.bo...@gmail.com wrote: I have subclassed SurfaceView and call

[android-developers] Re: How to use Tap Gesture???

2011-09-07 Thread rich friedel
See nrmally when we have a button in a page in the onClick(View v ){ if(btn1==v) { startActivity(new Intent(FirstScreenActivity.this,SecondScreenActivity.class)); } } If that is the way you are doing it then I would (as others have) recommend reading up on how to listen and

Re: [android-developers] Re: How to use Tap Gesture???

2011-09-07 Thread sai krishna
Thanks a lot rich .. i got worked this way package pack.GestureSampleThree; import android.app.Activity; import android.graphics.Color; import android.os.Bundle; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.GestureDetector.OnGestureListener; import

[android-developers] Re: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread saex
oh, can you give me a little more info about why isn't possible to do it? thanks On 7 sep, 19:57, Appaholics raghavs...@appaholics.in wrote: You can't, thankfully. On Wed, Sep 7, 2011 at 11:16 PM, saex elpablos...@gmail.com wrote: Hi i need to achieve that, show the last tweets

Re: [android-developers] Re: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread Miguel Morales
I would say, simply have a backend that scrapes the website. When the user signs up or whatever, scrape their twitter page. Then query this backend database from your mobile device. Probably not very legal though. On Wed, Sep 7, 2011 at 11:39 AM, saex elpablos...@gmail.com wrote: oh, can you

Re: [android-developers] Re: How to use Tap Gesture???

2011-09-07 Thread rich friedel
Nice! as a side note... you might want to throw the @Override annotation on your overridden methods from OnGestureListener -- 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: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread saex
this can't be applyed to my needs, i need another kind of solution On 7 sep, 20:41, Miguel Morales therevolti...@gmail.com wrote: I would say, simply have a backend that scrapes the website. When the user signs up or whatever, scrape their twitter page. Then query this backend database from

[android-developers] Re: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread rich friedel
What you are asking is how to retrieve tweets from a user without the user having to authorize your application to do so. That just sounds shady to me at least... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: soap webservie (celsius to fareheit

2011-09-07 Thread arun kumar
Thanks for u reply.. by basing on that concept i have to another example..so am trying to implement it by using the webservicesi have to make like that if i give user id the salary of that particular person has to appear... -- You received this message because you are subscribed to the

Re: [android-developers] Re: How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread Miguel Morales
Why not? Can't give you solutions if you can't properly explain yourself. On Wed, Sep 7, 2011 at 11:49 AM, saex elpablos...@gmail.com wrote: this can't be applyed to my needs, i need another kind of solution On 7 sep, 20:41, Miguel Morales therevolti...@gmail.com wrote: I would say, simply

Re: [android-developers] How to obtain the tweets of a programatically given Twitter user without registering my app on dev.twitter.com?

2011-09-07 Thread Michael Banzon
On Wed, Sep 7, 2011 at 7:46 PM, saex elpablos...@gmail.com wrote: Hi i need to achieve that, show the last tweets of a programatically given user. But i need to do it without login on twitter, without using Oauth, and without registering my app on dev.twitter.com It is possible? i can't

[android-developers] Git and source code

2011-09-07 Thread kypriakos
Hi all, I am getting connect failures on repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo I was able to download the source in the past but not the past couple of days. Anything missing? Thanks -- You received this message because you are subscribed to the Google

  1   2   >