[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-28 Thread Yossi
this is what it shows DREA100 PVT 32B HBOOT-0.95.3000 CPLD-4 RADIO-1.22.12.29 Oct 20 2008 it also has a yellow line in the middle of the screen which says Serial0 in the middle. what does it mean? Thanks, Yossi On Feb 27, 3:12 pm, Travis Cross t...@travislists.com wrote: Yossi wrote: It

[android-developers] Re: Call the developer!!

2009-02-28 Thread Al Sutton
How do you know 99.9% developers don't want to provide 'phone support? Have you asked every single developer on the market? I didn't say that Google must provide the information for everyone because some people wan to provide it, what I said was there is no easy way to determine those who do

[android-developers] Popupwindow's animations

2009-02-28 Thread skink
hi, does anyone know how to use Popupwindow's animation? i tried setAnimationStyle() but couldn't get it working... i assume i need to pass style id (R.style.something) defining windowEnterAnimation windowExitAnimation but as i said it didn't work thanks pskink

[android-developers] Can any one please help me regarding streaming mp4 files?

2009-02-28 Thread manoj
Hi, I am trying to stream mp4 file and play through programming. I got the following error: E/PlayerDriver( 25): HandleErrorEvent: type=-11 E/PlayerDriver( 25): Content is truncated. E/MediaPlayer( 908): Error (-11,0) and played for 10 seconds, and nothing has happened. can any one

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

2009-02-28 Thread deepdr...@googlemail.com
even on their settings page they call it Vibration :-) http://www.deepdroid.com On Feb 27, 9:35 pm, Jason Van Anden jason.van.an...@gmail.com wrote: Very interesting ... somehow I overlooked the pattern variable ... I will play with this and report back. i++ On Fri, Feb 27, 2009 at 11:39

[android-developers] FileChooser on Android

2009-02-28 Thread ANDREA P
Hi, Is there a FileChooser for Android ??? Because I want to select a file from File System and after send it. Thanks !! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] xml parsing

2009-02-28 Thread Dilli
Hi all I am developing a simple application to parse the xml content but while parsing the xml data i am getting some attribute values like Español België (nl) How to get the original values by avoid these symbols currently i am using ?xml version=1.0 encoding=ISO-8859-1? at the

[android-developers] Re: Is there a standard list of android icons for our apps?

2009-02-28 Thread lotusscript
http://www.screaming-penguin.com/info/android_drawables/android_drawables.html Edward Falk wrote: From: Anil anil.r...@gmail.com for example: for error dialogs, confirm dialogs, progress... I looked in the res/drawable in the android.jar but couldn't see thumbnails to determine what

[android-developers] how to application knows that the view of device changed from portrait to landscape.

2009-02-28 Thread jj
how the application knows that the view of device has changed from portrait to landscape. is there any way to know the application about view change. thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] appl can know the first boot, and return from other activity

2009-02-28 Thread jj
when start first i.e when user launch the app from home icon list, the Main activity's onCreate() method is called, And also when Main activity launch other activity, After returning from other activity The main activity's onCreate() method is called, So my question is there any way to

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

2009-02-28 Thread dar
I have a related question - is android_id implemented on the device and thus will not change no matter which gmail account is used on that device? I am hoping that if a user downloads my app and runs it on one device that they will get one android_id, and if they also use the same gmail account

[android-developers] wifi manager

2009-02-28 Thread Dilli
Hi all i am developing an application regarding with the use wifi nmanager it works fine but when i flip the screen repeatedly then it shows exception E/AndroidRuntime( 921): java.lang.Exception: WifiLock finalized while still held: wifi E/AndroidRuntime( 921):at

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

2009-02-28 Thread Mark Murphy
Noam wrote: Can anyone help me? What you are trying to do seems out of sync with what the preference UI is designed to do. The pattern I am used to is: -- You display preferences UI -- User interacts with preferences UI -- User says I'm done (e.g., presses back button) -- You take steps based

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread maribou
I think Al is right about the current Android user base. G1 is viewed as a smarter and less over-hyped alternative to iPhone. As such, it attracts that category of people who enjoy tweaking their Linux desktop as opposed to getting themselves a shiny new Mac :) Unfortunately for the developers,

