boot.img ramdisk gzip compression issue - Android Q&A, Help & Troubleshooting

Hi. Im having a problem.
Im trying to modify my stock boot.img. Im able to unpack it, and gunzip the ramdisk. But Im unable to produce 1:1 output when I gzip it. In other words, if I decompress the ramdisk, then recompress it without ANY modifications to the ramdisk contents, the new gzip is way different. The goal is to be able tear down stock boot.img, then rebuild it and the resulting boot.img be exactly the same as stock.
Im trying to do this so to ensure my tools are perfect. That way I can disable SEandroid/Selinux and enable adb at boot. The resulting boot.img will not work in my case, failing to boot into Android.
Im on Samsung Galaxy J3 SM-J320R4. Trying to create a new root method for this device. Thanks guys.

LeviathaninWaves said:
Hi. Im having a problem.
Im trying to modify my stock boot.img. Im able to unpack it, and gunzip the ramdisk. But Im unable to produce 1:1 output when I gzip it. In other words, if I decompress the ramdisk, then recompress it without ANY modifications to the ramdisk contents, the new gzip is way different. The goal is to be able tear down stock boot.img, then rebuild it and the resulting boot.img be exactly the same as stock.
Im trying to do this so to ensure my tools are perfect. That way I can disable SEandroid/Selinux and enable adb at boot. The resulting boot.img will not work in my case, failing to boot into Android.
Im on Samsung Galaxy J3 SM-J320R4. Trying to create a new root method for this device. Thanks guys.
Click to expand...
Click to collapse
The size doesnt matter
What ve u changed in boot image xactly

Romeotamizh said:
The size doesnt matter
What ve u changed in boot image xactly
Click to expand...
Click to collapse
I fixed my original issue by using minigzip and mkbootfs. The compression output is correct. I can make changes to my boot.img, flash it and boot to Android. But I cant seem to disable SElinux nor enable adb at boot. Below is my default.prop settings, after modification.
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
rild.libpath=/system/lib/libsec-ril.so
persist.cne.feature=0
persist.radio.lte_vrte_ltd=1
persist.radio.apm_sim_not_pwdn=1
persist.radio.add_power_save=1
persist.data.netmgrd.qos.enable=false
persist.radio.snapshot_enabled=1
persist.radio.snapshot_timer=22
persist.eons.enabled=false
telephony.lteOnCdmaDevice=1
persist.security.ams.enforcing=0
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
ro.adb.secure=0
ro.build.selinux=0
ro.zygote=zygote32
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
ro.dalvik.vm.native.bridge=0
debug.atrace.tags.enableflags=0
camera2.portability.force_api=1
persist.sys.usb.config=mtp,adb
#
# BOOTIMAGE_BUILD_PROPERTIES
#
ro.bootimage.build.date=Mon May 2 14:20:19 KST 2016
ro.bootimage.build.date.utc=1462166419
ro.bootimage.build.fingerprint=samsung/j3lteusc/j3lteusc:6.0.1/MMB29M/J320R4TYU1APE1:user/test-keys
I also found 2 lines in init.rc
setprop selinux.reload_policy
I set them both to 0
Added into my cmdline when rebuilding the boot.img
enforcing=0
androidboot.selinux=permissive
Im able to boot but SEandroid is still enforcing. Adb at boot still not working. Am I missing something? Do I HAVE to recompile the kernel?

LeviathaninWaves said:
I fixed my original issue by using minigzip and mkbootfs. The compression output is correct. I can make changes to my boot.img, flash it and boot to Android. But I cant seem to disable SElinux nor enable adb at boot. Below is my default.prop settings, after modification.
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
rild.libpath=/system/lib/libsec-ril.so
persist.cne.feature=0
persist.radio.lte_vrte_ltd=1
persist.radio.apm_sim_not_pwdn=1
persist.radio.add_power_save=1
persist.data.netmgrd.qos.enable=false
persist.radio.snapshot_enabled=1
persist.radio.snapshot_timer=22
persist.eons.enabled=false
telephony.lteOnCdmaDevice=1
persist.security.ams.enforcing=0
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
ro.adb.secure=0
ro.build.selinux=0
ro.zygote=zygote32
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
ro.dalvik.vm.native.bridge=0
debug.atrace.tags.enableflags=0
camera2.portability.force_api=1
persist.sys.usb.config=mtp,adb
#
# BOOTIMAGE_BUILD_PROPERTIES
#
ro.bootimage.build.date=Mon May 2 14:20:19 KST 2016
ro.bootimage.build.date.utc=1462166419
ro.bootimage.build.fingerprint=samsung/j3lteusc/j3lteusc:6.0.1/MMB29M/J320R4TYU1APE1:user/test-keys
I also found 2 lines in init.rc
setprop selinux.reload_policy
I set them both to 0
Added into my cmdline when rebuilding the boot.img
enforcing=0
androidboot.selinux=permissive
Im able to boot but SEandroid is still enforcing. Adb at boot still not working. Am I missing something? Do I HAVE to recompile the kernel?
Click to expand...
Click to collapse
Its nothing to do with kernel

Romeotamizh said:
Its nothing to do with kernel
Click to expand...
Click to collapse
Mind elaborating on that? I'm stuck over here.

LeviathaninWaves said:
Mind elaborating on that? I'm stuck over here.
Click to expand...
Click to collapse
The kernel doesnt contain any information on adb
Or selinux

Romeotamizh said:
The kernel doesnt contain any information on adb
Or selinux
Click to expand...
Click to collapse
Then why am I seeing so much SElinux stuff in the kernel source code?

Did you donde any Solution.?
Did you find any Solution.?

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

[OTA][TMO][XT1053]161.44.25.ghost_row.Retail.en.US

