[android-developers] Re: New SDK Manager (14) do not recognise JDK JAVA path on windows 7

2011-10-21 Thread Gregg Reno
I had this problem. Try this: - In Eclipse, select the Help -> Check for Updates menu. If it updates the Android Developer Toolkit, great. That alone might do it - If that doesn't work, go to Help -> Install New Software. - Click the drop down list and look for an item for https://dl-ssl.google.

[android-developers] Re: sqlite help

2011-10-21 Thread erik wagner
Thanks Mark and Joel, very appreciated. Now I know what I will be doing this weekend On Oct 21, 12:56 pm, Joel Witherspoon wrote: > On Fri, Oct 21, 2011 at 10:33 AM, Mark Murphy wrote: > > > On Fri, Oct 21, 2011 at 1:31 PM, erik wagner > > wrote: > > > I am wondering if anyone has a simple S

[android-developers] Re: Drop of active installs, surge of 1-star ratings

2011-10-21 Thread Dario Rapisardi
Same issue here, ridiculous drop of active installs in just 1 day but without the 1-star ratings. Everything else seems normal. On Oct 20, 6:54 am, binarytoys wrote: > Have same issue, but without 1-star ratings. But overall ratings > number was slightly decreased. From other side activeinstallsd

[android-developers] Issue with selecting tabs

2011-10-21 Thread archerspara...@sixrq.com
I have a Tabbed application, single activity. I have developed and tested this fine with an HTC Desire and the emulator, all running API 8. Everything works fine, however now I have published the app to the market I have tried other devices and they are not working. I am unable to use the touch scr

[android-developers] Getting GlobalTime App to run.

2011-10-21 Thread Jay Hubbert
I am new to android but not to Java so I can kind of tell what is going on. I downloaded the GlobalTime App just to play around but notice that I am missing two packages that the Clock.java and GlobalTime.java are importing. The packages are: android.pim.DateUtils android.opengl.Object3D So do I

[android-developers] Re: How to get Super user permission at App level ?

2011-10-21 Thread German Castignani
Hi, I've a similar issue while trying to trace the value of /sys/ devices/virtual/net/eth0/wireless/retries ... I read the file but a value of 0 is always given. But running as su in adb shell allows me to access, but anyway, it is not accessible from the application... Any idea for this ? On 22

[android-developers] Does android 4.0 ice cream sandwich support arabic natively (properly) ?

2011-10-21 Thread AhmadOOka
does it support arabic properly ? Right-to-left and connected characters and everything natively ? -- 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

[android-developers] How to get LoaderManager in a ListActivity

2011-10-21 Thread Himanshu Bansal
I am using compatibility package for implementing CursorLoader in API level < 11 As per the doc, I have imported the support packages and implemented the LoaderManager.LoaderCallbacks, but next I have to call: getSupportLoaderManager() and for that one has to extend FragmentActivity, and then cal

[android-developers] Start taking more control

2011-10-21 Thread Alex
It's been said before that Google would try to stop the fracturing and reign in control. So far nothing has happened. I'm tired of not being sure when my particular phone will get an OS update if it will get one at all. This is extremely frustrating and I know I'm not the only one that feels thi

[android-developers] How to use android system freetype engine in native code

2011-10-21 Thread Shuren
My app has a .so library. To reduce the its size, I wanna use the system freetype engine. But I didn't find any freetype header files in Android NDK. Could the system freetype be use external? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Emulator shows pop-up " The application OpenWnn (process jp.co.omronsoft.openwnn) has stopped unexpectedly. Please try again later"

2011-10-21 Thread Surya
Emulator is working fine on my environment. But suddenly I noticed this pop-up that shows up quite frequently. There is no code change. Not sure why this pop-up shows up. I noticed the below exception in logcat. Any suggestion please? 10-20 14:45:01.522: ERROR/AndroidRuntime(417): FATAL EXCEPTIO

[android-developers] LG android optiums

2011-10-21 Thread Megan
Befor the upadate (version 2.3.3) i could charge my phone at my compter and going into the folders and add music and save pictures to my computer i took on my phone and since that update i plugged my phone to the computer and its not dectecting my phone. I dont know what to do, and am very frustrat

[android-developers] Re: VpnService problem

2011-10-21 Thread kornhornio
I ran into exactly the same problem. I suspect there's a piece missing from the SDK or from the emulator, but I'm not really sure how to verify that. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: Scaling Xperia X10 Mini and other scaling oddities

