[android-developers] Re: Google G2 / HTC Magic for developers?

2009-02-25 Thread Disconnect
The unlock codes are for sim unlocks. You can (if you are a good customer) get tmob to give you that for free by saying you might go overseas, etc. (Even without waiting 90 days. After 90, they'll usually give it to anyone.) But yes, you can downgrade any G1 (us/uk is much easier) to a hackable

[android-developers] Re: getting android_id from GoogleLoginServiceBlockingHelper?

2009-02-25 Thread Dan Bornstein
On Mon, Feb 23, 2009 at 8:31 PM, strazzere str...@gmail.com wrote: Everything seems to be going smoothly until I get to running the project and the dalvikvm spits out errors such as rejecting opcode 0x6e at 0x000e which seems to make no sense to me. Can you provide a bit more context from the

[android-developers] Possible bug in Tabs?

2009-02-25 Thread marmor
Hi, I think there's a bug involving using Tabs and Landscape/Portrait switching. Using an app with TabHost, tab_1 is shown, onCreate and then onResume are called. When switching to tab_2: onPause(1), onCreate(2), onResume(2) are called. When switching to landscape mode: onPause(2),

[android-developers] Re: Tab view exception

2009-02-25 Thread marmor
might be related to: http://groups.google.com/group/android-developers/browse_thread/thread/2c756d7ee906729f# On Feb 23, 8:07 am, Dilli dilliraomca...@gmail.com wrote: Hi all, I am implementing a application which contains tab view in tab view there is two tabs    ( two views)  1)

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

2009-02-25 Thread Jon Colverson
On Feb 25, 6:18 pm, Jay-andro jayan...@gmail.com wrote: Is there a way to detect upon install or first use, if another app (in this case, the trial version of the same app from the same developer with the same key but different package name) is still installed? If yes, then the next question

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

2009-02-25 Thread Marco Nelissen
On Wed, Feb 25, 2009 at 1:36 PM, marmor gaz...@gmail.com wrote: Hi, I think there's a bug involving using Tabs and Landscape/Portrait switching. Using an app with TabHost, tab_1 is shown, onCreate and then onResume are called. When switching to tab_2: onPause(1), onCreate(2), onResume(2)

[android-developers] Re: Embedding Android project/library in another

2009-02-25 Thread Mark Murphy
Ron wrote: How would I change setIcon(R.drawable.myIcon) using your technique? Are you saying do a global change in the base project by replacing all references of R.drawable.* with getResources().getDrawable (R.drawable.*)? Then during runtime it will properly resolve to the res directory

[android-developers] When the update RC31 come

2009-02-25 Thread qie0559
Hi folks, My phone is Android Dev Phone 1. When the update come? how can I get the update? --~--~-~--~~~---~--~~ 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: When the update RC31 come

2009-02-25 Thread Mark Murphy
qie0559 wrote: My phone is Android Dev Phone 1. When the update come? how can I get the update? It is being worked on now. It is not yet available. Stay tuned for further developments. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_

[android-developers] Re: Waking the phone safely disabling the keyguard

2009-02-25 Thread SteveV
Thanks again Jarkman... Hey, bad news is I gave up too... Good news is - I think I found a source to investigate further. I noticed one of my favorite apps SMS Popup does exactly what we're trying to do. Fortunately, the good developer AdamK decided to open source his project... so we can dig

[android-developers] Re: When the update RC31 come

2009-02-25 Thread Jean-Baptiste Queru
http://groups.google.com/group/android-developers/search?group=android-developersq=adp1+updateqt_g=Search+this+group JBQ On Wed, Feb 25, 2009 at 2:33 PM, qie0559 qie0...@gmail.com wrote: Hi folks, My phone is Android Dev Phone 1. When the update come? how can I get the update? --

[android-developers] Re: Embedding Android project/library in another

2009-02-25 Thread Ron
Thanks. Yes, that was the feeling I was getting... that Android's use of R.resource is (although easy) is inflexible regarding external libraries. My library jar contains internal icon resources it needs, but no other dependent APK would ever access them directly. It would have been nice for

[android-developers] How can I create a custom composite widget in android

2009-02-25 Thread Meryl Silverburgh
Hi, I have read the LabelView example in APIDemo which show how to create a custom widget. However, what if I want to create a custom widget which is a composite of existing android widget? For example, in my currently activity, I have this in my layout xml file which has 2 bottoms left, right

[android-developers] The legnth of Call Log

2009-02-25 Thread Gökhan Yamaç
Hi, I was wondering how long can the Call Logs list can be? What is the max size of the call logs DB? Thanks Gokhan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: How can I create a custom composite widget in android

2009-02-25 Thread Mark Murphy
Meryl Silverburgh wrote: I know my custom widget need to be inherited from view, but if i do that, I can't do 'setContentView()' in my custom widget class (since that is an Activity method). If you need to turn layout XML into a tree of View objects outside setting the activity's content view

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

2009-02-25 Thread fadden
On Feb 25, 2:20 am, Alec alechol...@gmail.com wrote: Hi i have a strange problem and cant see whats is not working. I have developed an app, and i have been testing it on the phone by debugging it and stepping through in eclipse. This works flawlessly (well it doesnt crash) My issue is when

[android-developers] Re: Nice Settings Management?

2009-02-25 Thread Noam
Thanks for your reply. However, I have a simple problem. Whenever I run my code, it tells me that java.lang.IllegalArgumentException: Can't have a viewTypeCount 1 This is my code: @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); PreferenceScreen root =

[android-developers] Re: How can I create a custom composite widget in android

2009-02-25 Thread Meryl Silverburgh
On Wed, Feb 25, 2009 at 3:52 PM, Mark Murphy mmur...@commonsware.com wrote: Meryl Silverburgh wrote: I know my custom widget need to be inherited from view, but if i do that, I can't do 'setContentView()' in my custom widget class (since that is an Activity method). If you need to turn

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

2009-02-25 Thread mscwd01
You can test GPS with the emulator, just send it a set of coordinates or use a KML file iirc. On Feb 25, 5:24 pm, Sena Gbeckor-Kove s...@imkon.com wrote: No Problem Good luck also S On 25 Feb 2009, at 17:19, nitichandra ingle wrote: that will b fine thanks for offering ur help though

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

2009-02-25 Thread blues
Shouldn't the dev phone get the new release earlier than the consumer phone? Normally the developers get the pre-release, or beta version earlier before the product gets stablized... It's because the cell phone is a special device which is service- connnected, so the release priority is

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

2009-02-25 Thread Rohit
Has anyone seen failures from bitmap.compress() for PNG files? I have a byte array that holds image data (read from a PNG file). I have verified that the image can be displayed in an ImageView by getting a bitmap as follows: Bitmap bitmap = BitmapFactory.decodeByteArray(b, 0,

[android-developers] Re: debugging java and c/c++

2009-02-25 Thread rukiman
More specifically how can I debug the file android_view_Display.cpp ? I have made some progress but still cannot get this to work. This is what I have done so far: 1) run './emulator -shell' 2) start up Notepad application 3) do 'ps' in emulator shell to get PID of com.example.android.notepad

