[ROM][WIP][Quad-MX][HK] MIUI V4 & ICS 4.0.3 - Meizu MX

MIUI V4
CAN ANYONE HELP ME PORT CWM? SEND ME A PM!
Working:
Camera (Cant take pictures without SD)
Sound
WIFI
DATA
Calls & SMS
Not Working:
Internal SD (Not mounted)
Download: Comming Soon
Vanilla ICS
Working:
Camera (Cant take pictures without SD)
Sound
WIFI
DATA
Calls & SMS
Not Working:
Internal SD (Not mounted)
Download: Comming soon
DO YOU THINK YOU CAN HELP ME? SEND A PM!
Sources:
Kernel Source: https://github.com/lvchaqiu/meizu-mx-kernel
MIUI Recovery Source: https://github.com/MiCode/patchrom_mx/tree/ics/bootable/recovery
More to come soon...

For later use

wasnt MIUI V4 imported?

ernmin said:
wasnt MIUI V4 imported?
Click to expand...
Click to collapse
Not for the quad-core model

Is there a way to build the MIUI V4 on the Flyme Base and not the buggy Stock ICS ??

eliaztheone said:
Is there a way to build the MIUI V4 on the Flyme Base and not the buggy Stock ICS ??
Click to expand...
Click to collapse
It is probably possible, but there is no good miui device rom to start from, because Nexus S and Galaxy Nexus is based on JB. I would not base on touchwiz-based MIUI for GalaxyS 2 and 3.

Im trying to port CM9, im stuck at cm9 bootanimation, and logcat not working :s

just for HK.
Sent from my M032 using xda app-developers app

As far as cwm, either use koush's builder at builder.clockworkmod.com and put the recovery.img in and recovery.fstab, or unpack stock recovery using a ramdisk unpack (aka boot.img unpacker) tool and copy over recovery.fstab and default.prop to cwm and repack.
Sent from my SPH-D700 using Tapatalk 2

xboxfanj said:
As far as cwm, either use koush's builder at builder.clockworkmod.com and put the recovery.img in and recovery.fstab, or unpack stock recovery using a ramdisk unpack (aka boot.img unpacker) tool and copy over recovery.fstab and default.prop to cwm and repack.
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
The MX uses recovery-uboot.img and is not packed the same as a normal recovery.img

It's not an issue. As I reckon, CWM recovery imgs lack the 64-byte u-boot header (IH_MAGIC) for the ramdisk, they are the ones that are not "the norm".
Code:
# mount point fstype device
/sdcard vfat /dev/block/mmcblk0p1
/system ext4 /dev/block/mmcblk0p2
/data ext4 /dev/block/mmcblk0p3
/cache ext4 /dev/block/mmcblk0p4
/misc emmc /dev/block/mmcblk0p9
/recovery emmc /dev/block/mmcblk0p10
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mass_storage
# begin build properties
# autogenerated by buildinfo.sh
ro.build.cta=noncta
ro.build.id=IML74K
ro.build.display.id=Flyme 1.0.3
ro.build.mask.id=4.0.0-7929_zh-HK
ro.build.version.incremental=eng.mobileapp.20120725.003030
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=2012年 07月 25日 星期三 00:30:53 CST
ro.build.date.utc=1343147453
ro.build.type=user
ro.build.user=mobileapp
ro.build.host=mobileapp
ro.build.tags=test-keys
ro.product.model=M03X
ro.product.brand=Meizu
ro.product.name=meizu_mx
ro.product.board=mx
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Meizu
ro.product.locale.language=zh
ro.product.locale.region=TW
ro.wifi.channels=
ro.board.platform=exynos4
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=meizu_mx-user 4.0.3 test-keys 7929_zh-HK
ro.build.fingerprint=Meizu/meizu_mx/mx:4.0.3/IML74K/eng.mobileapp.20120725.003030:user/test-keys
ro.build.characteristics=phone
# end build properties
#
# system.prop for mx
#
rild.libpath=/system/lib/libreference-ril.so
rild.libargs=-d /dev/ttyACM0
#
# ADDITIONAL_BUILD_PROPERTIES
#
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.com.android.dateformat=MM-dd-yyyy
ro.opengles.version=131072
hwui.render_dirty_regions=false
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
ro.sf.lcd_density=320
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.config.ringtone=Crystal.ogg
ro.config.notification_sound=VideoRecord.ogg
ro.config.mms_sound=Ripples.ogg
ro.config.email_sound=VideoRecord.ogg
ro.config.calendar_sound=Jump.ogg
ro.config.alarm_alert=Morning_Dew.ogg
ro.telephony.default_network=0
persist.sys.timezone=Asia/Hong_Kong
persist.sys.meizu.region=hk-tw
persist.sys.meizu.codepage=big5
ro.meizu.setupwizard.flyme=false
ro.meizu.setupwizard.setlang=true
ro.meizu.region.enable=true
ro.meizu.contactmsg.auth=false
ro.meizu.customize.pccw=false
ro.meizu.autorecorder=true
ro.meizu.visualvoicemail=true
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt

TwoPointZero said:
It's not an issue. As I reckon, CWM recovery imgs lack the 64-byte u-boot header (IH_MAGIC) for the ramdisk, they are the ones that are not "the norm".
Code:
# mount point fstype device
/sdcard vfat /dev/block/mmcblk0p1
/system ext4 /dev/block/mmcblk0p2
/data ext4 /dev/block/mmcblk0p3
/cache ext4 /dev/block/mmcblk0p4
/misc emmc /dev/block/mmcblk0p9
/recovery emmc /dev/block/mmcblk0p10
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mass_storage
# begin build properties
# autogenerated by buildinfo.sh
ro.build.cta=noncta
ro.build.id=IML74K
ro.build.display.id=Flyme 1.0.3
ro.build.mask.id=4.0.0-7929_zh-HK
ro.build.version.incremental=eng.mobileapp.20120725.003030
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=2012年 07月 25日 星期三 00:30:53 CST
ro.build.date.utc=1343147453
ro.build.type=user
ro.build.user=mobileapp
ro.build.host=mobileapp
ro.build.tags=test-keys
ro.product.model=M03X
ro.product.brand=Meizu
ro.product.name=meizu_mx
ro.product.board=mx
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Meizu
ro.product.locale.language=zh
ro.product.locale.region=TW
ro.wifi.channels=
ro.board.platform=exynos4
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=meizu_mx-user 4.0.3 test-keys 7929_zh-HK
ro.build.fingerprint=Meizu/meizu_mx/mx:4.0.3/IML74K/eng.mobileapp.20120725.003030:user/test-keys
ro.build.characteristics=phone
# end build properties
#
# system.prop for mx
#
rild.libpath=/system/lib/libreference-ril.so
rild.libargs=-d /dev/ttyACM0
#
# ADDITIONAL_BUILD_PROPERTIES
#
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.com.android.dateformat=MM-dd-yyyy
ro.opengles.version=131072
hwui.render_dirty_regions=false
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
ro.sf.lcd_density=320
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.config.ringtone=Crystal.ogg
ro.config.notification_sound=VideoRecord.ogg
ro.config.mms_sound=Ripples.ogg
ro.config.email_sound=VideoRecord.ogg
ro.config.calendar_sound=Jump.ogg
ro.config.alarm_alert=Morning_Dew.ogg
ro.telephony.default_network=0
persist.sys.timezone=Asia/Hong_Kong
persist.sys.meizu.region=hk-tw
persist.sys.meizu.codepage=big5
ro.meizu.setupwizard.flyme=false
ro.meizu.setupwizard.setlang=true
ro.meizu.region.enable=true
ro.meizu.contactmsg.auth=false
ro.meizu.customize.pccw=false
ro.meizu.autorecorder=true
ro.meizu.visualvoicemail=true
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Click to expand...
Click to collapse
I have a cwm build but its not uboot, so its not working

The recovery-uboot.img file from Meizu does NOT have a ANDROID header. The CWM one i built does. We need to convert it to a valid uboot image.

useless

darycs2006 said:
useless
Click to expand...
Click to collapse
Your post is useless

instead of useless I will be more than happy beta testing for this project count me in.:laugh:
from norway

I would love to be able to put MIUI or vanilla ICS on my Meizu MX 4-core. I don't even use it at the moment since I can't stand Flyme OS.
Good luck with the project! I will follow it closely.

As for CWM - is a kernel rebuild really necessary?
Shouldn't a normal ramfs mod of the original recovery be plenty given that the required modules are loaded by the original recovery kernel image?

thank you for your work about MX-4core,I am a user of this phone from china,I can't help you with android development,But I wish I can help you somewhere~~~

ykker said:
thank you for your work about MX-4core,I am a user of this phone from china,I can't help you with android development,But I wish I can help you somewhere~~~
Click to expand...
Click to collapse
Hit the thanks button, if nothing else

