[android-developers] Re: Plot quadratic equation graph

2011-06-01 Thread Peter Webb
http://developer.android.com/reference/android/graphics/Path.html rCubicTo, rQuadTo and other methods provide interpolated curves. On May 29, 2:50 am, SamuelXiao foolsmart2...@gmail.com wrote: Hi Webb, Could you explain in more details please? I studied the Path class but from other

[android-developers] Is it possible to lock screen without turning off display

2011-06-01 Thread yccheok
I had came across several apps Lock Screen Widget - Lock screen and turn off display by tapping on screen button. User will need to press hardware power button to make the screen visible again. Tap Tap App - Lock screen and turn off display by tapping on screen button. Proximity sensor still

[android-developers] Re: Creating a good reference point for Android

2011-06-01 Thread Raghav Sood
Hi Jim newbies are very welcome here. as for your email problem you may need to write to the moderator. i can't help you with q1 and 2 but i will send you the links for q3 as soon a i get home in about an hour. If you want to help with the wiki just go to http://wiki.androidappcheck.com sign up

[android-developers] EAP-SIM support in latest version of Android build or in any Android Phone

2011-06-01 Thread suchi
Hi All, I want to use the EAP-SIM/EAP-AKA authentication mode of WPA- Supplicant in Android device -Nexus s. I explored on net and found that for versions up to Android 2.3 build, there are patches available to include the smart card access functionality to the source code. Found the relevant

Re: [android-developers] Re: System.loadLibrary() failes in Android with UnsatisfiedLinkError

2011-06-01 Thread Vijay
Hi, Thanks for your reply. But can you please tell me how can I compile the third party opensource library using NDK. In my application am using an opensource library called Jpcap, which provide RAR and .so files. I' just need to call these APIs from my application. But in those APIs they are

[android-developers] Re: Creating a good reference point for Android

2011-06-01 Thread Raghav Sood
Hi all, In answer to Jim's question three if by orientation you mean the user should be able to rotate the image on its side (lanscape) or keep it standing (portrait) then iI suggest you could look at http://www.anddev.org/resize_and_rotate_image_-_example-t621.html This link also has the

[android-developers] Re: onRestart from Home button or from back button

2011-06-01 Thread Fina Perez
I'm using the MVC model, I mean I have activities, presenters and controllers. And activity can have difererent presenters, and can be started from different points of the flow. And the controller decides which presenter has the control, so if a presenter loses it, finishes the activity and go

Re: [android-developers] Is it possible to lock screen without turning off display

2011-06-01 Thread Raghav Sood
I don't know if there is an exact SDK function or class that allows this but you could launch a transparent activity in full screen mode that diables all the button down and button up uvents. Your activity could have a slide bar to destroy it and your could adjust the screen to a lower level of

[android-developers] Re: Is it possible to lock screen without turning off display

2011-06-01 Thread yccheok
But how can we disable HOME button? On Jun 1, 4:03 pm, Raghav Sood raghavs...@gmail.com wrote: I don't know if there is an exact SDK function or class that allows this but you could launch a transparent activity in full screen mode that diables all the button down and button up uvents. Your

[android-developers] Re: Dialog inflation bug in SDK r11 (3.1)?

2011-06-01 Thread String
After spending more time on it than I'd like, I have solved this issue, and wanted to post the outcome back here. Turns out it's not an SDK problem, but it is an issue with the documentation I linked to earlier, http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog. The last

Re: [android-developers] Re: NFC Secure Element

2011-06-01 Thread JMC114
Are you guys sure it's a MIFARE 4k card it's emulating? When I put the device in emulation mode and read its ATR, I'm getting: 3B 8F 80 01 80 4F 0C A0 00 00 03 06 03 00 00 00 00 00 00 6B While I'm actually expecting: 3B 8F 80 01 80 4F 0C A0 00 00 03 06 03 00 02 00 00 00 00 69 Similar - but

