Re: [android-developers] Alarm code source code

2009-12-04 Thread Desu Vinod Kumar
HI u can find here http://android.git.kernel.org/?p=platform/packages/apps/AlarmClock.git;a=summary On Fri, Dec 4, 2009 at 1:16 PM, Andri Kurniawan andricl...@gmail.comwrote: does any one knows where i can download a full source code of AlarmClock? cause i need to modify it for small screen

[android-developers] Re: WifiManager.getScanResults() reports out-fo-date values after AP settings changed.

2009-12-04 Thread Farproc
Nobody care? On Dec 4, 8:28 am, Farproc farp...@gmail.com wrote: After changing the settings of the wireless router(SSID, frequency, securities) Android won't report the correct values until you reboot your android device!!

[android-developers] Re: Updates to the Android SDK

2009-12-04 Thread blindfold
Just had this renaming block again on another system, here running Windows XP SP3. Quitting Eclipse, manually deleting the platforms \android-1.6 folder, and relaunching Eclipse to run Android SDK and AVD Manager from its Windows menu again fixed the problem. Looks like there is something not

[android-developers] Re: Phone calls recording on 2.0

2009-12-04 Thread Raul
Can Droid record voice call? Does Moto expose its relevant code? On 12月4日, 上午2时19分, appforce.org ogi.andr...@gmail.com wrote: I'm working on a call recording app, and I bumped into a bug on Motorola Droid. Using MediaRecorder.AudioSource.VOICE_CALL, the recorded files contains no data, just

