Android :: RuntimeException On Widget That Has A Bitmap

Aug 23, 2010

my app has widgets that have an ImageView and a TextView. On the onUpdate() method of the WidgetProvider, I put a Bitmap inside the ImageView this way:

CODE:..................

setColor() method is this:

CODE:..........

The problem is that sometimes the widget throws a RuntimeException because somebody has recycled the Bitmap, and I don't know what to do.

Android :: RuntimeException on widget that has a Bitmap


Android :: RuntimeException: Canvas: Trying To Use A Recycled Bitmap ..

Aug 22, 2009

I am getting the following logs when i am changing the wallpaper for Homescreen. Even i am recycling the bitmap is done when the wallpaper changes in OnWallpaperChanged(). Still i m getting the bellow error.

CODE:.........................

View 3 Replies View Related

Android : Crop Bitmap Without Reading Entire Bitmap / Cannot Read Image Into Memory

Jul 21, 2010

I have a very large image and I only want to display a section the size of the display (no scaling), and the section should just be the center of the image. Because the image is very large I cannot read the entire image into memory and then crop it. This is what I have so far but it will give OutOfMemory for large images. Also I don't think inSampleSize applies because I want to crop the image, not lower the resolution.

Uri data = getIntent().getData();
Input Stream is = getContentResolver().openInputStream(data);
Bitmap bitmap = BitmapFactory.decodeStream(is, null, null);

Any help would be great?

View 3 Replies View Related

Android :: Create Mutable Bitmap From Camera - Draw Another Bitmap On Top - And Save It

Apr 2, 2009

I am 1) taking a picture and 2) then draw another Bitmap on top of it 3) then I store it

I am doing it as follows and it works on the emulator.

On the device I get a OutOfMemoryError: bitmap size exceeds VM budget android.graphics.Bitmap.nativeCopy(Native Method) android.graphics.Bitmap.copy(Bitmap.java:199) in the line copy the Bitmap to get a mutable Bitmap.

CODE:...........

What I am asking:

a) Is there a better way to do what I am doing? 1) take a picture 2) draw another Bitmap on top of it 3) then I store it

b) What is the best way to create a mutable Bitmap from the picture I just took with the camera?

In my app, resolution is not an issue. If it works better for small photos that would be fine.

View 3 Replies View Related

Android :: Overlay Bitmap - Draw Over A Bitmap

Oct 8, 2009

I have two questions actually:

Is it better to draw an image on a bitmap or create a bitmap as resource and then draw it over a bitmap? Performance wise... which one is better?

If I want to draw something transparent over a bitmap, how would I go about doing it?

If I want to overlay one transparent bitmap over another, how would I do it?

View 1 Replies View Related

Android :: Draw A Bitmap Rotated Onto Another Bitmap

Mar 22, 2009

My goal is the draw a bitmap onto another bitmap but rotated 90 degress. whats the most efficient way to do that. My current method is as follows which is horribly bad because it creates a new bitmap every time.

CODE:.....................

View 4 Replies View Related

Android :: ScoreNinja Causes Java.lang RuntimeException

Nov 15, 2010

I'm trying to add ScoreNinja, the global high score system, to my Android game, and it works fine when I load it on my phone, but when I release it into the wild, I got crash reports saying: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()

Here is part of the call stack:

android.os.Handler.<init>(Handler.java:121)
android.app.Dialog.<init>(Dialog.java:99)
android.app.AlertDialog.<init>(AlertDialog.java:65)
android.app.AlertDialog.<init>(AlertDialog.java:61)....

I thought the main thread had prepare() called automatically, and if not, why would it work fine for me but not anyone else?

View 6 Replies View Related

Android :: Inflating Xml Layout Generates RuntimeException

Oct 2, 2010

I'm new to Android and i'm trying to inflate a layout in xml but i get a RuntimeException. I have cut out almost everything except for my activity class and the class extending SurfaceView.

what i'm doing wrong?

CODE:........................

View 4 Replies View Related

Android :: Customized Search - RuntimeException Can't Set Breakpoints

Jul 25, 2010

I am trying to implement my own Search using searchable, and as soon as press return after entering a query into my custom search field, I get a RuntimeException:

CODE:...............

Here is what the logCat reported:

CODE:............

(More):

CODE:..............

I have been trying to figure it out for hours. Here is my AndroidXML:

CODE:.................

View 1 Replies View Related

Android :: RuntimeException OnCreateDialog Did Not Create A Dialog For Id

Nov 19, 2010

I've an application that you can show and close several Dialogs with:

showDialog(...)
removeDialog(...)

I play a little bit with the application and when there is no any Dialog on the screen, I press the menu button and I go to the main android screen.

After a while, I enter again into my application and sometimes, I get this RuntimeException:

CODE:...........

View 2 Replies View Related

Android :: RuntimeException Without Any Linenumber In Code - Error

Dec 24, 2009

What could be the reason, if I get such a strange error?

CODE:.................

I do not get a special line in my code. How can I find anything out, where the error in my code is?

And the LogCat says all the time:

CODE:............................

View 5 Replies View Related

Android :: SlidingDrawer Throws RuntimeException In OnMeasure / Set It Up?

Apr 30, 2009

I would like to do some tests on SlidingDrawer however i always found RuntimeException when SlidingDrawer.onMeasure is called i check the code and think the exception is caused by unspecified MeasureSpec

so i would like to ask how to setup the MeasureSpec in SlidingDrawer?

View 2 Replies View Related

Android :: FindViewById In A Subclassed SurfaceView Throwing RuntimeException

Oct 9, 2010

This code works fine if I move the findViewById call in to the Activity. Any hints as to why it doesn't work from inside the LearningView class? I've tried moving the TextView inside the com.example.LearningView tag but no joy. I'd prefer to get the TextView from within the SurfaceView subclass as I feel it's more logical to treat the TV as a "child" of the SV.

This is a contrived example I wrote to figure out the problem in a larger application, but the gist of it is the same, and the stack trace is basically the same.

For what it is worth, the findViewById call is returning null, which obviously threw NullPointerExceptions in some attempts to fix this.

As you can probably gather from my attempts I'm flying blind on this one.

Learning.java:

CODE:..........

main.xml:

CODE:..............

Stack trace:

CODE:......................

View 1 Replies View Related

Android :: Java.lang.RuntimeException - Supply Layout_height Attribute

Feb 15, 2009

I get the following error in logcat: java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_height attribute. Can you please tell me which xml file that I am missing? And it said 'binary xml', does it mean it is actually line 26 in my file? or it is line 26 in the file after it compiles to be a binary xml file?..........

View 4 Replies View Related

Android :: Java.lang.RuntimeException: Unable To Start Activity ComponentInfo

Nov 8, 2010

I wrote an android app and so far it works perfect except for on one phone. It is the exact phone that I have with 2.2 on both phones and mine works perfect. The other phone is getting force close all the time but only when opening an activity that queries my image DB and tries to show a gallery. Every activity crashes in the same place, the viewimages. At first I thought it was the intent that was doing it but one of the activitys does not have the intent, it opens the images below the gallery. This works on the emulator, on my moto droid and on a few other different droids. Here is the code for the gallery and my bitmap decoder.

The error is below that.

CODE:..............

Here is the error

CODE:.....................

View 1 Replies View Related

Android :: Draw Shape Or Bitmap Into Another Bitmap - Java - Android

Jun 22, 2010

I want to draw a shape(many circles particularly) into a Specific Bitmap. I have never used canvas / 2D graphs etc. As i see it i create a Drawable put the bitmap in it then "canvas-it" to the shapes i want etc.

View 1 Replies View Related

Android :: Traceview - Permissions And Java.lang.RuntimeException - File Open Failed

Aug 17, 2010

I'm calling Debug.startMethodTracing("fnord") and I'm getting a java.lang.RuntimeException: file open failed message. It looks like I'm supposed to have the android.permission.WRITE_EXTERNAL_STORAGE permission set. But how do you set that permission when you're debugging through Eclipse? Aren't permissions normally set at install time (which doesn't happen in a normal way when you're debugging)?

View 2 Replies View Related

Android :: How To Fix Runtimeexception:android.database.sqlite.SQLiteException: Unable To Close Due To Unfinalised Statements

Jul 6, 2010

The log is as following:

CODE:..................

View 2 Replies View Related

Android :: Android - Java.lang.RuntimeException - SetParameters Failed

Jun 22, 2010

I have downloaded one open source ocr application. when i run it on the g1 phone it is working, but for the nexus one its throwing up a exception telling E/QualcommCameraHardware( 52): Invalid preview size requested: 533x310

E/AndroidRuntime(5038): java.lang.RuntimeException: setParameters failed

View 5 Replies View Related

Android :: RuntimeException When Trying To Use Android.app.Application

Feb 23, 2010

I'm trying to use a custom class (be.myname.rssreader.util.Global) extending android.app.Application, but when I try to use its accessors, I get the following exception:

CODE:...........

Before you ask, yes, it's in my manifest, as follows:

<application android:name=".util.Global" android:icon="@drawable/icon"android:label="@string/app_name" android:debuggable="true">

The code where the exception is thrown is this:

global.setService(new FeedService(getApplicationContext()));

It's placed in the onCreate of my main Activity, immdiately after the calls to super.onCreate and setContentView.

View 2 Replies View Related

Android :: Attempt To Stub Android Activity Class Using PowerMockito Throws RuntimeException - Stub

Sep 17, 2010

I found this example where they used PowerMock and EasyMock to stub/mock the Menu and MenuItem classes for android. I have been trying to do something similar with PowerMock and Mockito with the Activity class.

I understand that a lot of the methods are final and that in the Android.jar they all just throw RuntimeException("Stub!").

I also understand that this test isn't complete but I just wanting to see if it is possible to mock the android Activity class.

But given that PowerMock allows you to mock classes with final methods shouldn't this code work?

CODE:............

I would think that the RuntimeException would no longer occur and "Title" would be returned but it still throws the exception.

I have tried all sorts of different things like doReturn("Title").when(mockActivity).getTitle(); and suppress(constructor(Activity.class));

View 2 Replies View Related

Android :: Draw On Bitmap

Nov 11, 2010

I'm trying to figure out how to draw on a bitmap in android, and keep a copy of these changed bitmaps for an undo function.

Bitmap b = ...
Paint p = new Paint();
canvas.drawBitmap(b, new Matrix(), null);
canvas.drawCircle(0,0,20,20);
//does Bitmap b have the circle drawn on it next time?

Or how do I get the bitmap after its been drawn on with the canvas(I want to preserve a stack of bitmaps with the changes applied by canvas drawing)? Maybe I'm going about this entirely wrong.

View 1 Replies View Related

Android :: Trying To Grayscale Bitmap?

Apr 20, 2009

I am trying to grayscale bitmap as follows, But it is crashing as soon as I run this method.

The problem is in last line. How can I assign "int" to "Color"? Or are there any better ways?

CODE:................

View 9 Replies View Related

Android :: Getting Bitmap From TextView

Jun 13, 2010

I want to get the bitmap that is drawn when a textview is displayed but without displaying the textview in the activity. something like this:

TextView t = new TextView(this);
t.forceToDrawItself();
Bitmap b=t.getViewBitmap();

how is this possible?

View 2 Replies View Related

Android : How To Put Bitmap On Top Of A Button?

Apr 21, 2009

Does anybody knows how can I put a Bitmap on top of a button, but without taking the whole surface?

View 2 Replies View Related

Android : Best Way To Resize Bitmap

Sep 10, 2009

I want to resize a bitmap and write to a file. what's the best way to do that?

View 2 Replies View Related

Android : How To Merge Two Bitmap Into One

Mar 15, 2010

I have two different bitmap. Can I merge these two bitmap into one?

View 7 Replies View Related

Android :: Passing Bitmap To Another Activity

Jun 7, 2010

I have a Bitmap image and i want to forward the bitmap to another activity. I have two activities Activity A and Activity B. This is how I started the Activity B
startActivityForResult(new Intent(Activity A.this, Activity B.class), 120);
in activity B
private void forwardImage(Bitmap bit) {
Intent i = new Intent(MMS.this, Compose.class);
i.putExtra("MMS", bit);
setResult(RESULT_OK, i);
finish(); }

This is not forwarding to Activity A but if I put a String to the intent it'll forward. This is how I listen to result in Activity A

@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
// TODO Auto-generated method stub
// super.onActivityResult(requestCode, resultCode, data);
switch (resultCode)
case RESULT_OK: Intent intent = getIntent();
Bitmap bitmap = (Bitmap) intent.getParcelableExtra("MMS");
mmsImage.setImageBitmap(bitmap);
default: break;
} }

How can I pass a bitmap.

View 3 Replies View Related

Android :: Write Comment On Bitmap

Nov 22, 2010

I have a bitmap displayed on ImageView now i want to give a facility to write comment typed by the user on that bitmap.i tried using Canvas canvas = new Canvas(srcBitmap); canvas.drawText("Hello", 100,100,null);but this is giving me following error java.lang.IllegalStateException: Immutable bitmap passed to Canvas constructor later on i want to save this whole image a bitmap.

View 1 Replies View Related

Android :: Replace Any Colour In Bitmap Possible?

Oct 28, 2010

Is there an easy way to replace a colour in a bitmap?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved