This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linux-gate.so.1 => (0xf77c9000) | |
libgtk-x11-2.0.so.0 => /usr/lib32/libgtk-x11-2.0.so.0 (0xf73d0000) | |
libgdk-x11-2.0.so.0 => /usr/lib32/libgdk-x11-2.0.so.0 (0xf7337000) | |
libgmodule-2.0.so.0 => /usr/lib32/libgmodule-2.0.so.0 (0xf7333000) | |
libglib-2.0.so.0 => /usr/lib32/libglib-2.0.so.0 (0xf722a000) | |
libgthread-2.0.so.0 => /usr/lib32/libgthread-2.0.so.0 (0xf7224000) | |
libgobject-2.0.so.0 => /usr/lib32/libgobject-2.0.so.0 (0xf71de000) | |
libgdk_pixbuf-2.0.so.0 => /usr/lib32/libgdk_pixbuf-2.0.so.0 (0xf71c1000) | |
libpango-1.0.so.0 => /usr/lib32/libpango-1.0.so.0 (0xf7180000) | |
libpangocairo-1.0.so.0 => /usr/lib32/libpangocairo-1.0.so.0 (0xf7174000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary files lineage-ramdisk/ramdisk/cache and stock-ramdisk/ramdisk/cache differ | |
Binary files lineage-ramdisk/ramdisk/d and stock-ramdisk/ramdisk/d differ | |
diff -ruN0 lineage-ramdisk/ramdisk/default.prop stock-ramdisk/ramdisk/default.prop | |
--- lineage-ramdisk/ramdisk/default.prop 2017-04-21 21:04:56.000000000 -0500 | |
+++ stock-ramdisk/ramdisk/default.prop 2017-04-21 21:46:46.000000000 -0500 | |
@@ -4,4 +4 @@ | |
-ro.secure=0 | |
-ro.allow.mock.location=1 | |
-ro.debuggable=1 | |
-ro.adb.secure=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
#First I'm going to set variables that will in the end be the answers to this simple program I'm writing: | |
#Variables | |
MOM=SHERRY | |
SON1=LANCE | |
SON2=CHAD | |
FATHER=RICKY |
OlderNewer