[android-developers] Re: Update Contacts

2011-05-03 Thread Stefan S
IT WORKED! THANK YOU! I could hit my self... I always use newUpdate(ContactsContract.Data.CONTENT_URI) for updating the values except for the StructuredName... On 4 Mai, 07:42, Stefan S wrote: > I'll try. Thanks for the hint. > > Curiosley I can update the addresses, organisations etc with the st

[android-developers] ActivityAdapter and ActivityIconAdapter - not available anymore??

2011-05-03 Thread Jumana
Im trying to use ActivityAdapter and ActivityIconAdapter but it seems likes it not available. Am i missing something? Are there alternative classes to these? Thanks, Jumana -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

Re: [android-developers] Anyone notice active installs plummet WITHOUT releasing update?

2011-05-03 Thread Nikolay Elenkov
On Wed, May 4, 2011 at 3:08 PM, Justin Anderson wrote: > > I'm thinking it may be that people are starting to switch more and more to > alternative app stores (such as Amazon) ... Highly unlikely. -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] Evernote API: Question related to Intent sample

2011-05-03 Thread Justin Anderson
Seems like a better place to ask this would be some sort of support forum for Evernote... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 8:21 AM, ijaz wrote: > > Hi, I am making an application and trying to combine my application >

Re: [android-developers] Closing canvas view and starting new activity

2011-05-03 Thread Justin Anderson
You already asked this, and I asked a follow-up question to get more information... How are you originally getting into the activity you are trying to finish? The reason I asked this is because I noticed that you are trying to start an activity that displays some sort of game menu... Why not do t

Re: [android-developers] Re: android nfc tech API help

2011-05-03 Thread Michael Roland
Hallo, which variant did you use, the low-level access or the IsoDep acccess? The low-level example will only work with MIFARE Ultralight cards (these are always NfcA). Sorry, I don't know any example for low-level access to NfcB cards. The IsoDep example will certainly only give a useful result

Re: [android-developers] Anyone notice active installs plummet WITHOUT releasing update?

