[android-developers] How to build recovery Image separately

2009-01-23 Thread Jay
Hello. I want to build recovery image. how can i compile this. plz 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] Best practice for seamless, integration authentication?

2008-09-28 Thread jay
Hi, I am looking to build a typical client server application with user accounts. Is there anything within the Android platform/API that can assist with this? I am looking a form of authentication that doesn't require the user to remember anything and registration involveds just agreeing to

[android-developers] Re: ListView's OnItemClickListener is not called

2008-10-07 Thread Jay
Thank you for the link. I think I'll have to setup an on-click listener on text view to do the same thing as I want to do in OnItemClickListener. It just doesn't look good because the text disappear when I click on it. Jay --~--~-~--~~~---~--~~ You received

[android-developers] Re: persistent socket connection

2008-10-08 Thread jay
You could try running a server socket on the phone. The server would connect to the phone's port when it has something to send down and then tear it down. If TCP is too heavy handed for this, you could try using UDP (DatagramSocket) If T-Mobile has a NAT like router/firewall between the phone

[android-developers] Internet service on Android hand held?

2008-10-12 Thread jay
I see from projects like ijetty (http://code.google.com/p/i-jetty/) that the Android API supports running of internet services directly on the held held. However, has someone looked into the possibility that all the IPAddresses could be behind T-Mobile's router with a network address translator?

[android-developers] Re: Internet service on Android hand held?

2008-10-12 Thread jay
Thanks for the link. I guess we'll have to wait and see what type of NAT they'll put in place. On Oct 12, 2:47 pm, Mark Murphy [EMAIL PROTECTED] wrote: jay wrote: However, has someone looked into the possibility that all the IPAddresses could be behind T-Mobile's router with a network

[android-developers] Using ICU4J with Android

2009-10-27 Thread jay
file isn't in the classpath, but clearly it is, because the com.ibm.icu... classes are all found. I've not found anything about anyone having similar issues, so either this is something stupid I'm doing, or else no one else has had to overcome this problem (yet). Thanks for any help, jay

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-01 Thread Jay
Try export GDK_NATIVE_WINDOWS=true before running android sdk manager. It fixes both the save button and the install button for me. For more details please see https://bugzilla.gnome.org/show_bug.cgi?id=598734 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=290395 Jay On Oct 31, 12:13 am

[android-developers] RSSI like indicator in notification area

2009-11-23 Thread Jay
Hi, Is it possible to display indicator similar to RSSI in notification area i.e. in status bar area in Android? Regards, Jay -- 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

[android-developers] Emulator not working properly

2009-08-02 Thread Jay
Hi all. My little apps used to run fine in eclipse and on the android emulator. Then for some reason they stopped working. Now, no new apps or changes will appear on the phone. I have followed the instructions on the FAQ but it doesn't change. Now also if I want to change some code and then

[android-developers] Re: App not visible in Android Market of Samsung Galaxy

2009-08-02 Thread Jay
Hi, could it be because Bouygues Telecom aren't part of the OHA thus blocking their access to copy protected apps? Regards Jay On Jul 22, 8:19 pm, dnamra1 armand.dossan...@gmail.com wrote: Hi,      Does someone know what could be the reason why my application is not visible in the Android

[android-developers] Re: App not visible in Android Market of Samsung Galaxy

2009-08-02 Thread Jay
Hi, Could it be due to Bouygues Telecom not being a member of the OHA thus blocking visibility of all copy-protected apps (free or paid?) Regards, Jay On Jul 22, 8:19 pm, dnamra1 armand.dossan...@gmail.com wrote: Hi,      Does someone know what could be the reason why my application

[android-developers] Emulator won't refresh

2009-08-02 Thread Jay
every bit of info on the dev docs and none of it helps. I have even re-installed everything. Hope someone can help Cheers. Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Using ExpandableLists to show collapsible tables

2009-08-05 Thread Jay
to ignore the expanded group view parameter. Jay --~--~-~--~~~---~--~~ 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

[android-developers] Re: Using FrameLayout inside of LinearLayout causing some problems with OnMeasure

2008-05-01 Thread Jay
Actually, that's not the only problem with this layout. When the listview contains many items, it will also completely draw over the listmenu textview at the bottom. I've been trying to get around this problem by using weights but this doens't work all the time. Any suggestions?

[android-developers] Sensible Factoring

2010-10-10 Thread Jay
wasteful in terms of bytes, but maybe there is some reason to do it). Thanks, Jay -- 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