Re : Re: [android-developers] Re : Re: Application installation

2011-06-01 Thread Jérôme Beau
Hi Maha, I tried your suggestion in case of, and this produces exactly the same error. Actually this doesn't surprise me, as I understand the message meaning I did not found any activity listening to the PACKAGE_INSTALL intent, so it does not even try to use the file parameter (only such an

[android-developers] Re : Re: PackageManager.installPackage().

2011-06-01 Thread Jérôme Beau
Hi Teo, Did you upgraded your code to Android above 1.5 / API level 3 (such as 2.3.3 / API level 10) ? Since then PackageManager.installPackage() has disappeared, as seems to have been replaced by something like: Intent myIntent = new Intent(Intent.ACTION_PACKAGE_INSTALL, Uri.parse(

[android-developers] Re : Re: Application installation

2011-06-01 Thread Jérôme Beau
May I add that I am aware of the VIEW action alternative, but that this is *not* what I want to do. I want to install an application dynamically and without user interaction, and I have platform privileges to do so (but without being a system app though). -- You received this message because

[android-developers] Re: NFC Secure Element

2011-06-01 Thread Martin
Hi JMC, I can not check this at the moment, because I do not have the device at the moment. After some changes in the the android cpp sources, I got additional information about the Secure Element, when I open a secure element connection via reflection. So there I can see that it has the Mifare

Re: [android-developers] Market sales stuck again

2011-06-01 Thread String
Problem with Checkout support is that they pigeonhole you with their web form and then just send a canned response. Have you found a pigeonhole which lets you ask a real question? String -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] center buttons

2011-06-01 Thread Knutsford Software
I have this layout ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent TextView

[android-developers] Re: Market sales stuck again

2011-06-01 Thread webmonkey
They are aware of it, see http://www.google.com/support/androidmarket/developer/bin/static.py?page=known_issues.cs There is also a Report button there to indicate that you are affected by this. On May 31, 9:34 pm, Simon Platten simonaplat...@googlemail.com wrote: This is happening to

Re: [android-developers] center buttons

2011-06-01 Thread Shashidhar
see the text in red color below. On Wed, Jun 1, 2011 at 3:20 PM, Knutsford Software i...@knutsford-software.co.uk wrote: I have this layout ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical

Re: [android-developers] center buttons

2011-06-01 Thread Knutsford Software
- Original Message - From: Shashidhar To: android-developers@googlegroups.com Sent: Wednesday, June 01, 2011 12:14 PM Subject: Re: [android-developers] center buttons see the text in red color below. On Wed, Jun 1, 2011 at 3:20 PM, Knutsford Software

Re: [android-developers] Re: How do you deal with skins clashing with your UI?

2011-06-01 Thread Mark Murphy
On Tue, May 31, 2011 at 11:31 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Nobody has any experience with this?  I would think it would be a fairly common problem for anybody who has to deal with custom Views. It'd be a problem for anyone trying to make a TextView look like a Spinner and trying

Re: [android-developers] change the image of the individual row

2011-06-01 Thread Shashidhar
On Tue, May 31, 2011 at 5:46 PM, Amritesh amriteshmad...@gmail.com wrote: I am developing an application which will contain the lists of songs every row has play image .On click of this image it should change to a green one (like on and off), but if there is another image in different row is

Re: [android-developers] Generating .jar from Android service project

2011-06-01 Thread Shashidhar
Every service that you use in your application should have an entry in the androidmanifest file. Your service is no exception... On Tue, May 31, 2011 at 6:57 PM, DanielSchH dan...@schmitz-huebsch.netwrote: Hello, I have a Android Project which implements a android-service. Now I want to

[android-developers] How to invalid single view in Android Canvas Drawing?

2011-06-01 Thread shubham patni
Hello to all, I am drawing multi images over Android canvas, so after an limit I got OutOfMemory Exception, this is I know because of limited allocation of memory for application. When I try to invalid single view, so at place to invalid single view it invalidate all existing view over canvas.

[android-developers] Re: How do you deal with skins clashing with your UI?

2011-06-01 Thread authorwjf
If you want to use the spinner theme and insure its integrity why not package that theme with your application? Just move a copy to your / res folder, rename it, and reference your local version. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] camera activity problem in different android devices