[android-developers] Re: Does emulator simulate GSM or 3G?

2009-02-28 Thread Svartalf
Hi Joe Thanks alot for the input! Well an API call would be nice =), but I guess I could do some legwork and see what I could find =) Regards Jan On Feb 27, 7:59 pm, Joe Petruchi petruchi.dr...@gmail.com wrote: As per the cupcake release it checks for the network if it is 3G or not before

[android-developers] Re: Can any one please help me regarding streaming mp4 files?

2009-02-28 Thread Mark Murphy
manoj wrote: Hi, I am trying to stream mp4 file and play through programming. I got the following error: E/PlayerDriver( 25): HandleErrorEvent: type=-11 E/PlayerDriver( 25): Content is truncated. E/MediaPlayer( 908): Error (-11,0) and played for 10 seconds, and nothing has

[android-developers] Re: Popupwindow's animations

2009-02-28 Thread skink
On 28 Lut, 10:46, skink psk...@gmail.com wrote: i assume i need to pass style id (R.style.something) defining windowEnterAnimation windowExitAnimation but as i said it didn't work being desperate i also tried to pass R.anim.something but with no success at all... anybody had any

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

2009-02-28 Thread Mark L. Chang
On Feb 27, 2:25 pm, Java Developer supp...@cyntacks.com wrote: Can I return my ADP1? I was completely mislead, and so was everyone else. Now that I think about it, I believe American Express would agree with me. I suggest we all start charge back procedures on these bricks as they don't

[android-developers] Re: Change Theme by preferences

2009-02-28 Thread android_soft
store the preference (theme is an int) and then when you start your activity, use setTheme(int). will this not work ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Application running permanently

2009-02-28 Thread Myaz
Hello, I was wondering if its possible to have an application run on startup of the phone and then run permanently in the background. Also I would then like it to monitor the call log, and detect any changes and run about 15, 20 lines of code each time there is a change. Can anyone tell me if

[android-developers] Re: Application running permanently