[android-developers] Drawable cannot draw into Canvas

2009-05-26 Thread Jay
(Color.BLUE); ImageView iv = (ImageView)findViewById(R.id.icon); iv.setImageBitmap(bitmap); Thanks, Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: How can i display a message in Thai language.

2009-06-01 Thread Jay
Can anyone tell me how can i get thai language in my emulator ? I've never done this in the emulator but I did it on my rooted G1. Basically you replace the fonts in /system/fonts with DroidSans fonts that have Thai glyph. You can get the font at

[android-developers] Widget developer tired of Doesn't launch comments

2009-06-03 Thread Jay
widgets later on. Is it possible to set AndroidManifest.xml to open widget picker as default activity? Cheers Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Setting up development environment on windows 7

2010-12-21 Thread Jay
me with the complete step by step procedure to setup my android development environment on windows 7? Thanks in advance. - Jay -- 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

[android-developers] Running adb logcat and dmesg commands from within my app.

2010-12-30 Thread Jay
Hello, Here's what I'm trying to accomplish: I want to be able to show dmesg logs and logcat output in an app I'm writing. I know that I'm supposed to use Runtime.getRuntime().exec(), however other than that, I'm pretty lost. I tried to find some examples, but couldn't. Can someone here give me

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2010-12-30 Thread Jay
I also want to be able to run commands like 'ls' and 'cat' On Dec 30, 5:09 pm, Jay j.gato...@gmail.com wrote: Hello, Here's what I'm trying to accomplish: I want to be able to show dmesg logs and logcat output in an app I'm writing. I know that I'm supposed to use Runtime.getRuntime().exec

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2010-12-31 Thread Jay
for java.lang.Runtime an java.lang.Process. On Dec 30, 3:14 pm, Jay j.gato...@gmail.com wrote: I also want to be able to run commands like 'ls' and 'cat' On Dec 30, 5:09 pm, Jay j.gato...@gmail.com wrote: Hello, Here's what I'm trying to accomplish: I want to be able to show dmesg logs

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-04 Thread Jay
this one .. https://github.com/jackpal/Android-Terminal-Emulator/wiki Good luck !   Frank On 31 Dez. 2010, 22:48, Jay j.gato...@gmail.com wrote: I started reading that, but it still doesn't complete sense. Are there any other more descriptive documents on this out there? On Dec 30

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-06 Thread Jay
. A google search didn't turn up much. Thanks On Jan 4, 3:42 pm, Dianne Hackborn hack...@android.com wrote: Note that shell commands are not part of the SDK, so there are no guarantees that commands you are executing will continue to work in the future. On Tue, Jan 4, 2011 at 1:34 PM, Jay

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-07 Thread Jay
commands, and put it into your own code to run the exec call and all.  otherwise you could see about just including the entire shellcommand class in your code like we did. On Jan 6, 1:57 pm, Jay j.gato...@gmail.com wrote: The terminal emulator code doesn't make since to me. Looks like

[android-developers] Re: Running adb logcat and dmesg commands from within my app.

2011-01-07 Thread Jay
a little. On Jan 7, 8:00 am, Jay j.gato...@gmail.com wrote: I see, I'll take another look. Thanks, On Jan 6, 5:14 pm, Roger Podacter rogerpodac...@gmail.com wrote: what doesnt make sense?  i'll use the two commands we used as example, cat and echo.  we had to use those two

[android-developers] Android 1.5 in Eclipse - source JAR problem not solved by usual solution

2010-10-28 Thread Jay
I recently took a new position and I've been handed a project their former developer started. I've been picking through his code, trying to get things to display and weeding through all his commented-out sections. Once I got things displaying, I tried to debug through it to see what, if

[android-developers] How to Read E-pub File in android from sd card and with formatted output

2010-05-27 Thread jay
hi all i am doing project on android platform, my application is based on book reading like adobe acrobat so i am going to read e-pub format so kindly help me out Thank u -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Activity lifecycle difference between device and emulator

2010-06-18 Thread Jay
, both are using Adroid 1.5. If this topic is already present in the discussions, sorry for the duplicate and kindly point me to the right direction. Thanks for any insight. Jay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Send DTMF tones during call

