Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread Jonas Petersson
Hi all, On 2011-10-19 19:43, sblantipodi wrote: is there someone else who have this problem and is not using a snapshot? personally I was be able to start in WXGA resolution only the first time. I have not had time to properly experiment with this, but I've created a few ICS images with and w

[android-developers] Re: How to transfer data between Android and Iphone

2011-10-19 Thread Anil Jagtap
If you want to do it one time, then copy in some computer and copy again to other device. If you need frequent data transfer then AFAIK, you need some service stand in between iPhone and Android , like a web server. Then you can write web services to send and receive data. No easy way than this I c

[android-developers] Re: DRM implementation

2011-10-19 Thread Manish Garg
Hi All, I have one more query on the implementation of DRM: 1. If a user has purchased one item and it get downloaded on their device, now if user changes his device? Can they again download it free of cost? 2. If after purchasing, user can do multiple download then how does it check for illegal

[android-developers] Re: How is RockPlayer doing hardware decoding?

2011-10-19 Thread B.Arunkumar
Hi, ffmpeg http://ffmpeg.org/ has posted that it is possible to do H/W Accelerated H.264 Decoding on Android. We downloaded the latest ffmpeg version. There is a way to compile the stagefright library with ffmpeg. We compiled it and tried to write the wrapper class for it. The decoder got initiali

Re: [android-developers] When can we expect source code release for icecream sandwich version?

2011-10-19 Thread swapnil kamble
Thanks for your info. But I didn't asked whether I will get it or not, I know that. I asked "when". If you don't know because its not clear, no need to reply. On Wed, Oct 19, 2011 at 6:34 PM, Mark Murphy wrote: > On Wed, Oct 19, 2011 at 8:50 AM, swapnil kamble > wrote: > >

[android-developers] DRM implementation

2011-10-19 Thread Manish Garg
Hi All, My requirement is to publish my application from client site instead of Android market. So I need to implement DRM. Please suggest some solution for it. Regards, Manish Garg -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] how to transfer file from android device to another android device using WIFI

2011-10-19 Thread Perumss Naren
HI all, how to transfer file from android device to another android device using wifi please provide some link. Thanks in Advance! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] SDK 14 update failing

2011-10-19 Thread Christopher Van Kirk
I'm having a lot of trouble getting SDK 14 to install properly. Has anyone seen this error before? I'm updating an SDK installation on a Win7 machine, as administrator, into c:\android-sdk. It keeps failing to overwrite the SDK manager, and then Eclipse later complains that I've got the wrong A

Re: [android-developers] Re: How to transfer data between Android and Iphone

2011-10-19 Thread Kristopher Micinski
My suggestion for this is to go through a web service. kris On Thu, Oct 20, 2011 at 12:29 AM, Perumss Naren wrote: > Hi, > >     Bluetooth is for listening music for iphone is not for data transfer > then how ? > > On Thu, Oct 20, 2011 at 1:33 AM, Ali Chousein > wrote: >> >> Have you tried blue

[android-developers] Re: Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread Mamun
Thank you very much. I posted it in stackoverflow. On Oct 20, 6:29 am, Mark Murphy wrote: > On Wed, Oct 19, 2011 at 8:07 PM, Mamun wrote: > > Here I mean, I need a sample code written in android to generate a > > video(3gp) from a bunch of images and sound file with a predefined > > delay betwee