Re: [android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-12-04 Thread Cédric Berger
2009/10/29 Cédric Berger cedric.berge...@gmail.com: 2009/10/29 Cédric Berger cedric.berge...@gmail.com: I can't download through a proxy requiring authentication. I had to select force http, and put user/password for proxy in JVM command line. This way I can get the list of available updates.

[android-developers] how to know if the device is to be powered off

2009-12-04 Thread Zhihong GUO
Hi All, My application want to know the device is to be power off, so that it can send out the logout message to the server. How to do that? Thanks a lot. James -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to move a image in timer?...

2009-12-04 Thread Anirudh
Though the question is too vague and too generic, I would still prefer you try out on your own. You can use the Handler/Runnable class for timer events. For moving the image, you can use the ImageView and try changing its margins relative to the base layout to generate the 'move' animation. On

[android-developers] Re: How does @*android:type/name work

2009-12-04 Thread James Wang
Thanks Romain. I have to admit I have made wrong conclusion about build project including @*android in Eclipse. Just now, I tried it again with building success. Maybe I wrote it in wrong way before. However, we can not use com.android.internal.R to refer to resource added by ourself in code

[android-developers] Re: How to layout 3 ImageButton evenly distributed on a row

2009-12-04 Thread Anirudh
Can't you programmatically calculate width of each view and that of the layout and re-position the views as per the calculations? This would ensure equal spacing between your views irrespective of their contents, On Dec 3, 9:13 pm, Dexter#39;s Brain coomar@gmail.com wrote: Another solution

Re: [android-developers] Re: How does @*android:type/name work

2009-12-04 Thread Dianne Hackborn
Could you please move this to android-porting, since it is not about app development with the SDK? Thanks. (And fwiw, you can't access private symbols with the SDK. If an app is doing that, it should be build with the platform build system to ensure it always is compatible with the platform.

Re: [android-developers] Re: Updates to the Android SDK

2009-12-04 Thread Dianne Hackborn
On Thu, Dec 3, 2009 at 10:35 PM, adamphillips12 adamphillip...@gmail.comwrote: The framework now correctly selects application resources in project folders that use the API Level qualifier. For example, drawable-v4/ is a folder of drawable resources for API Level 4 (or higher) devices. This

[android-developers] Re: layout and activity doubt

2009-12-04 Thread Jags
Yeah, Ok, let me try that. Yes I do remember I posted this yesterday, today morning I could not again locate that. It happens lot of time in google group. So I posted once again. google group should also have something like see messages posted by you Anyway, no matter how much weak dollar is,

[android-developers] Re: HTML sanitization

2009-12-04 Thread Samuh
The best way I can think of getting around this problem would be showing your HTML content inside a WebView. :) Thanks for your reply Bibek. That is exactly what I am currently doing. However, I think a WebView would definitely be heavier than a TextView. Assuming, I receive say 20 items in

[android-developers] Re: Activity stack incorrect on first install/run of app?

2009-12-04 Thread Mark Wyszomierski
Actually I found this very important step which is definitely causing it: -User downloads APK through the browser. -User installs. -User then gets prompted with two buttons: Open or Done. - ** If you hit Open, this starts the quirky behavior with the incorrect history stack. - ** If you hit

[android-developers] Re: How to handle person extensions in Android 2.0

2009-12-04 Thread romain dereumaux
Nobody has an idea ? Thanks On Dec 3, 3:47 pm, romain dereumaux romain.dereum...@gmail.com wrote: I have as a lot a people troubles with the new ContactsContract class. My problem is like in 1.5 and 1.6 devices, we can add a key to a contact with the Contacts.People.Extensions class. But now

[android-developers] Android SDK and AVD Manager Crash

2009-12-04 Thread speedplane
I got this crash after downloading all the packages, then clicking on Available Packages then clicking on the checkbox in the right hand pane Exception occurred java.lang.NullPointerException at com.android.sdklib.internal.repository.LocalSdkParser.scanTools (LocalSdkParser.java:173)

[android-developers] Why Return null when using findViewById in Activity to find and handle CustomView?

2009-12-04 Thread krekar
hi, there... I wrote CustomView Class, and load it in layout. so i trid to find CustomView using findViewById() in activiy to get handle. but findViewById() was return null. I need your help . Written Code is like below:

[android-developers] how to delete application from emulator in android?..

2009-12-04 Thread Sasikumar.S
Hi, how to delete application from emulator in android?.. Through cmd. -- Thanks Regards Sasikumar.S -- 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

[android-developers] Re: open GL ES Games on Android

2009-12-04 Thread Piotr
You got the fastest one. I really do not believe, that good 3d games on Android are possible. Java is too slow for that, especially that it has garbage collector, that can slow down your loop a few times in a second. To get decent framerate, you must use a lot of tricks, for example allocating

[android-developers] linux kernel how to communicate with Android application?

2009-12-04 Thread JW
I want to deliver some event to android application. I thought it should pass the event to android framework library and then transfer the event to android application. Is there any clear sample about such scenario? or anyone can show me the hint how to make it work. -- You received this

[android-developers] Re: how to delete application from emulator in android?..

2009-12-04 Thread Jack Ganesh
Hi , Try the Following: 1.Home Button 2. Goto Mian Menu Items 3. Select Setting option 4. Select Applications 5. Select Manage Application 6. Select Your Application 7. Press UnInstall 8. Press Confrimation fro UnInstall. Njoy ! ! ! Cheers, Ganesh Kumar. On Dec 4, 2:44 pm, Sasikumar.S

[android-developers] Referring App Feature

2009-12-04 Thread Maxood
I like to incorporate a referring app feature in my existing android apps. What i want to do is to enable the user to refer apps to other people like via email, text messaging, Facebook or/and twitter. Please suggest a working code or tutorial available online for the aforementioned

[android-developers] QVGA854 AVD not displaying properly

2009-12-04 Thread Jeffrey
I am trying to make sure my application looks good on the droid, my AVD seems to be messing up. The resolution is off, as the apps shortcuts are spaced the same as my g1 (I know they are usually spaced further apart, and the AVD loaded correctly once, and it's been jacked up since). Also changes I

[android-developers] Re: open GL ES Games on Android

2009-12-04 Thread Dmitry.Skiba
Wow, nice and informative reply, thank you! Couple of points from my side: (1) use glDrawTexfOES for sprite renderings, it is super fast (2) as of 1.6 you can use OpenGL in NDK, so you can do all rendering in native code (3) Armadillo Roll is completely implemented in native code, with a tiny

[android-developers] Re: HTML sanitization

2009-12-04 Thread Dexter#39;s Brain
True, May be you could use only one WebView, get all the 20 strings, add some html formatting yourself, and display. But, if really really want to display it on a ListView, then, it's difficult. You have to change/replace those HTML tags manually to something else. Isn't there any way, where you

[android-developers] Re: Phone calls recording on 2.0

2009-12-04 Thread appforce.org
It seems not, but I want to ask if somebody knows will that be fixed. I believe Motorola's code is closed. -- 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

Re: [android-developers] Alarm code source code

2009-12-04 Thread Andri Kurniawan
thanks. but i have try it, and it doesn't work. i take the latest merge and i'm using sdk 1.6 r1. and one other thing, how can i download the project to windows platform? git only works for linux and mac T_T. i download it in old fashion way, one by one. 2009/12/4 Desu Vinod Kumar

Re: [android-developers] Alarm code source code

2009-12-04 Thread Adrian Vintu
google for android-1.6_r1-donut-src.zip or go here http://code.google.com/p/android/issues/detail?id=979#c43 or here http://code.google.com/p/android/issues/detail?id=979#c52 BR, Adrian Vintu On Fri, Dec 4, 2009 at 11:18 AM, Andri Kurniawan andricl...@gmail.comwrote: thanks. but i have try it,

[android-developers] Re: Capture key events while in background

2009-12-04 Thread pedramz
Thanks for the info everyone! So basically I could detect Media and Camera button presses but not the releases and I would be able to detect if the user is holding the button. Would I be able to detect Camera and Media button presses if the key lock is on? Or maybe that depends on the phone

[android-developers] Re: How to read a float value form resources?

2009-12-04 Thread Andriy Tsykholyas
Thanks :) On Dec 3, 8:08 pm, Dianne Hackborn hack...@android.com wrote: You can use dimensions, with pixel units. On Thu, Dec 3, 2009 at 3:46 AM, Andriy Tsykholyas andriy.tsykhol...@gmail.com wrote: Hi, Reading values like integers, strings, colors, etc. from resources (xml files)

[android-developers] linear dimension

2009-12-04 Thread Deacon
let's ponder a spot is not a one dimensional unit,as it ahs a location,and perimeter,so size and spot do not conjugate... heresy or not,my dear lavaurs?!! ciao et a tutti arrideverci -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Send zip file as mail attachment

2009-12-04 Thread Pedro Fraca
Hi All. I'm trying to send a zip file as mail attachment, in the ADP1 when mail is composed it shows the zip file as attached but don't sends it. This is the code I'm using: // Setup the recipient in a String array String[] mailto = {supp...@mail.org};

[android-developers] Re: Load Android App on HTC Smartphone?

2009-12-04 Thread rus
Are you using Eclipse for development? On Dec 3, 6:08 pm, VBMichi michael.ka...@googlemail.com wrote: Already done, but the device list is still empty. 1. debugable = true 2. USB-Debuging enabled 3. Windows USB-Drivers successfull installed 4. Touch G2 connected to PC 5. Hardware

[android-developers] Android Emulator : command permission denied.

2009-12-04 Thread Nilly
Hi all, I have made the small code and generated the .apk file. If I want to install it from command prompt. I am trying adb install hello.apk but it saying adb: permission denied. when i tried su it is saying su: uid 10020 not allowed to su Any idea??I am running in emulator. Regards, Niral

[android-developers] Re: Samsung devices and 3D performance

2009-12-04 Thread Jeff
Surrogate is what Samsung put on their phones :) 3D performance was increased by copying OpenGl library from HTC devices. Not sure if this helps with Moment. Also you need a rooted phone for this. http://androidforums.com/samsung-i7500/14611-opengl-working-galaxy-ii5.html On Dec 4, 8:16 am,

