Hur aktiverar man den?
Du har ju fastboot installerad någonstans, i samma mapp ligger adb.exe. Navigera dit med cmd och gör följande: (Tror du måste ha USB debugging igång under Developer options också)
För gallery2:
Först unzippa så gallery2.apk ligger i samma mapp som adb. Sen,
Code:
adb remount
adb push Gallery2.apk /system/app
För fb_browser_fix:
Code:
adb remount
adb push libchromium_net.so /system/lib/
adb push libwebcore.so /system/lib/
adb shell rm /system/lib/libdnshostprio.so
adb shell rm /system/lib/libtcpfinaggr.so
adb shell rm /system/lib/pp_proc_plugin.so
adb shell rm /system/lib/qnet-plugin.so
adb shell rm /system/lib/tcp-connections.so