2010-06-21 Thread Jay
to select from the contacts list. Is this a feature upcoming in the Android OS updates or is there already an app. that anyone knows about that allows this feature, which is common on all other mobile os's? Thanks Jay -- You received this message because you are subscribed to the Google Groups

[android-developers] Control wimax / 4G connection via SDK

2010-06-24 Thread Jay
I'm trying to enable / disable the wimax / 4G radio on an Evo, and I'm not seeing the appropriate API anywhere. I see where the ConnectivityManager can show the state of the connection, but not control it. Anybody know how to control the wimax radio? Thanks, Jay -- You received this message

[android-developers] Calendar Broadcast Intents

2009-06-10 Thread Jay
I'm trying to capture when a calendar reminder goes off. What I'm trying to do right now is use a BroadcastReceiver and receive an intent from the calendar. Is there an intent that gets broadcast when a calendar reminder goes off? If so what is its name, or where can I find it? Is there a

[android-developers] Calendar Broadcast Intents

2009-06-10 Thread Jay
I'm trying to capture when a calendar reminder is triggered. The way I am trying to do that is by using a BroadcastReceiver. My problem is I don't know the name of the Intent that gets broadcast when a reminder is triggered, if it even exists. Does anyone know where I could find a list of

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-02 Thread Jay
Not only the people from the countries that not supported by Google Checkout cannot sell the apps on the market, they will not get the free phone too. Great! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Always permission denial when trying to read Email Account

2010-03-04 Thread JAY
Hi Dianne, Then do we have an URI to access the emails from a 3rd party application. Thanks, Jay On Jan 7, 8:25 am, Dianne Hackborn hack...@android.com wrote: This is private to the e-mail app.  Other apps do not get to access it. On Wed, Jan 6, 2010 at 6:36 PM, sure zhang sure19830

[android-developers] android keyboard

2010-03-24 Thread Jay
Is it possible, that you can update the dial pad like the dial pad of the iphone for the on screen android keyboard -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Android Developers Group in Los Angeles/Ventura Area

2011-02-22 Thread Jay
Does anybody have any information on android developers group (something similar to Java Users Group - for developers) in Los Angeles or Ventura area? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Joins vs. Content provider

2011-03-10 Thread Jay
. The CursorJoiner class you reference seems to be designed for exactly what I am talking about, but I would still appreciate any insights anyone has in making a manual join like this efficient. Thanks again, Jay On Mar 10, 3:07 pm, Kostya Vasilyev kmans...@gmail.com wrote: Not sure I understand the question

[android-developers] Re: Making Views the Same Width

2011-03-13 Thread Jay
in many cases. Jay On Mar 13, 1:28 pm, TreKing treking...@gmail.com wrote: On Sun, Mar 13, 2011 at 11:09 AM, Jay Bloodworth johnabloodwor...@gmail.com wrote: Is there a standard idiom for an Activity to enforce that two of it's child views have the same width in cases where a LinearLayout won't

[android-developers] Re: StartActivity and InstantiationException

2011-03-20 Thread Jay
about horses and zebras. Thanks. Jay -- 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

[android-developers] internet connection problem using emulator. can you help??

2011-04-08 Thread jay
Hi We have an issue when Android emulator runs for several hours or sometimes even when we star it up, the internet connection is breaks and does not come back on the emulator. In the server running the internet the internet is fine. In the log, there is two sorts of exception for internet

Re: [android-developers] Json parsing problem using gson

2012-07-31 Thread jay
07-30 10:50:34.773: I/System.out(441): Exception com.google.gson.JsonParseException: Type information is unavailable, and the target is not a primitive: On Tuesday, March 6, 2012 8:04:22 PM UTC+5:30, Marcelo H wrote: code ??? 2012/3/6 T.M.S.VIJAYKUMARR iamvijayaku...@gmail.com Hi, i

[android-developers] Account Manager + OpenID

2011-10-17 Thread Jay
a Google account (for sync, etc) but that uses the credentials for an extant Google account? Thanks, Jay -- 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

[android-developers] Re: Account Manager + OpenID

