[android-developers] Re: regarding call handling and screen off

2011-09-21 Thread Zsolt Vasvari
Sure, here's a link for you: http://goo.gl/9jY1G On Sep 22, 1:44 pm, nageswara rao rajana wrote: > Please can you provide me sample code or related links for wakelock. > > On Thu, Sep 22, 2011 at 11:03 AM, Pratik Prajapati < > > > > pratik.prajap...@gmail.com> wrote: > > use wakelock > > > On We

Re: [android-developers] Re: Google Development phones

2011-09-21 Thread Christopher Van Kirk
Sure would be nice if Google published some device capability metrics, wouldn't it? On 9/22/2011 1:36 PM, B.Arunkumar wrote: Hi, I am interested in this discussion. I would like to know whether there is any Unlocked Android mobile with 1GHz Processor and GPU with Android Froyo/Gingerbread

[android-developers] Problem with GT-I9000

2011-09-21 Thread Fadil Kamal
How to faster my GT-I9000? It always lag Please help me -- 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-developer

[android-developers] problem with Mediaplayer onBufferingUpdateListener and onPreparedListener.

2011-09-21 Thread Boram Han
I am using MediaPlayer to play music through url. (streaming) It is playing fine most of deivces. But for some devices it works strangely. Here is log. -- 09-22 14:4

Re: [android-developers] Getting null value while retrieving _id value from database

2011-09-21 Thread Krishna Prasad
im using "_id" as auto increment .SO is that a problem? On Thu, Sep 22, 2011 at 1:49 AM, Krishna Prasad < krishnaprasadrs.1...@gmail.com> wrote: > Hi all, > > Iam getting null value from colum_id while im trying to save it in a > variable.But the thing is,im getting other column's value correct

[android-developers] regarding camera issue

2011-09-21 Thread nageswara rao rajana
Hi, I developed an application in android 2.1 api, in which i implemented camera service it is working fine in samsung pop, but camera activity is not working in HTC. Please any one tell what might be the issue. Thanking you, nagu. -- You received this message because

[android-developers] Getting null value while retrieving _id value from database

2011-09-21 Thread Krishna Prasad
Hi all, Iam getting null value from colum_id while im trying to save it in a variable.But the thing is,im getting other column's value correctly. here is the sample database code public Cursor getWebFields(String FormId) { SQLiteDatabase db = this.getReadableDatabase();

Re: [android-developers] regarding call handling and screen off

2011-09-21 Thread nageswara rao rajana
Please can you provide me sample code or related links for wakelock. On Thu, Sep 22, 2011 at 11:03 AM, Pratik Prajapati < pratik.prajap...@gmail.com> wrote: > use wakelock > > On Wed, Sep 21, 2011 at 10:17 PM, nageswara rao rajana < > nagu.raj...@gmail.com> wrote: > >> Hi, >> >>I develope

[android-developers] Re: Google Development phones

2011-09-21 Thread B.Arunkumar
Hi, I am interested in this discussion. I would like to know whether there is any Unlocked Android mobile with 1GHz Processor and GPU with Android Froyo/Gingerbread OS priced around $150-200? Actually, we have have developed an application to use FFMPEG and render video frames. Currently, w

Re: [android-developers] regarding call handling and screen off

2011-09-21 Thread Pratik Prajapati
use wakelock On Wed, Sep 21, 2011 at 10:17 PM, nageswara rao rajana < nagu.raj...@gmail.com> wrote: > Hi, > >I developed an application and android 2.1 api level, its working > fine.But my request is when running application how to >handle calls and also screen should not off. So

[android-developers] Unable to instantiate application

2011-09-21 Thread Andrew
I got an exception from Android Market recently for many times. I tested my application on several devices, and cannot reproduce this exception. I have no idea about that. Need help! ---

[android-developers] regarding call handling and screen off

2011-09-21 Thread nageswara rao rajana
Hi, I developed an application and android 2.1 api level, its working fine.But my request is when running application how to handle calls and also screen should not off. So please help me. Thanking you, nagu. -- You received this message because you are subscribed to

