[android-developers] ActionBar + Fragments

2012-02-11 Thread Stacy Young
Hi All, Scratching my head on the ActionBar tab and fragment implementation. For a tablet application in landscape it's foreseeable that you'd have more than one fragment in the UI (think master-detail) ...but seeing as the outer container must be a fragment and the limitation of not being able

[android-developers] new sd card directories

2012-02-11 Thread Dr. Porkenheimer
Hey everybody, I saw the discussion on how to create directories in android, what is not clear is if you can create a directory within external storage like the sd card. I want to make an app that uses a special location in the sd card for storing camera captured images but I am confused on what

[android-developers] Request reissued in default browser/webview

2012-02-11 Thread wargre
Hello, In my web application, I try to retrieve data from server with a XMLhttpRequest. Unfortunately if the server is too slow, the browser reissue the request. The 'timeout' seems varying from hardware to hardware (8s / 30s). Is someone know how to change a parameter to forbid request

[android-developers] Android Long Running Service and database

2012-02-11 Thread t4ure4n
I am working on a program which consists of two parts Service component will read various system features (CPU usage, RAM usage, Number of Running Tasks, Messages Sent, Calls Made etc) every pre determined time interval lets say 15 minutes. And save these readings/data in a database. Activity

[android-developers] Android Application Crashes at Deployment

2012-02-11 Thread duadinam
Hi All I'm working on Android project that crashes when it is deployed. Other projects in the same workspace work fine. I increased the RAM usage on the AVD that I'm using to 1 GB. I don't think there is a memory leak because it seems to work on other peoples computer. I'd like to use the Memory

[android-developers] Monkey on Android 4.0 (UI/Application Execrciser monkey)

2012-02-11 Thread Android Tester
Hi Has anyone tried to run the monkey tool on Android Ice Cream Sandwich? I am having trouble running the tool. I am new to Android and would like to know the reason behind this issue. Has anyone experienced the same issue? Thanks -- You received this message because you are subscribed to the

[android-developers] Please guide me how to send data(datastream, not files) from a PC to a real android phone via USB.

2012-02-11 Thread vvis
I want to send data(datastream, not files) from a PC to a real android phone via USB. I coded and set the phone to be a SERVER ,PC to be a CLIENT, and it worded. And, when I set the Simulator to be a CLIENT,PC to be a SERVER , it worded too. BUT, when I set the REAL Phone to be a CLIENT,PC to

[android-developers] Need to create a back up service for Android 2.3

2012-02-11 Thread shalini
Need a hidden service to run on Android 2.3. After install no configuration is needed. All configuration built into app. Which can store my data on FTP or internet at specified time. How can I do this...and how much time will it take? -- You received this message because you are subscribed to

[android-developers] How to close activity exit/enter animation?

2012-02-11 Thread wujun
Hi: I'm new in android. My app includes several activitys, when activity A switch to activity B, I am not want the animation show. How to close the activity exit/enter animation. thank! -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] debuggable=false

2012-02-11 Thread Walid Aly
I set the debuggable attribute to false but still I can debug using eclipse android:debuggable=false so what is actually its effect.? Walid -- 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] adb forward help

2012-02-11 Thread sharad dixit
hi , I am developing an app on android which requires port forward on remote machine. is there a way to forward it to remote host machine port i.e. from machine where android device is attached to another machine connected over LAN . $ adb forward tcp:port1 tcp:port2 ( it only forward port

[android-developers] Can anyone please post the sample test script of Selenium web driver with Android

2012-02-11 Thread venky
I am working on mobile automation.I am looking for the sample scripts like opening the android browser and searching for something in Google. So can anyone post the procedure and how to execute the test script. Thanks a lot. -- You received this message because you are subscribed to the Google

Re: [android-developers] listview search improve performance

2012-02-11 Thread subodh agnihotri
when i am running my project it is showing me error saying : 02-09 16:27:04.412: E/dalvikvm(251): Unable to open stack trace file '/data/anr/traces.txt': Permission denied -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Unable to Access the internet in the Android Emulator

2012-02-11 Thread venky
Hi Friends, I am working on Selenium web Driver with Android,I am very new to this Technology, and facing some problem in the setting up the environment.I can open the Android Emulator,but unable to access the internet in the emulator,so can you please help me out in this. Thanks in advance.

[android-developers] error in reading file

2012-02-11 Thread subodh agnihotri
Hello everyone, I am developing location based project on android using eclipse helios. I have completed my coding but it shows runtime error: 02-09 16:27:04.412: E/dalvikvm(251): Unable to open stack trace file '/data/ anr/traces.txt': Permission denied. Any suggestions. I am using Eclipse Helios

[android-developers] hoe can I develope an app?

2012-02-11 Thread Asaf Nassi
I want to lorn to develop an app but Without eclipse, this eclipse flue in bugs an its don't work good... -- 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] Sindhi Language Support on Android

2012-02-11 Thread Zubair Chandio
Can any one tell me that what is the process to create language support in Android? I can see Sindhi language fonts/alphabet letters when I a open a Sindhi website or receive an sms but the fonts/ alphabet letters are separated not in a words form. Thats shows that fonts/letters are supported by

Re: [android-developers] Need to create a back up service for Android 2.3

2012-02-11 Thread Kristopher Micinski
On Thu, Feb 9, 2012 at 3:52 PM, shalini shalinigupta2...@gmail.com wrote: Need a hidden service to run on Android 2.3. After install no configuration is needed. All configuration built into app. Which can store my data on FTP or internet at specified time. How can I do this...and how much time

[android-developers] Re: How can I calculate temperature of battery?

2012-02-11 Thread JP
http://lmgtfy.com/?q=Android+ACTION_BATTERY_CHANGED+in+Celcius Celcius is simply the value you receive via ACTION_BATTERY_CHANGED divided by 10 On Feb 9, 5:12 am, mc maqiut...@gmail.com wrote: When I use ACTION_BATTERY_CHANGED to get temperature of BATTERY, but the number of temperature is

[android-developers] Re: Internet connection

2012-02-11 Thread Jonathan S
https://developer.android.com/training/monitoring-device-state/connectivity-monitoring.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: XMLbeans on Android

2012-02-11 Thread Jonathan S
I'm sure there is no plans for integrated it to Android. You can use XMLPullParser -- 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

Re: [android-developers] Help with strange OpenGL ES 2.0 Methods

2012-02-11 Thread Romain Guy
It looks like a bug. I'll forward your email to our engineer in charge of the GLES20 bindings. On Thu, Feb 9, 2012 at 1:21 AM, Th Chan harry.c...@gearshiftstudio.com wrote: Hi, I'm trying to use the functions below from GLES20 in Android with API level 14. Can someone shed some light on why

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-02-11 Thread Ming
Thx all, with the effort of two days, now I can read the data from the device But Do you all can get the same data displayed on the screen? I cannot parse the data correctly. As I know, the data should follow the ieee100407,but it seems that it does not follow 100%... I search for the Internet

<    1   2