[android-developers] Can we read data from any other database files in our android application

2012-01-04 Thread diljith k j
Can we read data from any other database files in our android application or can we convert other data base extension files and make it usefull -- 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] Text to Speech sent through bluetooth

2012-01-02 Thread J Dorn
I had a Windows CE phone (T-Mobile Shadow). If the bluetooth was on, it would read various things to me over the bluetooth, such as - text messages - who was calling - email message subject I now have a MyTouch 4G Android phone, and all I can find are apps that will read similar information, but

Re: [android-developers] Looking to hire a developer for an Android app

2011-12-29 Thread J Handal
Fine,shoot me @ jhand...@gmail.com with details. -- 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

Re: [android-developers] How to generate Gallery thumbnails?

2011-12-27 Thread J Handal
http://developer.android.com/guide/topics/media/camera.html#capture-picture They don't mention the Gallery thumbnails? -- 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

Re: [android-developers] How to generate Gallery thumbnails?

2011-12-27 Thread J Handal
Follow this thread: I'm using t also he built-in camera app in my Xoom,tryng to store the picture in the AppGallery that comes by default. same intent : new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); The reason that is not working is because of memory reasons, you only get a

Re: [android-developers] Difference between in simple_list_item_1 and simple_list_item_2

2011-12-21 Thread J Handal
simple_list_item_1 is build into the OS source code. http://www.devdaily.com/java/jwarehouse/android-examples/platforms/android-2/data/res/layout/simple_list_item_1.xml.shtml simple_list_item_2 you have to build it. -- You received this message because you are subscribed to the Google

Re: [android-developers] Listview

2011-12-20 Thread J Handal
http://googleitfor.me/?q=android+list+view You are welcome. -- 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] native udp socket sleep mode

2011-12-19 Thread M J
Hey guys, I am currently developing an app, where I need a udp connection to a server. The code which communicates with the server is written in C, so I am using the ndk and I open a posix udp socket. I send every 30 seconds a message to the server to register and to keep the connection alive.

[android-developers] how to become a developer

2011-12-18 Thread J S
Hi, how to become a android develoler? -- 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] It doesn't open as an android project !

2011-12-16 Thread J Handal
http://code.google.com/p/android-playground/source/browse/trunk/GridLayoutCompatSample/ I checked out in my workspace,I added the file libs/android-support-v4.jar to my classpath. thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] It doesn't open as an android project !!

2011-12-16 Thread J Handal
Hi, http://code.google.com/p/android-playground/source/browse/trunk/GridLayoutCompatSample/ I checked out in my workspace,I added the file libs/android-support-v4.jar to my classpath. thanks. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] GridLayoutCompatSample

2011-12-16 Thread J Handal
It doesn't open as an android project ! http://code.google.com/p/android-playground/source/browse/#svn%2Ftrunk%2FGridLayoutCompatSample%253Fstate%253Dclosed I tried to add the file libs/android-support-v4.jar to my classpath. thanks. -- You received this message because you are subscribed to

[android-developers] Re: Hardware requirement for 3.0 on Windows

2011-12-01 Thread Mahesh J
Even I faced this problem initially. The emulator would not even come up. I has hw.ramSize: 1024 What I did was when I boot windows, I first open the emulator by using the avd manager from command line. Only then I start my other applications, otherwise windows does not allocated memory to

Re: [android-developers] Re: Fw: Friends, I need help

2011-11-21 Thread J Handal
Wait for the emulator(which version are you running?) The picture that you said means that you have to unlock the emulator(like in the real phones) -- 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: Library projects -- Build path error

2011-11-14 Thread J
, the second one compiles App without problem. On Nov 13, 8:59 am, J javier.sed...@gmail.com wrote: Hi,   I've just upgraded my instalation of the Android SDK and I'm facing a new problem. Let's see if someone else have faced it.   I've created a project AppCore, and a projects App. AppCore

[android-developers] Library projects -- Build path error