[android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-21 Thread Sourav Howlader
Hi NickL, What Streets said is correct. Check this C2DM documentation http://code.google.com/android/c2dm/ Regards, Sourav -- 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@googlegroup

Re: [android-developers] Re: Block the upgrade

2011-09-21 Thread Dianne Hackborn
Also if you are using the license check or anything that requires the app be modified to be pirated, the pirate will need to sign it with their own cert which will not match that of the real app so not be compatible as an update. On Wed, Sep 21, 2011 at 5:40 PM, TreKing wrote: > On Wed, Sep 21,

[android-developers] Re: Google Development phones

2011-09-21 Thread kypriakos
Good point - and I think the Nexus S is a bit overpriced. I had G1 phones for a while (both the development and the retail versions) running 1.6 but I have not been able to upgrade the retail ones to 2.1 or 2.2. I am assuming the only images I can find are the Cyanmodegen ones? A Verizon develope

Re: [android-developers] VerifyError

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 9:11 PM, bob wrote: > Can someone help me understand this error? What do you need to know, besides what you can find in two seconds from a Google search? - TreKing

[android-developers] VerifyError

2011-09-21 Thread bob
Can someone help me understand this error? java.lang.VerifyError: com.coolfone.sonicboom.MyRenderer at com.coolfone.sonicboom.hmm.onCreate(hmm.java:52) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java: 1123) at android.app.ActivityThread.performLaunc

[android-developers] Unlock Dell Mini 5

2011-09-21 Thread Tsolmon Narantsogt
Hello comrades. I've Dell Mini 5 . But it's locked. How to unlocking this phone . Can anyone help me ? - Thanks Tsolmon -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Google Wallet on rooted devices

2011-09-21 Thread mtk
Well.. Google as a payment service provider should be worried as there are payment industry standards (PCI DSS compliance is law in some states) that governs secure handling/storage of payment credentials/ credit card info. On Sep 20, 10:10 pm, Zsolt Vasvari wrote: > Why should Google prevent thi

[android-developers] Re: Activity Help

2011-09-21 Thread Derek Winstead
Thanks Richard, I have directly skipped the LiteratureManager.java and run the intent LiteratureEditor.java from an activity before that normally calls the manager file. The editor works just fine and doesn't crash. I will post a stack trace tomorrow when I'm at work and can run the program...

Re: [android-developers] Re: Block the upgrade

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 7:38 PM, Spiral123 wrote: > I suspect the OP is concerned that someone may obtain a pirated copy > of his app and then subsequently upgrade it from the Android market > without ever paying for it. > In that case, the Market does not allow downloading an upgrade to a paid

[android-developers] Re: Block the upgrade

2011-09-21 Thread Spiral123
I suspect the OP is concerned that someone may obtain a pirated copy of his app and then subsequently upgrade it from the Android market without ever paying for it. On Sep 21, 3:42 pm, Michael Banzon wrote: > On Wed, Sep 21, 2011 at 9:34 PM, Chris wrote: > > > On Wednesday, September 21, 2011 1:

Re: [android-developers] cannot input text into EditText widgets inside ListView

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 5:43 PM, John Goche wrote: > When I try to enter text on the 2.3.3 emulator it goes in for a short while > and > then the soft keyboard shifts my UI up and it gets cleared. Anyone know why > this is happening? > You may want to elaborate - I for one do not follow. Particul

[android-developers] Re: android.git.kernel.org is down

2011-09-21 Thread Chris
How is it under that rock you live under? It's been down for weeks and has been covered ad-nauseam. -- 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 fr

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread martypantsROK
what's wrong with your android phone? My can and does have Arabic. Mine can redial. Mine can do voice mail - although that's more a function of the carrier and not the phone. go wank on another message list. Oh and learn English On Sep 21, 4:02 am, wanyce ashoura wrote: > Yes i should say that

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Indicator Veritatis
I never understood the logic behind that decision: why isn't the 3.x code being open sourced just like the others? It leaves one doubting Google's word, when they say, "We wanted to make sure that there was no central point of failure... why we created Android, and made its source code open." For

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Indicator Veritatis
Does that mean that the unclean offspring of an unholy union between RIM and WebOS might be better? On Sep 21, 8:49 am, Lew Bloch wrote: > Android is the worst form of mobile OS except for all those other forms that > have been tried from time to time ... > -- Apologies to unknown source as cited

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Indicator Veritatis
Which is considered OK only when done with smart bombs and/or B-52s:( But at least Google can justly claim that Android kills babies only if you do not use as directed;) On Sep 20, 6:47 pm, Dianne Hackborn wrote: > Also, Android kills babies. > > On Tue, Sep 20, 2011 at 12:02 PM, wanyce ashoura

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Rogério de Souza Moraes
I agree that the Android for me is the best choice for a phone OS and you can download the code from 1.x until 2.x, but I think we will never the 3.x codes. With some lucky they will release the 4.x codes without much delay. 2011/9/21 Richard Schilling > Sorry you feel this way. > > There are l