2011-06-01 Thread Siva Kannabiran
in my app i am using the camera activity to capture an image and i want to upload the image to a server by getting it's path. I have created an External Storage Directory of my own and i am storing the images in that folder. The problem is when i run my app in a Motorola device the image gets

[android-developers] Re: How do you deal with skins clashing with your UI?

2011-06-01 Thread String
Because then it won't fit with the rest of the themed components on that device, presumably. -- 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 get the captured images name and location in android device

2011-06-01 Thread Siva Kannabiran
in my app i am capturing an image and when i am seeing the preview of the image, in every android device it may give default options such as done and retake or done, retake, cancel. When i click the done button i want the captured image to be uploaded. I have written the uploaded part in my

Re: [android-developers] Re: How do you deal with skins clashing with your UI?

2011-06-01 Thread Kostya Vasilyev
Zsolt - Couldn't you use an AutoCompleteTextView instead? Or a button of some sort (possibly an ImageView) next to an edit control? -- Kostya 2011/6/1 String sterling.ud...@googlemail.com Because then it won't fit with the rest of the themed components on that device, presumably. -- You

[android-developers] Re: Sharing Shared preference

2011-06-01 Thread nirm
Thank u On May 31, 8:27 pm, Dianne Hackborn hack...@android.com wrote: Yes use the Context to open the shared preferences. On Tue, May 31, 2011 at 9:21 AM, nirm nirmi...@gmail.com wrote: Hello all I want to share data between my application and library. Can i share or read from

Re: [android-developers] Re: onRestart from Home button or from back button

2011-06-01 Thread TreKing
On Wed, Jun 1, 2011 at 3:01 AM, Fina Perez fina.pere...@gmail.com wrote: I'm using the MVC model, I mean I have activities, presenters and controllers. And activity can have difererent presenters, and can be started from different points of the flow. And the controller decides which presenter

Re: [android-developers] Market sales stuck again

2011-06-01 Thread TreKing
On Wed, Jun 1, 2011 at 4:48 AM, String sterling.ud...@googlemail.comwrote: Problem with Checkout support is that they pigeonhole you with their web form and then just send a canned response. Have you found a pigeonhole which lets you ask a real question? Nope - never had to contact Google

[android-developers] eject on mac

2011-06-01 Thread bob
What is the proper way to 'eject' an Android phone from your Mac? -- 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: onRestart from Home button or from back button

2011-06-01 Thread Streets Of Boston
Maybe this would work, assuming all your activities run in the same process: Implement every onStart and onStop of your activities like this: In onStart(), increment a static (global) counter: e.g. visibleCount++; In onStop(), decrement that static counter: e.g. visibleCount--; In onStop, start

[android-developers] C2DM + delivery guarantee

2011-06-01 Thread noob_boy
Hi, Since C2DM doesnt guarantee message delivery, is there a way to implement the guaranteed delivery using C2DM? Are you guys using C2DM or something else? How are you handling lost messages? Thanks, -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Dialog inflation bug in SDK r11 (3.1)?

2011-06-01 Thread TreKing
On Wed, Jun 1, 2011 at 3:30 AM, String sterling.ud...@googlemail.comwrote: Toward this end, I'd like to see the relevant example in the documentation changed. Can anyone remind me of where to suggest doc updates? I think they get filed as bugs. I could be wrong though.

Re: [android-developers] Re: Is it possible to lock screen without turning off display

2011-06-01 Thread TreKing
On Wed, Jun 1, 2011 at 3:24 AM, yccheok yancheng.ch...@gmail.com wrote: But how can we disable HOME button? You can't - not with the SDK anyway. - TreKing

[android-developers] Poject using other Library Projects problems

2011-06-01 Thread selmixxx
hi, i had working application but for some reasons (not my decision) it had to be splitted into several library projects + application which uses them (it will be simpler to manage and some parts can be used in other projects so it makes sense) but there are 2 problems 1) according to

[android-developers] Re: Poject using other Library Projects problems

2011-06-01 Thread String
On Wednesday, June 1, 2011 3:24:31 PM UTC+1, selmixxx wrote: 1) according to http://developer.android.com/guide/developing/projects/projects-eclipse.htm Library projects should be able to contain resources. It also works with native libraries. but it seems to not work with Assets, these

[android-developers] how to use android ndk to decode mp3 to pcm?

2011-06-01 Thread Hitendrasinh Gohil
Hi, can anybody give me some way to decode mp3 to pcm using android ndk? Currently i m playing encrypted file using mediaplayer class,it works fine on devices with JIT but takes too much time to play song in low- config device(like ZTE Blade). So i am thinking that if i go for AudioTrack and

Re: [android-developers] Re: Creating a good reference point for Android

2011-06-01 Thread Kristopher Micinski
I just honestly don't see what the android developers site is currently lacking. If you want this to work, you should be very open about having *disjoint* material from the developers site. But I don't really feel like the current sustem is creating a problem... On Jun 1, 2011 3:51 AM, Raghav

Re: [android-developers] Re: Creating a good reference point for Android

2011-06-01 Thread Raghav Sood
Hi, The current developer site documents the SDK very well but thats about it. There is no device list, specifications of each device, rooting devices, pages for each app and there is no good documentation on features which the developer relies on to distribute the app i.e. The Android Market.

Re: [android-developers] Creating a good reference point for Android

2011-06-01 Thread Rocky
hi Raghav, Nice think, i'm with you. On Tue, May 31, 2011 at 11:34 PM, Raghav Sood raghavs...@gmail.com wrote: Hi all, I have noticed how often there are questions regarding problems with the market, in-app billing, documentation etc. It seems that the Android references are spread very

Re: [android-developers] Creating a good reference point for Android

2011-06-01 Thread Raghav Sood
Thank you, You can go to http://wiki.androidappcheck.com and starting creating pages. Sign up is optional but I would prefer it if you did. I have made 7 pages. There are 9 in the list but 2 of them redirect. Please add anything you can. If its related to android it is welcome on the wiki.

Re: [android-developers] Re: Is it possible to lock screen without turning off display

2011-06-01 Thread Raghav Sood
You can't disable it but you listen for it using android.intent.category.HOME and dipslay an alternative homescreen. This will only work if your app has been selected as the default by the user. On Wed, Jun 1, 2011 at 7:52 PM, TreKing treking...@gmail.com wrote: On Wed, Jun 1, 2011 at 3:24 AM,

[android-developers] browsing files on an emulator

2011-06-01 Thread dashman
is there a way to browse the files on an emulator. -- 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] Creating a good reference point for Android

2011-06-01 Thread String
Rather than starting over, why not contribute to http://androidwiki.com, or one of the knowledgebases set up by the numerous 'droid blogs already out there? String -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] browsing files on an emulator

2011-06-01 Thread Mark Murphy
On Wed, Jun 1, 2011 at 11:54 AM, dashman erjdri...@gmail.com wrote: is there a way to browse the files on an emulator. Use DDMS's File Manager. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy

[android-developers] Re: JSON OR SOAP ?

2011-06-01 Thread DanH
Frankly, any sort of RPC scheme (which SOAP is to an extent) is suspect -- it seems nice for very simple scenarios but very quickly it gets messier than using a more message vs call paradigm. (And as anyone with any sense knows, SOAP really means Symbolic Optimizing Assembler Program and any

[android-developers] Re: Force hdpi drawables on mdpi-xlarge devices

2011-06-01 Thread nadam
Strange, I thought I wrote a reply here some days ago. One more try... Thanks Dianne, it's good to know that drawable-nodpi is an option for this. I promise to think twice before using it. I think it's all a matter of taste. Some people actually prefer larger images on larger devices. A good

[android-developers] Starting up gallery activity

2011-06-01 Thread dashman
Is there any way I can start up the Gallery activity and have it return a user chosen image file path. -- 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] Creating a good reference point for Android

2011-06-01 Thread Raghav Sood
Because androidwiki.com is just a compilation of links. The knowledge bases are mostly focusing on only one part opf Android, like development or building. What I indend to do is to make a complete encyclopedia of android related subjects with a detailed article on each and every thing, be it an

[android-developers] Re: Moving from free app to a paid model

2011-06-01 Thread Doug
On May 31, 12:59 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: Hm, I'm definitely getting different UIDs for apps signed with the same key: Sorry, I read things wrong. What's more interesting is that if the package trying to read preferences from another package and they don't have the

Re: [android-developers] Creating a good reference point for Android

2011-06-01 Thread Kristopher Micinski
I agree, It seems like a really good idea to start a new wiki or blog at first. But then I'm afraid the vast majority of the open source blogs end up lackluster, or contain a few golden pieces of valid information, leaving a bunch of filler material. Android is perhaps the hugest mobile

[android-developers] Immediate need of .Net developer in Maimi FL

2011-06-01 Thread Emraaz khan
Hello, Hope you are doing well. I am a technical recruiter with Panzer Solutions LLC Software Implementing and IT consulting company located in CT. Please go through the Job Description and send me your updated resume with contact information. *Please reply me @ emr...@panzersolutions.com* Title

Re: [android-developers] Creating a good reference point for Android

2011-06-01 Thread Raghav Sood
I know my aim seems lofty and a tad bit out of reach but if I can pull this off then it will solve a lot of newbie problems and be an extremely comprehensive resource about android. I know it seems impossible because of the vast area that android related subjects span. The reason I do not want to

[android-developers] Cursor runtime exception on Honeycomb ...and I'm not using any!

2011-06-01 Thread Stacy Young
This one has thrown me for a loop. I have an activity that dynamically renders forms based on a json structure. Works fine on everything prior to Honeycomb. There are no cursors and/or database access of any kind within this activity. However, any time the activity in question is resumed (altho

RE: [android-developers] Immediate need of .Net developer in Maimi FL

2011-06-01 Thread Tommy
This isn't a job posting forum. Get out of here with this crap. Am I the only one who hates when people do this? From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Emraaz khan Sent: Wednesday, June 01, 2011 12:47 PM To:

Re: [android-developers] Immediate need of .Net developer in Maimi FL

2011-06-01 Thread Miguel Morales
Nope, this is fairly annoying as well. In fact, recruiters in general are pretty useless and annoying. On Wed, Jun 1, 2011 at 10:05 AM, Tommy droi...@gmail.com wrote: This isn’t a job posting forum… Get out of here with this crap… Am I the only one who hates when people do this? *From:*

Re: [android-developers] Immediate need of .Net developer in Maimi FL

2011-06-01 Thread Raghav Sood
This is I think the third posting by this guy. Does this list have a mod? On Wed, Jun 1, 2011 at 10:35 PM, Tommy droi...@gmail.com wrote: This isn’t a job posting forum… Get out of here with this crap… Am I the only one who hates when people do this? *From:*

Re: [android-developers] Cursor runtime exception on Honeycomb ...and I'm not using any!

2011-06-01 Thread Mark Murphy
Well, something has a managed cursor in that activity, one that is closed. Are you integrating any third party code where you pass the Activity as a parameter, where it might be creating the managed cursor for you? On Wed, Jun 1, 2011 at 1:02 PM, Stacy Young styoung.li...@gmail.com wrote: This

[android-developers] Keyguard?!

2011-06-01 Thread Pedro Duque
I want to implement a custom lock screen for Android with a unlock password. Do you know how can I register a class to do it? Should it be done through keyguard? I have been searching for it but no luck until now. Thanks. PMD -- You received this message because you are subscribed to the

[android-developers] Re: JSON OR SOAP ?

2011-06-01 Thread Streets Of Boston
I entirely agree with DanH. SOAP for mobile devices is not the best choice and does get messy quickly indeed. -- 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] Keyguard?!