2011-05-03 Thread Justin Anderson
I noticed a pretty big hit recently... For several months I have consistently been getting about $80/month (my cut from Google) on two $0.99 apps in the market and this past month I only ended up with about $30... I'm thinking it may be that people are starting to switch more and more to alternat

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-05-03 Thread Michael Roland
Hallo Gorka, for the moment Android provides no means to directly dispatch your application based on an NFC Forum External Type (btw, your external type name does not follow the RTD specification, "The External Type Name MUST be formed by taking the domain name of the issuing organization, adding

[android-developers] Anyone notice active installs plummet WITHOUT releasing update?

2011-05-03 Thread pawpaw17
Hi Guys, My active installs plummeted in the last week or so for no apparent reason. I've noticed this a couple of times in past history, but almost always related to a release. I think this is not just smoke and mirrors in the stats kept by Android Market - I notice that I'm getting less traffic

Re: [android-developers] Re: Resume for the post of Android Application Developer

2011-05-03 Thread Justin Anderson
Cool, you're hired! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 11:46 PM, metal mikey wrote: > [facepalm] > > On May 4, 2:05 pm, tushar sahni wrote: > > Respected Sir > > > > I am sending u my latest Resume for the post of Andr

[android-developers] Re: Resume for the post of Android Application Developer

2011-05-03 Thread metal mikey
[facepalm] On May 4, 2:05 pm, tushar sahni wrote: > Respected Sir > > I am sending u my latest Resume for the post of Android Application > Developer > > Regards > Tushar Sahni > >  Tushar_Sahni (1).doc > 85KViewDownload -- You received this message because you are subscribed to the Google Grou

[android-developers] Re: Update Contacts

2011-05-03 Thread Stefan S
I'll try. Thanks for the hint. Curiosley I can update the addresses, organisations etc with the state above but the StructuredName values. This is really strange... On 30 Apr., 10:51, Ali Chousein wrote: > Hhhmmm, maybe you should try > > newUpdate(ContactsContract.Data.CONTENT_URI) > > instead

[android-developers] how the spotify is managing local song playing?

2011-05-03 Thread Hitendrasinh Gohil
hi, In spotify if we download playlist then if we play song ,it plays from sdcard.the song is devided in to number of chunks and is encrypted.and when we play that song it plays song immediately. so my question is how it(spotify) manages the song playing so faster? can anyone give me some hints

[android-developers] Re: Battery Log using service

2011-05-03 Thread Omkar
I have pasted my code below.. I somehow dont get the Toast at all even when the app is triggered on usb cable plugin to the device. It starts off but force closes.. Pls suggest whats wrong here. I have a intent filter under receiver for Action_Power_Connected and disconnected under the manifest fil

[android-developers] Re: Timezone List

2011-05-03 Thread Zsolt Vasvari
The source code to Android is available on-line for you to look. On May 4, 10:50 am, Jake Colman wrote: > How does Android compose the list of supported timezones display when > you choose "Select time zone" from the "Date & Time" preference?  The > TimeZone.getAvailableIDs() method returns a muc

[android-developers] Re: how to accelerate the performance of my phone?

2011-05-03 Thread Bob Kerns
Relativity to the rescue -- leave the phone home and go on a trip. The further and faster the better. But seriously, the source of your problem will be some ill-behaved app. You need to figure out which one, and get rid of it. You can do this via trial and error -- uninstall things until it get

[android-developers] Re: is a privacy mode possible with android?

2011-05-03 Thread Bob Kerns
Interesting ideas and questions, but this isn't a suitable place to ask them, as they're lower level than the SDK interfaces, which is what this group deals with. I suspect the android-porting group would be your best bet, although maybe there's a group somewhere for people making custom builds

[android-developers] ListView Item Focussable issue

2011-05-03 Thread droid-stricken
Hi, There seems to be a lot of questions on this very issue. I have gone thro' most of them and yet unable to find a workable solution :( I am unable to get the focus on any item of my list. My Activity DOES NOT extend ListActivity and i do not have any ListView with default ID - android.R.id.lis

[android-developers] Re: Need help with

2011-05-03 Thread Nick
can't you do a findbyid? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] In-app Billing

2011-05-03 Thread David Toledo
Hi All I cannot execute the app the test "dungeon test" . http://developer.android.com/intl/de/guide/market/billing/billing_testing.html#billing-testing-real Appears the following error: The market billing service is not available at this time. You can continue to use this app but you won't be ab

Re: [android-developers] Re: Parts of words in TextView are out of the screen

2011-05-03 Thread Dianne Hackborn
sp vs. dp is generally fine. In current builds they are the same thing. In the future, the sp value will change based on the user's font size preference. (Actually you can write an app today that lets you poke the font size scaling factor, though the standard UI in the platform generally doesn't

Re: [android-developers] query() + where + 2 content providers. Possible?

2011-05-03 Thread Dianne Hackborn
You can't do queries across content providers. Heck you can't even do it across multiple SQLite databases. 2011/5/3 Gabriel Simões > Hello, > > I´m struggling with a problem where I have to search for information > on a content provider (MediaStore.Audio.Albums) but I need to restrict > my sear

Re: 回覆:Re: [android-developers] Log.d messages in frameworks/.../android/internal/telephony not appearing

2011-05-03 Thread Douglas Selph
Yes the logcat -b radio worked for me to see the messages from Log.d -- 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 andr

Re: 回覆:Re: [android-developers] Log.d messages in frameworks/.../android/internal/telephony not appearing

2011-05-03 Thread Douglas Selph
Yes that was what one person told me to try and it worked. I am happy. Thanks, Doug On Tue, May 3, 2011 at 10:20 PM, AL@TW wrote: > do you every try 'logcat -b radio' ? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to t

Re: [android-developers] is a privacy mode possible with android?

2011-05-03 Thread Dianne Hackborn
Android 3.0 already supports an encrypted root fs. On Mon, May 2, 2011 at 8:49 PM, bbtad wrote: > with all the commotion around privacy around phones which have any > proprietary software / drivers inside: > > 1. what would it take to make the following privacy features available > on android? [

Re: [android-developers] Can startActivity() be called from any of the Activity lifecycle methods?

2011-05-03 Thread Dianne Hackborn
I strongly recommend not calling it from onStop() or onDestroy() -- those are called well after the user has left the activity, so if you are starting a new one at that point you have no idea what the state of the UI is at that point. There is actually no timeliness guarantee for these -- you know

回覆:Re: [android-developers] Log.d messages in frameworks/.../android/internal/telephony not appearing

2011-05-03 Thread AL@TW
do you every try 'logcat -b radio' ? -- 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...@googl

Re: [android-developers] Need help with

2011-05-03 Thread TreKing
On Tue, May 3, 2011 at 2:25 AM, Shruthi S wrote: > How can this be done? Pass information to the second activity with extras in the Intent used to launch it. - TreKing

[android-developers] shortcut icon lost after reinstall application

2011-05-03 Thread Ernest
Hi, Folk I use HTC Thunderbolt and incredible devices to develop application.Here is one phenomena:after create a normal shortcut,then re-install upgrade application.The shortcut icon lost,only shortcut name show. Is this the HTC device issue? Thank you very much. -- You received this message

[android-developers] Timezone List

2011-05-03 Thread Jake Colman
How does Android compose the list of supported timezones display when you choose "Select time zone" from the "Date & Time" preference? The TimeZone.getAvailableIDs() method returns a much larger list. I'd like to add a similar option to my code but would like have my list match Androids. If noo

[android-developers] Can startActivity() be called from any of the Activity lifecycle methods?

2011-05-03 Thread Eric
Of the lifecycle methods, like onCreate(), onStart(), onResume(), can startActivity() be called from inside those methods? If not, what would happen if you tried it? If so, how would calling startActivity() affect the current Activity's lifecycle? If you call startActivity() from onStart(), for

[android-developers] Re: is a privacy mode possible with android?

2011-05-03 Thread Indicator Veritatis
Mocana seems to think it it possible. But it does require a special build of the ROM. See http://www.mocana.com/dsf-android.html and take a close look at what they have and have not accomplished. On May 2, 5:49 pm, bbtad wrote: > with all the commotion around privacy around phones which have any

[android-developers] Re: Parts of words in TextView are out of the screen

2011-05-03 Thread Indicator Veritatis
See http://stackoverflow.com/questions/2025282/difference-of-px-dp-dip-and-sp-in-android and reconsider your use of "15sp". You may want to set other attributes too, but it seems that using 'sp' for android:padding alone is probably not what you want. It might be a good idea to test it out with o

[android-developers] query() + where + 2 content providers. Possible?

2011-05-03 Thread Gabriel Simões
Hello, I´m struggling with a problem where I have to search for information on a content provider (MediaStore.Audio.Albums) but I need to restrict my search based on information on another content provider (MediaStore.Audio.Media). Based on what I´ve read over the internet I should not use raw sql

[android-developers] Re: encryption decryption in android

2011-05-03 Thread DanH
Thread safety would be outside the purview of the FIPS. In general there's nothing special about a software encryption algorithm that would make it not thread-safe, so long as the user did not attempt to invalidly share the objects involved or some such. On May 3, 7:14 am, pasamblue1 wrote: > Hi

Re: [android-developers] Developer Console problem

2011-05-03 Thread TreKing
On Tue, May 3, 2011 at 3:02 AM, Michele Galli wrote: > Hey i have a problem! when i try to set the price of my app to 0.79 euro > the developer console set it to 79 euro!! ideas? Isn't there a $0.99 limit? Maybe it applies to Euros too? Were you able to do this before? Did you try other values

[android-developers] Re: How to debug NPE when stack trace does not show any reference to my app code?

2011-05-03 Thread DanH
In general, you try to figure out what the code was doing, and what objects that you directly or indirectly defined/created/modified that it might be referencing. Then study the code that creates/modifies those objects to see if you can intuit which values might be set to null when they shouldn't

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
OK so here's what I gathered, after doing some investigation in the adb (AWESOME by the way) I noticed that there was nothing wrong with my inserts. But for some reason the second insert that is attached to INITIAL_SETUP is not run. wierd I know. but that clears up my confusion a bit. I am thi

Re: [android-developers] Can a Service be 'Killed' Without Process Being Killed?

2011-05-03 Thread Dianne Hackborn
No it can not. On Tue, May 3, 2011 at 6:09 PM, Eric wrote: > The Android documentation says this: > > http://developer.android.com/guide/topics/fundamentals/services.html > > "The Android system will force-stop a service only when memory is low > and it must recover system resources for the acti

[android-developers] Re: How to Create ListAdapter w/o XML Files?

2011-05-03 Thread Bob Kerns
Hi, Keith! At the start of the description for the ArrayAdapter class is the following sentence: To use something other than TextViews for the array display, for instance, ImageViews, or to have some of data besides toString() results fill the views, override getView(int, View, ViewGroup)

Re: [android-developers] Re: Database updates

2011-05-03 Thread Albert Rosa
Ok so I've been able to place crazy amounts of logs every where and it does see to call onUpgrade to the next version and it is able to drop the table. I want validate the sql that its generating in order to get all the items. is there a way to get the raw sql that it's generating. I feel like

Re: [android-developers] Re: My first android program

2011-05-03 Thread Kristopher Micinski
On Tue, May 3, 2011 at 7:50 PM, Miguel Morales wrote: > So, what, you wouldn't learn it by practicing? You can only learn it by > reading the spec? Of course not that's silly. > Furthermore, he is taking final exams so I assume he is familiar with the > concept of programming. > > Also, while Ja

Re: [android-developers] Re: My first android program

2011-05-03 Thread Miguel Morales
So, what, you wouldn't learn it by practicing? You can only learn it by reading the spec? Of course not that's silly. Furthermore, he is taking final exams so I assume he is familiar with the concept of programming. Also, while Java is in many forms the primary Android development language, in m

Re: [android-developers] Re: My first android program

2011-05-03 Thread Kristopher Micinski
On Tue, May 3, 2011 at 6:40 PM, Miguel Morales wrote: > Right, don't slack on your exams, but nothing beats practice. > Sure you might get a job just because of your degree but you might suck as > a programmer. > > On Tue, May 3, 2011 at 3:32 PM, Kristopher Micinski < > krismicin...@gmail.com> wro

Re: [android-developers] How to close canvas view and navigate to a new activity

2011-05-03 Thread Justin Anderson
How are you getting into the activity in the first place? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 2, 2011 at 6:28 PM, imz7070 wrote: > Hello, > > I have an Activity which uses loads a new view: setContentView(new > DrawView(this)) in t

[android-developers] Re: Developer console: payments not charged, application statistics not updated

2011-05-03 Thread Zsolt Vasvari
> Well I have an app where install base versus downloads is at 116% :-) LOL, you should be rated -1 in your category. > Hilarious, but sad that they juts can't get this thing fixed. There > are threads about these issues from last year even. My guess is that the market code is so poor that it

Re: [android-developers] Re: My first android program

2011-05-03 Thread Miguel Morales
Right, don't slack on your exams, but nothing beats practice. Sure you might get a job just because of your degree but you might suck as a programmer. On Tue, May 3, 2011 at 3:32 PM, Kristopher Micinski wrote: > Though at the same time, getting a good grade on an exam may be important > for your

[android-developers] Re: Building C code for Android (no Java/jni)

2011-05-03 Thread Jens
Yeah, using NativeActivity (2.3+) from the NDK you can sometimes get away without writing any java code at all. On 3 Maj, 18:28, Justin Anderson wrote: > Without using the NDK it is not possible... > > Thanks, > Justin Anderson > MagouyaWare Developerhttp://sites.google.com/site/magouyaware > > O

Re: [android-developers] Re: My first android program

2011-05-03 Thread Kristopher Micinski
Though at the same time, getting a good grade on an exam may be important for your future job / school prospects, and I doubt your professor is going to like the "some guy on a mailing list told me to" excuse *again* :o) To add some real advice, do you know Java? If not, time to learn that fir