2011-11-12 Thread J
Hi, I've just upgraded my instalation of the Android SDK and I'm facing a new problem. Let's see if someone else have faced it. I've created a project AppCore, and a projects App. AppCore is a library project (project - properties - android - Is Libray), while App and AppAds have AppCore as

[android-developers] Audio library for Android .

2011-11-10 Thread J Handal
I want to visualize and analyze recorded audio files, is there a third party audio library out there? 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@googlegroups.com To

Re: [android-developers] Transfer medical images to galaxy tab(android)

2011-11-08 Thread J Handal
What about a server in between? -- 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

Re: [android-developers] Android and WinXP: look for some tips

2011-11-07 Thread J Handal
Google is my friend http://developer.android.com/guide/developing/debugging/ddms.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 group,

[android-developers] updates.

2011-10-31 Thread R. J.
yes i realise this is not the correct place, but this needs to be discussed. there are so many android users who are so pissed off with the inability to get timely updates to their phones. I'd like to suggest that android actually look at providing updates to all phones to people who do not want

Re: [android-developers] opengl and sketchup problem

2011-10-27 Thread J Handal
I think is error is due to an incompatible file extension .dae file, AFIK android use .obj files with android(and other extensions??) but not Collada files. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] opengl and sketchup problem

2011-10-26 Thread J Handal
Try http://www.blender.org/ it use the .obj extension file that is compatible with OpenGL. -- 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

Re: [android-developers] opengl and sketchup problem

2011-10-26 Thread J Handal
And sample code http://www.bayninestudios.com/2011/01/importing-3d-models-in-android/ -- 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,

[android-developers] 2nd microphone access

2011-10-22 Thread Josh J
How can I access the 2nd microphone (used for noise cancellation). I'm willing to recompile and build a custom image if necessary. Though need some direction where to start Thanks, Josh -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Passing data back from Renderscript......

2011-10-21 Thread Rodney J Lambert
svlad, Do you mean in simple cases like: sample.rs #pragma version(1) #pragma rs java_package_name(com.yoururl.packagename) float4 someDataUsedInRs; // floats that we will set from Java and read back from Java. void printDataFromRs() { someDataUsedInRs.x += 1.0f; someDataUsedInRs.y

Re: [android-developers] This application is available to over 0 devices

2011-10-12 Thread J Handal
Check it up if the apk have been uploaded and if it is active. -- 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

Re: [android-developers] Re: This application is available to over 0 devices

2011-10-12 Thread J Handal
Are you saying that I will not be able to see the correct number of devices until I activate the APK Yes. Then you click on publish. -- 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] Uploading applications

2011-10-10 Thread J Handal
Once you've registered, it's easy to upload your application to Android Market. From the home screen of the Developer Consolehttp://market.android.com/publish, select Upload Applications. You'll be asked to fill in the following . Is very easy(if they save your cookies). I can't login ,the

[android-developers] Uploading applications

2011-10-10 Thread J Handal
Once you've registered, it's easy to upload your application to Android Market. From the home screen of the Developer Consolehttp://market.android.com/publish, select Upload Applications. You'll be asked to fill in the following . Is very easy(if they save your cookies). I can't login ,the

Re: [android-developers] Uploading applications

2011-10-10 Thread J Handal
Thanks it was wrong gmail adress :-O -- 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

Re: [android-developers] 3d models in Android

2011-10-02 Thread J Handal
http://www.blender.org/ -- 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...@googlegroups.com

[android-developers] Adding number to contact

2011-09-30 Thread M J
Hey, I really need your help. All I want to do is adding a number to an existing contact with a specific label and the ability to remove numbers again. I really tried a lot of things, but none of it works for me. I want only support the contacts api 2.0 and not 1.6. And I do not want to create

Re: [android-developers] Re: GLSurfaceView's onPause and onResume called in Activity's onStop and onStart to handle partially transparent child-activities. Is this OK?

