Skip to main content

How to Customize Android Lock Screen Display

Are you bored with the look of your android lockscreen and want to customize it? Or maybe you want to be creative with makes your own lockscreen? How do I make it? let me share a common custom lockscreen on android.
Before discussing more about how to modify android lockscreen. first prepare the steps and materials that will be used in the custom lockscreen.

Requirements

How to change android lockscreen

In this article, I divide tutorial change android lock screen into two section, basic and advanced, with basic method has no risk to you, but if you fail to edit in advance method can cause bootloop when you fail.

Custom Android Lock screen with basic method

  1. Choose one of the lock screen that you want to edit
  2. Download apk lockscreen
  3. After you get the get apk, decompile the apk using maxiedit
  4. Find the graphic files, and edit using imaging applications (common graphic files are in the folder "drawable")
  5. Re Compile the file to be apk file again. then install the apk
  6. Finish and you can enjoy your new lockscreen.



Custom Lock screen with Advance method

  1. Backup framework res.apk then move it on your PC
  2. Edit and decompile framework-res.apk by using MaxiEdit
  3. Open the folder results decompile framework-res.apk, then find the xml file keyguard_screen_tab_unlock
  4. Edit the xml file with notepad + + (already available on MaxiEdit)
  5. Find a line that is writing like below:
    <RelativeLayout android:gravity="center_horizontal" android:id="@id/root" android:background="#70000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
  6. Then change to
    <RelativeLayout android:gravity="center_horizontal" android:id="@id/root" android:background="@drawable/lockscreen_default" android:layout_width="fill_parent" android:layout_height="fill_parent"
  7. Then save
  8. Then create a custom png image, adjust the resolution size of your android device (example, 240 x 300 pixel for QVGA), created according to your creations, and then rewrite to lockscreen_default.png
  9. After done, input the lockscreen_default.png image to the the res-drawable folder / (ldpi-mdpi-hdpi)
  10. Edit also another image file that you want to change
  11. Delete the resources.arsc file
  12. Go into the folder res-layout, remove the file keyguard_screen_tab_unlock.xml
  13. Then compile the framework-apk file and make sure there are no errors when compiling
  14. Perform nandroid backup before you push the framework-res.apk that you have created just in case you failed to edit because it will cause bootloop
  15. Push the framework-res.apk that you compiled earlier to the system / framework
  16. When finished push the framework-res.apk , then reboot your android device
  17. If you are succesfull, then the lockscreen you will become as your creation

Note:

- Both the basic and advance way, note DO NOT CHANGE the size of the image resolution, and image extensions (if .Png then your new file extension must be .Png, if .9.Png then your new file must be .9.Png too. To make .9.png you can read the article that I have provided above by using a 9-patch)
- Make a backup before you edit using advanced ways

Ok thats for how change and customize your android lock screen. see you in next android latest news

Comments

Popular posts from this blog

How To Upgrade Samsung Galaxy Ace To Ice Cream Sandwich

today i will give tutorial upgrade samsung galaxy ace to Ice Cream Sandwich (ICS). We know that Samsung have been announced that there are no official update to android 4.0 for this device. But don't worry many developers from xda forum have found some ics rom for the device. And Today i will present on this article the most stable rom  the things that you must be concerned is : First, enable USB Debugging Mode in your mobile phone by go to Settings>Applications >Development > USB Debugging. then ticked that option Samsung Device Drivers installed on your computer. You must Have root acces to your device. see how to root galaxy ace Create a Nandroid Back before you flash your galaxy ace If you want to flash official firmware read flash official firmware on galaxy ace s5830 via odin Please note it is important to you to follow the following step, so you can do the process without any problem. For user experience you can read on comment area Download a...

How To Download Apk From Google Play To PC

good morning everyone, in this post today i want to answer a question that often asked from my blog visitor. it is about how to download apk files from google play to PC . but before i give the tutorial i will explain the chronologycal from this post so that you will not confused. for owners of Android gadget would have become a habit to search for android applications, android games, and android widgets. either it is free or paid, and usually you are download it from google play store. when you are browsing with your Android phones it is easy, you don't need to confuse when you want to download the three types of application above, but how can if you want to download the apps on Play Store when you are using a PC or computer? What steps should you do to get the APK from the Android Market to PC? and now i will give the answer how to download apk from google play store and this tutorial that i share is the way that i often use to download apk from paly store if i was online us...

Link2SD Complete Tutorial

Hello friends.. today i want to share complete guide and tutorial how to create link2sd on your android phones. please read carefully so that the installation process can be done successfully.  As we know that Android smartphones are more and more popular. So many vendors are producing Android device at an affordable price and hardware specifications are pretty high. One of the hardware that makes it less convenient, is the small internal memory. While we know that Android applications available in the Play Store (Market) there are many great and interesting enough to try. but when our ointernal memory only have small size maybe after we install only 20 apps our android will scream very loudly.. haha XD So, for the owner of the Android device is a small internal memory (eg, Galmin, Galyong, etc..) Can use this Link2SD application. useful links geek solve how to format sd card on windows Requirements - SD Card - Download LInk2sd - Root Device. #you must have root your android devi...