[android-developers] Re: Problem installing android sdk in ubuntu 10.10

2011-04-25 Thread Saurav
Any ideas? Please? Regards, Saurav Mukherjee. On Sun, Apr 24, 2011 at 3:56 PM, Saurav to.saurav.mukher...@gmail.comwrote: Hi all, I am trying to install android sdk, but the for every try, the android sdk manager (starting android executable from the terminal) gives this error message:

[android-developers] autoinstall from android market

2011-04-25 Thread Sudha
hi I need to autoinstall new version of my app from android app maket thru the same appln 1.can I detect the android market notification tru my appn ? 2.is ter any intend to pass the url and auto isnatll teh appn 3.what are the risk factors included and how to handle them 4.is ter any machanism

Re: [android-developers] Re: Timezone Question

2011-04-25 Thread Bob Kerns
Ah. I'd guess, from what you're telling me, that the user's phone has the wrong time, the wrong local time zone, and the correct local time display. I'm not sure how we'd figure that out for sure Anyway, your idea of an override preference is probably the best thing you could do in your

[android-developers] Not able to see Bluetooth files

2011-04-25 Thread Pandi
Hi, I am not able to see bluetooth transfered files in android gallery,music,video application. After reboot am able to get this. What could be reason for this? I am using 2.3.3 version of android. Any settings required or Any idea? -- You received this message because you are subscribed to

[android-developers] Not able to see Bluetooth files

2011-04-25 Thread Pandi
Hi, I am not able to see bluetooth transfered files in android gallery,music,video application. After reboot am able to get this. What could be reason for this? I am using 2.3.3 version of android. Any settings required or Any idea? -- You received this message because you are subscribed to

[android-developers] Re: Live Wallpaper, Menu button etc in different languages

2011-04-25 Thread Zsolt Vasvari
In particular Live Wallpaper is, in all likelihood, a trademarked marketing term. I would try find a Chinese language website that lists the features of Android 2.1 and see what terminology is used by Google. On Apr 25, 1:46 pm, Mark Carter mjc1...@googlemail.com wrote: I asked the same

[android-developers] update screen frequently

2011-04-25 Thread pramod.deore
Hi all, In my application I have list of multiple rows and columns. The values of these rows and columns are coming from server and these values are changes frequently. (near about after every second) Now I want to show updated values each time without refreshing or pressing back button. How to

Re: [android-developers] Re: Wallpaper size

2011-04-25 Thread Simon Platten
To enable density compatibility mode you would expect to find: |anyDensity=false in the ||supports-screens section of the manifest? My manifest has this: supports-screens android:largeScreens=true android:normalScreens=true

[android-developers] Re: Reading PayWave (ISO14443-B format) track information using Android 2.3.3 NFC API

2011-04-25 Thread Michael Roland
Hallo lal, I'm trying to Read Track data for Payment cards (PayWave, PayPass). As per my understanding they follow ISO 14443 B. With new NFC API,        byte[] b1 = myTag.getHiLayerResponse(); //b1 is not null, but length == 0 [...]            result = myTag.transceive(b1); It will

[android-developers] Landscape... only if

2011-04-25 Thread Cris94107
The manifest.xml files let you set sensor to determine if you want to render your User Interface in portrait or landscape. But what if you want to render in landscape only if... vertical resolution is 400 pixels? Is there a way to determine the user interface capability dynamically as per the

Re: [android-developers] Landscape... only if

2011-04-25 Thread Filip Havlicek
Sure, just check the documentation. http://developer.android.com/reference/android/view/WindowManager.html#getDefaultDisplay() http://developer.android.com/reference/android/app/Activity.html#setRequestedOrientation(int) 2011/4/25 Cris94107 cris94...@gmail.com The manifest.xml files let you

[android-developers] Re: NFC: convert MIME type to byte[]?

2011-04-25 Thread Michael Roland
Hallo Johannes, Unfortunately, I can't make a lot out of the RFC 2046 specification (http://www.ietf.org/rfc/rfc2046.txt). a MIME type is basically a string in the format top-level-type/ subtypeoptions (all 7bit US-ASCII). Typical values for top-evel- type are text, image, video, audio or