Related

[rom][stock][gt-p7320-telstra]p7320tdvlb2-australia

For GT-P7320 Series
From Samfirmware
ODIN FLASHABLE
http://hotfile.com/dl/149252693/17e3c0d/P7320TDVLB2_P7320TTELLB1_TEL.zip.html
no password..
I Got This partition from /system/etc/recovery_mmc.fstab
Code:
# mount point fstype device [device2]
/boot emmc /dev/block/mmcblk0p8
/efs ext4 /dev/block/mmcblk0p21
/cache ext4 /dev/block/mmcblk0p25
/data ext4 /dev/block/mmcblk0p28 length=-16384
/misc mtd misc
/recovery emmc /dev/block/mmcblk0p22
/sdcard vfat /dev/block/mmcblk0p26 /dev/block/mmcblk0
/system ext4 /dev/block/mmcblk0p24
/preload ext4 /dev/block/mmcblk0p27
And this is from /system/etc/recovery.fstab
Code:
# mount point fstype device [device2]
/boot emmc /dev/block/mmcblk0p8
/efs ext4 /dev/block/mmcblk0p21
/cache ext4 /dev/block/mmcblk0p25
/data ext4 /dev/block/mmcblk0p26 length=-16384
/misc mtd misc
/recovery emmc /dev/block/mmcblk0p22
/sdcard vfat /dev/block/mmcblk0p28 /dev/block/mmcblk0
/system ext4 /dev/block/mmcblk0p24
Build prop
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=MASTER
ro.build.display.id=MASTER.DVLB2
ro.build.version.incremental=DVLB2
ro.build.version.sdk=13
ro.build.version.codename=REL
ro.build.version.release=3.2
ro.build.date=Thu Feb 9 22:56:48 KST 2012
ro.build.date.utc=1328795808
ro.build.type=user
ro.build.user=dpi
ro.build.host=DELL152
ro.build.tags=release-keys
ro.product.model=GT-P7320T
ro.product.brand=samsung
ro.product.name=GT-P7320T
ro.product.device=GT-P7320T
ro.product.board=MSM8660_SURF
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=msm8660
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-P7320T
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-P7320T-user 3.2 MASTER DVLB2 release-keys
ro.build.fingerprint=samsung/GT-P7320T/GT-P7320T:3.2/MASTER/DVLB2:user/release-keys
ro.build.characteristics=tablet,nosdcard
# Samsung Specific Properties
ro.build.PDA=P7320TDVLB2
ro.build.hidden_ver=P7320TDVLB2
ro.build.changelist=627588
ro.build.buildtag=
# end build properties
#
# system.prop for surf
#
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.composition.type=dyn
debug.overlayui.enable=0
# 64MB dalvik heap size is gingerbread default, cannot be used here, refer to frameworks/base/build/tablet-dalvik-heap.mk
# dalvik.vm.heapsize=64m
dev.pm.dyn_samplingrate=1
#
# system props for the cne module
#
persist.cne.UseCne=vendor
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
ro.hdmi.enable=true
lpa.decode=true
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=true
media.enable-commonsource=true
#
# system props for the data modules
#
ro.use_data_netmgrd=true
#
# system props for SD card emulation of emmc partition
#
ro.emmc.sdcard.partition=28
#system props for time-services
persist.timed.enable=true
# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=131072
#
# system prop for Bluetooth Dialup Networking
#
# ro.qualcomm.bluetooth.dun=true
#
# system prop for Bluetooth Auto connect for remote initated connections
#
# ro.bluetooth.remote.autoconnect=true
#
# system prop for Bluetooth FTP profile
#
# ro.qualcomm.bluetooth.ftp=true
#
# system prop for sending power off request to RIL during phone shutdown
#
ro.ril.shutdown=true
# Samsung Tvout Service
ro.sectvout.enable=1
#
# system prop for Keyguard
#
keyguard.no_require_sim=yes
#Samung HWLCD Rotation
ro.sf.hwrotation=90
# system prop for forced Camera Shutter
ro.camera.sound.forced=1
# System property for SIM
persist.radio.apm_sim_not_pwdn=1
# System property for SMS
# persist.radio.sms_sync_sending=1
ro.vendor.extension_library=/system/lib/libqc-opt.so
#
# User Agent Profile for RTSP Streaming
#
net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/GT-P7320T.xml
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.ringtone=S_Over_the_horizon.ogg
ro.config.notification_sound=S_Sherbet.ogg
ro.config.alarm_alert=Good_Morning.ogg
dev.sfbootcomplete=0
drm.service.enabled=true
ro.secdevenc=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=288m
ro.setupwizard.mode=OPTIONAL
ro.setupwizard.enterprise_mode=1
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.error.receiver.system.apps=com.google.android.feedback
ro.com.google.clientidbase=android-samsung
ro.com.google.gmsversion=3.2_r6
ro.error.receiver.default=com.samsung.receiver.error
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Many thanks for providing this.
With the stock ROM, are we able to remove apps from it and reflash, even without root access? I'm fairly happy with the overall performance, but would love to remove some of the bloat and potentially change the launcher.
Tim
No, You cant..
You need root access to do that..
I dont have the device, so i dont know what methods for root this device..
How about root methods from nirogue? it works?
Based on everything I've read so far, the root methods for the I957 variant don't work on either the Australian or European models of the 7320.
Can you access recovery menu? I got update-binary for gt p7320 but im not sure that root file may work on your recovery? can you test for me?
this will be awesome..
I'm loving my 8.9 from telstra and for the first time in history I'm pretty happy with the stock ROM.. But like the other Aussie poster, I'd love to be rid of some of the bloat crap that they put on there... All the bigpond, Foxtel stuff.. Not to mention all of the Samsung apps.
Will be interesting to see how long it takes Telstra to release Ice Cream Sandwhich
^ i wouldnt hold your breath for that one
Sent from my GT-P7320T using xda premium
the download link was out of date,can't open it.would u please send me one copy
i was wondering if the rom can work with my device, the korea version of p7320,called e140l
Sorry.. The link still works..you can download from sammobile.com..
Thank You

[Request] US 9.2.1.27 build.prop

Please see:
http://forum.xda-developers.com/showthread.php?t=1816022
Head on over to the OTA 9.2.1.27 US/WW/TW - CWM zip thread, download the rom you want (US, WW, or TW). Once you have the .zip rom downloaded on your pc, simply extract it, go to the /system folder and you can find the build.prop from there
Hold on, those are just patch updates.. You will actually need to download the rom from Asus' support page do as stated above.
It goes a little something like this:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IML74K
ro.build.display.id=IML74K.US_epad-9.2.1.27-20120615
ro.build.version.incremental=US_epad-9.2.1.27-20120615
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri Jun 15 17:45:41 CST 2012
ro.build.date.utc=1339753541
ro.build.type=user
ro.build.user=
ro.build.host=Mars
ro.build.tags=release-keys
ro.product.model=EPAD
ro.product.brand=asus
ro.product.name=US_epad
ro.product.device=EeePad
ro.product.board=EeePad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=EeePad
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=US_epad-user 4.0.3 IML74K US_epad-9.2.1.27-20120615 release-keys
ro.build.fingerprint=asus/US_epad/EeePad:4.0.3/IML74K/US_epad-9.2.1.27-20120615:user/release-keys
ro.build.characteristics=tablet
# end build properties
ro.opengles.version = 131072
wifi.interface=wlan0
ro.ethernet.interface=eth0
ro.ethernet.autoEnable=yes
rild.libpath=/system/lib/libmbm-ril.so
rild.libargs=-d /dev/ttyACM0 -i wwan0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.notification_sound=NewMessage.ogg
persist.sys.ringermode=2
ro.config.bootsound=PowerOn.ogg
drm.service.enabled=1
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
wifi.version.driver=V6.1.24
gps.version.driver=V6.9.12
keyguard.no_require_sim=true
ro.kernel.qemu=
bt.version.driver=V8.30
gsm.bodysargsm=32,26,29,29
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r1
ro.com.google.clientidbase=android-asus
ro.wifi.country=US
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
fone_fanatic said:
Head on over to the OTA 9.2.1.27 US/WW/TW - CWM zip thread, download the rom you want (US, WW, or TW). Once you have the .zip rom downloaded on your pc, simply extract it, go to the /system folder and you can find the build.prop from there
Hold on, those are just patch updates.. You will actually need to download the rom from Asus' support page do as stated above.
Click to expand...
Click to collapse
Neither one would work: because it is contained in in the blob file. If you or anyone could tell me how to get it out ( without running Linux, and building the unblob tool from github, and etc.), I would be very appreciative.
gee one said:
It goes a little something like this:
Code:
...
[/QUOTE]
Thank You, Thank You
Just what I needed
Click to expand...
Click to collapse