2011-09-29 Thread J Handal
Cool teaching Where is the code?? On Sep 29, 2011 9:42 AM, Streets Of Boston flyingdutc...@gmail.com wrote: Bumpedee bump... :) -- 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: Help for IP camera

2011-09-26 Thread J Handal
Hi Kirti, directly coonect through cross cable to my pc now for testing on emulator. Are you streaming live video? -- 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] Hello World Tutorial

2011-09-19 Thread J Handal
the emulator is locked. click the lock icon,dragged to the speaker icon and relesed it. lo mismo pasa con real phones. On Sep 19, 2011 9:33 AM, Angelica Gomez bestsevent...@gmail.com wrote: Hi! I am having a problem with the hello world tutorial for android. I've published the details in my

[android-developers] NPE in SDK Manager (r12)

2011-08-08 Thread j
Hello, I'm trying to run the SDK Manager on a Windows 7 box and I'm not having a lot of luck with it. Launching the application via the .exe results in a windows that appears and then disappears almost instantly. When I try to run it from the command line (SDK\tools \android.bat) I get the

[android-developers] Override android.location.Geocoder on a per-app basis?

2011-08-04 Thread Chris J. Karr
I have an app where I want to implement a function that takes a latitude longitude pair and return a place associated with those coordinates. The android.location.Geocoder interface is exactly what I need, but the documentation includes the following note: The Geocoder class requires a backend

[android-developers] Android using Gson with Proguard - ClassCastException

2011-07-04 Thread J M
I am in desperate need of a solution to this problem, it is the final thing holding up the release of my app. I have an object that has 2 properties of type Map which when converted to json and back work great. But when I use proguard, it complains about the Map saying:

Re: [android-developers] Re: code to run/install apk file

2011-06-30 Thread Paulsen J Siahaan
to install yourself apk file and run it with adb command. like this: adb install test.apk adb shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -n breakan.test/ breakan.test.TestActivity On 6月28日, 下午3时41分, Paulsen J Siahaan paulsen...@gmail.com wrote: Hi all

[android-developers] How do same using monkeyrunner tool and python lib?

2011-06-30 Thread c j
I using monkeyrunner in the Eclipse but now need using python lib PIL to comparing monkeyrunner cutting image code like this: import Image from com.android.monkeyrunner import MonkeyRunner device = MonkeyRunner.waitForConnection() image1 = device.takeSnapshot()

[android-developers] code to run/install apk file

2011-06-29 Thread Paulsen J Siahaan
tell me the codes to install and run apk file?? thx b4, and sorry for my english -- Warm Regards, -- Paulsen J Siahaan GTalk : paulsenjs5 YM : siahaan_piter Phone : 70293135 -don't just be a dreamer, be an actor !!- -- You received this message because you

Re: [android-developers] Re: Camera bitmap too small

2011-06-20 Thread J Handal
Hi Fina, uses-permission android:name=android.permission.CAMERA / uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / and new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); But doesn't store the picture in the native App Gallery I'm using the Motorola Xoom

Re: [android-developers] Heart Beat Counter

2011-06-16 Thread Harsh J
?hl=en -- Harsh J http://harshj.com -- 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

Re: [android-developers] Re: Camera bitmap too small

2011-06-15 Thread J Handal
Hi Fina, I'm using t also he built-in camera app in my Xoom,tryng to store the picture in the AppGallery that comes by default. same intent : new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); Something to with permissions? THX -- You received this message because you are

[android-developers] Unable to get location from within AppWidgetProvider

2011-06-06 Thread j
I am able to get location (GPS or Network provider) with no issue from any Activity (in my main app). But when I tried from my App Widget, I am not getting the call back. I see the GPS location icon flashes in the status bar indefinitely (clearly triggered by my widget call) but there was no

Re: [android-developers] Re: Problems with main.xml after uncritical sourcecode changes

2011-06-04 Thread J Handal
refresh project, restart did also not work try project-clean or delete gen folder Also go to properties try a newer version like 2.2 or higher Sometimes the eclipse debug.keystore expires. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Eclipse stopped creating APKs