[android-developers] Re: android.git.kernel.org is down

2011-09-21 Thread Richard Schilling
Dough! It's down for maintenance. -- 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...@googleg

[android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-21 Thread Streets Of Boston
Nope. The phone gets notified from C2DM if something happens.That's it. Then it's the task of your app to communicate (two-way if necessary) with your app's server. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: Activity Help

2011-09-21 Thread Richard Schilling
The spinner and the list on the first activity are "self contained" - that is their state won't directly affect the activity that you're calling. Sounds like the activity you start is trying to access some data/resource that is not there (e.g. your layout is missing a resource). Check the sta

Re: [android-developers] parcelable again: passing object BACK through activity stack

2011-09-21 Thread Richard Schilling
This is some good sound advice. If you don't want to use startActivityForResult and onActivityResult then you can store your data in some "source of truth" like the SQLite database, or even shared preferences if you just have a few data items. Richard -- You received this message because y

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Richard Schilling
Sorry you feel this way. There are lots of Android developers on this list, so I'm sure someone heard you. In fact, you can be one! You're welcome to download the code and make changes that you feel should be there. Richard -- You received this message because you are subscribed to the Go

[android-developers] Re: android.git.kernel.org is down

2011-09-21 Thread Richard Schilling
Correction - SERVER not found. -- 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...@googlegroup

[android-developers] android.git.kernel.org is down

2011-09-21 Thread Richard Schilling
Apologies if this is a duplicate. But, http://android.git.kernel.org is not responding. Page not found. Anyone else see this? Thanks. Richard -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] cannot input text into EditText widgets inside ListView

2011-09-21 Thread John Goche
Hello, I am having a dynamic list with text views. My list_item.xml file looks like this. When I try to enter text on the 2.3.3 emulator it goes in for a short while and then the soft keyboard shifts my UI up and it gets cleared. Anyone know why this is happening? Thanks, John Goche http://sch

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Peter Sinnott
On Sep 21, 10:41 pm, TreKing wrote: > On Wed, Sep 21, 2011 at 2:45 PM, Peter Sinnott wrote: > > On Sep 21, 2:47 am, Dianne Hackborn wrote: > > > Also, Android kills babies. > > Doesn't work for me. I guess it is another US only feature. > > > > You just have to throw harder. > If I wanted to

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 2:45 PM, Peter Sinnott wrote: > On Sep 21, 2:47 am, Dianne Hackborn wrote: > > Also, Android kills babies. Doesn't work for me. I guess it is another US only feature. > You just have to throw harder. ---

[android-developers] C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-21 Thread NickL
The C2DM supports both directions? ie, does Google expect the notified app to contact the initiating server directly? or is there an api to let the phone send data to the target server via the Google C2DM server? if so, it would save some of the authorization/ authentication load from my server b

[android-developers] Re: Block the upgrade

2011-09-21 Thread Streets Of Boston
No. If you would use different package names, even if you would use two differently signed certificates, both of which would in some form or fashion prohibit a direct upgrade, the user can still uninstall one and then install again from the Android Market. -- You received this message because

[android-developers] Re: Activity Help

2011-09-21 Thread Derek Winstead
It starts in the LiteratureManager.java and the intent goes to LiteratureEditor.java -- 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, s

[android-developers] Activity Help

2011-09-21 Thread Derek Winstead
Hello all, I have an issue where my activity has a spinner up top to change the listview below it with data from the sqlite database. Using this activity everything works fine. However, when I click on one of the list items it runs the next activity intent and after this new activity finishes l

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Jim Graham
On Wed, Sep 21, 2011 at 12:43:20PM -0700, niko20 wrote: > Ok I don't normally swear but J CH you nitwit. It's a mobile > OS, it can't be everything to everybody. If you tried to do that it > would not fit on a phone. Just to be clear on this: your response is directed at the original post

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Peter Sinnott
Doesn't work for me. I guess it is another US only feature. On Sep 21, 2:47 am, Dianne Hackborn wrote: > Also, Android kills babies. > > On Tue, Sep 20, 2011 at 12:02 PM, wanyce ashoura wrote: > > > > > Yes i should say that > > Why because of more then one reason > > 1- not support Arabic langua

Re: [android-developers] Curved Gallery view

2011-09-21 Thread Speedy Lope
Hi, have you tried the latest invention called "google.com" ? ;) http://stackoverflow.com/questions/3732739/possibility-of-a-curved-gallery Of course you need to extend existing Gallery (if you want it to behave like a gallery). On Wed, Sep 21, 2011 at 5:34 PM, Abhi wrote: > Hi all, > > I wou

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread niko20
Ok I don't normally swear but J CH you nitwit. It's a mobile OS, it can't be everything to everybody. If you tried to do that it would not fit on a phone. -niko On Sep 21, 11:09 am, Jim Graham wrote: > On Wed, Sep 21, 2011 at 08:49:31AM -0700, Lew Bloch wrote: > > Android is the worst fo

Re: [android-developers] Block the upgrade

2011-09-21 Thread Michael Banzon
On Wed, Sep 21, 2011 at 9:34 PM, Chris wrote: > > > On Wednesday, September 21, 2011 1:07:33 PM UTC-4, TreKing wrote: >> >> On Wed, Sep 21, 2011 at 7:47 AM, Perry168 wrote: >>> >>> How can I block the user to upgrade the Apps if who isn't downloaded from >>> google market? >> >> Your question mak

Re: [android-developers] Block the upgrade

2011-09-21 Thread Chris
On Wednesday, September 21, 2011 1:07:33 PM UTC-4, TreKing wrote: > > On Wed, Sep 21, 2011 at 7:47 AM, Perry168 wrote: > >> How can I block the user to upgrade the Apps if who isn't downloaded from >> google market? >> > > Your question makes no sense. > > I'll do my best to translate: "How ca

Re: [android-developers] App appears to be missing for a number of devices on Android Market

2011-09-21 Thread dan raaka
I have seen similar issues mainly due to the market app trying to infer android.hardware.screen.portrait even though you may not have declared it in your manifest. workaround : add this to your manifest -Dan On Sun, Sep 18, 2011 at 9:48 AM, cpick wrote: > Our app seems to be disappearing fro

[android-developers] Re: TabWidget font size

2011-09-21 Thread Streets Of Boston
You can either use the TabSpec.setIndicator(View view) method to put your own views in the TabWidget. Or you can override the theme to set the font-size: @style/Widget.TabWidget 20sp And then assign 'YourTh

[android-developers] TabWidget font size

2011-09-21 Thread bob
Is there an easy way to change the font size of a TabWidget? -- 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-deve

Re: [android-developers] Re: ListView: responding to item clicks via a listener

2011-09-21 Thread Streets Of Boston
Try not to do this. It will break the UI model that Android users expect on their phones. However, if you really need it: 1. Modify the data items that are handled by your ListView's adapter. Add an field that could tell how many times a list-item has been clicked (e.g. numberOfClicks). 2. Han

[android-developers] Does it possible to use multiple jni(.so) library in one SDK project?

2011-09-21 Thread Build account
Hello gurus. At first, I can build single 'jni' library in one SDK project with the directory name 'jni' and make file under eclipse. But, I'm looking for - how to build multiple jni in eclipse with the setting 'property > builder > add cmd line'. I expect that possible. Does it possible? - and

Re: [android-developers] parcelable again: passing object BACK through activity stack

2011-09-21 Thread Streets Of Boston
1. Try to avoid Serializable. It is very slow compared to Parcelable. 2. Take a look at startActivityForResult and onActivityResult. 3. If you reeeaaally need to update activity A about events from activity B, consider putting your own subclass of ResultReceiver in the Intent's 'extras'. Then act

[android-developers] Re: ViewFlipper class does not support SurfaceView like it should

2011-09-21 Thread MobileVisuals
I got this to work no without the ViewFlipper. I think that there should be information in the ViewFlipper class that it doesn't support SurfaceView. I lost many hours of work because of this. The reason I used the ViewFlipper class for SurfaceView was that other threads on this forum recommended

[android-developers] Re: How to add a ViewFlipper to the layout?

2011-09-21 Thread MobileVisuals
Thanks for the info. I have redesigned the app now and it worked. On Sep 20, 6:37 pm, Mark Murphy wrote: > Use startActivity(), with FLAG_ACTIVITY_REORDER_TO_FRONT, to bring an > existing activity back into the foreground (or create it if it does > not exist). > > On Tue, Sep 20, 2011 at 12:32 PM