[android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2011-10-19 Thread Peter Sinnott
Is the ANDROID_ID the id that is used to identify phones/emulators in ddms? My phone has the rather unlikely id 0123456789ABCDEF. I guess my roms maker took the xkcd approach to random numbers. http://xkcd.com/221/ On Oct 20, 4:48 am, John Coryat wrote: > It's not only the DROID2 that has this i

Re: [android-developers] Re: How to transfer data between Android and Iphone

2011-10-19 Thread Perumss Naren
Hi, Bluetooth is for listening music for iphone is not for data transfer then how ? On Thu, Oct 20, 2011 at 1:33 AM, Ali Chousein wrote: > Have you tried bluetooth? > > - > Ali Chousein > Weather-Buddy > http://weatherbuddy.blogspot.com/ | http

[android-developers] Re: About Hindi Font

2011-10-19 Thread shweta
see this link http://www.androidengineer.com/2010/08/easy-method-for-formatting-android.html On Oct 20, 6:02 am, warriorinjapan wrote: > Hi > > Does anyone of you know whether Android supports Hindi Devnagri fonts? > > Thanks > Chandan -- You received this message because you are subscribed to

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

2011-10-19 Thread Christopher Van Kirk
Did you try navigating to that URL from a browser? I did. There's nothing there. On 10/20/2011 12:17 PM, Studio LFP wrote: A connection refused error seems like there is just something off on your connection path. Have you confirmed that you are aiming the device at the correct IP and port? Ar

[android-developers] Re: Display Video view in a curved shape

2011-10-19 Thread Studio LFP
You may want to try layering windows on top of each other to create the effect you are looking for. For example, place a video window under a ImageView window. Once you have that, populate the ImageView with a solid color PNG that has a transparent shape in it. You can use a FrameLayout or Rela

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

2011-10-19 Thread Studio LFP
A connection refused error seems like there is just something off on your connection path. Have you confirmed that you are aiming the device at the correct IP and port? Are you testing on a development server inside your own network environment or a production server on the internet? What type o

Re: [android-developers] Re: Display Video view in a curved shape

2011-10-19 Thread Subin Sebastian
On Tue, Oct 18, 2011 at 9:55 PM, Chenna wrote: > Thanks Subin. > > I tried to create a shape with rectangle with rounded corners in xml > and added this as a background to VideoView. Not as background of the VideoView. Rather create a parent layout for VideoView, and set the shape as the backgr

Re: [android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2011-10-19 Thread John Coryat
It's not only the DROID2 that has this issue. There are several handsets that have this "poisonous" ANDROID_ID. In our files, there are over 140,000 users with the id 9774d56d682e549c. It's really not something that can be counted on being unique. -John Coryat -- You received this message bec

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

2011-10-19 Thread Xavier Ducrohet
Gpu emulation is not supported yet. On Oct 19, 2011 3:33 PM, "sebastian_bugiu" < sebastian.bugiu.reloa...@gmail.com> wrote: > If I have gpu emulation off everything works fine, if I turn emulation > on then I get something like this in logcat > > I/DEBUG ( 32): Build fingerprint: 'generic/goog

[android-developers] Android 4.0 Emulator crashing (emulator-arm.exe)

2011-10-19 Thread Emanuel Moecklin
Hi there I updated to the lastest SDK (including SDK Tools r14) and tried to start an Android 4.0 emulator. The emulator doesn't start and the Windows event log shows the following error: Faulting application name: emulator-arm.exe, version: 0.0.0.0, time stamp: 0x4e9c7fa8 Faulting module name: e

[android-developers] Two emulators communicate via Http

2011-10-19 Thread Weikang Wan
I have implemented Http Server on top of android service on android. I can successfully handle a simple http request: open a simple home page by browser (http://10.0.2.15:8080) on local emulator. Then I launched another emulator and try to open the home page via the browser on this emulator. But i

[android-developers] Android ADT 14, build with maven fail. Cannot create the APKBuilder object, "NullPointerException"

2011-10-19 Thread dara kok
Hello, After upgrading to the latest ADT v14, I've an issue when I build my project using maven. I've updated both the ADT and SDK tools to the latest version. Creating additional unsigned apk file /user/user-aaa/xxx-SNAPSHOT-unsigned.apk [ERROR] Cannot create the APKBuilder object java.lang.Nu

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

2011-10-19 Thread Dalton Cézane
Any tip, please? [ ]s On Wed, Oct 19, 2011 at 9:47 PM, Dalton Cézane wrote: > Hello everyone... > > I have a rest web service (already tested) and I am trying to access it > from my android app, but I am getting "Connection refused". I already added > the tag in the AndroidManifest.xml, but the

[android-developers] Re: obtain rectangle on touch

2011-10-19 Thread Studio LFP
You'll need to keep up with where you draw the squares, do some simple math to decide which one was touched and then draw that square a different color. You might be better served with... http://developer.android.com/reference/android/graphics/Canvas.html#drawRect%28float,%20float,%20float,%20fl

[android-developers] About Hindi Font

2011-10-19 Thread warriorinjapan
Hi Does anyone of you know whether Android supports Hindi Devnagri fonts? Thanks Chandan -- 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 gro

[android-developers] Re: youtube video uploading in android application

2011-10-19 Thread Anil Jagtap
100% agree with you Jim On Oct 19, 6:37 pm, Jim Graham wrote: > On Wed, Oct 19, 2011 at 12:53:38PM -0700, KAlexander Kepler wrote: > > I will ask the same question as many time same s as  needed until l get > > an answer. > > But you HAVEN'T asked a question, nor have you posted the code that's

[android-developers] obtain rectangle on touch

2011-10-19 Thread JCC
Hello, I don't know much about Android and I would like to know if you people could help. I draw a board using this: private Rect selRect = new Rect(); for (int x = 0; x <20; x++) { if( x%2!=0 ) paint.setColor(Color.CYAN); else paint.setColor(Color.GREEN);

[android-developers] Re: youtube api for android

2011-10-19 Thread Mamun
Also here is gdata sample api from code.google.com. You can download it from the link bellow http://code.google.com/p/gdata-java-client/downloads/detail?name=gdata-samples.java-1.46.0.zip&can=2&q= inside the gdata "gdata\java\sample\youtube\YoutubeUploadClient.java" should answer your interest. T

Re: [android-developers] Re: Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 8:07 PM, Mamun wrote: > Here I mean, I need a sample code written in android to generate a > video(3gp) from a bunch of images and sound file with a predefined > delay between the image frames. Creating 3GP files has nothing to do with Android. You either need a video form

[android-developers] Re: youtube api for android

2011-10-19 Thread Mamun
Hi ravi, There is a page describing the youtube java api in code.google.com. You can have a look at that page. http://code.google.com/apis/youtube/2.0/developers_guide_java.html Thanks Mamun On Oct 19, 10:36 pm, Justin Anderson wrote: > Ask youtube > > Thanks, > Justin Anderson > MagouyaWa

[android-developers] Re: Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread Mamun
Here I mean, I need a sample code written in android to generate a video(3gp) from a bunch of images and sound file with a predefined delay between the image frames. Thanks Mamun On Oct 19, 9:07 pm, Mamun wrote: > Hi, > > I am facing some problems regarding slideshow video from images in > andr

Re: [android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 7:48 PM, Nick wrote: > Bringing this back from the dead (sorry)... Has this been fixed?  What's the > current status on this? http://android-developers.blogspot.com/2011/03/identifying-app-installations.html "First, it is not 100% reliable on releases of Android prior to

[android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2011-10-19 Thread Nick
Bringing this back from the dead (sorry)... Has this been fixed? What's the current status on this? -- 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 fr

[android-developers] Connection refused - rest web service

2011-10-19 Thread Dalton Cézane
Hello everyone... I have a rest web service (already tested) and I am trying to access it from my android app, but I am getting "Connection refused". I already added the tag in the AndroidManifest.xml, but the problem still occurs. My url is: LOGIN_URL = "http://myIpHere:8000/rest"; Can anyone

Re: [android-developers] Anyone know about BSE value web service..

2011-10-19 Thread TreKing
On Wed, Oct 19, 2011 at 5:22 AM, GopalaKrishnan D wrote: > Anyone know about BSE value web service... can i get BSE details via free > webservice. pls help me What does this have to do with Android? ---

Re: [android-developers] Change package name in eclipse

2011-10-19 Thread TreKing
On Wed, Oct 19, 2011 at 2:45 AM, sam wrote: > "The application "XXX(Apps name)" (process com.X..xXX) has > stopped unexpectedly. Please try again. > > Thus, I think I make some mistake during rename my packageany solution > for me? > Debug your app. At very least post a LogCat messag

Re: [android-developers] Problem in tracking page count using google Analytics

2011-10-19 Thread TreKing
On Wed, Oct 19, 2011 at 6:24 AM, androidgeek wrote: > I am trying to make one application in which I want to track > application visit and events count. I had followed as mentioned in the > http://code.google.com/mobile/analytics/docs/android/ but I am not > able to see the visit count. It is comi

[android-developers] Re: WebView with rounded corners

2011-10-19 Thread Doug
I imagine the only clean-looking way you'll be able to do this to round the corers of the content inside the webview itself (css3), then make the background of document transparent and its entire contents would be an element with overflow to allow it to scroll vertically if needed. Doug On Oct 19

Re: [android-developers] (*env)->CallStaticVoidMethod crashes

2011-10-19 Thread Mark Murphy
Note that there is an android-ndk Google Group for NDK-related questions. On Wed, Oct 19, 2011 at 4:51 PM, BBB wrote: > Hi Everyone, > > I have an issue where (*env)->CallStaticVoidMethod is crashing. I am > caching the jvm, class and method id on JNI_OnLoad. In JNI_OnLoad i > start a thread! in

Re: [android-developers] youtube video uploading in android application

2011-10-19 Thread Jim Graham
On Wed, Oct 19, 2011 at 12:53:38PM -0700, KAlexander Kepler wrote: > I will ask the same question as many time same s as needed until l get > an answer. But you HAVEN'T asked a question, nor have you posted the code that's causing you problems. How are we supposed to help you with the app you're

[android-developers] NFC read sometimes gets stuck

2011-10-19 Thread Ralph
Hi I use NFC chips and the Nexus S NFC reader for a lot of sequential reads. We sometimes find that the NFC read process gets stuck and I have to go to settings and uncheck the NFC read option in Wifi and Networks. And then re-check it. This forces the NFC reader to stop and start and then ever

[android-developers] VpnService problem

2011-10-19 Thread polarsun
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 != intent){ startActivityForResult(intent, 1); } But the application crashes with an exception because

[android-developers] Ice cream sandwich gpu emulation issue

2011-10-19 Thread sebastian_bugiu
If I have gpu emulation off everything works fine, if I turn emulation on then I get something like this in logcat I/DEBUG ( 32): Build fingerprint: 'generic/google_sdk/generic: 4.0.1/ICS_MR0/202595:eng/test-keys' I/DEBUG ( 32): pid: 193, tid: 194 >>> /system/bin/surfaceflinger <<< I/DEBU

[android-developers] (*env)->CallStaticVoidMethod crashes

2011-10-19 Thread BBB
Hi Everyone, I have an issue where (*env)->CallStaticVoidMethod is crashing. I am caching the jvm, class and method id on JNI_OnLoad. In JNI_OnLoad i start a thread! in that thread I want to call back a java method which I am having problems with. Also should I be using JNI_VERSION_1_2 or JNI_VERS

[android-developers] onPause callback in Fragments

2011-10-19 Thread Milad khajavi
Hi, I have 4 fragments. each fragments have it's own layout and each of them have MediaPlayer and SeekBar. I have extended FragmentPageAdapter and now I can change fragments by drag them into right or left of the screen. The problem is than I want to know which fragments are active and which of th

[android-developers] Problem with ADT14

2011-10-19 Thread Darren K
I'm having issues with projects that use libraries. A lot of these issues were cleared up by downloading the Platform Tools released this morning, but resources from the library project are getting mismatched ints in the projects that use them, which causes a runtime crash. -- You received th

Re: [android-developers] youtube video uploading in android application

2011-10-19 Thread KAlexander Kepler
U r such a little girl.. On Wednesday, October 19, 2011, Justin Anderson wrote: >> I will ask the same question as many time same s as needed until l get an answer. > > The question was asked three times within a day by the same person. That is outrageous. This is an email list that is suppo

Re: [android-developers] I AM NOT A PROGRAMER. .. WHAT US THIS I HOT USING A APP...?????Android Device Log - Oct 19, 2011 3:14:39 AM

2011-10-19 Thread Jim Graham
<7kalexand...@gmail.com>wrote: >> On Wed, Oct 19, 2011 at 02:49:28PM -0600, Justin Anderson wrote: >> >> > This guy needs to be banned... Thanks to procmail and /dev/null, he is on my system :-) Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)MiSTie #49997

Re: [android-developers] Re: ADT allows me to use exact screen dimension as a resource qualifier??

2011-10-19 Thread Kostya Vasilyev
Yes, I meant the Galaxy Note, the "Tab" was a typo. If you do the math for its 5.3” WXGA (1280 x 800) screen, you'll find that it fits only one of two necessary criteria for a "Large" screen and should therefore be "normal" (or at least that's how I'm reading that chart). Anyway, things bein

[android-developers] SDK 14: Libraries no longer showing in existing projects

2011-10-19 Thread jtoolsdev
Both SDK 14 and ADT 14 installed in Eclipse and my existing projects that depend on libraries are no longer showing. Instead I'm showing com.android.ide.eclipse.adt.LIBRARIES which was never included before. What's that about? My library is included in the build path however. Removing and ad

[android-developers] enum paramenter in WebService Client

2011-10-19 Thread Nicolás Mariano Obregón
Hi all! I'm having a bit of a headache trying to pass an enum object to my webservice using KSOAP. Here's the code *This class is the WS main parameter thats owns the enum* public class MyObject implements KvmSerializable{ ... private MyEnum myEnum; ... @Override public void getPropertyInfo(in

[android-developers] Problem with ADT14

2011-10-19 Thread Joan Pujol
Hi, After updating to ADT14 resources aren't generated anymore for my existing projects. Someone has had that problem? Any easy way to repair possibly broken configuration without deleting all the workspace? (I tried repair project on Android menu) Cheers, -- You received this message becaus

[android-developers] Re: what's wrong? "curl http://Android.git.kernel.org/repo >~/bin/repo " doesn't work!

2011-10-19 Thread Trevor Johns
Looks like I spoke just a few minutes too soon. The source just went live again 30 minutes ago. Gitweb/Gerritt are still down, but the Git mirrors are online and serving code again. Details here: http://groups.google.com/group/android-building/msg/c73c14f9b0dcd15a On Oct 19, 12:54 pm, Trevor Joh

[android-developers] Re: Unknown option '--no-crunch' in latest AAPT

2011-10-19 Thread Pinheiro
> Looks like you updated to the latest eclipse plugin but didn't update > the SDK component. > aapt (part of platform-tools) revision 8 is needed to use the latest ADT. You are right, that solved the problem, thanks! -- You received this message because you are subscribed to the Google Groups "

[android-developers] Re: ADT allows me to use exact screen dimension as a resource qualifier??

2011-10-19 Thread Doug
On Oct 19, 3:25 am, Kostya Vasilyev wrote: > 19.10.2011 11:03, Doug : > > > Well, in my case, it is desirable if not perfect.  :-( > > > I work on a very high profile app and I've been in contact with a > > Samsung rep who is encouraging us to support the Galaxy Note for the > > home screen that i

Re: [android-developers] Google Analytics

2011-10-19 Thread Justin Anderson
This has nothing to do with Android... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 4:49 AM, androidgeek wrote: > i have made a site on sites.google.com > want to test how google analytics can help me count visits. > > please hel

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Doug
On Oct 19, 11:46 am, Kevin TeslaCoil Software wrote: > Disclaimer, I don't know ant so I might be doing things awkwardly. > This is by no means a packaged solution, but an idea/example for you > to build your own system with. This was closer to a better solution, but I really dislike build system

Re: [android-developers] youtube video uploading in android application

2011-10-19 Thread Justin Anderson
*> I will ask the same question as many time same s as needed until l get an answer.* The question was asked three times within a day by the same person. That is outrageous. This is an email list that is supported by people who answer questions on their own time. It sometimes takes time to get

[android-developers] Re: Unknown option '--no-crunch' in latest AAPT

2011-10-19 Thread Pinheiro
> Looks like you updated to the latest eclipse plugin but didn't update > the SDK component. > aapt (part of platform-tools) revision 8 is needed to use the latest ADT. You are right, that solved the problem, thanks! -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] custom attributes in library projects

2011-10-19 Thread Xavier Ducrohet
not yet. On Wed, Oct 19, 2011 at 12:51 AM, Izhovkin wrote: > Was this issue fixed in sdk tools r14? > > -- > 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 unsu

[android-developers] Re: Off-line Dictionary

2011-10-19 Thread prgmratlarge
This sample might help you http://developer.android.com/resources/samples/SearchableDictionary/index.html On Oct 18, 11:34 pm, hentawy wrote: > Hi everyone, > > I would like to design an off-line dictornay and I am a beginner in > android plateform. however I did some exercies using eclips. > >

Re: [android-developers] Unknown option '--no-crunch' in latest AAPT

2011-10-19 Thread Xavier Ducrohet
Looks like you updated to the latest eclipse plugin but didn't update the SDK component. aapt (part of platform-tools) revision 8 is needed to use the latest ADT. On Wed, Oct 19, 2011 at 1:11 PM, Pinheiro wrote: > Hi! > I've changed a few resources in a app, tried to run it and got the > build e

Re: [android-developers] Mail intent applications popup

2011-10-19 Thread Gianluca Mazza
Thanks, solved using SENDTO + uri :-) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@goog

Re: [android-developers] Unknown option '--no-crunch' in latest AAPT

2011-10-19 Thread Mark Murphy
Are you sure that you do not have two copies of the Android SDK floating around your machine? Perhaps Eclipse is using some SDK copy on your machine that is older. On Wed, Oct 19, 2011 at 4:11 PM, Pinheiro wrote: > Hi! > I've changed a few resources in a app, tried to run it and got the > build e

[android-developers] Unknown option '--no-crunch' in latest AAPT

2011-10-19 Thread Pinheiro
Hi! I've changed a few resources in a app, tried to run it and got the build error: ERROR: Unknown option '--no-crunch' Android Asset Packaging Tool I think the problem is not with my project (Android 2.2) but with AAPT itself since I got this error right after upgrading the libraries (Eclipse->H

[android-developers] Re: How to transfer data between Android and Iphone

2011-10-19 Thread Ali Chousein
Have you tried bluetooth? - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You received this message because you are subscribed t

[android-developers] WebView with rounded corners

2011-10-19 Thread Stefan Alder
Is there anyway to create a webview with rounded corners? I've tried creating a drawable with rounded corners and setting that as either the background of the webview, or a parent layout, but the webview always cuts over the rounded corner.I'd really appreciate any ideas. Thanks. -- You rece

[android-developers] Re: what's wrong? "curl http://Android.git.kernel.org/repo >~/bin/repo " doesn't work!

2011-10-19 Thread Trevor Johns
We've been working on it. JBQ and the rest of the team have been going through and verifying all of the commits (yes, every one) to make sure nothing has been tampered with, and I suspect they have some other work to do as well to get things online again. This is all on top of the work we've been

Re: [android-developers] Calling ListView.setSelection has no effect when called directly after adapter data was invalidated

2011-10-19 Thread Aleksey Malevaniy
OK, I've made it. But still can't understand why it works in this way: mMessageList.addAll(result); mMessageArrayAdapter.notifyDataSetChanged(); mMessageListView.clearFocus(); mMessageListView.post(new Runnable() {

Re: [android-developers] youtube video uploading in android application

2011-10-19 Thread KAlexander Kepler
I will ask the same question as many time same s as needed until l get an answer. You tell me why *cdrom, and *usb show up on my logsI have a cell phone no laptop or pc. Also *proxy server. If u font have an answer step aside. Let me communicate with someone who can help. Your not the one being ha

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

2011-10-19 Thread Alanbluefox
I have windows 7 computer and I try to upgrade to the new SDK (from 13 to 14). But the SDK manager told me he can't find the JAVA path. However All the other program could find it! I could run javac on command line, and my eclipse could RUN my test java program. So it's only the SDK who does not wo

[android-developers] Re: Error on running my hello world application

2011-10-19 Thread Marcel Arts
Do you have your cell-phone connected to your computer? if so de- connect otherwise the avd wants to run you apps on your cellphone (needs more configuration than default) On Oct 17, 2:44 pm, Zakir Hossain wrote: > Hello All: > > I am running my first android hello world application on window

[android-developers] Did Android 4.0 coming with right-to-left language support?

2011-10-19 Thread androman
For example - Hebrew and Arabic in menu titles, keyboard and alignment to right. -- 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 e

[android-developers] Problem in tracking page count using google Analytics

2011-10-19 Thread androidgeek
Hi All, I am trying to make one application in which I want to track application visit and events count. I had followed as mentioned in the http://code.google.com/mobile/analytics/docs/android/ but I am not able to see the visit count. It is coming as zero. Please help me in this. Thanks Anurag

[android-developers] Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread Mamun
Hi, I am facing some problems regarding slideshow video from images in android. My scenario is, I have some images(png or jpg) now I want to save those images in a video file(3gp) with a predefined amount of delay between the frames and also want to add a sound file within the video. Also want to

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-10-19 Thread jsykes
Will it be possible to unlock phones that are currently not unlockable? I really want to get root access, so I can load an ad blocker, permissions controls and backup software, none of which will work without root access. I don't think that these apps are anything unusual, and I miss having them o

[android-developers] Re: what's wrong? "curl http://Android.git.kernel.org/repo >~/bin/repo " doesn't work!

2011-10-19 Thread Jared
This downtime is getting old. Google needs to get their act together already and get this back online. Its been over 6 weeks now... On Oct 18, 5:51 pm, Kristopher Micinski wrote: > First, you need to use git, not curl, to fetch the source.  Download > git and get it set up on your machine, then

[android-developers] Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread mamun rashid
Hi, I am facing some problems regarding slideshow video from images in android. My scenario is, I have some images(png or jpg) now I want to save those images in a video file(3gp) with a predefined amount of delay between the frames and also want to add a sound file within the video. Also want to

[android-developers] custom zoom animation performs poorly

2011-10-19 Thread asenov.m
Hi all, I have a bit specific problem, but hopefully someone will chime in and help. I've written a custom zoom animation (posting runnables that change the target view to a handler between certain amount of time) but when i change the view's width and height it is as if I've performed a zoom arou

[android-developers] Re: Android source code not available at official site

2011-10-19 Thread Jared
I find this downtime to be ridiculous. Google prides itself on its no downtime guarantee, yet right now they are at about 85% up time, this is unheard of for Google. I know that kernel.org is providing the hosting, but Google has lots of data centers, I don't understand why they can't host this so

[android-developers] How to monitor a usb-serial device plug-in and plug-out

2011-10-19 Thread jianwei
Hello Experts: My Android device with a usb host port. I would like to have a service to monitor whether there is a usb device attached to this port. I could attach or detach a usb device to the Android device in any time. when the usb device is attached, the monitor will know it, then

[android-developers] Android Device Log - Oct 19, 2011 4:56:01 AM

2011-10-19 Thread KAlexander Kepler
Android Device Log - Oct 19, 2011 4:56:00 AM #Created by Quick System Info PRO version 1.8.8 Device: msm7625 Model: HUAWEI-M860 Board: M860 Product: M860 Brand: Huawei Manufacturer: HUAWEI CPU+ABI: armeabi Bootloader: unknown Radio: unknown Hardware: huawei Release: 2.2.1 SDK: 8 Type: user Build:

[android-developers] Google Analytics

2011-10-19 Thread androidgeek
i have made a site on sites.google.com want to test how google analytics can help me count visits. please help me with code that can let me test analytics. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] How to install procrank on a Android Phone which hasn't it?

2011-10-19 Thread Kenny Xiong
I have my device updated to a ROM which don't have procrank. Can I install it myself? In another device, when I type "adb shell procrank", it says "permission denied". And I can't find procrank in /system/xbin or / system/extras. Where is it? I can't use linux command like "which" or "find". I real

[android-developers] Protect AppWidget(RemoteViews) from other applications

2011-10-19 Thread teracc
Hi list, I have one question about security of appwidget. I found that any app on the device can get RemoteViews of my appwidget on the Home app, and can change my RemoteViews object, like below. // get RemoteViews of AppWidget RemoteViews rv = new RemoteViews(somePackageName, someLayoutId)

[android-developers] Gridview's setAdapter method removed but References in developer's site not updated

2011-10-19 Thread Juan V.
Hello developers! More than a question, I am suggesting an update to the android developer's site. Please correct me if i am saying something wrong!! =) Lately I've been working on an app for Android 2.2/2.3 that uses the gridview widget. And for some reason, ended up testing it on version 3.1.

[android-developers] BUG - International vs Local format for contacts list

2011-10-19 Thread JK
1) All my contact list phone numbers are stored in international format because I travel overseas. When I receive an incoming phone call, the number is matched to the number (+61 405 XXX XXX) and the caller is correctly announced. However, if I receive an SMS from that caller, the number only is

[android-developers] Re: what's wrong? "curl http://Android.git.kernel.org/repo >~/bin/repo " doesn't work!

2011-10-19 Thread Dmitry
You can use this tutorial http://php.webtutor.pl/en/2011/09/05/kernel-org-hacked-how-to-get-android-repo/ to get repo and source. On Oct 16, 8:00 am, puwei wrote: >   can't use curl to get  repo, >   when i try  commad  "  curlhttp://Android.git.kernel.org/repo>~/ > bin/repo" >   just can't down

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 16 Topics

2011-10-19 Thread cou...@gmail.com
I'm new to android, I have experience in python cython lsl php html xhtml css java and OS script languages. I'm making a app using a payment system with in the app and sort of a photo album layout when choosing textures its a interactive business card using email and bluetooth. How do you resol

[android-developers] Graphical Layout not working for lower version in avd 14 update

2011-10-19 Thread Labeeb p
I update my avd to ADT 14.0.0 (update by eclipse Check for Updates) Now the Graphical Layout not working for lower version, it shows me the following error The project target (Android 2.1) was not properly loaded. And display blank screen, Is there any settings to enable the Graphical Layout

[android-developers] Closing new window in android using webservices.

2011-10-19 Thread Seshu
Hi Friends, I am using Android Web Services. while opening my app a new window is opening along wih my ap using websettings setJavaScriptCanOpenWindowsAutomatically(true). now i want to close this window. but i didn't found how to close the window. can any one tell how to solve my problem and my m

[android-developers] Mobile Build & Release Engineer - Want to work in the exciting industry of Gaming in Las vegas, USA ??

2011-10-19 Thread AJ ................
Mobile Gaming Integrations Engineer Want to work in the exciting industry of Gaming?? Bally Technologies is looking for a Mobile Gaming Integrations Engineer to join our Bally team. Interested candidates can contact me at ajayaramanbaska...@ballytech.com Summary Reporting to the Director of Mob

[android-developers] help why is this on my huawiem860

2011-10-19 Thread KAlexander Kepler
[4, events/0] [ 7273.266327] lxy: usb_do_work: ui->state=1, flags=0x10 [4, events/0] [ 7280.754483] lxy: usb_do_work: ui->state=1, flags=0x4 [4, events/0] [ 7280.755210] lxy: initiate_switch_to_cdrom [4, events/0] [ 7280.755255] lxy: switch to cdrom blocked, usb_para_info.usb_pid=0x1038 [4, events/

[android-developers] Off-line Dictionary

2011-10-19 Thread hentawy
Hi everyone, I would like to design an off-line dictornay and I am a beginner in android plateform. however I did some exercies using eclips. So what I need to build this dic. if there is any idea or help I will be thankful Thanks & B.regards -- You received this message because you are subsc

Re: [android-developers] Intent call cannot start an Activity

2011-10-19 Thread KAlexander Kepler
I AK not a programmer.got his using s app.. I Dont have wifi.Von.or a cdrom On Oct 18, 2011 10:28 PM, "Ratheesh Valamchuzhy" wrote: > hi > give the full code > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this

Re: [android-developers] Calling ListView.setSelection has no effect when called directly after adapter data was invalidated

2011-10-19 Thread Aleksey Malevaniy
Please, could you or someone provide a sample of code? I'm facing the same problem and can't understand clearly how to avoid it. 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-developer

Re: [android-developers] custom attributes in library projects

2011-10-19 Thread Izhovkin
Was this issue fixed in sdk tools r14? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@goo

Re: [android-developers] Intent call cannot start an Activity

2011-10-19 Thread KAlexander Kepler
This is some thing I got using an app.. I don't have. Wifi.PC..Von just m cell. I don't program ..is someone messing w m cell..HELP On Oct 18, 2011 10:28 PM, "Ratheesh Valamchuzhy" wrote: > hi > give the full code > > -- > You received this message because you are subscribed to the Googl

[android-developers] Change package name in eclipse

2011-10-19 Thread sam
hi develpers, I have developed a apps from the the source of "BluetoothChat" example. When I submit to market, it state that the package name is not allowed ,thus , I rename the package name with a new one by "Refactor->Rename".Also, I rename the package name in file "AndroidManifest.xml" also. Alt

[android-developers] Re: Android 4, no virtual keyboard.

2011-10-19 Thread sblantipodi
done it. with previous SDK I can use both keyboard and virtual keyboard, this is a "strange news" from ice cream sdk. On Oct 19, 8:44 pm, Xavier Ducrohet wrote: > You can edit the AVD to not have a keyboard (it's in the hardware > properties). But then you won't be able to use your computer keybo

  1   2   >