Here's the XT1053 T-Mobile US/Unlocked/GSM Developer Edition Android 4.4.2 OTA package for anyone that needs/wants it. This updates you from system version 140.44.3.ghost_row.Retail.en.US (Android 4.4) to system version 161.44.25.ghost_row.Retail.en.US (Android 4.4.2).
Download (Mega)
Mirror (Thanks to cajunflavoredbob)
MD5: e3f387d1484f688fb5e89e917bbe75a9
Manual install instructions for unrooted stock users here.
For rooted stock users with unlocked bootloaders, read this first and make sure you really are back to stock. You need to have a completely stock system and kernel 140.44.3.ghost_row.Retail.en.US to proceed. No Xposed modules, modified build.prop, etc.
This update does not install with TWRP or at least Hashcode's build since his recovery reports it as a XT1060 and the update is looking for "ghost" so there's that. If you tried installing from the system notification and got yourself in a recovery bootloop, then wipe cache before rebooting.
The OTA just patches existing files and you should not lose root. Tested with Superuser 1.0.2.9 and SuperSU 1.89. In practice, you should be able to flash the stock recovery (zip attached to this post) from system with Recovery Tools, OTA, then flash TWRP back again with Recovery Tools when done.
If you rooted with SlapMyMoto and have a locked bootloader, up to you if you want to take this update. This turns write protection back on and you will be pretty much stuck if anything goes wrong.
You should be able to disable the OTA notification until you make up your mind of course of action. One of the 3c apps, not 100% which one, but try disabling 3c_ota.apk first. In adb shell it would be pm disable com.motorola.ccc.ota or use an app to freeze it. If you still get a notification also look at 3c_notification.apk (com.motorola.ccc.notification). If someone would be so kind as to confirm this, I will update the OP.
K
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KXA20.16-1.25
ro.build.display.id=KXA20.16-1.25
ro.build.version.incremental=31
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Fri Jan 10 22:11:02 CST 2014
ro.build.date.utc=1389413462
ro.build.type=user
ro.build.user=hudsoncm
ro.build.host=ilclbld34
ro.build.tags=release-keys
ro.product.model=XT1053
ro.product.brand=motorola
ro.product.name=ghost_retail
ro.product.device=ghost
ro.product.board=MSM8960
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.wifi.channels=
ro.board.platform=msm8960
# ro.build.product is obsolete; use ro.product.device
ro.build.product=ghost
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=ghost_retail-user 4.4.2 KXA20.16-1.25 31 release-keys
ro.build.fingerprint=motorola/ghost_retail/ghost:4.4.2/KXA20.16-1.25/31:user/release-keys
ro.build.characteristics=nosdcard
# end build properties
#
# from device/moto/ghost/system.prop
#
#
# system.prop for Motorola MSM8960 devices - generic to all
# Add device-specific or carrier-specific changes to PRODUCT_PROPERTY_OVERRIDES.
#
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
debug.enable.wl_log=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
debug.sf.no_hw_vsync=0
debug.enabletr=0
hw.trueMirrorSupported=1
telephony.lteOnCdmaDevice=1
#
# system props for the cne module
#
persist.cne.feature=0
# persist.cne.bat.range.low.med=30
# persist.cne.bat.range.med.high=60
# persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
# persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
# persist.cne.bwbased.rat.sel=false
# persist.cne.snsr.based.rat.mgt=false
# persist.cne.bat.based.rat.mgt=false
# persist.cne.rat.acq.time.out=30000
# persist.cne.rat.acq.retry.tout=0
lpa.decode=false
lpa.use-stagefright=true
# IKJBMR2X-72 not default to QC HW AAC encoder
#qcom.hw.aac.encoder=true
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#33395 is sum of supported format flags in AAL
#Formats: AVI AC3 ASF AAC QCP DTS 3G2
mm.enable.qcom_parser=33395
#
# system props for the data modules
#
ro.use_data_netmgrd=true
#system props for time-services
persist.timed.enable=true
# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.lowlatency.rec=false
ro.config.vc_call_vol_steps=7
# System prop to select audio resampler quality
af.resampler.quality=255
# System prop to select MPQAudioPlayer by default on mpq8064
mpq.audio.decode=true
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
#
# system prop for Bluetooth Auto connect for remote initated connections
#
ro.bluetooth.remote.autoconnect=true
# system property for Bluetooth discoverability time out in seconds
# 0: Always discoverable
#debug.bt.discoverable_time=0
#system prop for switching gps driver to qmi
persist.gps.qmienabled=true
#
# System prop for sending transmit power request to RIL during WiFi hotspot on/off
#
ro.ril.transmitpower=true
#
# Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
ro.crypto.fuse_sdcard=true
ro.hwui.text_cache_width=2048
#
# Supports warmboot capabilities
#
ro.warmboot.capability=1
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=true
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
#
# system property for Bluetooth hci transport
#
ro.qualcomm.bt.hci_transport=smd
#
# system property for Bluetooth HFP version
#
ro.bluetooth.hfp.ver=1.6
#
# system property for Bluetooth SAP support
# Motorola disabled SAP
#
ro.qualcomm.bluetooth.sap=false
# Bluetooth LE power class
qcom.bt.le_dev_pwr_class=1
#
# Gps Smart Battery Savings (depends on sensor hub)
#
persist.mot.gps.smart_battery=1
#property to check if dynamic resolution change is supported in framework
ro.streaming.video.drs=true
#property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
#
# System prop for clientid per GMS Integration Instructions
#
ro.com.google.clientid=android-motorola
#
# System prop for legal URLs as per GMS integration Instructions
#
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
#
# Radio RIL properties applicable to all 8960 products
#
persist.radio.no_wait_for_card=1
persist.radio.call_type=1
persist.radio.apm_sim_not_pwdn=1
persist.radio.dfr_mode_set=1
#
# Telephony FW properties
#
persist.radio.eons.enabled=1
# directory assistance number
ro.mot.ril.danlist=611,*611,#611
# For TCMD debug level
persist.tcmd.log.limit = 0
#system prop for setting rmnet mux mode
persist.rmnet.mux=disabled
# IKJBXLINE-6927
ro.mot.proximity.delay=300
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.build.version.full=Blur_Version.161.44.25.ghost_row.Retail.en.US
ro.mot.build.customerid=Retail
ro.mot.build.version.sdk_int=19
ro.product.display=Moto X
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.4.2_r1
ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/motomb886/Profile/motomb886.rdf
ro.telephony.default_network=9
net.early.sockets=0
telephony.lteOnCdmaDevice=0
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.ms=android-motorola
ro.com.google.clientidbase.am=android-motorola
ro.com.google.clientidbase.gmm=android-motorola
ro.com.google.clientidbase.yt=android-motorola
ro.config.ringtone=Moto.ogg
ro.config.notification_sound=Moto.ogg
ro.config.alarm_alert=Cesium.ogg
ro.bug2go.magickeys=
persist.log.aplogd.config=--collect=mrsek,--format=threadtime,--size=50,--seq,--ext,--backup=3
persist.sys.qc.sub.rstrtlvl=3
persist.sys.qc.sub.rdump.max=3
ro.vendor.extension_library=/system/lib/libqc-opt.so
ro.usb.mtp=0x2e62
ro.usb.mtp_adb=0x2e63
ro.usb.ptp=0x2e64
ro.usb.ptp_adb=0x2e65
ro.usb.bpt=0x2e28
ro.usb.bpt_adb=0x2e29
ro.usb.bpteth=0x2e2a
ro.usb.bpteth_adb=0x2e2b
ro.mot.ds.fastdormancy.disable=true
ro.mot.ds.fastdormancy.incall=false
ro.adb.secure=1
ro.MAX_HIDDEN_APPS=42
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
persist.mot.nfc.ce=2
ro.sf.lcd_density=320
ro.modem.no_wdog_chk=1
ro.mot.vr_source_dsp=1
keyguard.no_require_sim=true
ro.zygote.capsuid=0
mdc_initial_max_retry=10
persist.radio.apn_delay=5000
drm.service.enabled=true
ro.carrier=unknown
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
ro.partial.display=true
ro.media.enc.aud.fileformat=amr
ro.media.enc.aud.codec=amrnb
persist.sys.dalvik.vm.lib=libdvm.so
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=0
ro.qc.sdk.izat.service_mask=0x4
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
nice job Kev
kpetrie77 said:
Here's the T-Mobile/Unlocked/Developer Edition Android 4.4.2 OTA package for anyone that needs/wants it.
https://mega.co.nz/#!mwR2QC7C!s1GukqBXnBU1tUBKajDdzWXYGOFbjL80t-uX_Ds8a8k
Manual install instructions for unrooted stock users here.
K
Click to expand...
Click to collapse
THank you so much man!
munchy_cool said:
nice job Kev
Click to expand...
Click to collapse
Anyone got a checksum? Not keen on flashing a file without one
Can this be flashed by twrp? Or is it required to unroot prior to installing this? Thanks!
Sent from my XT1053 using Tapatalk 2
Should be able to. I fastbooted stock recovery but kept root through the update.
MD5 and build.prop added to the OP.
Sent from my fastboot oem unlock XT1053
I have an xt1053 in mexico can i do it with twrp? Or i need to do it with rsd?
Enviado desde mi XT1053 mediante Tapatalk
mazubo said:
Can this be flashed by twrp? Or is it required to unroot prior to installing this? Thanks!
Click to expand...
Click to collapse
gskelter said:
I have an xt1053 in mexico can i do it with twrp? Or i need to do it with rsd?
Click to expand...
Click to collapse
One of you will need to try TWRP. If it doesn't work, it will fail right from the start. Report back with TWRP version as well please.
Edit: Flashing with TWRP may bootloop back into TWRP. OP updated.
Ok i will try twrp but do not have a computer at this moment i hope everythig works fine heheh
Enviado desde mi XT1053 mediante Tapatalk
FYI, those with LOCKED bootloader with SlapmyMoto and Root will be fine if you take the update with the instructions above. Just finished it an hour ago, and phone is functioning appropriately.
Kenichi
Wierd... I get no data with this... which doesn't make sense as I have T-Mobile Moto X. Anyone have a solution? Tried reflashing... was hoping to use the new radios.
Jayrod1980 said:
Wierd... I get no data with this... which doesn't make sense as I have T-Mobile Moto X. Anyone have a solution? Tried reflashing... was hoping to use the new radios.
Click to expand...
Click to collapse
Odd. I assume you didn't change your APNs of any sort. You sure you didn't disable your data syncing or have a software data cap on yourself?
mazubo said:
Can this be flashed by twrp? Or is it required to unroot prior to installing this? Thanks!
Sent from my XT1053 using Tapatalk 2
Click to expand...
Click to collapse
NO this can only be flashed via stock recovery and will only work on a fully stock system and boot. REMEMBER, that if your bootloader is locked you will not be able to downgrade from this build, trying to do so may result in your device becoming a paper weight.
Kenichi said:
Odd. I assume you didn't change your APNs of any sort. You sure you didn't disable your data syncing or have a software data cap on yourself?
Click to expand...
Click to collapse
I'm a complete moron. I didn't pay attention and flashed the whole GB build. This was just a recovery update flash, not a full firmware. I had to reflash the TMO retail 4.4 build minus the gpt.bin and motoboot.img. Thank God the patch works with a 4.4.2 GB bootloader (though lower build than the North America bootloader). Hopefully this fixes some things!
jimmydafish said:
NO this can only be flashed via stock recovery and will only work on a fully stock system and boot. REMEMBER, that if your bootloader is locked you will not be able to downgrade from this build, trying to do so may result in your device becoming a paper weight.
Click to expand...
Click to collapse
It applies also to unlocked bootloader as well,this is a one way upgrade if you upgrade to this boot loader 30.B4, you can not downgrade, trust me and be warned, its been confirmed
Please only flash the system modem files a boot.img files
Sent on my Gummy running Lenoto X
Anyone else seeing an Adam.apk on their X? Don't recall seeing it before applying this update and searching for it doesn't turn anything up.
I would delete Adam.apk
Sent from my XT1053 using Tapatalk
---------- Post added at 09:58 AM ---------- Previous post was at 09:58 AM ----------
https://plus.google.com/105958707362743598012/posts/6dNzjDeNHMt
Sent from my XT1053 using Tapatalk
papi92 said:
I would delete Adam.apk
Sent from my XT1053 using Tapatalk
---------- Post added at 09:58 AM ---------- Previous post was at 09:58 AM ----------
https://plus.google.com/105958707362743598012/posts/6dNzjDeNHMt
Sent from my XT1053 using Tapatalk
Click to expand...
Click to collapse
link doesn't work for me
munchy_cool said:
link doesn't work for me
Click to expand...
Click to collapse
Me either. What is Adam.apk?
Its a new apk inside the 4.4.2 /system ..
Sent from my Nexus 5 using Tapatalk