[android-developers] smoothScrollBy don't work on top and bottom of the list

2011-09-21 Thread Israel Fonseca
Hi guys, I have the following situation, two buttons control programatically the scrolling of a ListView. Everthing works fine. The only problem is, when the list get scrolled to the bottom or the top it get's "stuck" and the buttons that control It can't move it anymore. The only fix, is to scrol

[android-developers] Flash and Air and the marketplace

2011-09-21 Thread Josh
Im curious if Flash android apps are getting accepted into the market place. Do they perform just as well as the apps designed in java? Just getting started not sure what direction to travel in. Josh -- You received this message because you are subscribed to the Google Groups "Android Develope

Re: [android-developers] Question about integrating Facebook/Twitter

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 11:49 AM, Kristopher Micinski < krismicin...@gmail.com> wrote: > Except to your own app's paid download page :o)... LOL - oh yeah - wouldn't want to get sued for stealing that incredibly original concept! --

Re: [android-developers] Curved Gallery view

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 10:34 AM, Abhi wrote: > Is there any other way to make a custom Gallery view from scratch? Again, > how to go about doing that? > Extend the existing one? Or make your own by extending ViewGroup? ---

[android-developers] When is onSurfaceCreated called??

2011-09-21 Thread ruchira
I am asking this question as I have been stuck with this issue for almost a month that the surface created function of my app is never called and I am stuck with it!!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

Re: [android-developers] Problems in application upgrade when changing louncher activity

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 10:00 AM, carlo wrote: > There is any chance to solve this? If this is on customized devices, you'd have to talk to those customizers. - TreKing

Re: [android-developers] Block the upgrade

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 7:47 AM, Perry168 wrote: > How can I block the user to upgrade the Apps if who isn't downloaded from > google market? > Your question makes no sense. - TreKing

Re: [android-developers] can we know the phone no of the device.

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 2:46 AM, krishna chaitanya < chaitanya.ju...@gmail.com> wrote: > its showing the number in the emulator, but when ran on the device > its giving null.. > http://developer.android.com/reference/android/telephony/TelephonyManager.html#getLine1Number() --

Re: [android-developers] Re: Google Development phones

2011-09-21 Thread Christopher Van Kirk
The "original" developer phone was the G1. Then came the Magic/G2. Then came the Nexus One. The current developer phone is the Nexus S, but it's an open question whether you really want to get one. The Nexus S is always closest to the bleeding edge of the phone operating system. The rest of t

Re: [android-developers] App closed but notification is visible

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 2:03 AM, b_t wrote: > Do you know how can it happen that my app is not running but > the notification is visible and how to solve this problem? > You didn't provide much information, but if you set the notification and never cancel it, well, it's not going away. This coul

Re: [android-developers] Question about integrating Facebook/Twitter

2011-09-21 Thread Kristopher Micinski
On Wed, Sep 21, 2011 at 12:46 PM, TreKing wrote: > On Tue, Sep 20, 2011 at 1:28 AM, Randy > wrote: >> >> 1)  Allow my application to provide a list of recent updates to a Facebook >> Group and follow Tweets in a similar fashion? > > Seems like this would depend on each service's API, which has no

Re: [android-developers] Question about integrating Facebook/Twitter

2011-09-21 Thread TreKing
On Tue, Sep 20, 2011 at 1:28 AM, Randy < roostertailproductionsandr...@gmail.com> wrote: > 1) Allow my application to provide a list of recent updates to a Facebook > Group and follow Tweets in a similar fashion? > Seems like this would depend on each service's API, which has nothing to do with

Re: [android-developers] parcelable again: passing object BACK through activity stack

2011-09-21 Thread TreKing
On Tue, Sep 20, 2011 at 5:38 PM, John Goche wrote: > I think I'm gonna go for serialization and write the serialized object to a > database in one row of text. > That's the quick and dirty way of doing things I guess. > > Also, I'm done with Parcelable since I need to pass data back and forth. > I

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 4:04 AM, NAVI NEW wrote: > i want to run this type interface with my app. what to do for this one Create that type of interface in your application. - TreKing

Re: [android-developers] Re: Publish and Debug

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 7:59 AM, Leonardo Martins Scaramel < leonardomasc...@gmail.com> wrote: > If I keep installing and unstalling my apk from market, it will change my > statistics. (like installs and active installs) won't it? Not in any meaningful way, assuming those stats worked - which th