2011-06-01 Thread Mark Murphy
On Wed, Jun 1, 2011 at 1:18 PM, Pedro Duque pmdu...@gmail.com wrote: I want to implement a custom lock screen for Android with a unlock password. Do you know how can I register a class to do it? You cannot replace the standard keyguard. Should it be done through keyguard? No. -- Mark

Re: [android-developers] Immediate need of .Net developer in Maimi FL

2011-06-01 Thread TreKing
On Wed, Jun 1, 2011 at 12:10 PM, Raghav Sood raghavs...@gmail.com wrote: This is I think the third posting by this guy. It's the 16th (I just filtered him out in gmail) Does this list have a mod? Apparently not - I tried a few days ago and the spam continues.

[android-developers] Poor Documentation for Android TestSuite

2011-06-01 Thread Naren
While the Android JUnit Test case documentation gives very limited info about the capabilities/limitations of Android JUnit, the documentation for Android TestSuite is much worse. I could see utmost careless descriptions in the developer website. Example: The description for createTest() is as

[android-developers] Custom Fonts

2011-06-01 Thread Samuh
We are using four different custom fonts across our app. These files are bundled in Assets and are opened in onCreate of every Activity. While studying the logs of our app we keep observing the following log from Skia decoder. 01-01 19:19:51.585: DEBUG/skia(1510): purging 197K from font cache

Re: [android-developers] Poor Documentation for Android TestSuite

2011-06-01 Thread Mark Murphy
On Wed, Jun 1, 2011 at 2:01 PM, Naren nare...@gmail.com wrote: While the Android JUnit Test case documentation gives very limited info about the capabilities/limitations of Android JUnit, the documentation for Android TestSuite is much worse. This is not Android TestSuite. It is

[android-developers] Need help in ListActivity inside TabActivity

2011-06-01 Thread Raza Rahil Hussain
I'm trying to embed listactivity inside Tab. but when i run the application. It stop working and force me to close the app. Take a look to program in below link. http://dl.dropbox.com/u/16910648/RazzilCity.zip -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Calling Javascript Method From asp.net page

2011-06-01 Thread ar roman
I have a webview showing asp.net page. I cant set value asp.net label or any control from andriod side by Javascript calling but if the page is in html then i can set value to any html control. Does anybody know why this problem occurred Here is my code: StringBuilder buf=new

[android-developers] Re: XLIFF for changing text value in TextView

2011-06-01 Thread Green Bell
change value of textview in code just like above: TextView textView = new TextView(this); textView.setText(change vaoue); On 5月31日, 上午11時11分, JR jayarr.patri...@gmail.com wrote: Hello everyone, I am trying to change the text value in TextView using the src file (.java). By

[android-developers] Re: Install APK programmatically - return value

2011-06-01 Thread The Jaguar
Yeah, I don't know if different values will be returned, but I was hoping that it would. I will use PackageManager to find out if the app was installed... On May 30, 5:06 pm, Doug beafd...@gmail.com wrote: On May 27, 1:53 pm, The Jaguar thejag...@gmail.com wrote: The problem I am facing is

[android-developers] Smartphone Eclipse Novus - Android 2.2

2011-06-01 Thread Migazan
Hello, does anyone know the smartphone Eclipse Novus? It is compatible with AVD Android Emulator? He has a driver for the emulator? -- 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] RTSP audio streaming is not working

