[android-developers] A ListView that show the contact icon and name in a list item

2008-12-11 Thread Luke w
Hi all, * now, my code below can display the name and major number about one of the contacts. * public class MainActivity extends ListActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Cursor c =

[android-developers] Re: Regarding .apk files

2008-12-11 Thread Al Sutton
Naina, I'd see any attempt to by one application to monitor the calls made by another application outside of a debug environment as a security concern because those calls may contain sensitive information which I only want the specified application to use (e.g. passwords for accounts which

[android-developers] Re: startActivity(), Browser, and windows

2008-12-11 Thread Al Sutton
The problem I can see with this is eventually the browser presents a Too many windows error message to the user. Are there plans to update the browser to allow window reuse, or is this another It's like that and that's the way it is situation? Al. Dianne Hackborn wrote: There is probably

[android-developers] An issue about buying dev phone

2008-12-11 Thread roland
I have an issue when i click the button Buy now » on my Developer Console, the page get refreshed, i can't enter to the next page which display the information of Android Dev Phone 1. I tried in Firefox and Safari, nothing changed, any staff of Google could explain this problem? Thanks !

[android-developers] Re: Building on Ant

2008-12-11 Thread Mihai
Sounds to me like your Android SDK is not in the build path... Have fun, Mihai On Dec 10, 10:38 am, tharun [EMAIL PROTECTED] wrote: Hi Fred, Now, I'm not facing the location error. But one more error is occurring D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\binant -

[android-developers] Anyone received Dev Phone 1?

2008-12-11 Thread howa
Hey, Is the phone in mass production right now? How long need to wait when I ordered? --~--~-~--~~~---~--~~ 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: An issue about buying dev phone

2008-12-11 Thread szeldon
I had the same problem. I logged out and logged in once more and it worked. On Dec 11, 9:31 am, roland [EMAIL PROTECTED] wrote: I have an issue when i click the button Buy now » on my Developer Console, the page get refreshed, i can't enter to the next page which display the information of

[android-developers] Re: An issue about buying dev phone

2008-12-11 Thread roland
Thanks szeldon, you are right. On 11 déc, 10:28, szeldon [EMAIL PROTECTED] wrote: I had the same problem. I logged out and logged in once more and it worked. On Dec 11, 9:31 am, roland [EMAIL PROTECTED] wrote: I have an issue when i click the button Buy now » on my Developer Console,

[android-developers] Connecting to Android Emulator through Java Application

2008-12-11 Thread Andhravaala
Hi I don't have an Android device. To test my application I need to connect to Emulator from a normal Java Application. For this I created TCP Server in Android and I implemented TCP Client as a normal java application in my Desktop. But the problem is How to connect to Android Emulator through

[android-developers] Error message is displayed while building android application

2008-12-11 Thread Parasuraman
Hi All, While building an android application the error message is displayed in the console. the error message is attached with this mail.. Error message is [2008-12-11 14:55:50 - SIPAppl] 2 errors; aborting [2008-12-11 14:55:50 - SIPAppl] Conversion to Dalvik format failed with error 1

[android-developers] Re: phoneStateListener

2008-12-11 Thread shimo...@gmail.com
Anyone ? On Nov 3, 12:32 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I think I got this straight. Now an other problem - I want to use the 'onCallStateChanged' function to launch my app screen when a call ends. How do I bring my app to the front ? TIA On Oct 9, 8:22 pm,

[android-developers] Re: Connecting to Android Emulator through Java Application

2008-12-11 Thread szeldon
Maybe you'll find a solution here: http://code.google.com/android/reference/emulator.html#emulatornetworking On Dec 11, 10:43 am, Andhravaala [EMAIL PROTECTED] wrote: Hi I don't have an Android device. To test my application I need to connect to Emulator from a normal Java Application. For

[android-developers] Which is excellent XMPP server for Android.