2011-10-21 Thread Jay
OpenId? Thanks, Jay On Oct 17, 7:22 am, Jay johnabloodwor...@gmail.com wrote: Several related questions about the account infrastructure: Can a third party app use the account API to request a token for and login to a Google service using the stored credentials? Examples I have found seem

[android-developers] Multiple ContentProviders per SyncAdapter?

2011-10-22 Thread Jay
it is interested in? Is that unseemly? Would it cause concurrency issues? Other issues? Is there a correct idiom syncing multiple CPs from one account? Thanks, Jay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] GROUP_SOURCE_ID - GROUP_ROW_ID caching issue

2011-10-29 Thread Jay
) are using the group_row_ids from when the groups were created the first time. So it looks like there is a stale GROUP_SOURCE_ID - GROUP_ROW_ID cache being used somewhere. Does this look like a platform bug, or is there an api for clearing such a cache I should be using? Thanks, Jay This is the inner

[android-developers] Framework Cloning of Referenced Objects?

2011-11-05 Thread Jay
referenced the same objects as I expected them to. Does the framework sometimes clone objects referenced by adapters or does Java or am I misreading this whole situation? Thanks, Jay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Framework Cloning of Referenced Objects?

2011-11-05 Thread Jay
). Thanks, Jay On Nov 6, 12:00 am, Dianne Hackborn hack...@android.com wrote: None of the methods you are using will copy an object.  Generally you must explicitly call clone() to do this. On Sat, Nov 5, 2011 at 6:25 AM, Jay johnabloodwor...@gmail.com wrote: I assume

[android-developers] Re: Framework Cloning of Referenced Objects?

2011-11-06 Thread Jay
populated. Jay On Nov 6, 1:57 pm, Dianne Hackborn hack...@android.com wrote: Well as far as I know ArrayList won't just do this behind your back.  I would assume there is something else your app is doing that isn't shown here.  Are you sure you never change what is in mPeople that could cause

[android-developers] Strikethru Differennt Color Than Text

2011-11-19 Thread Jay
Is it possible to to create a span of text in a textview in which the strikethru line is a different color than the text. I cannot find much documentation on the SpannableString interface. Thanks, Jay -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Strikethru Differennt Color Than Text

2011-11-19 Thread Jay
available to modify the drawing process, so I don't know how to implement custom-colored strikethru by hand. I will continue to chase through the source, but would appreciate any insight anyone can provide as to how the Span classes interact with the text. Jay On Nov 19, 9:41 pm, Zsolt Vasvari zvasv

[android-developers] Android Audio framework

2011-12-01 Thread Jay
Hi, Could anyone point me to a link / resource on the web that explains the android audio in depth.. I do have an overview knowledge of how audio works in andorid... But would like to have an indepth knowledge.. Thanks, Jay -- You received this message because you are subscribed to the Google

[android-developers] Android trackball and bluetooth

2011-08-29 Thread Jay
I was curious as to whether or not it's possible to send trackball events over bluetooth to be interpreted by the connection service and passed to the main activity. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Gesture recognization

2013-04-04 Thread Jay
Hi friends, i am working on one application for children. The application on gesture draw and i am drawing letters as well as numbers. i want like whatever i draw is should hold and recognize the alphabets and numbers like A B C D 1 2 3 4 here is the link what i am talking about

[android-developers] Re: Renderscript Support Library Problems

2013-10-30 Thread jay
Hi Team , I needed help how to integrate js in android please explain this ! On Monday, October 28, 2013 10:42:36 PM UTC+5:30, Laikis Reor wrote: Hello All, So I was excited for the Renderscript support library but have had some problems getting it to work. Despite following the

[android-developers] Re: Renderscript Support Library Problems

2013-10-30 Thread jay
Hi Team , I needed help how to integrate js in android please explain this ! On Monday, October 28, 2013 10:42:36 PM UTC+5:30, Laikis Reor wrote: Hello All, So I was excited for the Renderscript support library but have had some problems getting it to work. Despite following the

[android-developers] Application crashing on lollipop version 5.0.1

2015-02-13 Thread jay
hi, i am using Telerik chart controls for my application and its crashing in Nexus 4 mobile and Android OS version 5.0.1 here is the trace of it, please let me know the solution 02-13 18:40:50.927: E/AndroidRuntime(24806): FATAL EXCEPTION: main 02-13 18:40:50.927: E/AndroidRuntime(24806):