2011-06-04 Thread J Handal
Hi debug.keystore(expired!) needs to be removed and replace Right just delete debug.keystore,will be recreated automatically by eclipse. -- 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] Animation Leaving Trail Using AnimatorSet

2011-06-03 Thread J Handal
I can try it in my Moto Xoom 3.1 using the last Animation Api? -- 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] Platform tools

2011-06-02 Thread J Handal
Which should be installed or both? platform-tools component (revision 5)or Android-SDK tools,revision 11? I'm targeting 2.2. THX -- 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] Clean and gen file.

2011-06-02 Thread J Handal
When building a new project runs fine. Once I use clean ,then new gen file and got project error.(can't get rid of the error) Happens in any SDK version ,and any Eclipse version. Also deleting and refreshing manually is the same. I compare all the files in between the same project(in

[android-developers] Re: Clean and gen file.

2011-06-02 Thread J Handal
The debug..keystore was expired after deleting it ,a new one is recreated. More info: https://mail.google.com/mail/?hl=enshva=1#search/debug+keystore/1302af3d29777a76 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: IllegalArgumentException: parameter must be a descendant of this view related issue

2011-05-22 Thread J. S. Allen
Not sure if this helps, but I had the issue under Donut as well and resolved it by removing the theme I'd chosen for the application. For some reason, Android was having a fit trying to hide the title bar and display a dialog at the same time... This was the offending code:

[android-developers] ERROR: Unable to open class file C:

2011-05-22 Thread J Handal
Hi After installing 3.1 and updated tools,clean is delating gen file . I tried changing gen-property-derivated uncheck. And clean don't delete gen file,so far OK. At launching time project error stops the show. I change the gen property back to derivated checked on only at launching time and

[android-developers] clean is deleting gen file.

2011-05-22 Thread J Handal
Hi After installing 3.1 and updated tools,clean is delating gen file . I tried changing gen-property-derivated uncheck. And clean don't delete gen file,so far OK. At launching time Error stops the show. I change the gen property back to derivated checked on only at launching time and repeat

Re: [android-developers] How can i user SVN to check in my code to google server?

2011-04-27 Thread J Handal
Hi aa, http://blog.search-computing.net/2010/04/using-a-svn-repository-with-eclipse/ -- 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,

[android-developers] How to prevent my application from being killed?

2011-04-27 Thread J J
Hello, all. I have 2 questions please: a) How to prevent my application from being killed? or b) How to restart my application automatically after it is killed or force stopped? Thanks in advance. -Jiang -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] aapt and Android library projects

2011-04-26 Thread J Handal
Hi Dan, This will help you http://asantoso.wordpress.com/2009/09/15/how-to-build-android-application-package-apk-from-the-command-line-using-the-sdk-tools-continuously-integrated-using-cruisecontrol/ -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] apps-for-android.googlecode.com/svn

2011-04-23 Thread J Handal
Thanks Mark, BTW I found the command android update project -p: @ directory: C:\Users\JH\Desktop\Android 2.2\android-sdk_r06-windows\android-sdk-windows\tools -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] http://apps-for-android.googlecode.com/svn default.properties not found

2011-04-22 Thread J Handal
Hi All, http://apps-for-android.googlecode.com/svn is not building. file default.properties are not found, I tried all the tricks checkout,import,clean,build,import jars,libraries,build path,etc. Also diffrs. eclipse versions. Other repositories built fine like

[android-developers] apps-for-android.googlecode.com/svn

2011-04-22 Thread J Handal
Hi All, http://apps-for-android.googlecode.com/svn is not building. file default.properties are not found, I tried all the tricks checkout,import,clean,build,import jars,libraries,build path,etc. Other repositories built fine like http://myandroidwidgets.googlecode.com/svn --

Re: [android-developers] Rounding Numbers