2008-12-11 Thread jalandar
Which is excellent XMPP server for Android. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread code_android_festival_way
What is the right way to catch incoming emails and sms? I don't want to read them I just want to be notified. (my service wants to get a callback and get something done) I tried to setup the BrodcastReceiver listening for ACTION_PROVIDER_CHANGED. But I can't get something in the onReceive method

[android-developers] Re: Regarding .apk files

2008-12-11 Thread Naina
No. we are not writing any antivirus or anti-spy applications. Requirement is given a set of tasks application is suppose to do we need to ensure the application is doing same and not beyond that. We will be using package file for the verification( something like sysinternals for win APIs )

[android-developers] Re: G1- No animated transitions between activies

2008-12-11 Thread forandroid
Is there a way in which i specify that my application does not support such transitions.That is I do not want such transitions to occur in my application. Thanks On Nov 15, 7:03 am, hackbod [EMAIL PROTECTED] wrote: On Nov 13, 2:21 pm, ksmith44 [EMAIL PROTECTED] wrote: Regardless, is there a

[android-developers] Re: How to make an application run at boot-up?

2008-12-11 Thread Charlie Collins
I don't really have that use case personally, but I can't imagine your receiver would not be allowed to start an Activity. In fact, searching the forums here, it looks like others have done the start at bootup thing, using a receiver, and they have declared it works:

[android-developers] Request for XMPPClient sample appl

2008-12-11 Thread jalandar
Is anybody having XMPPClient.zip from http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp(Presently it is not there) Or any other sample appl for XMMP Client. Regards jagtap --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: MenuBuilder

2008-12-11 Thread Charlie Collins
MenuBuilder IS NOT THERE (depending on what version of the SDK you are using) - that class was removed in the 0.9 release (existed up to 0.5). Just use Menu which now has builder type methods built into it - see the API documentation that I linked to, really, documentation can be your friend.

[android-developers] file browser view : does it exist ?

2008-12-11 Thread Fräntz Miccoli
I'm seeking a file browser view to enable my user to pick a file from its file system to my apps. Does it already exist ? It seems to be a lack of the current SDK. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: file browser view : does it exist ?

2008-12-11 Thread szeldon
I think that you have to do it by yourself. There is a tutorial about this on anddev.org. On Dec 11, 12:07 pm, Fräntz Miccoli [EMAIL PROTECTED] wrote: I'm seeking a file browser view to enable my user to pick a file from its file system to my apps. Does it already exist ? It seems to be a