[android-developers] gsmGsmCellLocation on XOOM/Honeycomb returns nothing

2011-05-03 Thread carknue
I just wonder why the GSMCellLocation .getCid or .getLac returns nothing. I have the 2G/3G version from T-Mobile. The code and other apps work on all other phones like Atrix or Nexus one, but not on the XOOM. Is it a honeycomb bug? -- You received this message because you are subscribed to the Go

Re: [android-developers] Re: My first android program

2011-05-03 Thread Miguel Morales
Remember that memorizing things is useless, practice, practice, practice. The time you spend on your projects will probably help you more than memorizing some silly exams. On Tue, May 3, 2011 at 3:02 PM, res_au wrote: > Thanks for your reply Miguel, > > Like everything I guess, you learn from ex

[android-developers] Can a Service be 'Killed' Without Process Being Killed?

2011-05-03 Thread Eric
The Android documentation says this: http://developer.android.com/guide/topics/fundamentals/services.html "The Android system will force-stop a service only when memory is low and it must recover system resources for the activity that has user focus. If the service is bound to an activity that ha

[android-developers] Re: My first android program

2011-05-03 Thread res_au
Thanks for your reply Miguel, Like everything I guess, you learn from experience. I'm looking forward to get into it soon! (I have my final year exam in a week, I find myself always working on projects just before exams!) Cheers, Richard On May 4, 7:37 am, Miguel Morales wrote: > Honestly, the