[android-developers] Re: Market Place refund is automatically uninstalling apps.

2009-02-25 Thread Stoyan Damov
Agreed. On Wed, Feb 25, 2009 at 11:02 PM, chrispix chris...@gmail.com wrote: What happens if I sell a book on Google Checkout via an Auction. Maybe I sell it for 99 cents + shipping. When it gets there they realize I sent the wrong book. So rather than them spending the money to ship the

[android-developers] Re: debugging java and c/c++

2009-02-25 Thread Mark Murphy
rukiman wrote: More specifically how can I debug the file android_view_Display.cpp ? Questions regarding Android firmware development are best asked on a list dedicated to Android firmware development: http://source.android.com/discuss -- Mark Murphy (a Commons Guy) http://commonsware.com

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

2009-02-25 Thread Stoyan Damov
I can't give you a solution - there's no problem. The bug was, I said in the post link you pasted, in my code - I was not drawing what I had to. Basically, if you follow the single rule (draw all pixels on the invalidated rectangle) you'll be fine. Just sprinkle a few log statements to see what

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

2009-02-25 Thread Stoyan Damov
btw, one of the latest GMail enhancements is a Time Machine where I can see future posts - as of today I can see messages like this: show details 3:34 AM (-1 minutes ago) Cheers On Thu, Feb 26, 2009 at 3:34 AM, Stoyan Damov stoyan.da...@gmail.com wrote: I can't give you a solution - there's