2011-06-01 Thread kittu
Hi, I have a requirement, playing song previews on mobile phones over rtsp. For this I'm using Darwin streaming server and AAC/3GP, AMR-NB/ 3GP file formats. It is working fine in Symbian but when we test in 'GALAXY S'(Android) it is throwing error 'Sorry, this video cannot played'. Actually

Re: [android-developers] Re: Android Developer's Chat

2011-06-01 Thread Kevin Chadwick
On Mon, 30 May 2011 16:13:11 +0400 Kostya Vasilyev wrote: I rememeber reading that this list is moderated for new users and it takes a few days to be able to post (if that's the case, it's a good question why there is stil spam here). Also Groups doesn't relay the posted message back, which

[android-developers] Google TV

2011-06-01 Thread Enrico De Majorca
Is it possible to add a comment/icon on the video currently playing on google tv? -- 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

[android-developers] Camera activity problem differs for each android devices

2011-06-01 Thread Sivasankar K
in my app i am using the camera activity to capture an image and i want to upload the image to a server by getting it's path. I have created an External Storage Directory of my own an d i am storing the images in that folder. The problem is when i run my app in a Motorola device the image gets

[android-developers] Google TV

2011-06-01 Thread Enrico De Majorca
Is it possible to add a comment/icon on the video currently playing on google tv? -- 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

[android-developers] android

2011-06-01 Thread RJN
i am just new to de world of android.. need suggestions to how to start well.!! -- 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

[android-developers] Re: Fwd: Many apps disappeared in Android Market this morning

2011-06-01 Thread Felix Yuen
I have the same issue, I am living in Macau. On May 18, 3:52 pm, john huang john.h...@gmail.com wrote: It must be a bug of Android Market recently update. I compared my apps that still remain in market to the apps disappeared (in fact, only disappeared for some countries, such as China). I

[android-developers] Typos on source.android.com/source/initializing.html

2011-06-01 Thread Kiet
I got a couple of errors on the Initializing a Build Environment chapter, http://source.android.com/source/initializing.html. Can somebody please correct them? 1. Inside Installing the JDK, the below command will failed. I am guessing 'deb-src' should have been 'deb' $ sudo add-apt-repository

[android-developers] Frames Per Second FPS

2011-06-01 Thread EdwardComb
Hi guys! Anyone can point me out how to show FPS on the Logcat.? I was stuck at this for a very long time. 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] Setting Time,Can i get any logs about it?

2011-06-01 Thread Tommy
Hi all: On Android,if i setting the phone time,can i get any logs about it?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,

[android-developers] Gyroscope use in getRotationMatrix etc

2011-06-01 Thread iranai
Hello, I was just wondering if in the latest devices that have a Gyroscope, do the getXXX functions actually use the Gyroscope? getRotationMatrix, getQuaternionFromVector etc.. Do they tak the Gyro into account to stabilize the output? If not how can somebody actually use the Gyro for

[android-developers] change system partition

2011-06-01 Thread Yishai
Hi, I want to build the android emulator but add some files with specific permissions to its system partition. Where should I change in makefiles ? Is there some script that can be added and its commands will be done via building the system partition ? Any help will be appreciated. Thanks,

[android-developers] Re: ADK Errors in Eclipse

2011-06-01 Thread Almost Scientific
Hi, I am having the same problem ... did you ever figure out what the issue was? On May 19, 9:33 pm, yc yoso...@gmail.com wrote: I've managed to make myADKboard blink - I'm on the step where I am trying to install the app on my Android, but when I got the v10 and v12 API and created a new

[android-developers] Re: Market link without related apps garbage

2011-06-01 Thread CelluDrive
You are right about one thing given how poorly most things related to the Android Market are implemented!!! I am thinking about creating my own page that would look like android Market and share that, instead of original link. On May 30, 12:52 am, Zsolt Vasvari zvasv...@gmail.com wrote: While I

[android-developers] Dynamic Widget number according to database