Re: [android-developers] Application crashing on lollipop version 5.0.1

2015-02-15 Thread jay
On Saturday, February 14, 2015 at 4:03:56 AM UTC+5:30, TreKing wrote: On Fri, Feb 13, 2015 at 7:26 AM, jay ganatr...@gmail.com javascript: wrote: i am using Telerik chart controls for my application and its crashing in Nexus 4 mobile and Android OS version 5.0.1 here is the trace

[android-developers] Wilcosource Open Requirements

2016-11-21 Thread jay
Hi, Please take a look at the below requirements and send me your consultant updated resume, contact details, copy of H1 and photo ID at j...@wilcosource.com . Please find the job descriptions in the attached file. *Note: * *1. Please send me the resumes if your consultants fits

[android-developers] program manager / Install base master requirement

2016-11-28 Thread jay
Hi, Please take a look at the below requirement and send me your consultant's updated resume, contact details, Visa status copy, 1st entry in US at j...@wilcosource.com or reach me on 408-709-1675. *Requirement* *Job Title: Program Manager/* *Install base Master (IB)**.*

[android-developers] Sr. SalesForce Developer with lightning

2016-11-28 Thread jay
Requirement: Job Title1: Sr. Sales Force Developer with lightning, Experience: Over all 8+ Years which includes around 5+ Years of SFDC. Job Title2: Sales Force Lead with lightning, Experience: Over all 9+ Years which includes around 6+ Years of SFDC. Location: Walnut Creek, CA. Duration: 6

[android-developers] Sr. Python developer requirement.

2016-11-28 Thread jay
Hi, Please take a look at the below requirement and send me your consultant's updated resume, contact details, Visa status copy, 1st entry in US at j...@wilcosource.com or reach me on 408-709-1675. *Requirement:* * Job Title: **Sr.Python Developer / Python Architect* Location*:

[android-developers] Wilco source requirement of Program manager / Install base master

2016-11-18 Thread jay
Hi, Please take a look at below requirement if you feel comfortable with the requirement, please send your consultant's Updated resume, Visa st atus copy, Photo ID, LinkedIn link and Current location or call me on 408-709-1675 *Requirement* *Job Title: Program manager /

[android-developers] Sr. Python Developer/Architect

2016-11-14 Thread jay
Hi, Please take a look at below requirement if you have consultant send me their Updated resume and contact details on j...@wilcosource.com *Requirement:* *Job Title: Sr. Python Developer* *Location: San Francisco, CA.* *Duration: 6-12 Months.* *Rate: Negotiable based on

[android-developers] Sr. Python developer, Exp 8+ , Location - CA

2016-11-29 Thread jay
Hi, Please take a look at the below requirement and send me your consultant's updated resume, contact details, Visa status copy, 1st entry in US at j...@wilcosource.com or reach me on 408-709-1675. *Requirement:* * Job Title: **Sr.Python Developer / Python Architect* Location*:

[android-developers] Team centre Developer requirement of wilco source.

2016-12-07 Thread jay
Hi, Please take a look at the below requirement, If you are comfortable with the requirement, send me consultant's Updated resume at j...@wilcosource.com or reach me on 408-709-1675. *Requirement* Role: *TeamCenter Developer* Length: *4-6 months*

[android-developers] Peoplesoft HRMS functional/ Technical 9.2 requirement

2016-12-09 Thread jay
Hi, Please take a look at the requirement, if you any have consultant please share me his/her updated resume, contact details, visa status copy and photo ID. *Requirement* *Job title: *Peoplesoft HRMS functional/ Technical 9.2 *Location : *Washinton DC

[android-developers] Wilco Source Open Requirement

2016-12-14 Thread jay
Hi , Please take a look at the requirements file in attachment and send me your consultant's, update resume,contact details, H1b copy,Photo Id copy, and fill the below given details at a...@wilcosource.com or reach me on 408-709-1675. *Requirements* *Technology*

[android-developers] Wilco Source Open Requirements

2016-12-13 Thread jay
Hi, Please take a look at the requirements file in attachment and send me your consultant's, update resume, H1b copy, Photo Id copy, highest degree copy at a...@wilcosource.com or reach me on 408-709-1675 and fill the below given details. *Requirement* *Technology*