[android-developers] Apntype - Question

2009-02-25 Thread Anonymous Anonymous
Hi All, *Sorry for posting this here, trying to reach a bigger audience ^ ^ In the APN settings i can see an entry called apntype, what exactly this is used for, what all are the accepted values for it? When i enter something on this field.Already attached GPRS is getting detached. Any

[android-developers] Question about using LayoutInflater

2009-02-25 Thread Meryl Silverburgh
I have a question about using LayoutInflater. I have a class which inherits from 'View'. It calls LayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); if (inflater != null) {

[android-developers] Re: Question about using LayoutInflater

2009-02-25 Thread Mark Murphy
Meryl Silverburgh wrote: I have a question about using LayoutInflater. I have a class which inherits from 'View'. It calls LayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); Or, you can get your activity by calling getContext() in your

[android-developers] Re: Question about using LayoutInflater

2009-02-25 Thread Meryl Silverburgh
Mark, Thank you for your help. On Wed, Feb 25, 2009 at 6:00 PM, Mark Murphy mmur...@commonsware.com wrote: Meryl Silverburgh wrote: I have a question about using LayoutInflater. I have a class which inherits from 'View'. It calls LayoutInflater inflater =

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

2009-02-25 Thread Steve Ingram
I am trying to include a dialog in my demo application that will allow the users to purchase my full version. 1. How can I test this using the Emulator or Browser (I don't have a phone)? 2. Can someone provide me with some sample code or verify that the below will work? I currently have:

[android-developers] Self-Updating Package?

2009-02-25 Thread Timo Bruck
I'm looking for ideas on how to have a package that is not distributed through the Android Market (it's in closed Beta) upgrade itself. I had hoped to download the .apk file from my web server and then use PackageManager.installPackage(), but that requires the INSTALL_PACKAGES permission, which

[android-developers] can't find vibrator device

2009-02-25 Thread googlekid
Hi i am trying to simulate a vibrator application using the emulator and i am not able to see #define THE_DEVICE /sys/class/timed_output/vibrator/enable I found the path of THE_DEVICE in a vibrator.c file located in hardware \libhardware\vibrator. this is a setup which i have where i did a make

[android-developers] Re: can't find vibrator device

2009-02-25 Thread Mark Murphy
googlekid wrote: Hi i am trying to simulate a vibrator application using the emulator and i am not able to see #define THE_DEVICE /sys/class/timed_output/vibrator/enable I found the path of THE_DEVICE in a vibrator.c file located in hardware \libhardware\vibrator. this is a setup which i

[android-developers] Loading a URL without initializing webview

2009-02-25 Thread coolbho3k
Is there any way I can load a URL without actually having the user see the web page? I'm trying to make a game with a hi score table, and loading the hi score URL in the browser would reveal the mechanism and allow the hi scores to be easily hacked. I have a php file on my server that my

[android-developers] Re: Loading a URL without initializing webview

2009-02-25 Thread Mark Murphy
coolbho3k wrote: Is there any way I can load a URL without actually having the user see the web page? I'm trying to make a game with a hi score table, and loading the hi score URL in the browser would reveal the mechanism and allow the hi scores to be easily hacked. I have a php file on my

[android-developers] Re: Loading a URL without initializing webview

2009-02-25 Thread coolbho3k
Thanks again. I'll look into that. On Feb 25, 9:47 pm, Mark Murphy mmur...@commonsware.com wrote: coolbho3k wrote: Is there any way I can load a URL without actually having the user see the web page? I'm trying to make a game with a hi score table, and loading the hi score URL in the

[android-developers] Phone Calls

2009-02-25 Thread joshbeck
Apparently my home phone number, where my wife and kid are asleep at 7:30, is listed directly under my application. I'm good for customer support. I just prefer, and I would imagine google might agree with this, to take care of people over email. Does my developer number have to remain there?

[android-developers] Coloring Book

2009-02-25 Thread cg76
Hi, I'm developing a coloring book app, how do I ensure that the black outlines of my drawing are not colored by the paint brush? I thought of decreasing the alpha value of the paint brush to show the black outlines when painting over them but upon painting the same area again, the black

[android-developers] How to close already destroyed activity

