<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Yanzicjustnubie&#039;s Blog</title>
	<atom:link href="http://yanzicjustnubie.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yanzicjustnubie.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 19 Feb 2012 09:25:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yanzicjustnubie.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Yanzicjustnubie&#039;s Blog</title>
		<link>http://yanzicjustnubie.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yanzicjustnubie.wordpress.com/osd.xml" title="Yanzicjustnubie&#039;s Blog" />
	<atom:link rel='hub' href='http://yanzicjustnubie.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Downlad Banyak File dengan Wget</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/19/downlad-banyak-file-dengan-wget/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/19/downlad-banyak-file-dengan-wget/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 09:16:46 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1185</guid>
		<description><![CDATA[Misalkan saya ingin mendownload manga Fairy Tail terbaru dan saya ingin mendownload file-file jpg manga tersebut dan tidak cukup waktu untuk membacanya karena saya harus tidur siang .  Misalkan alamat gambar-gambar tersebut ada di www.ngasal.net/img/ dimana terdapat file 1.jpg sampai 9.jpg. Jika menggunakan wget maka perintah yang diketikkan adalah: $ wget -nd http://www.ngasal.net/img/{1,2,3,4,5,6,7,8,9}.jpg Pada perintah [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1185&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Misalkan saya ingin mendownload manga Fairy Tail terbaru dan saya ingin mendownload file-file jpg manga tersebut dan tidak cukup waktu untuk membacanya karena saya harus tidur siang <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .  Misalkan alamat gambar-gambar tersebut ada di www.ngasal.net/img/ dimana terdapat file 1.jpg sampai 9.jpg. Jika menggunakan wget maka perintah yang diketikkan adalah:</p>
<pre><code>$ wget -nd http://www.ngasal.net/img/{1,2,3,4,5,6,7,8,9}.jpg</code></pre>
<p style="text-align:justify;">Pada perintah di atas ,<code>{1,2,3,4,5,6,7,8,9}.jpg</code> berarti file 1.jpg sampai 9.jpg . Jadi tidak perlu susah-susah mengetikkan 1.jpg 2.jpg sampai 9.jpg.</p>
<p style="text-align:justify;">Misalkan nama filenya tidak sesederhana seperti di atas. Misalkan contoh-file-1216261.jpg sampai contoh-file-1216269.jpg. Maka perintahnya menjadi:</p>
<pre><code>$ wget -nd http://www.ngasal.net/img/contoh-file-121626{1,2,3,4,5,6,7,8,9}.jpg</code></pre>
<p style="text-align:justify;">
<p>sumber: <a title="http://www.linuxquestions.org/questions/linux-networking-3/use-wget-to-download-multiple-files-with-wildcards-603486/" href="http://www.linuxquestions.org/questions/linux-networking-3/use-wget-to-download-multiple-files-with-wildcards-603486/" target="_blank">http://www.linuxquestions.org/questions/linux-networking-3/use-wget-to-download-multiple-files-with-wildcards-603486/</a></p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/linux/'>Linux</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/download/'>download</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/internet/'>internet</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/manga/'>manga</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/wget/'>wget</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1185&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/19/downlad-banyak-file-dengan-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>
	</item>
		<item>
		<title>Background Login Screen Ubuntu 11.10 yang Komunikatif</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/17/background-login-screen-ubuntu-11-10-yang-komunikatif/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/17/background-login-screen-ubuntu-11-10-yang-komunikatif/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 06:12:19 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[lightdm]]></category>
		<category><![CDATA[login screen]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1172</guid>
		<description><![CDATA[Dengan background seperti di atas maka login screen akan terlihat seperti ini: Filed under: Ubuntu Tagged: lightdm, login screen, ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1172&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/login2.png"><img class="aligncenter  wp-image-1173" title="login2" src="http://yanzicjustnubie.files.wordpress.com/2012/02/login2.png?w=553&#038;h=312" alt="" width="553" height="312" /></a></p>
<p>Dengan background seperti di atas maka login screen akan terlihat seperti ini:</p>
<p style="text-align:center;"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot30.png"><img class="aligncenter  wp-image-1175" title="snapshot30" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot30.png?w=553&#038;h=311" alt="" width="553" height="311" /></a></p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/lightdm/'>lightdm</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/login-screen/'>login screen</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1172&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/17/background-login-screen-ubuntu-11-10-yang-komunikatif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/login2.png?w=1024" medium="image">
			<media:title type="html">login2</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot30.png?w=1024" medium="image">
			<media:title type="html">snapshot30</media:title>
		</media:content>
	</item>
		<item>
		<title>Cara Mengambil Screen Shot Login Scrreen Ubuntu 11.10</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/17/cara-mengambil-screen-shot-login-scrreen-ubuntu-11-10/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/17/cara-mengambil-screen-shot-login-scrreen-ubuntu-11-10/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 04:35:56 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[lightdm]]></category>
		<category><![CDATA[login screen]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1169</guid>
		<description><![CDATA[Cara untuk mengambil screen shot login scrreen Ubuntu 11.10 yaitu pertama kali buka aplikasi screenshot favorit lalu jalankan unity-greeter dari terminal: $ unity-greeter Setelah itu ambil screenshotnya &#160; sumber: http://jarwadi.wordpress.com/2011/10/18/cara-screen-capture-untuk-ubuntu-11-10-login-screen/ Filed under: Ubuntu Tagged: lightdm, login screen, screenshot<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1169&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot29.png"><img class="aligncenter size-full wp-image-1170" title="snapshot29" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot29.png?w=604&#038;h=339" alt="" width="604" height="339" /></a></p>
<p style="text-align:justify;">
<p style="text-align:justify;">Cara untuk mengambil screen shot login scrreen Ubuntu 11.10 yaitu pertama kali buka aplikasi screenshot favorit lalu jalankan unity-greeter dari terminal:</p>
<pre><code>$ unity-greeter</code></pre>
<p>Setelah itu ambil screenshotnya</p>
<p>&nbsp;</p>
<p style="text-align:justify;"><a href="http://jarwadi.wordpress.com/2011/10/18/cara-screen-capture-untuk-ubuntu-11-10-login-screen/">sumber: http://jarwadi.wordpress.com/2011/10/18/cara-screen-capture-untuk-ubuntu-11-10-login-screen/</a></p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/lightdm/'>lightdm</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/login-screen/'>login screen</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/screenshot/'>screenshot</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1169&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/17/cara-mengambil-screen-shot-login-scrreen-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot29.png" medium="image">
			<media:title type="html">snapshot29</media:title>
		</media:content>
	</item>
		<item>
		<title>Cara Mengatur Tampilan GTK 3 dan GTK 3 pada KDE</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/14/cara-mengatur-tampilan-gtk-3-dan-gtk-3-pada-kde/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/14/cara-mengatur-tampilan-gtk-3-dan-gtk-3-pada-kde/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 09:47:28 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[oxygen]]></category>
		<category><![CDATA[Plasma Desktop]]></category>
		<category><![CDATA[tema]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1161</guid>
		<description><![CDATA[Tampilan di atas adalah contoh tampilan Nautilus pada KDE yang belum dikonfigurasi sama sekali. Masalahnya adalah jika menggunakan KDE-config-GTK bawaan dari repo Ubuntu , tema GTK sama sekali tidak berubah walaupun telah diatur temanya pada KDE-config-GTK. Untuk mengatasinya bisa dengan menggunakan KDE-config-GTK  dari Netrunner OS. Penjelasan lebih lanjut bisa dibaca disini: www.netrunner-os.com/gtk2-gtk3-configuration-under-kde. Untuk menginstall KDE-config-GTK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1161&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1162" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot24.png"><img class="size-medium wp-image-1162" title="Nautilus pada KDE " src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot24.png?w=300&#038;h=168" alt="Nautilus pada KDE " width="300" height="168" /></a><p class="wp-caption-text">Nautilus pada KDE</p></div>
<p style="text-align:justify;">Tampilan di atas adalah contoh tampilan Nautilus pada KDE yang belum dikonfigurasi sama sekali. Masalahnya adalah jika menggunakan KDE-config-GTK bawaan dari repo Ubuntu , tema GTK sama sekali tidak berubah walaupun telah diatur temanya pada KDE-config-GTK. Untuk mengatasinya bisa dengan menggunakan KDE-config-GTK  dari Netrunner OS. Penjelasan lebih lanjut bisa dibaca disini: <a title="http://www.netrunner-os.com/gtk2-gtk3-configuration-under-kde/" href="http://www.netrunner-os.com/gtk2-gtk3-configuration-under-kde/" target="_blank">www.netrunner-os.com/gtk2-gtk3-configuration-under-kde.</a></p>
<p style="text-align:justify;">Untuk menginstall KDE-config-GTK dari Netrunner OS pertama kali download paket deb-nya disini: <a title="http://packages.netrunner-os.com/pool/main/k/kde-gtk-config/" href="http://packages.netrunner-os.com/pool/main/k/kde-gtk-config/" target="_blank">packages.netrunner-os.com/pool/main/k/kde-gtk-config</a></p>
<p style="text-align:justify;"><span id="more-1161"></span>Kemudian remove kde-gtk-config yang sebelumnya terinstall:</p>
<pre><code>$ sudo apt-get purge kde-config-gtk</code></pre>
<p style="text-align:justify;">Lalu install paket deb yang tadi didownload:</p>
<pre><code>$ sudo apt-get install nama-paket-yang-didownload-tadi.deb</code></pre>
<p style="text-align:justify;">Kemudian buka system settings &#8211;&gt; application appearence &#8211;&gt; GTK configuration dan atur temanya:</p>
<p style="text-align:justify;"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot27.png"><img class="aligncenter size-full wp-image-1165" title="snapshot27" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot27.png?w=604&#038;h=346" alt="" width="604" height="346" /></a></p>
<p style="text-align:justify;">Setelah itu apply dan lihat perbedaannya:</p>
<p style="text-align:justify;"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot251.png"><img class="aligncenter size-medium wp-image-1164" title="snapshot25" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot251.png?w=300&#038;h=168" alt="" width="300" height="168" /></a></p>
<p style="text-align:justify;">
<p style="text-align:justify;">Nautilus pada KDE kini dapat berubah tema. Pada tampilan di atas saya menggunakan tema Ice Cream GTK agar cucok dengan warna hitam pada KDE .</p>
<p style="text-align:justify;">
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kde/'>KDE</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kubuntu/'>Kubuntu</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/kde-2/'>kde</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/oxygen/'>oxygen</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/plasma-desktop/'>Plasma Desktop</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/tema/'>tema</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1161&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/14/cara-mengatur-tampilan-gtk-3-dan-gtk-3-pada-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot24.png?w=300" medium="image">
			<media:title type="html">Nautilus pada KDE </media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot27.png" medium="image">
			<media:title type="html">snapshot27</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot251.png?w=300" medium="image">
			<media:title type="html">snapshot25</media:title>
		</media:content>
	</item>
		<item>
		<title>Main Game Marble Arena 2 pada Ubuntu 11.10</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/11/install-game-marble-arena-2-pada-ubuntu-11-10/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/11/install-game-marble-arena-2-pada-ubuntu-11-10/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 23:29:29 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[game]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[game 3D]]></category>
		<category><![CDATA[intermezzo]]></category>
		<category><![CDATA[marble arena 2]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1148</guid>
		<description><![CDATA[Marble Arena 2  merupakan peringkat pertama &#8220;Top 10 Free Apps&#8221; Ubuntu selama Januari 2012. Hal ini saya ketahui dari sini: developer.ubuntu.com/2012/02/top-10-ubuntu-app-downloads-for-january-2012  . Namun karena saya tidak tahu alamat reponya dan sedang malas Googling, dan (juga karena ingin download di warnet alias agar hemat bandwith modem   )  jadi saya mencoba download dari situsnya langsung yaitu www.marble-arena.com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1148&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a title="http://www.marble-arena.com/" href="http://www.marble-arena.com/" target="_blank">Marble Arena 2</a>  merupakan peringkat pertama &#8220;Top 10 Free Apps&#8221; Ubuntu selama Januari 2012. Hal ini saya ketahui dari sini: <a title="http://developer.ubuntu.com/2012/02/top-10-ubuntu-app-downloads-for-january-2012/" href="http://developer.ubuntu.com/2012/02/top-10-ubuntu-app-downloads-for-january-2012/" target="_blank">developer.ubuntu.com/2012/02/top-10-ubuntu-app-downloads-for-january-2012 </a> . Namun karena saya tidak tahu alamat reponya dan sedang malas Googling, dan (juga karena ingin download di warnet alias agar hemat bandwith modem <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />   )  jadi saya mencoba download dari situsnya langsung yaitu<a title="http://www.marble-arena.com/" href="http://www.marble-arena.com/" target="_blank"> www.marble-arena.com</a> . Untuk Linux, Marble Arena dapat didownload disini:</p>
<p style="text-align:center;"><a title="http://www.box.com/s/mntydfve3rqxa0splvo5" href="http://www.box.com/s/mntydfve3rqxa0splvo5" target="_blank">www.box.com/s/mntydfve3rqxa0splvo5 (87,4 MB)<br />
</a></p>
<p style="text-align:justify;">Setelah selesai didownload, ekstrak file .tar.gz tersebut dan pindahkan ke /opt/ atau di wilayah /home/user/../ juga boleh. Setelah itu masuk ke folder bin  dan temukan file  arena_32 dan arena_64. Untuk komputer 32 bit <em>copy-paste</em> arena_32 ke folder di atasnya (folder Marble Arena 2). Sedangkan untuk komputer 64 bit gunakan arena_64.<span id="more-1148"></span></p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot211.png"><img title="snapshot21" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot211.png?w=245&#038;h=217" alt="" width="245" height="217" /></a>             <a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot22.png"><img title="snapshot22" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot22.png?w=206&#038;h=300" alt="" width="206" height="300" /></a></p>
<p style="text-align:justify;">Game Marble Arena 2 dapat dijalankan langsung dengan  mengeksekusi langsung file arena_32 / arena_64 tersebut. Pastikan kedua file tersebut memiliki permission executable.Namun Sebelum mengeksekusi file tersebut, pastikan  dependensi libsdl-mixer1.2 sudah terinstall. Jika belum, cari di synaptic atau lakukan pada termianal:</p>
<pre><code>$ sudo apt-get install libsdl-mixer1.2</code></pre>
<p>Setelah itu double klik file arena_32 /arena_64 dan enjoy gamenya <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot23.png"><img class="aligncenter size-medium wp-image-1151" title="snapshot23" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot23.png?w=300&#038;h=168" alt="" width="300" height="168" /></a></p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/game/'>game</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/game/'>game</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/game-3d/'>game 3D</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/intermezzo/'>intermezzo</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/marble-arena-2/'>marble arena 2</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1148&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/11/install-game-marble-arena-2-pada-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:thumbnail url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot23.png?w=150" />
		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot23.png?w=150" medium="image">
			<media:title type="html">snapshot23</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot211.png" medium="image">
			<media:title type="html">snapshot21</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot22.png?w=206" medium="image">
			<media:title type="html">snapshot22</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot23.png?w=300" medium="image">
			<media:title type="html">snapshot23</media:title>
		</media:content>
	</item>
		<item>
		<title>Cara Mudah Menambahkan Panel KDE dengan Plasma Panel Collection</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/10/cara-mudah-menambahkan-panel-kde-dengan-plasma-panel-collection/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/10/cara-mudah-menambahkan-panel-kde-dengan-plasma-panel-collection/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 00:11:23 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[Plasma Desktop]]></category>
		<category><![CDATA[plasmoid]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1130</guid>
		<description><![CDATA[Terkadang kita ingin memodifikasi panel pada KDE sedimikian rupa ataupun membuatnya  mirip panel-panel pada OS atau desktop environtment lain misalnya panel Unity, panel Windows 7, panel Mac OS. Ada satu cara singkat untuk memodifikasi panel KDE yaitu dengan menggunakan aplikasi Plasma Panel Collection yang dapat didownload dari KDE-apps.org disini: http://goo.gl/YO0DY. Untuk menginstallnya ekstrak file yang [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1130&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Terkadang kita ingin memodifikasi panel pada KDE sedimikian rupa ataupun membuatnya  mirip panel-panel pada OS atau desktop environtment lain misalnya panel Unity, panel Windows 7, panel Mac OS. Ada satu cara singkat untuk memodifikasi panel KDE yaitu dengan menggunakan aplikasi <a title="http://kde-apps.org/content/show.php/Plasma+Panels+Collection+?content=147589&amp;PHPSESSID=39a93beb7edc5c20ac9af7a72000f647" href="http://kde-apps.org/content/show.php/Plasma+Panels+Collection+?content=147589&amp;PHPSESSID=39a93beb7edc5c20ac9af7a72000f647" target="_blank">Plasma Panel Collection</a> yang dapat didownload dari KDE-apps.org disini: <a title="http://goo.gl/YO0DY" href="http://goo.gl/YO0DY" target="_blank">http://goo.gl/YO0DY</a>.</p>
<p style="text-align:justify;">Untuk menginstallnya ekstrak file yang didownload tadi dan jalankan</p>
<p><code>$ sudo ./install</code></p>
<p style="text-align:justify;">dari direktori hasil ekstrak tersebut.</p>
<p style="text-align:justify;">Setelah itu klik kanan pada desktop dan pastikan muncul menu baru yaitu &#8220;add panel&#8221;</p>
<div id="attachment_1131" class="wp-caption aligncenter" style="width: 340px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot16.png"><img class=" wp-image-1131 " title="add panel" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot16.png?w=330&#038;h=314" alt="add panel" width="330" height="314" /></a><p class="wp-caption-text">add panel</p></div>
<p><span id="more-1130"></span></p>
<p style="text-align:justify;">Sebelum mengotak-ngatik panel sebaiknya lakukan backup panel terlebih dahulu:</p>
<p><code>cp ~/.kde/share/config/plasma-desktop-appletsrc ~/.kde/share/config/plasma-desktop-appletsrc_OLD </code><br />
<code>cp ~/.kde/share/config/plasma-desktoprc ~/.kde/share/config/plasma-desktoprc_OLD</code><br />
Untuk lebih detailnya bisa dilihat disini: <a title="http://goo.gl/YO0DY" href="http://goo.gl/YO0DY" target="_blank">http://goo.gl/YO0DY</a></p>
<p>Berikut ini adalah beberapa screenshoot panel-panelnya:</p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot21.png"><img class="aligncenter size-medium wp-image-1132" title="snapshot2" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot21.png?w=300&#038;h=19" alt="" width="300" height="19" /></a></p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot31.png"><img class="aligncenter size-medium wp-image-1133" title="snapshot3" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot31.png?w=300&#038;h=17" alt="" width="300" height="17" /></a></p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot41.png"><img class="aligncenter size-medium wp-image-1134" title="snapshot4" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot41.png?w=300&#038;h=36" alt="" width="300" height="36" /></a></p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot51.png"><img class="aligncenter size-medium wp-image-1135" title="snapshot5" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot51.png?w=300&#038;h=76" alt="" width="300" height="76" /></a></p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot61.png"><img class="aligncenter size-medium wp-image-1136" title="snapshot6" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot61.png?w=300&#038;h=168" alt="" width="300" height="168" /></a></p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kde/'>KDE</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kubuntu/'>Kubuntu</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/kde-2/'>kde</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/panel/'>panel</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/plasma-desktop/'>Plasma Desktop</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/plasmoid/'>plasmoid</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1130&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/10/cara-mudah-menambahkan-panel-kde-dengan-plasma-panel-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot16.png" medium="image">
			<media:title type="html">add panel</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot21.png?w=300" medium="image">
			<media:title type="html">snapshot2</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot31.png?w=300" medium="image">
			<media:title type="html">snapshot3</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot41.png?w=300" medium="image">
			<media:title type="html">snapshot4</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot51.png?w=300" medium="image">
			<media:title type="html">snapshot5</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot61.png?w=300" medium="image">
			<media:title type="html">snapshot6</media:title>
		</media:content>
	</item>
		<item>
		<title>Memantau Squid dengan SARG (Squid Analysis Report Generator)</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/06/memantau-squid-dengan-sarg-squid-analysis-report-generator-pada-ubuntu-11-10/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/06/memantau-squid-dengan-sarg-squid-analysis-report-generator-pada-ubuntu-11-10/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:14:06 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[lain-lain]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1105</guid>
		<description><![CDATA[Pertama install SARG , jika pada Ubuntu perintahnya sebagai berikut: $ sudo apt-get install sarg Setelah itu edit sarg.conf $ sudo gedit /etc/sarg/sarg.conf Lalu copy paste script berikut ke sarg.conf: # sarg.conf language English access_log /home/squid/log/access.log graphs yes graph_days_bytes_bar_color orange title "My Squid User Access Reports" font_face Tahoma,Verdana,Arial header_color darkblue header_bgcolor blanchedalmond font_size 9px background_color [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1105&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pertama install SARG , jika pada Ubuntu perintahnya sebagai berikut:</p>
<pre><code>$ sudo apt-get install sarg</code></pre>
<p>Setelah itu edit <code>sarg.conf</code></p>
<pre>$ sudo gedit /etc/sarg/sarg.conf</pre>
<p>Lalu copy paste script berikut ke sarg.conf:<span id="more-1105"></span></p>
<pre># sarg.conf
language English
access_log /home/squid/log/access.log
graphs yes
graph_days_bytes_bar_color orange
title "My Squid User Access Reports"
font_face Tahoma,Verdana,Arial
header_color darkblue
header_bgcolor blanchedalmond
font_size 9px
background_color white
text_color #000000
text_bgcolor lavender
title_color green
temporary_dir /tmp
output_dir /var/www/sarg
resolve_ip
user_ip yes
topuser_sort_field BYTES reverse
user_sort_field BYTES reverse
date_format u
lastlog 0
remove_temp_files yes
index yes
index_tree file
overwrite_report yes
records_without_userid ip
use_comma yes
mail_utility mailx
topsites_num 50
topsites_sort_order CONNECT D
index_sort_order D
max_elapsed 28800000
exclude_codes /etc/sarg/exclude_codes
report_type topusers topsites sites_users users_sites date_time denied
\auth_failures site_user_time_date downloads
usertab /etc/sarg/usertab
long_url no
date_time_by bytes
charset Latin1
show_successful_message yes
show_read_statistics yes
topuser_fields NUM DATE_TIME USERID CONNECT BYTES %BYTES IN-CACHE-OUT
\USED_TIME MILISEC %TIME TOTAL AVERAGE
user_report_fields CONNECT BYTES %BYTES IN-CACHE-OUT USED_TIME
\MILISEC %TIME TOTAL AVERAGE
topuser_num 0
site_user_time_date_type table
download_suffix "zip,arj,bzip,gz,ace,doc,iso,adt,bin,cab,com,dot,drv$,lha,lzh,mdb,
\mso,ppt,rtf,src,shs,sys,exe,dll,mp3,avi,mpg,mpeg"</pre>
<p>Catatan: tanda &#8220;\&#8221; berarti lanjutan dan masih satu baris atau tanpa enter</p>
<p>sumber script sarg.conf :<a title="http://aacable.wordpress.com/tag/howto-install-sarg-in-ubuntu/" href="http://aacable.wordpress.com/tag/howto-install-sarg-in-ubuntu/" target="_blank"> aacable.wordpress.com</a></p>
<p><code>Pada script di atas yang perlu diperhatikan adalah pada bagian :</code><code></code></p>
<pre>access_log /home/squid/log/access.log</pre>
<p style="text-align:justify;">Ganti lokasi acces.log sesuai konfigurasi squid Anda.  Setelah selesai simpan, tutup gedit dan kembali ke terminal:</p>
<p style="text-align:justify;">Jalankan SARG:</p>
<pre>$ sudo sarg
$ sudo /usr/sbin/sarg-reports daily</pre>
<p style="text-align:justify;">Setelah itu hasil analisis akan disimpan di /var/www/sarg</p>
<p style="text-align:justify;">Untuk menjalankan SARG setiap hari gunakan cron</p>
<pre>$ crontab -e</pre>
<p style="text-align:justify;">lalu isi dengan script berikut:</p>
<pre><code>@daily /usr/sbin/sarg-reports daily</code></pre>
<p style="text-align:justify;">Berikut adalah beberapa screenshot hasil analisis Squid dengan SARG:</p>
<div id="attachment_1115" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot7.png?w=300"><img class="size-medium wp-image-1115 " title="SARG " src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot7.png?w=300&#038;h=79" alt="SARG " width="300" height="79" /></a><p class="wp-caption-text">SARG</p></div>
<div id="attachment_1116" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot8.png?w=300"><img class="size-medium wp-image-1116 " title="Report SARG satu periode" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot8.png?w=300&#038;h=142" alt="Report SARG satu periode" width="300" height="142" /></a><p class="wp-caption-text">Report SARG satu periode</p></div>
<div id="attachment_1124" class="wp-caption aligncenter" style="width: 218px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot91.png"><img class="size-medium wp-image-1124" title="Report Top Sites" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot91.png?w=208&#038;h=300" alt="Report Top Sites" width="208" height="300" /></a><p class="wp-caption-text">Report Top Sites</p></div>
<div id="attachment_1118" class="wp-caption aligncenter" style="width: 290px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot10.png"><img class="size-medium wp-image-1118" title="Report sites &amp; sers" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot10.png?w=280&#038;h=300" alt="Report sites &amp; sers" width="280" height="300" /></a><p class="wp-caption-text">Report sites &amp; users</p></div>
<div id="attachment_1119" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot11.png"><img class="size-medium wp-image-1119" title="Report Download" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot11.png?w=300&#038;h=203" alt="Report Download" width="300" height="203" /></a><p class="wp-caption-text">Report Download</p></div>
<div id="attachment_1120" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot12.png"><img class="size-medium wp-image-1120" title="Report Denied" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot12.png?w=300&#038;h=207" alt="Report Denied" width="300" height="207" /></a><p class="wp-caption-text">Report Denied</p></div>
<div id="attachment_1121" class="wp-caption aligncenter" style="width: 136px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot13.png"><img class="size-full wp-image-1121" title="Icon Graphic dan time &amp; date" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot13.png?w=604" alt="Icon Graphic dan time &amp; date"   /></a><p class="wp-caption-text">Icon Graphic dan time &amp; date</p></div>
<p>Jika icon graphic di-klik, maka akan tampil statistik squid dalam bentuk grafik batang:</p>
<div id="attachment_1122" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot14.png"><img class="size-medium wp-image-1122" title="Statistik Squid dalam grafik batang" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot14.png?w=300&#038;h=215" alt="Statistik Squid dalam grafik batang" width="300" height="215" /></a><p class="wp-caption-text">Statistik Squid dalam grafik batang</p></div>
<p>Jika icon time &amp; date di-klik, maka akan tampil statistik squid dalam timeline jam dan hari:</p>
<div id="attachment_1123" class="wp-caption aligncenter" style="width: 614px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot15.png"><img class="size-full wp-image-1123" title="squid dalam jam dan hari" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot15.png?w=604&#038;h=127" alt="squid dalam jam dan hari" width="604" height="127" /></a><p class="wp-caption-text">squid dalam jam dan hari</p></div>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/lain-lain/'>lain-lain</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/internet/'>internet</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/squid/'>squid</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1105&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/06/memantau-squid-dengan-sarg-squid-analysis-report-generator-pada-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot7.png?w=300" medium="image">
			<media:title type="html">SARG </media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot8.png?w=300" medium="image">
			<media:title type="html">Report SARG satu periode</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot91.png?w=208" medium="image">
			<media:title type="html">Report Top Sites</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot10.png?w=280" medium="image">
			<media:title type="html">Report sites &#38; sers</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot11.png?w=300" medium="image">
			<media:title type="html">Report Download</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot12.png?w=300" medium="image">
			<media:title type="html">Report Denied</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot13.png" medium="image">
			<media:title type="html">Icon Graphic dan time &#38; date</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot14.png?w=300" medium="image">
			<media:title type="html">Statistik Squid dalam grafik batang</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot15.png" medium="image">
			<media:title type="html">squid dalam jam dan hari</media:title>
		</media:content>
	</item>
		<item>
		<title>Mengambil Gambar Webcam pada KDE</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/03/mengambil-gambar-webcam-pada-kde/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/03/mengambil-gambar-webcam-pada-kde/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:50:06 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[Plasma Desktop]]></category>
		<category><![CDATA[plasmoid]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Webcam]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/2012/02/03/mengambil-gambar-webcam-pada-kde/</guid>
		<description><![CDATA[Jika biasanya digunakan Cheese untuk mengambil gambar dari webcam. Pada KDE gambar dari webcam juga bisa dicapture dari sebuah widget yang bernama Webcamoid.  Sebelum menginstallnya widget ini,  install dahulu dependensinya ( berdasarkan halaman di KDE-look.org tentang widget ini): Pada Ubuntu ketikkan pada terminal (untuk distro lain bisa dilihat disini): $ sudo apt-get install python-opencv Setelah itu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1097&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Jika biasanya digunakan Cheese untuk mengambil gambar dari webcam. Pada KDE gambar dari webcam juga bisa dicapture dari sebuah widget yang bernama Webcamoid.  Sebelum menginstallnya widget ini,  install dahulu dependensinya ( <a title="http://kde-look.org/content/show.php/Webcamoid?content=144796" href="http://kde-look.org/content/show.php/Webcamoid?content=144796" target="_blank">berdasarkan halaman di KDE-look.org tentang widget ini</a>):</p>
<p style="text-align:justify;">Pada Ubuntu ketikkan pada terminal (untuk distro lain bisa dilihat <a title="http://kde-look.org/content/show.php/Webcamoid?content=144796" href="http://kde-look.org/content/show.php/Webcamoid?content=144796" target="_blank">disini</a>):</p>
<pre><code>$ sudo apt-get install python-opencv</code></pre>
<p style="text-align:justify;">Setelah itu ntuk menginstall widget webcamoid, klik add widget pada plasmoid tool box (yang kuning di pojok kanan atas) lalu klik get new widget dan pilih Download New Plasma Widgets seperti pada gambar berikut:</p>
<div class="mceTemp mceIEcenter" style="text-align:center;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot5.png"><img class="size-full wp-image " title="Download New Plasma Widget" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot5.png?w=473" alt="Download New Plasma Widget" width="473" height="208" /></a></dt>
<dd class="wp-caption-dd">Download New Plasma Widget</dd>
</dl>
</div>
<p><span id="more-1097"></span></p>
<p style="text-align:justify;">Lalu akan muncul jendela seperti ini dan ketikkan &#8220;Webcamoid&#8221; pada kotak pencarian seperti berikut :</p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot6.png"><img class="size-full wp-image aligncenter" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot6.png?w=487" alt="Image" /></a></p>
<p style="text-align:justify;">Setelah ditemukan klik install untuk menginstallnya. Jika tidak tersedia koneksi internet langsung ke komputer, widget ini pun dapat <a title="http://kde-look.org/content/show.php/Webcamoid?content=144796" href="http://kde-look.org/content/show.php/Webcamoid?content=144796" target="_blank">didownload disini</a> dan untuk menginstallnya, tinggal install manual pada toolbox seperti pada gambar pertama.  Setelah terinstal lalu tutup jendela tersebut dan klik kanan pada desktop &#8211;&gt; add widget &#8211;&gt; pada kotak pencarian ketikkan webcamoid lalu double klik untuk menambahkannya ke desktop.</p>
<p style="text-align:center;"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot3.png"><img class="size-full wp-image" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot3.png?w=462" alt="Image" /></a></p>
<p style="text-align:left;">Btw jangan kaget ya melihat tampang kriminal di atas <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:left;">Pada pengaturan widget ini (klik icon kunci inggris /setting) terdapat pengaturan brigthness, hue, saturation dan contrast seperti berikut:</p>
<p style="text-align:center;"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot4.png"><img src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot4.png?w=487" alt="Image" /></a></p>
<p style="text-align:left;">
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kde/'>KDE</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kubuntu/'>Kubuntu</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/kde-2/'>kde</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/plasma-desktop/'>Plasma Desktop</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/plasmoid/'>plasmoid</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/software/'>software</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/webcam/'>Webcam</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/widget/'>widget</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1097/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1097&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/03/mengambil-gambar-webcam-pada-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot5.png?w=473" medium="image">
			<media:title type="html">Download New Plasma Widget</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot6.png?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot3.png?w=462" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot4.png?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>
	</item>
		<item>
		<title>Membuat KDE Mirip Unity Part 3: Global Menu pada KDE</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/02/03/membuat-kde-mirip-unity-part-3-global-menu-pada-kde/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/02/03/membuat-kde-mirip-unity-part-3-global-menu-pada-kde/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 11:54:33 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[Plasma Desktop]]></category>
		<category><![CDATA[plasmoid]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1085</guid>
		<description><![CDATA[Global Menu pada KDE dapat dibuat dengan Widget Window Menubar yang dapat didownload dari sini. Setelah itu install dengan cara: $ sudo dpkg -i nama-paket.deb Setelah itu add widget pada panel di KDE dan cari &#8220;Window Menubar&#8221;: Double klik untuk menambahkan widget tersebut ke panel. Lalu buka suatu aplikasi dan pastikan Global menu dari widget [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1085&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Global Menu pada KDE dapat dibuat dengan Widget Window Menubar yang dapat didownload dari <a title="http://launchpadlibrarian.net/79679581/plasma-widget-menubar_0.1.16-0ubuntu1_i386.deb" href="http://launchpadlibrarian.net/79679581/plasma-widget-menubar_0.1.16-0ubuntu1_i386.deb" target="_blank">sini.</a> Setelah itu install dengan cara:</p>
<pre> <code>$ sudo dpkg -i nama-paket.deb</code></pre>
<p style="text-align:justify;">Setelah itu add widget pada panel di KDE dan cari &#8220;Window Menubar&#8221;:</p>
<div id="attachment_1086" class="wp-caption aligncenter" style="width: 258px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot1.png"><img class=" wp-image-1086 " title="add Window Menubar widget" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot1.png?w=248&#038;h=307" alt="add Window Menubar widget" width="248" height="307" /></a><p class="wp-caption-text">add Window Menubar widget</p></div>
<p><span id="more-1085"></span></p>
<p style="text-align:justify;">Double klik untuk menambahkan widget tersebut ke panel. Lalu buka suatu aplikasi dan pastikan Global menu dari widget Window Menubar telah aktif:</p>
<div id="attachment_1087" class="wp-caption aligncenter" style="width: 614px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot2.png"><img class="size-full wp-image-1087" title="Global Menu Window Menubar" src="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot2.png?w=604&#038;h=310" alt="Global Menu Window Menubar" width="604" height="310" /></a><p class="wp-caption-text">Global Menu Window Menubar</p></div>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kde/'>KDE</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/kubuntu/'>Kubuntu</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/kde-2/'>kde</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/plasma-desktop/'>Plasma Desktop</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/plasmoid/'>plasmoid</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/widget/'>widget</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1085/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1085&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/02/03/membuat-kde-mirip-unity-part-3-global-menu-pada-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot1.png" medium="image">
			<media:title type="html">add Window Menubar widget</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/02/snapshot2.png" medium="image">
			<media:title type="html">Global Menu Window Menubar</media:title>
		</media:content>
	</item>
		<item>
		<title>Kumpulan Tulisan tentang Rooting Vandroid T2 Cortex A8 ( Rockchip Based)</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/01/30/kumpulan-tulisan-tentang-rooting-vandroid-t2-cortex-a8-rockchip-based/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/01/30/kumpulan-tulisan-tentang-rooting-vandroid-t2-cortex-a8-rockchip-based/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:01:13 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Vandroid T2 Rockchip 29xx]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[boot.img]]></category>
		<category><![CDATA[rk29]]></category>
		<category><![CDATA[rockchip]]></category>
		<category><![CDATA[rockchip 29xx]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rooting]]></category>
		<category><![CDATA[system.img]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1072</guid>
		<description><![CDATA[Cara tentang  rooting Vandroid T2 Cortex A8 ( Rockchip Based) saya bagi-bagi ke dalam beberapa tulisan yaitu: Apakah Vandroid T2 Rockchip 29xx Based? Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ? Backup Stock ROM Vandroid T2 Unpack update.img Rockchip pada Ubuntu Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Based) Repack update.img [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1072&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Cara tentang  rooting Vandroid T2 Cortex A8 ( Rockchip Based) saya bagi-bagi ke dalam beberapa tulisan yaitu:</p>
<ul>
<li><a title="Apakah Vandroid T2 Rockchip 29xx Based?" href="../2012/01/30/2012/01/28/apakah-vandroid-t2-rockchip-29xx-based/" target="_parent">Apakah Vandroid T2 Rockchip 29xx Based?</a></li>
<li><a title="Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?" href="../2012/01/30/2012/01/29/rooting-vandroid-t2-atau-flashing-custom-rom-dengan-root/" target="_parent">Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?</a></li>
<li><a title="Backup Stock ROM Vandroid T2" href="../2012/01/30/2012/01/29/backup-stock-rom-vandroid-t2/" target="_parent">Backup Stock ROM Vandroid T2</a></li>
<li><a title="Unpack update.img Rockchip pada Ubuntu" href="../2012/01/30/2012/01/29/unpack-update-img-rockchip-pada-ubuntu/" target="_parent">Unpack update.img Rockchip pada Ubuntu</a></li>
<li><a title="Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Pased)" href="../2012/01/30/menambahkan-akses-root-pada-boot-img-dan-system-img-rockchip-rom-pased/" target="_blank">Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Based)</a></li>
<li><a title="Repack update.img Rockchip pada Ubuntu" href="../2012/01/30/repack-update-img-rockchip-pada-ubuntu/" target="_blank">Repack update.img Rockchip pada Ubuntu</a></li>
<li><a title="Flashing update.img Vandroid T2 Rockchip 29xx Based" href="http://yanzicjustnubie.wordpress.com/2012/01/30/flashing-update-img-vandroid-t2-rockchip-29xx-based/" target="_blank">Flashing update.img Vandroid T2 Rockchip 29xx Based</a></li>
</ul>
<p><strong>note:</strong></p>
<blockquote>
<p style="text-align:justify;">Semua tulisan di atas beresiko terhadap Vandroid T2 terutama pada tahap flashing. <strong>Bila khawatir akan resiko device menjadi hard brick</strong> atau mati total, pembaca yang saya hormati dapat mengkuti langkah-langkah diatas <strong>hanya</strong> sampai langkah <a title="Repack update.img Rockchip pada Ubuntu" href="../2012/01/30/repack-update-img-rockchip-pada-ubuntu/" target="_blank">Repack update.img Rockchip pada Ubuntu</a> sebagai bahan pengalaman dan <strong>tidak disarankan melakukan tahap </strong><a title="Flashing update.img Vandroid T2 Rockchip 29xx Based" href="http://yanzicjustnubie.wordpress.com/2012/01/30/flashing-update-img-vandroid-t2-rockchip-29xx-based/" target="_blank"><strong>Flashing</strong>. </a></p>
</blockquote>
<p style="text-align:justify;">Semua tulisan di atas juga masih jauh dari sempurna, bila ada yang dirasa kurang oleh pembaca mohon kritik dan komentarnya ya <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>Semoga bermanfaat <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/android/'>Android</a>, <a href='http://yanzicjustnubie.wordpress.com/category/android/vandroid-t2-rockchip-29xx/'>Vandroid T2 Rockchip 29xx</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/adb/'>adb</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/android-2/'>android</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/boot-img/'>boot.img</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rk29/'>rk29</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip/'>rockchip</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip-29xx/'>rockchip 29xx</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/root/'>root</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rooting/'>rooting</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/system-img/'>system.img</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1072/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1072&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/01/30/kumpulan-tulisan-tentang-rooting-vandroid-t2-cortex-a8-rockchip-based/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>
	</item>
		<item>
		<title>Flashing update.img Vandroid T2 Rockchip 29xx Based</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/01/30/flashing-update-img-vandroid-t2-rockchip-29xx-based/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/01/30/flashing-update-img-vandroid-t2-rockchip-29xx-based/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:34:56 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Vandroid T2 Rockchip 29xx]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[flashing]]></category>
		<category><![CDATA[rk29]]></category>
		<category><![CDATA[rockchip]]></category>
		<category><![CDATA[rockchip 29xx]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rooting]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1064</guid>
		<description><![CDATA[Melanjutkan  dari tulisan-tulisan sebelumnya: Apakah Vandroid T2 Rockchip 29xx Based? Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ? Backup Stock ROM Vandroid T2 Unpack update.img Rockchip pada Ubuntu Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Based) Repack update.img Rockchip pada Ubuntu note: Bila khawatir akan resiko device menjadi hard brick atau [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1064&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Melanjutkan  dari tulisan-tulisan sebelumnya:</p>
<ul>
<li><a title="Apakah Vandroid T2 Rockchip 29xx Based?" href="../2012/01/28/apakah-vandroid-t2-rockchip-29xx-based/" target="_parent">Apakah Vandroid T2 Rockchip 29xx Based?</a></li>
<li><a title="Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?" href="../2012/01/29/rooting-vandroid-t2-atau-flashing-custom-rom-dengan-root/" target="_parent">Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?</a></li>
<li><a title="Backup Stock ROM Vandroid T2" href="../2012/01/29/backup-stock-rom-vandroid-t2/" target="_parent">Backup Stock ROM Vandroid T2</a></li>
<li><a title="Unpack update.img Rockchip pada Ubuntu" href="../2012/01/29/unpack-update-img-rockchip-pada-ubuntu/" target="_parent">Unpack update.img Rockchip pada Ubuntu</a></li>
<li><a title="Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Pased)" href="http://yanzicjustnubie.wordpress.com/2012/01/30/menambahkan-akses-root-pada-boot-img-dan-system-img-rockchip-rom-pased/" target="_blank">Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Based)</a></li>
<li><a title="Repack update.img Rockchip pada Ubuntu" href="http://yanzicjustnubie.wordpress.com/2012/01/30/repack-update-img-rockchip-pada-ubuntu/" target="_blank">Repack update.img Rockchip pada Ubuntu</a></li>
</ul>
<blockquote>
<p style="text-align:justify;">note: <strong>Bila khawatir akan resiko device menjadi hard brick</strong> atau mati total, pembaca yang saya hormati dapat mengkuti langkah-langkah diatas <strong>hanya</strong> sampai langkah <a title="Repack update.img Rockchip pada Ubuntu" href="../2012/01/30/repack-update-img-rockchip-pada-ubuntu/" target="_blank">Repack update.img Rockchip pada Ubuntu</a> sebagai bahan pengalaman dan <strong>tidak disarankan melakukan tahap </strong><a title="Flashing update.img Vandroid T2 Rockchip 29xx Based" href="http://yanzicjustnubie.wordpress.com/2012/01/30/flashing-update-img-vandroid-t2-rockchip-29xx-based/" target="_blank"><strong>Flashing</strong>  pada tulisan ini. </a></p>
</blockquote>
<p style="text-align:justify;">Tulisan ini adalah adalah langkah terakhir dari <a title="Kumpulan Tulisan tentang Rooting Vandroid T2 Cortex A8 ( Rockchip Based)" href="http://yanzicjustnubie.wordpress.com/2012/01/30/kumpulan-tulisan-tentang-rooting-vandroid-t2-cortex-a8-rockchip-based/" target="_blank">tulisan -tulisan saya sebelumnya tentang rootiung Vandroid T2 Cortex A8 (Rockchip based)</a> yaitu flashing update.img ke Vandroid T2. Setelah didapat update.img pada tahap <a title="Repack update.img Rockchip pada Ubuntu" href="http://yanzicjustnubie.wordpress.com/2012/01/30/repack-update-img-rockchip-pada-ubuntu/" target="_blank">&#8220;Repack update.img Rockchip pada Ubuntu&#8221; </a>, maka terdapat beberapa cara flashing update.img pada Vandroid T2 Rockchip based yaitu:<span id="more-1064"></span></p>
<ul>
<li style="text-align:justify;">Dengan  dialog install upgrade firmware saat device menyala (update.img pada sdcard otomatis terdeteksi sebagai upgrade firmware) . Cara ini kira-kira dapat dijelaskan dengan gambar berikut:</li>
</ul>
<div id="attachment_844" class="wp-caption aligncenter" style="width: 433px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/device.png"><img class=" wp-image-844 " title="upgrade firmware" src="http://yanzicjustnubie.files.wordpress.com/2012/01/device.png?w=423&#038;h=253" alt="upgrade firmware" width="423" height="253" /></a><p class="wp-caption-text">upgrade firmware</p></div>
<p style="text-align:justify;">Caranya yaitu pertama copy paste update.img ke sdcard eksternal Vandroid T2 dengan perintah adb:</p>
<pre><code>$ ./adb push</code> update.img /mnt/sdcard/external_sd/
<code></code></pre>
<p style="text-align:justify;">Cara manual juga bisa dilakukan untuk copy paste update.img ke sdcard eksternal Vandroid T2 yaitu dengan unmount sdcard pada tablet lalu colok sdcard ke komputer dengan card reader kemudian copy paste manual dari  komputer ke sdcard.</p>
<p style="text-align:justify;">File update.img pada sdcard eksternal akan otomatis terdeteksi sebagai upgrade firmware. Jika belum terdeteksi maka matikan Vandroid T2 lalu hidupkan lagi. Setelah itu akan muncul dialog upgrade firmware dan terdeteksi update.img. Lalu klik install dan device akan reboot masuk ke recovery. Pada tahap ini jangan lupa colok charger baterai agar devices cukup daya saat upgrade firmware. Car ini sudah saya coba sendiri dan telah berhasil ketika saya mengupdate Vandroid T2 dengan update.img stock ROM.</p>
<ul>
<li>Dengan Rkflash tool (for Linux)</li>
</ul>
<p>Tentang cara ini bisa dilihat disini:</p>
<p><a title="http://forum.xda-developers.com/showthread.php?s=2e6d994353d968d2bc4fed52d3e96171&amp;t=1286305" href="http://forum.xda-developers.com/showthread.php?s=2e6d994353d968d2bc4fed52d3e96171&amp;t=1286305" target="_blank">http://forum.xda-developers.com/showthread.php?s=2e6d994353d968d2bc4fed52d3e96171&amp;t=1286305</a></p>
<p style="text-align:justify;">Cara lainnya insya ALLAH  akan diupdate selanjutnya ya <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/android/'>Android</a>, <a href='http://yanzicjustnubie.wordpress.com/category/android/vandroid-t2-rockchip-29xx/'>Vandroid T2 Rockchip 29xx</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/adb/'>adb</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/android-2/'>android</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/flashing/'>flashing</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rk29/'>rk29</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip/'>rockchip</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip-29xx/'>rockchip 29xx</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/root/'>root</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rooting/'>rooting</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1064/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1064&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/01/30/flashing-update-img-vandroid-t2-rockchip-29xx-based/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/device.png" medium="image">
			<media:title type="html">upgrade firmware</media:title>
		</media:content>
	</item>
		<item>
		<title>Repack update.img Rockchip pada Ubuntu</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/01/30/repack-update-img-rockchip-pada-ubuntu/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/01/30/repack-update-img-rockchip-pada-ubuntu/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:14:07 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Vandroid T2 Rockchip 29xx]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[boot.img]]></category>
		<category><![CDATA[rk29]]></category>
		<category><![CDATA[rockchip]]></category>
		<category><![CDATA[rockchip 29xx]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rooting]]></category>
		<category><![CDATA[system.img]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1054</guid>
		<description><![CDATA[Melanjutkan  dari tulisan-tulisan sebelumnya: Apakah Vandroid T2 Rockchip 29xx Based? Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ? Backup Stock ROM Vandroid T2 Unpack update.img Rockchip pada Ubuntu Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Based) Pada tulisan ini akan dibahas tentang cara repack file update.img. File update.img sendiri merupakan format [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1054&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Melanjutkan  dari tulisan-tulisan sebelumnya:</p>
<ul>
<li><a title="Apakah Vandroid T2 Rockchip 29xx Based?" href="../2012/01/28/apakah-vandroid-t2-rockchip-29xx-based/" target="_parent">Apakah Vandroid T2 Rockchip 29xx Based?</a></li>
<li><a title="Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?" href="../2012/01/29/rooting-vandroid-t2-atau-flashing-custom-rom-dengan-root/" target="_parent">Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?</a></li>
<li><a title="Backup Stock ROM Vandroid T2" href="../2012/01/29/backup-stock-rom-vandroid-t2/" target="_parent">Backup Stock ROM Vandroid T2</a></li>
<li><a title="Unpack update.img Rockchip pada Ubuntu" href="../2012/01/29/unpack-update-img-rockchip-pada-ubuntu/" target="_parent">Unpack update.img Rockchip pada Ubuntu</a></li>
<li><a title="Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Pased)" href="http://yanzicjustnubie.wordpress.com/2012/01/30/menambahkan-akses-root-pada-boot-img-dan-system-img-rockchip-rom-pased/" target="_blank">Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Based)</a></li>
</ul>
<p style="text-align:justify;">Pada tulisan ini akan dibahas tentang cara repack file update.img. File update.img sendiri merupakan format file untuk flashing/upgrade ROM Rockchip. File update.img ini berisi boot.img, kernel.img, misc.img, recovery.img dan system.img.<span id="more-1054"></span></p>
<p style="text-align:justify;">Setelah pada tulisan sebelumnya &#8220;<a title="Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Pased)" href="http://yanzicjustnubie.wordpress.com/2012/01/30/menambahkan-akses-root-pada-boot-img-dan-system-img-rockchip-rom-pased/" target="_blank">Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Pased)</a> &#8221; didapatkan system.img dan boot.img yang telah dimodifikasi, maka selanjutnya kedua file ini perlu dicopy-paste-kan ke folder hasil <a title="Unpack update.img Rockchip pada Ubuntu" href="../2012/01/29/unpack-update-img-rockchip-pada-ubuntu/" target="_blank">Unpack update.img Rockchip pada Ubuntu</a> tepatnya pada folder image.</p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/59.png"><img class="aligncenter" title="hasil ekstrak" src="http://yanzicjustnubie.files.wordpress.com/2012/01/59.png?w=166&#038;h=221&#038;h=221" alt="hasil ekstrak" width="166" height="221" /></a></p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/60.png"><img class="aligncenter" title="hasil ekstrak *.img" src="http://yanzicjustnubie.files.wordpress.com/2012/01/60.png?w=167&#038;h=211&#038;h=211" alt="hasil ekstrak *.img" width="167" height="211" /></a></p>
<p style="text-align:justify;">Setelah syetem.img dan boot.img dicopy ke <code>/unpack-folder/image/</code>, pindahkan <code>unpack-folder</code> ke folder <a title="http://dl.dropbox.com/u/28259605/AFP%20tool.zip" href="http://dl.dropbox.com/u/28259605/AFP%20tool.zip" target="_blank">AFPTool</a>. seperti berikut:</p>
<div id="attachment_1059" class="wp-caption aligncenter" style="width: 220px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/69.png"><img class=" wp-image-1059 " title="unpack_folder pada AFPTool folder" src="http://yanzicjustnubie.files.wordpress.com/2012/01/69.png?w=210&#038;h=98" alt="unpack_folder pada AFPTool folder" width="210" height="98" /></a><p class="wp-caption-text">unpack_folder pada AFPTool folder</p></div>
<p>Setelah itu jalankan terminal dari AFPTool folder:</p>
<pre><code></code><code>$  wine ./AFPTool.exe -pack ./unpack_folder update.img </code></pre>
<p style="text-align:justify;">Tunggu beberapa saat sehingga muncul hasil kira-kira seperti berikut pada terminal:</p>
<div id="attachment_1061" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/70.png"><img class="size-medium wp-image-1061" title="terminal wine pack AFPTool" src="http://yanzicjustnubie.files.wordpress.com/2012/01/70.png?w=300&#038;h=188" alt="terminal wine pack AFPTool" width="300" height="188" /></a><p class="wp-caption-text">terminal wine pack AFPTool</p></div>
<p style="text-align:justify;">Setelah semuanya OK maka telah didapatkan update.img dan siap di-<em>flashing</em>. Untuk cara flashing update.img akan dituliskan pada tulisan selanjutnya.</p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/android/'>Android</a>, <a href='http://yanzicjustnubie.wordpress.com/category/android/vandroid-t2-rockchip-29xx/'>Vandroid T2 Rockchip 29xx</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/android-2/'>android</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/boot-img/'>boot.img</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rk29/'>rk29</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip/'>rockchip</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip-29xx/'>rockchip 29xx</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/root/'>root</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rooting/'>rooting</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/system-img/'>system.img</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1054/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1054/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1054&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/01/30/repack-update-img-rockchip-pada-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/59.png?w=166&#38;h=221" medium="image">
			<media:title type="html">hasil ekstrak</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/60.png?w=167&#38;h=211" medium="image">
			<media:title type="html">hasil ekstrak *.img</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/69.png?w=300" medium="image">
			<media:title type="html">unpack_folder pada AFPTool folder</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/70.png?w=300" medium="image">
			<media:title type="html">terminal wine pack AFPTool</media:title>
		</media:content>
	</item>
		<item>
		<title>Menambahkan akses root pada boot.img dan system.img (Rockchip ROM Based)</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/01/30/menambahkan-akses-root-pada-boot-img-dan-system-img-rockchip-rom-pased/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/01/30/menambahkan-akses-root-pada-boot-img-dan-system-img-rockchip-rom-pased/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 08:11:15 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Vandroid T2 Rockchip 29xx]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[boot.img]]></category>
		<category><![CDATA[rk29]]></category>
		<category><![CDATA[rockchip]]></category>
		<category><![CDATA[rockchip 29xx]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rooting]]></category>
		<category><![CDATA[system.img]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1030</guid>
		<description><![CDATA[Melanjutkan  dari tulisan-tulisan sebelumnya: Apakah Vandroid T2 Rockchip 29xx Based? Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ? Backup Stock ROM Vandroid T2 Unpack update.img Rockchip pada Ubuntu Pada tulisan ini akan dibahas tentang menambahkan akses root pada stock ROM Rockchip based. Tahap-tahapnya ialah: Unpack system.img dan boot.img Menambahkan binari su dan SuperUser.apk [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1030&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Melanjutkan  dari tulisan-tulisan sebelumnya:</p>
<ul>
<li><a title="Apakah Vandroid T2 Rockchip 29xx Based?" href="http://yanzicjustnubie.wordpress.com/2012/01/28/apakah-vandroid-t2-rockchip-29xx-based/" target="_parent">Apakah Vandroid T2 Rockchip 29xx Based?</a></li>
<li><a title="Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?" href="http://yanzicjustnubie.wordpress.com/2012/01/29/rooting-vandroid-t2-atau-flashing-custom-rom-dengan-root/" target="_parent">Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?</a></li>
<li><a title="Backup Stock ROM Vandroid T2" href="http://yanzicjustnubie.wordpress.com/2012/01/29/backup-stock-rom-vandroid-t2/" target="_parent">Backup Stock ROM Vandroid T2</a></li>
<li><a title="Unpack update.img Rockchip pada Ubuntu" href="http://yanzicjustnubie.wordpress.com/2012/01/29/unpack-update-img-rockchip-pada-ubuntu/" target="_blank">Unpack update.img Rockchip pada Ubuntu</a></li>
</ul>
<p>Pada tulisan ini akan dibahas tentang menambahkan akses root pada stock ROM Rockchip based. Tahap-tahapnya ialah:</p>
<ul>
<li>Unpack system.img dan boot.img</li>
<li>Menambahkan binari su dan SuperUser.apk ke system.img</li>
<li>Merubah default.prop agar mendukung akses root</li>
<li>repack system.img dan boot.img</li>
</ul>
<h3><span id="more-1030"></span></h3>
<h3>Unpack system.img</h3>
<p>Buat script untuk unpack system.img, misalkan namanya unpack-system.sh, lalu copy-paste script berikut ke unpack-system.sh :</p>
<pre>#!/bin/sh
mkdir system
sudo mount -t cramfs -o loop system.img  system
tar cvzf system.tgz system
sudo umount system
tar xzvf system.tgz</pre>
<p>lalu pindahkan unpack-system.sh dan system.img sehingga dalam satu folder dan jalankan:</p>
<pre>$ ./unpack-system.sh</pre>
<p>Setelah itu system.img akan terekstrak ke folder system</p>
<h4>Unpack boot.img</h4>
<div id="attachment_1044" class="wp-caption aligncenter" style="width: 155px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/65.png"><img class=" wp-image-1044 " title="unpack boot.img" src="http://yanzicjustnubie.files.wordpress.com/2012/01/65.png?w=145&#038;h=180" alt="unpack boot.img" width="145" height="180" /></a><p class="wp-caption-text">unpack boot.img</p></div>
<p>&#8211; Download rkunpack untuk unpack boot.img dari <a title="http://dl.dropbox.com/u/28259605/rkunpack" href="http://dl.dropbox.com/u/28259605/rkunpack" target="_blank">link berikut</a></p>
<p>lalu letakkan rkunpack dan  boot.img sehingga dalam satu folder dan jalankan:</p>
<pre>$ ./rkunpack boot.img</pre>
<p style="text-align:justify;">Namun boot.img tidak langsung teresktrak menjadi isi-isinya melainkan masih dalam bentuk boot.img-raw.</p>
<p style="text-align:justify;">Setelah itu boot.img-raw diekstrak dengan ark (aplikasi KDE) menjadi boot.img-raw.uncompressed.</p>
<div id="attachment_1045" class="wp-caption aligncenter" style="width: 220px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/64.png"><img class=" wp-image-1045 " title="boot.img-raw  dengan Ark" src="http://yanzicjustnubie.files.wordpress.com/2012/01/64.png?w=210&#038;h=121" alt="boot.img-raw  dengan Ark" width="210" height="121" /></a><p class="wp-caption-text">boot.img-raw dengan Ark</p></div>
<p style="text-align:justify;">Setelah itu buat folder boot_folder kemudian boot.img-raw.uncompressed diekstrak dengan ark (aplikasi KDE) kedalam folder boot_folder</p>
<div id="attachment_1046" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/63.png"><img class="size-medium wp-image-1046" title="boot.img-raw.uncompressed" src="http://yanzicjustnubie.files.wordpress.com/2012/01/63.png?w=300&#038;h=242" alt="boot.img-raw.uncompressed" width="300" height="242" /></a><p class="wp-caption-text">boot.img-raw.uncompressed</p></div>
<p style="text-align:justify;">Lalu buka folder boot_folder pastikan terdapat folder boot.img-raw dan buka isinya.</p>
<div id="attachment_1043" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/66.png"><img class="size-medium wp-image-1043" title="isi boot.img" src="http://yanzicjustnubie.files.wordpress.com/2012/01/66.png?w=300&#038;h=266" alt="isi boot.img" width="300" height="266" /></a><p class="wp-caption-text">isi boot.img</p></div>
<p style="text-align:justify;">sebenarnya langkah diatas tidak berlangsung secara mulus dalam arti boot.img tidak langsung terekstrak menjadi isi-isinya melainkan harus dua kali lagi diekstrak dengan ark. Langkah ini saya lakukan (dengan ark) setelah gagal memount boot.img pada Ubuntu baik (dengan cara biasa ataupun dengan cramfs). Saya menggunakan Ark karena aplikasi archive default Gnome tidak dapat mengekstraknya. Saya juga belum mencoba pada Windows dengan Winrar.</p>
<h4>Memodifikasi  system.img</h4>
<p style="text-align:justify;">Pastikan folder system hasil ekstrak/unpack boot.img telah tersedia. Lalu  download Superuser.apk dan binari su dari sini : <a title="http://forum.xda-developers.com/showthread.php?t=682828" href="http://forum.xda-developers.com/showthread.php?t=682828" target="_blank">http://forum.xda-developers.com/showthread.php?t=682828</a> , ekstrak dan buka isi-isnya dan pastikan terdapat Superuser.apk dan binari su.</p>
<p style="text-align:justify;">Misalkan folder system (hasil ekstrak system.img) terdapat pada folder ngoprek. Lalu pindahkan Superuser.apk dan binari su (yang didownload tadi) ke folder ngoprek.</p>
<p style="text-align:justify;">Untuk menambahkan akses root pada system, buka folder ngoprek dan buka terminal dari folder ini dan jalankan:</p>
<pre>$ sudo cp ./su ./system/bin/
$ sudo cp ./Superuser.apk ./system/app
$ sudo cp ./su ./system/xbin
$ sudo cp ./system/bin/sh ./system/xbin/sh
$ sudo chmod 6775 ./system/bin/su
$ sudo chmod 6775 ./system/bin/sh
$ sudo chmod 6775 ./system/xbin/su
$ sudo chmod 6775 ./system/xbin/sh
$ sudo chown -R root:root ./system/bin
$ sudo chown -R root:root ./system/xbin</pre>
<h4></h4>
<h4>Memodifikasi  boot.img</h4>
<p>Buka kembali folder hasil unpack boot.img (boot_folder) tadi:</p>
<p><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/66.png"><img class="aligncenter" title="isi boot.img" src="http://yanzicjustnubie.files.wordpress.com/2012/01/66.png?w=300&#038;h=266" alt="isi boot.img" width="300" height="266" /></a></p>
<p>Edit default.prop pada gedit:</p>
<div id="attachment_1042" class="wp-caption aligncenter" style="width: 310px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/67.png"><img class="size-medium wp-image-1042" title="gedit default.prop" src="http://yanzicjustnubie.files.wordpress.com/2012/01/67.png?w=300&#038;h=187" alt="gedit default.prop" width="300" height="187" /></a><p class="wp-caption-text">gedit default.prop</p></div>
<p>cari pada default.prop teks ini:</p>
<blockquote><p><tt>ro.debuggable=0<br />
persist.service.adb.enable=0</tt></p></blockquote>
<p>Ganti dengan:</p>
<blockquote><p><tt>ro.debuggable=1<br />
persist.service.adb.enable=1</tt></p></blockquote>
<p>Save default.prop dan tutup gedit.</p>
<p style="text-align:justify;">Copy paste binari sh dari folder system (hasil unpack system.img) ke  folder /boot_folder/sbin dimana folder boot_folder adalah hasil unpack boot.img</p>
<pre>$ sudo cp /system/bin/sh /boot_folder/sbin
$ sudo chmod 6775 /boot_folder/sbin/sh</pre>
<h4></h4>
<h4>Repack system.img dari folder system</h4>
<p>Folder system yang telah dimodifikasi tadi perlu direpack kembali dengan perintah mkcramfs pada Ubuntu. Untuk itu sebelumnya install alat-alatnya dahulu:</p>
<pre>$ sudo apt-get install cramfs cramfsswap</pre>
<p>Lalu download rkcrc dari <a title="http://dl.dropbox.com/u/28259605/rkcrc" href="http://dl.dropbox.com/u/28259605/rkcrc" target="_blank">link berikut</a> dan pindahkan ke folder yang sama dengan dimana folder system berada.</p>
<p>Selanjutnya untuk repack system jalankan:</p>
<pre>$ sudo mkcramfs ./system system-tmp.img
$ ./rkcrc system-tmp.img system.img</pre>
<h4>Repack boot.img dari folder boot_folder</h4>
<pre>$ sudo mkcramfs ./boot_folder boot-tmp.img
$ ./rkcrc boot-tmp.img boot.img</pre>
<p style="text-align:justify;">pada langkah repack boot.img terdapat hal yang krusial yang saya temukan pada:</p>
<p style="text-align:justify;"><a title="http://forum.xda-developers.com/showthread.php?t=103881" href="http://forum.xda-developers.com/showthread.php?t=103881" target="_blank">http://forum.xda-developers.com/showthread.php?t=103881</a></p>
<p style="text-align:justify;">hal tersebut adalah:</p>
<blockquote>
<p style="text-align:justify;"><strong>* RK2918 FAQ</strong><br />
- boot.img in SDK2.0 based ROM<br />
in (some of) SDK2.0 based ROMs, new format is used for boot.img(and recovery.img). it&#8217;s almost same as standard android boot.img format. it has both kernel and ramdisk.<br />
Rockchip uses non-standard way to generate hash value which is stored in header of boot.img. if you flashed repacked boot.img, your tablet will go into recovery mode. it means we can&#8217;t make customized boot.img(ramdisk).<br />
but there is workaround. we can convert SDK2.0 boot.img into pre-SDK2.0 format.</p>
</blockquote>
<p>Hal inilah yang masih menjadi teka-teki bagi saya sehingga saya belum mampu menyelasikan boot.img yang fix 100%.</p>
<p>Selanjutnya akan dibahas cara repack update.img pada tulisan berikutnya</p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/android/'>Android</a>, <a href='http://yanzicjustnubie.wordpress.com/category/android/vandroid-t2-rockchip-29xx/'>Vandroid T2 Rockchip 29xx</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/adb/'>adb</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/android-2/'>android</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/boot-img/'>boot.img</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rk29/'>rk29</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip/'>rockchip</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip-29xx/'>rockchip 29xx</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/root/'>root</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rooting/'>rooting</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/system-img/'>system.img</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1030/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1030&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/01/30/menambahkan-akses-root-pada-boot-img-dan-system-img-rockchip-rom-pased/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/65.png?w=242" medium="image">
			<media:title type="html">unpack boot.img</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/64.png?w=300" medium="image">
			<media:title type="html">boot.img-raw  dengan Ark</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/63.png?w=300" medium="image">
			<media:title type="html">boot.img-raw.uncompressed</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/66.png?w=300" medium="image">
			<media:title type="html">isi boot.img</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/66.png?w=300" medium="image">
			<media:title type="html">isi boot.img</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/67.png?w=300" medium="image">
			<media:title type="html">gedit default.prop</media:title>
		</media:content>
	</item>
		<item>
		<title>Unpack update.img Rockchip pada Ubuntu</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/01/29/unpack-update-img-rockchip-pada-ubuntu/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/01/29/unpack-update-img-rockchip-pada-ubuntu/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:12:59 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vandroid T2 Rockchip 29xx]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cramfs]]></category>
		<category><![CDATA[rk29]]></category>
		<category><![CDATA[rockchip]]></category>
		<category><![CDATA[rockchip 29xx]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rooting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1022</guid>
		<description><![CDATA[Melanjutkan  dari tulisan-tulisan sebelumnya: Apakah Vandroid T2 Rockchip 29xx Based? Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ? Backup Stock ROM Vandroid T2 Pada tulisan ini akan dibahas tentang cara unpack file update.img. File update.img sendiri merupakan format file untuk flashing/upgrade ROM Rockchip. File update.img ini akan berisi boot.img, kernel.img, misc.img, recovery.img dan system.img. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1022&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Melanjutkan  dari tulisan-tulisan sebelumnya:</p>
<ul>
<li><a title="Apakah Vandroid T2 Rockchip 29xx Based?" href="http://yanzicjustnubie.wordpress.com/2012/01/28/apakah-vandroid-t2-rockchip-29xx-based/" target="_blank">Apakah Vandroid T2 Rockchip 29xx Based?</a></li>
<li><a title="Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?" href="http://yanzicjustnubie.wordpress.com/2012/01/29/rooting-vandroid-t2-atau-flashing-custom-rom-dengan-root/" target="_blank">Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?</a></li>
<li><a title="Backup Stock ROM Vandroid T2" href="http://yanzicjustnubie.wordpress.com/2012/01/29/backup-stock-rom-vandroid-t2/" target="_blank">Backup Stock ROM Vandroid T2</a></li>
</ul>
<p style="text-align:justify;">Pada tulisan ini akan dibahas tentang cara unpack file update.img. File update.img sendiri merupakan format file untuk flashing/upgrade ROM Rockchip. File update.img ini akan berisi boot.img, kernel.img, misc.img, recovery.img dan system.img.</p>
<p style="text-align:justify;">Untuk unpack update.img diperlukan tool yang bernama <a href="http://dl.dropbox.com/u/28259605/AFP%20tool.zip" target="_blank">AFPTool</a>. <a href="http://dl.dropbox.com/u/28259605/AFP%20tool.zip" target="_blank">AFPTool </a>sendiri sebenarnya berupa file binary AFPTool.exe yang dijalankan dengan cmd Windows. Namun pada Ubuntu juga bisa dijalankan dengan Wine. Untuk mendapatkan AFPTool silahkan download <a title="http://dl.dropbox.com/u/28259605/AFP%20tool.zip" href="http://dl.dropbox.com/u/28259605/AFP%20tool.zip" target="_blank">disini</a>.<span id="more-1022"></span></p>
<p style="text-align:justify;">Setelah didownload, ekstrak dan masuk ke folder tersebut, lalu buka terminal pada folder tersebut dan jalankan:</p>
<pre><code>$ mkdir unpack-folder</code>
<code>$ wine ./AFPTool.exe -unpack update.img ./unpack-folder/ </code></pre>
<p style="text-align:justify;">Tunggu beberapa saat sehingga muncul hasil kira-kira seperti berikut pada terminal:</p>
<div id="attachment_1028" class="wp-caption aligncenter" style="width: 255px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/611.png"><img class=" wp-image-1028  " title="terminal wine AFPToll.exe" src="http://yanzicjustnubie.files.wordpress.com/2012/01/611.png?w=245&#038;h=134" alt="terminal wine AFPToll.exe" width="245" height="134" /></a><p class="wp-caption-text">terminal wine AFPToll.exe</p></div>
<p>&nbsp;</p>
<p style="text-align:justify;">Hasil unpack update.img akan menghasilkan boot.img, kernel.img, misc.img, recovery.img dan system.img.</p>
<div id="attachment_1026" class="wp-caption aligncenter" style="width: 176px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/59.png"><img class=" wp-image-1026 " title="hasil ekstrak" src="http://yanzicjustnubie.files.wordpress.com/2012/01/59.png?w=166&#038;h=221" alt="hasil ekstrak" width="166" height="221" /></a><p class="wp-caption-text">hasil ekstrak</p></div>
<div id="attachment_1025" class="wp-caption aligncenter" style="width: 177px"><a href="http://yanzicjustnubie.files.wordpress.com/2012/01/60.png"><img class=" wp-image-1025 " title="hasil ekstrak *.img" src="http://yanzicjustnubie.files.wordpress.com/2012/01/60.png?w=167&#038;h=211" alt="hasil ekstrak *.img" width="167" height="211" /></a><p class="wp-caption-text">hasil ekstrak *.img</p></div>
<p style="text-align:justify;"><del>Setelah didapatkan system.img dan boot.img maka kita berlanjut ke tahap selanjutnya ya </del></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/android/'>Android</a>, <a href='http://yanzicjustnubie.wordpress.com/category/ubuntu/'>Ubuntu</a>, <a href='http://yanzicjustnubie.wordpress.com/category/android/vandroid-t2-rockchip-29xx/'>Vandroid T2 Rockchip 29xx</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/android-2/'>android</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/cramfs/'>cramfs</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rk29/'>rk29</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip/'>rockchip</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip-29xx/'>rockchip 29xx</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/root/'>root</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rooting/'>rooting</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/ubuntu-2/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1022/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1022&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/01/29/unpack-update-img-rockchip-pada-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/611.png" medium="image">
			<media:title type="html">terminal wine AFPToll.exe</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/59.png" medium="image">
			<media:title type="html">hasil ekstrak</media:title>
		</media:content>

		<media:content url="http://yanzicjustnubie.files.wordpress.com/2012/01/60.png" medium="image">
			<media:title type="html">hasil ekstrak *.img</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup Stock ROM Vandroid T2</title>
		<link>http://yanzicjustnubie.wordpress.com/2012/01/29/backup-stock-rom-vandroid-t2/</link>
		<comments>http://yanzicjustnubie.wordpress.com/2012/01/29/backup-stock-rom-vandroid-t2/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 12:16:23 +0000</pubDate>
		<dc:creator>zico_newbie</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Vandroid T2 Rockchip 29xx]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[rk29]]></category>
		<category><![CDATA[rockchip]]></category>
		<category><![CDATA[rockchip 29xx]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rooting]]></category>

		<guid isPermaLink="false">http://yanzicjustnubie.wordpress.com/?p=1006</guid>
		<description><![CDATA[Melanjutkan dari tulisan-tulisan sebelumnya: Apakah Vandroid T2 Rockchip 29xx Based? Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ? Pada tulisan ini akan dibahas tentang membuat backup stock ROM yang hasilnya akan berupa file update.img. File update.img sendiri merupakan format file untuk flashing/upgrade ROM Rockchip Untuk membuat backup dari Stock ROM Vandroid T2 , [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1006&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Melanjutkan dari tulisan-tulisan sebelumnya:</p>
<ul>
<li><a title="Apakah Vandroid T2 Rockchip 29xx Based?" href="http://yanzicjustnubie.wordpress.com/2012/01/28/apakah-vandroid-t2-rockchip-29xx-based/" target="_blank">Apakah Vandroid T2 Rockchip 29xx Based?</a></li>
<li><a title="Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?" href="http://yanzicjustnubie.wordpress.com/2012/01/29/rooting-vandroid-t2-atau-flashing-custom-rom-dengan-root/" target="_blank">Rooting Vandroid T2 atau Flashing “Custom ROM dengan Root” ?</a></li>
</ul>
<p style="text-align:justify;">Pada tulisan ini akan dibahas tentang membuat backup stock ROM yang hasilnya akan berupa file update.img. File update.img sendiri merupakan format file untuk flashing/upgrade ROM Rockchip</p>
<p style="text-align:justify;">Untuk membuat backup dari Stock ROM Vandroid T2 , tablet Vandroid T2 harus ddalam keadaan <em>temporary root</em>. Untuk membuat keadaan <em>temporary root</em> pada Vandroid T2, gunakan SuperOne Click atau psneuter.<span id="more-1006"></span></p>
<p style="text-align:justify;">note: rooting disini hanya membuat keadaan <em>temporary root</em> karena<a title="Apakah Vandroid T2 Rockchip 29xx Based?" href="http://yanzicjustnubie.wordpress.com/2012/01/28/apakah-vandroid-t2-rockchip-29xx-based/" target="_blank"> <em>root file system</em> Vandroid T2 yang berupa <em>cramfs</em> dan tidak memungkinkan rooting penuh dengan cara ini.</a></p>
<p>Setelah tablet Vandroid T2 telah dalam keadaan <em>temporary root</em> maka selanjutnya yang dilakukan adalah mendownload tool <a title="http://dl.dropbox.com/u/28259605/rkdump" href="http://dl.dropbox.com/u/28259605/rkdump" target="_blank">rkdump</a> pada <a title="http://dl.dropbox.com/u/28259605/rkdump" href="http://dl.dropbox.com/u/28259605/rkdump" target="_blank">link berikut</a>.</p>
<p style="text-align:justify;">Setelah didownload , push / pindahkan <a title="http://dl.dropbox.com/u/28259605/rkdump" href="http://dl.dropbox.com/u/28259605/rkdump" target="_blank">rkdump</a> ke /data/ pada tablet Vandroid T2:</p>
<pre><code>$ adb push rkdump /data/</code>
<code>$ adb shell</code>
<code>$ su</code>
<code>#cat /proc/mtd</code></pre>
<p>hasilnya perintah di atas kira-kira seperti ini:</p>
<pre>mtd0: 00002000 00000010 "misc"
mtd1: 00004000 00000010 "kernel"
mtd2: 00002000 00000010 "boot"
mtd3: 00004000 00000010 "recovery"
mtd4: 00030000 00000010 "system"
<span style="color:red;">mtd5: 0003a000 00000010 "backup"</span>
mtd6: 0003a000 00000010 "cache"
mtd7: 00100000 00000010 "userdata"
mtd8: 00cbc000 00000010 "user"
mtd9: 00020000 00000010 "pagecache"
mtd10: 00020000 00000010 "swap"</pre>
<p>Selanjutnya dengan tool rkdump, backup mtd5 &#8220;backup&#8221; ke sdcard</p>
<pre><code># /data/rkdump /dev/block/<span style="color:red;">mtdblocks5</span> /sdcard/update.img </code></pre>
<p style="text-align:justify;">Setelah itu copy paste-kan update.img ke komputer.</p>
<p style="text-align:justify;">Selanjutnya update.img ini akan berguna untuk:</p>
<ul>
<li>Me-<em>restore</em> Stock ROM. Untuk melakukannya, cukup letakkan update.img di sdcard external , matikan tablet, hidupkan, ketika sudah nyala akan terdetek update.img dan muncul dialog upgrade firmware lalu klik install untuk install.</li>
<li>Membuat custom ROM. Untuk hal ini silahkan baca pada tulisan selanjutnya <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<br />Filed under: <a href='http://yanzicjustnubie.wordpress.com/category/android/'>Android</a>, <a href='http://yanzicjustnubie.wordpress.com/category/android/vandroid-t2-rockchip-29xx/'>Vandroid T2 Rockchip 29xx</a> Tagged: <a href='http://yanzicjustnubie.wordpress.com/tag/adb/'>adb</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/android-2/'>android</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rk29/'>rk29</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip/'>rockchip</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rockchip-29xx/'>rockchip 29xx</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/root/'>root</a>, <a href='http://yanzicjustnubie.wordpress.com/tag/rooting/'>rooting</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yanzicjustnubie.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yanzicjustnubie.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yanzicjustnubie.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yanzicjustnubie.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yanzicjustnubie.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yanzicjustnubie.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yanzicjustnubie.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yanzicjustnubie.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yanzicjustnubie.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yanzicjustnubie.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yanzicjustnubie.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yanzicjustnubie.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yanzicjustnubie.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yanzicjustnubie.wordpress.com/1006/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yanzicjustnubie.wordpress.com&amp;blog=13066551&amp;post=1006&amp;subd=yanzicjustnubie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yanzicjustnubie.wordpress.com/2012/01/29/backup-stock-rom-vandroid-t2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<georss:point>-6.211544 106.845172</georss:point>
		<geo:lat>-6.211544</geo:lat>
		<geo:long>106.845172</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a1114c1ba7ea940dec42294626c532e3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yanzicjustnubie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