[android-developers] Resource folder display in Eclipse

2011-04-25 Thread Zsolt Vasvari
I just created a feature request: http://code.google.com/p/android/issues/detail?id=16354 The text is below, if you want to see this done, please star the issue: It would be nice if the subfolders under the res folder would display in a logical order. For example, I have a bunch of drawable

[android-developers] Re: How to communicate with SmartCard such as e-ID, e-Passport using ISO14443 APDU format???

2011-04-25 Thread Michael Roland
Hallo, take a look at the IsoDep class. It allows you to exchange APDU command-response pairs with contactless smartcards. br, Michael On Apr 21, 6:59 am, comsta6 ms...@komsco.com wrote: I am a new about android phone. Especially,,,I am a smartcard developer such as e-Passport, e-ID card.

[android-developers] Re: Sending APDU Command from Nexus S

2011-04-25 Thread Michael Roland
Hallo Perumal, I am having Nexus S and a Mifare Tag. Using TagWriter application I am write and read from the Tag. Now I want to try sending an APDU command to the Tag. if you tag is a MIFARE Classic or MIFARE Ultralight tag, you won't be able to communicate with it using APDU commands. These

[android-developers] Re: Sending APDU Command from Nexus S

2011-04-25 Thread Michael Roland
Hallo Wilson, I am facing an issue with a Mifare Classic card (this is a dual interface smart card; contact and contactless). Alright, then it is most likely not a MIFARE Classic card but a contactless (dual interface) smart card (with ISO 14443-4 interface) that additionally provides a MIFARE

[android-developers] Re: Sending data continuously over NFC in mode P2P

2011-04-25 Thread Michael Roland
Hallo Azahara, Does anybody know why should I have to tap many times the phones in order to send continuously data in p2p mode?. This is because the current Android NFC API does not provide any furhter P2P (LLCP) communication features. Internally, Android already uses more sophisticated LLCP

[android-developers] Re: NFC p2p with NFC Reader

2011-04-25 Thread Michael Roland
Hallo, have a look at the thread: http://groups.google.com/group/android-developers/browse_frm/thread/fe9956bb2a6529ca For the moment Sony's nfcpy project ( https://launchpad.net/nfcpy/ ) seems to be the only freely available open-source LLCP implementation for the desktop platform. You might

[android-developers] downloadan image from google

2011-04-25 Thread ABSOLUT
HI, In my project, I would like to download an image doing a search in google (google images), and then put this image in a textview. There is someway like an api, library or someting like thait to can do it? Many thanks and sorry for my english! -- You received this message because you are

[android-developers] Re: (Full) NFC support for Android (on a Nexus S, specifically)

2011-04-25 Thread Michael Roland
Hallo, Only open LLCP implementation I know of is NFCPy, https://launchpad.net/nfcpy.. heard they've established some communication with an Android device, but it only works for one type of reader. Sony had a pretty impressive demo of their nfcpy at WIMA this week. As the python module is

[android-developers] Can't share via gallery to gmail

2011-04-25 Thread a a
Form ddms, it shows the size is 0, but uri is not null, why?? 03-01 16:02:53.759: INFO/ActivityManager(202): Starting: Intent { act=android.intent.action.SEND typ=image/jpeg flg=0x200 cmp=com.google.android.gm/.ComposeActivity (has extras) } from pid 7714 03-01 16:02:53.819: INFO/Gmail(7714):

[android-developers] Maps - position of zoom controls

2011-04-25 Thread Neilz
When I tap my map, the zoom controls appear in the center of the screen at the bottom. Is it possible to control where they sit? I notice on the google maps app, they are aligned into the bottom right corner of the map, which is what I'd like to do in my own map activity. Thanks. -- You

Re: [android-developers] Ubuntu Natty Narwhal and ADB

2011-04-25 Thread Amit Pundir
On Mon, Apr 18, 2011 at 11:50 PM, nigel nige.d.br...@googlemail.com wrote: I am having an issue getting ADB to work properly with an LG handset. I have used DDMS on Linux (Karmic, Jaunty) and Windows before and have read a lot of post about udev rules. The latest rule is: SUBSYSTEMS==usb,

