[android-developers] Re: How test the openCORE on Android Emulator?

2009-02-26 Thread Dave Sparks
Please move this question to the android-framework list. This list is for application developers. On Feb 25, 10:30 pm, Vishwanatha S vishy.s1...@gmail.com wrote: Dear All I am trying to integrate my codec on the ARM side using my own OMX core. Now I would like to test it on the Android

[android-developers] Re: What happened to the ADT Eclipse plugin?

2009-02-26 Thread Spongebob.Squarepants
Cory schrieb: I'm not sure what's going on, but I tried to post this before, and it didn't show up. If this is somehow a duplicate, I apologize. Don't do that too often. You'll banned for this by the owner of the group :( --~--~-~--~~~---~--~~ You

[android-developers] Re: Recording Audio

2009-02-26 Thread Dave Sparks
You can get the path to external storage (e.g. SD card) with Environment.getExternalStorageDirectory(). This is world read/ writable. Alternatively, each application has its own private data directory / data/app-private/app-package. I believe your working directory is set to this directory by

[android-developers] Re: How can I add subfolders to res

2009-02-26 Thread Keiji Ariyama
Hi susanner, You can do right click on the res folder. Cheers susanner wrote: I see folder res in APIDEMO in SDK contains subfolders as raw , anim , xml ...,but mine only have basic three folders drawable, layout ,values, how can I add subfolders to res/ and let eclipse produce a

[android-developers] Re: SoundPool working correctly yet?

2009-02-26 Thread Dave Sparks
SoundPool issues were fixed in Cupcake. The fixes were dependent on other changes to the audio system and it was considered too risky to port those fixes back to the 1.x branch. We haven't released a Cupcake SDK yet. Other have had success with SoundPool by setting the maxStreams to a large

[android-developers] Re: How change the gallery to a round order

2009-02-26 Thread neuzou
Anybody can help me? Thanks a lot. the gallery widget only scroll from left at beginning,and scroll from right at the end of file, how can I change it scroll in a round loop, so there is endless of gallery scrolling. On Feb 25, 4:04 pm, neuzou neu...@gmail.com wrote: I want to show images in a

[android-developers] Delete application related files

2009-02-26 Thread Muthu Kumar K.
Hi All, I am developing a small application using file operations. when ever application lunches I am writing some information about the app user in the location of /data/anr/. While deleting the application i want to remove those files in that location. Can any one suggest me how to do this? Is

[android-developers] Rolodex View

2009-02-26 Thread ursnavin
Hi, I am planning to implement a RolodexView in android using the gallery widget.Am fairly new to android.Is it possible to extend the Gallery widget to create a rolodex or should we need to create our own customised component. Any inputs would great. Thanks, Navin

[android-developers] Re: surffaceHolder.lockCanvas(dirtyRect) help?

2009-02-26 Thread Stoyan Damov
On Thu, Feb 26, 2009 at 5:53 AM, snctln catlin.s...@gmail.com wrote: Stoyan, I appreciate the reply (especially because I believe we have competing games up on the paid market). np :) It's not that I'm sharing a trade secret here. I will go back and look at my code again, I am probably

[android-developers] Re: Delete application related files

2009-02-26 Thread ANKIT SOMANI
You can use* adb uninstall yourpackagename* This will delete all the files. Regards ~Ankit Somani 2009/2/26 Muthu Kumar K. muthum...@gmail.com Hi All, I am developing a small application using file operations. when ever application lunches I am writing some information about the app user

[android-developers] Re: Touch event types supported in android v/s windows mobile