[OTA ZIP] 4.4.3 KTU84.S1.3056

Here is the OTA update zip for the GPE 4.4.3 Update. This is NOT a full rom and is only the OTA Zip
Link: http://www.androidfilehost.com/?fid=23501681358542459
build.prop
Code:
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Mon May 12 11:10:10 CEST 2014
ro.build.date.utc=1399885810
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=C6806
ro.build.description=C6806-user 4.4.3 KTU84L.S1 3056 test-keys
ro.product.brand=Sony
ro.product.name=C6806_GPe
ro.product.device=C6806
ro.product.model=C6806_GPe
ro.build.tags=release-keys
ro.build.display.id=KTU84L.S1.3056 release-keys
ro.build.fingerprint=Sony/C6806_GPe/C6806:4.4.3/KTU84L.S1/3056:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1278-8069
ro.semc.version.cust_revision=R3C
ro.somc.customerid=8930
#############################################################################
################# Updating of the SW Version #################
ro.semc.version.fs_revision=KTU84L.S1.3056
##### Values from product package metadata #####
ro.semc.product.model=C6806
ro.semc.ms_type_id=PM-0430-BV
ro.semc.version.fs=GOOGLE-LTE
ro.semc.product.name=Sony Z Ultra Google Play Edition
ro.semc.product.device=C68
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KTU84L.S1
ro.build.version.incremental=3056
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.3
ro.build.type=user
ro.product.board=MSM8974
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8974
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=default
# end build properties
#
# from device/qcom/msm8974/system.prop
#
#
# system.prop for msm8974
#
rild.libpath=/vendor/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
debug.mdpcomp.4k2kSplit=true
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
ro.hdmi.enable=true
persist.speaker.prot.enable=false
qcom.hw.aac.encoder=true
#
# system props for the cne module
#
persist.cne.feature=1
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
mm.enable.smoothstreaming=true
media.aac_51_output_enabled=true
#37491 is decimal sum of supported codecs in AAL
#codecs: AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=37491
# VIDC: debug_levels
# 1:ERROR 2:HIGH 4:LOW 0:NOLOGS 7:AllLOGS
vidc.debug.level=1
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
ro.data.large_tcp_window_size=true
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
# System property for cabl
ro.qualcomm.cabl=1
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#
# System props for bluetooth
# System prop to turn on hfp client
#bluetooth.hfp.client=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.camera.facialproc=false
# system prop for NFC DT
ro.nfc.port=I2C
#property to enable user to access Google WFD settings.
persist.debug.wfd.enable=1
#property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
tunnel.audio.encode = true
#use VERY_HIGH_QUALITY for audio resampler
af.resampler.quality=4
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#Disable offload audio video playback by default
av.offload.enable=false
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=true
#disable dsp gapless mode by default
audio.offload.gapless.enabled=false
#
# from device/somc/rhine/system.prop
#
#
# platform specific part of system.prop
#
#System prop for gralloc
persist.gralloc.cp.level3=0
#System props for audio
persist.audio.hp=true
#System props for the MM Audio
media.aac_51_output_enabled=true
# system property for somc thermal solution
ro.somc.thermal=system_monitor
# Enables two core touch boost
sys.somc.touch_perf_kick=1
#System props for the MM modules
encoder.video.profile=high
# aDSP sensors
ro.qualcomm.sensors.qmd=true
debug.qualcomm.sns.hal=w
ro.qc.sdk.sensors.gestures=false
ro.qc.sensors.max_accel_rate=false
ro.qc.sensors.max_gyro_rate=false
ro.qc.sensors.max_mag_rate=false
ro.qc.sensors.smgr_mag_cal_en=true
ro.qualcomm.sensors.pedometer=false
ro.qc.sensors.step_counter=true
ro.qc.sensors.step_detector=true
ro.qualcomm.sensors.pam=false
ro.qualcomm.sensors.scrn_ortn=false
ro.qualcomm.sensors.georv=true
ro.qualcomm.sensors.smd=sony
# Do not use mdp composition for more than 3 pipes
debug.mdpcomp.maxpermixer=3
# Disable mixed mode
debug.mdpcomp.mixedmode.disable=1
# Modem power save enabled
persist.radio.add_power_save=1
#
# from device/somc/togari/system.prop
#
#
# product specific part of system.prop
#
ro.usb.pid_suffix=1B6
# NFC
ro.nfc.on.default=true
ro.nfc.se.sim.enable=true
ro.nfc.se.smx.enable=false
ro.nfc.icon.enable=false
ro.config.ringtone=Titania.ogg
ro.config.notification_sound=Tethys.ogg
ro.config.alarm_alert=Oxygen.ogg
# Telephony
ro.telephony.default_network=9
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dataroaming=false
persist.sys.logkit.ctrlcode=0
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.com.google.clientidbase=android-google
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.4.3_r1
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.sf.lcd_density=400
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.r_buffer_cache_size=4
ro.hwui.path_cache_size=24
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=5
ro.hwui.texture_cache_flushrate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=512
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
persist.sys.dalvik.vm.lib=libdvm.so
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.service.swiqi3.supported=true
persist.service.swiqi3.enable=1
ro.drm.active.num=7
ro.drm.active.0=marlin,1
ro.drm.active.1=playready,1
ro.drm.active.2=dtla,1
ro.drm.active.3=marlin_import,1
ro.drm.active.4=ckb,1
ro.drm.active.5=widevine,1
ro.drm.active.6=dcp,1
ro.sony.fota.encrypteddata=supported
reserved just because
Hey thanks. If I have a rooted GPe can I just flash this?
Sent from my C6806_GPe using Tapatalk
texaspledge said:
Hey thanks. If I have a rooted GPe can I just flash this?
Sent from my C6806_GPe using Tapatalk
Click to expand...
Click to collapse
I sideloaded it and made sure I had selected Survival mode in SuperSU before I flashed it. You can be rooted but no system files could have been removed/modded. I mean if anything in the system has been changed it will fail. Things can be added but nothing from the original system can be removed/altered
Thanks a lot for capturing this
2 questions here:
1. Is there a changelog we can see to know the changes in this fix release?
2. I'm running stock 4.4.2 un-rooted, how do I flash this update? (sorry I'm a newbie to this specific device)
vivalamoza said:
Thanks a lot for capturing this
2 questions here:
1. Is there a changelog we can see to know the changes in this fix release?
2. I'm running stock 4.4.2 un-rooted, how do I flash this update? (sorry I'm a newbie to this specific device)
Click to expand...
Click to collapse
There are 7454 changes made between 4.4.2 and 4.4.3, so... good luck with that
Android Police is probably going through it now, and I guess they'll post about the biggest changes when they're done (in a year or three I guess)
http://www.androidpolice.com/2014/0...es-between-4-4-2-kot49h-through-4-4-3-ktu84l/
Sent from my C6806_GPe using Tapatalk
Tried to sideload the package got the following error message:
file_getprop: malformed line "0No #### Merging of the /util/data/semc_kernel_time_stamp.prop file ####" /system/build.prop not a prop file?
E:Error in /tmp/update.zip
(Status 7)
Installation aborted...
It'd be nice to see this just holistically packaged into a base 4.4.3 ROM, for those of us that have modified the /system partition.
this could be useful
http://forum.xda-developers.com/showthread.php?t=2773835
hey if someone gets the FULL ROM OTA please share it asap... i was messing around with the ROMs and ways to flash and i messed things up so ROM on my phone is broken
@OP
can u disk dump the system image? and upload it?
you can use the command:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/system of=/data/media/0/system_dump.img
you can do this by hotbooting my recovery kernel:
Code:
fastboot boot boot.img
then mounting the /system & /data partitions and then do the system partition dump
*cough* @graffixnyc
Sent from my C6806_GPe using Tapatalk
DooMLoRD said:
@OP
can u disk dump the system image? and upload it?
you can use the command:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/system of=/data/media/0/system_dump.img
you can do this by hotbooting my recovery kernel:
Code:
fastboot boot boot.img
then mounting the /system & /data partitions and then do the system partition dump
Click to expand...
Click to collapse
Yeah, I won't be able to until I get home from class though at around 9pm EST. My system is already rooted and I' very familiar with the dd command You just want the system image?
graffixnyc said:
Yeah, I won't be able to until I get home from class though at around 9pm EST. My system is already rooted and I' very familiar with the dd command You just want the system image?
Click to expand...
Click to collapse
Yes just the system image is enough
Sent from my D6503 using XDA Free mobile app
DooMLoRD said:
Yes just the system image is enough
Sent from my D6503 using XDA Free mobile app
Click to expand...
Click to collapse
OK, as soon as I get home I'll get it for ya
Sent from my OnePlus One using Tapatalk
Okay, so I guess the OTA is rolling out now. It should happen now people. Sorry to bother you again, for the fortytwelfth time @DooMLoRD, but could you hit the update button? Also, i find the lack of activity in this forum (ZU forum in general) scary low. There's been like under 10 posts today in this whole sub-forum.
We're here!!! Just been busy today
Sent from my C6806_GPe using Tapatalk
DooMLoRD said:
@OP
can u disk dump the system image? and upload it?
you can use the command:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/system of=/data/media/0/system_dump.img
you can do this by hotbooting my recovery kernel:
Code:
fastboot boot boot.img
then mounting the /system & /data partitions and then do the system partition dump
Click to expand...
Click to collapse
I have the update it is a 154MB zip and am trying to upload it to my Box account. After that I am willing to restore to stock, flash update then pull what you need. I will require some instruction for mounting system and data. Awaiting your command.
Edit... Here is zip if it helpful (think i seen 89MB mentioned for another upload?) https://app.box.com/s/xj64bp19t79o0enpuxo4
Nice! I'm flashing it now!
Just kidding! I'll eagerly wait for the full ROM, which I guess isn't that far away (I hope)
Sent from my C6806_GPe using Tapatalk
LordManhattan said:
Nice! I'm flashing it now!
Just kidding! I'll eagerly wait for the full ROM, which I guess isn't that far away (I hope)
Sent from my C6806_GPe using Tapatalk
Click to expand...
Click to collapse
Waiting impatiently with you as well
Sent from my C6806_GPe using XDA Premium HD app