Re: [android-developers] Maps - position of zoom controls

2011-04-25 Thread Filip Havlicek
Here you go http://tinyurl.com/3fha8xl 2011/4/25 Neilz neilhorn...@gmail.com When I tap my map, the zoom controls appear in the center of the screen at the bottom. Is it possible to control where they sit? I notice on the google maps app, they are aligned into the bottom right corner of

[android-developers] Re: How do you counter repeated bogus reviews from competitors?

2011-04-25 Thread Jens
 I am wondering how do you deal with this? What steps do you take to prevent such abuse of Android Market? Payback - it can be a bitch. Step 1. Download app from offending party. Step 2. Decompile app from offending party. Step 3. Fill it to the brim with malware. Step 4. That's not enough!

[android-developers] ImageView not showing image

2011-04-25 Thread mack2978
Hi All, I am trying to display the image on run time using ImageView, but it is not showing up, below is the code: Please sugegst what is the issue super.onCreate(savedInstanceState); setContentView(R.layout.myimageview); mImageView = (ImageView) findViewById(R.id.imageview);

[android-developers] Re: ImageView not showing image

2011-04-25 Thread mack2978
Pls help.. On Apr 25, 3:54 pm, mack2978 smashmah...@gmail.com wrote: Hi All, I am trying to display the image on run time using ImageView, but it is not showing up, below is the code: Please sugegst what is the issue super.onCreate(savedInstanceState); setContentView(R.layout.myimageview);

Re: [android-developers] Re: ImageView not showing image

2011-04-25 Thread Filip Havlicek
Urging for help won't help you, unless you want to repel those who might give you an advice. Post your R.layout.myimageview XML. Does it crash or just not showing up? Best regards, Filip Havlicek 2011/4/25 mack2978 smashmah...@gmail.com Pls help.. On Apr 25, 3:54 pm, mack2978

[android-developers] Re: Maps - position of zoom controls

2011-04-25 Thread Neilz
Oh my sides are splitting. Ok, I've done some searching, and found a half solution... but it's not without issues: I've set my own ZoomControls object, in the layout xml, and added listeners to activate the zooms (as per this link...

Re: [android-developers] Re: Maps - position of zoom controls

2011-04-25 Thread Filip Havlicek
Why didn't you try the Reto Meier solution? Third link from the Google search. http://stackoverflow.com/questions/263507/placing-zoom-controls-in-a-mapview And if you want help, post your XMLs and code samples. 2011/4/25 Neilz neilhorn...@gmail.com Oh my sides are splitting. Ok, I've done

[android-developers] Re: Maps - position of zoom controls

2011-04-25 Thread Neilz
Yes, this solution does work, thanks. Actually it was the first solution I looked at - problem was it uses a deprecated method, and there doesn't seem to be a way of doing it without using the method - so for some reason I decided against trying it out. But hey if it works, that's good enough.

[android-developers] Re: Using Droid-fu

2011-04-25 Thread Sandeep sp
Hi Mr Marco, Did you able to resolve the crash? I Am also facing the same issue, please let me know. What needs to be done to resolve this issue? Regards Sandeep S.P On Mar 8, 7:20 pm, TreKing treking...@gmail.com wrote: On Wed, Mar 2, 2011 at 10:55 PM, Marco Rodriguez-Suarez

Re: [android-developers] update screen frequently

