<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=ROM_Android%3A_Flash_boot_image</id>
	<title>ROM Android: Flash boot image - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=ROM_Android%3A_Flash_boot_image"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=ROM_Android:_Flash_boot_image&amp;action=history"/>
	<updated>2026-04-28T14:19:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=ROM_Android:_Flash_boot_image&amp;diff=41718&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Installing the custom kernel on Samsung devices  This was not only the scariest, but most frustrating part of the whole process. The CyanogenMod docs mention using installboot, but for rea...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=ROM_Android:_Flash_boot_image&amp;diff=41718&amp;oldid=prev"/>
		<updated>2014-12-30T23:07:46Z</updated>

		<summary type="html">&lt;p&gt;New page: Installing the custom kernel on Samsung devices  This was not only the scariest, but most frustrating part of the whole process. The CyanogenMod docs mention using installboot, but for rea...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Installing the custom kernel on Samsung devices&lt;br /&gt;
&lt;br /&gt;
This was not only the scariest, but most frustrating part of the whole process. The CyanogenMod docs mention using installboot, but for reasons I have yet to figure out that didn’t work for me. I suspect because I didn’t build a whole ROM but just the kernel. Anyway PsychoI3oy on #cyanogenmod-dev mentioned that heimdall would be the easiest way to install the ROM. Unlike Ye Olde Odin, heimdall is open source and thus is happily in the Ubuntu repos. So I just installed heimdall&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install heimdall-flash&lt;br /&gt;
&lt;br /&gt;
booted my phone into download mode (HOLD VolDown + Power + Home, then VolUp when you see the prompt), download the PITfile - it’s sorta like a partition table?&lt;br /&gt;
&lt;br /&gt;
 sudo heimdall download-pit --file t0lte.pit&lt;br /&gt;
&lt;br /&gt;
boot into download mode again, and upload the boot image:&lt;br /&gt;
&lt;br /&gt;
 sudo heimdall flash --pit ~/t0lte.pit --BOOT ~/android/system/out/target/product/t0lte/boot.img.&lt;br /&gt;
&lt;br /&gt;
Note that the string BOOT can be found by looking at heimdall print-pit --file t0lte.pit&lt;br /&gt;
&lt;br /&gt;
After installing the boot image, you still need to install the related modules. In my case everything except for wifi worked fine without the modules, but still, you need wifi. So after boot, you enable debug mode by clicking ‘Settings -&amp;gt; About Phone -&amp;gt; Build Number’ a million times, then enable adb, then run the following commands:&lt;br /&gt;
&lt;br /&gt;
 adb root&lt;br /&gt;
 adb remount&lt;br /&gt;
 for i in $OUT/system/lib/modules/*;&lt;br /&gt;
 do&lt;br /&gt;
     adb push $i /system/lib/modules/&lt;br /&gt;
 done&lt;br /&gt;
 adb shell chmod 644 /system/lib/modules/*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://blog.afoolishmanifesto.com/posts/replacing-your-cyanogenmod-kernel-for-fun-and-profit/&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>