This file contains 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
#3rd packages | |
for i in `pm list package -3`; do pm uninstall ${i/package:}; done | |
p="\ | |
com.facebook.services \ | |
com.facebook.katana \ | |
com.facebook.system \ | |
com.facebook.appmanager" | |
for i in $p; do pm uninstall --user 0 $i; done |
This file contains 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
Name: com.mobeam.barcodeService | |
Path: /system/app/BeamService/BeamService.apk | |
Ver.: 2.0.3 | |
Label: 'Beaming Service' | |
Name: com.samsung.android.provider.filterprovider | |
Path: /system/app/FilterProvider/FilterProvider.apk | |
Ver.: 3.0.36 | |
Label: 'Filter Provider' |
This file contains 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
#Kill IZat | |
rm /system/app/com.qualcomm.location.apk | |
rm /system/app/com.qualcomm.location.odex | |
rm /system/app/com.qualcomm.msapm.apk | |
rm /system/app/com.qualcomm.msapm.odex | |
rm /system/bin/location-mq | |
rm /system/bin/lowi-server | |
rm /system/bin/quipc_igsn | |
rm /system/bin/quipc_main | |
rm /system/bin/xtwifi-client |
This file contains 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
D/dalvikvm( 1200): GC_EXPLICIT freed 453K, 43% free 4406K/7712K, paused 4ms+3ms, total 46ms | |
I/OMXClient(26868): Using client-side OMX mux. | |
E/OMX-VENC-720p( 251): set_parameter: metamode is valid for input port only | |
E/OMXNodeInstance( 251): OMX_SetParameter() failed for StoreMetaDataInBuffers: 0x8000101a | |
E/OMX-VENC-720p( 251): WARNING: Unsupported Color format [2130708361] | |
E/OMX-VENC-720p( 251): C2D init is successful | |
E/OMX-VENC-720p( 251): WARNING: Unsupported Color format [2130708361] | |
E/OMX-VENC-720p( 251): open Color conv for RGBA888 W: 480, H: 800 | |
E/OMX-VENC-720p( 251): VIDIOC_REQBUFS CAPTURE_MPLANE Failed | |
I/MPEG4Writer(26868): limits: 2147483647/0 bytes/us, bit rate: -1 bps and the estimated moov size 3072 bytes |
This file contains 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
#! /system/bin/sh | |
echo 8192 > /proc/sys/vm/min_free_kbytes | |
echo 25 > /proc/sys/vm/dirty_background_ratio | |
echo 1000 > /proc/sys/vm/dirty_expire_centisecs | |
echo 65 > /proc/sys/vm/dirty_ratio | |
echo 2000 > /proc/sys/vm/dirty_writeback_centisecs | |
echo 100 > /proc/sys/vm/vfs_cache_pressure | |
echo 0 > /sys/block/mmcblk0/queue/iostats | |
echo 0 > /sys/block/mmcblk1/queue/iostats |
This file contains 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
#****** Автоустанавливаемые приложения ****** | |
#Evernote, Facebook, Diagnostics, TrackID | |
rm /system/etc/customization/applications/com.evernote.apk | |
rm /system/etc/product/applications/FBAndroid.apk | |
rm /system/etc/product/applications/diagnostics.apk | |
rm /system/etc/product/applications/trackid.apk | |
rm /system/vendor/overlay/com.sonyericsson.trackid-res.apk | |
This file contains 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
#Sony Xperia E1 Dual D2105 packages | |
Name: com.qualcomm.fastdormancy | |
Path: /system/app/fastdormancy.apk | |
Name: com.sonyericsson.oemCryptoReceiver | |
Path: /system/app/OemCryptoReceiver.apk | |
Name: com.sonyericsson.cameraextension.permission |
This file contains 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
#Отключение рендеринга CPU | |
#Disabling CPU rendering | |
mount -o remount,rw /system | |
echo '0 1 adreno' > /system/lib/egl/egl.cfg | |
rm /system/lib/egl/libGLES_android.so | |
sed -i '/dyn/d' /system/build.prop | |
cat << EOF >> /system/build.prop | |
debug.composition.type=gpu |
This file contains 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
#! /system/bin/sh | |
( | |
sleep 1 | |
swapoff /dev/block/zram0 | |
echo 1 > /sys/block/zram0/reset | |
echo 104857600 > /sys/block/zram0/disksize | |
mkswap /dev/block/zram0 | |
swapon /dev/block/zram0 | |
) & |
This file contains 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
#Xperia E1 jar-apk dependencies | |
com.qualcomm.fastdormancy /system/app/fastdormancy.apk | |
/system/framework/qcrilhook.jar | |
com.sonyericsson.orangetheme /system/app/OrangeTheme.apk | |
/system/framework/com.sonymobile.runtimeskinning.jar | |
com.android.bluetooth /system/app/Bluetooth.apk |
NewerOlder