[android-developers] Wilco Source requirement Angular Js Developer with Python

2016-12-16 Thread jay
Hi, Please take a look at below requirement, if you are comfortable with the requirement, please send me updated resume, contact details, H1b copy, Photo ID and the details given below at a...@wilcosource.com. Please let me know your interest ASAP. Please feel free to reach me @

[android-developers] Wilco Source Open Requirements

2016-12-12 Thread jay
Hi, Please take a look at the requirements file in attachment and send me your consultant's, update resume, H1b copy, Photo Id copy, highest degree copy at a...@wilcosource.com or reach me on 408-709-1675 and fill the below given details. *Requirement* *Technology*

[android-developers] Wilco Source requirement Angular Js Developer with Python

2016-12-19 Thread jay
Hi, Please take a look at below requirement, if you are comfortable with the requirement, please send me updated resume, contact details, H1b copy, Photo ID and the details given below at a...@wilcosource.com. Please let me know your interest ASAP. Please feel free to reach me @

[android-developers] Wilcosource Requirement Angular JS Developer with Python

2016-12-22 Thread jay
Hi, Please take a look at below requirement, if you are comfortable with the requirement, please send me updated resume, contact details, H1b copy, Photo ID and the details given below at a...@wilcosource.com. Please let me know your interest ASAP. Please feel free to reach me @

[android-developers] Re: How to send email programmatically?

2008-12-01 Thread Jay-andro
I too want to send email programmtaically (i.e without a send form). I've got it working with my hardcoded credentials, but I want my app to use the user's account to send the email from the user's account and receive replies to his account. How do I do this? On Nov 12, 10:51 am, Sunit Katkar

[android-developers] Any way to reject a call programmatically

2008-12-08 Thread Jay-andro
ideas? Thanks Jay --~--~-~--~~~---~--~~ 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 [EMAIL

[android-developers] Re: How to send email programmatically?

2008-12-08 Thread Jay-andro
order. - A game is set up to automatically email the highest score to all members of a game-group In all cases, the app would advertise the auto-email as a feature, that the user can opt into or out of. thx jay On Dec 6, 2:13 pm, Dianne Hackborn [EMAIL PROTECTED] wrote: You need to go through

[android-developers] Can we have PACKAGE_ADDED and CHANGED back?

2008-12-11 Thread Jay-andro
In my view, it would be good to have the ability for an app to be notified when it is installed. For apps that work in real-time like when a call comes in, or an SMS or email comes in, and that need some pre-setup to have taken place (like creating a database), it would be very useful to be able

[android-developers] Transitioning from Free to Paid

2008-12-12 Thread Jay-andro
You may not collect future charges from users for copies of the Products that those users were initially allowed to download for free. This is not intended to prevent distribution of free trial versions of the Product with an “upsell” option to obtain the full version of the Product: Such free

[android-developers] Detecting if an Activity is being displayed or not

2008-12-25 Thread Jay-andro
it when the activity is destroyed (?) but I dont feel that's going to be reliable. I'd much rather find out definitively from Android whether the activity is showing or not.) Thanks Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] What happens to the database when app is upgraded

2009-01-04 Thread Jay-andro
I have an app that creates an sqllite database on first-use, if one doesn't already exist. Recently I released a new version of the app, and all of a sudden several users are complaining of erros that I didnt encounter in my testing. In my development I always installed using adb over usb, which

[android-developers] Re: What happens to the database when app is upgraded

2009-01-05 Thread Jay-andro
version in oldVersion and the appversionname (from manifest file) in newVersion? is this correct? thanks in advance Jay On Jan 4, 7:39 pm, shaunke...@gmail.com shaunke...@gmail.com wrote: Are you using a class that extends SQLiteOpenHelper to open your DB. You should be able to specify

[android-developers] How to launch a viewer for common file types?

2009-04-09 Thread Jay-andro
Is there a way to launch a viewer for common file types like TXT, DOC, XLS, PDF from within an app, like Gmail does. Maybe a Google Docs api to pass the file to GD and have it open in the browser? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Copy protection License key management

2009-04-26 Thread Jay-andro
working or asking for new keys etc, where license support turns into a full-time activity. Any thoughts, experience or pointers on this, specific to Android apps, would be appreciated. Thanks Jay --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Market numbers are weird the last few days

