Following steps solved the issue:
1. Uninstalled the 0.9.x plugin
2. Removed the Maven plugin for Android which was still pointing to
0.9.x plugin.
3. Install the latest. Works fine !!!
Cheers,
Chander
On Dec 7, 10:04 am, Chander Pechetty wrote:
> I will just install on a fresh instance, sho
I will just install on a fresh instance, should most likely fix the
problem... no big deal !!! must be some dependency.
cannot wait to try all the cool stuff.
Cheers,
Chander
On Dec 7, 9:58 am, Chander Pechetty wrote:
> I can select all of them. On pressing "Next" I get the opera
you to select them in the
> update site, or can you select them but it fails to install?
>
> If you don't install the new ADT, then you won't be able to use the
> new SDK since a few tools moved around and you really need 8.0.0 to
> use them.
>
>
>
>
>
>
No workspace log generated. AVD manager stopped working, no adb as
well.
I am on ganymade, and it doesn't allow me to install DDMS, and
development tools. Installed hierarchy viewer. After restart, the AVD
is no longer accessible from eclipse.
Looks like all platform tools have been moved to platf
Use " adb shell am instrument"
Check out the platform documentation at
http://pdk.android.com/online-pdk/guide/instrumentation_testing.html
for an example.
On Jun 9, 8:57 am, Raja Nagendra Kumar
wrote:
> Nope.. Sachin, sorry for being less clear on my need.
>
> I was referring to a Test case a
Interesting, I had filed an issue earlier with my G1 crashing
occasionally when playing bebbled; wonder if they are related ( to
cosmic rays :-)
http://code.google.com/p/android/issues/detail?id=6478
There is a lengthy discussion on loss of database at
http://groups.google.com/group/android-devel
they also mysteriously disappear and appear in groups such as
"world_wide_with_god_minstry" and "AA_CNA_XX"
wonder what goes on underneath ..:-)
On Feb 13, 9:24 am, ian wrote:
> Sometimes my posts don't seem to stay posted or do not appear at
> all. .
>
> Maybe I complained too much before about
It works for me , but then again I have a customized build.
May be the default rules (android_rules.xml) override the property.
Import the rules as documented in build.xml and give it a try
On Feb 9, 9:20 am, Bob Kerns wrote:
> It doesn't work for me, either, but I've got to get my daughter
It works for me , but then again I have a customized build.
May be the default rules (android_rules.xml) override the property.
Import the rules as documented in build.xml and give it a try
On Feb 9, 9:20 am, Bob Kerns wrote:
> It doesn't work for me, either, but I've got to get my daughter
release your lock in "onPause" and not in "onDestroy" as the activity
won't be destroyed.
On Feb 4, 10:42 pm, lipinski wrote:
> Thanks, but my intent is to prevent the system from dimming/locking
> the screen for a configurable amount of time - since there will likely
> be no user activity.
>
> s
, the documentation
is in the build.xml file and not in the template files ).
Cheers,
Chander
On Feb 4, 11:13 am, Chander Pechetty wrote:
> Hi Matthias,
>
> /platforms/android-2.0.1/templates/android_test_rules.xml
> contains the rules for your test project just as android_rules.xml
> cont
I just replied a gentleman on this forum at http://bit.ly/cikIiz.
Basically you go the command line to your tests folder and run "ant
coverage"
On Feb 4, 4:20 am, "Mapara,Harshit" wrote:
> Hi All,
>
> I am looking a way to use Emma on Android project. I have an
> application -project, and withi
Hi Matthias,
/platforms/android-2.0.1/templates/android_test_rules.xml
contains the rules for your test project just as android_rules.xml
contains the rules for a regular android project.
When you create a project using "android create project" , the
build.xml generated uses the rules from these
make sure your list item does not contains focusable children (like
buttons, imageviews)
setting android:focusable="false" usually works for buttons and so
on...
On Jan 30, 2:42 pm, qmwestview wrote:
> Hi,
>
> I have a working ListActivity class. Each of the list item consists of
> an ImageView a
You can also load your custom kml, gpx or plain lat/long from the
android eclipse plugin.
Just open Android View/Emulator control and look for location
controls.
On Jan 30, 5:47 am, Anthoni wrote:
> Ho Sourabh,
>
> I think this should do what you want
> to.http://developer.android.com/guide/deve
use ConnectivityManager and probably add the permission -
ACCESS_NETWORK_STATE to manifest file
On Jan 28, 12:31 pm, "Sasikumar.S" wrote:
> Thank You for ur reply Jian,
>
> I will check it and tell to you.
>
>
>
> On Thu, Jan 28, 2010 at 12:55 PM, Jian Chen wrote:
> > ah, then let us come to the
increase your devices's hardware configuration, something of the order
greater than system image, try 512MB (when you create the emulator
instance using AVD)
On Jan 25, 9:27 am, prachi wrote:
> Hi all
>
> I have updated my android sdk to 2.1 version and was trying to build
> one application on th
Here's a partial layout for your case. Use the layout_below along with
RightOf and the text for the minus button was "+".
If you don't use that, then all of them are to the right of the
specified layout id , but not below the same parent as the id's
parent.
You can also use a LinearLayout to re
Use org.apache.http.impl.client.BasicResponseHandler if you just need
a String.
Also, you can use org.apache.http.util.EntityUtils class to retrieve
the response in different forms or write your own ResponseHandler.
-Chander
On Dec 28, 10:33 pm, Maurice wrote:
> Hi
>
> My (client)application co
lipboardObserver: pid=5544 uid=10061 gids=
> {1015}
> 12-27 11:07:47.412: INFO/dalvikvm(5544): Debugger thread not active,
> ignoring DDM send (t=0x41504e4d l=38)
>
> On Dec 26, 12:58 am, Chander Pechetty wrote:
>
> > post your stack trace on force close ...
>
> > On Dec
post your stack trace on force close ...
On Dec 25, 11:41 pm, Wayne Wenthin wrote:
> When you find out let me know. I've had no luck either.
>
> On Fri, Dec 25, 2009 at 6:50 AM, andrew android wrote:
>
>
>
> > ProgressDialog during location tasks either won't show or force closes
> > - I have t
is to be accomplished?
>
> Can I somehow find out beforehand if I will run in this error and then use
> some other mean, say a toast, to at least notify the user that not all is
> good?
>
> On Mon, Nov 23, 2009 at 8:01 AM, Chander Pechetty wrote:
>
> > There are currently few
.
Another tip would be to use "include" tag to reduce the layout
complexity.
Check out the following blogpost :
http://android-developers.blogspot.com/2009/02/android-layout-tricks-2-reusing-layouts.html
On Dec 17, 9:12 am, Chander Pechetty wrote:
> This hopefully sho
This hopefully should work,
LayoutInflater layoutInflater = LayoutInflater.from(getBaseContext());
(or get it as a Service)
View childView = layoutInflater.inflate(R.layout.child_item, null);
group.addView(childView); ( // add it to any ViewGroup)
-Chander
On Dec 16, 11:09 pm, Ben Griffiths
wr
As far as I can tell, there is no compatibility problem. Enable server
logging and see if you get a "250 or [some number] directory OK", and
hopefully its the same code you are running with the same account; it
could be a minor bug somewhere else:-)
-Chander
www.unisaran.com
On Dec 6, 8:26
1. Check the KML namespace..."http://www.opengis.net/kml/2.2";
2. Is your URL - urlencoded ? You have to encode your url it has
& ?...
On Nov 30, 11:43 pm, furby wrote:
> I have a KML file that is being generated on the server side and
> loaded into the google maps application on Android. The re
There are currently few issues logged around this bug:
http://code.google.com/p/android/issues/detail?id=3953
I don't know your specific case, but was easy to fix in my case, when
I made sure that the dialogs/views/adapters that were being created
are with the right context/activity.
Pressing a ba
I am getting the following NPE with Gestures (20 % of the time).
Anyone encountering the same issue ?
I am using the code similar to GestureActivityList sample provided at
http://android-developers.blogspot.com/2009/10/gestures-on-android-16.html
E/AndroidRuntime( 919): java.lang.NullPointerEx
Yes... You should avoid obfuscating everything obviously,as you may
end up getting verify errors. Runs fine on both 1.1 and 1.5; I don't
think obfuscated code has any dependency on SDK versions
On Jul 23, 9:56 am, Raja Nagendra Kumar
wrote:
> Thank you Rao for the quick reply. After obfuscat
The camera application doubles up as Camcorder app. See...
http://android.git.kernel.org/?p=platform/packages/apps/Camera.git;a=blob;f=src/com/android/camera/VideoCamera.java;h=186d8276bf312b466179cad939c7b375a761f736;hb=HEAD
On Jul 3, 1:19 pm, "loril...@gmail.com" wrote:
> Can anyone please l
You may want to read the issue at
http://code.google.com/p/android/issues/detail?id=2822.
Fadden has also provided a wonderful python script gclog.py which
gives you more insight into the workings of GC.
--~--~-~--~~~---~--~~
You received this message because yo
Is there a PDF version of icon template guidelines available? The
"README.txt" suggests so, but the link is broken.
http://developer.android.com/guide/practices/ui_guidelines/icon_guidelines-v1.pdf
Thanks
Chander
--~--~-~--~~~---~--~~
You received this message bec
never mind. finally got it on the 5 attempt ...
--~--~-~--~~~---~--~~
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
Has anyone download the template pack zip file from
http://android-developers.blogspot.com/2009/05/android-icon-guidelines.html
I get the following error as the download never goes through---
signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part a
Just on a hunch as I have not tried it, can you remove the content
URL's from your preference file and try it again (form the url inside
your code, and store the variable number in prefs)
Again, I have not received any lost shared prefs complaints from
anyone and I did not lose any in the last c
Describe your platform,
did you flash the 1.5 images onto your device ?
http://www.htc.com/www/support/android/adp.html
Unless enough details are provided, there is very little help one can
give
--~--~-~--~~~---~--~~
You received this message because you are
Read the blog post at
http://android-developers.blogspot.com/search/label/Input%20methods
and then API documentation
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, s
This was on the Preview release. will update when I get my hands on
the just released SDK 1.5 release 1
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to
I have an activity defined in the manifest with the attribute
android:configChanges="orientation|keyboardHidden
When I run the app on SDK 1.5, pressing Ctrl + F11 and change the
orientation to landscape and then again press Ctrl+F11, the
orientation of the emulator changes, but not the screen ori
Sorry, I was referring to the settings created using
PreferenceActivity screen using xml. Your actual preference values do
not help much in diagnosing the issue.
Example snippet from loading preferences from xml:
For preferences created programatically, you can use
Preferenc
Are these settings part of your preferences xml file?
use android:persistent="true" or set it and you most likely won't have
this issue.
Check if your case falls under the issue :
http://code.google.com/p/android/issues/detail?id=1707
--~--~-~--~~~---~--~~
You rece
The observations I made earlier are from running your code, and the
not the above code.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developer
You also need the following to start the activity
startActivityForResult(Intent.createChooser(sendIntent, title), 0);
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group,
you need to scroll horizontally to see the entire page, or add zoom
controls to your webview.
I don't know whats missing from your page, I can see the same page
loaded in firefox and emulator.
Here's a quick test you can run, while the code may look different, it
uses WebView internally and shou
Not sure why you are initializing one time settings of WebView in a
while loop. (and also the StringBuffer.toString inside a loop fed to
WebView)
It doesn't look right to me. Use
org.apache.http.impl.client.BasicResponseHandler for getting the
string from the http response to feed it.
--~--
As you mentioned, you are not posting the details for anyone to answer
your question?
You have not pasted the layout; so again no one can answer, but have a
look at the API doc...
http://developer.android.com/reference/android/widget/SimpleCursorAdapter.html#SimpleCursorAdapter(android.content.Con
I don't see any itemClickListener registered ?
--~--~-~--~~~---~--~~
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
You can have a look at the following post. You can create your own
theme and apply it to all your dialogs.
http://groups.google.com/group/android-developers/browse_thread/thread/fae3c97036856c6e/ea539482ee379373?hl=en#ea539482ee379373
Cheers
Chander
--~--~-~--~~~---~
Thanks for all the tips guys...
I used the following on Ubuntu 8.10 and got it working.
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", SYMLINK+="android_adb",
MODE="0666"
But I couldn't get the udevcontrol command to work as suggested on the
link above.
well, just used the oldest trick in the book - "
Hi,
Which service provider are you using ? and how did you activate it ?
Does anyone have an unlimited data plan currently?
Thanks
On Feb 18, 10:48 am, dillirao malipeddi
wrote:
> Sure you can use the Dev phone 1 (Google) in india
> Currently i am using Dev phone1 in INDIA -- It works fine
>
>
Are you getting this exception after you add
"android:configChanges="orientation" to your manifest file :
On Feb 18, 2:15 pm, AusR wrote:
> Hi, can anyone shed any further light on this? Please? And Thank you!
--~--~-~--~~~---~--~~
You received this mes
The Link on APIDiff Report on upgrading to SDK 1.1 returns 404
http://developer.android.com/sdk/1.1_r1/upgrading.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, s
addPreferencesFromResource(R.layout.settings);
settings = getSharedPreferences(PREFS_NAME, 0);
settings.registerOnSharedPreferenceChangeListener(this);
Be sure to unregister it on onPause()
--~--~-~--~~~---~--~~
You received this message because you are subscri
Ok posting my own answer:
Sending an Intent
with data URI set as below seems to work fine.
Intent mapIntent = new Intent(Intent.ACTION_VIEW, uri);
Uri uri1 = Uri.parse("geo:0,0?q=http://code.google.com/apis/kml/
documentation/KML_Samples.kml");
mapIntent.setData(uri1);
startActivity(Intent.creat
You can also set the theme, in your style.xml
- @drawable/blue
- #f0f0
Then in your Dialog subclass use the constructor which takes a
theme..
super(context, R.style.myCoolDialog); // to
The Dialog inherits the Theme that you set for the Activity. usually
it shows up white text on black for Theme.Light.
Change@drawable/solid_black
to someting lighter. maybe- @android:color/white
Cheers
Chander
--~--~-~--~~~---~--~~
You received this message
Looking closer at your layout, the textview's layout_width is set to
wrap_content, it should be android:layout_width="fill_parent"
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to
You need to tell your ListView that the list items are focusable.
ListView.setItemsCanFocus(true).
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to and
The API Demos has examples. Checkout StatusBarNotifications and
NotifyingService.
For your example
Vibrating:
// if vibrate on- after a 100ms delay, vibrate for 200ms, pause for
150
// ms and then vibrate for 500ms.
notification.vibrate = new long[] { 100,200,150, 500 };
if you are not particula
Not sure if you can do this, but check out
http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware
to understand the tools and limitations
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups
1. Save as unix file/format
2. use dos2unix
trick is to remove the carriage return character.
On Feb 5, 7:44 am, Neo wrote:
> i had a problem about read the file, in the inputstream, the string
> have a lot or "Enter"
>
> but the "Enter" display like this "口"
>
> i tried used the "android edit t
In your PreferenceActivity class, just call
Preference dialogPref = findPreference(yourdialogkey);
Get the dialog Layout if you are using a custom View or call one of
the SetMessage methods.
--~--~-~--~~~---~--~~
You received this message because you are subsc
yeah, its a hack, the other options don't seem to work. its really the
job of the parent layout to take care of laying the children, so there
must be some option in TableRow/TableLayout.
--~--~-~--~~~---~--~~
You received this message because you are subscribed t
Hi All,
Is there a way to send an intent to the Maps application to load a KML
file(URL) and display the contents, or use the internal KML parser.
The internal Maps Application's intent/components are out of bounds
for normal users.
Intent { action=android.intent.action.SEARCH comp=
{com.google.an
Put the permissions outside the application tag. and try
--~--~-~--~~~---~--~~
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
If your text requirements are complex, you can use other views below
the image. You can also set the number of lines of text etc.
On Feb 2, 7:54 am, Pete wrote:
> *Scenario*
> I'm attempting to host Image Buttons with a descriptor TextView below
> each button. To do this elegantly, I decided t
Search the forum before posting: :-)
http://groups.google.com/group/android-developers/browse_thread/thread/4ffea4cb05b51efe?hl=en&q=#1d190c624e30eeaa
Mark Murphy's Blog -> http://androidguys.com/?s=rotational+forces
android:configChanges="orientation"
--~--~-~--~~~--
Did anyone taste success? I am facing the same issue with SD card
settings/Image application settings crashing with the same exception
reported above..
Here's what i did:
1. emulator -sdcard ./sdcard1.iso & (sdcard image in my current
directory)
2. adb push PaymentError.png /sdcard/
Steps 1 and 2
Have you done "setContentView(R.layout.yourLayout)" before calling
this. Looks ok to me, it certainly works for me.
if you are doing this on a certain click , then make sure its
clickable...
button1.setClickable(true);
-Chander
On Jan 31, 10:37 am, Bob wrote:
> Hi,
> How do I change the text o
Use the geo command:
http://code.google.com/android/reference/emulator.html#geo
If you are using eclipse plugin for development, you can use the the
Emulator Location Controls.
In Eclipse Go to : Windows/Show View/Others/Android/Emulator
-Chander
On Jan 31, 6:13 am, zeeshan wrote:
> Hi,
>
> i
android:background="@android:drawable/list_selector_background" and
use it as indicated by Dianne above...
Cheers
Chander
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this g
you can use the second one in your activity.
1. getFilesDir().getAbsolutePath()
2. getFilesDir().getParentFile()
Check the javadocs for ContextWrapper
On Jan 29, 2:13 pm, "info.sktechnol...@gmail.com"
wrote:
> Is there a preferred way to find the data directory of an application,
> other than st
72 matches
Mail list logo