[MOD]Build.prop Tweaks - Micromax A116

Hello Friends, you have seen in many roms that developer mentions build.prop fix now this can be ported to stock roms....
These is a pleasure to us........just adding few lines will make your phone better......
Steps(Make sure of taking backup before trying this)
1.You need a custom recovery installed
2.reboot in recovery
3.install the attached zip
4.now wipe cache partition and dalvik cache.
5.now reboot.
Note:-I am not responsible for any brick in your phone.
Download link - https://www.dropbox.com/s/7oa5170s4i1d5dx/build.prop.zip

How to Enable Waking Up Of Phone By Volume Buttons ???

it is general for all device
kamrul.auntu said:
How to Enable Waking Up Of Phone By Volume Buttons ???
Click to expand...
Click to collapse
it is general for all device...it is not specific for micromax a116

volume tweaks
Can we tweak single button headset to handle different button events(double clik, triple click) for next song and previous..
I am currently using Third -party apps but they dont detect multi clicks ..
Please suggest if its possible to convert single button to handle multiple functions..

headset button controller
rkc87 said:
Can we tweak single button headset to handle different button events(double clik, triple click) for next song and previous..
I am currently using Third -party apps but they dont detect multi clicks ..
Please suggest if its possible to convert single button to handle multiple functions..
Click to expand...
Click to collapse
You may try usingheadset button controller......

did try
borichamehul5 said:
You may try usingheadset button controller......
Click to expand...
Click to collapse
I did test that app on my a116. But Wasnt useful.
It only responds to single click, no matter how fast u click.

ok
rkc87 said:
I did test that app on my a116. But Wasnt useful.
It only responds to single click, no matter how fast u click.
Click to expand...
Click to collapse
If I found any Other way to do this I will definitely tell you.......

flashable zip
borichamehul5 said:
Hello Friends, you have seen in many roms that developer mentions build.prop fix now this can be ported to stock roms....
These is a pleasure to us........just adding few lines will make your phone better......
Steps(Make sure of taking backup before trying this)
1.You need a rooted phone
2.open ES file explorer and mount root as RW
3.open build.prop file in system folder.
4.add the following lines
# Fast Reboot
persist.sys.purgeable_assets=1
# Increasing The Video Recording Quality
ro.media.enc.hprof.vid.bps=8000000
# Screen Rotate To 270 degree
windowsmgr.support_rotation_270=true;
# Increase VM Heap Size(resolve some fc's)
dalvik.vm.heapsize=64m
# Render UI With GPU
debug.sf.hw=1
# Increasing It Will Make Mobile Smoother
windowsmgr.max_events_per_sec=150
# Video Acceleration Enabled
video.accelerate.hw=1
# Increase Performance
debug.performance.tuning=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Deeper Sleep/Better battery life
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Ringing Will Start Immediately
ro.telephony.call_ring.delay=0
# Disable Error Checking
ro.kernel.android.checkjni=0
# Increase Quality Of MediaStreaming
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# Disable BootAnimation
debug.sf.nobootanimation=1
#Force To Remain Launcher In Memory
ro.HOME_APP_ADJ=1
# Disable Waking Up Of Phone By Volume Buttons
ro.config.hwfeature_wakeupkey=0
# Off The Proximity Quiclky After Call
mot.proximity.delay=25
ro.lge.proximity.delay=25
# Signal Tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
# NetSpeed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
# Power Save Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Disables Debug Icon On Status Bar
persist.adb.notify=0
#Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#wifi to scan less frequently
wifi.supplicant_scan_interval=180
#improve battery under no signal
ro.mot.eri.losalert.delay=1000
#makes apps load faster and frees more ram. (Edit exsisting line)
dalvik.vm.dexopt-flags=m=v,o=y
# Off The Proximity Quickly After Call
ro.lge.proximity.delay=25
mot.proximity.delay=25
5.Now save the file and reboot in recovery.
6.now wipe cache partition and dalvik cache.
7.now reboot.
Note:-I am not responsible for any brick in your phone.
Click to expand...
Click to collapse
hey man could you make flashable zip so i can install via cwm

just add
ravenova said:
hey man could you make flashable zip so i can install via cwm
Click to expand...
Click to collapse
Hey buddy it is easy i am currently learning about flashable zip i will upload it soon in my every post but this is quite easy u can do it without cwm....

ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
# Off The Proximity Quickly After Call
ro.lge.proximity.delay=25
mot.proximity.delay=25
Bro are you sure about this will work ??
Htc
ro.lge - LG devices
ro.mot - Motorola Device
Sent from my Cortex A15

just install TTpod...
or you can install xposed framwork and use gravity box modules.. it has the settings for using the volume buttons for music control.. both of them works fine with me.
Sent from my Micromax A116 using xda app-developers app

that is general
AnoopKumar said:
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
# Off The Proximity Quickly After Call
ro.lge.proximity.delay=25
mot.proximity.delay=25
Bro are you sure about this will work ??
Htc
ro.lge - LG devices
ro.mot - Motorola Device
Sent from my Cortex A15
Click to expand...
Click to collapse
that is general it is not specifically for a116....may work or may not but will create no problem

borichamehul5 said:
that is general it is not specifically for a116....may work or may not but will create no problem
Click to expand...
Click to collapse
It will not work bro. Copied stuff please check before post
Sent from my XOLO A700 using Tapatalk 2

cwm zip added
Cwm zip added

borichamehul5 said:
Cwm zip added
Click to expand...
Click to collapse
Hey bro i tired flashing zip using cwm... its giving me an error and i cant boot. Had to restore...
Sent from my Micromax A116 using XDA Premium 4 mobile app

which rom?
ravenova said:
Hey bro i tired flashing zip using cwm... its giving me an error and i cant boot. Had to restore...
Sent from my Micromax A116 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Which rom u r using do you have preinstalled build.prop tweaks by any custom rom developer

borichamehul5 said:
Which rom u r using do you have preinstalled build.prop tweaks by any custom rom developer
Click to expand...
Click to collapse
Stock rom 4.2.1
Sent from my Micromax A116 using XDA Premium 4 mobile app

check
ravenova said:
Stock rom 4.2.1
Sent from my Micromax A116 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
open the build.prop in /system check that do you have any preinstalled tweaks

borichamehul5 said:
open the build.prop in /system check that do you have any preinstalled tweaks
Click to expand...
Click to collapse
I installed bravia engine 2 and audiobeats
Sent from my Micromax A116 using XDA Premium 4 mobile app