[android-developers] Re: Widget-specific Preferences

2011-05-03 Thread Jake Colman
Kostya, Hmm. Whenever the alarm in AppWidgetProvider is triggered, I have to update all widget instances as per the widget-specific preference. Based on what you have suggested, does the following make sense: 1) In the AppWidgetProvider's onReceive() method when it receives the intent f

Re: [android-developers] Donation with Google check out for Android

2011-05-03 Thread Justin Anderson
*> Is it possible to add a Donate with Google check out Button for non profit organisations* Add it where? *> Is their any API is available for that.Please give idea for that* Ummm... I guess that would depend on your answer to my question above. Thanks, Justin Anderson MagouyaWare Developer ht

Re: [android-developers] My first android program

2011-05-03 Thread Miguel Morales
Honestly, the best way to learn what you would do is to get your hands dirty and do it yourself. Research different methods of implementing what you want, and you'll probably fail a couple of times but will learn a lot in the process. That's how most of us gain experience in programming. You won'

Re: [android-developers] How to receive large file over socket in android 2.2

2011-05-03 Thread Miguel Morales
You're doing it wrong, thread.sleep is unnecessary. I'm thinking something changed in the 2.2-2.3.x Dalvik implementation, but try using the following to stream a file: BufferedInputStream inBuf = new BufferedInputStream(socket.getInputStream, 80); byte buf[] = new byte[1024 * 2]; int len; in

