Forgot bit locker pin, forgot bit locker recovery key, 5 Easy ways to fix

Image
 Did you forgot your bit locker pin and recovery key. Try these methods, I hop it help you. 1. When you see this screen, Press "Esc" key in your keyboard for more recovery option. It will say preparing BitLocker recovery, You will see the screen bellow in few minute. Here we will click on "Skip the drive", You will see the screen bellow. Here you need to Turn off your PC, and then enter the BIOS of your PC. In order to enter BIOS, check for your PC brand and model and search on google, how to enter BIOS for your particular brand and model of your PC. Search for "Secure Boot" Enable it and check it, if it works for you. If it do not work, come back to same place and Disable "Secure Boot" and try again, see if it work for you. 2. If the above method do not work for you, try resetting your PC, You can choose any of the two option for resetting your PC, "Keep my files" or "Remove everything" whichever works for you. 3. If the abov...

how to fix java.lang.OutOfMemoryError at android.graphics.Bitmap.createBitmap

how to fix java.lang.OutOfMemoryError at android.graphics.Bitmap.createBitmap

java.lang.OutOfMemoryError:
  at dalvik.system.VMRuntime.newNonMovableArray (Native Method)
  at android.graphics.Bitmap.nativeCreate (Native Method)
  at android.graphics.Bitmap.createBitmap (Bitmap.java:975)
  at android.graphics.Bitmap.createBitmap (Bitmap.java:946)
  at android.graphics.Bitmap.createBitmap (Bitmap.java:877)
  at android.graphics.Bitmap.createScaledBitmap (Bitmap.java:753)
  at com.google.appinventor.components.runtime.util.MediaUtil$2.run (MediaUtil.java:501)
  at java.lang.Thread.run (Thread.java:818)

This is very common error that you will be getting in your android application, and because of these error application might not work on some devices.

Application gives error message like unfortunately application has stopped. when you try to run application it crashes time to time.

Note: There are several reason behind error; there are different types of solution for it; below some of the solution you can go with; i hop it fix your issue.

1. image(pixel)

you know the size of android device; there are different types of android smartphone and tablets; they have different screen sizes.

You might be having lots of images in your app; do not use image if it is not that necessary; when you use the image decrease the image pixel; as you upload it should not exceed the size of screen, as far as possible decrease the image size to fit smallest screen size or use even smaller if you can.


2. image(dpi)

when you put the image in your android devices; try to decrease the dpi of the image.
currently you might be using certain dpi; and you are getting error crashes for some of the devices; now you can decrease the dpi of your image; re-upload to your android app and test it; these above two guide should fix your issue;  java.lang.OutOfMemoryError at android.graphics.Bitmap.createBitmap

Popular posts from this blog

Top international payment gateway transaction fee comparison (2024)

What is Python Syntax and how to use?

How to Manage Boot Configuration of Windows using CMD