2009-02-09 Thread Jay-andro
something has changed with the way these download and new user numbers are captured, calculated or reported. Anyone else experiencing anything similar? thx Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Charding existing user for upgrades

2009-02-17 Thread Jay-andro
to disallow that citing 3.3 which doesn't disallow it in my view. Can I charge existing users for upgrades to a version with new features? How do you other developers view this and what are you planning on doing? Jay --~--~-~--~~~---~--~~ You received this message because

[android-developers] Charging for upgrading from free to paid version with new features

2009-02-17 Thread Jay-andro
to disallow that citing 3.3 which doesn't disallow it in my view. Can I charge existing users for upgrades to a version with new features? How do you other developers view this and what are you planning on doing? Jay --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Building multiple app versions for the Market

2009-02-23 Thread Jay-andro
are using (or post the code somewhere), that would be very helpful. Thanks Jay On Feb 18, 8:57 pm, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: I have two APK files. One in com.foo.appfull package, the other in com.foo.applite package. On Wed, Feb 18, 2009 at 4:36 PM, jarkman jark

[android-developers] Uninstalling Trial app when installing Paid app

2009-02-25 Thread Jay-andro
, if the user gives the go ahead? In my case, the app has a listener for some events, and I don't want the trial AND the full copy both firing up on those events. Thanks Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: my post is not appearing

2008-10-31 Thread Jay-andro
Yes, this just happened to me as well on my first post to this group. Same thing happened to me on the Android-Discuss group. Subsequent posts worked. Maybe the first (born) one is always taken as a sacrificial offering... On Oct 31, 7:42 am, denismo [EMAIL PROTECTED] wrote: Roger that. I

[android-developers] Android Source Code online?

2008-10-31 Thread Jay-andro
Is there any place where I can just view the Android source online without first having to download it all to a linux/mac box using repo? Or to download it to a windows machine for browsing/viewing/searching only? --~--~-~--~~~---~--~~ You received this message

[android-developers] Any way to check calendar to see if user is Busy now?

2008-11-13 Thread Jay-andro
to have access to the user's Google account credentials. Thanks Jay --~--~-~--~~~---~--~~ 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

[android-developers] NUMBER_KEY not updated when phone number in Contacts is changed by user

2008-11-20 Thread Jay-andro
this? thanks Jay --~--~-~--~~~---~--~~ 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 [EMAIL

[android-developers] Trouble with getting proximity alerts

2009-11-02 Thread jay mojnidar
All, SDK: 1.6 Firmware Version: 1.5 I am trying to get an alert when I get to my home. But, it looks like I am not receiving the message. Googled around quite a bit, but to no avail. I am able to get the LocationListener to display my current location. But, proximityAlerts are not working. The

[android-developers] Android 2.0 emulator (Droid skin) crawls

2009-11-12 Thread Jay-andro
moves in super-slow-mo. I'm using the Droid skin from http://teavuihuang.com/android/ The hardware I'm running on is more than capable, albeit I admit I'm on Vista :-( The point is the old emulator flies (and all my other apps fly), and the new emulator crawls. Any ideas? Thanks Jay -- You

[android-developers] SQLiteDatabase table

2009-07-29 Thread jay ram
I'm working with SQLiteDatabase. I need to find out whether a table named 'table1' exists in my database or not, programmatically. Is there any method to find that? Thanks in advance. -- Regards, T.JAYARAM --~--~-~--~~~---~--~~ You received this message

[android-developers] Launch an app from within the native Contacts app

2009-08-03 Thread Jay-andro
a scheme for itself in a plist file, and when any link that starts with scheme:// is clicked anywhere on the phone, this will be translated by the OS as a launch request for this app. Anything similar on Android? Thanks Jay --~--~-~--~~~---~--~~ You received

[android-developers] Accessing logs on Android

2009-08-03 Thread Jay-andro
to get at the system logs programmatically? By system logs, I'm referring to what one can see using DDMS. thanks Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Using ExpandableLists to show collapsible tables

2009-08-07 Thread Jay Askren
to ignore the expanded group view parameter. Jay --~--~-~--~~~---~--~~ 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

[android-developers] resizable framelayouts possible?

2009-08-26 Thread Jay-andro
at for this, or is there is some open-source project out there that provides something similar? TIA Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

  1   2   >