[android-developers] Re: Unable to install the app on emulator, I am getting Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2009-11-10 Thread Shani
did you ever figure this out? im having the same issue.

On Oct 19, 2:35 am, manoj  wrote:
> Hi all,
>
> I am trying to install an app on emulator.
>
> I am getting this error: Installation error:
> INSTALL_FAILED_INSUFFICIENT_STORAGE
>
> At very first time it worked well, and tried to install again from the
> eclipse.
>
> I dont know why I am getting this.
>
> Can any one help to get rid of this?
>
> Thanks,
> Manoj.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: fullscreen doesn't hide Status Bar in Android SDK 1.5 R2

2009-08-11 Thread Shani

Having the same issue- can hide title bar easily but not Status Bar-
did the original author of the question or anyone else figure this out
yet?
Thanks
Shani

On Aug 5, 4:38 pm, Lucas  wrote:
> Hello,
>
> Did someone make this work?
>
> I am having the same issue when making my own theme.
>
> regards,
>
> Lucas
>
> On Jun 20, 6:45 pm, "vinc...@eklaireur.com" 
> wrote:
>
> > Ok Guys,
> > I did have the same issue
>
> > i found out my mistake, you have to define the thme within the
> > activity tag
>
> > android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
>
> > V
>
> > On 11 juin, 14:00, Mark Murphy  wrote:
>
> > > Shyam Dasgupta wrote:
> > > > can somebody atleast confirm whether they face this issue with 1.5
> > > > SDK, please? anybody who can test a fullscreen theme in 1.5 SDK?
>
> > > Fullscreen definitely hides the status bar in 1.5.
>
> > > android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
>
> > > --
> > > Mark Murphy (a Commons 
> > > Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> > > Android App Developer Training:http://commonsware.com/training.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 email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Using setContentView(viewList) in current Activity

2012-03-04 Thread Shani
Hi,

i'm new to android and trying to dispatch a ViewList from a current
Activity. (Android 2.2) . I'm getting this exception
"java.lang.IllegalStateException: The specified child already has a
parent. You must call removeView() on the child's parent first."

e.g. Like the search contacts dispatch a new window with the multiple
possibilities and then go back to the 1'st Activity

Does anyone know how you do it ?
Appreciate quick response.

Shani

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] accessing information from browser, in an application

2009-03-09 Thread Shani

I am editing the pre-existing zxing Barcode Reader code so it can
voice itself for blind users.
I know how to use Text to speech in the app.
Right now I am at the step where after the barcode is read, it then
opens a webpage in the android browser - it sends the product number
to google. What i want to do is be able to read from that webpage-
whether its from the DOM or just being able to get the source for the
page.

Here is where the intent is launched:

Uri uri = Uri.parse("http://www.google."; +
LocaleManager.getCountryTLD() + "/products?q=" + upc);
launchIntent(new Intent(Intent.ACTION_VIEW, uri));

Do I need to use android.webkit somehow? Or is that just for making my
own webpages in the browser?
No clue how to proceed right now. Thanks, any help is very appreciated

Shani

--~--~-~--~~~---~--~~
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] accessing information from browser, in an application

2009-03-09 Thread Shani

I am editing the pre-existing zxing Barcode Reader code so it can
voice itself for blind users.
I know how to use Text to speech in the app.
Right now I am at the step where after the barcode is read, it then
opens a webpage in the android browser - it sends the product number
to google. What i want to do is be able to read from that webpage-
whether its from the DOM or just being able to get the source for the
page.

Here is where the intent is launched:

Uri uri = Uri.parse("http://www.google."; +
LocaleManager.getCountryTLD() + "/products?q=" + upc);
launchIntent(new Intent(Intent.ACTION_VIEW, uri));

Do I need to use android.webkit somehow? Or is that just for making my
own webpages in the browser?
No clue how to proceed right now. Thanks, any help is very appreciated

Shani

--~--~-~--~~~---~--~~
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to draw a circle of Given Radius on Google Maps

2010-05-12 Thread Shani
Hi,

Google Maps provide a GPolygon class which returns the crilce of a
given radius; by using addOverlay method of GMap2 this circle can be
draw on Map.

In android we only have MapView class. How can I access addOverlay and
use GPolygon class in Anroid.

I want to implement the same functionarly provided by
http://googlemapsapi.blogspot.com/2007/01/gpolygon-example.html
but in Android.

Regards,
Shani

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Failure to connect to camera service.

2010-11-03 Thread shani
Did you ever figure this out? I can't and it's driving me crazy. Thanks,
shani


-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en