-
Notifications
You must be signed in to change notification settings - Fork 10
LK Android bootloader for the Nokia Lumia series of devices
License
fredldotme/lk_umia
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
*** Compiling the LK Android bootloader *** ** Tested on Ubuntu 11.10 with Lumia 710 ** 1) Get the toolchain and install: wget https://sourcery.mentor.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 sudo tar xvf arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 --directory /opt/ 2) Compile the bootloader: PATH=/opt/arm-2009q1/bin:$PATH TOOLCHAIN_PREFIX=arm-none-linux-gnueabi- PROJECT=msm7630_surf make EMMC_BOOT=1 3) Get your Lumia into diagnostics mode (turn it on using VOL UP + VOL DOWN + POWER) 4) BACKUP EVERY SINGLE FILE FROM THE 150MB PARTITION! (Just to be safe) 5) Replace the image/emmcboot.mbn file with your freshly compiled LK bootloader cp <repo dir>/build-msm7630_surf/EMMCBOOT.MBN /media/<mount point>/image2/emmcboot.mbn 6) Unmount the bootloader partition from your PC and pull the phone's battery 7) Turn on, wait a few moments, and plug the phone to the PC 8) Test the fastboot connection: fastboot devices fastboot getvar version
About
LK Android bootloader for the Nokia Lumia series of devices
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published