[android-developers] PDF parser and display

2011-05-03 Thread Gioacchino
Someone knows some library, which allows java-android underlining text on a pdf file? Or know a way to do it? Thanks to everyone for the help as of now. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] Call screening

2011-05-03 Thread SeaMonkey
Is it possible to build an app on the Android platform to call screen? It would seek the specific incoming number and play a particular message for them and then hang up. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] SE X10mini PRO message bug?

2011-05-03 Thread Mulder5
Hello I have the latest system update ( 2.1.1.A.0.6 ) and I have problems with concepts and sometimes with sending forward messages.When I leave a concept in message and than I try to open it,it takes mi about 10 times to open it,becouse it shows me that " The aplication Messages ( proces com.sonye

[android-developers] Problems with adding contacts data

2011-05-03 Thread wfilla
I am trying to add contacts in my application, but I'm running into some snags. Here's the code I have: case R.id.bt_add_to_contacts_btn: Intent intent1 = new Intent(Intent.ACTION_INSERT_OR_EDIT); intent1.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);

Re: [android-developers] How to receive large file over socket in android 2.2

2011-05-03 Thread Kostya Vasilyev
You don't need a loop that goes "if available() Thread.sleep". Just calling read() will block until there is data available, and do so more efficiently than Thread.sleep (for a blocking socket, that is). Also, your loop always tries to read 1024 bytes. If the other side writes some numbe

[android-developers] My first android program

2011-05-03 Thread res_au
Hi guys, I'm ideally looking at making an app that searches 2 local folders of html files (1000s) and then lets you go directly to the search result you click on. I'm guessing I could do it in two ways, by firstly indexing the folders (they won't change, it's a reference book) and then using sqlit

[android-developers] Re: design patterns to develop Android

2011-05-03 Thread brainray
Hi Marcelo, take a look here: http://www.youtube.com/watch?v=M1ZBjlCRfz0 Cheers Ray On Apr 30, 2:44 am, Marcelo Lima wrote: > Guys, good night! > I wonder if you know some material about design patterns to develop > Android? > I will make a final post-graduate course on the subject. > Thanks

[android-developers] Help with invoking Android Medfield Gingerbread to stop/exit Media Player with am command

2011-05-03 Thread Siver Salih
Hi, Is there a way to invoke Android Medfield Gingerbread to stop/exit Media Player with "am" command. I figured out how to start playing an audio file with this command adb shell am start -a com.android.music.PAYEBACK_VIEWER -d file:///mnt/sdcard/Mozart48k.wav -n com.android.music/.MediaPlaybackA

[android-developers] how do you play MP3 file with command

2011-05-03 Thread Siver Salih
how do play MP3 files with command line (adb shell etc..)? -- 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-develo

[android-developers] Problem with getting GPS data when using Camera

2011-05-03 Thread Johnny
Similar to this problem: http://stackoverflow.com/questions/3950026/problem-with-getting-gps-data-when-using-camerapreview Any suggestion about the conflicts between using GPS and Camera? The following is a code to test the conflict. package com.example.helloandroid; import android.app.Activity;

[android-developers] Need help with

2011-05-03 Thread Shruthi S
Hi , I have a number of activities having a common footer layout with a set of buttons. I include this footer layout using option. I need to know if there is any way using which i can modify properties in the layout that is included ie.. say i have activity1 layout1 ( footer.xml) activity

[android-developers] Problem with getting GPS data when using Camera

2011-05-03 Thread Johnny
Hi, I have a similar problem as this link mention (Problem with getting GPS data when using CameraPreview:): http://stackoverflow.com/questions/3950026/problem-with-getting-gps-data-when-using-camerapreview The problem is: the GPS will stop receiving data if you turn on the camera !!!

[android-developers] Re: Any Android Intent is broadcasted by System while launching any app(like Contacts, Gallery,..) from Home screen?

2011-05-03 Thread shipi
Thanks for clarification :) On Apr 30, 1:27 am, Mark Murphy wrote: > On Fri, Apr 29, 2011 at 3:48 AM, shipi wrote: > > I am developing an application contains a BroadcastReceiver which > > should listen for an event(intent) from system when any app(like > > Contacts, Gallery, Messaging,..) is la

[android-developers] control Media Player from command line?

2011-05-03 Thread Siver Salih
Is there a way to start, stop and close Media Player from command line? -- 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 a

[android-developers] Apply tween animation to a drawable

2011-05-03 Thread Thom Nichols
Hi, is it possible to create an AnimationDrawable from a Tween animation and another Drawable? I'd like to take a drawable image and apply a set of transformation rules to it, rather than defining a bunch of frames. Tween only appears to be useful for animating a view, however I'm interested in a

[android-developers] Local Storage for webview

2011-05-03 Thread otomatik
Hello, First, sorry for my bad English level. I have a problem with the local storage for a webview which may display an HTML5 app, but the test.html file informs me that local storage is'nt supported by my browser... Please take a look at my code : package com.test.HelloWebView; import androi

[android-developers] Re: I keep on getting 401 when sending msg to C2DM server

2011-05-03 Thread Scott Hammer
1. Have you registered your sender email to send messages here? http://code.google.com/android/c2dm/signup.html 2. And have you waited about 24 hours to be activated? There is a latency to activate your account. 3. Is your sender email that you registered the device with the same email you register

[android-developers] How to debug NPE when stack trace does not show any reference to my app code?

2011-05-03 Thread vatsee
Hi gurus, I am working on an app that supports bidirectional audio-video communication. As part of that, the video GUI screen uses MediaRecorder for recording outgoing video & uses two surfaceView subclasses to display preview & incoming video. During the video call, I am seeing a (random) NPE. T

[android-developers] Re: Making SmartCard feature available in Google Nexus S

2011-05-03 Thread nemik
1. There are no examples, this is green territory. 2. Again, it's new and up to you. Personally though, not sure I would bother. When an API does come out, it'll be different from yours and you'll need to re-do things. I'm also pretty sure that no end-users are going to want to install your custom

[android-developers] Re: New to Android

2011-05-03 Thread brainray
Hello, how about here: http://developer.android.com/resources/browser.html?tag=tutorial Cheers Ray On May 1, 3:46 pm, sudharsanan wrote: > Hello Guys >                I am new to android application development,can you > people help to me to develop the application?and also where i can get >

Re: [android-developers] Show Context Menu other than on long press?

2011-05-03 Thread Justin Anderson
*> So you only want it to call the context menu when you call it, not on long press?* Exactly. But that is only because I have several other actions that can be customized by the user... It kind of seems like it would feel unfinished if the user could customize what happens for short press, doubl

Re: [android-developers] In-app billing and Google Checkout setup

2011-05-03 Thread Kostya Vasilyev
setup? This is what I'm seeing in Google Checkout: https://img.skitch.com/20110503-p23k8uy5thqcfmdewyx2tty15k.png Thank you! Jeremy -- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers&quo

[android-developers] web app-problems with buttons

2011-05-03 Thread geow
Hi everybody, I dont' know if this is the right group, since I couldn't fine and android group dedicated to android web apps developing... Well I created a cartographic web app: its buttons in the footer bar are correctly lined on iOS devices while on android devices the first one, a search box, (c

[android-developers] Pointers to open source android apps developed as a web-service

2011-05-03 Thread Balaji Ravindran
Am absolute newbie to web-services and am reading up gradually and rather slowly as well :). So excuse me if this is a bad question. anyways, am wanting to design an app with portability in mind and was working on various possible solutions for a scalable architecture and wanted to design the core

[android-developers] Evernote API: Question related to Intent sample

2011-05-03 Thread ijaz
Hi, I am making an application and trying to combine my application with Evernote. for this i have download SDK and sample code. I prefer to use "Intent " way of calling Evernote through my Application. So the problem is when i call create note intenet the Evernote opens and note is save/uploaded

[android-developers] EditText in Honeycomb

2011-05-03 Thread Vector-Code
I posted about this over at Stack Overflow but no joy yet, so I'm expanding my search for help here. Perhaps it's a bug but I don't want to go there just yet. Here's the problem as I described it there: I have an application that uses an internal ime (meaning the ime is just code within the applic

[android-developers] Nexus S GRI54 cannot update to 2.3.4

2011-05-03 Thread Ricky Law
Hi all, I am using Nexus S with Build Number GRI54, Baseband version I9023XXKB3. And I received the update notification Today. After I push update and waiting, I saw a triangle with exclamation mark during OTA. I hold the power button and volume up button at the same time, and screen show that upd

[android-developers] Re: Developer console: payments not charged, application statistics not updated

2011-05-03 Thread spfoo
Well I have an app where install base versus downloads is at 116% :-) Hilarious, but sad that they juts can't get this thing fixed. There are threads about these issues from last year even. On Apr 28, 6:58 am, Peter Webb wrote: > My free app just caught up with about where it should be, after 9

[android-developers] Error initializing Evernote API

2011-05-03 Thread ijaz
Hi I am developing an application on android(3.0) and trying to use the Evernot API. I downloaded Evernote API with sample and trying to play with it. I working with evernote sample application name "HelloEDAM" , when i run the application following error displays at screen "Error initializing Ever

[android-developers] Developer Console error

2011-05-03 Thread Michele Galli
i can't set anymore the right price for my app. i tryed to set it to 0.79 euro on developer console but it become 79 euro (i tryed with chrome, ie and firefox) please help me best regards, Michele Galli -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Closing canvas view and starting new activity