fine
ravenova said:
I installed bravia engine 2 and audiobeats
Sent from my Micromax A116 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Fine therefore there is no problem ...have you wiped cache and dalvik cache and try to reinstall the tweaks....

Related

[REF]Droid X2 MOTOBLUR build.prop (Updated 8/26/2011)

Droid X2 custom build.prop
I've been cruising with some of these edits for quite awhile, and I recently modified them for the Droid X2. Some may find this beneficial, as it is, in my opinion, better than what comes stock. I realize this is pretty basic, but some people don't know what the settings mean. This way they can just drop it in without thinking about it.
Keep in mind, this build ID's, market fingerprint, Blur version will need to be updated with every ROM release version (e.g. 2.3.4).
You may need to double reboot after flashing the ZIP to resume data service.
Now includes permanent rooted ADB thanks to drjbliss. Now you no longer have to send files to your sdcard before su'ing into root via ADB. You can push and pull files directly to /system (or other partition) now
BSR flashable zip:
Download: http://www.multiupload.com/W11VLBH7QV
Mirror: http://www.mediafire.com/?h42cf5ci777b97u
Non-BSR flashable zip - file ONLY:
Download: http://www.multiupload.com/M4FT064X18
Mirror: http://www.mediafire.com/?q8sqe7t9sr1l12l
# ----------------------------------------
# MOTOROLA Droid X2 BLUR Build Prop
# w/ optimizations by navenedrob
# ----------------------------------------
# DO NOT DELETE THIS FILE
# This file contains specific information
# that is needed by the kernel and OS.
# ----------------------------------------
# BEGIN ENV/DEVICE OPTIMIZATIONS
# ----------------------------------------
# Set generic build ID's for OS
ro.build.id=4.5.1A-DTN-117-15
ro.build.display.id=4.5.1A-DTN-117-15
ro.build.version.full=Blur_Version.1.3.232.MB870.Verizon.en.US
# Set SDK version
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.3
# Hardware specific
ro.product.model=DROID X2
ro.product.brand=verizon
ro.product.name=daytona
ro.product.device=daytona
ro.product.board=daytona
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.board.platform=tegra
# Set market
ro.build.description=daytona-user 2.3.3 4.5.1A-DTN-117-15 110615 release-keys
ro.build.fingerprint=verizon/daytona/daytona:2.3.3/4.5.1A-DTN-117-15/110615:user/release-keys
# Set RILD path
rild.libpath=/system/lib/libmoto_ril.so
# Set CDMA/radio specific properties
persist.ril.uart.flowctrl=1
persist.ril.mux.ttydevice=/dev/ttyHS3
persist.ril.mux.noofchannels=8
persist.ril.modem.ttydevice=/dev/ttySPI0
persist.ril.modem.mode=1
persist.ril.features=0x0C
persist.ril.ecclist=911,*911,#911
persist.ril.mux.retries=500
persist.ril.mux.sleep=2
persist.radio.cdma.min=0
ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83
ro.cdma.home.operator.numeric=310004
ro.cdma.home.operator.alpha=Verizon
ro.cdma.otaspnumschema=SELC,1,80,99
ro.cdma.nbpcd=1
ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000,540000,960000
ro.cdma.sms.latin_encode=true
ro.telephony.default_network=4
ro.kernel.android.ril=yes
cdma.nbpcd.supported=false
# Motorola MMS settings
mot.mms.conn.timeout=30000
mot.mms.socket.timeout=120000
mot.mms.tr.vc.timeout=55000
mot.mms.trm.timeout=240000
mot.mms.abort.prog.lim=90
mot.mms.retry.pic.size=512000
mot.mms.retry.default=false
mot.mms.retry.timeout.1=30000
mot.mms.retry.timeout.2=180000
mot.mms.retry.timeout.3=300000
mot.mms.retry.timeout.4=480000
# Client ID's
ro.com.google.clientid=android-motorola
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.ms=android-verizon
ro.com.google.clientidbase.am=android-verizon
ro.com.google.clientidbase.gmm=android-motorola
ro.com.google.clientidbase.yt=android-verizon
# GMS version
ro.com.google.gmsversion=2.3_r3
# Set BLAN interface
ro.blan.interface=usb0
# WiFi scan interval (decrease for more scans, 120 = 2 minutes)
wifi.supplicant_scan_interval=120
# Dalvik VM performance options
dalvik.vm.startheapsize=8m
dalvik.vm.heapsize=48m
dalvik.vm.execution-mode=int:jit
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.dexopt-flags=m=y
dalvik.vm.jniopts=warnonly
dalvik.vm.lockprof.threshold=500
dalvik.vm.checkjni=false
persist.sys.purgeable_assets=1
# Gingerbread performance options
debug.sf.hw=1
debug.performance.tuning=1
video.accelerate.hw=1
# USB modes allowed for UI and switching
ro.ngp_available=1
ro.modem_available=1
# Disable persistent media sync
persist.mot.usb.mediasync=0
# Default USB mode
ro.default_usb_mode=0
# Enable HDMI mirror
ro.hdmi.mirror.enable=true
# Enable tethering
ro.tether.denied=false
# Decrease call ring delay for faster answer
ro.telephony.call_ring.delay=1000
# Increase amount of call volume steps
ro.config.vc_call_vol_steps=12
# Enable multitouch and max touch count
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
# Set LCD density (grow or shrink UI size)
ro.sf.lcd_density=240
# Change scroll smoothness/speed
windowsmgr.max_events_per_sec=150
# Enable 270 degree rotation
windowsmgr.support_rotation_270=true
# Proximity sensor options
mot.proximity.distance=60
mot.proximity.delay=150
persist.mot.proximity.touch=1
# Pointer event delay
ro.min_pointer_dur=10
# Keyguard properties
keyinputqueue.use_finger_id=true
keyguard.no_require_sim=1
# Motorola settings
ro.mot.ril.danlist=611,*611,#611
ro.mot.deep.sleep.supported=true
ro.mot.hw.calibratedImager=1
ro.mot.eri.losalert.delay=1000
ro.mot.buttonlight.timeout=1
ro.mot.hw.HAC=1
ro.mot.eri=1
ro.mot.bindervm.config=158
ro.mot.setuptype=2
ro.mot.internalsdcard=1
ro.mot.dpmext=true
ro.mot.mynet=false
ro.mot.hidden_keyboards=evfwd
ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB200/profile/MotoMB200.rdf
# Enable/disable stagefright (camera, camcorder, etc)
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
# Media encode/camera values
ro.media.enc.aud.fileformat=qcp
ro.media.enc.aud.codec=qcelp
ro.media.enc.aud.bps=13300
ro.media.enc.aud.ch=1
ro.media.enc.aud.hz=8000
ro.media.camcorder.720p=mp4,h264,30,12000000,aac,128000,44100,2
ro.media.camcorder.d1NTSC=mp4,h264,30,6000000,aac,128000,44100,2
ro.media.camcorder.vga=mp4,h264,30,4000000,aac,128000,44100,2
ro.media.camcorder.cif=mp4,h264,30,1500000,aac,128000,44100,2
ro.media.camcorder.qvga=mp4,h264,15,500000,aac,32000,16000,2
ro.media.camcorder.mms=3gp,h264,15,128000,amrnb,12200,8000,1
ro.media.camcorder.mmsres=qvga
ro.media.camera.focal=3378.6,3378.6
ro.media.camera.principal=1632.0,1224.0
ro.media.camera.skew=0.0
ro.media.camera.distortion=0.0,0.0,0.0,0.0,0.0
ro.media.camera.calresolution=3264,2448
ro.media.capture.shuttertone=1
ro.camcorder.zoom=true
ro.camcorder.videoModes=false
# Set date format to American date format
ro.com.android.dateformat=MM-dd-yyyy
# Disable data roaming to kill overages
ro.com.android.dataroaming=false
# Android Setup Wizard options
ro.setupwizard.enable_bypass=1
ro.setupwizard.enterprise_mode=1
# ENABLED, OPTIONAL, DISABLED
ro.setupwizard.mode=DISABLED
# Set legal options
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
# Set Android default BT name
net.bt.name=Android
# Attempt to keep ADB root
ro.sys.atvc_allow_netmon_usb=0
ro.sys.atvc_allow_netmon_ih=0
ro.sys.atvc_allow_res_core=0
ro.sys.atvc_allow_res_panic=0
ro.sys.atvc_allow_all_adb=1
ro.sys.atvc_allow_all_core=0
ro.sys.atvc_allow_efem=0
ro.sys.atvc_allow_bp_log=0
ro.sys.atvc_allow_ap_mot_log=0
ro.sys.atvc_allow_gki_log=0
# Attempt to make ADB constant
persist.service.adb.enable=1
# ----------------------------------------
# BEGIN OS OPTIMIZATIONS
# ----------------------------------------
# Tweak APP_ADJ parameters
ro.FOREGROUND_APP_ADJ=0
ro.VISIBLE_APP_ADJ=1
ro.PERCEPTIBLE_APP_ADJ=1
ro.HEAVY_WEIGHT_APP_ADJ=2
ro.SECONDARY_SERVER_ADJ=2
ro.BACKUP_APP_ADJ=2
ro.HOME_APP_ADJ=0
ro.HIDDEN_APP_MIN_ADJ=7
ro.CONTENT_PROVIDER_ADJ=14
ro.EMPTY_APP_ADJ=15
# Tweak APP_MEM parameters
ro.FOREGROUND_APP_MEM=2560
ro.VISIBLE_APP_MEM=4096
ro.PERCEPTIBLE_APP_MEM=4096
ro.HEAVY_WEIGHT_APP_MEM=4096
ro.SECONDARY_SERVER_MEM=6144
ro.BACKUP_APP_MEM=6144
ro.HOME_APP_MEM=6144
ro.HIDDEN_APP_MEM=10240
ro.CONTENT_PROVIDER_MEM=11264
ro.EMPTY_APP_MEM=12288
# Tweak net speed
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4093,26280,35040,4096,16384,35040
# Tweak 3g speed
ro.ril.hsxpa=2
ro.ril.gprsclass=32
ro.ril.hep=1
ro.ril.hsdpa.category=28
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=268449905
ro.ril.hsupa.category=9
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.sdr=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
ro.ril.disable.power.collapse=0
ro.ril.enable.a52=0
ro.ril.enable.a53=1
ro.ril.enable.dtm=1
Click to expand...
Click to collapse
Happy to see this!
...but it says "Invalid Attachment specified. If you followed a valid link, please notify the administrator" when clicking the attached file.
donlad said:
Happy to see this!
...but it says "Invalid Attachment specified. If you followed a valid link, please notify the administrator" when clicking the attached file.
Click to expand...
Click to collapse
Might need to refresh the page. I will make some mirrors.
Refreshing did the trick.
Can we just replace the build.prop that we have and reboot and voila?
donlad said:
Refreshing did the trick.
Can we just replace the build.prop that we have and reboot and voila?
Click to expand...
Click to collapse
Yes, you can
adb push build.prop /sdcard-ext/
adb shell
adb su
mount -o remount,rw /dev/block/mmcblk0p12 /system
cp /sdcard-ext/build.prop /system
chmod 644 /system/build.prop
chown 0.0 /system/build.prop
reboot
Click to expand...
Click to collapse
I'll make a BSR flashable zip... that would be easier eh
navenedrob said:
I'll make a BSR flashable zip... that would be easier eh
Click to expand...
Click to collapse
Yes please!
navenedrob said:
Yes, you can
I'll make a BSR flashable zip... that would be easier eh
Click to expand...
Click to collapse
Yes that would be easy. But could I extract the buildprop and just put it in system and set the other one to building.prop.bak? Possible? I would have to download right to my phone.
donlad said:
Yes please!
Click to expand...
Click to collapse
Ok, updated, try it out, let me know if you have success.
ashclepdia said:
Yes that would be easy. But could I extract the buildprop and just put it in system and set the other one to building.prop.bak? Possible? I would have to download right to my phone.
Click to expand...
Click to collapse
Sure, this is also another possible option.
navenedrob said:
Sure, this is also another possible option.
Click to expand...
Click to collapse
Freaking a I will be trying this tomorrow ..man I have a lot of options for tomorrow.
Now if I do this and then want to tweak something using v6 will I be okay or will there be a problem. I can't see there being a major problem..and I could also just change some values in the build.prop if I want to tweak also correct? This is pretty cool. Can't wait till tomorrow. Sucks I have to work or else I would be tweaking all day.
O yeah and I LOVE how you put in the descriptive lines. Nice touch
And b4 I forget ...the tweak network speeds. What type of results should I be expecting with these values? What is it going to be a major difference when I use speedtest?
navenedrob said:
Ok, updated, try it out, let me know if you have success.
Click to expand...
Click to collapse
Just flashed and it's booted. I have no service. No voice/data signal whatsoever.
EDIT: I rebooted again and signal has resumed.
navenedrob said:
Sure, this is also another possible option.
Click to expand...
Click to collapse
I download the file only version for just pushing into system directly from phone using root explorer? Sry just want to download the right one.
ashclepdia said:
I download the file only version for just pushing into system directly from phone using root explorer? Sry just want to download the right one.
Click to expand...
Click to collapse
That should work. Just make sure the permissions are set right.
navenedrob said:
That should work. Just make sure the permissions are set right.
Click to expand...
Click to collapse
Just to be certain I would be putting the right permission on it I just use the same settings as the permissions for my original build.prop?
They are bottom two in first column. Middle box in middle column. And bottom two in right column?
In the prop it has multi touch up to 4 points, but phone tester still only recognizes 2
Sent from my DROID X2
Thanks man. This has GREATLY improved my 3g speeds & I was running the 3g turbo script before. With this implemented, is there any benefit from running the v6 supercharger? I have both installed, along with all of the latest init.d tweaks & get no lag or redraw now. Gonna test music/video later.
Sent from my DROID X2 using XDA Premium App
garywojdan81 said:
Thanks man. This has GREATLY improved my 3g speeds & I was running the 3g turbo script before. With this implemented, is there any benefit from running the v6 supercharger? I have both installed, along with all of the latest init.d tweaks & get no lag or redraw now. Gonna test music/video later.
Sent from my DROID X2 using XDA Premium App
Click to expand...
Click to collapse
You are scaring me with all those scripts running that try to tweak the same thing at the same tine. Be careful one wrong button and you might end up having to sbf. Good luck hope it works out for ya
ashclepdia said:
You are scaring me with all those scripts running that try to tweak the same thing at the same tine. Be careful one wrong button and you might end up having to sbf. Good luck hope it works out for ya
Click to expand...
Click to collapse
Yeah I know. Getting ready to drop all the v6 stuff now. I'd rather run leaner & cleaner with something set specifically for this phone.
Update: Ok I dropped the v6 stuff after undoing the supercharge in script manager. The 3g tweaks disappeared when the build.prop was overwritten by navenedrob's file so all I'm running now are his tweaks in init.d & everything seems just as snappy. My major issue is with launcher redraws coming out pf sleep or exiting the phone.apk after ending a call. Gonna try this for awhile, so far so good though.
Sent from my DROID X2 using XDA Premium App
Ok I flashed the MOTOBLUR zip and the first time I rebooted all my services were fine does that mean its working? It feels just a tad bit faster but not sure if its actually working?
Sent from my DROID X2 using XDA App
almania6 said:
Ok I flashed the MOTOBLUR zip and the first time I rebooted all my services were fine does that mean its working? It feels just a tad bit faster but not sure if its actually working?
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Best way to check is to open up the build.prop from /system and see if it matches the one here. If it is there and the same then it worked