2009-02-25 Thread artem.seme...@gmail.com
Hi all, Please advise on the following: As far as I know, activity can be killed by platform at any time. Suppose, I have an activity with progress bar and have a thread that transfers data to server. When thread is finished its work, activity should be closed. Suppose, that when I had started

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

2009-02-25 Thread Mohan
do any one can refer me Android consultants? On Wed, Feb 25, 2009 at 9:22 AM, Sundog sunns...@gmail.com wrote: Very cool! Thanks very much! After I get my current three projects out there I really want to dig into this. On Feb 25, 4:39 am, quakeboy prasna...@gmail.com wrote: Single

[android-developers] Android on HTC Touch Diamond

2009-02-25 Thread Moonah
Hi is there a close to stable version of Android that is running on the HTC touch Diamond? --~--~-~--~~~---~--~~ 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] Developing an app using a retail phone

2009-02-25 Thread warwickhunter
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 suspect that the answer is yes, but I want to confirm that a retail phone can be used for developing apps before I shell out my money. Thanks for any

[android-developers] DEV PHONE IN ASIA

2009-02-25 Thread Joo
Hello developers, I am planning to buy a dev phone in singapore and I live in Indonesia. I'm planning to bring it back to Indonesia after i buy it in Singapore. Do you think it will work here in Indonesia with just a change of a SIM card? I'm really worried cause I might waste 400 dollars when it

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

2009-02-25 Thread Brandon Peterson
I agree - thanks for the update and your efforts. Is there anything the community can do to help? On Feb 25, 6:59 am, Jean-Baptiste Queru j...@android.com wrote: PLAT-RC33 is the variant of Android 1.1 ported to Dream (G1) and customized for T-Mobile US, so it's not the appropriate build for

[android-developers] How to customize Android SDk kernel

2009-02-25 Thread Joe Petruchi
Hi All I am trying to do insmod hello.ko from the adb shell. But it always gives the error Function not implemented. I googled and found in the net that the Android SDK's kernel has to be built with *dynamic loadable modules. * ** Does anybody knows how can i build the SDK kernel with this

[android-developers] Battery Management generic solution

2009-02-25 Thread Zhao, Bingqi
Hi all, I have studied the battery management implementation of Android, and found that in the file com_android_server_BatteryService.cpp, the ACPI paths are hard coded, for example, the AC_ONLINE_PATH is defined as /sys/class/power_supply/ac/online, BATTERY_CAPACITY_PATH is defined as

[android-developers] Hello Everyone

2009-02-25 Thread tom gates
Hello: It is the first time to post message in this group. Just say hello to everyone here. Thanks Tom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] The current version of ADP1

2009-02-25 Thread vendor.net
I have an ADP1 with this software version: Firmware version: 1.0 Baseband version: 62.33.20.08H_1.22.12.29 Kernel version: 2.6.25-01843-gfea26b0 android-bu...@apa27#6 Build number: dream_devphone-userdebug 1.0 Unlocked 116222 test-keys Which is the current version? And how can I obtain it? I

[android-developers] What happens to app when a customer requests a refund?