2011-06-01 Thread Georges Palauqui
Hi all, I have a very simple question : I have an android app witch have an activity displaying a list of item from a category stored in the database. In this database there is many different categories, so my activity filter the selected category to show only item from this one in particular.

[android-developers] Media Player Issues

2011-06-01 Thread nick
I'm using a stream proxy (similar to the NPR method) to stream music to my device. When using this method certain songs will download approximately 64k worth of data, then the socket will report a 'Connection reset by peer' error. I believe the socket is being killed on the media player side for

[android-developers] Smartphone Eclipse Novus - Android 2.2

2011-06-01 Thread Migazan
Hello, does anyone know the smartphone Eclipse Novus? -- 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] NFC P2P pattern: Receive first, via NPP, and respond after also via NPP

2011-06-01 Thread André Cruz
Hello. I've successfully established a LLCP connection between a SCL3711 desktop reader (using nfcpy) and a Nexus S. I've also implemented NPP client and server support so I can send NDEF messages from the desktop and receive them on the Android, and vice-versa. But I am struggling with the

[android-developers] Loading a url image in a live wallpaper throwing an error.

2011-06-01 Thread worked
Im loading an bitmap image inside a live wallpaper activity. It will display in the settings screen but after clicking Set Wall Paper it throws an error. Is this because the run() method runs again when the surface changes, essentially running drawBitmap() again? -- You received this message

[android-developers] Regarding asynchronous communication in Android.

2011-06-01 Thread cherry e
Hi I am new to Android. I want to know how would we achieve asynchronous communication in android. for efficient programming -- 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: AVD emulator: changing orientation?

2011-06-01 Thread Akash Gupta
press ctrl + F12 On Mon, May 30, 2011 at 10:02 PM, Yan yinor...@gmail.com wrote: Ctrl F11 On May 26, 2:41 pm, RobertB robert.c.bar...@gmail.com wrote: Is there any way to change the orientation of a running AVD emulator from landscape to portrait and back again? My emulator starts out in

[android-developers] Re: JSON OR SOAP ?

2011-06-01 Thread Migazan
I'm Sorry Marcin Orlowski, I meant JSON and XML and not JSON and SOAP On 30 maio, 05:56, Marcin Orlowski webnet.andr...@gmail.com wrote: On 30 May 2011 05:15, Migazan eni...@gmail.com wrote: What better way to consume web services on android JSON or SOAP? As other said it's not the same

[android-developers] ADK DemoKit Errors

2011-06-01 Thread Almost Scientific
Hello Everyone -- I'm new to android and eclipse. I recently got my hands on one of the Android ADK boards and demo shield. I've followed all the instructions (I think) on the developers site on installing the SDK and such. But, I've got a problem. When I open the DemoKit app in Eclipse I get

[android-developers] Re: Send SMS

2011-06-01 Thread blacksheep
Maybe you will like this one: http://www.appbrain.com/app/cmdlinesms-le/net.lulli.android.cmdlinesms Regards, Paolo Lulli On May 30, 1:23 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, May 29, 2011 at 1:23 AM, Muhammad Umair umai...@gmail.com wrote: Hi guys, I am new to this

[android-developers] Over writing Gestures

2011-06-01 Thread Vivalavista
Hi I have created an application where I am storing the gestures in SD cardThe code is almost similar to Add Gesture API provided by Google. Now The problem is every time I save a gestures it overwrites all the previous gestures that are there in the SD Card. Help me out in this problem.

[android-developers] How to verify camera view in Robotium

2011-06-01 Thread Bharathiraja R
Hi All, I am testing Android 2.2 phone. It has 2 camera, back and front view. wanted to know how to check camera view in robotium. please help me out Regards, Bharathiraja R -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Web application on android

2011-06-01 Thread gaara
Hi everyone, I wanna start a web application on android, i still have problems with screen resolution, if someone have experience with that could tell me what should i avoid? as web servers what should i choose? Peace Gaara -- You received this message because you are subscribed to the Google

  1   2   3   >