2011-04-25 Thread Mark Murphy
When the data comes in, update the UI. On Mon, Apr 25, 2011 at 2:57 AM, pramod.deore deore.pramo...@gmail.com wrote: Hi all, In my application I have list of multiple rows and columns. The values of these rows and columns are coming from server and these values are changes frequently. (near

[android-developers] Licensing Service

2011-04-25 Thread Andrei
Hello. I created an application and put it in the android market, please tell me, can I add the Licensing Service, in its first update? Thank you! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Maps - position of zoom controls

2011-04-25 Thread Filip Havlicek
Oh I see. Took a brief look at the deprecated method and didn't find any easy way to do that, so I suggest you test it on the various OS versions in the emulator and on some of the devices you have access to and if it works on all of them, then it's probably fine. I haven't done anything with

Re: [android-developers] Document databases on Android

2011-04-25 Thread Diego Barbosa
Hi Mark, I' ve app run on android and i like know how works CouchDB? i need an external server or only run internal android? hugs 2011/1/14 Mark Murphy mmur...@commonsware.com On Fri, Jan 14, 2011 at 3:38 AM, Mattias Svala thebra...@gmail.com wrote: Hello! I have been trying to find some

[android-developers] Re: How do you counter repeated bogus reviews from competitors?

2011-04-25 Thread Pent
Sympathy. Touching reviews to continually put them at the top really shouldn't be possible, it screams to be abused. I have trouble with a couple of users with chips on their blocks abusing this too. Pent -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Document databases on Android

2011-04-25 Thread Mark Murphy
A trivial Google search turned up this as the first link: http://www.couchbase.com/products-and-services/mobile-couchbase On Mon, Apr 25, 2011 at 9:10 AM, Diego Barbosa diegobcarne...@gmail.com wrote: I' ve app run on android and i like know how works CouchDB? i need an external server or only

[android-developers] Configuration setting for peak performance of HTTP download

2011-04-25 Thread vrukesh
Hi, We are using Android Gingerbread 2.3.3 on dual-core ARM based chip. When we perform HTTP download of single 10MB text file, we get network download speed of 8Mbps. But, when we perform simultaneos HTTP download of more than one file (for example, two different 10MB text files), we get total

Re: [android-developers] How to point a marker on google map according to our choice.

2011-04-25 Thread lbendlin
how are you placing the marker? The user touching the map? That may not be overly accurate. If that is good enough you can use the getProjection() function http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapView.html#getProjection%28%29 -- You received

[android-developers] SD Card format

2011-04-25 Thread Pandi
SD card format required after upgrading 2.3.3 version of Android? -- 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: Designing a barcode app which doesnt sign your life away

2011-04-25 Thread DManzaluni
Anyone notice how this subject matter has suddenly become a supposedly hot topic in the media recently with continuous time given on all channels on TV to the recent revelation that the iPhone stores all sorts of personal data in a hidden file on the iPhone! With whole countries like South Korea

[android-developers] Android apps

2011-04-25 Thread chamith weerasinghe
Hi all, I want to install a one application from another application. can i do this on android. my one application has only service and other one is activity. please help me. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Android apps

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 10:08 AM, chamith weerasinghe e05ch...@gmail.com wrote: I want to install a one application from another application. can i do this on android. Yes, but most likely, you don't want to. my one application has only service and other one is activity. Put them in one

Re: [android-developers] update screen frequently

2011-04-25 Thread lbendlin
... by sending a notifyDataSetChanged() to the list adapter -- 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] Transactions in android market not clearing?

2011-04-25 Thread Gregg Reno
I was wondering why the payout from 4/24 was lower than it should based on the number of sales. But it looks like transactions since about 9:00 pm EDT on 4/24 haven't cleared. Is anyone else noticing this? (Grey circles in the charge and ship columns in the Orders tab) -Gregg -- You received

Re: [android-developers] SD Card format

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 10:03 AM, Pandi pandiwelco...@gmail.com wrote: SD card format required after upgrading 2.3.3 version of Android? Your existing SD card should work as well on 2.3.3 as it did on any prior version of Android. If you experience problems, please contact your carrier, device

Re: [android-developers] Android apps

2011-04-25 Thread chamith weerasinghe
Hi, user want to only deal with activity. service is for checking users states like locaton. service should start with phone boot up. but activity starts only user wants it. so I cant put them in one app(accoding to my knolage) please help. Thanks -- You received this message because you are

