Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/system/bin/sh
- ## Copyright (C) 2011 Free Software Foundation, Inc.
- ## This program is free software; you can redistribute it and/or modify it
- # under the terms of the GNU Library General Public License as published
- # by the Free Software Foundation; either version 2, or (at your option)
- # any later version.
- ## This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- ## You should have received a copy of the GNU Library General Public
- # License along with this program; if not, write to the Free Software
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- # USA.
- ## License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
- log -p i -t init:setprop "INIT.setprop BEGIN:setting OS tuning properties"
- setprop dalvik.vm.startheapsize 8m;
- setprop wifi.supplicant_scan_interval 240;
- setprop windowsmgr.max_events_per_sec 60;
- setprop net.cdma.rtsp.proxy.addr 0.0.0.0
- setprop net.cdma.rtsp.proxy.port 0
- setprop net.cdma.httppd.proxy.addr 0.0.0.0
- setprop net.cdma.httppd.proxy.port 0
- log -p i -t init:setprop "INIT.setprop END:setting OS tuning properties"
Advertisement
Add Comment
Please, Sign In to add comment