Sunday, February 7, 2016

Modded Boot.img With Features

Moto 360 LCA44B 5.1.1 Edited Boot With Some Features


Added some Build.prop codes to the Default.prop, if developers have another codes suggestions I will add

Default.prop
Code:

#
# ADDITIONAL_DEFAULT_PROPERTIES
#
persist.service.adb.enable=1
ro.allow.mock.location=0
persist.sys.usb.config=usbnet
ro.zygote=zygote32
persist.adb.notify=1
bluetooth.force_pm_timer=2000
persist.sys.media.use-awesome=true
log.tag.AmbientService=DEBUG
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
ro.dalvik.vm.native.bridge=0

#Test to get Adb Permisssions & Root
ro.secure=0
ro.adb.secure=0
ro.debuggable=1

#No Screen When Charging !Work!
ro.ambient.enable_when_plugged=false
ro.ambient.force_when_docked=false

#Test Battery Save
ro.ril.disable.power.collapse=1
ro.kernel.android.checkjni=0
ro.ril.power_collapse=1
ro.mot.eri.losalert.delay=1000
ro.ril.disable.power.collapse=0
power_supply.wakeup=enable
ro.config.hw_fast_dormancy=1
ro.config.hw_power_saving=1
debug.performance.tuning=1
debug.composition.type=hw
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.vold.umsdirtyratio=20
dalvik.vm.checkjni=false
dalvik.vm.execution-mode=int:jit

#test 20mhz screen off
pm.sleep_mode=3

#test wifi interval
wifi.supplicant_scan_interval=180

#Test Cpu undercklock to 600Mhz
hw.cpu.throttle.state=1

#Disables logcat
logcat.live=disable

#desplay build
ro.build.display.id=XDA

#test Smoothens UI
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
ro.ril.enable.a52=1
ro.ril.enable.a53=0

Also Tried to Add SU to Boot.img with (init.rc & /sbin folder) but not getting it work, need Help Here :confused:

init.rc

Code:

service console /system/bin/sh (#tried to get Root in Shell)
    class core
    console
    disabled
    user root
    group root

Code:

service flash_recovery /sbin/rootme.sh (# files there)
    class core
    user root
    oneshot

I Extracted/compressed boot.img from the latest LCA44B version with CarlivImageKitchen tool, if someone want to try.
Need to Have the latest version LCA44B 5.1.1
You need to connect your moto with DIY USB Interface (its not that easy)
Boot to bootloader ( adb reboot bootloader ) -> unlock it if locked ( fastboot oem unlock )
Then Flash The boot.img ( fastboot flash boot boot.img ) -> ( fastboot reboot )

files


XDA:DevDB Information
LCA44B 5.1.1 MOD , Kernel for the Moto 360

Contributors
Shapi300
Kernel Special Features:

Version Information
Status: Alpha

Created 2016-02-07
Last Updated 2016-02-07


via xda-developers http://ift.tt/1SCnCs6

IFTTT

Put the internet to work for you.

Turn off or edit this Recipe

No comments:

Post a Comment