2011-05-03 Thread imz7070
Hello, I am playing around with the code in this tutorial: http://www.anddev.org/basic_and_simple_2d_drawing_-_animation-t3085.html The problem is I cannot end this activity and start a new one. I know for XML views you would use this: finish(); startActivity(new Intent(this, MenuActivi

[android-developers] Developer Console problem

2011-05-03 Thread Michele Galli
Hey i have a problem! when i try to set the price of my app to 0.79 euro the developer console set it to 79 euro!! i have never had this problem! i can't re-publish my app if i don't solve this issue! ideas? -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Using a wave file as audio input

2011-05-03 Thread K
Is there a way to use a wave file as audio input in such a way that it acts as if it's coming from the microphone? I am trying to see if there is a way to automate speech input into an application for testing. -- You received this message because you are subscribed to the Google Groups "Android D

[android-developers] In-app billing and Google Checkout setup

2011-05-03 Thread JeremyChase
are showing as "Not yet shipped". Do I have Checkout configured wrong? How do you have this setup? This is what I'm seeing in Google Checkout: https://img.skitch.com/20110503-p23k8uy5thqcfmdewyx2tty15k.png Thank you! Jeremy -- You received this message because you are subscribed

[android-developers] How to close canvas view and navigate to a new activity

2011-05-03 Thread imz7070
Hello, I have an Activity which uses loads a new view: setContentView(new DrawView(this)) in the onCreate method. In this new view (which is in a seperate class) I draw a canvas for pool game I'm making. Problem is I do not know how to finish this activity and start a new one. For XML views, I us

[android-developers] is a privacy mode possible with android?

2011-05-03 Thread bbtad
with all the commotion around privacy around phones which have any proprietary software / drivers inside: 1. what would it take to make the following privacy features available on android? [questions 1a, 1b, 1c] 2. which of the current hardware models could support these privacy features? [questio

[android-developers] encryption decryption in android

2011-05-03 Thread pasamblue1
Hi, Just wanted to know does encryption decryption algorithms in android mobile application is made thread safe. I have seen AES and other algorithms but FIPs standard does not mentions anything regarding multithreading in AES algorithm. -- You received this message because you are subscribed to

[android-developers] How to Create ListAdapter w/o XML Files?

2011-05-03 Thread Keith Bennett
Hi, all. I'm a longtime developer but new to Android. I want to learn how to instantiate visual components in code rather than XML, so that I better understand the API, and can build UI's dynamically. I want to do this with a ListView. I understand that the ListView's underlying data is provide

[android-developers] Re: Code coverage with Android Application

2011-05-03 Thread lufo88
Hi, I try to include emma.jar in my Android Testapplication and add to the .manifest file. I run ./adb shell am instrument -e coverage true -e coverageFile /sdcard// myFile.ec -e class -w / android.test.InstrumentationTestRunner It executed the test generate an .ec file. I pull it from the SDK

[android-developers] Parts of words in TextView are out of the screen

2011-05-03 Thread omar
Hey, I have a problem where parts of the Text in the TextView are out of the screen, Look at the picture: http://i.imgur.com/fDqa6.png I marked the problem in red squares.. xml: http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_paren

[android-developers] Robotium solo - help material

2011-05-03 Thread Madhu
Hi, Now only i started learning robotium. I started doing blackbox testing alone. Even i struck with so many issues. I get the android apk file and installed in my emulator. The first page is a login page. public void testValidateLogin() { String text = "jv"; String text1= "jv"; //Enter UserN

[android-developers] Donation with Google check out for Android

2011-05-03 Thread Gopala Krishnan.A
Hi All Is it possible to add a Donate with Google check out Button for non profit organisations Is their any API is available for that.Please give idea for that Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Mobie Network Receiver

2011-05-03 Thread Gaurang
I want to receive notification when Mobile network connection is lost or received. Through following code, I can receive notification for Wi-Fi (Data) connection but not for Mobile (Voice) connection. Menifest :

  1   2   >