[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread [EMAIL PROTECTED]
There is a fundamental difference between the two... to get notified of an incoming email you either have to make periodic calls to an email server or you need to develop a pseudo-push technique... as to the latter read through here:

[android-developers] send activity in background

2008-12-11 Thread sthustfo
Hi, How do I send my activity to background when user presses a key? What should I do in the onKeyDown() event handler? Using finish() will destroy the activity. public boolean onKeyDown(int keyCode, KeyEvent event) { super.onKeyDown(keyCode, event); // finish();

[android-developers] Versioning and Deploying

2008-12-11 Thread mobilek...@googlemail.com
Hi, I have several versions of my app, and I'd like to deploy them on my testing device. To do that I've altered the AndroidManifest.xml's version code and name. However, everytime when I attempt to install one of the versions, and have the other onle already installed on the device, the latter

[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread code_android_festival_way
Well thank you for your answer. Email: I just want to be notified when the pre installed Gmail app got a new message. Is there no broacast sent when it does? (that would make it very easy to react uppon this) SMS: Thank you for that. I'm looking into that now. On 11 Dez., 12:14, [EMAIL

[android-developers] certificate ssl webservice keystore

2008-12-11 Thread Peterman
Hi to all I have a problem whit the keystore that android gave us. I am developing an application using the debug.keystore file that permit us use maps of google (I generate the apikey, and I can see the maps correctly). But now I have to call a webservice whit security (https) and I have to add

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-12-11 Thread Alemao
I just copied the code from the link (http://groups.google.com/group/ android-developers/browse_thread/thread/ ad6d7ddd57c51061/13f0b10817a2d440) and I still can't have the method onLocationChanged() to get called. I don't think the problem is with the listener because the method

[android-developers] Compilation error on Ant

2008-12-11 Thread tharun
Hi, While compiling Funambol code on Ant, 100 of errors are coming. Most of the errors are like this, [javac] D:\Tharun\DM_LJ\Android\Funambol\android_service\android \sdk\common\test\com\funambol\util\ThreadPoolTest.java:76 : cannot find symbol [javac] symbol : class

[android-developers] Re: How to install APK file on Android handset

2008-12-11 Thread crontabpy
bump On Nov 26, 9:11 am, Wizzz [EMAIL PROTECTED] wrote: hi all, I just see a very promising app on androidfreeware.org which is call Xlive, it would be exactly what i need in order to use proper e-mail application on market place. But as this app can't be found on Android market, i

[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread Mark Murphy
code_android_festival_way wrote: I just want to be notified when the pre installed Gmail app got a new message. Is there no broacast sent when it does? (that would make it very easy to react uppon this) Bear in mind that the pre-installed GMail application is not necessarily pre-installed on

[android-developers] Re: Hidden Contacts

2008-12-11 Thread bklik
Thanks Paul, you were right. It's funny, I don't use my gmail account much, and I didn't recall conversing with those individuals in the past. Thanks for clearing that up. Brenton On Dec 7, 9:50 pm, Paul [EMAIL PROTECTED] wrote: Did you check your gmail account under Contacts -- suggested

[android-developers] Re: Allocation too large for this process

2008-12-11 Thread Romain Guy
It works when you load a smaller file because you simply have very little amount of memory left. Your application is using too much memory, you need to trim it down. On Thu, Dec 11, 2008 at 1:00 AM, fala70 [EMAIL PROTECTED] wrote: I 've a similar problem. I am going crazy from several days

[android-developers] Re: file browser view : does it exist ?

2008-12-11 Thread Peli
Now there is also the OI File Manager: http://www.openintents.org/en/node/159 You can use simple intents in your application to call it for Open, Save, and Select folder. In the simplest version, just use: Intent intent = new Intent(org.openintents.action.PICK_FILE);

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-12-11 Thread Aldo Neto
Thanks for the tips, but it didn't work. I even deleted all data from the -datadir and then rebooted my computer, but the behavior is still the same. I have a very simple code (see below) that I took from a tutorial but even that doesn't work. I believe that I'm missing something here, but I have

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-12-11 Thread Mark Murphy
Aldo Neto wrote: I have a very simple code (see below) that I took from a tutorial but even that doesn't work. I believe that I'm missing something here, but I have no idea what it might be. The only difference I see off the top of my head between what I've used and what you have there is

[android-developers] Re: How to install APK file on Android handset

2008-12-11 Thread Peli
You could try the following: long-click in your browser to download the apk file to your SD card. Then use the OI File Manager to select the file and install it. You can find and download OI File Manager here: http://www.openintents.org/en/node/159

[android-developers] Re: How to install APK file on Android handset

2008-12-11 Thread Peli
PS: OI File Manager is also in the Market. Peli On Dec 11, 2:53 pm, Peli [EMAIL PROTECTED] wrote: You could try the following: long-click in your browser to download the apk file to your SD card. Then use the OI File Manager to select the file and install it. You can find and download OI

[android-developers] Could Chinese developper register Android market?

2008-12-11 Thread honglian...@gmail.com
hi all I Chinese developper have a MasterCard and want to register Android market. But I found the location item has not China. Would you like to let me know if I can ignore this item and use Chinese MasterCard (Bank of China) Android Market successfully? Thank you very much.

[android-developers] Re: Accessing email

2008-12-11 Thread Nathan Ekstrom
I'm writing an application that provides status information. The status updates come through email so I need to get the status emails and parse them to figure out what the current status is. On Wed, Dec 10, 2008 at 11:03 PM, Andrew Stadler [EMAIL PROTECTED] wrote: Not at present. Gmail is

[android-developers] Re: startActivity(), Browser, and windows

2008-12-11 Thread Jean-Baptiste Queru
That's an area where improvements are known to be necessary. If you have some precise ideas, feel free to head over to the android-framework list where we discuss specific changes to the android source code that are visible at the level of applications built on top of the SDK. JBQ On Thu, Dec

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-12-11 Thread Christine
I have locMgr = (LocationManager) getBaseContext().getSystemService( Context.LOCATION_SERVICE); but I don't remember why I put in the getBaseContext(). Also, as Mark said, I never tried with 0,0 for time and distance intervals. On Dec 11, 2:33 pm, Mark

[android-developers] Re: Question about service life cycle for GOOGLE engineers

2008-12-11 Thread Jean-Baptiste Queru
I don't know why you'd specific ask Google engineers to answer this question. There are plenty of non-Google people who also have some detailed understanding about the way Android works. You're seeing situations where the visible activity takes so much space that the system has to start killing

[android-developers] Re: More MediaPlayer questions

2008-12-11 Thread Greg
Thanks for the info Dave (especially getting call for the raw file descriptor!). Allow me to help you grok the fullness of this (wonder how many people have actually read that book these days) :) My app actually runs in foreground and background (via service) for doing some exercise tracking.

[android-developers] Proximity Alerts keeps the GPS always on

2008-12-11 Thread android_soft
Hi, I noticed in the android source code there is a setMinTime() to be implemented by LocationProviderImpl's(GPS etc). Currently the default is zero(or 1000L) which means it will check for location updates frequently, except when the screen is off. Why is this interface not opened up so that

[android-developers] Re: how to access file system

2008-12-11 Thread Evgeny V
Ok. Got it. Thanks! On Thu, Dec 11, 2008 at 4:30 AM, Dianne Hackborn [EMAIL PROTECTED]wrote: Er... so stick it in your .apk. You can either put it in as a compiled xml resource, raw resource, or loose asset. On Wed, Dec 10, 2008 at 12:57 PM, Evgeny V [EMAIL PROTECTED] wrote: No. There

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-11 Thread szeldon
Oh my, oh my, so it's nearly time for my package. On Dec 10, 9:08 pm, hoesing [EMAIL PROTECTED] wrote: Seattle, ordered whenever the engadget article went up, fedex overnight. Received mine at 10am this morning. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Activity finishOnBackground attribute

2008-12-11 Thread Adam K
ping! is the documentation out of date? or am i not understanding how to use finishOnBackground? On Mon, Dec 8, 2008 at 2:48 PM, Adam K [EMAIL PROTECTED] wrote: Hi all, I want to do the following for a notification type activity that should be removed/closed from the system either via a

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread cyntacks
Hey guys, Just an FYI, I called Brightstar yesterday to inquire on my order. After calling a boatload of times and receiving the Sorry we missed your call... message, I was able to get a human on the phone. The woman who answered (who was EXTREMELY nice btw) explained that has heard there may be

[android-developers] Re: Timeout executing service

2008-12-11 Thread Andrew Stadler
Sukumar- The activity manager assumes that your code has died, because it did not return from the broadcast receiver in a reasonable amount of time. In general, receivers should execute very very quickly, and any long-term operations (such as *any* network operations) should be on their own

[android-developers] Re: send activity in background

2008-12-11 Thread Andrew Stadler
The way to send my activity to the background is to send another activity to the foreground... All you have to do is create an Intent and call startActivity(). On Thu, Dec 11, 2008 at 3:17 AM, sthustfo [EMAIL PROTECTED] wrote: Hi, How do I send my activity to background when user presses a

[android-developers] Re: Suddenly getting Error opening zip file compiling in Eclipse

2008-12-11 Thread Claudio Veas
I dont know if it still helps but I had the same problem and it turn out that I had several .bak files from comparisons made with winMerge and other programs and these files seemed to be causing this problem. Hope it helps Claudio Veas On 13 nov, 13:30, AndyT [EMAIL PROTECTED] wrote: Hi I've

[android-developers] Re: Incoming Emails - Incoming SMS - What is the way to catch them?

2008-12-11 Thread code_android_festival_way
Thanks for your answer. This is true and I will keep that out of my application now. Thanks for this advise. Is there a possibility to catch new voicemail messages? On 11 Dez., 13:44, Mark Murphy [EMAIL PROTECTED] wrote: code_android_festival_way wrote: I just want to be notified when the

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-11 Thread Mark K
I'm using my G1 on ATT , I had to add wap.cingular as an apn, set 'wap.cingular' as the name and apn, left all other settings blank. Mark On Dec 10, 12:05 pm, Jackson Miller [EMAIL PROTECTED] wrote: I just received my phone.  I ordered it on Saturday.  I am in

[android-developers] Re: send activity in background

2008-12-11 Thread sthustfo
Thanks. But in that case, I would need to remember the top most activity of the entire android stack (of other applications). I basically need to send my application and all its related activities to background. I have used 'moveTaskToBack' which moves it to background. But I am not sure if this

[android-developers] Re: How does a Cursor work?

2008-12-11 Thread Satya Komatineni
Taisa, Hopefully you have found some answers on this since you have posted. If you did find any numbers indicating one way or the other, I would like to know. I looked at some source code of Android to see what is under the hood. Here are some thoughts based on what I saw. The Cursor object is

[android-developers] Re: Canvas.drawBitmap(int[] colors, ...) creates wrong alpha blending

2008-12-11 Thread Mike Reed
Sounds like a good bug. Can you file it as one, and I'll take a look? On Dec 10, 2008, at 2:31 PM, Toothy Bunny wrote: I could not find a way to attach pictures with my post, so I post the screen shot on the web, and here is the link: The test screen shot:

[android-developers] No way to see real Debug and Test Settings on the Device

2008-12-11 Thread Kenny Yu
http://code.google.com/intl/en/android/intro/develop-and-debug.html#additionaldebugging I can't find the exact this section within emulator, DDMS+Eclipse menus and even ADB. No entry! Can anyone give a favor to tell me howt to set Goldfish emulator like the above URL?

[android-developers] Home key in G1 does not work

2008-12-11 Thread Claudio Veas
Hello group! Im having a problem when I try to use the home key ( if thats the name ) in the G1 cell phone. The thing is that in the emulator whenever I press the home key the cell phone goes back to the menu screen but in the real phone it just stand in the same screen of the application that

[android-developers] SQLite, android_metadata

2008-12-11 Thread Bradley Kite
Hi fellow developers, I have created an SQLite database on another (non-android) system and have transferred it to my SDCard so that my application can use its data, however I have a problem where Android is expecting some custom tables to exist, as when I call SQLiteDatabase.openDatabase() I

[android-developers] Re: certificate ssl webservice keystore

2008-12-11 Thread Michael
Yep, join the club. Lots of us are complaining about the inability to add certificates to the system keystore. One way that people have been working around this (in apps like k9mail, for example), is to use an application-specific keystore. --~--~-~--~~~---~--~~

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread blindfold
Hmm, maybe that was the same lady named Dana who yesterday properly canceled one of my two orders that arose from a server glitch at Brightstar. On Dec 11, 5:11 pm, cyntacks [EMAIL PROTECTED] wrote: Hey guys, Just an FYI, I called Brightstar yesterday to inquire on my order. After calling a

[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] Re: SQLite, android_metadata

2008-12-11 Thread Bradley Kite
Actually, with a bit more reading, I have discovered that I need to use the SQLiteDatabase.NO_LOCALIZED_COLLATORS flag when calling SQLiteDatabase.openDatabase() - this no longer causes the problem. Regards -- Brad. On 11/12/2008, Bradley Kite [EMAIL PROTECTED] wrote: Hi fellow developers,

[android-developers] Application Suspended

2008-12-11 Thread cyntacks
Hi, This just happened to me. This policy seems EXTREMELY APPLE/IPHONE LIKE. Our application was suspended (not sure why yet, I have an email into Google) but I can assume now after reading this post that it is because we did the following: 1) Provided a locked down app with no trial version

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-11 Thread Jackson Miller
I chose overnight shipping. FYI: here are my full APN settings for using my Android developer device on ATT. It took me a while to search and try the various recommendations. I am on the iPhone data package if that makes a difference: Name: ATT APN: wap.cingular Proxy: Not set Port: Not set

[android-developers] youtube player question

2008-12-11 Thread Wei
Hi all, I have few question about the youtube player. Running the youtube player on G1. The video play smoothly. (http://www.jkontherun.com/2008/10/video-of- yout-1.html) Is anyone know what codec used by youtube player? Is use opencore code? If yes, why the opencore can not play smoothly in the

[android-developers] Can some please create this?

2008-12-11 Thread Justcuz
Hello Developers! I am a former blackberry user have switched over to the G1. With all the positives of the G1 they left out a feature that I felt was VERY VERY important! The feature I am talking about on Blackberry (BB) is the profiles setting. On BB you can set a contact or phone number to

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread Mintu
Same thing happened with my order. I ordered on 12/08. I was not able to view my order in the track order the next day. I emailed brightstar including the order number. I was replied back letting me know that the order is valid and I will be sent an email when the phone ships. I was able to see

[android-developers] Re: Google G1 for developers Shipping cost $170!? is this a joke?

2008-12-11 Thread newgeekorder
Another 2 cents.. I have a team of people who could get started on Android development but not while this current shipping farce continues.. R On Dec 10, 4:52 pm, Dani723 d...@dk2.de wrote: Same here. If I'm right, there are no duties in the EU, when the costs of the goods lie under 700€. So

[android-developers] IOException in HttpClient: unknown error while trying to access run simple MAP application

2008-12-11 Thread Pratap
Hi I am trying to run a simple MAP application.The source code is as below: package test.test; import android.os.Bundle; import android.view.KeyEvent; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapController; import

[android-developers] Re: Android Dev Phone 1 + Shipping to Germany

2008-12-11 Thread mikexilva
Did any one received the phone itself (in or outside US)? And did you get a delivery tracking id? On Dec 10, 6:06 pm, ruwen@gmail.com ruwen@gmail.com wrote: Did any one get a tracking id? I think you can have a different ship address than the billing address. On Dec 10, 11:32 am,

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread kpowerinfinity
Thanks Kevin. Did she give any kind of an ETA on when which orders shall be shipped? Could you pass me the number of Brightstar? If the doesn't ship today, I am not going to get the phone -- since my contact would have left the US before the phone gets delivered. Thanks, Krishna. --

[android-developers] Android Dev Phone UK Shipping Times

2008-12-11 Thread Harley82
Hi, I was just wondering if anyone in the UK has bought and received their Android Dev phone and could comment on the time it took from purchase to shipping then shipping to delivery? Thanks --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Using G1 as modem

2008-12-11 Thread Tee
Hi, the burning question on everyones lips are when is a developer going to make an app that allows us to use the G1 phone as a modem? Is there anything in progress out there...besides the hacked version which seems like too much hassle --~--~-~--~~~---~--~~ You

[android-developers] Questions for those who have the Dev Phone 1

2008-12-11 Thread dsmking
Hi, I am thinking about getting a dev phone but had a few questions about developing on it: 1) Does adb shell give you root access by default? Can you get root access without building your own firmware? 2) Can you rebuild the base system and then overlay/install the non- open apps (Gmail,

[android-developers] Anyone get a tracking number for the dev phone?

2008-12-11 Thread jeroen020
I ordered the dev phone on December 6th but other than receiving instant confirmation that my order was received via e-mail I have not heard anything since. I'm in The Netherlands and paid 578$ incl shipping. I know that some people here (in the US) have now received their dev phone, but I was

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread kpowerinfinity
Same problem here. I placed an order, but the order doesn't appear on the Brightstar tracking page. It says that no orders have been placed. I have sent 3 emails to andr...@brightstarcorp.com but not received any useful replies. Anybody here knows how long it will take the phones to ship? I am

[android-developers] G1

2008-12-11 Thread Andrei Craciun
Hi All, Will the G1 phone be capable to support future Android SDK versions? Thanks in advance, Andrei --~--~-~--~~~---~--~~ 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] Information related to Browser application

2008-12-11 Thread srinivas
hi, I am trying to test data calls in android on a new qcom chipset. I am using browser for this.when i open a browser, it tries to open www.gmial.com site. Same page is displayed and no progress is there. Normally if there is no signal or data calls are not supportesd it used to display error

[android-developers] Is there a default proxy/firewall on the emulator?

2008-12-11 Thread Haden
HI, I'm trying to develop an and android app which uses google's gdata API. When i run it I get an error which says Error connecting with the login URI I've created a similar Java Application and it works fine. After googling I found out that the error is caused if you are behind a proxy. I

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread ko.bach...@gmail.com
I ordered the phone on Dec. 6th but haven't received shipping notification from them yet. Sent them an e-mail but still unresponsive. On Dec 10, 11:07 am, nutha...@gmail.com nutha...@gmail.com wrote: Brightstar may not he a household name, but they are a big distributor in the wireless

[android-developers] Re: Information related to Browser application

2008-12-11 Thread Jean-Baptiste Queru
If you're trying to port android to a specific piece of hardware, you should consider asking in the android-porting mailing list. This list here (android-developers) is for developers writing Android apps using the official SDK. Thanks, JBQ On Thu, Dec 11, 2008 at 3:45 AM, srinivas

[android-developers] Application Suspended?

2008-12-11 Thread cyntacks
Hi, OK, I posted earlier how our application was suspended from the Market by Google, but I have removed the comment. It was a bit of a rant regarding our dissatisfaction with not being allowed to use PayPal to sell License Keys while Google prepares their order system. BUT in the end it is not

[android-developers] Re: Allocation too large for this process

2008-12-11 Thread fala70
my application open in sequence 3 activities, on last I've this situation heap: ID Heap Size Allocated Free Used Objs. 1 2,945 MB1,936 MB1,009 MB65,75% 38.365 at any case I've a problem that I can't solve againg after much time that I am on. I

[android-developers] Re: G1

2008-12-11 Thread Xavier Mathews
That what we all are hopeing for there was a whole post on this. On 12/11/2008, Andrei Craciun avcrac...@gmail.com wrote: Hi All, Will the G1 phone be capable to support future Android SDK versions? Thanks in advance, Andrei -- Xavier A. Mathews Student/Browser

[android-developers] Re: Allocation too large for this process

2008-12-11 Thread Xavier Mathews
Well how would you trim it down without takeing away from the app. On 12/11/2008, fala70 fal...@gmail.com wrote: my application open in sequence 3 activities, on last I've this situation heap: ID Heap Size Allocated Free Used Objs. 1 2,945 MB1,936 MB

[android-developers] Re: Crop Image Problem

2008-12-11 Thread Gil
Can anyone help with this problem? --~--~-~--~~~---~--~~ 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,

[android-developers] Re: G1

2008-12-11 Thread Andrei Craciun
Oh, I must have missed that post... Thank you for the answer. Andrei 2008/12/11 Xavier Mathews xavieruni...@gmail.com That what we all are hopeing for there was a whole post on this. On 12/11/2008, Andrei Craciun avcrac...@gmail.com wrote: Hi All, Will the G1 phone be capable to

[android-developers] Re: Thread Allocation Question

2008-12-11 Thread Dan Bornstein
On Wed, Dec 10, 2008 at 2:03 PM, beachy beachy.g...@gmail.com wrote: does the JVM scheduler use time slicing when allocating process to threads of the same priority? On Wed, Dec 10, 2008 at 6:18 PM, Dianne Hackborn hack...@android.com wrote: There is no JVM scheduler, There isn't even a JVM.

[android-developers] Re: Allocation too large for this process

2008-12-11 Thread Justin (Google Employee)
Are you scaling the image down when you display it? Look at the longer form of BitmapFactory.decodeByteArray. The BitmapFactory.Options argument has parameters for down sampling the image on load. Cheers, Justin Android Team @ Google On Dec 11, 10:10 am, fala70 fal...@gmail.com wrote: my

[android-developers] Re: Application Suspended?

2008-12-11 Thread cyntacks
Hey Al, I will def. be doing that today!!! Thanks for the heads up. Also, does anyone know how I can remove my application from the Market now that is in suspended mode? I don't know how to proceed. We would like to remove the offending app, and add a free version but the link to delete is no

[android-developers] Re: Anyone get a tracking number for the dev phone?

2008-12-11 Thread Xavier Mathews
Everyone get a tracking code via email or phone so they can track there package. On 12/11/2008, jeroen020 jer...@exmachina.nl wrote: I ordered the dev phone on December 6th but other than receiving instant confirmation that my order was received via e-mail I have not heard anything since.

[android-developers] Re: Anyone get a tracking number for the dev phone?

2008-12-11 Thread cyntacks
Check out this thread: http://groups.google.com/group/android-developers/browse_thread/thread/60d2601d14bcfc1/6e8038719d43f8c7#6e8038719d43f8c7 On Dec 11, 1:58 pm, Xavier Mathews xavieruni...@gmail.com wrote: Everyone get a tracking code via email or phone so they can track there package.

[android-developers] Re: Using G1 as modem

2008-12-11 Thread Xavier Mathews
U No and why would anybody want to use the G1 as a phone modem? On 12/11/2008, Tee gurt...@gmail.com wrote: Hi, the burning question on everyones lips are when is a developer going to make an app that allows us to use the G1 phone as a modem? Is there anything in progress out

[android-developers] Re: Using G1 as modem

2008-12-11 Thread Marcio Alexandroni
Yes, there is, google for tetherbot, I use in my notebook and it works. Marcio Alexandroni www.cialogica.com w  Tel. 55 11 3717-2345    Cel. 55 11 9989-8316   mar...@cialogica.com.br marcioalexandroni -Original Message- From: android-developers@googlegroups.com

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread sacoskun
Which country did you ship the phone to? Can't you see the tracking status from android market account? -sarp On Dec 11, 5:05 am, ko.bach...@gmail.com ko.bach...@gmail.com wrote: I ordered the phone on Dec. 6th but haven't received shipping notification from them yet. Sent them an e-mail

[android-developers] Re: youtube player question

2008-12-11 Thread Dave Sparks
Do you really mean YouTube player, or are you referring to the media player? In any case, the emulator is using the ARM-optimized software codecs running in QEMU ARM emulation on your workstation. The performance is not going to be spectacular. On the G1, the AVC codec runs on the DSP, so the

[android-developers] Re: More MediaPlayer questions

2008-12-11 Thread Dave Sparks
I'm beginning to grok the fullness... :) You could use the ALARM stream, though the user might have silenced alarms and then nothing will be heard. We are adding the ability to send events to the music player to tell it to play, pause, skip, etc. to support AVRCP. This will come in a release in

[android-developers] Re: Android Dev Phone 1™

2008-12-11 Thread Mintu
I just called up customer care and got the tracking number for my order. I haven't gotten an email for it though. On Dec 10, 8:05 pm, ko.bach...@gmail.com ko.bach...@gmail.com wrote: I ordered the phone on Dec. 6th but haven't received shipping notification from them yet. Sent them an e-mail

[android-developers] Re: What happened to this API?

2008-12-11 Thread AlCapwn
No one knows? :( On Dec 1, 5:13 pm, AlCapwn alcapw...@googlemail.com wrote: I was looking at the Email app in Eclipse, but it seems some packages have been removed from the SDK, especially android.text.util.Regex so Eclipse starts spitting out errors. Anyone know what the alternative to

  1   2   >