2011-04-12 Thread Harsh J
this group at http://groups.google.com/group/android-developers?hl=en -- Harsh J http://harshj.com -- 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

[android-developers] OpenGL ES for Android tutorial

2011-04-05 Thread J
Hi, anybody can sugest a tutorial for OpenGL ES on Android? The official documentation is not very extensive... Thanks, J -- 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

[android-developers] Re: Activity lifecycle

2011-04-02 Thread J
The best way I have found to handle this is: be ready to be killed _in_any_moment_. This may seem unlike to happed, but still you must be ready. How? By saving your state when your onSavedInstanceState() is called, gracefully releasing resources when onDestroy() is called, and restoring the state

[android-developers] Re: App is published in Android Market but not visible in some phones

2011-03-28 Thread J
The Market filters out the applications that your device does ot support, using the hardware features requestes in the manifest.xml Most probably, your problem is the size of the screen. On api3, the default is _not_ to support hdpi and ldpi (if I remember correctly) so you need to explicitly

Re: [android-developers] android developer site not working

2011-03-23 Thread Harsh J
this group at http://groups.google.com/group/android-developers?hl=en -- Harsh J http://harshj.com -- 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

Re: [android-developers] How to Obfuscate Android project source in eclipse

2011-03-23 Thread J Handal
watch these slides http://androiddevnotes.com/2011/02/18/129797460.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 group, send

Re: [android-developers] advertise free or paid....

2011-03-20 Thread Harsh J
-- Harsh J http://harshj.com -- 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

[android-developers] Re: Android Emulator 2.2 crashes often on Windows XP

2011-03-18 Thread J
If the emulator itself crashes it is not likely a problem in your code, but in the emulator, so hardly will you find it debugging your application. The same happened to me a couple of weeks ago. I upgraded to the lastest versions of everything and it worked again (though I can not say what piece

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-17 Thread c j
On 3月17日, 上午7時42分, Bill Napier nap...@google.com wrote: Can you provide the full stack trace from your first mail?  It looks like part of it got cut off. @diego - I've filed a bug to look at fixing the unbuffered input issue that you had to work around.  It would be nice if monkeyrunner

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-17 Thread c j
?  It looks like part of it got cut off. @diego - I've filed a bug to look at fixing the unbuffered input issue that you had to work around.  It would be nice if monkeyrunner could just do this without resorting to a wrapper script. On Tue, Mar 15, 2011 at 1:46 AM, c j techandroid@gmail.com

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-17 Thread c j
off. @diego - I've filed a bug to look at fixing the unbuffered input issue that you had to work around.  It would be nice if monkeyrunner could just do this without resorting to a wrapper script. On Tue, Mar 15, 2011 at 1:46 AM, c j techandroid@gmail.com wrote: in command line

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-17 Thread c j
first thank you :) i think post img is better On 3月17日, 上午7時42分, Bill Napier nap...@google.com wrote: Can you provide the full stack trace from your first mail?  It looks like part of it got cut off. @diego - I've filed a bug to look at fixing the unbuffered input issue that you had to

[android-developers] Gift certificate or something like that