2009-02-26 Thread Shadakshari Hiremath
Thanks for the response. On 26/02/2009, jj jagtap...@gmail.com wrote: hello Touch corr android class OnTouchListener() Tap - OnClickListener() Tao and Hold - OnLongClickListener() Are Supported in android, while Drag n Drop, Touch n move require to impliment

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread Al Sutton
I'm personally wondering if they'll be another firmware update for the G1 which introduces proper DRM (something like http://andappstore.com/AndroidPhoneApplications/licensing.jsp) before the ADP gets access to paid apps. I know there are other issues to overcome with the ADP1, but allowing

[android-developers] Re: My Log messages fails to appear on Logcat View

2009-02-26 Thread gganesh
hi , unfortunately even that doesn't works for me .I ran my programe in the debug mode but, no log messages .Any other clue ? On Feb 26, 12:39 pm, ANKIT SOMANI ankitsomani...@gmail.com wrote: I faced the Same Problem.This might be problem with DDMS. I found a solution, If you debug your

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread roland
Check this out guys, http://www.engadgetmobile.com/2009/02/25/google-blocking-paid-market-apps-from-dev-phone-1-users/ It seems Google has to do more work on the ADP 1.1 than G1, ADP owner could be the private of paid apps. On 26 fév, 01:26, vendor.net vendor@gmail.com wrote: I know that

[android-developers] Re: Waiting for debugger in release version of an application

2009-02-26 Thread Alec
hmm, well im on the 1.0 sdk, but i dont understand what you mean by dev tools on the phone. does this mean the end user of my application would need to go through the same proceedure? or is my phone configured the app to wait for the debugger? On Feb 26, 12:01 am, fadden fad...@android.com

[android-developers] OpenGL ES show case

2009-02-26 Thread fcalzada
Hi all, here is a little video about my android opengl show case, which is actually a 3d pool game. It uses 3ds/obj model loading, planar shadow with stencil, and more... (This video shows an alpha version) Here is the link: poolhttp://www.youtube.com/watch?v=RD7OvIYeIsk Your comments are

[android-developers] Re: OpenGL ES show case

2009-02-26 Thread Stoyan Damov
I love pool and can't wait for the game. You're doing a game, right? Right? I'll be your first customer ;) Cheers On Thu, Feb 26, 2009 at 11:39 AM, fcalzada fcalz...@gmail.com wrote: Hi all, here is a little video about my android opengl show case, which is actually a 3d pool game. It

[android-developers] Re: What is attribute android:ems for?

2009-02-26 Thread aleung
So the ems attribute is to define the wide related to font size. I also found the description of em in wikipedia: http://en.wikipedia.org/wiki/Em_(typography) On Feb 26, 11:39 am, Tim Bray timb...@gmail.com wrote: On Wed, Feb 25, 2009 at 6:54 AM, aleung leoli...@gmail.com wrote: What does

[android-developers] Re: OpenGL ES show case

2009-02-26 Thread opengl es
Hi, Yes it's a game, but i'm not sure i'm gonna sell it... I'm not that good in graphics :) and I'm afraid about performances On Feb 26, 11:12 am, Stoyan Damov stoyan.da...@gmail.com wrote: I love pool and can't wait for the game. You're doing a game, right? Right? I'll be your first

[android-developers] Android market search problem when using ampersand in developer name.

2009-02-26 Thread SungSuh Park
I want to show results of our applications by 'Search for applications by developer name and display the results.' using 'market://search? q=pub:Developer Name'. But there's some problem. If developer name contains ampersand, for example 'PG', it's not work. Market app said no result for

[android-developers] Re: java.net.SocketException: The operation timed out............not behind proxy