[android-developers] Bonus Offer: Website just in Rs. 5000/-

2009-12-04 Thread Net Plus Group1
Bonus Offer: Website just in Rs. 5000/- Give Wings to your Busniss. Our Team can design your Static Website just in Rs. 5000/- I offer, start to finish website design, redesign and maintenance, graphic design,everything needed to put up an effective site. Let me take the confusion out of the

[android-developers] alarm manager counts

2009-12-04 Thread Jags
I am kind of into a situation where i need to put alarm for each record in my database, and there is no limit to the number of records user can create. will it be a good idea to set an alarm using alarm manager for all the records ? what if the time clash ? -- You received this message because

Re: [android-developers] alarm manager counts

2009-12-04 Thread Mark Murphy
I am kind of into a situation where i need to put alarm for each record in my database, and there is no limit to the number of records user can create. will it be a good idea to set an alarm using alarm manager for all the records ? No. If you have dozens or hundreds of alarms going off, the

[android-developers] How to dynamically apply themes in Android

2009-12-04 Thread kirti kaul
Hi, My query is regarding on whether we can apply dynamically themes in android,like what we do with our phones in which we can select a theme and the same theme gets applied all across the phone.Is there a way to do this in android (I am able to change the default theme by hardcoding in

[android-developers] Re: How to dynamically apply themes in Android

2009-12-04 Thread Nithin
Hi, We can dynamically set using setTheme(). The constant you need to put is android.R.style.Theme_X Thanks On Dec 4, 5:24 pm, kirti kaul kirti.k...@wipro.com wrote: Hi, My query is regarding on whether we can apply dynamically themes in android,like what we do with our phones in which

[android-developers] Re: Samsung devices and 3D performance

2009-12-04 Thread TonyDoc
Samsung hardware drivers for 3D, Power, Accelerometer and Camera (amongst others) are dismal. I recommend not to buy a samsung if you need decent functionality from any of this hardware. On Dec 4, 5:16 am, SoftwareForMe.com sa...@softwareforme.com wrote: Greetings, We acquired a Samsung Moment

[android-developers] Re: Starting Intent from BroadcastReceiver

2009-12-04 Thread csyperski
Thanks, Changing android:launchMode worked, I still needed Intent.FLAG_ACTIVITY_NEW_TASK or the activity wouldn't start if it wan't running. Thanks again! On Dec 3, 6:41 pm, Farproc farp...@gmail.com wrote: Clues: 1. android:launchMode attribute of you Activity. 2.

[android-developers] Re: Accessing contact's phone numbers

2009-12-04 Thread romain dereumaux
But what about the java.lang.IllegalArgumentException: Unknown URL content://com.android.contacts/phone_lookup ??? On 3 déc, 04:09, Bonifaz bonifaz.kaufm...@gmail.com wrote: Thank you Dmitri, this answer saves me a lot of time. On Dec 2, 12:41 am, Dmitri Plotnikov dplotni...@google.com

[android-developers] Re: A question on Gallery

2009-12-04 Thread Abhi
This group has been disappointing me last couple of weeks Where are all the experts? C'mon, you can do better than this. Abhi On Dec 3, 4:37 pm, Abhi abhishek.r.sha...@gmail.com wrote: Hi, I am trying to do the following in my app: 1. Open Gallery just the way it is on the phones

[android-developers] Memory usage problem - leak?

2009-12-04 Thread freezy
Hello, In my app, I'm fetching data via HTTP and use the response string to create an ArrayList of objects. So what I'm doing once I get the response is: String[] fields = response.split(field); and use the field[] values like this: ArrayListMovie movies = new ArrayListMovie(); for (int row =

[android-developers] Re: HTML sanitization

2009-12-04 Thread Samuh
thanks again for your reply Bibek! True, May be you could use only one WebView, get all the 20 strings, add some html formatting yourself, and display. But, if really really want to display it on a ListView, then, it's difficult. You have to change/replace those HTML tags manually to

[android-developers] Re: Accessing contact's phone numbers

2009-12-04 Thread stanlick
Hey Dmitri -- My app *is* reading FB names/numbers! Is this an indirect feature on account of them being imported/sync'd? Peace, Scott On Dec 1, 11:41 pm, Dmitri Plotnikov dplotni...@google.com wrote: Just to clarify the Facebook question: the FB contact data is not visible to any

[android-developers] Re: how to delete application from emulator in android?..

2009-12-04 Thread Maps.Huge.Info (Maps API Guru)
Another way is from the command line: adb uninstall [-k] package - remove this app package from the device -John Coryat Radar Now! What Zip Code? -- 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: Samsung Behold II Info

2009-12-04 Thread Greivin Lopez
By reading this thread I suspect it currently running Android 1.5. http://forums.t-mobile.com/t5/Samsung-Behold-2/1-6-or-2-0-Upgrade-in-the-Works/m-p/263944 But I'm not sure. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: help with game development.

2009-12-04 Thread shaun
Check out http://replicaisland.blogspot.com/2009/11/android-game-development-resources.html The rest of the blog is useful as well. It comes from a reliable source. On Dec 3, 12:33 pm, Neilz neilhorn...@googlemail.com wrote: Lot's of useful stuff and links to blogs here...

[android-developers] Re: Activity stack incorrect on first install/run of app?

2009-12-04 Thread niko20
Hi, You need to look into Activity lifecycles and the launchMode attribute in the activity manifest. You probably want singleTask and also the alwaysRetainTaskState attribute too... Look it up to see what I mean. -niko20 On Dec 4, 3:03 am, Mark Wyszomierski mar...@gmail.com wrote: Actually I

[android-developers] Re: Can other applications use the share function of Facebook for Android?

2009-12-04 Thread Wouter
Could you tell me which intents you have used to share via facebook. i'm also looking for this and share via twitter, ... Thanks, Wouter On Nov 27, 7:43 am, theSmith chris.smith...@gmail.com wrote: My application is able to detect thefacebookapp (if its installed) and will attempt

[android-developers] Re: Can other applications use the share function of Facebook for Android?

2009-12-04 Thread theSmith
Im not using intents here actually, its the intent chooser with a type of text/* that will display it in the chooser's menu. But again it doesn't work correctly so you really have to reason to implement it this way. On Dec 4, 10:48 am, Wouter wouterg...@gmail.com wrote: Could you tell me which

[android-developers] Re: Can other applications use the share function of Facebook for Android?

2009-12-04 Thread Wouter
Ok I am using also the intentChooser like this Intent t = new Intent(Intent.ACTION_SEND); t.setType(text/plain); t.putExtra(Intent.EXTRA_TEXT, test);

[android-developers] Alternatives to using 'createScaledBitmap' when adding 3D

2009-12-04 Thread TAKEphONE
Hi, I have a problem - I am writing an application that displays up to 12 images on screen, and moves them around, plus reads touch events. I am using a sample code I found, and it works great. Now I need adding 3D - meaning emulating the objects moving in the Z axis, too (in/out of screen). To

[android-developers] Re: Can other applications use the share function of Facebook for Android?

2009-12-04 Thread theSmith
Im using this chooseIntent.setType(text/*); while this will cause the facebook app to show up (and bloo for that matter), the apps dont respond to the EXTRA_TEXT the way they should. Basicly the facebook app opens and tries to post, but fails. Since I can't find any documentation for the

Re: [android-developers] QVGA854 AVD not displaying properly

2009-12-04 Thread TreKing
When you deleted and remade the AVD, did you give it a different name? I've noticed that the AVD tools don't delete the folder and config files for a given AVD when you delete it, so if you're using the same name it will just re-use those files and folders which may be the problem. If you want to

[android-developers] TabActivity crash

2009-12-04 Thread ben
I'm trying to create a tabbed view in my widget configure activity. I'm using a tab activity as my activity type and I have the following code. tabHost = getTabHost(); tabHost.setup(); this.setTitle(getString(R.string.configure_widget));

[android-developers] Re: Updates to the Android SDK

2009-12-04 Thread Sekhar
Yeah, that was the first thing I tried (kill-server), but adb will get started again automatically, so that doesn't help. I'd also tried deleting adb.exe from tools\ in the hope it would'nt get started, but then I can't even bring up the SDK/AVD manager to do the update. Also, blindfold: deleting

[android-developers] Re: ActivityGroup and subactivities Lifetime.

2009-12-04 Thread jotobjects
multiple launch mode == standard launch mode helps! On Dec 3, 2:01 pm, Dianne Hackborn hack...@android.com wrote: Also if you start the activity in a slot with the same intent as you last used to start it (filterEquals is true), then it should just resume that activity regardless of the launch

[android-developers] Re: AudioTrack sanity test

2009-12-04 Thread Kevin
I am pushing for better audio support in the NDK in Android Bug 3434. http://code.google.com/p/android/issues/detail?id=3434 Kevin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Updates to the Android SDK

2009-12-04 Thread Mark Murphy
Yeah, that was the first thing I tried (kill-server), but adb will get started again automatically, so that doesn't help. I'd also tried deleting adb.exe from tools\ in the hope it would'nt get started, but then I can't even bring up the SDK/AVD manager to do the update. Also, blindfold:

[android-developers] Re: Activity stack incorrect on first install/run of app?

2009-12-04 Thread Mark Wyszomierski
Hi niko, I think this is just a bug with launching the downloaded apk from the Open button of the browser. The default behavior of an android app (with restoring to the correct point in the activity stack) doesn't require the singleTask flag. The alwaysRetainTaskState flag shouldn't be necessary

[android-developers] Re: Can other applications use the share function of Facebook for Android?

2009-12-04 Thread Wouter
All the other apps except of facebook and bloo (facebook) are working with my EXTRA_TEXT. Really sucks that this isn't working for facebook. And it's a lot of work to make facebook client to post status update? Wouter On Dec 4, 5:38 pm, theSmith chris.smith...@gmail.com wrote: Im using this    

[android-developers] (www.uggssaler.com)UGG Boots Sale,UGGS On Sale,Cheap UGGS,Cheap UGG Boots 100% Australia UGG Boots are under low price,Sheepskin Boots sale cheap discounted Uggs Sheepskin Boots

2009-12-04 Thread jane
(www.uggssaler.com)UGG Boots Sale,UGGS On Sale,Cheap UGGS,Cheap UGG Boots 100% Australia UGG Boots are under low price,Sheepskin Boots sale cheap discounted Uggs Sheepskin Boots are provided in our Uggs Women boots store(www.uggssaler.com) (www.uggssaler.com)UGG Boots,UGG Sandals,Discount UGG

[android-developers] Re: Android 1.5 - setIntent / getIntent broken?

2009-12-04 Thread sdphil
is it intended to only work that way in 1.5? what's the rationale behind intending it to work that way? it seems at odds with the intent (pun intended) of having a setIntent method. On Dec 3, 4:58 pm, Dianne Hackborn hack...@android.com wrote: That is working as intended.  If you want to

Re: [android-developers] Alternatives to using 'createScaledBitmap' when adding 3D

2009-12-04 Thread Romain Guy
Your current solution is a terrible performance hog. On every frame drawn you create (and allocate) a new Bitmap! Instead of calling createScaledBitmap() you should just change the scale factor of the Canvas (Canvas.scale()) or use a variation of drawBitmap() that takes a size (for instance,

Re: [android-developers] Memory usage problem - leak?

2009-12-04 Thread Romain Guy
I'll assume response is a String. The reason why you are still seeing the whole response data is because of how Strings are implemented in Java. For instance, if you have a 100kB String and you write the following: String a = // 100kB; String b = a.substring(0, 1); return b; The String b shares

[android-developers] Re: Context for layout view

2009-12-04 Thread jotobjects
Update on this - I stripped it down to a simple case and now the problem is not there :-). I should add the main activity is an ActivityGroup that starts the MapActivity. This is now working correctly with a separate layout file for the MapView. I'll try to isolate what I was doing wrong in the

Re: [android-developers] Re: Android 1.5 - setIntent / getIntent broken?

2009-12-04 Thread Dianne Hackborn
It works this way on 1.5 and every other version of the platform. One could argue there shouldn't be a setIntent() method, but there you go. Anyway this won't change because (1) it would break existing applications, and (2) it is not worth the trouble of introducing the required compatibility

Re: [android-developers] alarm manager counts

2009-12-04 Thread Dianne Hackborn
On Fri, Dec 4, 2009 at 3:57 AM, Jags jag...@gmail.com wrote: I am kind of into a situation where i need to put alarm for each record in my database, and there is no limit to the number of records user can create. will it be a good idea to set an alarm using alarm manager for all the records ?

[android-developers] Re: Activity stack incorrect on first install/run of app?

2009-12-04 Thread Mark Wyszomierski
And here is what logcat outputs when launching the app from the Open button, and from the app tray. Looks like it's using a different way of opening from the app tray: // When starting from the app tray: INFO/ActivityManager(1714): Starting activity: Intent { action=android.intent.action.MAIN

[android-developers] largescreens=false and market

2009-12-04 Thread Salentinux
Hi all, I'm getting crazy with screensizes and density. I have 2 questions: 1) if I set largescreens=false and anydensity=false in my app manifest file, the app appears on the market of the large devices or not? (I know for smallScreens=false, the market doesn't show the app on small devices)

[android-developers] Re: Updates to the Android SDK

2009-12-04 Thread Sekhar
Unfortunately, that won't work since the SDK/AVD manager will refer to the its own stuff (platforms, etc.) regardless of how you start it. I.e., you can't run the manager from one directory and have it refer to the platforms in another directory. Looks like the install process is basically broken

[android-developers] Re: Starting Intent from BroadcastReceiver

2009-12-04 Thread csyperski
Someone requested the changes that fixed this issue so here they are: public class MyReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { try { Intent iAlarm = new

[android-developers] Problem with setItemsCanFocus method of ListView.

2009-12-04 Thread FelipeHSilva
Hi all, This is the first time I'm posting, so please forgive me if I am doing something wrong. :) I believe I found a problem with setItemsCanFocus method of ListView. When this method is called with false, it calls setDescendantFocusability with FOCUS_BLOCK_DESCENDANTS. But when called with

Re: [android-developers] Repo Init for Eclair

2009-12-04 Thread Nick Ladhani
Thanks Ryan I will try it out ~Nick On Tue, Dec 1, 2009 at 4:24 PM, Ryan Beesley ryan.bees...@swypeinc.comwrote: -b elcair is more stable for me. Not sure what the differences are between builds. There is certainly some difference, but I think trying to pair it to the specific branch is

[android-developers] Runtime language loading

2009-12-04 Thread tschiggerl
Hi, I have read the available information on internationalization and it seems the framework relies on language files that are packed with the application. This scenario does not work for me as I need to fetch the language files from a server when the application launches. One of the

[android-developers] i need my dotlan

2009-12-04 Thread saras
in need dotlan to work on my droid man it works in eve and why not on the droid same code base right for the love of god and go sells fix p.s. droid app are pain to setup what -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Modify voice data before it's sent

2009-12-04 Thread bakergo
Is it possible to modify the voice data before it's sent to the radio? Can someone point me to a few ways of doing this? 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] Using multiple layouts for different screens.

2009-12-04 Thread Chris
Hi All, I am getting my feet wet developing software for the Android. My test app will have multiple screens (each having their own layout file). The main screen will direct the user to view the other screens based on user input. I kinda see this as layers of cake. Bottom layer being main; then

[android-developers] Re: Capture key events while in background

2009-12-04 Thread mr_dude
Is there a list of these buttons somewhere? On Dec 2, 9:46 am, Dianne Hackborn hack...@android.com wrote: Only a small set of buttons can be handled in the background via the broadcasts you found.  There is deliberately no facility for applications to see any arbitrary input when they are not

Re: [android-developers] Re: outgoing call data stream / channel

2009-12-04 Thread hongki park
^^ what are you talking about ??? 2009/12/4 Hetal Patel heta...@gmail.com Will anybody reply ever Android us Useless as far as Bugs is Concerened Nobody ever Bother to rely of Patch This is another Exmaple of Google Which Never Comes out of BETA I hate Android On Nov 19, 1:32 pm, Hetal

[android-developers] International emergency number support

2009-12-04 Thread brucko
Does any one have any idea as to which countries Android supports interms of Emergency Number dialling. Is there a list of supported countries and emergency numbers? For example US has 911, Australia has 000 and there is also the international numbers 112. How can we find out which

[android-developers] Re: ListView not responding to Click or KeyPress

2009-12-04 Thread hwii77
maybe maybe try this: Add android:clickable=true (and android:focusable=true) On Dec 2, 1:37 pm, n179911 n179...@gmail.com wrote: Hi, I have a simple ListView in my layout.xml file.     ListView android:id=@+id/action_list             android:layout_width=fill_parent            

[android-developers] Re: Translucent Activity not calling onStop() on exit

2009-12-04 Thread Kirrrilka
If you take a look at activity lifecycle chart you will see that onStop is called only if activity become invisible But as you said you have translucent activity on top: that's why only onPause is called! RTFM

[android-developers] Discussion on localizing-android-apps-draft

2009-12-04 Thread brucko
Guys, Im using a HTC Hero and downloaded MoreLocale from Market. It seems to change the locale on my Hero with no problems. seems to work fine with the L10nDemo app although it exposes a few flaws. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] calling finish() on a subactivity

2009-12-04 Thread Ampereo
I don't know why this is becoming such a problem for me when it seems like it should be relatively easy. I have an activity A that starts a new activity B with startActivity. A has a process running while B is up and when that process is done I want A to call finish() on B. If anybody could help

Re: [android-developers] Re: how do you specify the name of the .apk file....

2009-12-04 Thread Sankha Ray
HI tia, In ur Android Project Folder goto* res *--* values* -- *string.xml* OPen string.xml and change the application name. and sav itits done Thanks Regards, Sankha Ray, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] accessing email ,location and other information from contacts

2009-12-04 Thread vidya
Hi all, I am new to ANdroid . I am not able to fetch email location and othre contacts information in android2.0. Although i m able to fetch contact name and phone number. Please help. Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] onMeasure gets called, but View doesn't change size

2009-12-04 Thread ghassett
I have a View that I've placed into a ScrollView. The View paginates text. If the text changes, then the height of this view will also change (expand or contract, depending on whether the new text takes more vertical space or less). For debugging, I draw a rectangle around the view to show its

[android-developers] Re: Saving service killing without startForeground

2009-12-04 Thread Nick
Hi everyone, I know it has been stated again and again that we should not start a service and leave it running for ever. What I was trying to do was to start a service once my package was installed, accomplish a couple of items and then stop the service (till my activity is started by the user).

[android-developers] Where are the HTC dev phone 1 image package links?

2009-12-04 Thread Chris Sokol
The instructions for setting up the ADP1 direct me to the HTC Developer Center to download system images. That page, at http://developer.htc.com/adp.html, does not have any links to system images - it says it does, but it does not. Does anyone know where I can find them? -- You received this

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-04 Thread steve
While we are at it , any idea why the exif interface is not availableon the tattoo ? On Dec 2, 12:08 am, tomei.ninge...@gmail.com tomei.ninge...@gmail.com wrote: After I rebuilt my app a few times w/o change the AndroidManifest.xml, my user told me now he can see it on the Android market. This

[android-developers] Need help with part of an app.. countdown

2009-12-04 Thread SteelJ0ker
I'm an very new and working on developing my first app. I'm having difficulty creating a countdown timer that counts down to a certain date and time that I the developer inputs (the user does not decide the information). all the help i seem to google involves Javascript or Java that i can't get to

[android-developers] Re: Caused by: java.io.NotSerializableException: android.os.Message

2009-12-04 Thread Yuri Morais
Pierre, So , If I understand correctly, the communications between processes is governed by IPC mechanism. Yes, Android defines a default IPC mechanism (by means of AIDL) If I want to connect to a server from external jvm process, say a client in his own vm, I can use the classic socket

Re: [android-developers] onMeasure gets called, but View doesn't change size

2009-12-04 Thread Romain Guy
You only have to call requestLayout(). You should check with HierarchyViewer what exactly is the size of your view after repagination. On Thu, Dec 3, 2009 at 2:29 PM, ghassett greghass...@gmail.com wrote: I have a View that I've placed into a ScrollView.  The View paginates text.  If the text

Re: [android-developers] Re: ListView not responding to Click or KeyPress

2009-12-04 Thread Romain Guy
This is unnecessary. This problem will occur if your list item contains focusable children (like buttons, edittexts, etc.) On Thu, Dec 3, 2009 at 4:20 PM, hwii77 hwi...@gmail.com wrote: maybe maybe try this: Add android:clickable=true  (and android:focusable=true) On Dec 2, 1:37 pm, n179911

[android-developers] Any thing like System Gestures exists??

2009-12-04 Thread Saty
Hi, Need some information on Gestures. How does android treat Operations like Fling which are at device level? Are they treated as Gestures? I am not able to see any gesture listner code in Launcher (Home screen ) application. If i want to change ( add/remove/modify ) the behaviour of Fling

Re: [android-developers] Re: WifiManager.getScanResults() reports out-fo-date values after AP settings changed.

2009-12-04 Thread hongki park
I just guess, your changes need reboot. or, partially restart the modem side. 2009/12/4 Farproc farp...@gmail.com Nobody care? On Dec 4, 8:28 am, Farproc farp...@gmail.com wrote: After changing the settings of the wireless router(SSID, frequency, securities) Android won't report the

  1   2   3   >