2011-03-16 Thread J
the application, but then they do not receive the upgrades. :-( Any idea? Regards, J -- 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

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-15 Thread c j
, try it from the command line first. On Mar 13, 9:11 pm, Diego Torres Milano dtmil...@gmail.com wrote: Some hints to use monkeyrunner fromeclipsecan be found athttp://dtmilano.blogspot.com/2011/03/using-android-monkeyrunner-from-... On Mar 11, 6:06 am, c j techandroid@gmail.com

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-15 Thread c j
:06 am, c j techandroid@gmail.com wrote: I needusingmonkeyrunner do some easy auto test but have some problem. EclipseSDK 3.6.2 (Pydev 1.6.5 + Jython 2.5.2 + Python 2.7.1 + monkeyrunner.jar + google-collect-1.0-rc1.jar) jdk1.6.0_24 android-sdk-windows i try this example

[android-developers] Accessing invisible items in the list view while we scroll the list

2011-03-15 Thread Revathi K J Ramanan
Hi, I have eight elements in my list. Initially only six items are visible. When I scroll down the view, the first and second elements are not visible. I use the getChildAt() api to get the ID of the first and second elements for accessing them. But I get NULL POINTER EXCEPTION as

[android-developers] Re: Dynamically Resize Images for different Android devices

2011-03-14 Thread J
Try Bitmap.createBitmap() On 14 mar, 11:49, monty neilm30s...@gmail.com wrote: Hi All     My issue is simple.I want to use one set of images which can be used on mobile as well as tablets.I have a image of size 690 by 400 .i want to use this image and resize it programmatically and have this

Re: [android-developers] Rooting your device

2011-03-13 Thread Harsh J
warranty coverage terms and conditions to find the answer to that.You can find better answers at relevant threads on various android support forums, general boards at xda-devs, etc.. Besides, rooting isn't a permanent operation in most cases. -- Harsh J www.harshj.com -- You received

[android-developers] Using Eclipse write monkeyrunner

2011-03-11 Thread c j
I need using monkeyrunner do some easy auto test but have some problem. Eclipse SDK 3.6.2 (Pydev 1.6.5 + Jython 2.5.2 + Python 2.7.1 + monkeyrunner.jar + google-collect-1.0-rc1.jar) jdk1.6.0_24 android-sdk-windows i try this example in second line have wrong

[android-developers] using eclipse run the monkeyrunner?

2011-03-11 Thread c j
all must install and path complete(pydev, jython, android SDK) i try example can not compile, please tell me have any attention? error msg device = MonkeyRunner.waitForConnection() at com.android.monkeyrunner.MonkeyRunner.waitForConnection(MonkeyRunner.java: 74) at

[android-developers] XOOM

2011-03-11 Thread J Handal
USB drivers available through the SDK do not support XOOM Why? -- 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

Re: [android-developers] XOOM

2011-03-11 Thread J Handal
Mark, Only modified android_winusb.inf will enable you to install the Android Composite ADB Interface. ;NVIDIA Tegra %SingleAdbInterface% = USB_Install, USB\VID_0955PID_7000 %CompositeAdbInterface% = USB_Install, USB\VID_0955PID_7100MI_01 -- You received this message because you are

[android-developers] lost the password of the keystore

2011-03-09 Thread Pure J
I am doing an update on my application. I would like to sign it and publish However, when doing the process of jarsigner. It prompt me for the passphrase, unluckily , I forgot the passphrase. So, I would like to have some advice on it. 1) Is it possible to recovery/reset the passpharse of the

[android-developers] usb driver xoom

2011-03-08 Thread J Handal
Hi Installed the xoom motorola in windows vista ,eclipse galileo. I have the google usb driver package ,revision 4. Debugging mode on in the tablet. But running the samples demo 3.0,don't choose the running device(is not there) Some idea? -- You received this message because you are

Re: [android-developers] usb driver xoom

2011-03-08 Thread J Handal
Mark, Already downloaded motorola usb drivers,yes able to transfer flies,pictures from PC to XOOM. My problem is when running samples from demo fountain,notepad ,etc .Can not target manual ,not able to choose a running android device 3.0. THX -- You received this message because you are

Re: [android-developers] usb driver xoom

2011-03-08 Thread J Handal
Kostya, I tried from your link: ;NVIDIA Tegra %SingleAdbInterface% = USB_Install, USB\VID_0955PID_7000 %CompositeAdbInterface% = USB_Install, USB\VID_0955PID_7100MI_01 Also this : ;Xoom %SingleAdbInterface%= USB_Install, USB\VID_22B8PID_70A9 %CompositeAdbInterface% = USB_Install,

Re: [android-developers] Re: The Subject this: 11902

2011-03-06 Thread Harsh J
-- Harsh J www.harshj.com -- 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

