[android-developers] Pins for developers?

2011-02-17 Thread Leon Moreyn-Android Development
So I hear that Google gave away Android Pins at MWC. Any chance us lowly developers will be getting those pins? -- 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 unsu

[android-developers] NFC Concerns

2011-02-09 Thread Leon Moreyn-Android Development
I have my reservations about the NFC features on new phones. 1.) Does it read any NFC? Like say my Amex cards RDIF tag? 2.) The writer for the NFC chip in the phone does it write whatever I tell it to write? 3.) What is the security on this technology? -- You received this message because you ar

[android-developers] TTS User controlled

2011-02-08 Thread Leon Moreyn-Android Development
So I would say I am pretty much the office guru when it comes to TTS in Android Applications, I can enable, install and make it say pretty much whatever I want at this point. Someone in my office had the gale to ask me if I could make it stop talking as a setting and I said sure. Well This is w

[android-developers] Re: Amazon to Policy Android Market Place

2011-01-14 Thread Leon Moreyn-Android Development
Im sure worst case they could probably package there market with the kindle app somehow. On Jan 14, 10:32 am, TreKing wrote: > On Fri, Jan 7, 2011 at 12:52 AM, SoftWyer wrote: > > Furthermore, unless Amazon can get their app pre-installed onto devices, > > then it's going to be limited.  After a

[android-developers] Re: HTML5 audio and video support

2011-01-12 Thread Leon Moreyn-Android Development
Are you using the inherit browser that comes with the phone or a third party browser like Opera? Since HTML5 is not standard across all browser it depends on which one you are using. On Jan 12, 10:21 am, ls02 wrote: > I am trying to figure out of android (at least Froyo) has any > and HTML5 tag

[android-developers] Re: Google Nexus S - Please provide as DEV phone, asap :-)

2011-01-11 Thread Leon Moreyn-Android Development
this with the Nexus phones, and both models so > far have been available with or without contract, because they are intended > to be great for end users as much as being a tool for platform developers.) > > On Tue, Jan 11, 2011 at 6:39 AM, Leon Moreyn-Android Development < > > >

[android-developers] Re: Google Nexus S - Please provide as DEV phone, asap :-)

2011-01-11 Thread Leon Moreyn-Android Development
Mon, Jan 10, 2011 at 5:09 PM, Mark Murphy wrote: > > > On Mon, Jan 10, 2011 at 4:46 PM, Leon Moreyn-Android Development > > wrote: > > > Ok. So here is what I am trying to understand. I have an X10A from > > > AT&T. I can not develop on the phone because it

[android-developers] Re: Google Nexus S - Please provide as DEV phone, asap :-)

2011-01-10 Thread Leon Moreyn-Android Development
ote: > CDD Details herehttp://source.android.com/compatibility/overview.html > > I believe it should be. > > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com > > On Tue, Jan 11, 2011 at 3:06 AM, Leon Moreyn-Android Development < > > > > lmor...@earthcam.

[android-developers] Re: Google Nexus S - Please provide as DEV phone, asap :-)

2011-01-10 Thread Leon Moreyn-Android Development
Can you provide more details about CDD or confirm that the X10A as sold by AT&T meets the CDD standard and is fully available for developer use with all features running. On Jan 10, 2:18 pm, Dianne Hackborn wrote: > On Mon, Jan 10, 2011 at 6:27 AM, Leon Moreyn-Android Development <

[android-developers] Re: Does Market support installing multiple apks

2011-01-10 Thread Leon Moreyn-Android Development
What are these other APKs you are trying to DL? Are you taking about something like a speech engine? Or completely independent applications? On Jan 9, 11:41 pm, xeagle wrote: > Hi, > My application contains several apks. I'd like upload my app to > android Market. If user download my app, can all

[android-developers] Re: Google Nexus S - Please provide as DEV phone, asap :-)

2011-01-10 Thread Leon Moreyn-Android Development
Sony Ericsson X10a as sold by AT&T does not meet this standard I believe. On Jan 8, 3:25 pm, Dianne Hackborn wrote: > On Sat, Jan 8, 2011 at 8:34 AM, JP wrote: > > On Jan 8, 7:57 am, Mark Murphy wrote: > > > "Dev phones" are for people devising alternative firmware. They are > > > not necessary

[android-developers] Re: Prevent application - after Factory Data reset

2011-01-07 Thread Leon Moreyn-Android Development
Also maybe your app is the reason for the factory reset. IE Virus. On Jan 6, 3:14 am, Hareef wrote: > Factory Data reset will remove everything and uninstall the third > party apps > So, how can i prevent my app getting uninstalled? > > Thanks -- You received this message because you are subscr

[android-developers] Re: Factory data reset - install app

2011-01-07 Thread Leon Moreyn-Android Development
Ummm, unless user backs up your app data I dont believe there is any way to actually auto install are factory reset. On Jan 6, 3:14 am, Hareef wrote: > Anyway to install App automatically when doing Factory Data Reset? > > Thanks in Advance -- You received this message because you are subscribe

[android-developers] Re: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2011-01-06 Thread Leon Moreyn-Android Development
Try using different target version. On Jan 5, 8:28 am, Nitilaksha wrote: > Hello , > > **I was getting this error initialy when i tried to use google map > api** > > [2011-01-05 18:01:40 - GApp_Map] -- > [2011-01-05 18:01:40 - GApp_Map] Android Launch! > [2011-01-05 18

[android-developers] Amazon to Policy Android Market Place

2011-01-05 Thread Leon Moreyn-Android Development
The almighty Amazon.com feels that is should police the Android Market for proper applications. On one hand I think this could be a good idea but on the other hand this feels took much like an Apple iOS development clone. With Amazon developing its own market place and limiting which apps can appe

[android-developers] Re: Android TTS sound braking

2010-12-29 Thread Leon Moreyn-Android Development
There is a feature that can allow you make sure the clips plays fully before termination. I can recall the method/function off the top of my head but I believe it was in the API. On Dec 28, 10:03 pm, Chandana Napagoda wrote: > HI, > > I have developed TTS based application, When playing it sound,

[android-developers] Re: Internal refresh of app

2010-12-22 Thread Leon Moreyn-Android Development
Thanks Mark. I will do the track-allocations first. On Dec 22, 2:07 pm, Mark Murphy wrote: > On Wed, Dec 22, 2010 at 1:44 PM, Leon Moreyn-Android Development > > wrote: > > ok. Would there be a way to track memory to determine where the leak > > is coming from? > > U

[android-developers] Re: Internal refresh of app

2010-12-22 Thread Leon Moreyn-Android Development
Wed, Dec 22, 2010 at 7:16 AM, Leon Moreyn-Android Development < > > > > > > lmor...@earthcam.com> wrote: > > So I am working on an app that is memory intensive. Currently I can > > only go back and forth 18 times before my cause a critical memory > >

[android-developers] Internal refresh of app

2010-12-22 Thread Leon Moreyn-Android Development
So I am working on an app that is memory intensive. Currently I can only go back and forth 18 times before my cause a critical memory crash. I have tried putting in onStop and onPause and releases onBack. Instead of releasing Process and threads, is there a way to quietly reset the app in memory wi

[android-developers] Re: Cost effectiveness of JSON in Android

2010-12-21 Thread Leon Moreyn-Android Development
Thanks Brill. I will take this into consideration. On Dec 21, 12:42 am, Brill Pappin wrote: > I wouldn't be too hasty about removing the JSON. XML will cost you more in > terms of resources and connecting directly to a database is likely also > going to be more costly (although without seeing the

[android-developers] Re: onDestroy() and finish()

2010-12-21 Thread Leon Moreyn-Android Development
If you want to verify in theory that you app has shut down put a log into the onDestroy() and have it log that the processes are all terminated. Leon On Dec 21, 9:54 am, André wrote: > I was using just this.finish(); in my app when exiting my app. But > using ESTaskManager after closing my app I

[android-developers] Cost effectiveness of JSON in Android

2010-12-20 Thread Leon Moreyn-Android Development
I am working on replacing JSON and direct connection to database. I know using direct connection to database is extremely costly in android since I need to call on much the java library to so. And the only replace for such costly processing would be to put the burden onto something else like a onli

[android-developers] Re: How to differentiate a tap event generated by system or by user

2010-12-06 Thread Leon Moreyn-Android Development
when you drop the phone? On Dec 6, 12:16 am, XC He wrote: > is there any tap event generated not by user's taping behavior? > > 2010/12/6 ankit : > > > > > Hi All, > > > Urgently needed help on this. > > Actually i am recording and playing a sequence of events using > > getevent and sendevent cla

[android-developers] Re: Android TTS for Chinese

2010-12-06 Thread Leon Moreyn-Android Development
David, You dont need to wait for Android to support it per say. Depending on the engine used, you can have it speak in chinese. I am not sure if there is a chinese engine out there already but you could make it a requirement for your app like how the android tts engine checks for itself before the

[android-developers] Re: How i can migrate my app from 1.5 to 1.6 api fast and safe???

2010-12-03 Thread Leon Moreyn-Android Development
that and if your building in eclipse make sure to change the lib to 1.6. Right click on project, properties, android, then select 1.6 On Dec 3, 9:41 am, Streets Of Boston wrote: > If you don't need/want to support 1.5 phones, just set the project's > Android SDK version to 1.6 (api-level 4). Re-c

[android-developers] Re: Free version to Paid version

2010-12-02 Thread Leon Moreyn-Android Development
pretty much thats the general method being used. One thing to consider is unpublishing the app and releasing a paid version in its place. But users may find that kinda a slap in the face. I would say do as your doing, add features to the app and call it app Plus and charge money for it. Remember th

[android-developers] Proposal to Market Place

2010-12-02 Thread Leon Moreyn-Android Development
As a developer I find it difficult to understanding ratings sometime. 1 to 5 is a good scale. But here is the problem with scale you can have people give you a five for the sake of giving you a five or a person give you one just because they want to be jerks. I would like to propose a change to the

[android-developers] Re: Sony Ericsson LiveView™ m icro display SDK is released

2010-11-29 Thread Leon Moreyn-Android Development
Ba hum bug. Its not good for US developers as most of the Xperia line in the USA will not receive update to 2.1 until most likely well into the new year. On Nov 29, 3:40 am, Najat Baker wrote: > You can now download LiveView™ SDK here: > > http://developer.sonyericsson.com/wportal/devworld/downlo

[android-developers] Re: What is the best way to send data from Android Application to a Remote MySQL Database?

2010-11-29 Thread Leon Moreyn-Android Development
You can create an online page to handle data posts to your database. On Nov 29, 7:34 am, priya naral wrote: > What is the best way to send data from Android Application to a Remote > MySQL Database? -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Re: Binary sms?

2010-11-29 Thread Leon Moreyn-Android Development
All data is 0s and 1s. You can send an sms to the emulator using the simulator features in eclipse. Are you looking specifically to only send binary without a pre-established text? On Nov 26, 8:47 pm, vnv wrote: > Hi, > > is there a way to generate binary sms in emulator? -- You received this m

[android-developers] Re: Scale a Drawable dinamically

2010-11-26 Thread Leon Moreyn-Android Development
You want to set dimensions via programmed settings like setWidth() and setHeight()? Or are you talking about something else. Can you elaborate as to the over all goal of this? On Nov 26, 12:33 pm, gato chlr wrote: > Hi, i have a drawable and i want to scale it programatically, does > anybody know

[android-developers] Re: My app deleted from android market console

2010-11-24 Thread Leon Moreyn-Android Development
are you using the uses-features in your manifest? there are certain features the may not have your app appearing on certain devices. On Nov 24, 3:29 pm, TreKing wrote: > Try > this:http://www.google.com/support/androidmarket/bin/request.py?contact_ty... > > --

[android-developers] Re: Geocoding in android, api key? emulator?

2010-11-24 Thread Leon Moreyn-Android Development
yes, the API is so that you can retrieve and interpret the data. Otherwise the system wont give you access. On Nov 23, 10:16 pm, Mel wrote: > I am trying to turn a latitude and longitude into an address (text > only, I dont want to display it on a map) > > Do I need an Google Maps API key to do t

[android-developers] Re: Maps doesn't show

2010-11-23 Thread Leon Moreyn-Android Development
The API key is the key assigned to you as a developer. You need to register your MD5 with google and they will assign you one. On Nov 23, 8:31 am, coy wrote: > Tommy, > Yes, it could be the problem. > But what is the right API KEY? > > Moreover, I exported my app as a unsigned android app and the

[android-developers] Re: Send GPS Location Details to Server

2010-11-23 Thread Leon Moreyn-Android Development
I have you considering sending this data to web site to process the data on the server? You say your are using HttpConnection, you can use the HTTPPost to post to the site and let the site do the work for you. Leonid Moreyn On Nov 18, 3:49 am, jagan reddy wrote: > Hello All, > > I am developing

[android-developers] Re: Online Image in SimpleExpandableList

2010-11-23 Thread Leon Moreyn-Android Development
image. > > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com > > On Thu, Nov 18, 2010 at 3:50 AM, Leon Moreyn-Android Development < > > > > lmor...@earthcam.com> wrote: > > Here is the code I am using. Currently I get and Location to appear >

[android-developers] Background error reporting on HttpPost

2010-11-23 Thread Leon Moreyn-Android Development
I am running a background service were data is posted to an online site that process the information to post to online database. The problem i am encountering is that with the data being posted if there is an error there is not immediate way for me to know. i am considering several options. First i

[android-developers] Re: Android onClick seems to be blocking onFling

2010-11-23 Thread Leon Moreyn-Android Development
I think that onClick() is an Override event. I am not to familiar with your onFling but if its a user created class it will most likely remain dormant due to the the digitizer recognizing the onClick and not registering your onFling. On Nov 23, 8:17 am, CB wrote: > I have an Activity that impleme

[android-developers] Re: help me understand: upper case characters in layout file names are disallowed

2010-11-23 Thread Leon Moreyn-Android Development
It a language structure concept. You just have to build around it. Its kind of like saying why can i only pay with quarters into a vending machine if I have two dimes and a nickel. The structure of the machine is not designed to handle you dimes and nickels and this way the machine can process fast

[android-developers] Re: Anyone seeing mysterious application crashes lately?

2010-11-22 Thread Leon Moreyn-Android Development
I believe there was a recent sweep of the market. And i think there was also a market update. So this maybe some of the reasoning for this. On Nov 22, 4:45 pm, "Jonas Petersson" wrote: > Hi Kostya, > > On 11/22/2010 09:00 PM, Kostya Vasilyev wrote: > > > I've am seeing some pretty mysterious cras

[android-developers] Re: streaming mp4 from Internet

2010-11-22 Thread Leon Moreyn-Android Development
If this video is your video is stored locally on your computer. If its not video, ie you are trying to steam from Youtube or something like that that is streaming this video on the web then you will not be able to do so. You must have admin access to the video for it to be "your video". MP4Box is

[android-developers] Re: make JPEG image has map

2010-11-22 Thread Leon Moreyn-Android Development
Im not sure of sample code for this, but here is how I would implement this. You dont necessarily need a map. An image view with a moving curses could be possible. You would set the location on the cursor in the image by using GPS location. You can receive lat and lon to your device. You would then

[android-developers] Re: Android Market, specify products in Dollars instead of euros.

2010-11-22 Thread Leon Moreyn-Android Development
So here is my question to this. I have two places I can develop out of. I can develop out of Latvia and out of the USA. So if I was posting a new app in Latvia the currency would be LAT? And if I posted the app here in the USA the currency would be USD? On Nov 19, 11:28 am, sblantipodi wrote: > g

[android-developers] Re: AT&T HTC ARIA - Can not install APK

2010-11-22 Thread Leon Moreyn-Android Development
Hm I develop for Sony Ericsson X10 and I still havent been able to get the adb to work for me. H maybe ATT is dropping its restrictions. On Nov 19, 11:18 am, Néstor wrote: > PROBLEM SOLVED!!! > Yes, I am using Eclipse and I tried adb.  I did not try sideload but I > was able to in

[android-developers] Re: Android app naming policy

2010-11-22 Thread Leon Moreyn-Android Development
Are you trying to run the same app multiple times? What exactly is the result you are trying to achieve or verify? Leon Moreyn On Nov 19, 12:19 pm, vnv wrote: > Hi, > > I would like to run multiple instances of same application for dev > purpose. > How does app define it's name in the system, th

[android-developers] Is it possible to using a url image in ImageView

2010-11-22 Thread Leon Moreyn-Android Development
So here is my question. I am trying to use an online thumbnail. I can have looked around and have not found too much data on this. Can some provide me the simplest way to do this. Also If i implement a simpleExpandableListAdapter which is designed as a textView Adapter is there a way to force the i

[android-developers] Re: AT&T HTC ARIA - Can not install APK

2010-11-22 Thread Leon Moreyn-Android Development
You would most likely need to contact ATT. You need to either gain root access or get an unlock code from ATT. On Nov 18, 1:08 pm, Néstor wrote: > I have been looking for 3 days on how to install an APK that I created > with my SDK on my desktop. > I was able to copy the APK from my desktop to my

[android-developers] Online Image in SimpleExpandableList

2010-11-22 Thread Leon Moreyn-Android Development
Here is the code I am using. Currently I get and Location to appear but image doesnt. mAdapter = new SimpleExpandableListAdapter( this, groupData, android.R.layout.simple_expandable_list_item_2,

[android-developers] TTS not inheritable?

2010-11-17 Thread Leon Moreyn-Android Development
i have setup a basic TTS class to run for all files in a my app. When I pass items to synthesis speak the app crashes. I have tried many different ways of passing the variable changing returns and what not. I compiles every time but the app still crashes when the synthesis is suppose to occur. The

[android-developers] Re: A Question regarding Android system preferences: Settings.Secure

2010-08-19 Thread Android Development
Any pointers for this question will be really helpful.. Thanks in advance Indodroid On Fri, May 21, 2010 at 11:31 AM, Android Development wrote: > Hello, > > This is regarding the DATA_ROAMING property given here: > http://developer.android.com/reference/android/provider/Settings

[android-developers] Re-using the Android Call Log / Contacts and sms capabilities.

2010-08-19 Thread Android Development
Hello developers/community. I am making an internet telephony application based on a proprietary protocol which connects to a web server for call setup. As with other telephony applications this app also has three basic requirements: The need for a call log, a contact book and the ability to send

Re: [android-developers] Re: CursorAdapter notifyDataSetChanged doesn't work? What am I doing wrong?

2010-07-02 Thread Android Development
I think for getting this callback, you need to call setNotifyOnChange(true). On 7/2/10, Mark Murphy wrote: > On Thu, Jul 1, 2010 at 10:51 PM, Moto wrote: >> But not sure if design wise is good? Why doesn't >> notifyDataSetChanged() work? what's the difference on what I just did? > > requery() re

[android-developers] Persistent Android Activities

2010-05-22 Thread Android Development
What is the meaning of having a persistent activity ? There is a permission that can be used in the manifest: android.permission.PERSISTENT_ACTIVITY Does anyone know of any practical use case of having this permission in the application ? What can be done with it ? Best Regards Indodroid. --

[android-developers] A Question regarding Android system preferences: Settings.Secure

2010-05-20 Thread Android Development
Hello, This is regarding the DATA_ROAMING property given here: http://developer.android.com/reference/android/provider/Settings.Secure.html#DATA_ROAMING What exactly does it mean to enable/disable data roaming ? If the user is roaming in the same access technology (say GSM), then handoffs will ta

Re: [android-developers] Re: javax.xml.bind.annotation.XmlAccessType and Android

2010-04-25 Thread Android Development
http://code.google.com/p/android/issues/detail?id=314 On Fri, Apr 2, 2010 at 10:46 AM, Nik wrote: > I'm getting the same error. In a different context though. I'm trying > to include java classes created by JAXB's XJC (from XSD to Java) in my > project. But the annotations generated by the XJC

Re: [android-developers] Re: OutOfMemoryError: how best to transfer large video files into a byte array?

2010-04-21 Thread Android Development
Select a fixed buffer size first. Then start writing the byte array to a file. Once the file size reaches the buffer size configured, copy that file to a temporary location (a temp file). Then transfer this temp file to the web server. Once transferred successfully, make sure to delete this temp f

[android-developers] Configuring a DNS server IP address on android while using 3G

2010-03-26 Thread Android Development
Hello, I wish to configure the IP address of the primary DNS server while using 3G access from an android application. This is because, the DNS server is part of a private infrastructure and I need the application to resolve domain names from this particular DNS server only. For WiFi access, I ha

[android-developers] Re: Using IPSec on Android

2010-02-27 Thread Android Development
I managed to achieve this. Thanks. Indodroid. On Tue, Feb 9, 2010 at 3:46 PM, Android Development wrote: > Hello, > > How do I establish IPSec Security Associations on Android ? Is there a > standard API for doing so ? Or will I need to issue shell commands to > achieve it ? &

[android-developers] Using IPSec on Android

2010-02-09 Thread Android Development
Hello, How do I establish IPSec Security Associations on Android ? Is there a standard API for doing so ? Or will I need to issue shell commands to achieve it ? Best Regards Indodroid. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

Re: [android-developers] Re: DNS Query

2010-02-06 Thread Android Development
rthwhile; I don't know, I'm just trying to give you helpful context > and info, not technical judgments. > > Fun historical fact: In 39 days (March 15), it will be the 25th > anniversary of the very first DNS registration, Symbolics.com. (The > domain name was recentl

Re: [android-developers] Re: DNS Query

2010-02-03 Thread Android Development
Bob, making a DNS query by the application is a standardized procedure of 3GPP (3rd generation partnership project). All Mobile devices need to query a DNS server installed in the VoIP network to find the address of the server which will process their requests. This DNS server is under the control

Re: [android-developers] Re: DNS Query

2010-02-03 Thread Android Development
What if the application requires to send a query to a DNS server installed at a particular IP address. how do i configure my DNS server in *hosts/**resolv**.**conf from the application ?* *** * On Wed, Feb 3, 2010 at 8:40 PM, Lewske Wada wrote: > Hi Radhika, > > radhika wrote: > > Hi All, > > >

Re: [android-developers] Development on sip

2010-02-01 Thread Android Development
your sip uri syntax is wrong. it should be sip:andr...@ip:port (u...@host:port format). On Mon, Feb 1, 2010 at 12:15 PM, Tony wrote: > Is there anyone developing sip (libosip2) related Apps on android > platform,I have tried my best to test my sip App , but finally failed as i > didn't know h

Re: [android-developers] Re: sdk setup.exe and windows 7

2010-01-31 Thread Android Development
Xavier Ducrohet wrote: > You really shouldn't have to do that at all. > > If you have problem with SDK Setup.exe, it would be nice to launch it > from the command line to see what the error output. > > We're improving this for the next version of the tools. > > Xav >

[android-developers] Re: Picking a contact and returning to the parent activity.

2010-01-29 Thread Android Development
Regards Indodroid On Fri, Jan 29, 2010 at 4:11 PM, Android Development wrote: > Ok, i am able to start the Contacts application...and I pick a contact from > there. Now this operation succeeds too (-1 Result Code). > > I use the following code: > > Intent i = new Intent(

Re: [android-developers] Re: sdk setup.exe and windows 7

2010-01-29 Thread Android Development
Set the ANDROID_SWT environment variable to the folder that contains the swt.jar file. It is located in the \tools\lib\x86_64 folder of your SDK installation. Best Regards Indodroid. On Thu, Jan 28, 2010 at 12:01 PM, Lambda Developer < lambda.develo...@gmail.com> wrote: > hi, i have the same pr

[android-developers] Re: Picking a contact and returning to the parent activity.

2010-01-29 Thread Android Development
I point to ? Will i need to execute a DB query to get the actual user data for the contact ? Kindly guide.. Help is appreciated. Thanks in advance Indodroid. On Fri, Jan 29, 2010 at 9:15 AM, Android Development wrote: > Hello, > > I wish to re-use the Contacts application in a way to

[android-developers] Picking a contact and returning to the parent activity.

2010-01-28 Thread Android Development
Hello, I wish to re-use the Contacts application in a way to enable the user to pick a contact and return it to the parent activity (my application's activity). For achieving this, I want to inquire about the kind of Intent that will be needed to launch the contacts application. Intent i = new I

[android-developers] Regarding ContactsContract

2010-01-27 Thread Android Development
Hello, I wanted to inquire about the ContactsContract API family. I have one requirement: 1. I wish to store the Presence Status of the user which i receive over a custom protocol. I wish to re-use these APIs for this purpose: http://developer.android.com/reference/android/provider/ContactsCont

Re: [android-developers] Re: Regarding network connectivity on Android.

2010-01-26 Thread Android Development
Thanks for the replies Mark. So, this means that the PDP context establishment and APN resolution is done by android OS automatically ? I simply have to re-use it at the application. On Mon, Jan 25, 2010 at 8:45 PM, Mark Murphy wrote: > Android Development wrote: > > 1. I cannot f

[android-developers] Re: Regarding network connectivity on Android.

2010-01-25 Thread Android Development
Any feedback on this friends ? On Sun, Jan 24, 2010 at 11:11 AM, Android Development wrote: > Hello, > > Problem Statement: > -- > > I wish to achieve the following: > > 1. Create a GPRS connection from my application and get the assigned IP &g

[android-developers] Regarding network connectivity on Android.

2010-01-23 Thread Android Development
Hello, Problem Statement: -- I wish to achieve the following: 1. Create a GPRS connection from my application and get the assigned IP address. 2. Send and Receive data through this connection. I can find whether GPRS is in use using TelephonyManager's getNetworkType

Re: [android-developers] Re: Creating dialogs from a thread

2010-01-22 Thread Android Development
You can also spawn an AsyncTask from the UI thread. Whenever it needs to show a dialog, this task can call publishProgress() method..that automatically runs on the UI Thread and the dialog can be shown in the onProgressUpdate method. On Fri, Jan 22, 2010 at 3:41 AM, Kevin Duffey wrote: > Ah yes

Re: [android-developers] Re: Fetch IMSI or detect SIM change?

2010-01-20 Thread Android Development
Did you get a solution to this issue? I also need the MSIN. On Mon, Nov 23, 2009 at 3:24 PM, vasanthmatrix wrote: > Hi Roman, > I'm trying to get the IMSI using > TelephonyManager.getSubscriberId(), but all I'm getting is MCC(Mobile > Country Code ),MNC(Mobile Network Code ) and not MSIN(

[android-developers] Understand Device deep sleep behavior and its affect on the application.

2010-01-20 Thread Android Development
Hello, When the device goes to sleep, any activity that was in the foreground is paused. It is like someone has launched a black screen activity on top. Is this understanding correct ? I have some doubts on device sleep impact during the following scenarios: 1. If my device goes to sleep just wh

Re: [android-developers] Using the AlarmManager as a timing service.

2010-01-19 Thread Android Development
Yes Mark. The GUI wont be running when the alarm goes off. On receipt of the alarm, i want to start an activity. So, i think i will need to use alarm manager as the choice, as i want the device to wake up when the alarm goes off. On 1/19/10, Mark Murphy wrote: >> Interesting Mark... is there no

[android-developers] Using the AlarmManager as a timing service.

2010-01-19 Thread Android Development
Hello, I wanted to ask a question regarding the Alarm Manager. I have a requirements of setting long running timers in my application. The minimum duration for my timer is 1 hour...and the maximum may be for 4-5 days. This timer is supposed to run in the background, and when it fires/expires, i ha

Re: [android-developers] How to access USIM and ISIM

2010-01-12 Thread Android Development
You should have the ISIM/USIM application loaded on your smart card for you to read it. On Wed, Nov 11, 2009 at 11:53 PM, neeloor2004 wrote: > Hi > Is there any API to access ISIM ? If not how can I get it tthrough > RIL, Please provide example code > > Neeloor > > -- > You received this message

Re: [android-developers] Activity and Interface

2010-01-09 Thread Android Development
For passing stuff from Activity-A to Activity-B, use a bundle and pass it in the intent while starting the target activity. Intent intent = new Intent(ActivityA.class, ActivityB.class); intent.putExtra("name", "myName"); intent.putExtra("age", 24);

[android-developers] Re: Initiating a GPRS connection

2010-01-08 Thread Android Development
Really need to find a way to do this guys. Help really appreciated. On Thu, Jan 7, 2010 at 6:13 PM, Android Development wrote: > Hello, > > Any feedback on how to achieve this task? > > On 1/4/10, Android Development wrote: > > Hello, > > > > If I wish t

[android-developers] Re: Initiating a GPRS connection

2010-01-07 Thread Android Development
Hello, Any feedback on how to achieve this task? On 1/4/10, Android Development wrote: > Hello, > > If I wish to initiate a GPRS data connection programatically through a > configured access point on the device, how do I go about it ? > > Any ideas are appreciated. >

[android-developers] Broadcast Receiver works sometimes/sometimes not.

2010-01-06 Thread Android Development
Hello, I wish to listen to android.intent.action.BOOT_COMPLETED. However i am not getting the broadcast intent, if i specify com.test.BootBroadcastReceiver in the manifest. When i change this value to simply BootBroadcastReceiver, then i am getting the broadcast intent.

[android-developers] Initiating a GPRS connection

2010-01-04 Thread Android Development
Hello, If I wish to initiate a GPRS data connection programatically through a configured access point on the device, how do I go about it ? Any ideas are appreciated. Thanks in advance Indodroid. -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] Regarding port re-directions on the android emulator.

2010-01-04 Thread Android Development
instances. > > Thanks, > Upendra > > On Mon, Jan 4, 2010 at 2:20 PM, Android Development > wrote: > >> Hello devs, >> >> I had the following query: >> >> The IP address of my development machine is 192.168.128.10. This machine >> is conne

[android-developers] Regarding port re-directions on the android emulator.

2010-01-04 Thread Android Development
Hello devs, I had the following query: The IP address of my development machine is 192.168.128.10. This machine is connected to a LAN. I wish to redirect all incoming packets on IP 192.168.128.10 and port 5060 to the emulator instance that runs on 10.0.2.15 For doing so, I have issued the follo

Re: [android-developers] Re: J2EE client on Android

2010-01-03 Thread Android Development
Why don't you invoke some web service from the client which in turn talks to your EJB ? On Thu, Dec 3, 2009 at 6:33 AM, Bruce Xia wrote: > What I was trying to do is really to have an app client who can talk to EJB > on server side. This is simply done by adding @EJB annotator in JEE but in > A

Re: [android-developers] Re: Android and VOIP

2010-01-03 Thread Android Development
The biggest problem for supporting SIP based VoIP on android is the capability of the android media framework. As for example, if you refer to this table: http://developer.android.com/guide/appendix/media-formats.html..most of the media encoders are not present. There is no use for having only a

[android-developers] Re: Listening to a video stream and rendering it on the screen

2010-01-03 Thread Android Development
Hello Devs Any ideas regarding inline ? On Thu, Dec 31, 2009 at 12:19 PM, Android Development wrote: > Hello, > > *My Cases:* > > 1. I have a RTP stack, using which i am receiving raw audio and video > streams from the network. > > 2. Similarly, I will be sending

[android-developers] New Year Wishes to the Android team/community.

2009-12-31 Thread Android Development
Hello community, Wishing you a very prosperous new year 2010 ahead. May this new year bring with itself health and happiness for you and your family. Also looking forward to experiencing exciting new features of the android framework in the new year and a plethora of new Android powered devices

[android-developers] Listening to a video stream and rendering it on the screen

2009-12-30 Thread Android Development
Hello, *My Cases:* 1. I have a RTP stack, using which i am receiving raw audio and video streams from the network. 2. Similarly, I will be sending audio and video streams towards the network using the same RTP stack. *Following are my questions/doubts:* For working with audio formats to realiz

Re: [android-developers] Re: Regarding Audio and Video send/receive on Android.

2009-12-30 Thread Android Development
Thanks Piyush.. I was using this framework for RTP handling as a workaround ! On Wed, Dec 30, 2009 at 2:00 PM, piyushn wrote: > you can use JRTP open source framework for RTP in android. > https://jrtp.dev.java.net/ > > On Dec 29, 9:15 am, Android Development wrote: > > An

Re: [android-developers] Re: Regarding Audio and Video send/receive on Android.

2009-12-28 Thread Android Development
under the framework media. > > 2009/12/29 Android Development > >> Any thoughts friends? >> >> On 12/28/09, Android Development wrote: >> > Hello, >> > >> > Android provides a use-friendly API for playing and handling media >> > (au

[android-developers] Re: Regarding Audio and Video send/receive on Android.

2009-12-28 Thread Android Development
Any thoughts friends? On 12/28/09, Android Development wrote: > Hello, > > Android provides a use-friendly API for playing and handling media > (audio/video). > > However, I have the following requirements which i wish to realize with > this > framework : > >

[android-developers] Regarding Audio and Video send/receive on Android.

2009-12-28 Thread Android Development
Hello, Android provides a use-friendly API for playing and handling media (audio/video). However, I have the following requirements which i wish to realize with this framework : 1. My requirement is to have knowledge of the ports that the android media framework opens and uses for sending/receiv

Re: [android-developers] Regarding SharedPreferences and my use-case.

2009-12-27 Thread Android Development
Thanks for the clarifications Dianne. On Sat, Dec 26, 2009 at 11:56 PM, Dianne Hackborn wrote: > On Fri, Dec 25, 2009 at 10:14 PM, Android Development > wrote: > >> 1. Are these preferences shared across android applications or only within >> the given application

[android-developers] Re: Regarding SharedPreferences and my use-case.

2009-12-25 Thread Android Development
PS: forgot to add one more question to the trailing mail: 4. Shared Preferences data becomes persistent once committed. What is the persistence scope ? Is the data persistent across application re-start ? On Sat, Dec 26, 2009 at 11:44 AM, Android Development wrote: > Hello, > &g

[android-developers] Regarding SharedPreferences and my use-case.

2009-12-25 Thread Android Development
Hello, Shared Preferences are accessible to all clients (a single instance of the preferences). I wanted to understand the following: 1. Are these preferences shared across android applications or only within the given application ? I saw a note in the documentation that read: Note: currently t

Re: [android-developers] A question regarding AsyncTasks

2009-12-25 Thread Android Development
"instance" here is the magic word. On Tue, Dec 22, 2009 at 12:49 AM, Frank Weiss wrote: > It was clear to me that the documentation meant the instance of AsyncTask > cannot be executed again. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developer

Re: [android-developers] A question regarding AsyncTasks

2009-12-21 Thread Android Development
> > On Mon, Dec 21, 2009 at 2:23 AM, Android Development > wrote: > >> Hello, >> >> In the documentation, I read that it is not possible for executing 2 Async >> Tasks. If execute is called again, it should throw an exception. >> >> The following is g

[android-developers] A question regarding AsyncTasks

2009-12-21 Thread Android Development
Hello, In the documentation, I read that it is not possible for executing 2 Async Tasks. If execute is called again, it should throw an exception. The following is given under the heading of "Threading Rules", and i quote: "The task can be executed only once (an exception will be thrown if a sec

  1   2   >