[File Request] Nexus 7 4.4.0 KRT16S build.prop

I made a newbie mistake.
I need a copy of the build.prop file from 4.4.0 (Build KRT16S)
I change the DPI on my Nexus 7 to show more on the screen (213 to 175).
But this needs to be reset in order to flash the new hotness that is 4.4.2.
Instead of just changing the dpi, i restored the build.prop to the previous version (4.3).
Now I'm stuck in a boot loop.
I know I can revert to stock, but that wipes everything.
Thanks!
marvinj920 said:
I made a newbie mistake.
I need a copy of the build.prop file from 4.4.0 (Build KRT16S)
I change the DPI on my Nexus 7 to show more on the screen (213 to 175).
But this needs to be reset in order to flash the new hotness that is 4.4.2.
Instead of just changing the dpi, i restored the build.prop to the previous version (4.3).
Now I'm stuck in a boot loop.
I know I can revert to stock, but that wipes everything.
Thanks!
Click to expand...
Click to collapse
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KRT16S
ro.build.display.id=KRT16S
ro.build.version.incremental=920375
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4
ro.build.date=Sat Nov 16 02:25:28 UTC 2013
ro.build.date.utc=1384568728
ro.build.type=user
ro.build.user=android-build
ro.build.host=vpbs25.mtv.corp.google.com
ro.build.tags=release-keys
ro.product.model=Nexus 7
ro.product.brand=google
ro.product.name=nakasig
ro.product.device=tilapia
ro.product.board=grouper
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra3
# ro.build.product is obsolete; use ro.product.device
ro.build.product=tilapia
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=nakasig-user 4.4 KRT16S 920375 release-keys
ro.build.fingerprint=google/nakasig/tilapia:4.4/KRT16S/920375:user/release-keys
ro.build.characteristics=tablet,nosdcard
# end build properties
#
# from device/asus/tilapia/system.prop
#
ro.opengles.version = 131072
wifi.interface=wlan0
rild.libpath=/system/lib/libxgold-ril.so
rild.libargs=-d /dev/ttyACM0
persist.tegra.nvmmlite = 1
ro.audio.monitorOrientation=true
#NFC
debug.nfc.fw_download=false
debug.nfc.se=false
# set default lcd density to TVDPI
ro.sf.lcd_density=213
# don't preload OpenGL in Zygote, the Tegra drivers do not like it
ro.zygote.disable_gl_preload=true
# configure PRISM
persist.tegra.didim.video = 5
#
# ADDITIONAL_BUILD_PROPERTIES
#
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
tf.enable=y
drm.service.enabled=true
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=384m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.config.ringtone=Girtab.ogg
ro.config.notification_sound=Tejat.ogg
ro.config.alarm_alert=Cesium.ogg
ro.carrier=unknown
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
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.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.error.receiver.system.apps=com.google.android.gms
ro.setupwizard.enterprise_mode=1
keyguard.no_require_sim=true
ro.facelock.black_timeout=1250
ro.facelock.det_timeout=1500
ro.facelock.rec_timeout=2500
ro.facelock.lively_timeout=2500
ro.facelock.est_max_time=1000
ro.facelock.use_intro_anim=true
ro.media.effect.bgdropper.adj=0.2
camera.flash_off=0
ro.setupwizard.network_required=true
ro.com.widevine.cachesize=16777216
media.aac_51_output_enabled=true
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

