[android-developers] Is there an altenative method for animation to lockCanvas / unlockCanvasAndPost

2012-07-27 Thread WebShaker
Hi! I've made a program that runs at 60 fps on most device, but on my GalaxyTab 2 7.0 It runs at 30 fps. I've search for the reason and found that lockCanvas can take up to 10ms and unlockCanvasAndPost can take up to 15ms ! I don't understand why these 2 functions are so slow (sometimes) ! Is

Re: [android-developers] Using a specific GLES library with the emulator-x86

2012-07-27 Thread Harri Smått
Hi, I don't know about using specific GLES library but there's a virtual machine flag you can set in AVD settings. After setting this flag (sorry I can't remember the name of it) I had GLES2 compatible environment on OSX using Intel x86 image out of the box. -- H On Jul 27, 2012 5:37 PM, "goodG"

Re: [android-developers] Timeout error when tryin to do REST

2012-07-27 Thread ashok chakravarthy
did you set internet permission in Manifest? On Thu, Jul 26, 2012 at 6:30 PM, Larry Meadors wrote: > Is the phone on your LAN or using the cell network? > > Larry > > > On Mon, Jul 23, 2012 at 8:50 AM, Fernando Juarez > wrote: > >> Hi I need some help: >> >> I´m developing an Android app with Ec

Re: [android-developers] Using eclipse with the NDK?

2012-07-27 Thread Jim Graham
On Fri, Jul 27, 2012 at 04:59:13PM -0700, SChaser wrote: > Does anyone know where to find instructions for using Eclipse for > generation of code and debugging the native part of a mixed Java/C project? Yes. But you did not post to the group you intended to You clearly thought you were post

[android-developers] Re: instantiation of main activity

2012-07-27 Thread soynerdito soynerdito
Strange error appears from time to time in my builds. In my case most of the times are: 1. Forgot to add an activity to the Manifest 2. A missing uses-permitions on the Manifest 3. Needed to rebuild the project (manually remove gen and bin directories) + Project Clean (sometimes the clean does no

[android-developers] Re: ListView with custom view item refresh issue

2012-07-27 Thread soynerdito soynerdito
Don't quite understands the situation. But here is a short example if you extends from BaseAdapter and implement in the same line. This is using a layout called custom_view (copied bellow). This code is from an Activity and can be on the onCreate (The activity must have a ListView called listVi

[android-developers] Re: Using eclipse with the NDK?

2012-07-27 Thread goodG
Start from here http://developer.android.com/sdk/installing/installing-adt.html Using the URL provided in the Eclipse package manager you will see 2 options, 1 about generic development with Android, the second one about Native development ( aka "using the NDK" ) Install both of this 2 options

Re: [android-developers] Using eclipse with the NDK?

2012-07-27 Thread Nikolay Elenkov
On Sat, Jul 28, 2012 at 8:59 AM, SChaser wrote: > Does anyone know where to find instructions for using Eclipse for generation > of code and debugging the native part of a mixed Java/C project? > You need the latest ADT: http://tools.android.com/recent/usingthendkplugin -- You received this me

[android-developers] Using eclipse with the NDK?

2012-07-27 Thread SChaser
Does anyone know where to find instructions for using Eclipse for generation of code and debugging the native part of a mixed Java/C project? I didn't see it in the r8b docs, which appear to be totally command line oriented. Googling so far hasn't turned up anything that works for me (Windows,

[android-developers] Re: Jelly Bean conversational TTS?

2012-07-27 Thread Doug
I find that JB's TTS is most definitely more natural and overall much better. You might want to find a way to listen to it next to ICS if you have two devices and see if you can spot the differences. Doug On Saturday, July 21, 2012 8:06:34 PM UTC-7, Josh Burton wrote: > > Hi, > > The whats new

Re: [android-developers] Re: grey rectangle

2012-07-27 Thread Nick Fedesna
Yes, while it's really more of an outer glow, if you keep the radius small, 1 or 2 dp, it does seem like solid stroke. I've used this hack myself. On Thursday, July 26, 2012 11:01:52 AM UTC-5, MagouyaWare wrote: > > You can emulate stroked text by setting the Shadow Color (stroke color) >> and

[android-developers] Re: Hi Developers:

2012-07-27 Thread bob
Does it say this: "Where is your Oracle JDBC Driver?" Or this: "oracle driver is not installed check console" ? On Friday, July 27, 2012 6:42:11 AM UTC-5, parthi wrote: > > How to connect oracle database using android > > > > import java.sql.Connection; > import java.sql.DriverManager; > imp

[android-developers] Re: ListView with custom view item refresh issue

2012-07-27 Thread bob
Sure sounds like a bug in getView. Make sure getView works when position==5 and position==6. On Thursday, July 26, 2012 5:59:05 AM UTC-5, Sergio Panico wrote: > > Hi all, > I need your help to understand the refresh behaviour of a ListView where > I've defined a my custom view for the List

Re: [android-developers] How to put ads in live wallpapers?

2012-07-27 Thread FiltrSoft
Yea, I don't think live wallpapers were meant as a thing to build a business around, unless you can sell a whole lot of them for $.99, which you might on iOS (if they had the functionality). www.filtrsoft.com On Friday, July 27, 2012 6:22:39 AM UTC-4, MobileVisuals wrote: > > Could you please e

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Kristopher Micinski
On Fri, Jul 27, 2012 at 3:26 PM, Bryan Ashby wrote: > Glad to see a response, thanks. > > While I think a platform feature vs an API set developers can access is > better than nothing, it's also much too restrictive. What I mean by this is > that parents and admins want to buy the devices they wa

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Bryan Ashby
I just realized I may have misunderstood your response. If Android provided parental controls, again, it would be better than nothing, but very much too limiting. The main point in my list there is this: People want to choose their filtering / parental controls / enterprise control solution, no

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Bryan Ashby
Glad to see a response, thanks. While I think a platform feature vs an API set developers can access is better than nothing, it's also much too restrictive. What I mean by this is that parents and admins want to buy the devices they want to buy -- and still have the ability to "lock them down".

Re: [android-developers] Re: Do we need images for all versions HDPI , MDPI , LDPI

2012-07-27 Thread Dianne Hackborn
Sure, if you are actually generating different bitmaps for different densities, then you must be doing this because you want/need to carefully control their graphics. However my original point stands: if what you are doing is drawing your icons at one high resolution and then scaling those down au

[android-developers] Re: Selling Applications Thru Google Play, Do i have to pay Taxes?

2012-07-27 Thread Streets Of Boston
It entirely depends on your situation and,as the other said, get an accountant/tax-adviser to get a good answer. But in general: If you have income, you'd need to pay taxes on it fact of life :-) On Friday, July 27, 2012 3:11:31 PM UTC-4, Jaison Brooks wrote: > > So i am selling applictio

Re: [android-developers] How to put ads in live wallpapers?

2012-07-27 Thread Dianne Hackborn
Let's assume that push advertising is a bad user experience. (It is.) Do you have a solution for presenting advertising to the user through a live wallpaper that doesn't suck? I can't think of one. If you can't either, maybe this is just not an appropriate thing to do. We created live wallpape

Re: [android-developers] Advantage of introducing Isolatedprocess tag within Services in JellyBean[Android]

2012-07-27 Thread Dianne Hackborn
I'll go farther: are you writing a web browser? If no, just ignore it. :) (Actually we can go a little more broadly and say it may be of interest if you are writing an app that downloads arbitrary content from untrusted sources which requires very complicated code to parse and render, complicated

Re: [android-developers] Regarding Application is not installed alert

2012-07-27 Thread Dianne Hackborn
It is fundamentally wrong to require a permission on your activity, and then publish intent filters for it that would allow other applications to try to launch it without explicitly expecting a permission (which means matching any standard filters such as MAIN for your main activities, VIEW, SEND,

Re: [android-developers] ListView with custom view item refresh issue

2012-07-27 Thread Justin Anderson
> > I'm not seeing any evidence why getViewTypeCount() or getItemViewType() > would be needed. Based on the description, the items views appear to > be homogeneous. > I misunderstood his post... I thought A,B,C,D,E,F, and G were each different custom view types... Thanks, Justin Anderson MagouyaWa

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Dianne Hackborn
That activity manager API was never intended to be used to poll the state, it was there to provide debugging information. I regret making it part of the SDK. There is really no good use of it for regular applications, and lots of bad uses. I do agree that having facilities to provide restricted

[android-developers] Re: Selling Applications Thru Google Play, Do i have to pay Taxes?

2012-07-27 Thread RichardC
Consult a tax adviser in your country On Friday, July 27, 2012 8:11:31 PM UTC+1, Jaison Brooks wrote: > > So i am selling applictions in google play and making around $200 a month > from Google Merchant/Google Checkout. I need some info regarding how the > whole taxes work out, I dont have a bus

Re: [android-developers] Re: Hide the virtual keyboard

2012-07-27 Thread johnbaum
> > Can you point us to any calculator apps on the Play Store that appear > to use an EditText widget and have the behavior that you desire? The > one I use (Droid48) does not use an EditText. > e.g. Mobi Calculator -- You recei

Re: [android-developers] Does app updates count toward user installs on play store

2012-07-27 Thread Dianne Hackborn
Updates definitely don't increase your install count. I very much doubt that uninstalling and then re-installing would increase it, but don't quote me on that. On Mon, Jul 23, 2012 at 3:04 PM, Android Whiz wrote: > I have basic question on how Google records the user installs that is > listed o

Re: [android-developers] Selling Applications Thru Google Play, Do i have to pay Taxes?

2012-07-27 Thread TreKing
On Fri, Jul 27, 2012 at 2:11 PM, Jaison Brooks wrote: > Does anybody know, do i need to be making tax payments or what. That's a question for an accountant and / or lawyer. - TreKing

[android-developers] Selling Applications Thru Google Play, Do i have to pay Taxes?

2012-07-27 Thread Jaison Brooks
So i am selling applictions in google play and making around $200 a month from Google Merchant/Google Checkout. I need some info regarding how the whole taxes work out, I dont have a business or anything just work a day job and develop and sell apps in my spair time. Does anybody know, do i nee

Re: [android-developers] Intent with geo location with no maps API installed

2012-07-27 Thread Luiz Fernando Rodrigues
Thanks Mark, Works like a charm. Luiz 2012/7/27 Mark Murphy > On Fri, Jul 27, 2012 at 2:33 PM, Luiz Fernando Rodrigues > wrote: > > In my application I launch an intent to be opened in the google maps > > aplication. > > > > String uri = "geo:0,0?q=" + announcement.getAttribute(MapRegion.ANN

Re: [android-developers] ADB Multi-phone Connection Reliability

2012-07-27 Thread Kostya Vasilyev
Are you sure you haven't got a sub-par USB cable? Or that you're not overloading the USB ports they're plugged in? I used to see this a lot a few months ago, it drove me crazy, tried a few different cables and hubs then switched to LCD monitors with built-in hubs (which are in turn connected t

[android-developers] ADB Multi-phone Connection Reliability

2012-07-27 Thread Andrey
Hello, I have been having some stability issues with ADB, especially when using multiple phones. The most common problem I run into is that a phone will get dropped from the devices list (which kills any port forwarding/logcat/etc.) even though the physical connection wasn't touched. This do

Re: [android-developers] ListView with custom view item refresh issue

2012-07-27 Thread Kostya Vasilyev
I'm not seeing any evidence why getViewTypeCount() or getItemViewType() would be needed. Based on the description, the items views appear to be homogeneous. It looks weird to me that "public void refreshView" does not take an "int position" parameter. How does it know that it needs to set the view

Re: [android-developers] mobile eye for windows phone 7.5 mango

2012-07-27 Thread Kostya Vasilyev
Hey, some of us have Windows Phone devices too :) ( whoops... ban for life now? ) 2012/7/27 Justin Anderson > You do realize this is an *ANDROID* group? > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > > On Thu, Jul 26, 2012 at 7:17 AM, mega

Re: [android-developers] Intent with geo location with no maps API installed

2012-07-27 Thread Mark Murphy
On Fri, Jul 27, 2012 at 2:33 PM, Luiz Fernando Rodrigues wrote: > In my application I launch an intent to be opened in the google maps > aplication. > > String uri = "geo:0,0?q=" + announcement.getAttribute(MapRegion.ANN_GEO) + > "(" + announcement.getAttribute(MapRegion.ID) + ")"; > Intent inten

[android-developers] Intent with geo location with no maps API installed

2012-07-27 Thread Luiz Fernando Rodrigues
Hi group, In my application I launch an intent to be opened in the google maps aplication. String uri = "geo:0,0?q=" + announcement.getAttribute(MapRegion.ANN_GEO) + "(" + announcement.getAttribute(MapRegion.ID) + ")"; Intent intent = new Intent(android.content.Intent.ACTION_VIEW); intent.setDat

Re: [android-developers] getViewTypeCount

2012-07-27 Thread TreKing
On Fri, Jul 27, 2012 at 12:42 PM, Justin Anderson wrote: > I was going off of this from his original post: "public *abstract* int > getViewTypeCount ()" > Whether or not you have to implement it would depend on what class you are > deriving from. Based on the information he provided, he would hav

Re: [android-developers] Hi Developers:

2012-07-27 Thread Justin Anderson
> > I know you are a nice guy and always do the search on other's behalf but I > think the best response is to not respond at all just like everyone else > here. If the poster is not smart enough to first try the options that are > already available to him/her then he/she does not deserve even a se

Re: [android-developers] Hi Developers:

2012-07-27 Thread Nadeem Hasan
> > Justin, > > I know you are a nice guy and always do the search on other's behalf but I think the best response is to not respond at all just like everyone else here. If the poster is not smart enough to first try the options that are already available to him/her then he/she does not dese

Re: [android-developers] Re: Try to connect on SQL database jtdb drivers

2012-07-27 Thread Andre St-Onge
And who need to know how the connection string work for SQLEXPRESS on the Android XXX.XXX.XXX.XXX:1434;instance=SQLEXPRESS;databaseName=WorkAdventures;user=**;password=** Replace XXX.XXX.XXX.XXX by computer name or IP Adress and by the SQL user information and under AndroidManifest

Re: [android-developers] ListView with custom view item refresh issue

2012-07-27 Thread Justin Anderson
Look at and implement these methods: http://developer.android.com/reference/android/widget/Adapter.html#getItemViewType(int) http://developer.android.com/reference/android/widget/Adapter.html#getViewTypeCount() Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] mobile eye for windows phone 7.5 mango

2012-07-27 Thread Justin Anderson
You do realize this is an *ANDROID* group? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 26, 2012 at 7:17 AM, megatypos wrote: > i am looking for this app months and i cant find it...anyone who convert > this app from ios to wp7.5 i will pay

Re: [android-developers] how to position imageview in linear layout with respect to screen size

2012-07-27 Thread Justin Anderson
> > How to position the image view with respect to screen size.Any one help on > this? > You don't want to do that... In my application,i used to customize the position of image view in linear > layout.First,i position the first image view at the centre of the screen > and then i try to position

Re: [android-developers] Hi Developers:

2012-07-27 Thread Justin Anderson
FWIW, I don't think it is possible. However I was nice enough to do the Google search you should have done before posting here: http://lmgtfy.com/?q=oracle+db+on+android Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 27, 2012 at 5:52 AM, par

Re: [android-developers] getViewTypeCount

2012-07-27 Thread Justin Anderson
> > On Fri, Jul 27, 2012 at 10:14 AM, Justin Anderson > wrote: > >> If you only have a single type of item in your list, just implement this >> and always return 1. > > > FYI, that's unnecessary as that's the default implementation. You only > need to override it if you have more than the standard

[android-developers] Re: socket sharing

2012-07-27 Thread RichardC
Probably better to use a service. On Friday, July 27, 2012 6:34:11 PM UTC+1, bob wrote: > > Is it possible to pass an open socket between different Activities in the > same Application? > > > Is this a reasonable practice or no? > > > -- You received this message because you are subscribed to t

Re: [android-developers] socket sharing

2012-07-27 Thread Kristopher Micinski
Generally you write a service that handles it and coordinate network operations by using the service from different activities. kris On Fri, Jul 27, 2012 at 1:34 PM, bob wrote: > Is it possible to pass an open socket between different Activities in the > same Application? > > > Is this a reasona

Re: [android-developers] Voice Actions

2012-07-27 Thread TreKing
On Wed, Jul 18, 2012 at 8:49 AM, AlexTheLion wrote: > hello > how can i use voice to get obeject move? > for example: when i will say "left" my object will move left > http://developer.android.com/reference/android/speech/package-summary.html -

[android-developers] socket sharing

2012-07-27 Thread bob
Is it possible to pass an open socket between different Activities in the same Application? Is this a reasonable practice or no? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

Re: [android-developers] My app is not appearing in Google Play

2012-07-27 Thread TreKing
On Tue, Jul 24, 2012 at 8:51 PM, Bob Crowley wrote: > I have a published app that will not show in Google Play. Not even from my > browser so filters are not the issue. It has been two days. I've gone over > and over the documentation regarding how to prepare the app for > distribution. Does anyb

Re: [android-developers] How to cereate table on android.

2012-07-27 Thread TreKing
On Wed, Jul 25, 2012 at 5:16 PM, polvertum wrote: > How to pool data from mysql database and manipulate them in table form. > This will work only on 10" screen tablets. > Any ideas? > Read the docs for SQLite. Read the docs for TableLayout. ---

Re: [android-developers] Google Play suspended one of our applications.

2012-07-27 Thread TreKing
On Tue, Jul 24, 2012 at 8:23 AM, Kiwe Development wrote: > Do you have any clue what's the violation here? Your name and icon are fairly blatant ripoffs of Pinterest, to the point that a casual passerby might confuse your product as an official Pinterest app. They're probably not happy about. I

Re: [android-developers] Storing an array of floats in SD Card

2012-07-27 Thread TreKing
On Tue, Jul 24, 2012 at 3:17 PM, sterva7 wrote: > Can I do this? How? Is there any example I can use? http://developer.android.com/guide/topics/data/index.html - TreKing

Re: [android-developers] Does app updates count toward user installs on play store

2012-07-27 Thread TreKing
On Mon, Jul 23, 2012 at 5:04 PM, Android Whiz wrote: > I have basic question on how Google records the user installs that is > listed on the play store. I doubt anyone here has an answer for you. The people that would know that for sure are neither on this list nor would answer you if they were

Re: [android-developers] New to android..which API to choose?

2012-07-27 Thread TreKing
On Mon, Jul 23, 2012 at 4:27 PM, Carlos Oneil wrote: > If i develop a ICS based app, will it run on a Gingerbread device? If your minSDK is Gingerbread and you use APIs that existed then, then yes, it'll work. There is also the compatibility library for this purpose. --

Re: [android-developers] Photos not saving anywhere?

2012-07-27 Thread TreKing
On Thu, Jul 26, 2012 at 5:26 AM, Vaibhav Ajay Gupta < vaibhav.ajaygu...@gmail.com> wrote: > Why images are not saving anywhere?? > Please break your post down to the bare minimum amount of code required to demonstrate your problem. That's too much code for mots people to weed through. --

Re: [android-developers] Problem Obtaining API Key and MapView not working

2012-07-27 Thread TreKing
On Thu, Jul 19, 2012 at 2:54 PM, AgricultureDeveloper < juliorodriguezvasq...@gmail.com> wrote: > if I could just get the maps to show up on my phone I could deal with the > api key later on down the road. You can just run a debug build for now with your debug key and it should work just like th

[android-developers] Re: add phone number to contact

2012-07-27 Thread Nobu Games
I made a little "spot the* error*" game for you: builder = > ContentProviderOperation.newInsert(ContactsContract.Data.CONTENT_URI); > >builder.withValue(ContactsContract.Data.CONTACT_ID, > contactID); > > builder.withValue(ContactsContract

Re: [android-developers] getViewTypeCount

2012-07-27 Thread TreKing
On Fri, Jul 27, 2012 at 9:43 AM, bob wrote: > Can someone help me understand why I must implement this method? It seems > like it should not be necessary to do this. You don't *have* to. It's *not* necessary to do this. On Fri, Jul 27, 2012 at 10:14 AM, Justin Anderson wrote: > If you only h

[android-developers] Re: ICS/JB adaptation rate

2012-07-27 Thread b0b
On Friday, 27 July 2012 15:28:34 UTC+2, Zsolt Vasvari wrote: > > Is yours (and Pent's) app new to the Market? No, 1 year. -- 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@googlegro

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Kristopher Micinski
App, not apparently, I have an overzealous autocorrect On Jul 27, 2012 10:13 AM, "Kristopher Micinski" wrote: > By the way, I don't think your apparently shouldn't exist, I think there > should be a way to extended system functionality in a secure way, and I > don't think poor undocumented interf

Re: [android-developers] getViewTypeCount

2012-07-27 Thread Justin Anderson
Another scenario where you would use this is if you want to have sections headers in your list... For example, if you are displaying a list of contacts in alphabetical order, you can have a section header every time you get to a new letter when scrolling through the list. In this case, you would

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Kristopher Micinski
By the way, I don't think your apparently shouldn't exist, I think there should be a way to extended system functionality in a secure way, and I don't think poor undocumented interfaces subject to change are the right way On Jul 27, 2012 10:05 AM, "Kristopher Micinski" wrote: > I didn't say that

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Kristopher Micinski
I didn't say that was a security hole, but I believe you could. What I said was bad was when an apparently could gain power over the system. AM polling is an option, but while it's a possible hack, they certainly don't *want* this, hence lack of an API, you can see the lengthy discussions as to th

[android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Pent
> By the way, I think anyone at Google would argue this is a security hole, > so I'm not alone They seem to allow services to do virtually anything that an activity can do at virtually any time. Doesn't seem to me they consider it a security hole. My app is called Tasker. It uses ActivityManager

Re: [android-developers] getViewTypeCount

2012-07-27 Thread Kumar Bibek
This you would use if the list items are of different type, ie, one item could have a simple textview, and another could have a textview with a button, and provided you want to have a separate layout file for these two kinds of views. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.c

[android-developers] getViewTypeCount

2012-07-27 Thread bob
I'm writing a class that implements ListAdapter. I'm looking at this method: --- public abstract int getViewTypeCount () Since: API Level 1 Returns the number of types of Views that will be created by getView(int, View, ViewGroup). Each type represents a set of

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Kristopher Micinski
By the way, I think anyone at Google would argue this is a security hole, so I'm not alone On Jul 27, 2012 9:37 AM, "Kristopher Micinski" wrote: > Most people I know on this list argue that apps should never be allowed to > change system behavior. I hope you understand the implications for apps >

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Kristopher Micinski
Most people I know on this list argue that apps should never be allowed to change system behavior. I hope you understand the implications for apps that aren't legitimate, unlike yours. Sure there are hacks, removing them happens slowly. Whats your app title, since I'm assuming you won't disclose t

[android-developers] Re: TTS / Jellybean

2012-07-27 Thread Michael Kendle
So I believe I figured out a way around this, which IMO is nicer anyway. Rather than check the TTS data before I create the TTS object, I just create it and then call: myTTS.isLanguageAvailable(Locale.getDefault()) // for the default locale, can change to whatever to see if there's TTS data av

[android-developers] Re: ICS/JB adaptation rate

2012-07-27 Thread Pent
Mine's been out a couple of years. Pent -- 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...@g

Re: [android-developers] Re: Try to connect on SQL database jtdb drivers

2012-07-27 Thread Andre St-Onge
Hum !!! .. my program working very well on other one SQL Server 2005 except if I tried to connect on my computer on Microsoft SQL Server Express Edition with Advanced Services This can be a problem with port lan or restriction on SQL Express When I will found a way, I will post my solution, just in

[android-developers] Re: ICS/JB adaptation rate

2012-07-27 Thread RichardC
http://developer.android.com/about/dashboards/index.html On Friday, July 27, 2012 6:00:06 AM UTC+1, Zsolt Vasvari wrote: > > I know my app may not be a perfect sample (higher price, more > sophisticated users), but it's interesting to see the various SDK level > breakdown as of today: > > And

[android-developers] Re: ICS/JB adaptation rate

2012-07-27 Thread Zsolt Vasvari
Is yours (and Pent's) app new to the Market? On Friday, July 27, 2012 4:50:57 PM UTC+8, b0b wrote: > > I have some amazing numbers for my app with ICS+ adoption rate. > This is an app that catters to users more likely to be technical thus > having high-end phones or tablets > Free version: > >

[android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Pent
> Generally if you can do this, it's kind of considered a security hole, By whom and for what reason ? > while these chinese wall > policies are implementable, I'm a little skeptical as to their real utility... Luckily my customers aren't. Pent -- You received this message because you are sub

[android-developers] Regarding Application is not installed alert

2012-07-27 Thread Spiral123
What is 'plz'? Is it some sort of insult? I'm thinking of doing something similar. I haven't researched it yet but my planned approach is to do something in the child app to check the calling intent rather than your approach. -- You received this message because you are subscribed to the G

[android-developers] Re: Dalvikvm exception instantiating org.apache.http.entity.mime.content.FileBody

2012-07-27 Thread jclove
Hi DennisG: I can upload image file to server by source solution now. I will try new method.Thanks a lot. DennisG於 2012年7月26日星期四UTC+8下午3時14分03秒寫道: > Sorry to all. Please forget about sources solution. Just put .JAR file > into /libs folder of the project and add link to this JAR file to the

[android-developers] Bluetooth PAN profile in Android ICS

2012-07-27 Thread chainz roid
Hello I've a question that, is ANDROID ICS support Bluetooth Personal Area Network (PAN) profile or not .? Is any one handled that, kindly let me know.! Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Kristopher Micinski
Generally if you can do this, it's kind of considered a security hole, and while these chinese wall policies are implementable, I'm a little skeptical as to their real utility... On Jul 27, 2012 2:09 AM, "Pent" wrote: > Note that app-locking is not the only use-case for running-app- > detection.

Re: [android-developers] Unsubscribe

2012-07-27 Thread Kostya Vasilyev
2012/7/27 Jim Graham > On Thu, Jul 26, 2012 at 10:35:18PM -0700, Andy dev wrote: > > Anyone made any progress with this issue, I still cannot pinpoint what > > causes it? > It's like life after death - no-one who knows for sure is able to share his knowledge :) > > It's nothing new...e-mail li

[android-developers] Hi Developers:

2012-07-27 Thread parthi
How to connect oracle database using android import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class AndroidoracleActivity extends Activity { /** Called whe

Re: [android-developers] Arial show?

2012-07-27 Thread Kostya Vasilyev
Don't forget Roboto, as well - which is a sans serif type, and is densely spaced, making it somewhat decorative... 27.07.2012 15:08 пользователь "bob" написал: > Ok, thanks. > > I guess this is what Android folks use when they wanna get fancy: > > http://en.wikipedia.org/wiki/File:DroidSerifSpec

Re: [android-developers] Arial show?

2012-07-27 Thread bob
Ok, thanks. I guess this is what Android folks use when they wanna get fancy: http://en.wikipedia.org/wiki/File:DroidSerifSpecimen.svg Here are the other two: http://en.wikipedia.org/wiki/File:DroidSansMonoSpecimen.svg http://en.wikipedia.org/wiki/File:DroidSansSpecimen.svg On Thursday, July

Re: [android-developers] An issue with the added functionality of the home button (4.1)

2012-07-27 Thread Mark Murphy
On Thu, Jul 26, 2012 at 4:25 AM, Viché wrote: > I'm wondering if there is a way to either intercept or stop the two extra > functions to the home button which is long press and swipe up, which both > display the google cards type activity. Actually pressing home is ok, but I > want to stop the dev

Re: [android-developers] Licensing question

2012-07-27 Thread Mark Murphy
On Thu, Jul 26, 2012 at 12:13 PM, Thanikai Sokka wrote: > I have a friend outside of Google that is working on an Android device and > wants to ship it with YouTube already bundled. He was wondering if there is > any licensing required with Google in order to do this. Not sure if this is > the rig

Re: [android-developers] Regarding Application is not installed alert

2012-07-27 Thread Mark Murphy
There is no solution. The OS s indicating that the home screen's process cannot run your app (though the message itself is inaccurate). You cannot customize that message, because you did not write the operating system. On Fri, Jul 27, 2012 at 1:52 AM, Bunty syed wrote: > Plz reply if somebody kno

Re: [android-developers] Advantage of introducing Isolatedprocess tag within Services in JellyBean[Android]

2012-07-27 Thread Mark Murphy
On Thu, Jul 26, 2012 at 11:42 PM, Mehrag wrote: > Can anyone put some light as what's the real/main advantage of introducing > Isolatedprocess tag within Services in JellyBean[Android]. It is a simple way of providing sandbox security, particularly for something that might be used by an app but c

Re: [android-developers] modifying repligoreader.apk

2012-07-27 Thread Mark Murphy
So, not only are you a software pirate, but you want help from this list in your piracy. How charming. On Thu, Jul 26, 2012 at 3:32 PM, shahrokh vahedi wrote: > hello... > I wonder if you could modify the attached app to disable page turn > animations... > I'll appreciate it if you could possibly

[android-developers] Re: Try to connect on SQL database jtdb drivers

2012-07-27 Thread Andre St-Onge
The XYZ is the instance of the SQL server not a path So IPADRESS/instance are not working Any idea ? -- 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

Re: [android-developers] instantiation of main activity

2012-07-27 Thread Mark Murphy
Please consider posting a full stack trace. On Thu, Jul 26, 2012 at 6:50 PM, peter gottlieb wrote: > I have gone through several stages in the development of an app, compiling > and executing just fine. After my latest increment of code the app builds > fine, but crashes with the following messa

Re: [android-developers] Jelly Bean, READ_LOGS and 'Application Lockers'

2012-07-27 Thread Mark Murphy
On Thu, Jul 26, 2012 at 10:54 PM, Bryan Ashby wrote: > Google has certainly posted "we're working on it" type hints on many issues > / upcoming features. Dates no, but it would be good to know if this is being > looked at. :: snip :: > I think at this point I may develop some customization's to

Re: [android-developers] Unsubscribe

2012-07-27 Thread Jim Graham
On Thu, Jul 26, 2012 at 10:35:18PM -0700, Andy dev wrote: > Anyone made any progress with this issue, I still cannot pinpoint what > causes it? It's nothing new...e-mail lists have been plagued with unsubscribe requests sent to the list despite very specific instructions given to users of the lis

Re: [android-developers] How to put ads in live wallpapers?

2012-07-27 Thread MobileVisuals
Could you please explain why you think it is a terrible idea to mix live wallpapers with advertising? I have talked to several mobile advertising companies now and now one has any other advertising solution for live wallpapers than push notifications. Is any one else here developing live wallp

[android-developers] Re: Multiple SurfaceView and threads

2012-07-27 Thread RLScott
The rule is only the main UI thread is allowed to draw anything on the screen. Do not use other threads to try to do this because it will only get you into trouble. There are various methods of linking background thread calculations and communications with the main thread, but only the main threa

Re: [android-developers] Public API for bluetooth headset event

2012-07-27 Thread Ankur Agarwal
Hi Raunaque, I am trying to write my application which would react to the Bluetooth headset/stereo-headset event. Pairing is done the normal way as is done between the phone and the Bluetooth device. Thanks, Ankur On Fri, Jul 27, 2012 at 2:20 PM, Raunaque Quaiser wrote: > what kind of applicati

[android-developers] how to position imageview in linear layout with respect to screen size

2012-07-27 Thread Vijay Krishnan
Hi all, In my application,i used to customize the position of image view in linear layout.First,i position the first image view at the centre of the screen and then i try to position the second image view above the first image view.But i couldn't do that because the second image view is posi

Re: [android-developers] How to make activate from sms ?

2012-07-27 Thread ono
Thanks for reply. And could you give me a sample code ? Ono 2012年7月27日金曜日 5時04分57秒 UTC+9 Kristopher Micinski: > > Google SMS broadcast receiver > On Jul 26, 2012 5:01 AM, "ono" wrote: > >> Hi, >> >> I am searching a sample code what make activate android app by SMS. >> Could anyone show one to

Re: [android-developers]

2012-07-27 Thread Asheesh Arya
webpage auh lots of work still left -- 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...@go

[android-developers] instantiation of main activity

2012-07-27 Thread peter gottlieb
I have gone through several stages in the development of an app, compiling and executing just fine. After my latest increment of code the app builds fine, but crashes with the following message in the Log: unable to instantiate ActivityComponentinfo {}: java.lang.NullPointerException. My

[android-developers] Re: TTS / Jellybean

2012-07-27 Thread Michael Kendle
I'm having the same problem with my app. Only an issue with Jelly Bean, worked fine before. On Monday, July 23, 2012 9:37:53 AM UTC-5, Pent wrote: > > On my Nexus S European GSM 4.1, if not all possible languages are > installed for the 'Google Text-to-speech Engine' then checking TTS > data wi

  1   2   >