[Q&A] [Z2][TWRP][PhilZ Touch][CWM] XZDualRecovery Q&A

Q&A for [Z2][TWRP][PhilZ Touch][CWM] XZDualRecovery Q&A
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
failed to backup in cwm/twrp
Hi my dual boot cant bakup anything i think sometjing blocking me, sorry i just finished rooting then installed the dualboot. The only problem is i cant backup or flash anything.. Tia
I was wondering if after using the installer to get recovery, when I flash my first rom do I need to flash the dual recovery flashable zip before rebooting from new rom install to keep rexovery in case install fails?
Sent from my D6503 using XDA Free mobile app
benjmiester said:
I was wondering if after using the installer to get recovery, when I flash my first rom do I need to flash the dual recovery flashable zip before rebooting from new rom install to keep rexovery in case install fails?
Sent from my D6503 using XDA Free mobile app
Click to expand...
Click to collapse
Yep, that is the safest root to go.
Sent from my SGP311 using XDA Free mobile app
Xperia Z2 Dual recovery (NUT) : questions
Good morning,
I have a new Xperia Z2, and I want to change my recovery and root my phone.
I have few questions on this recovery (http://forum.xda-developers.com/showthread.php?t=2785598).
1/ With a bootloader locked, it is possible to add a recovery like TWRP. So, is it a risk with this action on the DRM ? (I think that no but the bootloader stay locked but i prefer to ask)
2/ I don't see a firmware compatibility, I have a .304 firmware, it is compatabile ?
3/ When I install with dual recovery on my phone, I can root like any phone since recovery ?
4/ With this dual recovery (or whit root), i can install the ota update or not ?
Thank you for the time spent to reading me,
Have a nice day,
After encrypting phone (enable encryption from Settings -> Security menu), I can't make nandroid backups. Using custom ROM (AICP). Does anyone have this working?
I installed XZDualRecovery, but CWM doesn't seem to support encryption, and TWRP (2.7.x) fails to decrypt the partition.
I tried to install TWRP 2.8.0.1, but after copying to the FOTAKernel partition, can't boot into the recovery. LED turns orange, USB disconnects, and screen stays black.
i try unrooted way on 4.4.4 and didnt work .i try flashtools eroot vroot tower root and so goes on ......
can u release update so we can install recovery and root in locked bootloader??
in our forum every one is waiting for root 4.4.4!!!!!
Hi guys ..is there a flashable zip to change my current recovery to this one?and does this recovery show my sdcard ?
Sent from my D6503 using XDA Free mobile app
---------------
Admin Note: this thread has a dedicated questions and answers section which you can access here -->.
Sent from my D6503 using XDA Free mobile app
Oh yes!!! thank you Sir!!!
Not working on z2 4.4.4
is there anyother way to flash recovery in z2 4.4.4
Hello,
I have the same error in Twrp: failed to decrypt data.
On my Xperia Z with 4.4.4 and same Twrp version (2.7.1.0 I believe) decryption of data works.
So I guess it has to do with the specific version for the Z2?
I have no idea how to fix this. Any suggestions?
Sent from my D6503 using XDA Free mobile app
Is it safe to update via ota even i have custom recovery installed? And im trying to remove the recover but there is no charge file to delete
can i use philz touch to flash a new rom in my m919 s4?
can i use philz touch to flash a new rom in my m919 s4? please reply thanks in advance
Hi,
i rooted my stock 4.4.2 and made a CWM / Philz backup.
When the official Update came out, i flashed this prerooted 4.4.4 ROM
Includung the 5) fix and the deodex patch.
Now that the battery drain is too high for me, i want to restore my old backup from 4.4.2
But the recovery can't find any files.
+ I already tried to copy the backup to /data/media/clockworkmod/backup/
+ And i also tried to delete the nandroid.md5
+ And i unchecked the "check md5" box in philz settings
Log file:
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting recovery on (UTC) Sun May 31 15:12:24 1970
framebuffer: fd 4 (1080 x 1920)
PhilZ Touch 6.48.4
ClockworkMod v6.0.5.0
Ievice target: Xperia Z
I:Touch GUI revision: 1.30
No /etc/extra.fstab
recovery filesystem table
=========================
0 /boot emmc /dev/block/platform/msm_sdcc.1/by-name/boot 0
1 /system ext4 /dev/block/platform/msm_sdcc.1/by-name/system 0
2 /cache ext4 /dev/block/platform/msm_sdcc.1/by-name/cache 0
3 /data ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata -16384
4 /storage/sdcard1 auto /devices/platform/msm_sdcc.3/mmc_host/mmc1 0
5 /storage/usbdisk auto /devices/platform/msm_hsusb_host/usb 0
6 /tmp ramdisk ramdisk 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /preload during fstab generation!
W:Unable to get recovery.fstab info for /sdcard during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
W:Unable to get recovery.fstab info for /external_sd during fstab generation!
I:Completed outputting fstab.
I:Connected to Vold..
I:110 0 sdcard1 /storage/sdcard1 0
I:110 0 usbdisk /storage/usbdisk 0
I:200 0 Volumes listed.
Irocessing arguments.
I:Cannot load volume /misc.
I:Cannot load volume /misc.
I:Checking arguments.
stage is []
I:device_recovery_start()
I:auto_restore_settings set to default (true)
I:check_root_and_recovery set to default (true)
I:compression_value set to default (low)
I:twrp_backup_mode set to default (false)
I:enable_md5sum=1
I:show_nandroid_size_progress set to default (1)
I:use_nandroid_simple_logging set to default (1)
I:nand_prompt_on_low_space set to default (1)
I:signature_check_enabled set to default (0)
I:install_zip_verify_md5 set to default (0)
I:set_brightness set to default (160)
E:Unable to create brightness sys file!
I:menu_height_increase=40
I:show_virtual_keys=1
I:min_log_rows set to default (3)
I:background_image set to default (default)
I:background_image set to default
Iefault stitch background loaded.
I:show_background_icon set to default (false)
I:show_battery set to default (true)
I:show_clock set to default (true)
I:menu_text_color set to default (8)
I:menu_background_color set to default (1)
I:menu_highlight_color set to default (7)
I:normal_text_color set to default (0)
I:menu_separator_color set to default (6)
I:header_text_color set to default (8)
I:batt_clock_color set to default (2)
I:menu_background_transparency set to default (102)
I:menu_highlight_transparency set to default (102)
I:menu_separator_transparency set to default (102)
I:show_menu_separation set to default (true)
I:dim_timeout set to default (60)
I:blank_timeout set to default (180)
I:scroll_sensitivity=80
I:touch_accuracy set to default (7)
I:touch_to_validate=1
I:enable_vibrator=0
I:boardEnableKeyRepeat set to default (true)
I:wait_after_install set to default (true)
I:slide_left_action set to default (5)
I:slide_right_action set to default (3)
I:double_tap_action set to default (2)
Iress_lift_action set to default (4)
Iress_move_action set to default (1)
I:t_zone=1
I:t_zone_offset=0
I:use_dst_time=1
__bionic_open_tzdata: couldn't find any tzdata when looking for NFT-1DFT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
I:Current time: 1970-05-31 17:12:25 (UTC +1:00) DST
I:use_qcom_time_daemon set to default (0)
I:use_qcom_time_offset set to default (1)
I:use_qcom_time_data_files set to default (0)
I:applying rtc time offset...
I:Current time: 1970-05-31 17:12:26 (UTC +1:00) DST
I:Using since_epoch to correct time failed!
Iarse_t_daemon_data_files: Setting time offset from file /data/time/ats_2, offset 1403918478334
I:Current time: 2014-11-25 17:33:44 (UTC +1:00) DST
Command: "/sbin/recovery"
af.resampler.quality=255
ro.cm.device=yuga
ro.cm.display.version=11-20140718-UNOFFICIAL-yuga
ro.cm.version=11-20140718-UNOFFICIAL-yuga
ro.cm.releasetype=UNOFFICIAL
ro.qc.sdk.audio.fluencetype=none
ro.sf.lcd_density=480
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.com.android.wifi-watchlist=GoogleGuest
ro.cwm.enable_key_repeat=true
ro.ril.transmitpower=true
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
ro.boot.emmc=true
ro.boot.baseband=msm
ro.boot.hardware=qcom
ro.boot.serialno=CB5A1ZDKED
ro.boot.bootloader=s1
ro.emmc=0
ro.hwui.path_cache_size=32
ro.hwui.layer_cache_size=48
ro.hwui.texture_cache_size=72
ro.hwui.gradient_cache_size=1
ro.hwui.r_buffer_cache_size=8
ro.hwui.drop_shadow_cache_size=6
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_width=1024
ro.hwui.text_large_cache_height=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.texture_cache_flushrate=0.4
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8960
ro.build.id=KTU84Q
ro.build.date=Fri Jul 18 15:49:47 CEST 2014
ro.build.date.utc=0
ro.build.host=venus
ro.build.tags=test-keys
ro.build.type=userdebug
ro.build.user=nut
ro.build.display.id=cm_yuga-userdebug 4.4.4 KTU84Q 7ed5c22dac test-keys
ro.build.product=yuga
ro.build.selinux=1
ro.build.version.sdk=19
ro.build.version.release=4.4.4
ro.build.version.codename=REL
ro.build.version.incremental=7ed5c22dac
ro.build.description=C6603-user 4.2.2 10.3.A.0.423 WP5_rg test-keys
ro.build.fingerprint=Sony/C6603_1270-6697/C6603:4.2.2/10.3.A.0.423/WP5_rg:user/release-keys
ro.build.characteristics=default
ro.input.noresample=1
ro.config.ringtone=Orion.ogg
ro.config.alarm_alert=Hassium.ogg
ro.config.notification_sound=Argon.ogg
ro.secure=1
ro.vendor.extension_library=/system/lib/libqc-opt.so
ro.carrier=unknown
ro.cmlegal.url=http://www.cyanogenmod.org/docs/privacy
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.name=C6603
ro.product.board=MSM8960
ro.product.brand=Sony
ro.product.model=Xperia Z
ro.product.device=yuga
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=Sony
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=qcom
ro.opengles.version=196608
ro.qualcomm.bt.hci_transport=smd
ro.revision=0
ro.serialno=CB5A1ZDKED
ro.telephony.call_ring.multiple=0
ro.telephony.default_network=9
ro.bootloader=s1
ro.debuggable=1
ro.modversion=11-20140718-UNOFFICIAL-yuga
ro.rommanager.developerid=cyanogenmod
ro.factorytest=0
ro.setupwizard.enterprise_mode=1
com.qc.hardware=true
lpa.decode=true
net.bt.name=Android
net.change=net.bt.name
init.svc.adbd=running
init.svc.vold=running
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.setup_adbd=stopped
init.svc.xzdualrecovery=stopped
rild.libpath=/system/lib/libril-qc-qmi-1.so
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
debug.composition.type=dyn
dalvik.vm.heapsize=512m
dalvik.vm.lockprof.threshold=500
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
dalvik.vm.dexopt-flags=m=y
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.heaptargetutilization=0.75
persist.gps.qmienabled=true
persist.hwc.mdpcomp.enable=true
persist.sys.dun.override=0
persist.sys.usb.config=mtp,adb
persist.sys.dalvik.vm.lib=libdvm.so
persist.sys.root_access=1
persist.sys.recovery_update=false
persist.audio.fluence.mode=endfire
persist.audio.handset.mic=analog
persist.audio.lowlatency.rec=false
persist.radio.add_power_save=1
persist.radio.apm_sim_not_pwdn=1
service.adb.root=1
keyguard.no_require_sim=true
telephony.lteOnGsmDevice=1
telephony.lteOnCdmaDevice=0
I:Checking for extendedcommand & OpenRecoveryScript...
I:Script file found: '/cache/recovery/extendedcommand'
I:Running extendedcommand...
Waiting for SD Card to mount (20s)
I:setting up /data/media(/0) for /sdcard.
SD Card mounted...
Verifying SD Card marker...
I:Running script:
I:
run_program("/sbin/cp", "-R", "/cache/recovery", "/tmp/recovery");
ui_print("ROM Manager Version 5.5.3.7");
ui_print("25. November 2014");
assert(restore_rom("/sdcard/clockworkmod/backup/Backup4.4.2-TOP-Nov", "boot", "system", "data", "cache", "sd-ext"));
parse returned 0; 0 errors encountered
about to run program [/sbin/cp] with 4 args
ROM Manager Version 5.5.3.7
25. November 2014
I:setting up /data/media(/0) for /sdcard/clockworkmod/backup/Backup4.4.2-TOP-Nov.
>> Checking MD5 sums...
I:setting up /data/media(/0) for /sdcard/clockworkmod/backup/Backup4.4.2-TOP-Nov.
E:cannot open md5file
E:MD5 verification failed!
result was NULL, message is: assert failed: restore_rom("/sdcard/clockworkmod/backup/Backup4.4.2-TOP-Nov", "boot", "system", "data", "cache", "sd-ext")
I:setting up /data/media(/0) for /sdcard.
= Tapatalk @ Xperia Z2 =
just hangs...
i have the adb drivers installed and i have unknown sources checked, debugging enabled..
but when i try the towelroot metod, it just hangs when it gets to libdvm opened
just hangs...
i cant find any log files but
model d6503
my firmware is 23.0.1.a.0.167
when it starts to say doing the magic...
it just hangs and nothing completes
anyone?
using this on cm
Hi! Is it possible to use this fantastic dual recovery with cm11?
I prefer twrp, so.... If there's any way please help me out.
Thanks
Shakib Haris said:
Hi! Is it possible to use this fantastic dual recovery with cm11?
I prefer twrp, so.... If there's any way please help me out.
Thanks
Click to expand...
Click to collapse
No but you can try at your own risk !
Sent From Somewhere On Earth With My Z2 ^^
Thanks for Reply
i tried. but no good.
SD card issues
I hope my question is not unrelated but I started experiencing some problems after installing the dual recovery:
1)I had a 4.4.4 stock ROM, unlocked bootloader, tried some flashing via flashtool, got bootloop, successfully flashed 4.4.2 via flashtool and installed this dual recovery
2)After installing I saw the SONY logo for about 30 seconds, considered it „stuck“ and powered off (power+UP)
3)NEW ISSUE: Then I found out that the booting only „takes ages“ (about 1 minute to enter recovery) which does not happen when I take my SD card out – everything is fast then. As far as I read a full wipe before installing a new ROM should solve it (I want to install rooted 4.4.4 stock zip including the dual recovery).
4)OLD ISSUE: Copying anything from PC to SD card inserted in phone via USB is unusable, takes eons. SD card in card reader works well. Copying to the internal storage from PC works well, too.
5)ISSUE: When I copy a ZIP onto the SD card inserted in my computer, put it back into Z2, wait the mentioned minute for booting into recovery and try to install the zip, the file is not there. I tried it several times, used different folders but the phone always finds and deletes the file before entering the recovery.
EDIT: Now, this is strange and it seems it is not related to the phone - when copy the filed via cardreader, remove the card and insert it again into the cardreader, the files are gone...
I would really appreciate any tips/hints/links. Thanks in advance for your time.
EDIT: So the problem was a bad sector on the SD (TestDisk reported...), the SD claiming itself to be write protected... I will ask for a replacement. With my old 16 GB card everything is smooth...