2011-10-21 Thread DanielCV
Hello JP, XPeria X10 mini resolution: 240x320 hope this helps On Oct 21, 9:35 am, JP wrote: > Hi guys, > > I have a Layout Xml that is build up like this: > > - LinearLayout > -- RelativeLayout > Some Stuff > -- RelativeLayout > LinearLayout > RelativeLayout > MyLayout (exte

[android-developers] Re: Connection refused - rest web service

2011-10-21 Thread Abhinaw
I was trying to call a webservice from my android application and I got the same issue in connecting then I found that Android does not allow to call a webservice on the main thread. I created a separate thread to call my webservice and it worked. You can also disable this need to create a separate

[android-developers] Re: USB Host API on XOOM tablet

2011-10-21 Thread Juraj Petrovic
Hi Anil, I have the same problem with Xoom and I have to say its fault of Motorola devs because I have created application depending on this for Acer Iconia A500 and it works great but In Xoom I have no usb device listed nor any intents received after plugging in usb device.. :// I use code similar

[android-developers] Detetc Touch Events When phone is locked

2011-10-21 Thread Hemant Chaudhari
Hello, I want to detect touch event when phone is locked. Is it possible or is there any work arround for it? -Hemant -- 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: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-21 Thread Emilio
I've tried everything I found on the web, even reinstalling ADT, and nothing happens: the emulator doesn't boot, for any target, not only 14. On Oct 20, 10:17 am, Mark Murphy wrote: > On Thu, Oct 20, 2011 at 8:12 AM, MN Mojo wrote: > > I am also seeing the same problem. Its not at all loading fo

[android-developers] help required to handle the exception in android

2011-10-21 Thread Bukhari
Hi, I am beginner in android programming. I was trying to repeat the example which is described in the following video tutorial http://www.xtensivearts.com/2009/07/18/episode-3-using-buttons/ Every thing is going fine. But when i try to debug and run. My simulator gives me an error. "'Unfortunat

Re: [android-developers] LG android optiums

2011-10-21 Thread Appaholics
Check on a public forum specific to your phone or manufacturer. This list is for the Android SDK and related questions. Thanks On Fri, Oct 21, 2011 at 3:48 AM, Megan wrote: > Befor the upadate (version 2.3.3) i could charge my phone at my > compter and going into the folders and add music and s

Re: [android-developers] Getting GlobalTime App to run.

2011-10-21 Thread Mark Murphy
What is this "GlobalTime App"? It looks like maybe it was from 2007, before we had an Android SDK, or something. On Fri, Oct 21, 2011 at 3:59 AM, Jay Hubbert wrote: > I am new to android but not to Java so I can kind of tell what is > going on. I downloaded the GlobalTime App just to play around

Re: [android-developers] How to use android system freetype engine in native code

2011-10-21 Thread Mark Murphy
There is an android-ndk Google Group that may be better able to answer your NDK question. On Fri, Oct 21, 2011 at 12:08 AM, Shuren wrote: > My app has a .so library. To reduce the its size, I wanna use the > system freetype engine. But I didn't find any freetype header files in > Android NDK. Cou

Re: [android-developers] How to get LoaderManager in a ListActivity

2011-10-21 Thread Mark Murphy
http://stackoverflow.com/questions/7834647/how-to-get-loadermanager-in-a-listactivity/7836299#7836299 On Thu, Oct 20, 2011 at 7:25 AM, Himanshu Bansal wrote: > I am using compatibility package for implementing CursorLoader in API > level < 11 As per the doc, I have imported the support packages a

Re: [android-developers] help required to handle the exception in android

2011-10-21 Thread TreKing
On Fri, Oct 21, 2011 at 2:46 AM, Bukhari wrote: > Every thing is going fine. But when i try to debug and run. My > simulator gives me an error. "'Unfortunately, GNu has stopped". > > I tried to add try, catch in that case program works fine but its > shows only the layout. > If you just catch th

Re: [android-developers] Does android 4.0 ice cream sandwich support arabic natively (properly) ?

2011-10-21 Thread Romain Guy
We greatly improved support for BiDi text in Android 4.0, both display and editing. On Thu, Oct 20, 2011 at 6:58 AM, AhmadOOka wrote: > does it support arabic properly ? Right-to-left and connected > characters and everything natively ? > > -- > You received this message because you are subscrib

Re: [android-developers] Re: Renderscript problems in SDK 14

2011-10-21 Thread Xavier Ducrohet
hey all, I put a workaround for this issue in http://code.google.com/p/android/issues/detail?id=21006 On Fri, Oct 21, 2011 at 6:58 AM, RodneyJLambert wrote: > Paul, > > I am seeing the same problem on Windows and Linux systems.  Even the > sample projects like the RenderScript/MiscSamples projec

Re: [android-developers] Re: Renderscript problems in SDK 14

2011-10-21 Thread Romain Guy
I have forwarded this issue to our Renderscript team. On Fri, Oct 21, 2011 at 6:58 AM, RodneyJLambert wrote: > Paul, > > I am seeing the same problem on Windows and Linux systems. Even the > sample projects like the RenderScript/MiscSamples project do not > compile. It looks like the Android te

[android-developers] Re: setRoaming in ServiceState

2011-10-21 Thread Priyank
anyone? On Oct 20, 4:16 pm, Priyank wrote: > Hi, > > I was trying to set data roaming on my phone programmatically. > But when I try to do it using the setRoaming method available in the > ServiceState class, I dont see the change take place on my phone. > > I am doing something like this: > Serv

[android-developers] Re: How to get the brand and name of the device

2011-10-21 Thread MobileVisuals
Sure, I can package all the code in one APK file, but I need to be certain of the brand name. I can't access Build.BRAND, I get "MANUFACTURER cannot be resolved or is not a field" I am not sure what you mean with "have code that picks one at runtime, and provide a way for the user to override in t

[android-developers] ADT r14 - Conversion to Dalvik format failed with error 1

2011-10-21 Thread Ben H
since updating ADT to r14, i've been plagued by the bug described here http://code.google.com/p/android/issues/detail?id=20398 and here http://stackoverflow.com/questions/7823312/problems-building-with-adt-r14 i was surprised that i couldn't find a thread about this bug in this group. i'm hopin

[android-developers] Divider between LinearLayouts not working

2011-10-21 Thread Marcos Paulo
Hi, I have a LinearLayout with 2 LinearLayouts inside, it can be 2, 3 depends on the server and I don't want to use listview. I want a divider between the LinearLayouts that are inside the rooter LinearLayout. I set the divider property and set showDividers to middle but it's not working. Does an

[android-developers] NFC challenge/response

2011-10-21 Thread LS
Hi everyone I'm looking in to NFC for a project I have on the table, and one of the requirements is for an NFC message to be sent from a mobile device (nexus) to a non-android device (target), which should process the message and return an NFC response. Now, I understand that under normal circums

[android-developers] gles and android UI integration

2011-10-21 Thread chrisn
Is there a way to implement a custom android UI widget using gles? Are there any rules about doing this? Also, can get the GLES framebuffer of the current UI of my application back so I can do a post-screen effect like motion blur or something? Essentially, what is the depth of the GLES and andro

[android-developers] Re: How to display NDEF message ?

2011-10-21 Thread PaulK
Using: java.lang.String.String(byte[] bytes) simply do: String b1 = new String(t1) On Oct 21, 10:13 am, xiaoailsa wrote: > Hi: >     I want to write ndef message in the mifare ultralight card , and > communicate with NFC phone. For example:first i write "http://www.google.com"; > in to the ca

[android-developers] Deploy crashes eclipse

2011-10-21 Thread Máté Gulyás
After ~10 deploy, eclipse crashes during compiling. I got the following error: "Unable to execute dex: GC overhead limit exceeded GC overhead limit exceeded". I have to restart eclipse every time htis happens. This started after updating to r14. Android DDMS14.0.0.v201110171935-205994 Android D

[android-developers] Android RTSP media format-supported, please

2011-10-21 Thread google chrome comic
Hi, developers. I tried to play .mp3 media with rtsp protocol with MediaPlayer Class. It doesn't work. My code fragment like below [=== code fragment ===] String strPath = "rtsp://{server_ip}:8554/sleepAway.mp3"; MediaPlayer mp = new MediaPlayer(); mp.setDataSource(strPath); mp.

[android-developers] Re: Automatic /dev/bus/usb permissions for libusb/jni applications

2011-10-21 Thread neulwb
i also need help for the same issue, what's more, my android device deny to use adb root comman, which with info "adbd cannot run as root in production builds", neither "chmod 666" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Native activity and Intents

2011-10-21 Thread chris
Greetings, I am looking into porting a c++ application to Android 2.3 and above. This application runs a dataset composed of a main file along with a resource directory; much like a game engine where the game was completely specified by the dataset. I would like users to be able to click on the m

[android-developers] Re: VpnService problem

2011-10-21 Thread Maxim Aleshko
the same thing. maybe there is an example of VpnService usage ? On Oct 20, 12:36 am, polarsun wrote: > Hi, > > I'm trying to use the new Android 4.0 VPN framework with the Emulator. > > In my sample app I'm calling: > > Intent intent = VpnService.prepare(SimpleVpnActivity.this); >       if(null !

[android-developers] Re: Renderscript problems in SDK 14

2011-10-21 Thread Paul
I filed a bug here: http://code.google.com/p/android/issues/detail?id=21006 On Oct 21, 9:58 am, RodneyJLambert wrote: > Paul, > > I am seeing the same problem on Windows and Linux systems.  Even the > sample projects like the RenderScript/MiscSamples project do not > compile.  It looks like the A

[android-developers] Read eth0 wireless stats

2011-10-21 Thread German Castignani
Hi all... I'm trying to read some WLAN statistics from my application. These stats are located in /sys/devices/virtual/net/eth0/statistics (tx_packets and rx_packets) and in /sys/devices/virtual/net/eth0/ wireless (retries). I've no problem to read the tx_packets and rx_packets. However I'm not

[android-developers] Xperia Play R800x Bootloader

2011-10-21 Thread paxchristos
Hello, I'm just curious if there is a time table for allowing unlocked bootloaders for CDMA Users, or is it that Verizon has asked SE not to allow the bootloader to be unlocked (for a while on XDA-Developers, they had a way to get a unlock key from your site for CDMA phones, so we know it's on you

[android-developers] Re: Automatic /dev/bus/usb permissions for libusb/jni applications

2011-10-21 Thread neulwb
i have the same issue. what's more, my android device deny to use adb root command to "chmod 666". need help! -- 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 unsub

[android-developers] Bug in Android (2.1?) yaffs2 affecting file names with 256 character length?

2011-10-21 Thread bullipirat
Hello, on my device (BASE branded "Lutea", ZTE blade running Android 2.1- update1, Kernel 2.6.29 zte-kernel@Zdroid-SMT) I recently discovered an odd behaviour concerning files with names of length 255. These files were left behind in the cache of an application (badoo), and could not be removed, e

[android-developers] Re: How to get the brand and name of the device

2011-10-21 Thread lbendlin
on the Nexus One Build.MANUFACTURER returns "HTC". You should be able to use Build.Model across all devices. -- 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 unsubs

Re: [android-developers] Re: How to get the brand and name of the device

2011-10-21 Thread Kostya Vasilyev
21.10.2011 22:59, MobileVisuals пишет: Sure, I can package all the code in one APK file, but I need to be certain of the brand name. I can't access Build.BRAND, I get "MANUFACTURER cannot be resolved or is not a field" I meant Build.MANUFACTURER: http://developer.android.com/reference/android/

[android-developers] Re: Divider between LinearLayouts not working

2011-10-21 Thread lbendlin
you could make the divider another linearlayout with height 1 ? -- 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-d

Re: [android-developers] Re: Drop of active installs, surge of 1-star ratings

2011-10-21 Thread Kostya Vasilyev
My active installs dropped from 845K to 570K over October 17th / 18th. Guess those Market stats algorithms are never good enough. I'm sure glad they keep improving :) There is an issue listed here: http://www.google.com/support/androidmarket/developer/bin/static.py?page=known_issues.cs&hl=en

[android-developers] View visibility

2011-10-21 Thread Christopher Van Kirk
So, I'm trying to control the visibility of a view in my app with setVisibility, but it's not working. Here's what I do. The layout doesn't specify visibility, so it gets the default visibility of "VISIBLE". The layout looks like this: FrameLayout { SurfaceView // background LinearLa

Re: [android-developers] View visibility

2011-10-21 Thread Mark Murphy
I have had no problems with this, though I have been using View.GONE. Here is an (old) sample app that worked the last time I tried it: https://github.com/commonsguy/vidtry There are top and bottom panels that appear and disappear based on touch events, with a SurfaceView underneath for playing b

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-21 Thread avillar
Maybe an error? I notice that in android 3.0 in portrait the scroll are slow (x offset only in range 0.25-0.75) and in the other versions have full range. Maybe in 4.0 they forget something hopefully On 21 oct, 13:56, Darren K wrote: > HTC did this in the Sense 3.0 launcher as well. And I did

Re: [android-developers] View visibility

2011-10-21 Thread Christopher Van Kirk
Thanks for the quick reply, Mark. I'll have a look at that and get back. On 10/22/2011 3:44 AM, Mark Murphy wrote: I have had no problems with this, though I have been using View.GONE. Here is an (old) sample app that worked the last time I tried it: https://github.com/commonsguy/vidtry There

[android-developers] trying to get the opengl-es10 tutorial to work

2011-10-21 Thread netskink
Hi, I am doing the opengl-es10 tutorial available here: http://developer.android.com/resources/tutorials/opengl/opengl-es10.html I have done up to the part where the green triangle should appear. Unfortunately it does not. I've put a breakpoint in onSurfaceCreated() routine to make sure its hitt

Re: [android-developers] Getting GlobalTime App to run.

2011-10-21 Thread String
On Friday, October 21, 2011 7:33:28 PM UTC+1, Mark Murphy (a Commons Guy) wrote: What is this "GlobalTime App"? It looks like maybe it was from 2007, > before we had an Android SDK, or something. That's about right. It was a very VERY early code example, never widely distributed even at the ti

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-21 Thread String
I'm on the fence whether to report this as a bug, or just assume it's by design. Opinions? String -- 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

[android-developers] Re: Can not find the address on the map in a real device (mobile phone)

2011-10-21 Thread Ali Chousein
Just a wild guess; maybe your phone has Internet connectivity problem??? (Internet connectivity it's necessary for geocoding) - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant htt

Re: [android-developers] View visibility

2011-10-21 Thread Christopher Van Kirk
Hi there. Just wanted to say that controlling the visibility of the outer container worked perfectly, just like your sample. Thanks Mark! Cheers, Chris... On 10/22/2011 3:44 AM, Mark Murphy wrote: I have had no problems with this, though I have been using View.GONE. Here is an (old) sample a

[android-developers] How to remove the logcat's prompt box of ADT 14

2011-10-21 Thread Carl
Hi, I updated to ADT 14 and SDK about android 4.0, but there is a prompt box of logcat, but i don't like it, is there anyway to remove it or not display it? I found eclipse---preference--logcat, but I could not find anyplace that can hidden this? thanks very much -- You received this message be

[android-developers] emulator 4.0 and library project

2011-10-21 Thread ets23
With adt14 and android emulator 4.0 I have some problems when i made changes on a library source code and then I run the app who uses the library, eclipse doesn't relaunch the app but it bring the app to the front. This doesn't happen on a 2.3.5 nexus s, it relaunch the app when i modify the libra

[android-developers] How to remount sd card on emulator?

2011-10-21 Thread Alex
Hello! I beg you pardon in advance if i put my question in wrong group, but i haven't found another one more appropriate... How to remount cd card on emulator without "noexec" parameter? I need to execute some "exe"s... Is it feasible at all? I've chosen /mnt/sdcard due to possibility of pushing

[android-developers] How to send a message using sendDataMessage() for more than 133 bytes in android?

2011-10-21 Thread priya
I am developing an SMS application where i am sending a message using sendDataMessage function of API level 3,but if i try to send more than 133 bytes i am getting a null pointer exception as shown below WARN/System.err(223):java.lang.NullPointerException WARN/ System.err(223):at android.telephony

[android-developers] NFC support for ACR122u device

2011-10-21 Thread Sathish Kumar
Hi Team, I need your help for the connection and exchange of Nexus S Device and ACR122U NFC card reader exchange through NFC, Is it possible to do I trying figure it out, but lagging. Can you Please help me... Thank a lot in advance... I LOVE ANDROID & Google... Regards Sathish

[android-developers] How can we control the background data for Individual Apps ?

2011-10-21 Thread Vineet Shukla
I did a little study on Android 4.0 (ICS) features and learned that -- Based on their data plans, users can optionally set warning levels or hard limits on data usage or disable mobile data altogether. Users can also manage the background data used by individual applications as need

[android-developers] updating new notification

2011-10-21 Thread ritu
i am using following code to get notifications from a service nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); Intent intent = new Intent(this,test.class); PendingIntent pi = PendingIntent.getActivity(this, 0, intent,Notification.FLAG_AUTO_CANCEL); String b

[android-developers] is it possible to send notification from a running service?

2011-10-21 Thread ritu
I am creating an application in which service is polling a remote servlet using timer task , I want my service to send notification when response from server is 1 . Here is my code: import java.util.Timer; import java.util.TimerTask; import android.app.Notification; import android.app.Notificati

[android-developers] android 4.0 webview

2011-10-21 Thread ets23
i've an issue with the webview in android 4.0, the webview is empty with every page i try to load even if the page is loaded here's my code setContentView(R.layout.browser); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN); webview = (Web

[android-developers] The developer tools don't work as they should

2011-10-21 Thread sebastian_bugiu
First question: Why did you add gpu emulation option if the there is no gpu emulation and setting it to yes makes the emulator not start?? Second question: Why when editing AVD and adding cache partition support you can no longer click on new (I mean you can click just nothing happens)?? Third qu

[android-developers] Choosing not to export renderscript functions

2011-10-21 Thread Edwin Vane
Hi, I have a utility function I've defined in blah.rsh file and an implementation in blah.rs file. The function takes an argument by pointer and thus cannot be exported since there's no way to represent this function in Java. I would like to use said function in foo.rs. I know of the workaround to

[android-developers] How to use setNotificationMarkerPosition with handler to get notification in another thread other than main

2011-10-21 Thread vikas44
Hello, I am using audio track with the combination of setNotificationMarkerPosition & setPlaybackPositionUpdateListener to get more data from native side. now the problem is my main UI thread is busy all the time becoz onMarkerReached notification is coming so frequently to main thread and then I

[android-developers] EditText Fields as scrollview - I have 13 EditText Not all of them Visible

2011-10-21 Thread Amnonr
The scrollView is not display,only the first edit test is display I am having problem with the loswet 12 editText fields. They are not visible. Here is my layout file. Please let me know if anybody finds out the problem. thx CODE:.

[android-developers] Android Emulator internet connectivity Problem

2011-10-21 Thread manish sandhan
I m new in android... I m not able to connect my android emulator to internet neither from my app nor from the android browser. I have tried adding " " in xml..but still in did not help.. I have added hardware like GPS and Modem from the android sdk manager... Still it did not work pls help... p

[android-developers] Re: Drop of active installs, surge of 1-star ratings

2011-10-21 Thread Sebioff
Similiar situation over here, active install count dropped by ~20% (was always rising before) and the amount of ratings grew from 60 to 85 (all without comment, but all 5-star as far as I can tell). For the install count I can only guess that Google did some changes to how the statistics are collec

[android-developers] Re: Ice cream sandwich gpu emulation issue

2011-10-21 Thread sebastian_bugiu
Then why did they add gpu emulation option in the emulator editor?? It wasn't there before On Oct 20, 6:26 am, Xavier Ducrohet wrote: > Gpu emulation is not supported yet. > On Oct 19, 2011 3:33 PM, "sebastian_bugiu" < > > > > > > > > sebastian.bugiu.reloa...@gmail.com> wrote: > > If I have g

Re: [android-developers] Re: Debugging library projects with ADT 14

2011-10-21 Thread Siva Velusamy
Workaround: https://groups.google.com/group/adt-dev/msg/c1f4d73072f8b0e8 On Thu, Oct 20, 2011 at 3:14 PM, b0b wrote: > the ADT theam must issue a fix for that, as the source is not attached to > the (now) generated Android Library jars. > > It also affects "Open Declaration" (F3). > > -- > You

[android-developers] Re: VpnService problem

2011-10-21 Thread Face
I'm seeing the exact same behavior here and wondering if there's something I'm overlooking. Were you able to fix this issue? On Oct 19, 5:36 pm, polarsun wrote: > Hi, > > I'm trying to use the new Android 4.0 VPN framework with the Emulator. > > In my sample app I'm calling: > > Intent intent =

Re: [android-developers] Re: text color of a ListView

2011-10-21 Thread siva prakash
you can define your own text syle On 08/18/2011 02:40 AM, bob wrote: This didn't work. On Aug 17, 2:45 pm, Jeremy Dagorn wrote: Hi, In your xml layout file : Best, On Aug 17, 11:29 am, bob wrote: Anyone know an easy way to change the text color of a ListView on Android? -- You r

[android-developers] Re: VpnService problem

2011-10-21 Thread polarsun
Can somebody check if the same error happens on device builds as well? On Oct 21, 12:21 am, Maxim Aleshko wrote: > the same thing. maybe there is an example ofVpnServiceusage ? > > On Oct 20, 12:36 am, polarsun wrote: > > > > > > > > > Hi, > > > I'm trying to use the new Android 4.0 VPN framewor

[android-developers] Support Language And Messages

2011-10-21 Thread The Somking Android
We love the android system but we can use it without Arabic language Support, what harm if you add more languages ! How your marketing people ignore that more languages integrated more sellingwhich is very important than more other improvements you are doing.and That why

Re: [android-developers] can't find info for Google GCP Intent for Android

2011-10-21 Thread B Lyon
was wondering the same thing - finding out about GCP is strangely a bit confusing. Mark Murphy in a more recent post here (Sept 9) suggested just put the file somewhere your computer can get to (email, dropbox, etc.) and then print from there which leads me to believe there's probably not a cl

Re: [android-developers] How can we control the background data for Individual Apps ?

2011-10-21 Thread Mark Murphy
There is no API, AFAIK. This is a feature of the settings application. On Thu, Oct 20, 2011 at 1:39 PM, Vineet Shukla wrote: > I did a little study on Android 4.0 (ICS) features and learned that > -- > Based on their data plans, users can optionally set warning levels or > hard li

[android-developers] Re: Does android 4.0 ice cream sandwich support arabic natively (properly) ?

2011-10-21 Thread AhmadOOka
Can anybody provide a screenshot of any arabic website on stock ice cream sandwich ex. Aljazeera.net On Oct 21, 8:46 pm, Romain Guy wrote: > We greatly improved support for BiDi text in Android 4.0, both display and > editing. > > On Thu, Oct 20, 2011 at 6:58 AM, AhmadOOka wrote: > > does it su

Re: [android-developers] Re: Ice cream sandwich gpu emulation issue

2011-10-21 Thread Xavier Ducrohet
the emulator can (sort of) do emulation but you need a system image that supports it. We haven't released any yet. If it was ready we would have announced it. Xav On Thu, Oct 20, 2011 at 6:00 AM, sebastian_bugiu wrote: > Then why did they add gpu emulation option in the emulator editor?? It > w

Re: [android-developers] ADT r14 - Conversion to Dalvik format failed with error 1

2011-10-21 Thread Xavier Ducrohet
hey, we have a migration note at the end of but obviously we should have put this more forward. A great explanation of the issue and how to fix it is here: http://android.foxykeep.com/dev/fix-the-conversion-to-dalvik-format-failed-with-error-1-with-adt-14 On Fri, Oct 21, 2011 at 12:00 PM, Ben H

Re: [android-developers] ADT r14 - Conversion to Dalvik format failed with error 1

2011-10-21 Thread Xavier Ducrohet
Forgot to add the link to the migration, but looking at it I can't find it :\ Will put official information up soon. On Fri, Oct 21, 2011 at 2:08 PM, Xavier Ducrohet wrote: > hey, > > we have a migration note at the end of but obviously we should have > put this more forward. > > A great explana

[android-developers] Android repository missing platform packages? Help!

2011-10-21 Thread Ben H
i recently reinstalled the android sdk because of this infuriating build bug in r14. when i open the android sdk manager, i do not see any platform packages available. i installed r12 of the sdk tools, and i see the r14 package available, but nothing else. where's all the platform packages, docs, e

Re: [android-developers] ADT r14 - Conversion to Dalvik format failed with error 1

2011-10-21 Thread Ben H
thanks, xavier, but i tried that and it didn't work for me. i'm trying to reinstall the entire sdk because of this problem, but am now encountering problems downloading the platform packages. they seem to be missing from the android repository. shouldn't there be more listed here than just the

Re: [android-developers] Android repository missing platform packages? Help!

2011-10-21 Thread Mark Murphy
You need the r14 tools AFAIK. On Fri, Oct 21, 2011 at 5:19 PM, Ben H wrote: > i recently reinstalled the android sdk because of this infuriating > build bug in r14. when i open the android sdk manager, i do not see > any platform packages available. i installed r12 of the sdk tools, and > i see t

Re: [android-developers] ADT r14 - Conversion to Dalvik format failed with error 1

2011-10-21 Thread Xavier Ducrohet
R14 use a different repository file due to a schema change. On Fri, Oct 21, 2011 at 2:24 PM, Ben H wrote: > thanks, xavier, but i tried that and it didn't work for me. > > i'm trying to reinstall the entire sdk because of this problem, but am now > encountering problems downloading the platform p

[android-developers] Tracking issues in r14

2011-10-21 Thread Xavier Ducrohet
Hi all, There is a number of known issues in r14 that have workarounds. We are tracking them at http://tools.android.com/knownissues I highly recommend you hit this link if you have problems. We are working on fixes. Xav -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.andr

Re: [android-developers] EditText Fields as scrollview - I have 13 EditText Not all of them Visible

2011-10-21 Thread Justin Anderson
I'm not sure what the problem is, but I can tell you that your XML contains WAY too many relative layouts... I can't really think of a reason that you would need to have two relative layouts side-by-side... You don't need to wrap each TextView/EditText pair in their own RelativeLayout. The whole

[android-developers] Re: Android repository missing platform packages? Help!

2011-10-21 Thread Ben H
Hmm so does that mean that anything prior to r14 is unsupported? That would be extremely disappointing. I can't use r14 right now because of the build bug. None of the available fixes work for me. I'm completely dead in the water here. On Oct 21, 2:25 pm, Mark Murphy wrote: > You need the r14 too

[android-developers] Re: ADT r14 - Conversion to Dalvik format failed with error 1

2011-10-21 Thread Ben H
That's a major problem for me. I need to release an update to my Android app right now, and I'm stuck. I can't use r14, and I can't go back to r12. Is there a place where I can download the platform packages directly? On Oct 21, 2:28 pm, Xavier Ducrohet wrote: > R14 use a different repository fi

Re: [android-developers] Re: Android repository missing platform packages? Help!

2011-10-21 Thread Xavier Ducrohet
Did you look at http://tools.android.com/knownissues ? We have information on either fixing a bad migrations or workaround actual bugs. If you really want to use an older version: - Make a copy of tools r12/13 and of the platform-tools r7 - Upgrade one copy to r14 - download all the targets. - cop

Re: [android-developers] Re: Android repository missing platform packages? Help!

2011-10-21 Thread Ben H
yes, i did try the suggested solution at http://tools.android.com/knownissues. it didn't work. thanks for the workaround to use r12. i'll try it. an ftp site would be nice in the future, as a backup to the sdk manager. -- You received this message because you are subscribed to the Google Group

[android-developers] Android Calendar to sync after adding events programmatically

2011-10-21 Thread David Toledo
Hi All Exist some trigger Android Calendar to sync new events after adding events programmatically Thanks David -- 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 un

[android-developers] Apple plist files

2011-10-21 Thread bob
I've been commissioned to convert an iphone app to Android. However, the app makes extensive use of Apple plist files, which are described here: http://en.wikipedia.org/wiki/Property_list I had to deal with these things before in another Android project, and it was a huge pain. Anyone know of a

Re: [android-developers] Apple plist files

2011-10-21 Thread Miguel Morales
Try looking for a simple java library that deals with plists. It's funny because I've been researching this myself but for Perl. On Fri, Oct 21, 2011 at 3:34 PM, bob wrote: > I've been commissioned to convert an iphone app to Android. > > However, the app makes extensive use of Apple plist files

[android-developers] Re: VpnService problem

2011-10-21 Thread polarsun
Just for reference, I have filed this bug to address the issue: http://code.google.com/p/android/issues/detail?id=21030 On Oct 21, 12:28 pm, polarsun wrote: > Can somebody check if the same error happens on device builds as well? > > On Oct 21, 12:21 am, Maxim Aleshko wrote: > > > > > > > > > th

Re: [android-developers] Re: Connection refused - rest web service

2011-10-21 Thread Dalton Cézane
Thank you all men. I am using Apache now and when I am debugging I see that the message is sent like "BAD REQUEST"... Must I put some headers in the message? I am not doing that. I am still working in the main thread... Do you think if I create another my problem disappears? Have a good weekend!

Re: [android-developers] Re: VpnService problem

2011-10-21 Thread Xavier Ducrohet
Yes the VPN team forgot to put a component in the emulator system image. we'll update it. On Thu, Oct 20, 2011 at 9:57 AM, kornhornio wrote: > I ran into exactly the same problem.  I suspect there's a piece missing from > the SDK or from the emulator, but I'm not really sure how to verify that. >

  1   2   >