2009-02-26 Thread Pratap
Problem Solved...we need to the following lines of code. DefaultHttpClient client = new DefaultHttpClient(); HttpHost proxy = new HttpHost(http_proxy:ip_address, port_no, protocol); client.getParams().setParameter (ConnRoutePNames.DEFAULT_PROXY,

[android-developers] Re: OpenGL ES show case

2009-02-26 Thread Stoyan Damov
I'd buy the pool w/ the current graphics :) or you could hire a designer and then sell it to the masses On Thu, Feb 26, 2009 at 12:46 PM, opengl es fcalz...@gmail.com wrote: Hi, Yes it's a game, but i'm not sure i'm gonna sell it... I'm not that good in graphics :) and I'm afraid about

[android-developers] Will ADP1 support payed apps from the store

2009-02-26 Thread vendor.net
I am writing this, because of this news - http://www.engadgetmobile.com/2009/02/25/google-blocking-paid-market-apps-from-dev-phone-1-users/ . Is this true? And will ADP1 support buying payed apps? I am truly hopping that it will, because otherwise we will be not able to see the competition`s apps

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread vendor.net
WoW! This sounds creepy!!! Could someone of google confirm it? And will ADP1 support payed apps? It is redicilus not to. After all we should be able to explore the competitions apps... and this is only one of the things I came up to right now. I have started a new post here-

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread Al Sutton
If you read the text you've quoted you'll find the answer from JBQ who is an Android engineer from Google If you're still uncertain, he posted a useful link; http://groups.google.com/group/android-developers/search?group=android-developersq=adp1+updateqt_g=Search+this+group Al.

[android-developers] Re: OpenGL ES show case

2009-02-26 Thread Mihai
Hey, I think it looks pretty decent and once you polish it and finish it, I don't think you got anything to loose by putting it out for sale. Well, except the 25$ you need to open an Android Market account :). Cheers, Mihai On Feb 26, 12:46 pm, opengl es fcalz...@gmail.com wrote: Hi, Yes

[android-developers] Re: My Log messages fails to appear on Logcat View

2009-02-26 Thread PRATAP SOLAPUR
close the emulator n eclipse then restart both once againit'll display the logs On Thu, Feb 26, 2009 at 2:47 PM, gganesh ganesh@gmail.com wrote: hi , unfortunately even that doesn't works for me .I ran my programe in the debug mode but, no log messages .Any other clue ? On Feb

[android-developers] Re: URLConnection.getOutputStream() working fine in java main but not in android activity (Urgent plz)

2009-02-26 Thread zeeshan
yes solved! it was a very simple solution uses-permission android:name=android.permission.INTERNET / lol zeeshan wrote: URLConnection conn = url.openConnection(); in debug stack the value of conn is like this debug stack:--- when i click on conn, it

[android-developers] expandable list

2009-02-26 Thread Dilli
Hi all, I am developing a simple application in that i am using a simple expandable list. how can i set the list will be always opened (expanded). Need help Thank You Dilli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: expandable list

2009-02-26 Thread for android
ExpandableListView.collapseGroup (int groupPos) and expandGroup (int groupPos) On Thu, Feb 26, 2009 at 5:51 PM, Dilli dilliraomca...@gmail.com wrote: Hi all, I am developing a simple application in that i am using a simple expandable list. how can i set the list will be always opened

[android-developers] Re: Developing an app using a retail phone

2009-02-26 Thread Mark Murphy
warwickhunter wrote: Can anyone confirm for me that if I purchase a retail Android phone, such as the HTC Dream (G1) that I can use it to develop applications? I own a G1, and I use it to develop applications. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to

[android-developers] Re: Invalidates the TabView

2009-02-26 Thread Mark Murphy
ericsk wrote: Hi, I have a problem on TabActivity's invalidation. There're few tabs in my TabActivity, and each tab binds a ListView. Each Listview binds an ArrayAdapter that bound an ArrayList. While the TabChanged ( in onTabChanged handler ), I modify an ArrayList with a thread.

[android-developers] Re: Where to put xml file????

2009-02-26 Thread Mark Murphy
Alam wrote: I want to put one xml file in my project. Please tell me where to put this file and how to access this file? Put it in the res/xml/ directory in your project. Get it via getResources().getXml(R.xml.whatever_you_called_it), which returns an XmlResourceParser. -- Mark Murphy (a

[android-developers] Re: Possible bug in Tabs?

2009-02-26 Thread marmor
According to the activity lifecycle ( http://code.google.com/android/reference/android/app/Activity.html#ActivityLifecycle ), I think I can assume that onDestroy would only be called on activities after onResume had been called. Also, I read some code from Android's OS itself, and I see that

[android-developers] Re: When do I need a new Activity?

2009-02-26 Thread Mark Murphy
Michal wrote: Hello, this is as beginner as it gets. I'm creating an app that is basically a series of forms that collect info from the user, and then display that info to the user as well as allow them to modify it... very simple, almost no logic. I have been reading about activities,

[android-developers] Re: Rolodex View

2009-02-26 Thread ursnavin
Hi, It would be great if someone can help me on this. On Feb 26, 2:01 pm, ursnavin ursna...@gmail.com wrote: Hi, I am planning to implement a RolodexView in android using the gallery widget.Am fairly new to android.Is it possible to extend the Gallery widget to create a rolodex or should we

[android-developers] Re: Developing an app using a retail phone

2009-02-26 Thread Al Sutton
Ditto... I'm guessing Marks' is a US one, mines UK, they're both fine for app dev Mark Murphy wrote: warwickhunter wrote: Can anyone confirm for me that if I purchase a retail Android phone, such as the HTC Dream (G1) that I can use it to develop applications? I own a G1, and I

[android-developers] Re: How to compile G1 apps code

2009-02-26 Thread Sunil . Maharana
Thanks, after removing the sharedUserId the error was gone. In Cameara app code Camera.java has the below code and it was giving error for MediaStore.ACTION_IMAGE_CAPTURE.equals(action). private boolean isPickIntent() { String action = getIntent().getAction(); return

[android-developers] Request to device test the Android Application

2009-02-26 Thread Niti
Hi, We have been developing mobile applications for various mobile platforms and have recently started Android development. We are facing a small problem and looking for a volunteer who can just device test the application for us. Unfortunately, we were not able to device test the application.

[android-developers] How to Thump? Name of Haptic Trigger.

2009-02-26 Thread robotissues
Can someone clue me in on the name of the intent that triggers the haptic feedback when the user selects icons on the desktop, or when in Labyrinth the ball hits the wall. I thought it was vibrate ... but after playing with Labyrinth I am sure there is something else. In Labyrinth it feels as if

[android-developers] Excessive JNI global references (2001)

2009-02-26 Thread sukumar
Hello All, I was trying to read all Contacts field one by one and generated a v- card and store it into a database. When I have a huge number of contacts (say more than 150), while reading 155th contacts, I see my application is getting killed and cat log say it because of excessive JNI global

[android-developers] Re: The current version of ADP1

2009-02-26 Thread Disconnect
FYI you can switch over to the holiday-phone image if you want, which is basically equivalent to adp 1.1 (its for the google holiday-bonus phones - they got the update shortly after tmobile started offering it to their customers..) http://is.gd/j2uK (the nochecks version will install over top of

[android-developers] Re: How to implement Ticker

2009-02-26 Thread for android
http://developer.android.com/guide/samples/ApiDemos/res/layout/marquee.html On Thu, Feb 26, 2009 at 1:01 PM, ANKIT SOMANI ankitsomani...@gmail.comwrote: Hi , I would like to implement a ticker in my application but, I cant find Ticker in Android SDK 1.0. I tried marquee in latest release

[android-developers] Re: Request to device test the Android Application

2009-02-26 Thread dillirao malipeddi
Hi You can use emulator also for GPS by giving latitude and longitude values in ddms Currently i am testing my GPS based application on emulator and they working fine On ddms in right side tabs Emulator Control in that give Latitude and Langitude values of the area and click send button at the

[android-developers] Re: Is this group moderated?

2009-02-26 Thread Jean-Baptiste Queru
Mostly, I wish that people who post could spend the extra minute to figure out which group is appropriate for their question, and 5 minutes to actually search the archives. Sure, some posts aren't pleasant to read, and remembering http://xkcd.com/438/ would make communication easier, but

[android-developers] Re: SoundPool working correctly yet?

2009-02-26 Thread Jon Colverson
On Feb 26, 8:22 am, Dave Sparks davidspa...@android.com wrote: Other have had success with SoundPool by setting the maxStreams to a large value. This avoids the most egregious deadlock issue, although there are other issues that may result in ANR's depending on your use case. It also requires

[android-developers] Re: Launching Market to Specific App from Dialog

2009-02-26 Thread Jon Colverson
On Feb 26, 2:09 am, Steve Ingram steveing...@gmail.com wrote: 1. How can I test this using the Emulator or Browser (I don't have a phone)? You can't. It only works when the Market app is installed and AFAIK no one has figured out how to get it onto the emulator. 2. Can someone provide me

[android-developers] Android Layout Tricks #1 problem

2009-02-26 Thread Spencer Riddering
Concerning Romain Guy's post titled Android Layout Tricks #1 in the Android Developers Blog. I just tried to put it to use on a list item (as the article suggests its good for) and it doesn't work for me. Was this code actually tested in a list item? I believe I ran into the same problem last

[android-developers] Can I turn the 'protect my app' feature back on now?

2009-02-26 Thread g1bb
Are users going to be able to download updates that I publish? Was this even the cause of the issue? 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] Updating applications

2009-02-26 Thread Rafa
Hi to all. How can I update an application that is already installed on an Android phone? I have read something of getting install permissions and then refereeing to the fully qualified class-name for the 'R' class you're refereeing to but I am not clear of how to do this. I am specially

[android-developers] Re: When do I need a new Activity?

2009-02-26 Thread Michal
Those are just a few of the design criteria that might lead you in the direction of multiple activities. Thanks a ton Mark, this is great feedback. I will continue exploring the single-activity approach until I run into issues. I owe ya! Michal

[android-developers] Re: OpenGL: how to use gluUnProject on Android?

2009-02-26 Thread Jon Colverson
On Feb 25, 1:10 am, focuser linto...@gmail.com wrote: My question is how to get those matrices?  I tried gl.glGetIntegerv (GL11.GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES, model, 0); and ((GL11) gl).glGetFloatv(GL11.GL_MODELVIEW_MATRIX, modelf, 0); but the first one returns an array of zeros,

[android-developers] Re: How to Thump? Name of Haptic Trigger.

2009-02-26 Thread Stoyan Damov
I think it's simply a sound effect - perhaps the phone vibrates as well, can't remember - haven't played Labyrinth for a while. On Thu, Feb 26, 2009 at 4:53 PM, robotissues jason.van.an...@gmail.com wrote: Can someone clue me in on the name of the intent that triggers the haptic feedback when

[android-developers] Re: How to Thump? Name of Haptic Trigger.

2009-02-26 Thread Jason Van Anden
Thank you for answering. I took some of the griping personally about why don't people take the minute to find ... and/or choose the right forum. In this situation I do not know the syntax so its hard to find the info. That being said ... something physical actually does occur. Its the same

[android-developers] Re: surffaceHolder.lockCanvas(dirtyRect) help?

2009-02-26 Thread snctln
Thank you very much for this reply, your advice about not using a high quality png seemed to make all of the difference... My problem wasn't with the png really but was more the way that I was working with the png I was loading the png into a bitmap, and then resizing that bitmap as needed for

[android-developers] Re: OpenGL: how to use gluUnProject on Android?

2009-02-26 Thread Streets Of Boston
I had similar issues: - Where to obtain the model-view and the project-view matrices. - gluUnProject did not seem to work... it returned results i did not expect. I solved these issues: - I borrowed code from the MatrixGrabber.java you can find in the API Demos examples. This class contains

[android-developers] please help me in startActivityForResult

2009-02-26 Thread zeeshan
Hi , i have a ImageView layout where one image need to be displayed on user selection. if i click on image, it start a new activity for image selection and display that image on the previous activity image layout. - Activity 1: ImageView Image;

[android-developers] Re: A big OpenGL speed issue + my code contribution to other OpenGL beginners

2009-02-26 Thread Streets Of Boston
If you render the Open GL graphics in the main thread (where user- input is received and handled), how are you going to program animated graphics when the user does not interact with the screen/keyboard at all? by issuing a log of handler.post(Runnable) commands ? Also, your sample code is

[android-developers] Re: Will ADP1 support payed apps from the store

2009-02-26 Thread Amir Alagic
I really don't belive that Android Market has bright future. Everything is going slow and it is strange that developers can spend 400 dollars plus shipping... but we can't sell applications. But that is not the only reason I think that Android Market is going to loose its role. In future

[android-developers] Re: Android Layout Tricks #1 problem

2009-02-26 Thread Marco Nelissen
On Thu, Feb 26, 2009 at 7:31 AM, Spencer Riddering ponderyon...@gmail.com wrote: Concerning Romain Guy's post titled Android Layout Tricks #1 in the Android Developers Blog. I just tried to put it to use on a list item (as the article suggests its good for) and it doesn't work for me. Was

[android-developers] Re: Bitmap.comrpess() failing with PNG images?

2009-02-26 Thread Rohit
Here is a PNG file that I was using for testing http://www.lumbercartel.ca/fun/wallpaper/lumber_cartel_1_800x600.png Rohit On Feb 25, 5:21 pm, Rohit mord...@gmail.com wrote: Has anyone seen failures from bitmap.compress() for PNG files? I have a byte array that holds image data (read

[android-developers] Re: Possible bug in Tabs?

2009-02-26 Thread Marco Nelissen
The diagram you link to only shows the normal flow, not every possible flow. If you read a bit further, you will see for example that onCreate() is followed by onStart(), but onStart() may be followed either by onResume() *OR* by onStop(), which clearly means that

[android-developers] Problem with startSearch(Google Web Search)

2009-02-26 Thread Amit
Hi, I am new for android Development. I am looking to develop a search application, which will search on google search engine. I am referring Api Demo searchInvoke example from android samples. I modified onSearchRequested() as below... public boolean onSearchRequested() { // If your

[android-developers] Embedding a hyperlink in Intent email body....

2009-02-26 Thread petersonj
I am trying to embed a hyperlink to my app in the Android Market in an email Intent. In other words I have a button on my app that creates an email the user can send to a friend. In the email I want a link to the Android Market such as: a

[android-developers] Re: Help with Gallery Widget

2009-02-26 Thread crazycat
Chris , Did you get a solution for ur second problem ?? i.e making the gallery widget circular . Could you please post the solution On Jan 3, 9:55 pm, Chris eo...@gmail.com wrote: Hello everyone, I have 2 problems - I want to scrollgalleryto a specific position by calling a function,

[android-developers] Re: Active Calendar app on Android Emulator?

2009-02-26 Thread Steven Farley
I have the same problem, running the emulator on Mac OS X. Any suggesstions would be appreciated. On Feb 21, 3:24 am, Tim Bao tim@gmail.com wrote: Hi, all, I am sorry to bring this into such a board audience but seems nobody has posted similar problem or solution on the internet. I am

[android-developers] Re: Go to the home screen.

2009-02-26 Thread Zack
Hi, I'm trying to do something similar. My app has 3 activities EULA (checks preference for accepted, so must of the time is not seen) - Loading Data - Main Activity If I get to the Main Activity and hit the back button, it goes back to the loading screen. Now, I'm catching onKeyDown, looking

[android-developers] Long click on Button

2009-02-26 Thread Manfred
Hi! I want, that when the user clicks on a button, a textfield with a number will increase or decrease. But this should be work in a way, that the user leaves the finger on the button and the number increases automatically. Therefore he doesn´t have to click lot of times. I have not found any

[android-developers] why would InputStreamReader returns null

2009-02-26 Thread silver
Hi People; I am trying to solve my problem about InputStreamReader returns null..I have a Login screen which checks the configuration file. and here is the configuration class import java.io.*; import j2me.microtools.BufferedReader; import j2me.microtools.BufferedWriter; import

[android-developers] How to include a Checkbox in List View

2009-02-26 Thread vamsi
Hi Experts, I am new to Java as well as Android developement. Please help in the very fundamental issue.the think is i just want to include checkbox in Listview.How to do it @ programetical or @ Design time.I am using eclipse for the dev. here i extented List Activity. I am trying the following

[android-developers] Build an app from command line

2009-02-26 Thread Pedro Fraca
Hi All. I'm trying to build the usigned apk of an Android Application. I'm using the apkbuilder command something like this: aplbuilder application.apk -u -rf application_directory before this I signed the application using the jarsigner with a keytool generated by myself. If I do it to the

[android-developers] Build an Android Application using command line

2009-02-26 Thread Pedro Fraca
Hi All. I'm trying to build the usigned apk of an Android Application. I'm using the apkbuilder command something like this: aplbuilder application.apk -u -rf application_directory before this I signed the application using the jarsigner with a keytool generated by myself. If I do it to the

[android-developers] WAP in android

2009-02-26 Thread karthick
hi .. is it possible to make an android application to the WML response from a WAP gateway its very much needed for me to develop an application. reply me if u know something about that --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] WAP in android

2009-02-26 Thread karthick
hi .. is it possible to make an android application to the WML response from a WAP gateway its very much needed for me to develop an application. reply me if u know something about that --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] google dev phone

2009-02-26 Thread karim dounas
Hello, I am new and a lot lost. I bought the G1 dev phone from android market, and it seems that I need a data plan to activate the phone. The phone prompt to set gmail account and has the settings for the T-Mobile APN. I wonder if I have the DEV phone or the T-Mobile phone ? Thank you.

[android-developers] Android presentation backgrounds

2009-02-26 Thread Michael Brunton-Spall
Hey there, I've just completed a week of work at my company, investigating android, and obviously spent time developing applications and playing with the API. However I know have to give a presentation about my findings (mostly good by the way), and I wanted some background pictures for my

[android-developers] Re: Think twice before turning on the Copy Protection option! -- there's a serious bug in Market

2009-02-26 Thread mac
That will be the same for my application. I startet with copy protection in the first version. After some people were not able to download the application (another bug with some APN?) I switched off copy protection. Now I get crash reports that I can not understand after an upgrade. Uninstall and

[android-developers] Re: Google dev phone G1 activation problem

2009-02-26 Thread HalfAsleep
How do you go about getting the dev phone in Norway? It still does not ship directly to Norway does it? Cheers, HalfAsleep On Feb 18, 10:21 pm, Mandrake0 francis.tyrone.pime...@gmail.com wrote: look at:http://www.taniwha.org.uk/gprs.html Network         APN                            

[android-developers] Re: Go to the home screen.

2009-02-26 Thread Zack
Hi, I'm trying to do something similar. I have a few activities in my app. When the app starts it goes from EULA - Loading Screen - Main Activity If I get to the Main Activity and hit the back button it will go back to the Loading Screen (which I understand) but now I'm trapping the onKeyDown

[android-developers] zoom buttons in android’s web browser

2009-02-26 Thread vitaliy.ko...@gmail.com
The web-site i'm working on is specially designed for Android. The user will not benefit from Android build-in zoom buttons. On the contrary they make a mess. How can i switch them off? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Can I receive payments with bank account outside of America?

2009-02-26 Thread He Yunlong-B20256
Hi, Guys, I want to confirm this, I put one application to the market, but no payment settings set now, because I live outside of America now, I want to use local card, which does't have a routing number, is it allowed? Thanks Harry --~--~-~--~~~---~--~~

[android-developers] hi

2009-02-26 Thread Suman
hi --~--~-~--~~~---~--~~ 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] Bitmap Memory

2009-02-26 Thread bra...@gmail.com
Ok I am at the end of my rope. I am doing some image processing. I have a large image file which I open and create a smaller bitmap from. At the end of processing I call recycle on everything. I null everything. I run GC manually. I then try edit another image and I get an out of VM memory

[android-developers] Re: google dev phone

2009-02-26 Thread Michael Brunton-Spall
Hey Karim, You have a dev phone. There should have been a little peice of paper in your dev phone box explaining that you need to press menu, and setup an APN that is appropriate to your mobile phone carrier for where you live. Michael Brunton-Spall On Feb 26, 4:18 pm, karim dounas

[android-developers] Re: SoundPool working correctly yet?

2009-02-26 Thread clark
SoundPoolhas been reliable for me, and I've not had any reports of crashes. What are you using for the maxStreams constructor argument? I originally started out by using 20 for the maxStreams argument, although I only have two wav files to load into the pool at this time. I was just planning

[android-developers] Are there any 5-star apps out there?

2009-02-26 Thread Mattaku Betsujin
It seems like the Market's rating system usings floor() instead of round(), so if you get 1000 FIVE-STAR ratings, and one FOUR-STAR, your app will be 4.5 star. Does this feel kind of silly? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: WAP in android

2009-02-26 Thread Jean-Baptiste Queru
Android doesn't support WML. JBQ On Thu, Feb 26, 2009 at 5:54 AM, karthick karthicksw...@gmail.com wrote: hi .. is it possible to make an android application to the WML response from a WAP gateway its very much needed for me to develop an application. reply me if u know

[android-developers] Re: Will ADP1 support payed apps from the store

2009-02-26 Thread Inderjeet Singh
The only apps that are hidden are copy-protected apps. If their is a priced application that does not use that feature, it currently shows up on my dev phone. One catch that I have discovered is that you need to have a SIM in the phone. Inder On Thu, Feb 26, 2009 at 3:48 AM, vendor.net

[android-developers] Re: Android Layout Tricks #1 problem

2009-02-26 Thread Romain Guy
When you load a list item make sure you use the inflate() method with the following parameters: inflate(layoutId, parent, false) Not passing the parent will cause ListView to choose the layout parameters it wants. On Thu, Feb 26, 2009 at 9:34 AM, Marco Nelissen marc...@android.com wrote: On

[android-developers] Re: Will ADP1 support payed apps from the store

2009-02-26 Thread Inderjeet Singh
Google does not take a percentage from the 30% fee: it goes to carriers and for billing settlement. See the blog post: http://android-developers.blogspot.com/2008/10/android-market-now-available-for-users.html On Thu, Feb 26, 2009 at 9:20 AM, Amir Alagic amirs...@gmail.com wrote: I really

[android-developers] Re: OpenGL: how to use gluUnProject on Android?

2009-02-26 Thread focuser
hmm, thanks a lot for replies from both of you! It's surprising though that gluUnProject didn't work. There is a comment in MatrixTrackingGL.java * Note: the actual matrix may differ from the retrieved matrix, due * to differences in the way the math is implemented by GLMatrixWrapper * as

[android-developers] Re: OpenGL ES show case

2009-02-26 Thread shaun
This looks pretty promising. Keep it up! Did you use any extensions from GL11 or any other OpenGL ES 1.1 features (undocumented)? If so, please post information to this thread: http://groups.google.com/group/android-developers/browse_thread/thread/1d94cd6cc4554e8e I am interested in the

[android-developers] Re: Will ADP1 support payed apps from the store

2009-02-26 Thread somatt
Why are copyrighted apps hidden? On Feb 26, 10:11 am, Inderjeet Singh inder...@gmail.com wrote: The only apps that are hidden are copy-protected apps. If their is a priced application that does not use that feature, it currently shows up on my dev phone. One catch that I have discovered is

[android-developers] Re: surffaceHolder.lockCanvas(dirtyRect) help?

2009-02-26 Thread Stoyan Damov
You're welcome ;) Cheers On Thu, Feb 26, 2009 at 6:58 PM, snctln catlin.s...@gmail.com wrote: Thank you very much for this reply, your advice about not using a high quality png seemed to make all of the difference... My problem wasn't with the png really but was more the way that I was

[android-developers] Re: Go to the home screen.

2009-02-26 Thread Marco Nelissen
On Thu, Feb 26, 2009 at 5:26 AM, Zack zhalbre...@gmail.com wrote: Hi, I'm trying to do something similar. I have a few activities in my app. When the app starts it goes from EULA - Loading Screen - Main Activity If I get to the Main Activity and hit the back button it will go back to

[android-developers] Where can i see the Android applications and its price

2009-02-26 Thread kamaraj
Hi, My question is where can i see the Android applications and its price from android market website i can see the application list only But i am interested to see the price and how to buy those applications thanks kamaraj.s --~--~-~--~~~---~--~~ You received

[android-developers] Re: Where can i see the Android applications and its price

2009-02-26 Thread Marco Nelissen
On Thu, Feb 26, 2009 at 10:55 AM, kamaraj itkama...@gmail.com wrote: Hi, My question is where can i see the Android applications and its price On your G1 phone, in the Market application. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Dev Phone and RC33 update

2009-02-26 Thread Sena Gbeckor-Kove
Yeah, there was a comment on the article which makes a lot of sense to me. How does Google give the 30%, and who does it give it to, on the ADP 1. Accounting and admin nightmare. S On 26 Feb 2009, at 10:06, Al Sutton wrote: I'm personally wondering if they'll be another firmware update

[android-developers] Re: Where can i see the Android applications and its price

2009-02-26 Thread kamaraj subramanian
But i dont have G1 Phone. Is that possible to see what are the applications available in market and how much cost it. ( through any website ) so, that i can get some idea to develop a unique application for the resonable price. thanks kamaraj.s On Fri, Feb 27, 2009 at 12:32 AM, Marco Nelissen

[android-developers] Re: Will ADP1 support payed apps from the store

2009-02-26 Thread BikingBill
Were doing ok in the Market. In some cases the apps are doing as well as their iPhone versions did. Nice ratings on Pigs and Blackjack as well. William Volk - PlayScreen On Feb 26, 9:20 am, Amir Alagic amirs...@gmail.com wrote: I really don't belive that Android Market has bright future.

  1   2   3   >