[Q&A] [ROOT[RECOVERY] Loki + TWRP + Motochopper CASUAL-R527b release:27May13

Q&A for [ROOT[RECOVERY] Loki + TWRP + Motochopper CASUAL-R527b release:27May13
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.
Before posting, please use the forum search and read through the discussion thread for [ROOT[RECOVERY] Loki + TWRP + Motochopper CASUAL-R527b release:27May13. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
I had my ATT S4 unlocked a while back, but I switched to T-mobile, and a guy at the store unlocked it for me. I'm trying to root it again using this tool, but it doesn't seem like it's working. I managed to get the phone connected to the CASUAL program after installing the samsung usb drivers from the official website, but after I install it and it reboots, nothing changes.
[INFO][*]
[DEBUG]return from ADB:4699 KB/s (96260 bytes in 0.020s)
[DEBUG]SCRIPT COMMAND:$ADB push "$ZIPFILESuperuser.apk" /data/local/tmp
[VERBOSE]verified C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\GS4 Root and Loki Recovery\Superuser.apk exists
[DEBUG]Expanded $ZIPFILE: $ADB push "C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\GS4 Root and Loki Recovery\Superuser.apk" /data/local/tmp
[DEBUG]sending
[DEBUG]###executing real-time command: C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\adb.exe###
3218 KB/s (1578585 bytes in 0.479s)
[DEBUG]return from ADB:3218 KB/s (1578585 bytes in 0.479s)
[DEBUG]SCRIPT COMMAND:$ECHO [*] Pushing recovery to device...
[DEBUG]Received ECHO command$ECHO [*] Pushing recovery to device...
[INFO][*] Pushing recovery to device...
[DEBUG]SCRIPT COMMAND:$ADB push "$ZIPFILErecovery.img" /data/local/tmp/
[VERBOSE]verified C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\GS4 Root and Loki Recovery\recovery.img exists
[DEBUG]Expanded $ZIPFILE: $ADB push "C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\GS4 Root and Loki Recovery\recovery.img" /data/local/tmp/
[DEBUG]sending
[DEBUG]###executing real-time command: C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\adb.exe###
3589 KB/s (10484224 bytes in 2.852s)
[DEBUG]return from ADB:3589 KB/s (10484224 bytes in 2.852s)
[DEBUG]SCRIPT COMMAND:$ECHO [*] Rooting phone...
[DEBUG]Received ECHO command$ECHO [*] Rooting phone...
[INFO][*] Rooting phone...
[DEBUG]SCRIPT COMMAND:$ADB shell /data/local/tmp/pwn
[DEBUG]sending
[DEBUG]###executing real-time command: C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\adb.exe###
[+] This may take a few minutes.
[-] Failure.
[DEBUG]return from ADB:[+] This may take a few minutes.
[-] Failure.
[DEBUG]SCRIPT COMMAND:$ECHO installing superuser to system partition
[DEBUG]Received ECHO command$ECHO installing superuser to system partition
[INFO]installing superuser to system partition
[DEBUG]SCRIPT COMMAND:$ADB shell "su -c 'mount -o remount,rw /system; cat /data/local/tmp/Superuser.apk >/system/app/Superuser.apk'"
[DEBUG]sending
[DEBUG]###executing real-time command: C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\adb.exe###
/system/bin/sh: su: not found
[DEBUG]return from ADB:/system/bin/sh: su: not found
[DEBUG]SCRIPT COMMAND:$IFNOTCONTAINS SAMSUNG-SGH-I337 $INCOMMAND $ADB shell "cat /system/build.prop" $DO $HALT $ECHO This is not for your device, halting.
[DEBUG]checking for results to be false
[DEBUG]requesting shell "cat /system/build.prop"
[DEBUG]SCRIPT COMMAND:shell "cat /system/build.prop"
[DEBUG]sending
[DEBUG]###executing real-time command: C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\adb.exe###
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49H
ro.build.display.id=KOT49H.I337UCUFNB1
ro.build.version.incremental=I337UCUFNB1
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Tue Feb 11 22:30:13 KST 2014
ro.build.date.utc=1392125413
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5521
ro.build.tags=release-keys
ro.product.model=SAMSUNG-SGH-I337
ro.product.brand=samsung
ro.product.name=jflteuc
ro.product.device=jflteatt
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
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=jflteatt
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=jflteuc-user 4.4.2 KOT49H I337UCUFNB1 release-keys
ro.build.fingerprint=samsung/jflteuc/jflteatt:4.4.2/KOT49H/I337UCUFNB1:user/release-keys
ro.build.characteristics=att
# Samsung Specific Properties
ro.build.PDA=I337UCUFNB1
ro.build.hidden_ver=I337UCUFNB1
ro.build.changelist=505595
ro.product_ship=true
ro.chipname=apq8064
# end build properties
#
# from device/samsung/jflteatt/system.prop
#
#
# system.prop for surf
#
ro.sf.lcd_density=480
rild.libpath=/system/lib/libsec-ril.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
dalvik.vm.heapsize=36m
debug.enable.wl_log=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
#
# system props for the cne module
#
persist.cne.feature=0
lpa.decode=false
tunnel.decode=true
tunnel.audiovideo.decode=false
lpa.use-stagefright=true
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
persist.data.netmgrd.qos.enable=false
#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
# 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 to enable ehrpd capability
ro.config.ehrpd=true
# System property for cabl
ro.qualcomm.cabl=0
# 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.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
#property to check if dynamic resolution change is supported in framework
ro.streaming.video.drs=true
#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
#system prop for setting rmnet mux mode
persist.rmnet.mux=disabled
#
# System prop for Tvout/HDMI
#
persist.sys.camera.transform=0
persist.sys.camera.connect=0
persist.sys.videomode=0
ro.hdmi.enable=true
# System property for Default Brightness
ro.lcd_min_brightness=10
ro.lcd_brightness=143
# System proverty for sys info indication
persist.radio.add_power_save=1
# Keep SIM state on LPM mode
persist.radio.apm_sim_not_pwdn=1
# use se table when search list
persist.radio.use_se_table_only=1
# System prop for PLMN
persist.radio.fill_eons=1
# System prop for SPN
persist.radio.prefer_spn=0
media.enable-commonsource=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
security.mdpp=None
ro.security.mdpp.ver=1.0
ro.security.mdpp.release=2
security.mdpp.result=None
ro.sec.fle.encryption=true
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.path_cache_size=8
ro.hwui.shape_cache_size=2
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=4
ro.hwui.texture_cache_flush_rate=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
ro.error.receiver.default=com.samsung.receiver.error
ro.config.ringtone=ATT_Firefly_Default.ogg
ro.config.notification_sound=Whisper.ogg
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.security.mdpp.ux=Enabled
ro.setupwizard.mode=OPTIONAL
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.ms=android-att-us
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=4.4.2_r1
persist.sys.dalvik.vm.lib=libdvm.so
ro.kernel.qemu=0
ro.build.selinux=1
ro.config.knox=1
ro.config.tima=1
ro.config.timaversion=2.0
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=1
ro.qc.sdk.izat.service_mask=0x5
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
[DEBUG]return from ADB:# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49H
ro.build.display.id=KOT49H.I337UCUFNB1
ro.build.version.incremental=I337UCUFNB1
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Tue Feb 11 22:30:13 KST 2014
ro.build.date.utc=1392125413
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5521
ro.build.tags=release-keys
ro.product.model=SAMSUNG-SGH-I337
ro.product.brand=samsung
ro.product.name=jflteuc
ro.product.device=jflteatt
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
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=jflteatt
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=jflteuc-user 4.4.2 KOT49H I337UCUFNB1 release-keys
ro.build.fingerprint=samsung/jflteuc/jflteatt:4.4.2/KOT49H/I337UCUFNB1:user/release-keys
ro.build.characteristics=att
# Samsung Specific Properties
ro.build.PDA=I337UCUFNB1
ro.build.hidden_ver=I337UCUFNB1
ro.build.changelist=505595
ro.product_ship=true
ro.chipname=apq8064
# end build properties
#
# from device/samsung/jflteatt/system.prop
#
#
# system.prop for surf
#
ro.sf.lcd_density=480
rild.libpath=/system/lib/libsec-ril.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
dalvik.vm.heapsize=36m
debug.enable.wl_log=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
#
# system props for the cne module
#
persist.cne.feature=0
lpa.decode=false
tunnel.decode=true
tunnel.audiovideo.decode=false
lpa.use-stagefright=true
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
persist.data.netmgrd.qos.enable=false
#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
# 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 to enable ehrpd capability
ro.config.ehrpd=true
# System property for cabl
ro.qualcomm.cabl=0
# 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.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
#property to check if dynamic resolution change is supported in framework
ro.streaming.video.drs=true
#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
#system prop for setting rmnet mux mode
persist.rmnet.mux=disabled
#
# System prop for Tvout/HDMI
#
persist.sys.camera.transform=0
persist.sys.camera.connect=0
persist.sys.videomode=0
ro.hdmi.enable=true
# System property for Default Brightness
ro.lcd_min_brightness=10
ro.lcd_brightness=143
# System proverty for sys info indication
persist.radio.add_power_save=1
# Keep SIM state on LPM mode
persist.radio.apm_sim_not_pwdn=1
# use se table when search list
persist.radio.use_se_table_only=1
# System prop for PLMN
persist.radio.fill_eons=1
# System prop for SPN
persist.radio.prefer_spn=0
media.enable-commonsource=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
security.mdpp=None
ro.security.mdpp.ver=1.0
ro.security.mdpp.release=2
security.mdpp.result=None
ro.sec.fle.encryption=true
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.path_cache_size=8
ro.hwui.shape_cache_size=2
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=4
ro.hwui.texture_cache_flush_rate=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
ro.error.receiver.default=com.samsung.receiver.error
ro.config.ringtone=ATT_Firefly_Default.ogg
ro.config.notification_sound=Whisper.ogg
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.security.mdpp.ux=Enabled
ro.setupwizard.mode=OPTIONAL
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.ms=android-att-us
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=4.4.2_r1
persist.sys.dalvik.vm.lib=libdvm.so
ro.kernel.qemu=0
ro.build.selinux=1
ro.config.knox=1
ro.config.tima=1
ro.config.timaversion=2.0
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=1
ro.qc.sdk.izat.service_mask=0x5
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
[DEBUG]got # begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49H
ro.build.display.id=KOT49H.I337UCUFNB1
ro.build.version.incremental=I337UCUFNB1
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Tue Feb 11 22:30:13 KST 2014
ro.build.date.utc=1392125413
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5521
ro.build.tags=release-keys
ro.product.model=SAMSUNG-SGH-I337
ro.product.brand=samsung
ro.product.name=jflteuc
ro.product.device=jflteatt
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
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=jflteatt
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=jflteuc-user 4.4.2 KOT49H I337UCUFNB1 release-keys
ro.build.fingerprint=samsung/jflteuc/jflteatt:4.4.2/KOT49H/I337UCUFNB1:user/release-keys
ro.build.characteristics=att
# Samsung Specific Properties
ro.build.PDA=I337UCUFNB1
ro.build.hidden_ver=I337UCUFNB1
ro.build.changelist=505595
ro.product_ship=true
ro.chipname=apq8064
# end build properties
#
# from device/samsung/jflteatt/system.prop
#
#
# system.prop for surf
#
ro.sf.lcd_density=480
rild.libpath=/system/lib/libsec-ril.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
dalvik.vm.heapsize=36m
debug.enable.wl_log=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
#
# system props for the cne module
#
persist.cne.feature=0
lpa.decode=false
tunnel.decode=true
tunnel.audiovideo.decode=false
lpa.use-stagefright=true
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
persist.data.netmgrd.qos.enable=false
#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
# 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 to enable ehrpd capability
ro.config.ehrpd=true
# System property for cabl
ro.qualcomm.cabl=0
# 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.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
#property to check if dynamic resolution change is supported in framework
ro.streaming.video.drs=true
#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
#system prop for setting rmnet mux mode
persist.rmnet.mux=disabled
#
# System prop for Tvout/HDMI
#
persist.sys.camera.transform=0
persist.sys.camera.connect=0
persist.sys.videomode=0
ro.hdmi.enable=true
# System property for Default Brightness
ro.lcd_min_brightness=10
ro.lcd_brightness=143
# System proverty for sys info indication
persist.radio.add_power_save=1
# Keep SIM state on LPM mode
persist.radio.apm_sim_not_pwdn=1
# use se table when search list
persist.radio.use_se_table_only=1
# System prop for PLMN
persist.radio.fill_eons=1
# System prop for SPN
persist.radio.prefer_spn=0
media.enable-commonsource=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
security.mdpp=None
ro.security.mdpp.ver=1.0
ro.security.mdpp.release=2
security.mdpp.result=None
ro.sec.fle.encryption=true
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.path_cache_size=8
ro.hwui.shape_cache_size=2
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=4
ro.hwui.texture_cache_flush_rate=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
ro.error.receiver.default=com.samsung.receiver.error
ro.config.ringtone=ATT_Firefly_Default.ogg
ro.config.notification_sound=Whisper.ogg
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.security.mdpp.ux=Enabled
ro.setupwizard.mode=OPTIONAL
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.ms=android-att-us
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=4.4.2_r1
persist.sys.dalvik.vm.lib=libdvm.so
ro.kernel.qemu=0
ro.build.selinux=1
ro.config.knox=1
ro.config.tima=1
ro.config.timaversion=2.0
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=1
ro.qc.sdk.izat.service_mask=0x5
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
[DEBUG]SCRIPT COMMAND:$ECHO [*] Installing Recovery
[DEBUG]Received ECHO command$ECHO [*] Installing Recovery
[INFO][*] Installing Recovery
[DEBUG]SCRIPT COMMAND:$ADB shell "su -c 'dd if=/data/local/tmp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery'"
[DEBUG]sending
[DEBUG]###executing real-time command: C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\adb.exe###
/system/bin/sh: su: not found
[DEBUG]return from ADB:/system/bin/sh: su: not found
[DEBUG]SCRIPT COMMAND:$USERNOTIFICATION Exploit complete, Press ok to reboot.
[DEBUG]SCRIPT COMMAND:$ECHO [*] rebooting into recovery. Ensure that you "Install Superuser" in after you reboot into Android for security reasons!
[DEBUG]Received ECHO command$ECHO [*] rebooting into recovery. Ensure that you "Install Superuser" in after you reboot into Android for security reasons!
[INFO][*] rebooting into recovery. Ensure that you "Install Superuser" in after you reboot into Android for security reasons!
[DEBUG]SCRIPT COMMAND:$ADB reboot recovery
[DEBUG]sending
[DEBUG]###executing real-time command: C:\Users\Me\AppData\Local\Temp\MeTEMPCASUALD2617982\adb.exe###
[DEBUG]return from ADB:
[INFO]done
[INFO]Script Complete
[DEBUG]State Change Detected, The new state is: 0
[DEBUG]State Disconnected commanded
[DEBUG]State Change Detected, The new state is: 1
[DEBUG]State Connected commanded
[DEBUG]Pastebin Login Successful
I noticed it says /system/bin/sh: su: not found after it says installing recovery. Then it follows up with rebooting into recovery. Does that have to do with the problem?
Your on nb1 firmware. This method isn't going to work. See guut13's guide to root in the general forum.
Sent from my Nexus 9 using XDA Free mobile app
Sorry for all the questions in advance
1) I have Safestrap and gold finger installed. Do I need to Odin stock?
2) main reason i want loki is to flash the cm12 i9505 (which supports loki but I don't really understand)
3) if anyone could please explain how to install the above mentioned rom I'd really appreciate it.
(On u.s. att i337)
malikfaraj96 said:
Sorry for all the questions in advance
1) I have Safestrap and gold finger installed. Do I need to Odin stock?
2) main reason i want loki is to flash the cm12 i9505 (which supports loki but I don't really understand)
3) if anyone could please explain how to install the above mentioned rom I'd really appreciate it.
(On u.s. att i337)
Click to expand...
Click to collapse
If you're using safestrap your probably on a bootloader version higher than mdl. If that's the case then you are not going to get cm or Loki to work. You can only flash touch wiz based roms
Sent from my Nexus 9 using XDA Free mobile app
jd1639 said:
If you're using safestrap your probably on a bootloader version higher than mdl. If that's the case then you are not going to get cm or Loki to work. You can only flash touch wiz based roms
Sent from my Nexus 9 using XDA Free mobile app
Click to expand...
Click to collapse
Really hating this bootloader...guess I'll just have to wait for the touchwiz 5.0 rom. Oh well. thanks man
help this method no function
edu00721 said:
help this method no function
Click to expand...
Click to collapse
Do you have an i337? What bootloader/firmware version are you on?
Sent from my Nexus 9 using XDA Free mobile app
jd1639 said:
Do you have an i337? What bootloader/firmware version are you on?
Sent from my Nexus 9 using XDA Free mobile app
Click to expand...
Click to collapse
firmware 4.4.2 NB1, i tried downgrade 4.3 MK2, no function
edu00721 said:
firmware 4.4.2 NB1, i tried downgrade 4.3 MK2, no function
Click to expand...
Click to collapse
This method isn't going to work for you. See this http://forum.xda-developers.com/showthread.php?p=56453100
Sent from my Nexus 9 using XDA Free mobile app
Does this still work
Will this work for a Samsung galaxy s4 at&t 4.4?
DarkHazard said:
Will this work for a Samsung galaxy s4 at&t 4.4?
Click to expand...
Click to collapse
Not on 4.4 it went. You need towel root and safestrap
Sent from my Nexus 9 using XDA Free mobile app
Thanks!
jd1639 said:
Not on 4.4 it went. You need towel root and safestrap
Sent from my Nexus 9 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks! but I heard you can't have any rom you want with safetrap and they have to be touchwiz base is this true?
DarkHazard said:
Thanks! but I heard you can't have any rom you want with safetrap and they have to be touchwiz base is this true?
Click to expand...
Click to collapse
Yes, it's true
Sent from my Nexus 5 using XDA Free mobile app
Thanks! one more thing.
jd1639 said:
Yes, it's true
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Since your very intelligent with these kinds of things. I was wondering if there are any safestrap roms that have a themer on them. Or somekind of preinstalled software on it that would allow me to change parts of my phone like my status bar, lock screen, boot animation, etc.
Thanks Again I really appreciate it!
DarkHazard said:
Since your very intelligent with these kinds of things. I was wondering if there are any safestrap roms that have a themer on them. Or somekind of preinstalled software on it that would allow me to change parts of my phone like my status bar, lock screen, boot animation, etc.
Thanks Again I really appreciate it!
Click to expand...
Click to collapse
I don't have the device. But give this a try. http://forum.xda-developers.com/showthread.php?p=55178790
Sent from my Nexus 9 using XDA Free mobile app
Error at the last step - At&t Samsung Galaxy S4
Hi Team,
At the end of the process, CASUAL shows 'done Script Complete'. But after android reboot, when I selected 'reboot system now' by pressing power button, it showed 'error!' Then phone got rebooted automatically. Then I opened SuperSu app which showed 'There is no SU binary installed and SuperSU cannot install it' .When I verified root status using Root checker, it showed 'Sorry! Root access is not properly installed'. I'm not sure what's going wrong. Attached is the log file copied from CASUAL. Please help me!!
Note: I tried towel root which showed 'This device isn't currently suppoerted'.
ghostliermite said:
Hi Team,
At the end of the process, CASUAL shows 'done Script Complete'. But after android reboot, when I selected 'reboot system now' by pressing power button, it showed 'error!' Then phone got rebooted automatically. Then I opened SuperSu app which showed 'There is no SU binary installed and SuperSU cannot install it' .When I verified root status using Root checker, it showed 'Sorry! Root access is not properly installed'. I'm not sure what's going wrong. Attached is the log file copied from CASUAL. Please help me!!
Note: I tried towel root which showed 'This device isn't currently suppoerted'.
Click to expand...
Click to collapse
Rooted using towelRoot V3. thanks to muniz_ri (http://forum.xda-developers.com/gal...to-root-i337ucufnj4-4-4-4-11-13-2014-t2939553)
Using casual for root and recovery
I am a little hesitant to use ' Casual' to root and install twrp recovery.
This thread is about 2 yrs old. and I am not sure it's still viable .
http://fs1.d-h.st/download/00047/qlC/Root%20and%20Recovery%20for%20ATT-TMO%20GS4-CASUAL-R527b.jar
I have this phone. :
Device name : SAMSUNG-SGH-I337Z
Model number : SAMSUNG-SGH-I337Z
Android version : 4.4.2
Baseband version : i337ZTUUBOA1
Kernel version : 3.4.0-3238692
[email protected] #1
Build number : KOT49H.I337ZTUUBOA1
SE for Android status :
Enforcing SEPF_SAMSUNG-I337Z_4.4.2_0033
Wed Jan 14 18:33:24 2015
Secure boot status Type : Samsung
Security software version : MDF v1.0 Release 2
And would like to know if it will work on my version, build, baseband .
If this is the wrong thing to ask or the wrong thread in this forum my apologies.
I am just needing a lot of help.
Thanks,
Thanks
I tried Casual ...
I tried to root and install the recovery and it looked like it was going to work.
It said connected , so I hit the " do it " button and a dialogue box came up saying that my devise was working off line , with the option to say " fixed and done" .
So the warning came up to either continue or stop so I hit continue.
The progress status bar came up and went to about half way and just sat there for over 30 min. .
I bit the bullet and hoping against all hope that nothing bad would happen I closed the window and unplugged it.
Nothing bad happened, *wipes forehead*.
So I tried again with the " CASUAL R527b.jar" and when it finished downloading it took me to a search engine page that is not my default search engine page. It also changed my home page .
So, what went wrong?
It did not finish and I could not copy the error file because there was none to do that with to be able to submit it back to you all.
Thanks for your help.
(Cricket Samsung-SGH-i337z)

Anyone use the Huawei Firmware Finder (Team MT)?

Anyone use the Huawei Firmware Finder (Team MT) http://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146
There seems to be a B170 update for the VNC-L31-C900 model
Liffeyman said:
Anyone use the Huawei Firmware Finder (Team MT) http://forum.xda-developers.com/tool...am-mt-t3469146
There seems to be a B170 update for the VNC-L31-C900 model
Click to expand...
Click to collapse
The link is written incorrectly, and lands on a 404 page, try to copy it again.
Klorec said:
The link is written incorrectly, and lands on a 404 page, try to copy it again.
Click to expand...
Click to collapse
Updated now
This astonishing piece of software needs way more recognition! Thank you for introducing it.
Klorec said:
This astonishing piece of software needs way more recognition! Thank you for introducing it.
Click to expand...
Click to collapse
From what i've been reading, some of the guys over on the other thread have found the DEV roms for the honor 8. Lets hope we can find the same and even a nougat build
I use this application, but i searched and only appear VNS-TL00C01 B190
For VNS-L31C900 major update it's B156
NO b170
Edit; sorry i fail... SEARCHED AGAIN:
2016.08.24 VNS-L31C900 VNS-L31C900B170
It's from august, and OTA 476MB (no it's log, anywhere no it's Android 7)
But "from" LOG; 2016.09.08 VNS-L31C900 VNS-L31C900B319-log
B319? (the changelog in chinese say's "major update of the system)
Im researching... post news after test
Mystery resolved the build -log from B3XX it's for another model... possibly the next version from Huawei of phone (or Mate 8 BUILDS)
This it's the build script:
# begin build properties
# autogenerated by buildinfo.sh
#ro.build.display.id=deleted
#ro.build.version.incremental=deleted
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0
ro.build.version.security_patch=2016-07-01
ro.build.version.base_os=
ro.build.date=Fri Sep 9 18:32:23 CST 2016
ro.build.date.utc=1473417143
ro.build.type=user
ro.build.user=jenkins
ro.build.host=wuhjk0049cna
ro.build.flavor=NEXT-user
ro.product.model=NEXT
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=HUAWEI
ro.wifi.channels=
ro.board.platform=hi3650
# ro.build.product is obsolete; use ro.product.device
ro.build.product=hi3650
# Do not try to parse description, fingerprint, or thumbprint
#ro.build.description=deleted
#ro.build.fingerprint=deleted
ro.build.characteristics=default
ro.build.hide=false
ro.build.nohota=false
# end build properties
# begin huawei emui properties
# autogenerated by build_emui_info.sh
ro.build.hw_emui_api_level=10
# end huawei emui properties
#
# from device/hisi/hi3650/system.prop
#
ro.config.mmu_en=1
dalvik.vm.heapsize=512m
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=384m
dalvik.vm.heaptargetutilization=0.75
ro.opengles.version=196609
ro.sf.lcd_density=480
hw.lcd.density=480
persist.fw.force_adoptable=true
dalvik.vm.checkjni=false
ro.bt.bdaddr_path=/data/misc/bluedroid/macbt
ro.config.keypasstouser=true
ro.config.hw_navigationbar=true
ro.magic.api.version=0.1
persist.sys.jankenable=true
ro.hdmi.service=false
ro.product.platform.pseudonym=1ARB9CV
ro.hwui.texture_cache_size=48
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.layer_cache_size=48
ro.hwui.path_cache_size=32
ro.hwui.shape_cache_size=2
ro.hwui.drop_shadow_cache_size=6
ro.hwui.gradient_cache_size=1
ro.hwui.text_large_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_height=1024
ro.hwui.text_small_cache_width=1024
ro.hwui.r_buffer_cache_size=8
debug.hwui.render_dirty_regions=false
ro.config.hw_music_lp=true
ro.config.music_lp_vol=true
ro.tui.service=true
ro.vr_display.service=true
ro.bt.bdaddr_path=/data/misc/bluedroid/macbt
ro.connectivity.chiptype=Broadcom BCM43455
persist.media.offload.enable=true
persist.media.usbvoice.enable=true
persist.media.usbvoice.name=USB-Audio - HUAWEI GLASS
ro.config.hw_sensorhub=true
keyguard.no_require_sim=true
ro.sys.umsdirtyratio=2
build.hisi_perf_opt=true
use_sensorhub_labc=false
bastet.service.enable=true
sys.refresh.dirty=1
ro.config.hw_perfhub=true
ro.config.multi_task_enable=true
persist.sys.smart_power=2
debug.choreographer.skipwarning=15
ro.sys.fw.bservice_enable=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.carrier=unknown
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=6.0_r4
persist.sys.art.opt.enable=true
persist.sys.dalvik.vm.lib.2=libart
dalvik.vm.isa.arm64.variant=generic
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a15
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.expect.recovery_id=
ro.config.fm_type=libbcmfm_if
persist.radio.apm_sim_not_pwdn=1
persist.service.tm2.tofile=true
persist.sys.dualcards=true
ril.hw_modem0.rssi=-1
ril.hw_modem1.rssi=-1
ro.cellbroadcast.emergencyids=0-65534
ro.config.delay_send_signal=true
ro.config.hw_accesscontrol=true
ro.config.hw_disable_cops=true
ro.config.hw_ecclist_nocard=1+110,6+119,8+118
ro.config.hw_ecclist_withcard=1+110,6+119,8+118
ro.config.hw_globalEcc=true
ro.config.hw_useCtrlSocket=true
ro.config.updatelocation=true
ro.networkstatus.delaytimer=20
ro.ril.ecclist=112,911,#911,*911
ro.check.modem_network=true
ro.config.ipv4.mtu=1400
gsm.fastdormancy.mode=3
ro.config.hw_hotswap_on=true
ro.config.hw_student_mode_on=true
ro.config.hw_showTestInfo=true
ro.config.app_big_icon_size=161
ro.config.launcher_matchcard=0
ro.config.hwft_PinPukUnlockscr=true
ro.config.bg_call_twinking=true
ro.config.carkitmodenotif=true
ro.config.protocol_errors=false
ro.config.hw_sim2airplane=true
ro.config.support_ca=true
modify_ram_show=true
ro.config.colorTemperature_K3=true
ro.config.hw_glovemode_enabled=1
ro.config.readBtAddress=true
ro.config.show2846=true
ro.config.hw_enable_merge=true
ro.config.hw_gps_power_track=true
ro.config.hw_smartcardservice=true
ro.config.hw_subtitle_support=true
ro.config.hw_support_geofence=true
ro.config.hw_touchplus_enabled=false
ro.dual.sim.phone=true
ro.hwcamera.previeweffects=true
ro.config.lvm_mode=true
ro.config.wind_noise_supp=true
ro.config.virtual_hd_voice=true
ro.config.signalplus.tas=true
ro.config.signalplus.xpass=true
ro.config.linkplus.roaming=true
ro.config.linkplus.liveupdate=true
ro.config.hw_wifipro_enable=true
ro.config.signalplus.tas=true
ro.config.signalplus.xpass=true
ro.systemui.debug=true
ro.config.fp_navigation=true
ro.config.conn_diagnose=true
ro.cust.cdrom=/system/cdrom/autorun.iso
ro.hwcamera.use.videosize.1080p=true
ro.config.ringtone2=Huawei_Tune.ogg
ro.config.alarm_alert=Creamy.ogg
ro.config.notification_sound=Bongo.ogg
ro.config.finger_joint=true
ro.huawei.multiwindow=true
ro.config.mm_socket_ctrl=1
ro.config.hw_easywakeup=true
ro.config.marketing_name=HUAWEI Mate 8
ro.config.colorTemperature_3d=true
ro.config.google_smart_lock=true
audioril.lib=libhuawei-audio-ril.so
media.stagefright.use-awesome=false
ro.config.hw_dts=true
ro.config.hw_media_flags=3
ro.config.widevine_level3=true
drm.service.enabled=true
ro.config.audioEffectForRing=true
fw.max_users=4
fw.show_multiuserui=1
ro.com.google.clientidbase=android-huawei
ro.config.hw_allow_ums_and_mtp=true
ro.config.incall_notify_mms=true
ro.config.huawei_smallwindow=17,18,1064,1330
ro.config.enable_rms=true
ro.config.small_cover_size=_1047x1312
ro.sys.fw.bg_apps_limit=24
ro.com.android.mobiledata=true
ro.config.hw_power_saving=true
ro.build.hide.matchers=NXT;nxt;hi3650;huawei;mali-t880
ro.build.hide.replacements=X100;X100;X100;unknown;unknown;
ro.build.hide.settings=8;1.8 GHz;2.0GB;11.00 GB;16.00 GB;1080 x 720;4.4;3.10.30;3.0
ro.hwcamera.voicereg.threshold=38,31,-40
ro.hwcamera.BackSnapShotLimit=true
ro.config.small.previewpos=right
ro.config.DelaySwitchUserDlg=true
ro.product.brand=HUAWEI
ro.product.device=HWNXT
ro.build.tags=release-keys
ro.build.display.id=NXT-C00B368SP01
ro.build.version.incremental=C00B368SP01
ro.product.board=NXT
ro.product.name=NXT
ro.build.id=HUAWEINXT
ro.confg.hw_systemversion=NXT-C00B368SP01_SYSTEM
ro.config.hw_eyes_protection=7
Click to expand...
Click to collapse
BadWolfYe said:
I use this application, but i searched and only appear VNS-TL00C01 B190
For VNS-L31C900 major update it's B156
NO b170
Edit; sorry i fail... SEARCHED AGAIN:
2016.08.24 VNS-L31C900 VNS-L31C900B170
It's from august, and OTA 476MB (no it's log, anywhere no it's Android 7)
But "from" LOG; 2016.09.08 VNS-L31C900 VNS-L31C900B319-log
B319? (the changelog in chinese say's "major update of the system)
Im researching... post news after test
Mystery resolved the build -log from B3XX it's for another model... possibly the next version from Huawei of phone (or Mate 8 BUILDS)
This it's the build script:
# begin build properties
# autogenerated by buildinfo.sh
#ro.build.display.id=deleted
#ro.build.version.incremental=deleted
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0
ro.build.version.security_patch=2016-07-01
ro.build.version.base_os=
ro.build.date=Fri Sep 9 18:32:23 CST 2016
ro.build.date.utc=1473417143
ro.build.type=user
ro.build.user=jenkins
ro.build.host=wuhjk0049cna
ro.build.flavor=NEXT-user
ro.product.model=NEXT
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=HUAWEI
ro.wifi.channels=
ro.board.platform=hi3650
# ro.build.product is obsolete; use ro.product.device
ro.build.product=hi3650
# Do not try to parse description, fingerprint, or thumbprint
#ro.build.description=deleted
#ro.build.fingerprint=deleted
ro.build.characteristics=default
ro.build.hide=false
ro.build.nohota=false
# end build properties
# begin huawei emui properties
# autogenerated by build_emui_info.sh
ro.build.hw_emui_api_level=10
# end huawei emui properties
#
# from device/hisi/hi3650/system.prop
#
ro.config.mmu_en=1
dalvik.vm.heapsize=512m
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=384m
dalvik.vm.heaptargetutilization=0.75
ro.opengles.version=196609
ro.sf.lcd_density=480
hw.lcd.density=480
persist.fw.force_adoptable=true
dalvik.vm.checkjni=false
ro.bt.bdaddr_path=/data/misc/bluedroid/macbt
ro.config.keypasstouser=true
ro.config.hw_navigationbar=true
ro.magic.api.version=0.1
persist.sys.jankenable=true
ro.hdmi.service=false
ro.product.platform.pseudonym=1ARB9CV
ro.hwui.texture_cache_size=48
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.layer_cache_size=48
ro.hwui.path_cache_size=32
ro.hwui.shape_cache_size=2
ro.hwui.drop_shadow_cache_size=6
ro.hwui.gradient_cache_size=1
ro.hwui.text_large_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_height=1024
ro.hwui.text_small_cache_width=1024
ro.hwui.r_buffer_cache_size=8
debug.hwui.render_dirty_regions=false
ro.config.hw_music_lp=true
ro.config.music_lp_vol=true
ro.tui.service=true
ro.vr_display.service=true
ro.bt.bdaddr_path=/data/misc/bluedroid/macbt
ro.connectivity.chiptype=Broadcom BCM43455
persist.media.offload.enable=true
persist.media.usbvoice.enable=true
persist.media.usbvoice.name=USB-Audio - HUAWEI GLASS
ro.config.hw_sensorhub=true
keyguard.no_require_sim=true
ro.sys.umsdirtyratio=2
build.hisi_perf_opt=true
use_sensorhub_labc=false
bastet.service.enable=true
sys.refresh.dirty=1
ro.config.hw_perfhub=true
ro.config.multi_task_enable=true
persist.sys.smart_power=2
debug.choreographer.skipwarning=15
ro.sys.fw.bservice_enable=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.carrier=unknown
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=6.0_r4
persist.sys.art.opt.enable=true
persist.sys.dalvik.vm.lib.2=libart
dalvik.vm.isa.arm64.variant=generic
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a15
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.expect.recovery_id=
ro.config.fm_type=libbcmfm_if
persist.radio.apm_sim_not_pwdn=1
persist.service.tm2.tofile=true
persist.sys.dualcards=true
ril.hw_modem0.rssi=-1
ril.hw_modem1.rssi=-1
ro.cellbroadcast.emergencyids=0-65534
ro.config.delay_send_signal=true
ro.config.hw_accesscontrol=true
ro.config.hw_disable_cops=true
ro.config.hw_ecclist_nocard=1+110,6+119,8+118
ro.config.hw_ecclist_withcard=1+110,6+119,8+118
ro.config.hw_globalEcc=true
ro.config.hw_useCtrlSocket=true
ro.config.updatelocation=true
ro.networkstatus.delaytimer=20
ro.ril.ecclist=112,911,#911,*911
ro.check.modem_network=true
ro.config.ipv4.mtu=1400
gsm.fastdormancy.mode=3
ro.config.hw_hotswap_on=true
ro.config.hw_student_mode_on=true
ro.config.hw_showTestInfo=true
ro.config.app_big_icon_size=161
ro.config.launcher_matchcard=0
ro.config.hwft_PinPukUnlockscr=true
ro.config.bg_call_twinking=true
ro.config.carkitmodenotif=true
ro.config.protocol_errors=false
ro.config.hw_sim2airplane=true
ro.config.support_ca=true
modify_ram_show=true
ro.config.colorTemperature_K3=true
ro.config.hw_glovemode_enabled=1
ro.config.readBtAddress=true
ro.config.show2846=true
ro.config.hw_enable_merge=true
ro.config.hw_gps_power_track=true
ro.config.hw_smartcardservice=true
ro.config.hw_subtitle_support=true
ro.config.hw_support_geofence=true
ro.config.hw_touchplus_enabled=false
ro.dual.sim.phone=true
ro.hwcamera.previeweffects=true
ro.config.lvm_mode=true
ro.config.wind_noise_supp=true
ro.config.virtual_hd_voice=true
ro.config.signalplus.tas=true
ro.config.signalplus.xpass=true
ro.config.linkplus.roaming=true
ro.config.linkplus.liveupdate=true
ro.config.hw_wifipro_enable=true
ro.config.signalplus.tas=true
ro.config.signalplus.xpass=true
ro.systemui.debug=true
ro.config.fp_navigation=true
ro.config.conn_diagnose=true
ro.cust.cdrom=/system/cdrom/autorun.iso
ro.hwcamera.use.videosize.1080p=true
ro.config.ringtone2=Huawei_Tune.ogg
ro.config.alarm_alert=Creamy.ogg
ro.config.notification_sound=Bongo.ogg
ro.config.finger_joint=true
ro.huawei.multiwindow=true
ro.config.mm_socket_ctrl=1
ro.config.hw_easywakeup=true
ro.config.marketing_name=HUAWEI Mate 8
ro.config.colorTemperature_3d=true
ro.config.google_smart_lock=true
audioril.lib=libhuawei-audio-ril.so
media.stagefright.use-awesome=false
ro.config.hw_dts=true
ro.config.hw_media_flags=3
ro.config.widevine_level3=true
drm.service.enabled=true
ro.config.audioEffectForRing=true
fw.max_users=4
fw.show_multiuserui=1
ro.com.google.clientidbase=android-huawei
ro.config.hw_allow_ums_and_mtp=true
ro.config.incall_notify_mms=true
ro.config.huawei_smallwindow=17,18,1064,1330
ro.config.enable_rms=true
ro.config.small_cover_size=_1047x1312
ro.sys.fw.bg_apps_limit=24
ro.com.android.mobiledata=true
ro.config.hw_power_saving=true
ro.build.hide.matchers=NXT;nxt;hi3650;huawei;mali-t880
ro.build.hide.replacements=X100;X100;X100;unknown;unknown;
ro.build.hide.settings=8;1.8 GHz;2.0GB;11.00 GB;16.00 GB;1080 x 720;4.4;3.10.30;3.0
ro.hwcamera.voicereg.threshold=38,31,-40
ro.hwcamera.BackSnapShotLimit=true
ro.config.small.previewpos=right
ro.config.DelaySwitchUserDlg=true
ro.product.brand=HUAWEI
ro.product.device=HWNXT
ro.build.tags=release-keys
ro.build.display.id=NXT-C00B368SP01
ro.build.version.incremental=C00B368SP01
ro.product.board=NXT
ro.product.name=NXT
ro.build.id=HUAWEINXT
ro.confg.hw_systemversion=NXT-C00B368SP01_SYSTEM
ro.config.hw_eyes_protection=7
Click to expand...
Click to collapse
lol... what is ro config.hw student mode on true ... it makes your homework for you or what?
I've found something better with Huawei Firmware Finder. This OTA package: VNS-L31C900B319-log, it only has the recovery in the update.app. This recovery supports wifi to download the original firmware.
update.hicloud.com:8180/TDS/data/files/p3/s15/G1305/g223/v61272/f1/full/update.zip
The most important part is:
ro.build.id=NRD90M
ro.build.version.incremental=eng.jenkin.20160910.101118
ro.build.version.sdk=24
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=7.0
So they are working on nougat for our p9 lite.
Here is the full default.prop:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
security.perf_harden=1
ro.adb.secure=1
ro.allow.mock.location=0
ro.debuggable=0
ro.zygote=zygote64_32
pm.dexopt.first-boot=interpret-only
pm.dexopt.boot=verify-profile
pm.dexopt.install=interpret-only
pm.dexopt.bg-dexopt=speed-profile
pm.dexopt.ab-ota=speed-profile
pm.dexopt.nsys-library=speed
pm.dexopt.shared-apk=speed
pm.dexopt.forced-dexopt=speed
pm.dexopt.core-app=speed
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
dalvik.vm.usejit=true
dalvik.vm.usejitprofiles=true
dalvik.vm.appimageformat=lz4
ro.magic.api.version=0.1
debug.atrace.tags.enableflags=0
persist.sys.usb.config=manufacture,adb
sys.usb.configfs=1
sys.usb.controller=hisi-usb-otg
#
# BOOTIMAGE_BUILD_PROPERTIES
#
ro.bootimage.build.date=Sat Sep 10 10:12:48 CST 2016
ro.bootimage.build.date.utc=1473473568
ro.bootimage.build.fingerprint=hi6250/hi6250/hi6250:7.0/NRD90M/jenkin09101011:user/test-keys
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=NRD90M
ro.build.version.incremental=eng.jenkin.20160910.101118
ro.build.version.sdk=24
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=7.0
ro.build.version.security_patch=2016-08-05
ro.build.version.base_os=
ro.build.date=Sat Sep 10 10:11:18 CST 2016
ro.build.date.utc=1473473478
ro.build.type=user
ro.build.user=jenkins
ro.build.host=huawei-105-59
ro.build.tags=test-keys
ro.build.flavor=hi6250-user
ro.product.model=HUAWEI
ro.product.brand=hi6250
ro.product.name=hi6250
ro.product.device=hi6250
ro.product.board=hi6250
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=unknown
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=hi6250
# ro.build.product is obsolete; use ro.product.device
ro.build.product=hi6250
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=hi6250-user 7.0 NRD90M eng.jenkin.20160910.101118 test-keys
ro.build.fingerprint=hi6250/hi6250/hi6250:7.0/NRD90M/jenkin09101011:user/test-keys
ro.build.characteristics=nosdcard
ro.build.hide=true
ro.hardware.alter=unknown
# end build properties
#
# from device/hisi/hi6250/system.prop
#
ro.config.mmu_en=1
dalvik.vm.heapsize=256m
ro.opengles.version=196610
ro.sf.lcd_density=480
hw.lcd.density=480
persist.fw.force_adoptable=true
dalvik.vm.checkjni=false
ro.bt.bdaddr_path=/data/misc/bluedroid/macbt
ro.config.hw_navigationbar=true
ro.hwui.texture_cache_size=48
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.layer_cache_size=32
ro.hwui.path_cache_size=16
ro.hwui.shape_cache_size=2
ro.hwui.drop_shadow_cache_size=6
ro.hwui.gradient_cache_size=1
ro.hwui.text_large_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_height=1024
ro.hwui.text_small_cache_width=1024
ro.hwui.r_buffer_cache_size=8
ro.hwui.fbo_cache_size=0
debug.hwui.render_dirty_regions=false
debug.hwui.enable_bp_cache=false
ro.config.hw_music_lp=true
ro.tui.service=true
persist.media.offload.enable=true
ro.config.hw_sensorhub=true
ro.hwcamera.sm.video_size=640x480
build.hisi_perf_opt=true
build.hisi_rot_ani_opt=false
ro.config.hw_perfhub=true
persist.video_player_opt = 1
persist.decode_bitmap_opt = 1
persist.touch_vsync_opt = 1
persist.partial_update_support = 1
persist.decode_bitmap_opt = 1
persist.rog_feature=1
ro.config.hw_vowifi=true
ro.config.callinwifi=100,6
ro.product.platform.pseudonym=1ARB9CV
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.carrier=unknown
ro.config.alarm_alert=Alarm_Classic.ogg
persist.sys.cpuset.enable=1
persist.sys.cpuset.subswitch=255
persist.sys.cpuset.fg_on=0-7
persist.sys.cpuset.bg_on=2-3
persist.sys.cpuset.keybg_on=2-3,7
persist.sys.cpuset.sysbg_on=0-3
persist.sys.cpuset.topapp_on=0-7
persist.sys.cpuset.fg_off=0-7
persist.sys.cpuset.bg_off=0-3
persist.sys.cpuset.keybg_off=0-3
persist.sys.cpuset.sysbg_off=0-3
persist.sys.cpuset.topapp_off=0-7
persist.sys.iaware.cpuenable=true
persist.sys.save.hmp.up=700
persist.sys.save.hmp.down=384
persist.sys.save.cpu.load.l=99
persist.sys.save.cpu.load.b=99
persist.sys.nosave.hmp.up=700
persist.sys.nosave.hmp.down=384
persist.sys.nosave.cpu.load.l=99
persist.sys.nosave.cpu.load.b=99
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=generic
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a15
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.confg.hw_recoveryversion=Dallas-Trunk_RECOVERY
Edit: Warning don't flash this file! See my other post bellow.
we need that beta... great find
Looks like they are working on the C900 and C432 cust versions.
From VERSION.mbn:
VNS-L31C900B319-log
VNS-L31C432B319-log
Edit: Tested the recovery. While the wifi feature is there it doesn't seem to work. And I've bricked my phone (doesn't let me flash anything) and it doesn't boot. Since it is bootloader is locked and the frp lock is enabled I most likely have to cough up money to use the dc-phoenix tool.
Edit 2: DO NOT FLASH THE UPDATE.app file (at least with a locked bootloader). It bricked my phone really bad. I'm now using dc-phoenix and it is flashing the phone (and I'm out 15€ so be careful). It bypasses the bootloader lock, it now shows unlocked even without inputting any code.
Edit 3: It managed to flash the B150 firmware but I cannot do a factory reset and the phone still hangs at boot. And I cannot flash using erecovery the original firmware (the bootloader shows again as locked). It appears that it is possible to completely bypass the bootloader security using dc-phoenix.
Edit 4: I've restored the C432 oeminfo using a hack, after the dc-phoneix temporally unlocks the bootloader I've unplugged the phone and closed dc-phoenix. With the boot loader still showing up as unlocked I've flashed the oeminfo using fastboot and the phone now properly factory resets and boots. It's still missing a few apps so I will reflash again the phone with the erecovery (and check if it works). Note: the bootloader locks again after rebooting.
Final Edit: The phone now flashes using erecovery. So I think that it is fixed.
Please bear this in mind before flashing beta firmwares with the locked boot loader.
It's possible you send to me the RECOVERY.IMG UNPACKED? i used BOOTIMG Extractor, but dont work...
BadWolfYe said:
It's possible you send to me the RECOVERY.IMG UNPACKED? i used BOOTIMG Extractor, but dont work...
Click to expand...
Click to collapse
This is recovery and recovery 2 https://mega.nz/#!cNl3UZJK!xv3wDTqLsNn9E9HpOvJJ0NDmaJChv5SieXgdPGJLvb8
edit: i read that wrong...my bad...not the right files
Using the tool bootimg_tools (bootimg_tools_7.8.13.zip) at http://forum.xda-developers.com/showthread.php?t=2319018 you can split the image and then unpack the ramdisk.
I had to manually unpack the ramdisk since it didn't automatically unpack it. Can't upload it since I'm not near my linux box (where the files are).
in all moment say's "android magic not found"
BadWolfYe said:
in all moment say's "android magic not found"
Click to expand...
Click to collapse
Did you use umkbootimg? The image is non standard either way.
If you remove the stuff before the header (till 0xFFF) using an hex editor you can unpack it with other tools.
In the beginning of the file it must read "ANDROID!". The tool you are using is expecting that "magic" to be right at the beginning of the file.
yep... thanks uncompressed sucess
king regards!!!!
Hey no problem, glad you managed to extract it. Have fun with it . As a side note this recovery has a battery indicator and does connect to wifi networks.
yep... but i need download de update.zip from this recovery, it's possible the optained update.zip Nougat Beta....
No tested, and dont time for test... but it's possible
for install the recovery WITHOUT lost BOOTLOADER UNLOCK... it's neccesary use FASBOOT, in BOOTLOADER MODE, it's neccesary use the command fastboot flash recovery2 recovery2.img
or for boot this recovery in primary mode: fastboot flash recovery recovery2.img
if anyone test and download the package please upload and send, dont flash the package for security reasons... only upload, i download and... post the "news"... after probe if secure for flash, i post the results...
Regards!
I've tried that. It fails to download any firmware package. Maybe with another oeminfo that will work?
possible with C900 oeminfo?
(i dont hive that, i only C432 oeminfo)

Categories

Resources