Re: [android-developers] Android apps

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 10:25 AM, chamith weerasinghe e05ch...@gmail.com wrote: user want to only deal with activity. service is for checking users states like locaton. service should start with phone boot up. but activity starts only user wants it. so I cant put them in one app(accoding to

Re: [android-developers] Document databases on Android

2011-04-25 Thread Diego Barbosa
Mark, Thanks for the link, But, I have a commercial application, it communicates with a webservice and the database is a SQL Server, my application has to work offline, and have to store thedata on the device itself, which would be the best solution? SqlLite or CouchDB? 2011/4/25 Mark Murphy

Re: [android-developers] autoinstall from android market

2011-04-25 Thread TreKing
On Mon, Apr 25, 2011 at 1:17 AM, Sudha sudha...@gmail.com wrote: 1.can I detect the android market notification tru my appn ? No. 2.is ter any intend to pass the url and auto isnatll teh appn No. 3.what are the risk factors included and how to handle them Malicious app

Re: [android-developers] Document databases on Android

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 10:34 AM, Diego Barbosa diegobcarne...@gmail.com wrote: But, I have a commercial application, it communicates with a webservice and the database is a SQL Server, my application has to work offline, and have to store thedata on the device itself, which would be the best 

[android-developers] Re: autoinstall from android market

2011-04-25 Thread lbendlin
1. You have to ask the user to allow automatic updates (there's a checkbox for that in the market app). 2. You may want to check your spelling. -- 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: Fragmentation-resistant product design

2011-04-25 Thread Bob Kerns
This makes me want to scream. EXIF has got to be one of the worst standards out there in common use; this is just one of the many major problems. You'll find that virtually nothing handles EXIF well, so you'll be in good company. I checked the original Japanese standard, in hopes that there

Re: [android-developers] Document databases on Android

2011-04-25 Thread Diego Barbosa
Hi Marks, Thanks for Help. I will use SQLlite, Hugs 2011/4/25 Mark Murphy mmur...@commonsware.com On Mon, Apr 25, 2011 at 10:34 AM, Diego Barbosa diegobcarne...@gmail.com wrote: But, I have a commercial application, it communicates with a webservice and the database is a SQL Server, my

[android-developers] Re: How to mark touch points in an image

2011-04-25 Thread neohacker
at the touch points i should get a cross mark. This cross mark will be fixed on tapping tap button. This can be repeated for as many times as the user wants. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Fragmentation-resistant product design

2011-04-25 Thread Brill Pappin
We have had the same issue with several devices. In our case were noticed that some phones do not properly report their resolutions etc. Until now we have stridently avoided doing specific device detection in our apps, but it has now become necessary to do so. We have been thinking of

Re: [android-developers] Re: Fragmentation-resistant product design

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 12:12 PM, Brill Pappin bpap...@sixgreen.com wrote: We have had the same issue with several devices. In our case were noticed that some phones do not properly report their resolutions etc. Until now we have stridently avoided doing specific device detection in our apps,

[android-developers] DialogFragment vs showDialog()

2011-04-25 Thread Dave Johnston
Honeycomb introduced the DialogFragment class for producing dialogs. Pre-Honeycomb, applications were encouraged to use managed dialogs handled by their owning Activity via showDialog, dismissDialog etc. Looking forward, should DialogFragments be preferred over Activity managed dialogs, or should

Re: [android-developers] Re: How to mark touch points in an image

2011-04-25 Thread Filip Havlicek
Hi, I think you can put an overlay on the image and draw your marks there. Then just sweep the overlay clean on the button click. Best regards, Filip Havlicek 2011/4/25 neohacker arunscari...@gmail.com at the touch points i should get a cross mark. This cross mark will be fixed on tapping

Re: [android-developers] DialogFragment vs showDialog()

2011-04-25 Thread Dianne Hackborn
Consider showDialog() / managed dialogs to be deprecated. On Apr 25, 2011 12:30 PM, Dave Johnston john...@gmail.com wrote: Honeycomb introduced the DialogFragment class for producing dialogs. Pre-Honeycomb, applications were encouraged to use managed dialogs handled by their owning Activity via

[android-developers] Re: DialogFragment vs showDialog()

2011-04-25 Thread Dave Johnston
Cheers Dianne, exactly what I wanted to hear! On Apr 25, 5:52 pm, Dianne Hackborn hack...@android.com wrote: Consider showDialog() / managed dialogs to be deprecated. On Apr 25, 2011 12:30 PM, Dave Johnston john...@gmail.com wrote: Honeycomb introduced the DialogFragment class for

Re: [android-developers] Re: DialogFragment vs showDialog()

2011-04-25 Thread Dianne Hackborn
I just checked in a change to @deprecate these in the documentation. :) On Apr 25, 2011 1:09 PM, Dave Johnston john...@gmail.com wrote: Cheers Dianne, exactly what I wanted to hear! On Apr 25, 5:52 pm, Dianne Hackborn hack...@android.com wrote: Consider showDialog() / managed dialogs to be

Re: [android-developers] Licensing Service

2011-04-25 Thread Marcin Orlowski
On 25 April 2011 14:35, Andrei entre...@gmail.com wrote: Hello. I created an application and put it in the android market, please tell me, can I add the Licensing Service, in its first update? Thank you! If you released your app as free, you can't change it to paid now. So answer is no. You

Re: [android-developers] Re: Fragmentation-resistant product design

2011-04-25 Thread Brill Pappin
Oh i'd agree. The more info we have the better. i've been discussing this with my partner and we are a bit worried about including too much complexity. For instance we're thinking that if a device requires a device specific complex action, then its outside the scope of the lib, however the lib

Re: [android-developers] Android apps

2011-04-25 Thread chamith weerasinghe
Hi, Please tell me how should i do this. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Project installs on phone, but will not launch

2011-04-25 Thread Tobiah
I built a project by hand, and now I'm trying to get it to run in Eclipse. I finally made it work by making a new project, and copying the source files and resources into the new project. Now I'm at the point that the project builds and installs, but won't launch automatically on my phone. I

[android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread Alaeddine Ghribi
Hi, I just want to add an alertdialog when receiving a call, however i don't know how doing it. I have made this: Intent i = new Intent(this,Preferences.class); startActivity(i); But it ends with an error in each line! public class IncomingCallReceiver extends BroadcastReceiver { @Override

[android-developers] Tween plus frame animation

2011-04-25 Thread SImplyG2010
Hi! Can anyone tell me is it possible to run both a frame and tween animation at the same time? I am trying to move an image from one side of the screen to the other at the middle switch the image and continue to move the image so my idea was to have a translate animation to handle the movement

Re: [android-developers] Project installs on phone, but will not launch

2011-04-25 Thread Kostya Vasilyev
Make the MAIN / LAUNCHER intent filter separate from the other actions / categories for the main activity. intent-filter action android:name=android.intent.action.MAIN / category android:name=android.intent.category.LAUNCHER / /intent-filter And then a separate intent filter for the search

Re: [android-developers] Re: Fragmentation-resistant product design

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 1:12 PM, Brill Pappin bpap...@sixgreen.com wrote: For instance, detection would allow you to accurately detect a device, where as the action component would allow you to properly adjust font sizes (as an example) which is what we've been interested in initially. I would

Re: [android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread TreKing
On Mon, Apr 25, 2011 at 12:24 PM, Alaeddine Ghribi alaeddineghr...@gmail.com wrote: How can i solve this problem? Explain what But it ends with an error in each line! means. - TreKing

Re: [android-developers] Android apps

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 1:13 PM, chamith weerasinghe e05ch...@gmail.com wrote: Please tell me how should i do this. Step #1: Move the service and its related classes into the project that has the activity Step #2: Move the service element (and any other required elements) into the manifest of

[android-developers] Re: ImageView not showing image

2011-04-25 Thread mack2978
Got fix...Thanks On Apr 25, 4:29 pm, Filip Havlicek havlicek.fi...@gmail.com wrote: Urging for help won't help you, unless you want to repel those who might give you an advice. Post your R.layout.myimageview XML. Does it crash or just not showing up? Best regards, Filip Havlicek

Re: [android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread Alaeddine Ghribi
constructor Intent(IncomingCallReceiver, Classdialog) is not defined Method startActivity(Intent) is undefined for the type IncomingCallReceiver Thank you for your help. 2011/4/25 TreKing treking...@gmail.com On Mon, Apr 25, 2011 at 12:24 PM, Alaeddine Ghribi alaeddineghr...@gmail.com wrote:

Re: [android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread TreKing
A) Look up the Intent class in the docs. Find a suitable constructor to use. B) You're trying to use a function that does not exist for your type. Don't do that. - TreKing

[android-developers] multiple apks

2011-04-25 Thread New Developer
If one wanted to create a large application where each activity was it's own apk almost like modules or .dlls 1) How would you test to see if an .apk file is available and/or installed (might be different I don't know) ? 2) Using the emulator how can you permanently install the .apk ?

Re: [android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread Mark Murphy
BroadcastReceiver is not a Context. Use the Context supplied to onReceive() for your Intent constructor. On Mon, Apr 25, 2011 at 1:44 PM, Alaeddine Ghribi alaeddineghr...@gmail.com wrote: constructor Intent(IncomingCallReceiver, Classdialog) is not defined Method startActivity(Intent) is

[android-developers] Re: Transactions in android market not clearing?

2011-04-25 Thread Nathan Roy
Yes I have noticed this as well. It's been happening to me since the 24'th On Apr 25, 10:17 am, Gregg Reno gregg.r...@gmail.com wrote: I was wondering why the payout from 4/24 was lower than it should based on the number of sales.  But it looks like transactions since about 9:00 pm EDT on

Re: [android-developers] Re: How do you counter repeated bogus reviews from competitors?

2011-04-25 Thread TreKing
On Mon, Apr 25, 2011 at 5:51 AM, Jens dunkingbikk...@gmail.com wrote: hopefully the market team will get around to fixing the entire Market experience some time soon. Thanks, I needed a good laugh. =)

Re: [android-developers] multiple apks

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 1:53 PM, New Developer secur...@isscp.com wrote: 1) How would you test to see if an .apk file is available  and/or installed   (might be different I don't know) ? PackageManager. 2) Using the emulator how can you permanently install the .apk ? You can't permanently

Re: [android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread Alaeddine Ghribi
You have absolutely reason Mark Murphy, i made what you tell me to do and it works. However, i don't know how to start the activity. I have always an error in *startActivity(i);! * Treking said: B) You're trying to use a function that does not exist for your type. Don't do that. So , what is the

Re: [android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread Mark Murphy
I repeat: BroadcastReceiver is not a Context. startActivity() is a method on Context. You cannot call startActivity() on a BroadcastReceiver. Use the Context supplied to onReceive() for your startActivity() call. On Mon, Apr 25, 2011 at 2:07 PM, Alaeddine Ghribi alaeddineghr...@gmail.com wrote:

Re: [android-developers] How to start an activity in a try/catch bloc

2011-04-25 Thread Alaeddine Ghribi
Million sorry, i'm not concentrated :( :X! I made this context.startActivity(i) and it works with no errors. Thank you for your help. 2011/4/25 Mark Murphy mmur...@commonsware.com I repeat: BroadcastReceiver is not a Context. startActivity() is a method on Context. You cannot call

[android-developers] Re: FragmentActivity class appears to be incompatible with instrumented test classes

2011-04-25 Thread Kevin
I have two problems, one you described below and a different one. First, the one you described below...take the android-support.v4.jar reference out of your automation project libraries and have it refer to your product code. That tends to get rid of the error below. But it produces a second

[android-developers] Re: ActivityInstrumentationTestCase2 and FragmentActivity

2011-04-25 Thread Kevin
I'm getting a different error: Bound mismatch: The type [our app class name which extends FragmentActivity] is not a valid substitute for the bounded parameter T extends Activity of the type ActivityInstrumentationTestCase2T. It doesn't look like the test classes have been updated to work with

Re: [android-developers] Re: Fragmentation-resistant product design

2011-04-25 Thread Brill Pappin
We can certainly discuss how that might be done. What I'm interested in most is detecting and handling devices that are broken, but I can see why you might want to detect capability. However the distinction is mainly based on how you do that detection. i.e. to simply detect capability, you can

Re: [android-developers] Re: Fragmentation-resistant product design

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 2:29 PM, Brill Pappin bpap...@sixgreen.com wrote: However the distinction is mainly based on how you do that detection. i.e. to simply detect capability, you can use reflection, device type, etc. It seems to me that knowing the device gives you a pretty good indication

[android-developers] Re: Market sales suddenly cut in half

2011-04-25 Thread Doug
On Apr 24, 10:03 pm, Brill Pappin bpap...@sixgreen.com wrote: Has anyone else notice that kind of drop in the last four days or so? I've been seeing consistently reduced payouts since April 11. Prior to that, I was seeing higher than normal payouts for a couple weeks. Since that date I've

[android-developers] Does setPasswordHistoryLength work with PASSWORD_QUALITY_COMPLEX?

2011-04-25 Thread Steve
The docs for setPasswordHistoryLength are explicit about it working with NUMERIC, ALPHABETIC, and ALPHANUMERIC settings of password quality. The doc leaves out COMPLEX. I want to know if this omission is an oversight in the documentation or if history length is not supported with complex

[android-developers] AlerDialog inside onRecieve

2011-04-25 Thread Alaeddine Ghribi
Hello, I read the documentation and i found that i can't add an AlertDialog inside onReceive method(http://tinyurl.com/3ghtswd). However, i want to add a confirmation Dialog when receiving a call. How can i do this ? Thank you very much. -- You received this message because you are subscribed to

[android-developers] Re: Connect to emulator with Putty?

2011-04-25 Thread Doug
On Apr 24, 8:45 pm, David Williams dwilli...@dtw-consulting.com wrote: There is no way whatsoever to do this? Launch the emulator with command line args -partition-size 128 (or whatever value you need) and use adb remount. This will make the / system partition writable and big enough to store

[android-developers] How do you access Android credential storage?

2011-04-25 Thread Jake Basile
In Settings Location Security there is a section that allows the user to import certificates. There is also an option, Use secure credentialshttp://www.google.com/support/mobile/bin/answer.py?answer=168578#1089481that Allow[s] applications to access secure certificates and other credentials.

Re: [android-developers] AlerDialog inside onRecieve

2011-04-25 Thread Kostya Vasilyev
You can launch an Activity themed as a dialog (in the manifest). However, an activity popping up all of sudden does not make for good UI. The usual method is to post a Notification to the status bar, which the user can then use to launch the activity. -- Kostya 25.04.2011 22:49, Alaeddine

Re: [android-developers] Re: new sdk and backwards compatibility

2011-04-25 Thread Yves Liu
After I followed the document, it is still not working right. Here is more details. Right now, I build my app using 3.0 sdk. And for platform 2.3.3 or later, it worked fine. But for older system, when I need to call MediaMetadataRetriver, it did get into the old code, but when it tries to load

[android-developers] Re: Licensing Service

2011-04-25 Thread Andrei
I have paid the application, so I can add the service licensing. Right? On 25 апр, 21:12, Marcin Orlowski webnet.andr...@gmail.com wrote: On 25 April 2011 14:35, Andrei entre...@gmail.com wrote: Hello. I created an application and put it in the android market, please tell me, can I add the

Re: [android-developers] Re: Licensing Service

2011-04-25 Thread TreKing
On Mon, Apr 25, 2011 at 2:12 PM, Andrei entre...@gmail.com wrote: I have paid the application, so I can add the service licensing. Right? Right. - TreKing

Re: [android-developers] AlerDialog inside onRecieve

2011-04-25 Thread Alaeddine Ghribi
So when you receive call, a status bar notification appears and from there you can choose to answer the call or not ? And please how can i launch an activity themed as a dialog in the manifest ? Thank you M.Vasilyev. 2011/4/25 Kostya Vasilyev kmans...@gmail.com You can launch an Activity

[android-developers] bind service in another aplication

2011-04-25 Thread ivan harmady
Hi, I'm trying to make bound service. Acording to tutorials at developer.android.com it is appropriate for me to implement bound service using messenger // there is written i should use it if i want to allow clients from different applications to access my service for IPC but i don't need to

[android-developers] compile libwebcore.so ?

2011-04-25 Thread Ahmed.radi
hi ,, i just want to ask how to complite libwebcore.so by any sourses ? for exampil : i want to complite this file : http://www.multiupload.com/MDBALCIAWT with this Source : https://github.com/Y6b/android_external_webkit/commit/8637f8f6b8f78aef69a1a1919c9df54358513706 how ? and can any one

  1   2   3   >