2009-02-25 Thread vivaital
Users seem to be taking advantage of the refund policy. Can anyone tell me what happens to the app when customers get a refund? Is it deleted? Can people copy and reinstall? (I've read some hacks that claim this is possible.) The paid apps *still* havent rolled out to my phone so I cant test

[android-developers] Where is the ADT Eclipse plugin?

2009-02-25 Thread Cory
I tried the URL specified in the install guide (https://dl- ssl.google.com/android/eclipse/) and Eclipse barfs. Tried regular http too. Then I tried both in Chrome, and the site returns a 404. What gives? Did google move the SDK over to developer.android.com and then delete the ADT without

[android-developers] Coloring Book

2009-02-25 Thread cg76
Hi, I'm developing a coloring book app, how do I ensure that the black outlines of my drawing are not colored by the paint brush? I thought of decreasing the alpha value of the paint brush to show the black outlines when painting over them but upon painting the same area again, the black

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

2009-02-25 Thread Cory
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. Has the ADT repository been deleted or moved? I've tried entering the URL in Eclipse and it can't find it, and I tried just browsing to the page, and I get a 404

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

2009-02-25 Thread aleung
Hi, In TextView there is an attribute named android:ems. The description is Makes the TextView be exactly this many ems wide What does ems mean? I searched Google but couldn't find an answer. thanks, aleung --~--~-~--~~~---~--~~ You received this message

[android-developers] How to add different elements ?

2009-02-25 Thread Chetan
Hello all , i am using TabHost example given in android tutorials.But how can i add multiple elements to each and every tab. Their is only one associated method to add any element. I want to add unique elements to each and every tab. And how to make database connectivity , i need sample and

[android-developers] adding third party applications to the emulator /device

2009-02-25 Thread jerand
I have a linux C executable native application. is it possible to execute the application in the emulator or device; if so how to load it to the emulator. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

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

2009-02-25 Thread neuzou
I want to show images in a round loop, but the gallery only show item from left, can change it to a round order, thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

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

2009-02-25 Thread Michal
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, but in my test, I

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

2009-02-25 Thread Alam
HI, I want to put one xml file in my project. Please tell me where to put this file and how to access this file? thanks Irshad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

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

2009-02-25 Thread vendor.net
I know that you can`t tell us a date for the release, but can you tell us if it will be released next month or something? Is this the reaseon, why I can`t download some of the apps at the market? I thought that the update for the T-Mobile users came a long time ago. This delay for ADP1 could

[android-developers] how to get media from MediaStore

2009-02-25 Thread Caesar
Hello, I`d like to implememt media list for SoundRecorder which is open_src app. But I`ve found some Runtime error. I`ve insert media file into the MediaStore.Audio.Media using 'addToMediaDB(File file)' === private Uri

[android-developers] Invalidates the TabView

2009-02-25 Thread ericsk
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. However, while the thread

[android-developers] May I remove those default shortcuts in home screen

2009-02-25 Thread 史丹利
Hi, guys: I'm trying to customized my home screen in emulator and some issues kept bother me a lot. Is there any possible ways to remove the default shortcut icons by modifying some source codes rather than dropping them to delete zone? Thanks for all of your help. :) BR, Stan

[android-developers] adding third party applications to the emulator /device

2009-02-25 Thread jerand
I have a linux C executable native application. is it possible to execute the application in the emulator or device; if so how to load it to the emulator. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: OMA DM support

2009-02-25 Thread Raymond Hong
Dear Surendra, Android does not support OMA DM basically. If you want to user that you should develop it or can contact solution providers such as Red Bend, InnoPath. Regards, Raymond On 2월20일, 오후8시22분, Surendra Reddy T surendraredd...@gmail.com wrote: Hi Guys, I am surendra, have joined

[android-developers] Re: Android 1.1_r1 SDK released and developer.android.com launched

2009-02-25 Thread alexa
I am using branch release-1.0, so far it matched to sdk 1.1 r1 On Feb 14, 1:59 pm, blake blake.me...@gmail.com wrote: Justin,   For those of us following along at home, is there a tag or branch, in the source that corresponds to the 1.1 release? Thanks!   -blake

[android-developers] Can I get the street name for a given Location

2009-02-25 Thread yulian...@gmail.com
thanks. --~--~-~--~~~---~--~~ 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] [Wifi] notification function

2009-02-25 Thread Morris
Hi All: Now I get a G1 phone and its firmware version is 1.1. I have no idea about the notification function of wifi. I enable/disable it. I couldn't see any difference. By the way, I could use wifi to go to internet. Best Regards, Morris --~--~-~--~~~---~--~~

[android-developers] Re: Amazon Web Services (AWS) from Android

2009-02-25 Thread jjbunn
That would be interesting to learn: I did reply to the email I received, asking for further and better particulars, but haven't had a reply yet. I'm a little frustrated because the app I had in mind was something I wanted to write for my own use primarily, and I'd be quite happy to undertake

[android-developers] CheckBoxPreference onClick Problems (Really Easy)

2009-02-25 Thread Noam
Hello everyone, I have a checkboxpreference called passProtect. When the user clicks on it, I want it to run a method someMethod. How do I get it to do that? Thanks, Noam. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

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

2009-02-25 Thread Tim Bray
On Wed, Feb 25, 2009 at 6:54 AM, aleung leoli...@gmail.com wrote: What does ems mean? I searched Google but couldn't find an answer. An em is a typographical unit of width, the width of a wide-ish letter like m pronounced em. Similarly there is an en. Similarly en-dash and em-dash for – and

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

2009-02-25 Thread pubu he
I can't post messages to this group, with my another account, but it can receive all messages from you, why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

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

2009-02-25 Thread Jean-Baptiste Queru
-I don't know when it's going to be released. I really don't. -Indeed, as far as I know the android market client in 1.0 can't see paid apps. -I expect that the difference between 1.0 and 1.1 for ADP1 would be about the same as the one between 1.0 and 1.1 for the G1. JBQ 2009/2/25 vendor.net

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

2009-02-25 Thread pubu he
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 --~--~-~--~~~---~--~~ You

[android-developers] Re: adding third party applications to the emulator /device

2009-02-25 Thread Jean-Baptiste Queru
adb push it to the emulator, adb shell in, chmod it to be executable, and run it? JBQ On Wed, Feb 25, 2009 at 3:06 AM, jerand ljer...@gmail.com wrote: I have a linux C executable native application. is it possible to execute the application in the emulator or device; if so how to load it to

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

2009-02-25 Thread Jean-Baptiste Queru
That's the current version. We're working on making 1.1 officially available for the ADP1. JBQ On Wed, Feb 25, 2009 at 4:09 PM, vendor.net vendor@gmail.com wrote: I have an ADP1 with this software version: Firmware version: 1.0 Baseband version: 62.33.20.08H_1.22.12.29 Kernel version:

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

2009-02-25 Thread snctln
Stoyan, I appreciate the reply (especially because I believe we have competing games up on the paid market). I will go back and look at my code again, I am probably doing it wrong... currently I have 4 approaches to updating the screen Approach #1 - (Original Approach) Update the whole

[android-developers] Re: Paid apps related questions discussion list?

2009-02-25 Thread pubu he
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? I post the message here because I can't start a new thread, why? I

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

2009-02-25 Thread gymshoe
Good question! Can anybody with experience help?? thanks, JIm On Feb 25, 3:15 pm, Michal mic...@gmail.com 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

[android-developers] Problem in Scrolling list

2009-02-25 Thread Komal
Hi, I am facing an error when i m scrolling my list multiple time. java.lang.OutOfMemoryError:bitmap size exceeds VM budget when i scrolls my list (ups n down) ,it scrolls good for sometimes... if i scroll(ups n down , very fast) continuously then his error occurs. How can i solve it??

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

2009-02-25 Thread quakeboy
Yes I forgot to mention that, I took pains to change code to follow the same model as in OpenGL samples and found no improvement too ! My guess is that Its either OpenGL commands memory bandwidth is very less... as I use DrawElements only and only person I have heard to get tremendous fps was

[android-developers] Re: Problem in Scrolling list

2009-02-25 Thread Romain Guy
Use less memory in your app. On Wed, Feb 25, 2009 at 8:32 PM, Komal komal...@gmail.com wrote: Hi, I am facing an error when i m scrolling my list multiple time. java.lang.OutOfMemoryError:bitmap size exceeds VM budget when i scrolls my list (ups n down) ,it scrolls good for sometimes...

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

2009-02-25 Thread quakeboy
And moreover did you look at my drawFrame code... I have just two lines of code between the code to do the fps calculation !!! We have a good OpenGL development team here in our workplace who work on iPhones already. Even they were all puzzled as there is nothing complex here. and one thing one

[android-developers] How to connect with SQLite using android

2009-02-25 Thread Chetan
I want database connection code using android database connectivity with SQLite. I want sample easy code which i can extend later for advanced usage. Thanks Chetan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: a question about gallery

2009-02-25 Thread gymshoe
I think you could try writing your own custom MyGallery class extending Gallery. Then you can @Override the onFling() method which can either use to directly call your ImageSwitcher method, or if that isn't convenient, just have the onFling() method set a specific variable to true. Then in your

[android-developers] Re: Stuck with getting package name

2009-02-25 Thread Sohail
I am a bit confused here! Actually is there any way to find out what applications are running on my phone, what are their names. I think applications may have a single PID. Need your assistance to understand and find apps names. On Feb 25, 7:47 am, Dianne Hackborn hack...@android.com wrote:

[android-developers] Access one activity from another one in the same package.

2009-02-25 Thread ipeg . student
Hello Thanks for the reply. I want to say I have 5 activities. In activity 2 i have made some change and save the change by getPreferences(); method ok. Now i want to check this settings from activity4. Cn i do this? If yes, then please tell me how? Am waiting for

[android-developers] strange adb logcat

2009-02-25 Thread jj
In my logcat following messages, anybody clear me what is meaning of thismesg D/dalvikvm( 245): DexOpt: 'Lorg/xmlpull/v1/XmlPullParser;' has an earlier definition; blocking out D/dalvikvm( 245): DexOpt: 'Lorg/kxml2/io/KXmlParser;' has an earlier definition; blocking out Thank you

[android-developers] Re: Apntype - Question

2009-02-25 Thread Joe Petruchi
Hi Different APN can be used by different applications such as browser or mms. APN Type tells the association of the applications with the APN. Currently as per the cupcake release you can have the APN Type as default or mms. If the APN Type is blank then the APN is supposed to be supporting all

[android-developers] How to customize Android SDk kernel

2009-02-25 Thread Joe Petruchi
Any info in this regard will be appreciated Regards Joe -- Forwarded message -- From: Joe Petruchi petruchi.dr...@gmail.com Date: Wed, Feb 25, 2009 at 7:15 PM Subject: How to customize Android SDk kernel To: android-developers@googlegroups.com Hi All I am trying to do insmod

[android-developers] Re: Recording Audio

2009-02-25 Thread benmccann
setOutputFile() expects a path to where you want the file stored. Yep, figured that much by the method name, but what's a valid path? I mean I'm figuring it's UNIX-like, but other than that I'm in the dark. Is there a preferred place for apps to store data? Are there certain directories that

[android-developers] Re: Apntype - Question

2009-02-25 Thread Anonymous Anonymous
Hi Joe, Thank a lot Regards On Thu, Feb 26, 2009 at 10:48 AM, Joe Petruchi petruchi.dr...@gmail.comwrote: Hi Different APN can be used by different applications such as browser or mms. APN Type tells the association of the applications with the APN. Currently as per the cupcake release

[android-developers] Re: AutoCompleteTextView, runQueryOnBackgroundThread and getFilterQueryProvider - no FilterQueryProvider

2009-02-25 Thread Will
Thank you for the quick reply. Sorry for my slow reply (Verizon problems). On Feb 24, 11:50 pm, Romain Guy romain...@google.com wrote: Yes it's null. You have to specify one:http://developer.android.com/reference/android/widget/CursorAdapter.h...) The FilterQueryProvider is a mechanism to

[android-developers] Re: OMA DM support

2009-02-25 Thread Surendra Reddy T
Thanks Raymond. Do I get any code / design docs for DM client on device ? Regards Surendra On Wed, Feb 25, 2009 at 8:20 AM, Raymond Hong yrh...@yahoo.co.kr wrote: Dear Surendra, Android does not support OMA DM basically. If you want to user that you should develop it or can contact

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

2009-02-25 Thread PRATAP SOLAPUR
Thanks for your suggestion. but its still not workingNow it says 02-26 00:37:55.890: WARN/System.err(578): java.net.SocketTimeoutException: Socket is not connected Do u know any thing abt that.and another thing , the exception s being thrown only when i try to connect to

[android-developers] Re: Invalidates the TabView

2009-02-25 Thread for android
you need to use notifyDataChanged on the list. On Wed, Feb 25, 2009 at 12:57 PM, ericsk eri...@gmail.com 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

[android-developers] Loading fonts from memory?

2009-02-25 Thread Tyler Ernst
Is there a way to load a font to a Typeface that is in memory? Not a default system font or in your assets folder. Our problem is that we have a font file that is loaded into memory stored into a byte array, and we need a way to convert this to a Typeface so we can use it to draw. We have been

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

2009-02-25 Thread Vishwanatha S
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 Emulator using the Eclipse and Android SDK. I would like to know, 1. Tool chain used to compile openCore 2. How to set up Android Emulator to test my latest openCore

[android-developers] How can enable settings programmatically?

2009-02-25 Thread manoj
Hi, I would like to enable Security Location settings programmatically. Can any one please suggest me how to do this? Thanks, Manoj. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

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

2009-02-25 Thread Shadakshari Hiremath
Hello Android, Are following touch events supported by android platform or we have to implement them? Touch event - Used to focus an item Tap - Execute action when finger is released Tap and hold - Long tap for some timeout Double tap - Tap twice without much delay Flick - Touch, hold, move and

<    1   2   3   >