[android-developers] Re: One app, multiple APKs targeting different SDK levels would be good for adding Honeycomb functionality

2011-03-03 Thread J
I was also thinking about different resources in different devices. Example: imagine I have a game with different resolution resources: highly pixeled for low-density screens, average quality for mid- density screens and ultrarealistic for superhigh-density tablets. The res- solution allows

[android-developers] Permission denied in android2.3

2011-03-02 Thread x j
My application has a widget. The widget reads the jpg from the sd card when onUpdate is called. It works fine before android 2.3. In android2.3, the widget cannot read the file and throws FileNotFoundException with the cause Permission denied. But if I run the app before adding the widget, the

[android-developers] Wifi sleeps... even with lock

2011-03-02 Thread J
Hi, friends, let's see if someone can help me. Summary: even when wifi lock is adquired, when the phone is running on batteries, wifi is disconnected after a while. I've simplified the problem to a single activity with a button that launches a thread. It just sends 100.000 strings to an echo

[android-developers] Re: Wifi sleeps... even with lock

2011-03-02 Thread J
On 2 mar, 22:55, Irfan Sheriff isher...@gmail.com wrote: The full lock thats used by default on a createWifiLock() keeps wifi up at all times but it does not control the driver level power optimizations that are done on devices. When screen goes off, drivers changes settings to reduce power

Re: [android-developers] Re: noob question I guess - input requires enter key

2011-02-26 Thread Harsh J
by TreKing but came up empty. Not Eclipse settings, but your Android emulator's settings. -- Harsh J www.harshj.com -- 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

Re: [android-developers] CountDownTimer + updating textview and imageview

2011-02-26 Thread J Handal
Brian Running a counter can not be in the UI (main thread),try this: http://developer.android.com/reference/android/os/CountDownTimer.html http://developer.android.com/reference/android/os/CountDownTimer.html Let me know how it's going. -- You received this message because you are

Re: [android-developers] android resources error after upgrade to honeycomb and adt v10

2011-02-24 Thread J Handal
A reference to tv has to be set outside onCreate() TextView tv has to be a member variable. Inside the onCreate() tv is short lived. 02-24 16:09:25.374: ERROR/AndroidRuntime(537): Caused by: java.lang.NullPointerException 02-24 16:09:25.374: ERROR/AndroidRuntime(537): at

Re: [android-developers]

2011-02-24 Thread Harsh J
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Harsh J www.harshj.com -- 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

Re: [android-developers] SDK or some tool to develop a VERY simple Android game?

2011-02-24 Thread Harsh J
-developers?hl=en -- Harsh J www.harshj.com -- 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

Re: [android-developers] What name would get more attention

2011-02-22 Thread Harsh J
be catchy enough. Name does matter in certain cases (very rare cases), but I believe proper marketing is what you should focus at, once you believe your product's ready to withstand the range of usage it may receive. -- Harsh J www.harshj.com -- You received this message because you are subscribed

[android-developers] http://developer.android.com/resources/articles/timed-ui-updates.html Correction

2011-02-15 Thread J Handal
http://developer.android.com/resources/articles/timed-ui-updates.html It worked for me OnClickListener mStartListener = new OnClickListener() { public void onClick(View v) { if (mStartTime == 0L) { //Change this line: mStartTime = System.currentTimeMillis();

[android-developers] how to pass value from spinner to another activity

2011-01-25 Thread J@n$
I have a problem in selecting the vaues from the spinner.whenever i run the programit goes to second page instead of displaying the main page which has spinner.i knew the problem is due to default selection of spinner values. do any one knw how stop default selection -- You received this message

[android-developers] Re: Reg: Failed to set top app changed

2011-01-14 Thread J-Pro
I'm also interested in the reason of this error in logs. It appears mostly when an application exits(crashes) without any message, so I can't get any more log messages except this one: Failed to set top app changed Please clarify what could it mean? -- You received this message because you are

<    1   2   3   4   >