Re: [android-developers] Re: Google Development phones

2011-09-21 Thread Kristopher Micinski
The original development phone was the nexus one, however the concept of an official "development phone" hasn't been around for a long time, and people just generally use their own devices for development these days. As long as you buy a nice device (for what you want to do with it) you should be

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Jim Graham
On Wed, Sep 21, 2011 at 08:49:31AM -0700, Lew Bloch wrote: > Android is the worst form of mobile OS except for all those other forms that > have been tried from time to time ... > -- Apologies to unknown source as cited by Winston Churchill. >

[android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Lew Bloch
Android is the worst form of mobile OS except for all those other forms that have been tried from time to time ... -- Apologies to unknown source as cited by Winston Churchill. -- Lew blake wrote: > > Oh man. This is such

[android-developers] Re: InputMethod crashing with NullPointerException

2011-09-21 Thread Mudhalvan
I have solved this issue myself... Its all because of the "extarcted view" (or) "fullscreenmode" view being enabled by default in my IME. Though its strange that it crashes only in 2.3.3 and not in 2.3.1 platform. Overriding onEvaluateFullScreenMode() of inputmethod and always returning false(ie. n

[android-developers] Curved Gallery view

2011-09-21 Thread Abhi
Hi all, I would like to know if it is possible to create a curved gallery view from the default horizontal one that Android offers? I don't know if that entails changing the Gallery code in Android framework which I want to avoid. Is there any other way to make a custom Gallery view from scratch?

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Thanks a lot for reply . On Wed, Sep 21, 2011 at 8:50 PM, NAVI NEW wrote: > Sure i am not a pro for crop the video resolution, but if you give me some > way guideline then i can be able to do that one. > > > On Wed, Sep 21, 2011 at 8:22 PM, Jim Graham wrote: > >> On Wed, Sep 21, 2011 at 05:07:0

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Sure i am not a pro for crop the video resolution, but if you give me some way guideline then i can be able to do that one. On Wed, Sep 21, 2011 at 8:22 PM, Jim Graham wrote: > On Wed, Sep 21, 2011 at 05:07:02AM -0700, John wrote: > > > i have a many mp4 videos files in sdcard , that video file

[android-developers] Problems in application upgrade when changing louncher activity

2011-09-21 Thread carlo
Hi all, I've found that on some customized devices (e.g. with HTC Sense and others) when you change the louncher activity and, for example you change the app icon or name, after the upgrade there are some issues... on a HTC Legend I see that the application still has the old name&icon and points t

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread Jim Graham
On Wed, Sep 21, 2011 at 05:07:02AM -0700, John wrote: > i have a many mp4 videos files in sdcard , that video file contains > different width,height resolution. i want give a single constant > resolution to that file by code. Different width:height resolutions (in computer video, NOT necessarily

Re: [android-developers] how to implement ffmpeg video codec for video player +android

2011-09-21 Thread NAVI NEW
Please give me a guideline for implementing ffmpeg on android app. On Wed, Sep 21, 2011 at 7:05 PM, John wrote: > how to implement ffmpeg video codec for video player +android > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To p

Re: [android-developers] How to connect android device with local network

2011-09-21 Thread Ravi Sharma
If Emulator is working that means uc ode is code.. may be you should troubleshoot ur network 1) Confirm that both device computer and android definitely in same network 2) find out ip address of both 3) See if you have added permission in ur android config file to use Internet(i assume its there as

[android-developers] Re: How android native gallery app works in switching thumbnails into quality photos?

2011-09-21 Thread Lidia
Thank you very much Speedy, I will try all your advices. -- 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-develope

[android-developers] Combining flex code and Android in Eclipse

2011-09-21 Thread s.rawat
Hi , Is it possible to combine the Flex code(mxml) with the android code in Eclipse.I want to passs the values from the android code to the flex code ( written in mxml ).Also if it is possible how can we pass the values to and from them. I have a .swf component created from the mxml files in the Ad

[android-developers] Re: Google Development phones

2011-09-21 Thread kypriakos
Hi all, the Market lists only one phone, the Nexus One and it says it is not longer available. Does that mean that Google is out of stock or does it mean that they are simply switching to a new phone and so this was off their pages? Thanks On Aug 18, 1:26 pm, Mark Ayers wrote: > The Nexus phon

Re: [android-developers] How to connect android device with local network

2011-09-21 Thread MComputing Lab
Try usb tethering On 21 Sep 2011 17:49, "Gold" wrote: > Hi all, > > I am using android 2.2 for application development..! > > Now I want to communicate with Webservice. The webservice running on > My laptop and ip is 192.168.1.15..! > > But device not communicate.it.. > > How to communicate with l

[android-developers] how to implement ffmpeg video codec for video player +android

2011-09-21 Thread John
how to implement ffmpeg video codec for video player +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-dev

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread Daniel Drozdzewski
On 21 September 2011 14:26, NAVI NEW wrote: > Is any one reviewing my issue or not? not -- 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 grou

Re: [android-developers] Get Auto Increment values from table 1 and insert in Table2

2011-09-21 Thread Krishna Prasad
ok thanks... On Wed, Sep 21, 2011 at 8:35 AM, Daniel Drozdzewski < daniel.drozdzew...@gmail.com> wrote: > On 21 September 2011 12:02, Krishna Prasad > wrote: > > No . > > > > My requirement is > > > > While Xml parsing,i need to save each value to db.During saving each > table > > is related.Su

[android-developers] Re: How to connect android device with local network

2011-09-21 Thread Thangadurai .A
Hi Ashok, Greetings to you..! I tried that option but still i getting the error server not found..! for emulator its working fine..! Thanks & Warm Regards, A. Thangadurai On Sep 21, 5:43 pm, ashok chakravarthy wrote: > run some webserver like tomcat on your local machine, t

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Is any one reviewing my issue or not? On Wed, Sep 21, 2011 at 5:37 PM, John wrote: > Hello developers, > > > i have a many mp4 videos files in sdcard , that video file contains > different width,height resolution. i want give a single constant > resolution to that file by code. > > Plz need help

[android-developers] Re: bluez- control psm - condition G_IO_HUP error.

2011-09-21 Thread arun_satya3
Adding some more info. During the second execution time, mcl fd is set to poll error G_IO_HUP after mdl gets created. On Sep 20, 9:44 pm, arun_satya3 wrote: > Hi, > > I am writing an application to receive data from health devices an > able to success fully receive data when the device is connec

Re: [android-developers] how to implement edittext inside listview

2011-09-21 Thread aparna rani
specifying the static in the code On Wed, Sep 21, 2011 at 6:36 PM, Ratheesh Valamchuzhy wrote: > Are you dynamically increasing the rows or specifying it static in the > code > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To po

[android-developers] Re: Importing a project using com.android.internal.* packages

2011-09-21 Thread MarKco
I answer to myself. I found a branch in the directory tree where the previous developer had been copying the used part of com.android.internal that is used into the project. Importing that branch I solved my dependancy issued. I just hope that this won't bring the app to have mismatches with fut

Re: [android-developers] how to implement edittext inside listview

2011-09-21 Thread Ratheesh Valamchuzhy
Are you dynamically increasing the rows or specifying it static in the code -- 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

Re: [android-developers] Re: Publish and Debug

2011-09-21 Thread Leonardo Martins Scaramel
If I keep installing and unstalling my apk from market, it will change my statistics. (like installs and active installs) won't it? 2011/9/21 Jens > > > wrote: > > I really have to unsintall the market downloaded apk to run the debug? > > No. > > > or there is another way to do this? > > Yes. >

[android-developers] Re: Cavnas's pattern to bitmap

2011-09-21 Thread Perry168
ar. Which method is my need? On 9月19日, 上午10時11分, gjs wrote: > Hi, > > Seehttp://developer.android.com/reference/android/graphics/Canvas.html#s...) > > Regards > > On Sep 17, 11:55 am,Perry168 wrote: > > > > > Hi all, > > If I draw some graphic on the cavnas, How can I convert the cavnas's > >

Re: [android-developers] how to implement edittext inside listview

2011-09-21 Thread aparna rani
ya but increase the more no. of rows then it is not getting the data from edittext. the means increase up to to 12 row, On Wed, Sep 21, 2011 at 6:13 PM, Ratheesh Valamchuzhy wrote: > > Hi > > As per your code there is 5 tedittext in you app .. > > we can get the values of each edittext(5 nos)

[android-developers] Block the upgrade

2011-09-21 Thread Perry168
Hi, How can I block the user to upgrade the Apps if who isn't downloaded from google market? -- 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 g

  1   2   >