[ROM][P769] PenberRom5 [11/21/2013 - AROMA Edition)

LeoLawliet presents..
- PenberRom5 -
Fine tuned and tweaked for better battery life, performance, smoothness, and responsiveness
This ROM is mainly based on PenberRom2, which I started working on at CM Forums.
To be honest the main difference between the two is PenberRom2 was based on PACman ICS 4.0.4, while PenberRom5 is based on PACman JB 4.3.
Other than that, the whole idea behind both ROMs is the same, a custom ROM based on my preference and what enhancements I use.
It's already tweaked and fine tuned, I saved you all the trouble of having to do it yourselves
Here's a list of what has been added:
Smart Launcher included
Replaced DSP Manager with ViPER4Android FX
Supercharged services.jar (launcher stays in memory + better multitasking)
boost in performance
swap2cache terminal script creates a 64mb swapfile in /cache with swappiness set to 40
swap2data terminal script creates a 128mb swapfile in /data with swappiness set to 40
increased responsiveness
better battery life
faster boot
zipalign apk's on boot
defrag databases on boot
entropy tweak
I/O scheduler tweaks
sleeper tweaks
hardware rendering tweaks
improved sdcard read/write speed
disables logger
disables journalism
disables vsync
ADJ tweaks
vm tweaks
ram tweaks
graphics rendering tweaks
video/music streaming tweaks
various useful terminal scripts (I'll mark those down)
custom bootanimation + UI sounds
increased jpeg + video recording quality
3D performance enhancement tweaks
call tweaks
scripts to clean database & zipalign apps
cpuramcheck script to monitor CPU/RAM usage in realtime using the terminal emulator
Stabilized FPS through a build.prop tweak (kinda risky, comment out if you have graphic glitches. Thanks LENAROX!!)
Click to expand...
Click to collapse
As usual, I will leave a disclaimer. I will NOT be held responsible if this causes any damage to your device,
you are responsible for making a nandroid backup in the case that a bootloop occurs.
Credit goes out to these guys
AntonX - for CM10.2 ROM
mateo1111 - for PACrom JB 4.3 ROM
twinnfamous - for porting PACrom JB 4.3 with everything fully working, it's the base ROM I'm using
Pizza_Dox - for gm & hc scripts, 02SDCardAccel, 97ramscript, 20vmlt, 82Sleepers, RNGD, Cache_Cleaner
ViPER520 and zhuhang - for ViPER4Android FX
Chainfire - for some scripts. 01-GPU_touchrender, libncurses.so
ImbaWind - for Adrenaline Boost script
Spex - for some build.prop edits and some code from his startup scripts, I started out with his collection of tweaks
zeppelinrox - for services.jar patcher & terminal scripts. [vac, zepalign]
LENAROX - you made the cpuramcheck script possible, and you are also responsible for 20vmlt. Thanks
The rest I honestly don't remember but if you feel that you deserve credit, message me and I will give you proper credit where it should be given.
kuma82 - for the 90kuma script & WiFi fix (only needed in older builds, twinnfamous fixed the bug)
artit - for AROMA Installer base setup
Click to expand...
Click to collapse
And once again because I can't tell you how annoying it is for someone to screw up their own device for not following instructions carefully and then blame someone else..
I will NOT be held responsible if this causes any damage to your device, you are responsible for making a nandroid backup in the case that a bootloop occurs.
Enjoy ​
Downloads
HOW TO INSTALL:​
Code:
* Download the Rom and Gapps
* Reboot to Recovery
* Wipe data/factory reset
* Wipe system
* Flash the ROM and then Gapps
* Reboot your phone
* Enjoy
____________________________________________________________________________________________​
HOW TO UPDATE:​
Code:
* Download the latest version
* Reboot to Recovery
* Wipe dalvik cache and cache
* Wipe system
* Flash the ROM and then Gapps
* Reboot your phone
* And enjoy the latest version of PAC
____________________________________________________________________________________________​
DOWNLOADS​
============================================================
ROM
============================================================​
Code:
[B][COLOR="Green"]11/21/2013[/COLOR][/B]
[B]Mirror #1[/B] [URL="http://d-h.st/9Rj"]Dev-Host[/URL] (Please use this mirror)
[B][COLOR="Green"]11/14/2013[/COLOR][/B]
[B]Mirror #1[/B] [URL="http://d-h.st/7z4"]Dev-Host[/URL] (Please use this mirror)
[B][COLOR="Green"]10/31/2013[/COLOR][/B]
[B]Mirror #1[/B]: [URL="http://d-h.st/6x1"]Dev-Host[/URL] (please use this mirror)
[B][COLOR="Green"]10/19/2013[/COLOR][/B]
[B]Mirror #1[/B]: [url="https://app.box.com/s/061mnjqso4p3g69ztj45"]Box[/url] (please use this mirror)
[B]Mirror #2[/B]: [URL="https://db.tt/DlWpG2oo"]Dropbox[/URL] (thanks DjSidEShoW)
============================================================
Google Apps & Add-ons
============================================================​
Code:
[B]Slim AROMA Gapps[/B]: Get it [URL="http://www.slimroms.net/index.php/downloads/dlsearch/viewdownload/383-addons/6370-slim-aroma-selectable-gapps-4-3-build-2"]here.[/URL]
Install what you want, you have that option now
[B]UltraSlim Gapps[/B]: [URL="http://d-h.st/users/ronin79/?fld_id=27074#files"]here[/URL].
Only 11mb, no extra clutter
[B]IRS Starter Pack[/B]: for ViPER4Android FX. Get the latest files [URL="http://forum.xda-developers.com/showthread.php?t=2216193"]here[/URL].
(optional)
[B]Google Home Add-on[/B]: Get it [URL="http://d-h.st/TJ8"]here[/URL].
I recommend you install Gapps first.
Click to expand...
Click to collapse
Misc./Discontinued
LeoLawliet presents..
- PenberEngine -
Tweaks for everyday use
These tweaks are already included in PenberRom5,
This is just for anyone who wishes to have the additional tweaks for a different device.
- Download -
10/06/2013
- build.prop tweaks -
Also included already, use on whatever ROM you like
Code:
### LeoLawliet's new tweaks 9/15/2013 ###
# Misc Tweaks
debug.gr.swapinterval=0
debug.performance.tuning=1
dev.pm.dyn_samplingrate=1
persist.adb.notify=0
persist.service.adb.enable=1
persist.sys.use_dithering=1
persist.sys.purgeable_assets=1
qemu.hw.mainkeys=0
ro.min_pointer_dur=1
ro.sec.proximity.delay=0
sys.mem.max_hidden_apps=15
# Battery Tweaks
pm.sleep_mode=1
ro.ril.disable.power.collapse=1
# Unlocks Screen using Menu Button
ro.config.hw_menu_unlockscreen=true
# Kernel Tweaks
ro.kernel.checkjni=0
# Ram Tweaks
persist.sys.purgeable_assets=1
# Kills Loging
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
profiler.force_disable_ulog=1
profiler.force_disable_err_rpt=1
# Media Streaming Optimizations
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-record=true
# Camera & Media Tweaks
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.dec.jpeg.memcap=20000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=75
ro.media.enc.jpeg.quality=100
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=25
ro.media.codec_priority_for_thumb=so
# CM9 Tweaks
hwui.disable_vsync=true
hwui.render_dirty_regions=false
# Voice Optimization
ro.ril.enable.amr.wideband
# Better Telephony Settings
ro.config.vc_call_vol_steps=15
ro.config.vc_call_steps=20
ro.telephony.call_ring.delay=0
ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
# Google DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
# TCP Tweaks (might break WiFi)
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
# Wireless Conection Tweaks (might break WiFi)
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_wmem=4096 39000 187000
# 3d performance
persist.android.strictmode=0
ro.min_pointer_dur=1
ro.secure=0
# 16BIT Support
debug.fb.rgb565=1
# 16BIT Transparency
persist.sys.use_16bpp_alpha=1
# Graphic Tweaks
ro.product.gpu.driver=1
debug.gr.swapinterval=0
# Better scrolling responsiveness
windowsmgr.max_events_per_sec=90
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# Better Touch Responsiveness
touch.presure.scale=0.001
# Dalvik Tweaks
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=256m
dalvik.vm.dexopt-flags=m=y,v=n,o=n
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.lockprof.threshold=500
dalvik.vm.execution-mode=int:jit
dalvik.vm.jmiopts=forcecopy
dalvik.vm.dexopt-data-only=1
# Enable Qualcomm tile rendering (Hardware Rendering)
debug.enabletr=1
persist.sys.composition.type=gpu
# enable harware egl profile
debug.egl.profiler=1
# FPs Booster
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
# Graphic Optimization
debug.gr.numframebuffers=3
ro.min_pointer_dur=1
# Hardware 2D & 3D Rendering
hw3d.force=1
hw2d.force=1
# Nitro Lagg Nullifier
ENFORCE_PROCESS_LIMIT=false
MAX_SERVICE_INACTIVITY=false
MIN_HIDDEN_APPS=false
MAX_HIDDEN_APPS=false
CONTENT_APP_IDLE_OFFSET=false
EMPTY_APP_IDLE_OFFSET=false
MAX_ACTIVITIES=false
ACTIVITY_INACTIVE_RESET_TIME=false
MAX_RECENT_TASKS=false
MIN_RECENT_TASKS=false
APP_SWITCH_DELAY_TIME=false
MAX_PROCESSES=false
PROC_START_TIMEOUT=false
CPU_MIN_CHECK_DURATION=false
GC_TIMEOUT=false
SERVICE_TIMEOUT=false
MIN_CRASH_INTERVAL=false
# Pro-Tuned ADJ 1.2 by LENAROX.
ro.FOREGROUND_APP_ADJ=0
ro.VISIBLE_APP_ADJ=4
ro.PERCEPTIBLE_APP_ADJ=3
ro.HEAVY_WEIGHT_APP_ADJ=2
ro.SECONDARY_SERVER_ADJ=1
ro.BACKUP_APP_ADJ=5
ro.HOME_APP_ADJ=6
ro.HIDDEN_APP_MIN_ADJ=7
ro.EMPTY_APP_ADJ=15
#Ultimate Assassin Mode!
#ro.SECONDARY_SERVER_ADJ=15
#ro.HIDDEN_APP_MIN_ADJ=3
# Qualcomm Display Settings (Qualcomm devices ONLY!!)
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1
# Rapid Boot Technology 1.1 (Reduces bootup time)
persist.sys.shutdown.mode=hibernate
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
# Rendering Tweaks
debug.composition.type=c2d
debug.egl.hw=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
debug.performance.tuning=1
debug.sf.hw=1
dev.pm.dyn_samplingrate=1
hw3d.force=1
ro.config.disable.hw_accel=false
ro.fb.mode=1
ro.sf.compbypass.enable=0
ro.vold.umsdirtyratio=20
persist.sys.composition.type=c2d
persist.sys.ui.hw=1
video.accelerate.hw=1
# Sensor Sleep Control
ro.ril.sensor.sleep.control=1
# Smoothens UI
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
### End of LeoLawliet's new tweaks 9/15/2013 ###
any screenshots?
noob.gamer said:
any screenshots?
Click to expand...
Click to collapse
It's basically PACrom JB 4.2.2 but heavily modified. It looks exactly the same.
I still need to add the finishing touches before anything. I should have it done and uploaded within the next few hours.
Edit: Uploaded and posted, check the 2nd post.
Edit2: Don't download yet, it bootloops and I know why. I'll fix it right now.
Everything should be fixed now
New one still bootloops
Sent from my LG-P769 using xda app-developers app
I know, I'm working on it x__x
This is an older one I made but I didn't have time to test it.
http://d-h.st/9ju
Still needs work and my WiFi sucks, can't even upload anything :/
Sent from my LG-P769 running PACrom JB 4.3 using Tapatalk 2
Why did You upload this without testing? BTW, Your engine is preety nice, it really boost my phone, can i add some of tweaks to my rom? :3
unn.
Unn113 said:
Why did You upload this without testing? BTW, Your engine is preety nice, it really boost my phone, can i add some of tweaks to my rom? :3
unn.
Click to expand...
Click to collapse
I did test it, I guess it's just having issues with the latest CM10.1 lol
My apologies guys, I'm gonna make this right. And glad you like the engine tweaks, yes you may use them but please link back to the engine post and give credit
These tweaks work 100% flawless on PenberRom5, I may just release that instead.
Sent from my LG-P769 running PACrom JB 4.3 using Tapatalk 2
Still working on it, I'll give you guys an update when it's working. I'm sorry, the new tweaks aren't doing so well. I might as well revert to the old ones that did work for now.
Edit: Annnndddd it works!!
Uploading at the moment.
leolawliet said:
Still working on it, I'll give you guys an update when it's working. I'm sorry, the new tweaks aren't doing so well. I might as well revert to the old ones that did work for now.
Edit: Annnndddd it works!!
Uploading at the moment.
Click to expand...
Click to collapse
Tweaks work great. I added the build prop ones first and notice improvement in antutu. So I went ahead and flashed pender engine tweaks and that made it even better. I dont use no-frills CPU tuner because the port im running has performance app built in settings with overclocking options. This is great my pac4.3 port is running greater than before. And the sounds u added to the touch is cool. I havent tried the launcher yet. Thank you for these tweaks.
My last Benchmark score
By the way, ROM released
Sent from my LG-P769 running PenberRom5 using Tapatalk 2
Disabled logger, disables journalism? What are these?
Sent from my LG-P769 using Tapatalk 4
Disabled logger - You can't do a logcat. Disabled journalism - better ram management.
Sent from my p760 powered by CarbonROM 4.3.
Unn113 said:
Disabled logger - You can't do a logcat. Disabled journalism - better ram management.
Sent from my p760 powered by CarbonROM 4.3.
Click to expand...
Click to collapse
Exactly and both tweaks boost performance, I also recommend deleting the selinux init.d script for further increase in performance.
Looks like a good ROM with all those features... have you encountered any bugs or problems so far?
Also, your download link gives an error "The user hosting this content is out of bandwidth."
optimusl9 said:
Looks like a good ROM with all those features... have you encountered any bugs or problems so far?
Also, your download link gives an error "The user hosting this content is out of bandwidth."
Click to expand...
Click to collapse
That means my bandwidth limit was exceeded, too many downloads. I'm working on a new build probably tonight at work. Much better optimizations, this is my last benchmark
Sent from my LG Optimus L9 running PenberRom5 using Tapatalk 2
leolawliet said:
That means my bandwidth limit was exceeded, too many downloads. I'm working on a new build probably tonight at work. Much better optimizations, this is my last benchmark
Sent from my LG Optimus L9 running PenberRom5 using Tapatalk 2
Click to expand...
Click to collapse
Good to hear. Please excuse me while I try the painful, stabbing myself with a knife process of unlocking the bootloader on P769. Be right back... by tomorrow... I hope.

[Q] REAL RACING 3 not working (xperia u) :(

hey guys..
i am a big big bigx9999999 fan of RR3.. but no matter what all roms and kernels i try, it keeps on crashing even before it starts..
any help will be greatly appreciated..
i am ready to install any rom/kernel/mods/governers..etc
CURRENT DEVICE - XPERIA U ST25i
flash stock ics flash any kernel you wanna disable apps that you are not using. Change dalvik vm heapsize to 256 mb enable and enable jit and have fun!:good:
ANRDH said:
hey guys..
i am a big big bigx9999999 fan of RR3.. but no matter what all roms and kernels i try, it keeps on crashing even before it starts..
any help will be greatly appreciated..
i am ready to install any rom/kernel/mods/governers..etc
CURRENT DEVICE - XPERIA U ST25i
Click to expand...
Click to collapse
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=256m
dalvik.vm.lockprof.threshold=500
dalvik.vm.heapminfree=2
dalvik.vm.heapmaxfree=14m
dalvik.vm.dexopt-flags=v=a,o=v,u=y,m=y
persist.android.strictmode=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.config.nocheckin=1
ro.compcache.default=0
dalvik.vm.checkjni=0
dalvik.vm.dexopt-data-only=1
dalvik.vm.verify-bytecode=false
dalvik.vm.jmiopts=forcecopy
debug.kill_allocating_task=0
ro.ext4fs=1
dalvik.vm.heaputilization=0.25
dalvik.vm.heaptargetutilization=0.75
Try this guys, it's working..
Don't forgot to uninstall useless app from system app. :angel::angel::angel:
what do u mean by "enable jit"???
chessmanyaki said:
flash stock ics flash any kernel you wanna disable apps that you are not using. Change dalvik vm heapsize to 256 mb enable and enable jit and have fun!:good:
Click to expand...
Click to collapse
what do u mean by "enable jit"????
ANRDH said:
what do u mean by "enable jit"????
Click to expand...
Click to collapse
just in time compiler add this line to build.prop
dalvik.vm.execution-mode=int:jit
chessmanyaki said:
just in time compiler add this line to build.prop
dalvik.vm.execution-mode=int:jit
Click to expand...
Click to collapse
k.. thanx

[update 19 jan 2016] new bulid prop twek for towchwiz and both cm12.1 and13

Hii guys today i want to share new bulid prop tweak for our grand 2 all variant
Tested in
Cm12.1
Cm 13
For touchwize rom not yet tested if any one want to test then can and if work plz pm
Download es file explorer or other file exploer which able to go into root folder grand supersu permission
Then goto
Root>system>build. Prop
Open bulid.prop with es editor or other as you want
And copy the the following line below and past it to inside build.prop at bottom leaving a space
#================================#
#Disables blackscreen issue after a call.
ro.lge.proximity.delay=25
mot.proximity.delay=25
#Liquid Smooth Ui
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
₹Fast Reboot
persist.sys.purgeable_assets=1
#Faster boot.
ro.config.hw_quickpoweron=true
#Increasing It Will Make Mobile Smoother
windowsmgr.max_events_per_sec=150
#Video Acceleration Enabled And HW debugging. debug.composition.type can also be changed to cpu or mdp.
video.accelerate.hw=1
debug.sf.hw=1
debug.performance.tuning=1
debug.egl.profiler=1
# Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu
# Disable hardware overlays and use GPU for screen compositing
#Increase Performance
debug.performance.tuning=1
#NetSpeed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
#Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
#Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
#Power Save Tweaks
pm.sleep_mode=1
ro.ril.power_collapse=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
#Faster Better Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8
#3G tweaks.
ro.ril.hep=0
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
#===============================#
#====update 1 new twek===
#Deeper Sleep for better power backup
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# More RAM
#persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=1
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
#================================
And full reboot your mobile not soft reboot
Flashable zip uploade see post 2
For automatic add twek to bulid prop
Hit thanks for help
And comment below if have any problem
And don't spam
And ya this bulid prop not copy from other thread so don't say to anything about it
Like bla bla bla
Note
I am not responsible for any happen with your mobile do at your own risk
Make backup of your rom using any custom recovery
Or u can use zipme to backup your orginal build prop it make flashable zip if you want to go back your orginal bulid.prop
http://play.google.com/store/apps/details?id=zip.me
New
Intatial release
Flashable zip As on 17 Jan,2016
Update1 as on 19 Jan,2016
Required
custom recovery like twrp (preferred)
Status: stable
Tested on CM12.1 and CM13 ,
touchwiz 4.4.4 as well as motion rom tw 5.1.1 (see post post 17 on page 2 of this thread)
Update 1 working with touchwize motion 5.1.1 as well as cm12 and 13
Can't say about 1st zip twaek work with touchwize not yet tested(bulid_twaek_17_Jan_2016 _IST.zip)
How to update twaek
If you already flash 17 jan 2016 zip
Then flash the second zip
Note busybox requried for flash zip
Changelog
Update1 on 19 jan 2016
Add new tweak
For more power saving when sceen off
More free ram
For performance
Special thanks to @Yuen.Jason22
For sharing twaek and conform for working in motion rom tw5.1.1
And for touchwize 4.4.4 and both cm12. And 13 tested by me
Fix the flashabe zip now you can download
Nice work,maaan. It seems to me everything is working
Bro I got some more to share
# More RAM
#persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=1
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
Sent from my SM-G800H using Tapatalk
Yuen.Jason22 said:
Bro I got some more to share
# More RAM*
#persist.sys.purgeable_assets=1*
persist.service.pcsync.enable=0*
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=1
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
Sent from my SM-G800H using Tapatalk
Click to expand...
Click to collapse
Thanka but there is problem with this which you share they give some rendom reboot in cm13 i am working on it
Bro I'm sorry I think there is no * in every lines end.
the tapatalk app auto adds * when I send it. ;(
btw I use them on touchwiz rom I don't know it on AOSP rom
# More RAM
#persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=1
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
Sent from my SM-G800H using Tapatalk
Yuen.Jason22 said:
Bro I'm sorry I think there is no * in every lines end.
the tapatalk app auto adds * when I send it. ;(
btw I use them on touchwiz rom I don't know it on AOSP rom
# More RAM
#persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=1
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=220
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
ro.config.hw_power_saving=true
Sent from my SM-G800H using Tapatalk
Click to expand...
Click to collapse
Gr8 i will make flashable zip for touchwiz can you tell me which version of android do u test it and can you test my twek in touchwiz plz to confirm that also work in touchwiz
And thanks
android_smater said:
Gr8 i will make flashable zip for touchwiz can you tell me which version of android do u test it and can you test my twek in touchwiz plz to confirm that also work in touchwiz
And thanks
Click to expand...
Click to collapse
Bro I'm on Motion Rom 5.1.1 S5 mini port
I'll download your zip rite now and flash it and tell you the result
Sent from my SM-G800H using Tapatalk
---------- Post added at 09:59 PM ---------- Previous post was at 09:10 PM ----------
android_smater said:
Gr8 i will make flashable zip for touchwiz can you tell me which version of android do u test it and can you test my twek in touchwiz plz to confirm that also work in touchwiz
And thanks
Click to expand...
Click to collapse
Bro I just flashed the zip but error occurs.
For the result:
Error: failed to execute updater binary......(and some more words I forgot)
maybe it is because I'm using Touchwiz and my phone is SM-G7105?(Grand 2 LTE variant)
Sent from my SM-G7105 using Tapatalk
Yuen.Jason22 said:
Bro I'm on Motion Rom 5.1.1 S5 mini port
I'll download your zip rite now and flash it and tell you the result
Sent from my SM-G800H using Tapatalk
---------- Post added at 09:59 PM ---------- Previous post was at 09:10 PM ----------
Bro I just flashed the zip but error occurs.
For the result:
Error: failed to execute updater binary......(and some more words I forgot)
maybe it is because I'm using Touchwiz and my phone is SM-G7105?(Grand 2 LTE variant)
Sent from my SM-G7105 using Tapatalk
Click to expand...
Click to collapse
Ok i will check may be there may be some error in update script
android_smater said:
Ok i will check may be there may be some error in update script
Click to expand...
Click to collapse
mis-match in device codename.
you made this for G7102,you should add G7105 also.
Lol maybe I changed the model name form SM-G800H to SM-G7105?
Sent from my SM-G7105 using Tapatalk
I am just new to making flashable zip to add bulid prop tweak through recovry so there may be some mistake i am checking on it
neonkat said:
mis-match in device codename.
you made this for G7102,you should add G7105 also.
Click to expand...
Click to collapse
Not add any specified code name as it is unveraal script for falshing zip ok i am checking it
Flashing problem..
Sent from my SM-G7102 using XDA Free mobile app
nirupom das Andrid Lver said:
Flashing problem..
Sent from my SM-G7102 using XDA Free mobile app
Click to expand...
Click to collapse
What problem do you face ?
And does you use latest falsable zip plz check
And busybox latest version should be install in your mobile
Check whete busybox properly installed or not just download busybox checker from play store
Because when i see your comment i rechecked my flashable zip and it working i am using twrp
If falshable zip not working there is problem with your phone because i check it 10 time +1 now
U can just copy and paste the twek in bulid.prop see op page
hey im using d stock rom (touchwiz rooted)
can i use this build prop to improve performance is it compatible with stock rooted rom?
darryl1234 said:
hey im using d stock rom (touchwiz rooted)
can i use this build prop to improve performance is it compatible with stock rooted rom?
Click to expand...
Click to collapse
compactible from android 1.6 to 6.0.1 and all phones.
darryl1234 said:
hey im using d stock rom (touchwiz rooted)
can i use this build prop to improve performance is it compatible with stock rooted rom?
Click to expand...
Click to collapse
Ya may be work because it is working with tw 4.4.4
Test your self and comment here
And ya some code are modified it may not work below 4.4.x
Moved to the more appropriate General section and cleaned thread...
@android_smater does this line can do any better?
#Misc
persist.sys.shutdown.mode=hibernate
persist.radio.add_power_save=1
ro.semc.enable.fast_dormancy=false
ro.config.hw_quickpoweron=true
ro.ril.sensor.sleep.control=1
power_supply.wakeup=enable
persist.android.strictmode=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.compcache.default=0
dalvik.vm.execution-mode=int:jit
dalvik.vm.verify-bytecode=true
dalvik.vm.jmiopts=forcecopy
ro.ext4fs=1
ro.setupwizard.mode=DISABLED
dalvik.vm.heaputilization=0.25
dalvik.vm.heaptargetutilization=0.75
If not maybe one of the line can be use. I found it at a thread for Samsung Galaxy S2

Internal system RO(read-only) and no OS

Hi, guys! New user here and let's start!
Well, I own a tablet which the model is Innovator 7DTB41...
I bought it from Greece!
Although I found out that model's name varies at Amazon which there is named Hipstreet 7DTB41-8GB Electron 7" (Quad Core 1.3GHz Google Certified Android 5.1 (Lollipop) Tablet 8GB -Black). I'm sure 99% that Amazon's link have right specs with the other link from E-shop that i bought it!
The images from Amazon, like volume button, power button, port micro USB, port auxiliary are the same position with my tablet! If that tells something!
At first, the tablet was rooted to remove bloatware, and I tweaked the build.prop...The tweak settings I'll write them below... the problem is that suddenly the internal storage went from (read-write) to (read-only) and when I was changed back to read-write with ES file explorer it didn't do something.. So I decided to give a reboot if this fixes the problem...After the reboot, the OS disappeared and more simple it does not boot...
Also, it has recovery and I just boot into that! The choices that were given to me is 7
Android system recovery <3e>
7DTB41_20170119
1. Reboot system now
2. apply update from ADB
3. wipe data/factory reset
4. wipe cache partition
5. reboot to bootloader
6. power down
7. View recovery logs
Recovery system v5.0
E: failed to mount /mnt/internal_sd (No such device)
Tweak Settings:
#Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#Liquid Smooth Ui (not the custom rom)
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
ro.ril.enable.a52=1
ro.ril.enable.a53=0
#Better internet browsing & download speed
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspa=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,8 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
# Saves some battery without reducing performances
wifi.supplicant_scan_interval=497
pm.sleep_mode=1
power.saving.mode=1
ro.ril.disable.power.collapse=0
ro.vold.umsdirtyratio=20
# Increase general Performance
debug.performance.tuning=1
# Increase some Performance
ro.secure=0
persist.sys.use_16bpp_alpha=1
ro.product.gpu.driver=1
ro.min.fling_velocity=8000
# Reduce the black screen time of the proximity sensor
ro.lge.proximity.delay=15
mot.proximity.delay=15
# Increase camera's photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
#Better RAM managment
ro.HOME_APP_ADJ=1
Disables built-in error reporting.
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
#Disables logcat
logcat.live=disable
#Faster boot.
ro.config.hw_quickpoweron=true
#Disables error checking.
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
#Disables sending of usage data.
ro.config.nocheckin=1
#Disable strict mode checking.
persist.android.strictmode=0
#build.prop tweaks for improved performance
debug.performance.tuning=1
Thanks for reading until now!!
Sorry for any mistakes! I cannot put links! :/
angel1998 said:
So I decided to give a reboot if this fixes the problem...After the reboot, the OS disappeared and more simple it does not boot...
Also, it has recovery and I just boot into that! :/
Click to expand...
Click to collapse
Γειά σου φίλε!!!
Have to keep it in English though for everybody to understand. If system partitions got messed up trough the process you described, well... Chances are you might need to flash full stock...
However... Since you can get to stock recovery, can you do a factory reset? Does it work? Or does it come back giving you a whole bunch of red lettered errors? If that is the case full stock flashing is the solution...
Unfortunately, I personally can't think of a way to make this work without losing your data. But, hey... You won't through away the device!!!
Post a little more info if you wish, or update on how you are doing with the device, so others can also help. Also please check your private messages.
Well, guys, I gave up, cause Windows doesn't recognize the tablet in download mode or in bootloader, and I had to mess finding drivers which are not easy with this whatever brand name is and i sent it to the shop i bought, and they will give me a replacement!
Special thanks to r&xp for helping me at private messages!

Categories

Resources