[HELP] Coolpad Catalyst Model: 3622a - MetroPCS

Hey XDA forums, I have a Coolpad Catalyst that I'd like to be able to fix. The cause of my problem would be the firmware, I used KingRoot for a clean root and it was nice until I got the second lock screen overlay which was annoying. As well as a fast charge through KingRoot? Lol, what? Anyways I used SuperSU as a alternative and it suggested that I used SuperSU-me so I installed and ran that which would hide and "uninstall" KingRoot. I think because SuperSU was not yet supportive of my phone me uninstalling KingRoot bricked the firmware. I now can boot to the MetroPCS logo screen or recovery. I wiped the data/factory reset as well as wiped the cache partition. I have the option to reboot system now, reboot to bootloader, power down, apply update from sd card or adb.
Android System Recovery <3e>
5.1.167.10.p2.160504.LMY47V.MPCS .... <-- I believe this is the stock ROM name or firmware.
Volume up/down to move highlight; enter button to select.
-reboot system now
-apply update from ADB
-wipe data/factory reset
-wipe cache partition
-reboot to bootloader
-power down
-view recovery logs
-apply update from sd card
I'm going to MetroPCS shortly to see if they will be able to fix it or flash it. I could see a fresh flash fixing it but no one has yet to post a fix. If you need any information such as the signature for the ROM please let me know. I greatly appreciate any fix.
Extra Information: OS Build
KERNEL: Linux version 3.10.49-g3523c12-00131-gfd2b782 ([email protected]) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Wed May 4 17:05:22 CST 2016
CODENAME: REL
Mainboard: cp3622a
BRAND: Coolpad
CPU_ABI: armeabi-v7a
CPU_ABI2: armeabi
DEVICE: cp3622a
DISPLAY: 5.1.167.10.P2.160504.LMY47V.MPCS
FINGERPRINT: Coolpad/cp3622a_mpcs/cp3622a:5.1.1/LMY47V/1670845:user/release-keys
HARDWARE: qcom
ID: LMY47V
TAGS: release-keys
Extra Information: Build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LMY47V
ro.build.display.id=5.1.167.10.P2.160504.LMY47V.MPCS
ro.build.version.incremental=1670845
ro.build.version.sdk=22
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.1.1
ro.build.version.security_patch=2016-03-01
ro.build.version.base_os=
ro.build.date=Wed May 4 16:53:40 CST 2016
ro.build.date.utc=1462352020
ro.build.type=user
ro.build.user=mine
ro.build.host=ubuntu
ro.build.tags=release-keys
ro.build.flavor=cp3622a-user
ro.product.model=Coolpad 3622A
ro.product.bluetooth.name=
ro.product.brand=Coolpad
ro.product.name=cp3622a_mpcs
ro.product.device=cp3622a
ro.product.board=cp3622a
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.manufacturer=Coolpad
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8909
# ro.build.product is obsolete; use ro.product.device
ro.build.product=cp3622a
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=cp3622a-user 5.1.1 LMY47V 1670845 release-keys
ro.build.fingerprint=Coolpad/cp3622a_mpcs/cp3622a:5.1.1/LMY47V/1670845:user/release-keys
ro.build.characteristics=default
# end build properties
#
# from device/yulong/cp3622a/system.prop
#
#
# system.prop for msm8909
#
#rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
# Start in cdma mode
ro.telephony.default_network=9
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=dyn
debug.hwc.dynThreshold=2.5
debug.mdpcomp.logs=0
dalvik.vm.heapsize=36m
dalvik.vm.zygotemaxfailedboots=5
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
#enable dirty rect
debug.sf.swaprect=1
#enable app buffer composition
debug.sf.hwc.canUseABC=1
#enable gpu perf hint
sys.hwc.gpu_perf_mode=1
#ro.hdmi.enable=true
#tunnel.decode=true
#tunnel.audiovideo.decode=true
#lpa.decode=false
#lpa.use-stagefright=true
#persist.speaker.prot.enable=false
#
# system props for the cne module
#
persist.cne.feature=1
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC
mm.enable.qcom_parser=262143
# Default to AwesomePlayer
media.stagefright.use-awesome=false
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
persist.data.mode=concurrent
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
# System property for cabl
ro.qualcomm.cabl=2
# System property for QDCM
persist.tuning.qdcm=1
# System property for Screen Color
ro.qcom.screencolor=1
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
# System property for Camera
# System prop to allocate Reprocess buffer as "1"
# during Longshot usecase
persist.camera.longshot.stages=1
#
# dirty ratio value when enable ums
#
ro.sys.umsdirtyratio=20
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
#Set for msm8909
tunnel.audio.encode = false
ro.config.low_ram=false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=64
#Minimum duration for offload playback in secs
audio.offload.min.duration.secs=30
#Enable offload audio video playback by default
av.offload.enable=true
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=true
#
#System property for FM transmitter
#
ro.fm.transmitter=false
#enable dsp gapless mode by default
audio.offload.gapless.enabled=true
#Audio voice concurrency related flags
voice.playback.conc.disabled=true
voice.record.conc.disabled=true
voice.voip.conc.disabled=true
#Audio VoIP / playback record concurrency flags
rec.playback.conc.disabled=true
#Set composition for USB
# persist.sys.usb.config=diag,serial_smd,rmnet_qti_bam,adb
#Set read only default composition for USB
ro.sys.usb.default.config=none
# set max background services
ro.config.max_starting_bg=8
#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
#propery to enable VDS WFD solution
persist.hwc.enable_vds=1
#property to enable image unload by audio HAL
sys.audio.init=false
#property to enable DS2 dap
audio.dolby.ds2.enabled=true
#property to change touch screen resolution
persist.sys.synaptics_dsx.qhd=false
#HWUI properties
ro.hwui.text_large_cache_height=2048
# enable sta proxy bydefault
persist.mm.sta.enable=1
#Trim properties
ro.sys.fw.use_trim_settings=true
ro.sys.fw.empty_app_percent=50
ro.sys.fw.trim_empty_percent=100
ro.sys.fw.trim_cache_percent=100
ro.sys.fw.trim_enable_memory=1073741824
# set cutoff voltage to 3200mV
ro.cutoff_voltage_mv=3200
#min/max cpu in core control
ro.core_ctl_min_cpu=2
ro.core_ctl_max_cpu=4
#Enable B service adj transition by default
ro.sys.fw.bservice_enable=true
ro.sys.fw.bservice_limit=5
ro.sys.fw.bservice_age=5000
#set device emmc size
ro.emmc_size=8GB
#set the density
ro.sf.lcd_density=240
#enable Ycbcr WNR for camera
persist.denoise.process.plates=0
#enable fastdormancy
persist.env.fastdorm.enabled=true
persist.fd.scroff.timer=2500
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.yulong.version.hardware=P2
ro.yulong.version.btloader=1.01.001.10.P2.160504.LMY47V.MPCS
ro.yulong.version.kernel=3.10.49.10.P2.160504.LMY47V.MPCS
ro.yulong.version.software=5.1.167.10.P2.160504.3622A-MPCS
ro.yulong.version.release=5.1.167.P2.160504.3622A-MPCS10
ro.config.ringtone=Electronical.ogg
ro.config.alarm_alert=Nocturne.ogg
ro.com.google.clientidbase.ms=android-metropcs-us
ro.com.google.clientidbase.am=android-metropcs-us
ro.yulong.version.tag=LC
persist.sys.ssr.restart_level=adsp,venus,modem,wcnss
persist.sys.bugreport.enable=0
persist.sys.bugreport.senddata=0
ro.config.notification_sound=Proxima.ogg
drm.service.enabled=true
keyguard.no_require_sim=true
ro.com.google.clientidbase=android-coolpad
ro.com.google.clientidbase.yt=android-coolpad
ro.com.google.clientidbase.gmm=android-coolpad
ro.com.android.dataroaming=false
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.apm_sim_not_pwdn=1
persist.radio.sib16_support=1
persist.radio.custom_ecc=1
ro.frp.pst=/dev/block/bootdevice/by-name/config
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=5.1_r3
ro.yulong.version.audiogsm=CP3622A_GSM_20160407
ro.yulong.version.audiowcdma=CP3622A_WCDMA_20160407
ro.yulong.version.audiolte=CP3622A_LTE_20160407
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm.features=div
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
persist.gps.qc_nlp_in_use=1
persist.loc.nlp_name=com.qualcomm.location
ro.gps.agps_provider=1
ro.pip.gated=0
persist.radio.calls.on.ims=0
persist.radio.jbims=0
persist.radio.csvt.enabled=false
persist.radio.rat_on=combine
persist.radio.mt_sms_ack=20
import /system/vendor/default.prop
import /system/vendor/vendor.prop
import /system/vendor/power.prop
[UPDATE]
So I took my phone to MetroPCS and they tried to wipe the data/factory reset and cache partition which I had done numerous times prior with no success in unbricking the phone. Luckily because it was within 30 days of buying the phone they replaced it for free but will take 3-5 business days, so I would suggest doing that for now to others. As soon as I get my new phone I will be trying to copy the stock ROM and upload it here (if thats possible but I would believe so.)
For those who don't know if you come across a stock ROM for this device you may need to used ADB as a way to install the firmware package to the phone, or the best way to do it would be by downloading a .zip containing the package files and applying the update from a sdcard.
-Volume Down + Power = Recovery Mode;
-Volume Down + Volume Up + Power = Power On w/ [OFFICIAL] captioned at the bottom above "Android";
Thanks bro
I just bought the Coolpad catalyst and bricked it or bootlooped it.Im gonna take the phone back up there and see what they can do.If I can get another Coolpad please give me the firmware.And what flash tool do u use to flash the coolpad.
coolpad catalyst 3622a
Download YGDP Tool (all versions) - Android MTK
this is the tool ..i got it to connect and COM..still i need just the correctfirmware to try.
Coolpad catalyst recovery
Larry3 said:
I just bought the Coolpad catalyst and bricked it or bootlooped it.Im gonna take the phone back up there and see what they can do.If I can get another Coolpad please give me the firmware.
I have the same phone and rooted it and made a firmware copy and recovery copy my email is [email protected] contact for copy
Click to expand...
Click to collapse
Just gonna put this out there so noobs can stop ruining their phones. If you hate the kingroot lock screen then disable it in the settings. Lol it's that simple.
jestin1914 said:
Larry3 said:
I just bought the Coolpad catalyst and bricked it or bootlooped it.Im gonna take the phone back up there and see what they can do.If I can get another Coolpad please give me the firmware.
I have the same phone and rooted it and made a firmware copy and recovery copy my email is [email protected] contact for copy
Click to expand...
Click to collapse
Post a copy of it here on XDA.. PLEASE!
Click to expand...
Click to collapse
Anyone can provide drivers for this phone post here thanks..
Sent from my SM-N930T using Tapatalk
^.^7
If someone posts a link on how to copy the rom/firmware I'll get it posted. I'm getting a catalyst tomorrow. Sorry I'm a bit of a newb.
[email protected] said:
If someone posts a link on how to copy the rom/firmware I'll get it posted. I'm getting a catalyst tomorrow. Sorry I'm a bit of a newb.
Click to expand...
Click to collapse
I need the drivers please post here thanks
Sent from my SM-N930T using Tapatalk
help
anyone can shared the firmware for that coolpad 3622a, i have one stuck on logo after root, please i dont found it
Firmware would be appreciated. :'(
Help
Please, if you have the rom pass to this email: [email protected]
JT man said:
I need the drivers please post here thanks
Sent from my SM-N930T using Tapatalk
Click to expand...
Click to collapse
same thing just happened to me ,,, how anyone found or shared a solution yet?
let me know what to do
i have this phoen adn its rooted with kingoroot. how do i get the rom off it so people can fix their phones that are stuck on teh logo screen? i actually have two of these phones and one of them is stuck on teh logo screen. i can get to the recovery screen where i assume i can put an update on a sdcard and fix it, i just need to know exactly how to get what i need off the working one to both post it to XDA and to put it on the that is stuck on the logo screen.
has anybody had any luck finding the firmware for this phone? i installed kingroot and inseterted supersu .. went good . rebooted and everything fine two days later rebooted my phone and it stuck on the boot screen . ive flashed hundreds of phones but i need the firmware. thankks in advance
looking for rom
I have a coolpad catalyst and I am wondering if anyone has a rom for this phone
unbrick 3622a
I have a zipped tutorial that contains everything needed to bring a 3622a back from the grave I am trying to figure out how to post it here. I will figure this out, and there is definitely a way to fix the 3622a. I have done completely restored mine.
lehmancurtis said:
I have a zipped tutorial that contains everything needed to bring a 3622a back from the grave I am trying to figure out how to post it here. I will figure this out, and there is definitely a way to fix the 3622a. I have done completely restored mine.
Click to expand...
Click to collapse
if you could send that file to me [email protected] thatd be greatly appreciated
lehmancurtis said:
I have a zipped tutorial that contains everything needed to bring a 3622a back from the grave I am trying to figure out how to post it here. I will figure this out, and there is definitely a way to fix the 3622a. I have done completely restored mine.
Click to expand...
Click to collapse
I'll trade you my first born if you could please pretty please send me a copy as well.... [email protected]

Categories

Resources