2009-02-28 Thread Mark Murphy
Myaz wrote: I was wondering if its possible to have an application run on startup of the phone and then run permanently in the background. Nothing can be guaranteed to be permanent, but it is possible to run an application at startup via the BOOT_COMPLETED broadcast Intent. -- Mark Murphy (a

[android-developers] FILE CHOOSER HELP

2009-02-28 Thread ANDREA P
Hi, Is there a FileChooser for Android ??? Because I want to select a file from File System and after send it. Thanks !! --~--~-~--~~~---~--~~ 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-28 Thread Jon Colverson
On Feb 28, 7:06 am, Al Sutton a...@funkyandroid.com wrote: This isn't neccessarily about encrypting applications, in fact the system at AndAppStore[1] doesn't rely on encrypting the application, it purely relies on using an encrypted piece of data which thae application uses to determine

[android-developers] Multi Instances of Emulator

2009-02-28 Thread ANDREA P
How to i do to launch 2 instances of the Emulator at the same time?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Multi Instances of Emulator

2009-02-28 Thread Mark Murphy
ANDREA P wrote: How to i do to launch 2 instances of the Emulator at the same time?? http://developer.android.com/guide/developing/tools/emulator.html#multipleinstances -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009

[android-developers] Re: FileChooser on Android

2009-02-28 Thread Mark Murphy
ANDREA P wrote: Is there a FileChooser for Android ??? As a widget, no. Because I want to select a file from File System and after send it. Consider using OI File Manager from OpenIntents.org: http://www.openintents.org/en/node/159 -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Re: FileChooser on Android

2009-02-28 Thread ANDREA P
In my code I want to open a File Chooser from a button , because when I click the button in the program i can choose a file from Android file system... Thanks.. On 28 Feb, 16:38, Mark Murphy mmur...@commonsware.com wrote: ANDREA P wrote: Is there a FileChooser for Android ??? As a

[android-developers] Re: FileChooser on Android

2009-02-28 Thread Mark Murphy
ANDREA P wrote: In my code I want to open a File Chooser from a button , because when I click the button in the program i can choose a file from Android file system... That's fine. Consider using OI File Manager from OpenIntents.org, as it also acts as an extension to other applications to

[android-developers] Alarms get lost when upgrading an application

2009-02-28 Thread Mariano Kamp
Hi, as far as I see scheduled alarms are lost when upgrading an application. As this seems to be an un-install and re-install I can understand what. What is the best way to cope with that? When an application is upgraded it doesn't need to be launched by the user, so it is not the most

[android-developers] Re: FileChooser on Android

2009-02-28 Thread ANDREA P
Thanks !!! On 28 Feb, 16:50, Mark Murphy mmur...@commonsware.com wrote: ANDREA P wrote: In my code I want to open a File Chooser from a button , because when I click the button in the program i can choose a file from Android file system... That's fine. Consider using OI File

[android-developers] Re: xml parsing

2009-02-28 Thread Tim Bray
but while parsing the xml data i am getting some attribute values like  Español  België (nl) How to get the original values  by avoid these symbols currently i am using ?xml version=1.0 encoding=ISO-8859-1? at the top of the xml file is it correct or i need to do more ??? It depends

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread Streets Of Boston
As of right now, my app was downloaded about 150 times and 55 purchases were canceled. I started selling my app for $0.99 since the afternoon of 2/21/2009. On Feb 27, 6:47 pm, clark clarkd...@gmail.com wrote: P.S. Any developers around that have an app on the market for $1.00 or $0.99, and if

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread brs
There is also the association of Android with the Open-Source culture, which might be philosophically opposed to paying for software itself, but maybe not as much to paying for services and customization around that software. Even though you to basically own a cellphone factory to take advantage

[android-developers] Re: Application running permanently

2009-02-28 Thread Myaz
ah ok great thanks for the quick response On Feb 28, 3:14 pm, Mark Murphy mmur...@commonsware.com wrote: Myaz wrote: I was wondering if its possible to have an application run on startup of the phone and then run permanently in the background. Nothing can be guaranteed to be permanent,

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread Marco Nelissen
The people you'll find on the various android discussion groups are not average users. I'm sure there are android users who would rather spend 4 hours writing something themselves than pay someone $1 for the convenience of not having to spend those 4 hours, but I don't think that applies to the

[android-developers] Re: Popupwindow's animations

2009-02-28 Thread skink
On 28 Lut, 10:46, skink psk...@gmail.com wrote: i assume i need to pass style id (R.style.something) defining windowEnterAnimation windowExitAnimation but as i said it didn't work ok, got it working partially: animations are working when passing some android's std animation styles e.g.

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread bouvetloz...@gmail.com
An unfair solution, increase the price to $5.98, then sell it 50% off on sale for a (so called) limited time. --~--~-~--~~~---~--~~ 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: Call the developer!!

2009-02-28 Thread Stoyan Damov
Al, while you are right (and so is the opposing side) it's Google who's to blame for this. Assumption is the mother of all evil, and Google assumed devs would want their phone copied from their profile, instead of providing one f...@#$ing checkbox on the registration (or publishing) page asking

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread JP
On Feb 27, 2:22 pm, Al Sutton a...@funkyandroid.com wrote: I see things at the moment as being similar to the Unix/Linux market place. I know many good Unix sysadmins who would rather spend hours or days seaching out a piece of free software (or writing it themselves) as opposed to paying

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

2009-02-28 Thread Noam
Hello Mark, Your explanation was awesome! Now I understand how it's supposed to work. I have another question though. If I have this code, how do I know how/where it saves it in the SharedPreferences? PreferenceScreen root = getPreferenceManager().createPreferenceScreen (this); ListPreference

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

2009-02-28 Thread Al Sutton
Jon Colverson wrote: On Feb 28, 7:06 am, Al Sutton a...@funkyandroid.com wrote: This isn't neccessarily about encrypting applications, in fact the system at AndAppStore[1] doesn't rely on encrypting the application, it purely relies on using an encrypted piece of data which thae

[android-developers] Re: Call the developer!!

2009-02-28 Thread JP
On Feb 28, 9:52 am, Stoyan Damov stoyan.da...@gmail.com wrote: Where's the do no evil in this, huh? At first, I would be a little infuriated as well. I assume you've all wiped your phone no. so the calls we go away soon anyways. To put this in perspective - may I point out that if you were

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

2009-02-28 Thread Mark Murphy
Noam wrote: What should I insert there in the nameOfPreference in order for it to find the value that the user saved? Use PreferenceManager.getDefaultSharedPreferences() instead. It will return the correct SharedPreferences instance for you to use. -- Mark Murphy (a Commons Guy)

[android-developers] Re: Call the developer!!

2009-02-28 Thread Al Sutton
Stoyan, Don't get me wrong, I think what happened was an almight up on Googles part that, if decent QA measures were in place, should *never* have been made. Thats said a blanket removal of all 'phone numbers is going to cause more problems than it'll solve, but I am still waiting for

[android-developers] upgrade issues and other market problems for developers

2009-02-28 Thread sagesmith
We think we have figured out a problem with copy protection and how it relates to upgrades. **THE EXACT SAME CODE GOING FROM A VERSION THAT IS COPY PROTECTED TO A VERSION THAT IS UN-PROTECTED WILL NOT WORK** We hope to save developers the headache and one-star ratings we have received due to

[android-developers] Re: Call the developer!!

2009-02-28 Thread Al Sutton
JP, I think the problem is that when you submit information for domain registration you're warned about the whois system and even in some TLDs (such as .uk) you can specify you don't want your address included in it. With the market the TCs said that the number wouldn't be distributed, and

[android-developers] Network tickle?

2009-02-28 Thread Daniel I. Applebaum
What is a network tickle? And how to I go about sending one to my application? I have found the documentation references for android.content.Intent: NETWORK_TICKLE_RECEIVED_ACTION | Broadcast Action: A new network tickle notification has been received by the device. but that doesn't tell me

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

2009-02-28 Thread Jon Colverson
On Feb 28, 6:09 pm, Al Sutton a...@funkyandroid.com wrote: If you're talking about modifying the binary to remove the license checking, Yes, that's what I was getting at. I didn't want to simply say it because talking about ways of circumventing DRM is legally shaky ground. well, if someone

[android-developers] Re: Emualator fails at Boot up

2009-02-28 Thread Joe Petruchi
Hi All Can some body help me to solve this issue Regards Joe On 2/27/09, Joe Petruchi petruchi.dr...@gmail.com wrote: Hi All I was trying to change the kernel for Emulator.I was successful in building the kernel Image(2.6.27) for the Emlator using the Goldfish configuraton. The Emulators

[android-developers] Re: Call the developer!!

2009-02-28 Thread Disconnect
That message would be the perfect opportunity to do GOOD by removing the numbers and saying please update your applications with the phone number you wish shown, if any. I don't think it is unreasonable to say that even if it is a non-majority of developers affected, releasing that much personal

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

2009-02-28 Thread Al Sutton
Jon, Thanks for expanding on your previous email. I'm always willing to admit when I've made a mistake, and I'm always willing to learn, so I hope you'll continue the discussion until either we agree to disagree or come to a consensus. The point I'm putting across is that the protection

[android-developers] srcQuality parameter for SoundPool constructor

2009-02-28 Thread clark
Can anyone fill me in as to the possible values that can be passed to the SoundPool constructor for the srcQuality parameter? I see that it is an int, but no description is given in the documentation about what values are acceptable and what they even mean. I've seen examples that use 100 for

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread Inderjeet Singh
The linux comparison is not apt for another reason: non-technical users do not use linux, whereas non-technical users do buy G1 phones. One good model is value-based pricing (there are many books on the topic): price it based on what value you think a user will get from it. Some users will get

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

2009-02-28 Thread Jon Colverson
On Feb 28, 6:46 pm, Al Sutton a...@funkyandroid.com wrote: method), and, as far as I'm aware, there isn't a method circulating which can be applied to any and every protected application to get a protection free copy by following a simple set of instructions (if there is I'd  welcome

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

2009-02-28 Thread Noam
Thanks Mark. One last question. If I have a checkBoxPreference, how can I enable/disable it? And if I can't, what is a work-around? Thanks, Noam. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

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

2009-02-28 Thread Mark Murphy
Noam wrote: If I have a checkBoxPreference, how can I enable/disable it? setEnabled() in Java, or android:enabled in the preference XML. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available!

[android-developers] How to create a bulleted list in TextView

2009-02-28 Thread Wah
Any suggestions on how to create a bulleted list in TextView? I searched for the word bullet and bulleted but couldn't find anything in the documentation. Wah --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Testing the menu

2009-02-28 Thread J . Pablo Fernández
Hello, I'm trying to write an instrumentation test for checking the correct visibility of menu items according to the state of the application. Do you know how can I programatically get ahold of the visible menu items, the menu or something? Thanks. -- J. Pablo Fernández pup...@pupeno.com

[android-developers] Re: srcQuality parameter for SoundPool constructor

2009-02-28 Thread Dave Sparks
The parameter is currently ignored. You should use 0 (default) for now. On Feb 28, 10:48 am, clark clarkd...@gmail.com wrote: Can anyone fill me in as to the possible values that can be passed to the SoundPool constructor for the srcQuality parameter? I see that it is an int, but no

[android-developers] Re: Problem with Canvas drawArc

2009-02-28 Thread xspotlivin
No, that wasn't the problem. I figured out what it was though. As you may know (or not know), the (x,y) coordinate system on the Android screen is a little different. The origin is in the top left corner, so therefore x increases across to the right and y increases down to the bottom. So instead

[android-developers] Re: upgrade issues and other market problems for developers

2009-02-28 Thread carnivalcom...@gmail.com
I agree that Google needs to fix these bugs. And until they can be fixed, at least let it be known to everyone who has a phone what the problems are. I'm tired of getting 1 star ratings because my app won't fully delete right away, which is not my problem. I've even gone so far as to say this

[android-developers] Problem with back button not stopping activity

2009-02-28 Thread coolbho3k
In my game, I've got one activity starting another activity via an intent. When the user is finished with the second activity, they quit it using the back button. However, I have a problem: when this happens, the second activity is still running, even if it's quit with the back button. My second

[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-28 Thread Faber Fedor
You are in (or near) fastboot mode. The only way I know of to get there is to boot the phone while holding down the camera button. I don't see how to do that by accident. I'm guessing you deliberately did this. I did the same stupid thing yesterday. It is my understanding that you need to get

[android-developers] Re: How to get more sales on the Android Market

2009-02-28 Thread JP
On Feb 28, 11:15 am, Inderjeet Singh inder...@gmail.com wrote: One good model is value-based pricing (there are many books on the topic): price it based on what value you think a user will get from it. Some users will get high value, and some will get fairly low value. You have to look at

[android-developers] Re: Problem with back button not stopping activity

2009-02-28 Thread Mark Murphy
coolbho3k wrote: In my game, I've got one activity starting another activity via an intent. When the user is finished with the second activity, they quit it using the back button. However, I have a problem: when this happens, the second activity is still running, even if it's quit with the

[android-developers] Best option to create alarm

2009-02-28 Thread Breezy
I'm creating an alarm clock app right now but I don't know which direction to go with the event. After reading a bit it doesn't look like I should use java.util.Timer, that appears to be short term. Is there any other functions out there? Or is there some sort of timer event and how would I

[android-developers] Re: Problem with back button not stopping activity

2009-02-28 Thread coolbho3k
Thanks, stopping my thread in onStop did it. On Feb 28, 5:56 pm, Mark Murphy mmur...@commonsware.com wrote: coolbho3k wrote: In my game, I've got one activity starting another activity via an intent. When the user is finished with the second activity, they quit it using the back button.

[android-developers] Re: Best option to create alarm

2009-02-28 Thread Mark Murphy
Breezy wrote: I'm creating an alarm clock app right now but I don't know which direction to go with the event. After reading a bit it doesn't look like I should use java.util.Timer, that appears to be short term. Is there any other functions out there? Or is there some sort of timer event

[android-developers] How to display local file in WebView

2009-02-28 Thread ATrubka
Hi, guys. I thought it might be interesting to some developers. Here's a complete working example of ContentProvider for this purpose: http://blog.tourizo.com/2009/02/how-to-display-local-file-in-android.html I also found a topic here:

[android-developers] Re: Multi Touch Support

2009-02-28 Thread Tseng
Actually the chance on Multi-Touch support is next to zero. Apple was granted the patents for multi-touch, in other words no one other than Apple is allowed to use multi-touch feature in handset devices. Check out the reasons:

[android-developers] file upload problem

2009-02-28 Thread Andy
Hello, I'm having a strange problem with my g1. I have ssh installed. When I scp a 1MB file it takes ~3-4sec. my app takes a photo, stores it the sdcard, and then on callback uploads it to a server for processing. When I try and upload to the same server (HTTP) with my app it takes longer than

[android-developers] Re: Need Official HOW-TO: Upgrade from Original ADP1 firmware to RC33

2009-02-28 Thread TroyKelly
How is the official 1.1 image going? This is lagging behind the release of the upgraded OS in to the wild. Google is beginning to show contempt for the very people they want supporting the product. On Feb 18, 1:51 am, Jean-Baptiste Queru j...@android.com wrote: We're working on having an

[android-developers] Re: Singed App on Emulator

2009-02-28 Thread ludaludal...@gmail.com
I am having this exact same problem. Care to supply the link you found and/or explain? On Feb 20, 12:14 pm, Brian Conrad br...@jyotishtools.com wrote: Stoyan Damov wrote: On Fri, Feb 20, 2009 at 2:29 AM, jtoolsdev br...@jyotishtools.com wrote: I have an app that is ready for release

[android-developers] Anyone interested in joining an Android Developers Group on Linked in?

2009-02-28 Thread atea...@gmail.com
If you would like to join the group, go to the following link: http://www.linkedin.com/e/gis/86481/4DA362688A87 This group is a place for Android Developers to share, learn, and network. The resource for connecting professionals with experience in developing, selling, marketing, managing,

[android-developers] Bash completion for adb

2009-02-28 Thread Matt Brubeck
Unix shell users might find this useful. It's a bash script that adds intelligent tab-completion for adb commands and options: http://github.com/mbrubeck/android-completion If you've written any other shell completion scripts for the Android SDK, let me know. I'd be happy to add them to this

[android-developers] Just learning to write apps

2009-02-28 Thread BryBam
So, unfortunately i have no exp whatsoever with writing software. Just html, xhtml, php, sql basically just web experience. I'm looking for a guide on writing a simple app using eclipse, i just installed the android SDK to it. Something simple i'd like to learn to do is just build an app that

[android-developers] Re: Bitmap Memory

2009-02-28 Thread Alexey Krasnoriadtsev
There best working approach is to only load Bounds of the image, and then use scale to load the Bitmap of the needed size. This way you never load the full-size bitmap in the memory. http://code.google.com/intl/ja/android/reference/android/graphics/BitmapFactory.Options.html#inJustDecodeBounds

[android-developers] anyway to return to original activity after call ends?

2009-02-28 Thread stematt
Hi everyone, I'm looking for a way to resume my activity (which makes phone call) after call ends by user. Currently after user ends a call, it always returns to the phone's native call-log screen instead of the activity that originated the call. Is there any way to prevent or customize this?

[android-developers] Re: Assuming Developers are Pirates

2009-02-28 Thread Howie
Al Sutton has developed something like this for use in AndAppStore.com. More details @ http://andappstore.com/AndroidPhoneApplications/licensing.jsp I don't know of anyone making use of AndroidID. On Feb 27, 12:53 pm, lukehutch luke.hu...@gmail.com wrote: Has a registration token system been

[android-developers] How to view the list of network connection mobile APNs or WiFi configured on the emulator.

2009-02-28 Thread munna
How to view the list of network connection mobile APNs or WiFi configured on the emulator. --~--~-~--~~~---~--~~ 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: Just learning to write apps

2009-02-28 Thread Mark Murphy
BryBam wrote: So, unfortunately i have no exp whatsoever with writing software. Just html, xhtml, php, sql basically just web experience. I'm looking for a guide on writing a simple app using eclipse, i just installed the android SDK to it. Something simple i'd like to learn to do is just

[android-developers] Re: Multi Touch Support

2009-02-28 Thread ericwong
But the manufacturer (not sure if it would be google) can always pay the license fee to get the luxury ;) If the cost can be justified which I doubt so. Or if someone manage to invalidate Apple's patent. Eric On Mar 1, 6:29 am, Tseng tseng.priv...@googlemail.com wrote: Actually the chance on

[android-developers] Re: Eclipse and Junit

2009-02-28 Thread James Aguilar
I am also having this issue. I get a hotspot vm exception when I don't follow those instructions, but I get no class def found errors when I try to use android classes in the test after following the instructions. On Feb 24, 12:53 pm, Eric Mill kproject...@gmail.com wrote: I am having similar

[android-developers] SAXParser fails on some RSS feeds

2009-02-28 Thread grennis
I'm using the SAX parser to read some RSS feeds and have found a problem. Some feeds, for example CNN Money Top Stories, have embedded some characters in their content, I.e. the copyright symbol. Well, that's not valid XML and the SAXParser fails with an exception invalid token. The only help I

[android-developers] Re: Need Official HOW-TO: Upgrade from Original ADP1 firmware to RC33

2009-02-28 Thread coolbho3k
What about the Holiday devphone update that took so long to get out to the public? Isn't that pretty much identical to RC33? On Feb 28, 1:43 am, TroyKelly t...@purpleoranges.com wrote: How is the official 1.1 image going? This is lagging behind the release of the upgraded OS in to the wild.

[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-28 Thread Travis Cross
Yossi wrote: this is what it shows DREA100 PVT 32B HBOOT-0.95.3000 CPLD-4 RADIO-1.22.12.29 Oct 20 2008 it also has a yellow line in the middle of the screen which says Serial0 in the middle. what does it mean? That's good. You're in fastboot mode, and your phone can be recovered

[android-developers] How to enable debug logging in android source

2009-02-28 Thread ying lcs
Hi, In android source code, it has logging statements like Log.d(). Log.i(). Can you please tell me how to enable the debug logging? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How ratio of dp-to-pixel change with the screen density?

2009-02-28 Thread Xiongzh
I'm being confused by the 'screen density' concept in Android. I knwe that dpi (dot per inch) came from the printing device. 160 dpi means 160 dots in every inch on the paper. However, when dpi is used for the screen density, for example, what's mentioned '160 dpi screen' in Android document,

[android-developers] Re: How ratio of dp-to-pixel change with the screen density?

2009-02-28 Thread Romain Guy
Hi, The reason for dip to exist is simple enough. Take for instance the T-Mobile G1. It has a pixel resolution of 320x480 pixels. Now image another device, with the same physical screen size, but more pixels, for instance 640x480. This device would have a higher pixel density than the G1. If

[android-developers] Re: SAXParser fails on some RSS feeds

2009-02-28 Thread Tim Bray
On Sat, Feb 28, 2009 at 5:53 PM, grennis gren...@gmail.com wrote: I'm using the SAX parser to read some RSS feeds and have found a problem In general you can't use a real XML processor, which the java SAX stuff is, to read RSS feeds. Lots and lots of them aren't XML at all. Atom 1.0 is

[android-developers] speech to text api

2009-02-28 Thread Zi Yong Chua
hi guys since android now has speech to text search, anyone know if the API is available to the developers? --~--~-~--~~~---~--~~ 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: How to view the list of network connection mobile APNs or WiFi configured on the emulator.

2009-02-28 Thread Joe Petruchi
Go to settings , Wireless Controls browse inside each menu u will get it Regards Joe On Sat, Feb 28, 2009 at 9:53 PM, munna shankar.moha...@gmail.com wrote: How to view the list of network connection mobile APNs or WiFi configured on the emulator.

[android-developers] Re: Bitmap Memory

2009-02-28 Thread bra...@gmail.com
Best darn suggestion yet. Thankyou I was wondering if I could use that setting, but feared that perhaps I would not be able to generate new bitmaps from the original - you can - thankyou On Feb 27, 1:19 pm, Alexey Krasnoriadtsev ale...@agilefusion.com wrote: There best working approach is to

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

2009-02-28 Thread Sen
Well, you all have certainly taken this discussion in an interesting direction. I would just like to add to my original posting. Hopefully we still have some official Google person's attention. I'm pretty understanding when it comes to deadlines not being met when it comes to stuff like this.

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

2009-02-28 Thread Noam
Thanks very much Mark. And what about how to make the EditTextPreference a password box? Like put little dots before each letter? Thanks, Noam. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers