I-mobile IQ II Variant from Blu - Android One (Second-Generation) General

I seem to have a variant of the IQ II, called the Blu Life X LTE, but I'm not sure. When I plug it in to Ubuntu it comes up as Longcheer.
It seems to have almost the same specs, but has 8 gb rom and 8 mp camera (rear) 2mp (front)
I was wondering if anyone could help me figure out if I could flash a stock image of the IQ II. I haven't dabbled in Android since the Zte Racer 2nd gen (Gingerbread) lol, so I'm pretty much a newb.
Any help would be appreciated.
Here are some Pics https:// drive.google .com/folderview?id=0By6VsktM5nsnR3JKdmdBNV9NcEE&usp=sharing

So I've looked at all the threads and tested the twrp images using fastboot boot twrp2871_IQII.img, but it comes up as a garbled mess at the top of the screen. Any advice guys?

fastboot devices brings up
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Charger screen enabled: true
(bootloader) Display panel:
OKAY [ 0.025s]
finished. total time: 0.027s
and fastboot devices:
387aced8 fastboot
I'm not sure if I should try to flash twrp

question
When testing a recovery with fastboot boot, is the initial display what the end product would be? Tried cwm recovery, but had the same result as twrp the display is squished at the top at the screen, as if the whole gui resides in the status bar. I could make selections, because "reboot system now" was the only thing legible. Any ideas?

cyborg88 said:
When testing a recovery with fastboot boot, is the initial display what the end product would be.
@cyborg88, Hi, from your first post you mentioned Longcheer, So I think that indicates you have Snapdragon 410 soc in your device. I was trying to find your blu model in another selling website, Nearest I could see was model BLU life One (2015). It has Snapdragon 410 in it, 5 inch screen, 720 by 1280 pixels. 8gb rom 1gb ram, and also 16gb rom 2gb ram, , Seen some write ups about these models, some praiseing them , some not, Think they are made for USA markets,, Theres a model Blu life one X , it has 5.2 inch FHD screen, looks interesting at price, it has Mediatek soc, 6753 octa core, So I,m assumeing you have the first one I mentioned?, Anyway, cant help you on the trouble your having till maybe we know more about the model your using, or a friendly member reads these posts and possibly help you out, Good Luck.
Click to expand...
Click to collapse

Sockit2me said:
cyborg88 said:
When testing a recovery with fastboot boot, is the initial display what the end product would be.
@cyborg88, Hi, from your first post you mentioned Longcheer, So I think that indicates you have Snapdragon 410 soc in your device. I was trying to find your blu model in another selling website, Nearest I could see was model BLU life One (2015). It has Snapdragon 410 in it, 5 inch screen, 720 by 1280 pixels. 8gb rom 1gb ram, and also 16gb rom 2gb ram, , Seen some write ups about these models, some praiseing them , some not, Think they are made for USA markets,, Theres a model Blu life one X , it has 5.2 inch FHD screen, looks interesting at price, it has Mediatek soc, 6753 octa core, So I,m assumeing you have the first one I mentioned?, Anyway, cant help you on the trouble your having till maybe we know more about the model your using, or a friendly member reads these posts and possibly help you out, Good Luck.
Click to expand...
Click to collapse
I did post some pictures of the packaging, but it looks just like the I-mobile iq ii. it has the same specs as it also (64-bit Snapdragon 410 at 1.2ghz, 5" dsiplay 1280x720 same camera specs) but it comes with lollipop 5.0.1 and the internal memory is 8gb and it's not dual sim.
GSM bands are: 850, 1800, 1900, and 2100
3G UMTS: 850, 1700, 1900 ,2100
4G LTE 1700, 1900, 2600
Those are the only differences between the two, beside the blu logos.
As far as I can tell the recoveries seem to be a scaling issue but I have no idea where to go from here.
I have contacted Blu for the source code, but they always say to check their filezilla but my model isn't there.
The thing is that I'm not in the U.S.A it seems to be a phone released in Latin America only, specifically I'm from Costa Rica.
Here's the product page from provider http://www.grupoice.com/wps/portal/kolbi-blulifexlte
Click to expand...
Click to collapse

I hardly doubt, it will work without re-compiling TWRP for your device.
Might be a kernel issue, since a prebuilt kernel from I-mobile was used to compile TWRP.
Here is the source code from my first version of TWRP which you can modify for your device.
Do you have the stock "boot.img" or "recovery.img" from your device?
For just building TWRP, you don't need the source code.
PS: post one or two pictures from the "mess"

vel_tins said:
I hardly doubt, it will work without re-compiling TWRP for your device.
Might be a kernel issue, since a prebuilt kernel from I-mobile was used to compile TWRP.
Here is the source code from my first version of TWRP which you can modify for your device.
Do you have the stock "boot.img" or "recovery.img" from your device?
For just building TWRP, you don't need the source code.
PS: post one or two pictures from the "mess"
Click to expand...
Click to collapse
Pics:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/url][/IMG]
[/url][/IMG]
[/url][/IMG]
[/url][/IMG]
Booting twrp IQ II image
[/url][/IMG]
I don't have the stock boot or recovery images and I have no idea how to build twrp for my device. I'll look up some tutorials when I have the time. Thanks for the help so far.

Question
How do I compile twrp without source? I've read the tutorial on this site and apparently I do need source for the boardconfig.mk file. Also how do I copy the recovery log?

cyborg88 said:
How do I compile twrp without source? I've read the tutorial on this site and apparently I do need source for the boardconfig.mk file.
Click to expand...
Click to collapse
You will need the Cyanogenmod source code.
To compile TWRP, you can use a prebuilt kernel from your device.
That's the reason why I've asked if you have a boot or recovery.img
Also how do I copy the recovery log?
Click to expand...
Click to collapse
Boot into TWRP and than execute:
Code:
adb pull /tmp/recovery.log

vel_tins said:
You will need the Cyanogenmod source code.
To compile TWRP, you can use a prebuilt kernel from your device.
That's the reason why I've asked if you have a boot or recovery.img
Boot into TWRP and than execute:
Code:
adb pull /tmp/recovery.log
Click to expand...
Click to collapse
So I'm guessing that without the boot or recovery image there's nothing to be done? And also since the various TWRP images for the Android One Seed devices don't boot on my phone, it means it's not a variant?

[Question]
Well. I finally got the boot.img from the phone and the recovery.log. Would the info from the recovery give any indication whether I could flash a seed boot.img?
Here's the recovery
Code:
__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 (pid 186) on Thu Jan 1 00:03:17 1970
recovery filesystem table
=========================
0 /sdcard vfat /dev/block/mmcblk1p1 0
1 /system ext4 /dev/block/platform/7824900.sdhci/by-name/system 0
2 /cache ext4 /dev/block/platform/7824900.sdhci/by-name/cache 0
3 /data ext4 /dev/block/platform/7824900.sdhci/by-name/userdata 0
4 /oem ext4 /dev/block/platform/7824900.sdhci/by-name/oem 0
5 /boot emmc /dev/block/platform/7824900.sdhci/by-name/boot 0
6 /misc emmc /dev/block/platform/7824900.sdhci/by-name/misc 0
7 /recovery emmc /dev/block/platform/7824900.sdhci/by-name/recovery 0
8 /sbl1 emmc /dev/block/platform/7824900.sdhci/by-name/sbl1 0
9 /tz emmc /dev/block/platform/7824900.sdhci/by-name/tz 0
10 /rpm emmc /dev/block/platform/7824900.sdhci/by-name/rpm 0
11 /hyp emmc /dev/block/platform/7824900.sdhci/by-name/hyp 0
12 /aboot emmc /dev/block/platform/7824900.sdhci/by-name/aboot 0
13 /modem emmc /dev/block/platform/7824900.sdhci/by-name/modem 0
14 /tmp ramdisk ramdisk 0
locale is [es_ES]
stage is []
reason is [(null)]
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 0 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 16 .length = 8
framebuffer: 0 (480 x 854)
found frames = 7
installing_text: es_ES (405 x 33 @ 408)
erasing_text: es_ES (113 x 33 @ 408)
no_command_text: es_ES (152 x 33 @ 408)
error_text: es_ES (51 x 33 @ 408)
Command: "/sbin/recovery"
av.offload.enable=false
mm.enable.smoothstreaming=true
ro.fm.transmitter=false
ro.qc.sdk.audio.ssr=false
ro.qc.sdk.audio.fluencetype=fluence
ro.sf.lcd_density=240
ro.adb.secure=1
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.frp.pst=/dev/block/platform/7824900.sdhci/by-name/frp
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.mode=normal
ro.boot.console=ttyHSL0
ro.boot.baseband=msm
ro.boot.hardware=seed
ro.boot.serialno=387aced8
ro.boot.bootdevice=7824900.sdhci
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8916
ro.build.id=LUZ17E
ro.build.date=Fri Apr 24 21:07:53 UTC 2015
ro.build.date.utc=1429909673
ro.build.host=wpiu11.hot.corp.google.com
ro.build.tags=release-keys
ro.build.type=user
ro.build.user=android-build
ro.build.flavor=seed_l8150-user
ro.build.display.id=LUZ17E
ro.build.product=seed
ro.build.version.sdk=22
ro.build.version.release=5.1.1
ro.build.version.codename=REL
ro.build.version.incremental=1880970
ro.build.version.all_codenames=REL
ro.build.thumbprint=5.1.1/LUZ17E/1880970:user/release-keys
ro.build.description=seed_l8150-user 5.1.1 LUZ17E 1880970 release-keys
ro.build.characteristics=default
ro.error.receiver.system.apps=com.google.android.gms
ro.config.ringtone=Titania.ogg
ro.config.alarm_alert=Oxygen.ogg
ro.config.notification_sound=Tethys.ogg
ro.dalvik.vm.native.bridge=0
ro.secure=1
ro.vendor.extension_library=libqti-perfd-client.so
ro.zygote=zygote32
ro.carrier=unknown
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.board=msm8916
ro.product.brand=google
ro.product.locale.region=US
ro.product.locale.language=en
ro.baseband=msm
ro.bootmode=normal
ro.facelock.det_timeout=1500
ro.facelock.rec_timeout=2500
ro.facelock.est_max_time=600
ro.facelock.black_timeout=400
ro.facelock.lively_timeout=2500
ro.facelock.use_intro_anim=false
ro.hardware=seed
ro.opengles.version=196608
ro.qualcomm.cabl=2
ro.revision=0
ro.serialno=387aced8
ro.telephony.default_network=9
ro.bootloader=unknown
ro.debuggable=0
ro.factorytest=0
ro.setupwizard.enterprise_mode=1
ro.use_data_netmgrd=true
dev.pm.dyn_samplingrate=1
drm.service.enabled=true
mmp.enable.3g2=true
net.bt.name=Android
net.change=net.bt.name
ril.subscription.types=NV,RUIM
use.voice.path.for.pcm.voip=true
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
qemu.hw.mainkeys=0
rild.libargs=-d /dev/smd0
rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so
vidc.enc.narrow.searchrange=0
audio.offload.gapless.enabled=true
debug.sf.hw=1
debug.egl.hw=1
debug.mdpcomp.logs=0
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-http=true
media.stagefright.enable-scan=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-player=true
media.swhevccodectype=1
media.aac_51_output_enabled=true
dalvik.vm.isa.arm.features=default
dalvik.vm.heapsize=256m
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=512k
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.heaptargetutilization=0.75
camera2.portability.force_api=1
persist.hwc.mdpcomp.enable=true
persist.hwc.enable_vds=1
persist.sys.ssr.restart_level=modem
persist.sys.usb.config=mtp
persist.sys.dalvik.vm.lib.2=libart.so
persist.data.netmgrd.qos.enable=true
persist.demo.hdmirotationlock=false
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=
persist.audio.fluence.speaker=false
persist.audio.fluence.voicerec=false
persist.audio.fluence.voicecall=true
persist.debug.wfd.enable=1
persist.radio.rat_on=combine
persist.radio.default.sim=0
persist.radio.apm_sim_not_pwdn=1
persist.timed.enable=true
persist.fuse_sdcard=true
keyguard.no_require_sim=true
bluetooth.hfp.client=1
telephony.lteOnCdmaDevice=1
DEVICE_PROVISIONED=1
I:Saving locale "es_ES"

Do you have the kernel version? From the About Phone page. Or when booting, try running this after adb shell: cat proc/version

arvinquilao said:
Do you have the kernel version? From the About Phone page. Or when booting, try running this after adb shell: cat proc/version
Click to expand...
Click to collapse
Yeah. Apparently it's 5.0.2 (3.10.49-gf3173b-dirty [email protected] #4)
I couldn't use adb shell to pull anything. Kept saying location doesn't exist. So I had to root and use a file manager to copy boot.img and all the files I needed to my SD Card.
My mistake. Earlier I accidently flashed the twrp recovery image from the android one second generation tool in this forum and noticed that it changed the recovery file.
So here is the original:
Code:
__bionic_open_tzdata: couldn't find any tzdata when looking for America/New_York!
__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 (pid 176) on Thu Jan 1 06:31:21 1970
recovery filesystem table
=========================
0 /system ext4 /dev/block/bootdevice/by-name/system 0
1 /cache ext4 /dev/block/bootdevice/by-name/cache 0
2 /data ext4 /dev/block/bootdevice/by-name/userdata 0
3 /sdcard vfat /dev/block/mmcblk1p1 0
4 /boot emmc /dev/block/bootdevice/by-name/boot 0
5 /recovery emmc /dev/block/bootdevice/by-name/recovery 0
6 /misc emmc /dev/block/bootdevice/by-name/misc 0
7 /hyp emmc /dev/block/bootdevice/by-name/hyp 0
8 /fota emmc /dev/block/bootdevice/by-name/fota 0
9 /persist ext4 /dev/block/bootdevice/by-name/persist 0
10 /splash emmc /dev/block/bootdevice/by-name/splash 0
11 /firmware emmc /dev/block/bootdevice/by-name/modem 0
12 /sbl1 emmc /dev/block/bootdevice/by-name/sbl1 0
13 /aboot emmc /dev/block/bootdevice/by-name/aboot 0
14 /rpm emmc /dev/block/bootdevice/by-name/rpm 0
15 /tz emmc /dev/block/bootdevice/by-name/tz 0
16 /tmp ramdisk ramdisk 0
E:record boot information message
""
locale is [es_ES]
stage is []
reason is [(null)]
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 0 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 16 .length = 8
framebuffer: 0 (720 x 1280)
found frames = 7
installing_text: es_ES (616 x 49 @ 600)
erasing_text: es_ES (172 x 49 @ 600)
no_command_text: es_ES (232 x 49 @ 600)
error_text: es_ES (78 x 49 @ 600)
Command: "/sbin/recovery"
av.offload.enable=false
mm.enable.qcom_parser=3276799
mm.enable.smoothstreaming=true
ro.fm.transmitter=false
ro.qc.sdk.audio.ssr=false
ro.qc.sdk.audio.fluencetype=fluence
ro.sf.lcd_density=320
ro.adb.secure=1
ro.blu.fota.version=BLU_L0000UU_V20_ICE_5.0.2_20151014-1348
ro.blu.product=LIFE X LTE ICE
ro.com.google.gmsversion=5.0_r3
ro.com.android.mobiledata=true
ro.com.android.dataroaming=true
ro.gps.agps_provider=1
ro.pip.gated=0
ro.sys.fw.empty_app_percent=50
ro.sys.fw.use_trim_settings=true
ro.sys.fw.trim_cache_percent=100
ro.sys.fw.trim_empty_percent=100
ro.sys.fw.trim_enable_memory=1073741824
ro.sys.usb.default.config=diag,serial_smd,serial_tty,mass_storage,adb
ro.boot.emmc=true
ro.boot.console=ttyHSL0
ro.boot.baseband=msm
ro.boot.hardware=qcom
ro.boot.serialno=387aced8
ro.boot.bootdevice=7824900.sdhci
ro.fota.oem=longcheer8939_L
ro.fota.type=phone
ro.fota.device=LIFE X LTE ICE
ro.fota.version=BLU_L0000UU_V20_ICE_5.0.2_20151014-1348
ro.fota.version.display=BLU_L0000UU_V20_GENERIC 17-08-2015 14:04
ro.fota.platform=MSM8939_L
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8916
ro.build.gy.id=
ro.build.id=LRX22G
ro.build.lt.id=LLDYL02
ro.build.date=Wed Oct 14 13:55:40 CST 2015
ro.build.date.utc=1444802140
ro.build.host=ubuntu116
ro.build.tags=release-keys
ro.build.type=user
ro.build.user=ubuntu
ro.build.wifi.brand=atheros
ro.build.water.mark=
ro.build.custom.internal.id=BLU_L0000UU_V20_GENERIC 14-10-2015 13:48
ro.build.custom.internal.name=BLU
ro.build.device.name=BLU LIFE X LTE
ro.build.device.black.ui=black
ro.build.device.ninur=64687
ro.build.display.id=BLU_L0000UU_V20_GENERIC 17-08-2015 14:04
ro.build.display.hardware=60
ro.build.network.type=wcdma_gsm
ro.build.product=
ro.build.version.sdk=21
ro.build.version.release=5.0.2
ro.build.version.codename=REL
ro.build.version.external=LLDYL03.1.9_M013
ro.build.version.internal=LLDYL03_Post-CS4_2.0.41.1_T19C1014_A
ro.build.version.incremental=BLU_L0000UU_V20_GENERIC 17-08-2015 14:04
ro.build.version.all_codenames=REL
ro.build.dulemode=
ro.build.hardware.platform=l8152_pcb
ro.build.internal.type=NORMAL
ro.build.operator.name=
ro.build.bluetooth.brand=qualcomm
ro.build.extstorage.type=EMMC_SDCARD
ro.build.ideafriend.need=
ro.build.accelerator.brand=rpi1040
ro.build.coolpadgene.need=
ro.build.description=msm8916_32-user 5.0.2 LRX22G 367 release-keys
ro.build.fingerprint=BLU/BLU_LIFE_X_LTE/BLU_LIFE_X_LTE:5.0.2/LRX22G/1444802078:user/release-keys
ro.build.phonenumber.minmatch=7
ro.build.characteristics=default
ro.config.ringtone=KBI_sound.mp3
ro.config.ringtone_2=KBI_sound.mp3
ro.config.alarm_alert=alarm_clock_2.mp3
ro.config.notification_sound=BLU_Message3.mp3
ro.config.notification_sound_2=BLU_Message3.mp3
ro.dalvik.vm.native.bridge=0
ro.secure=1
ro.vendor.extension_library=libqti-perfd-client.so
ro.zygote=zygote32
ro.carrier=unknown
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.ota.model=BLU LIFE X LTE
ro.product.name=BLU LIFE X LTE
ro.product.board=msm8916
ro.product.brand=BLU
ro.product.model=BLU LIFE X LTE
ro.product.device=BLU_LIFE_X_LTE
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.target=msm8916_32
ro.product.manufacturer=BLU
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=qcom
ro.hardware.version=60
ro.opengles.version=196608
ro.qualcomm.cabl=2
ro.revision=0
ro.serialno=387aced8
ro.telephony.default_network=5
ro.tigerwolf=1
ro.bootloader=unknown
ro.debuggable=0
ro.factorytest=0
ro.setupwizard.mode=OPTIONAL
ro.use_data_netmgrd=true
dev.pm.dyn_samplingrate=1
mmp.enable.3g2=true
net.bt.name=Android
net.change=net.bt.name
ril.subscription.types=NV,RUIM
use.voice.path.for.pcm.voip=true
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
rild.libargs=-d /dev/smd0
rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so
vidc.enc.narrow.searchrange=0
audio.dolby.ds2.enabled=true
audio.offload.min.duration.secs=30
audio.offload.buffer.size.kb=240
audio.offload.gapless.enabled=true
debug.sf.hw=1
debug.egl.hw=1
debug.enable.sglscale=1
debug.mdpcomp.logs=0
media.msm8929hw=0
media.msm8939hw=0
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-http=true
media.stagefright.enable-scan=true
media.stagefright.use-awesome=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-player=true
media.aac_51_output_enabled=true
voice.voip.conc.disabled=true
voice.record.conc.disabled=true
voice.playback.conc.disabled=true
dalvik.vm.isa.arm.features=div
dalvik.vm.heapsize=256m
dalvik.vm.dex2oat-Xms=64m
dalvik.vm.dex2oat-Xmx=512m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=6m
dalvik.vm.heapstartsize=14m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.image-dex2oat-Xms=64m
dalvik.vm.image-dex2oat-Xmx=64m
dalvik.vm.heaptargetutilization=0.75
tunnel.audio.encode=false
camera2.portability.force_api=1
persist.cne.feature=1
persist.env.spec=Default
persist.env.contacts.autosync=true
persist.gps.qc_nlp_in_use=1
persist.hwc.mdpcomp.enable=true
persist.hwc.enable_vds=1
persist.loc.nlp_name=com.qualcomm.location
persist.sys.fm=qn8035
persist.sys.usb.config=diag,serial_smd,serial_tty,mass_storage,adb
persist.sys.emmc=/storage/sdcard0
persist.sys.dalvik.vm.lib.2=libart.so
persist.sys.country=ES
persist.sys.language=es
persist.sys.timezone=America/New_York
persist.sys.strictmode.visual=false
persist.sys.strictmode.disable=true
persist.sys.switch_storage=emmc,0
persist.sys.isUsbOtgEnabled=true
persist.usb.serialno=1234567890ABCDEF
persist.data.netmgrd.qos.enable=true
persist.demo.hdmirotationlock=false
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=
persist.audio.fluence.speaker=false
persist.audio.fluence.voicerec=false
persist.audio.fluence.voicecall=true
persist.debug.wfd.enable=1
persist.debug.coresight.config=stm-events
persist.radio.rat_on=combine
persist.radio.multisim.config=ssss
persist.radio.network_feature=6
persist.radio.apm_sim_not_pwdn=1
persist.timed.enable=true
persist.service.logd.enable=0
persist.service.cdrom.enable=1
persist.multisim.config=ssss
persist.fuse_sdcard=true
keyguard.no_require_sim=true
bluetooth.hfp.client=1
telephony.lteOnCdmaDevice=1
DEVICE_PROVISIONED=1
I:No .zip file in sdcard.
I:Saving locale "es_ES"
-- Wiping cache...
Formatting /cache...
Creating filesystem with parameters:
Size: 1073725440
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 4095
Label:
Blocks: 262140
Block groups: 8
Reserved block group size: 63
Created filesystem with 11/65536 inodes and 8535/262140 blocks
Cache wipe complete.
I:Saving locale "es_ES"
I:Saving locale "es_ES"
So now I have a glitched recovery I can't even use but my phone still works and everything.

fstab and build.prop
fstab:
Code:
# Android fstab file.
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
#TODO: Add 'check' as fs_mgr_flags with data partition.
# Currently we dont have e2fsck compiled. So fs check would failed.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check,encryptable=footer
/devices/soc.0/7864900.sdhci/mmc_host /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,noemulatedsd
/devices/soc.0/78b7000.spi/spi_master/spi0/spi0.0 /storage/uicc0 vfat nosuid,nodev wait,voldmanaged=uicc0:auto
/devices/soc.0/78b7000.spi/spi_master/spi0/spi0.0 /storage/uicc1 vfat nosuid,nodev wait,voldmanaged=uicc1:auto
/devices/msm_smsc_hub/msm_hsic_host /storage/uicc1 vfat nosuid,nodev wait,voldmanaged=uicc1:auto
/devices/platform/msm_hsusb /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
/devices/soc.0/79c0000.qcom,ehci-host /storage/uicc0 vfat nosuid,nodev wait,voldmanaged=uicc0:auto
/devices/soc.0/79c0000.qcom,ehci-host /storage/uicc1 vfat nosuid,nodev wait,voldmanaged=uicc1:auto
/dev/block/zram0 none swap defaults zramsize=536870912
and heres the build.prop:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LRX22G
ro.build.display.id=BLU_L0000UU_V20_GENERIC 17-08-2015 14:04
ro.build.custom.internal.id=BLU_L0000UU_V20_GENERIC 14-10-2015 13:48
ro.build.custom.internal.name=BLU
ro.build.version.incremental=BLU_L0000UU_V20_GENERIC 17-08-2015 14:04
ro.build.version.sdk=21
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.0.2
ro.build.version.internal=LLDYL03_Post-CS4_2.0.41.1_T19C1014_A
ro.build.version.external=LLDYL03.1.9_M013
ro.build.display.hardware=60
ro.build.accelerator.brand=rpi1040
ro.build.hardware.platform=l8152_pcb
ro.build.wifi.brand=atheros
ro.build.ideafriend.need=
ro.build.coolpadgene.need=
ro.build.lt.id=LLDYL02
ro.build.internal.type=NORMAL
ro.build.operator.name=
ro.build.device.name=BLU LIFE X LTE
ro.build.device.black.ui=black
ro.build.bluetooth.brand=qualcomm
ro.build.extstorage.type=EMMC_SDCARD
ro.build.gy.id=
ro.build.date=Wed Oct 14 13:55:40 CST 2015
ro.build.date.utc=1444802140
ro.build.type=user
ro.build.user=ubuntu
ro.build.host=ubuntu116
ro.build.tags=release-keys
ro.product.model=BLU LIFE X LTE
ro.product.ota.model=BLU LIFE X LTE
ro.product.brand=BLU
ro.product.name=BLU LIFE X LTE
ro.product.device=BLU_LIFE_X_LTE
ro.product.board=msm8916
ro.product.target=msm8916_32
# 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=BLU
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8916
persist.sys.fm=qn8035
# ro.build.product is obsolete; use ro.product.device
ro.build.product=
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=msm8916_32-user 5.0.2 LRX22G 367 release-keys
ro.build.fingerprint=BLU/BLU_LIFE_X_LTE/BLU_LIFE_X_LTE:5.0.2/LRX22G/1444802078:user/release-keys
ro.build.characteristics=default
ro.build.phonenumber.minmatch=7
ro.build.network.type=wcdma_gsm
ro.build.water.mark=
ro.build.dulemode=
ro.hardware.version=60
ro.blu.product=LIFE X LTE ICE
ro.blu.fota.version=BLU_L0000UU_V20_ICE_5.0.2_20151014-1348
# end build properties
#
# from device/qcom/msm8916_32/system.prop
#
#
# system.prop for msm8916
#
#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=
persist.radio.rat_on=combine
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
# Start in cdma mode
ro.telephony.default_network=5
debug.sf.hw=1
debug.egl.hw=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
debug.enable.sglscale=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
media.msm8939hw=0
media.msm8929hw=0
mm.enable.smoothstreaming=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS FLAC
mm.enable.qcom_parser=3276799
# Default to AwesomePlayer
media.stagefright.use-awesome=true
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=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=2
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=1
#
# System props for bluetooh
# System prop to turn on hfp client
bluetooth.hfp.client=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
persist.sys.strictmode.visual=false
persist.sys.strictmode.disable=true
#
#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 msm8916
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=240
#Minimum duration for offload playback in secs
audio.offload.min.duration.secs=30
#Enable 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
#
#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
#Set composition for USB
persist.sys.usb.config=diag,serial_smd,serial_tty,mass_storage,adb
#Set read only default composition for USB
ro.sys.usb.default.config=diag,serial_smd,serial_tty,mass_storage,adb
#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
#selects CoreSight configuration to enable
persist.debug.coresight.config=stm-events
#property to enable narrow search range for video encoding
vidc.enc.narrow.searchrange=1
#property to enable DS2 dap
audio.dolby.ds2.enabled=true
#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
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapminfree=6m
dalvik.vm.heapstartsize=14m
keyguard.no_require_sim=true
ro.com.android.dataroaming=true
ro.carrier=unknown
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.apm_sim_not_pwdn=1
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapmaxfree=8m
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=5.0_r3
persist.sys.language=es
persist.sys.country=ES
persist.sys.timezone=America/New_York
ro.config.ringtone=KBI_sound.mp3
ro.config.ringtone_2=KBI_sound.mp3
ro.config.alarm_alert=alarm_clock_2.mp3
ro.config.notification_sound=BLU_Message3.mp3
ro.config.notification_sound_2=BLU_Message3.mp3
ro.sf.lcd_density=320
persist.service.logd.enable=0
persist.service.cdrom.enable=1
persist.usb.serialno=1234567890ABCDEF
persist.multisim.config=ssss
persist.radio.multisim.config=ssss
persist.radio.network_feature=6
ro.com.android.mobiledata=true
persist.env.contacts.autosync=true
persist.sys.emmc=/storage/sdcard0
persist.sys.switch_storage=emmc,0
persist.sys.isUsbOtgEnabled=true
ro.build.device.ninur=64687
persist.env.spec=Default
ro.qc.sdk.audio.fluencetype=rfecns
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=false
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
# begin fota properties
ro.fota.platform=MSM8939_L
ro.fota.type=phone
ro.fota.oem=longcheer8939_L
ro.fota.device=LIFE X LTE ICE
ro.fota.version=BLU_L0000UU_V20_ICE_5.0.2_20151014-1348
ro.fota.version.display=BLU_L0000UU_V20_GENERIC 17-08-2015 14:04
# end fota properties
So what do you guys tthink?

cyborg88 said:
17-08-2015 14:04
So what do you guys tthink?
Click to expand...
Click to collapse
Seed shipped with 5.1.1, and it's difficult to trace the kernel changes made on your device since it was modified and compiled with uncommitted changes (the "dirty" suffix).
So I won't suggest flashing Seed files yet, better contact someone from Longcheer to confirm. Good luck.

Ok. Thanks for the feed back. It's greatly appreciated.

Compiling
vel_tins said:
You will need the Cyanogenmod source code.
To compile TWRP, you can use a prebuilt kernel from your device.
That's the reason why I've asked if you have a boot or recovery.img
Boot into TWRP and than execute:
Code:
adb pull /tmp/recovery.log
Click to expand...
Click to collapse
How would I go about compiling twrp using your source and a boot.img? Should I follow this thread?
http://forum.xda-developers.com/showthread.php?t=1943625

cyborg88 said:
So here is the original:
Code:
ro.build.hardware.platform=l8152_pcb
ro.build.fingerprint=BLU/BLU_LIFE_X_LTE/BLU_LIFE_X_LTE:5.0.2/LRX22G/1444802078:user/release-keys
Click to expand...
Click to collapse
cyborg88 said:
and heres the build.prop:
Code:
ro.build.hardware.platform=l8152_pcb
ro.build.device.name=BLU LIFE X LTE
ro.product.model=BLU LIFE X LTE
ro.product.ota.model=BLU LIFE X LTE
ro.product.brand=BLU
ro.product.name=BLU LIFE X LTE
ro.product.device=BLU_LIFE_X_LTE
ro.fota.device=LIFE X LTE ICE
ro.fota.version=BLU_L0000UU_V20_ICE_5.0.2_20151014-1348
ro.fota.version.display=BLU_L0000UU_V20_GENERIC 17-08-2015 14:04
So what do you guys tthink?
Click to expand...
Click to collapse
It's a different phone: the BLU LIFE X LTE is based on the Longcheer L8152, not L8150:
Ethan
‏@parrotgeek1
@ClevrPwn Blu Vivo LTE's ro.product.board=l8152_longcheer
and the LongCheer L8150 is 2nd gen Android One
11:05 PM - 8 Sep 2015
Click to expand...
Click to collapse
https://twitter.com/parrotgeek1/status/641371702711070721

dabotsonline said:
It's a different phone: the BLU LIFE X LTE is based on the Longcheer L8152, not L8150:
https://twitter.com/parrotgeek1/status/641371702711070721
Click to expand...
Click to collapse
Wow. How did I miss that?! Well I guess that answers my question. Thanks.

Related

Any rom for lg l90 d400

ANY CUSTOM ROM?
I HAVE THE VERSION D400 OF THIS MODEL
n0d said:
ANY CUSTOM ROM?
I HAVE THE VERSION D400hn OF THIS MODEL
Click to expand...
Click to collapse
Sorry,Currently Custom ROM for L90 is available for the D410 Model only.
And D405N, D415... Not only for D410.
All custom ROMs "work" on every model so far. Not sure about the D400 or not, but it wouldn't hurt to try
n0d said:
ANY CUSTOM ROM?
I HAVE THE VERSION D400hn OF THIS MODEL
Click to expand...
Click to collapse
you using THIS one ????
i see no reason why not... maybe you have to do some small changes....
BUT like Ilxaot sayd....
All custom ROMs "work" on every model so far. Not sure about the D400 or not, but it wouldn't hurt to try
when you are on a custom recovery and have a full Backup, why not... it should work.,.....
@n0d
pull build.prop from your device and see if product name says w7 then may be it will work.
or attach build.prop here we will see what we can do.
HERE
k2wl said:
@n0d
pull build.prop from your device and see if product name says w7 then may be it will work.
or attach build.prop here we will see what we can do.
Click to expand...
Click to collapse
HERE!!!! HELP ME PLEASE SORRY FOR MY BAD ENGLISH :laugh::laugh::laugh::laugh::laugh:
HTML:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49I.V10a
ro.build.display.id=KOT49I.V10a
ro.build.version.incremental=1398486791
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Sat Apr 26 01:41:27 BRT 2014
ro.build.date.utc=1398487287
ro.build.type=user
ro.build.user=elisandro.vidotto
ro.build.host=lgmccm11-sp
ro.build.tags=release-keys
ro.product.model=LG-D400
ro.product.brand=lge
ro.product.name=w7_global_sca
ro.product.device=w7
ro.product.board=MSM8226
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=LGE
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=msm8226
# ro.build.product is obsolete; use ro.product.device
ro.build.product=w7
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=w7_global_sca-user 4.4.2 KOT49I.V10a 1398486791 release-keys
ro.build.fingerprint=lge/w7_global_sca/w7:4.4.2/KOT49I.V10a/1398486791:user/release-keys
ro.build.characteristics=default
# end build properties
#
# from device/lge/w7/system.prop
#
#
# system.prop for w7
#
# Use reference RIL for initial bringup
#rild.libpath=/system/lib/libreference-ril.so
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
persist.radio.msgtunnel.start=false
# Start in cdma mode
#
# system props for the cne module
#
persist.cne.feature=1
# Skip /sys/power/wait_for_fb_* nodes and
# force FB to be always on
debug.sf.fb_always_on=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
ro.hdmi.enable=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
mm.enable.smoothstreaming=true
#9273 is decimal sum of supported codecs in AAL
#codecs:(PARSER_)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
#2013-08-31 [email protected] LGP_DATA_TEMPORARY_PATCH_FOR_KK_APP_TEST[START]
#persist.data.netmgrd.qos.enable=true
persist.data.netmgrd.qos.enable=false
#2013-08-31 [email protected] LGP_DATA_TEMPORARY_PATCH_FOR_KK_APP_TEST[END]
#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 props for telephony
# System prop to turn on CdmaLTEPhone always
# LGE_CHANGE_S [email protected] 2013-08-14 turn off CdmaLTEPhone for W7
telephony.lteOnCdmaDevice=0
# simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
# Voice Clarity feature
persist.audio.voice.clarity=none
##fluencetype can be "fluence" or "fluencepro" or "none"
#DO NOT Modify [W7_TMUS], If You Need, redefine in your model.mk
#ro.qc.sdk.audio.fluencetype=none
#persist.audio.fluence.voicecall=false
persist.audio.fluence.voicerec=false
#persist.audio.fluence.speaker=false
# Reduce Background apps limit
ro.sys.fw.bg_apps_limit=20
# Enable/disable cabl
ro.qualcomm.cabl=0
# 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.kbytes=32
#Enable offload audio video playback by default
av.offload.enable=false
# system props for telephony framework
# LGE_CHANGE_S, [SMS_Patch_0001][[email protected]][EU,OPEN,NA,AS], 2013-01-22, encode/decode base [
persist.gsm.sms.forcegsm7=1
# LGE_CHANGE_E, [SMS_Patch_0001][[email protected]][EU,OPEN,NA,AS], 2013-01-22, encode/decode Base ]
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-01-22, Wifi Bring Up
# reserved wifi related property
dhcp.ap.macaddress=
dhcp.wlan0.dns1=
dhcp.wlan0.dns2=
dhcp.wlan0.dns3=
dhcp.wlan0.dns4=
dhcp.wlan0.gateway=
dhcp.wlan0.ipaddress=
dhcp.wlan0.leasetime=
dhcp.wlan0.mask=
dhcp.wlan0.pid=
dhcp.wlan0.reason=
dhcp.wlan0.result=
dhcp.wlan0.server=
dhcp.wlan0.vendorInfo=
init.svc.dhcpcd_wlan0=
init.svc.p2p_supplicant=
init.svc.iprenew_wlan0=
net.dns1=
net.dns2=
net.dnschange=
net.wlan0.dns1=
net.wlan0.dns2=
wlan.driver.status=
persist.sys.security=
persist.sys.hotssid.ksc5601=
wifi.lge.autochannel=
wlan.driver.firmware=
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-01-22, Wifi Bring Up
# Modem Logging
persist.service.mdlog.enable=0
# Define Front key LED feature
lge.hw.frontkeyled=false
# system props for LockScreen
keyguard.no_require_sim=true
# system props for LockScreen
#
# ADDITIONAL_BUILD_PROPERTIES
#
log.tag.GpsLocationProvider=DEBUG
log.tag.LocationManagerService=DEBUG
log.tag.NlpProxy=DEBUG
log.tag.LocSvc_java=DEBUG
ro.build.target_operator=GLOBAL
ro.build.target_country=SCA
ro.lge.swversion=D40010a
ro.lge.swversion_short=V10a
ro.lge.swversion_rev=1
ro.lge.factoryversion=LGD400AT-00-V10a-GLOBAL-SCA-APR-26-2014+1
ro.lge.lcd_default_brightness=161
ime_vibration_pattern=0:30
bluetooth.chip.vendor=qcom
bluetooth.pan=true
persist.service.bt.support.sap=true
service.bt.support.busytone=true
ro.config.ringtone=01_Lifes_Good_VBC.ogg
ro.config.notification_sound=Crystal.ogg
ro.config.alarm_alert=Lifes_Good_Alarm.ogg
ro.config.timer_alert=Timer.ogg
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=false
persist.audio.fluence.speaker=false
ro.config.vc_call_vol_steps=6
ro.config.vc_call_vol_default=3
ro.lge.bt_gain_control_factor=0.95
ro.lge.fm_gain_control_factor=0.53
ro.com.google.gmsversion=4.4.2_r1
ro.setupwizard.mode=DISABLED
ro.livewallpaper.map=DISABLED
ro.com.google.apphider=on
ro.sdcrypto.syscall=378
ro.opengles.version=131072
ro.sf.lcd_density=240
wlan.chip.vendor=qcom
wlan.chip.version=wcn
wifi.lge.patch=true
dhcp.dlna.using=false
wifi.lge.sleeppolicy=0
wifi.lge.offdelay=false
wlan.lge.concurrency=MCC
wlan.lge.supportsimaka=YES
wifi.lge.hanglessid=false
drm.service.enabled=true
ro.lge.audio_soundexception=true
ro.lge.audio_soundprofile=true
net.tethering.noprovisioning=true
persist.lg.data.fd=-1
persist.qcril.disable_retry=true
persist.service.crash.enable=0
audio.offload.disable=0
lge.normalizer.param=Version2/true/7.0/true/12000/1.0/4000/0.55
ro.qualcomm.sensors.qmd=false
ro.qc.sdk.sensors.gestures=true
ro.qualcomm.sensors.pedometer=false
ro.qc.sensors.step_detector=true
ro.qc.sensors.step_counter=true
ro.qualcomm.sensors.pam=true
ro.qualcomm.sensors.scrn_ortn=true
ro.qualcomm.sensors.smd=true
ro.qualcomm.sensors.game_rv=false
ro.qualcomm.sensors.georv=true
ro.qc.sensors.smgr_mag_cal_en=false
ro.qc.sensors.max_grav_no_gyro=50
ro.qc.sensors.max_geomag_rotvec=50
debug.qualcomm.sns.hal=d
debug.qualcomm.sns.daemon=w
debug.qualcomm.sns.libsensor1=w
persist.sys.ssr.restart_level=3
persist.sys.strictmode.disable=true
persist.sys.logkit.ctrlcode=0
ro.lge.irrc.type=sw
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.carrier=unknown
dalvik.vm.heaptargetutilization=0.25
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=256m
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
lge.signed_image=true
ro.lge.lcd_auto_brightness_mode=false
ro.lge.capp_ZDi_O=true
lge.zdi.actionsend=false
lge.zdi.onactivityresult=true
lge.zdi.dragdropintent=false
ro.lge.capp_almond=true
ro.lge.capp_smartcard_ac_gp=true
ro.lge.capp_smartcard_ac_gto=false
ro.lge.capp_smartcard_lgril=false
ro.lge.capp_smartcard_uicc=true
ro.lge.capp_smartcard_smartmx=false
ro.lge.qslide.max_window=2
ro.lge.capp_cupss.rootdir=/cust
persist.data.sbp.update=0
ro.telephony.default_network=0
telephony.lteOnCdmaDevice=0
persist.radio.rat_on=legacy
ro.build.sbp=1
ro.lge.custLanguageSet=true
ro.lge.dataprotect=1
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=1
ro.qc.sdk.izat.service_mask=0x0
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
n0d said:
HERE!!!! HELP ME PLEASE SORRY FOR MY BAD ENGLISH :laugh::laugh::laugh::laugh::laugh:
HTML:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49I.V10a
ro.build.display.id=KOT49I.V10a
ro.build.version.incremental=1398486791
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Sat Apr 26 01:41:27 BRT 2014
ro.build.date.utc=1398487287
ro.build.type=user
ro.build.user=elisandro.vidotto
ro.build.host=lgmccm11-sp
ro.build.tags=release-keys
ro.product.model=LG-D400
ro.product.brand=lge
ro.product.name=w7_global_sca
ro.product.device=w7
ro.product.board=MSM8226
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=LGE
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=msm8226
# ro.build.product is obsolete; use ro.product.device
ro.build.product=w7
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=w7_global_sca-user 4.4.2 KOT49I.V10a 1398486791 release-keys
ro.build.fingerprint=lge/w7_global_sca/w7:4.4.2/KOT49I.V10a/1398486791:user/release-keys
ro.build.characteristics=default
# end build properties
#
# from device/lge/w7/system.prop
#
#
# system.prop for w7
#
# Use reference RIL for initial bringup
#rild.libpath=/system/lib/libreference-ril.so
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
persist.radio.msgtunnel.start=false
# Start in cdma mode
#
# system props for the cne module
#
persist.cne.feature=1
# Skip /sys/power/wait_for_fb_* nodes and
# force FB to be always on
debug.sf.fb_always_on=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
ro.hdmi.enable=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
mm.enable.smoothstreaming=true
#9273 is decimal sum of supported codecs in AAL
#codecs:(PARSER_)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
#2013-08-31 [email protected] LGP_DATA_TEMPORARY_PATCH_FOR_KK_APP_TEST[START]
#persist.data.netmgrd.qos.enable=true
persist.data.netmgrd.qos.enable=false
#2013-08-31 [email protected] LGP_DATA_TEMPORARY_PATCH_FOR_KK_APP_TEST[END]
#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 props for telephony
# System prop to turn on CdmaLTEPhone always
# LGE_CHANGE_S [email protected] 2013-08-14 turn off CdmaLTEPhone for W7
telephony.lteOnCdmaDevice=0
# simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
# Voice Clarity feature
persist.audio.voice.clarity=none
##fluencetype can be "fluence" or "fluencepro" or "none"
#DO NOT Modify [W7_TMUS], If You Need, redefine in your model.mk
#ro.qc.sdk.audio.fluencetype=none
#persist.audio.fluence.voicecall=false
persist.audio.fluence.voicerec=false
#persist.audio.fluence.speaker=false
# Reduce Background apps limit
ro.sys.fw.bg_apps_limit=20
# Enable/disable cabl
ro.qualcomm.cabl=0
# 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.kbytes=32
#Enable offload audio video playback by default
av.offload.enable=false
# system props for telephony framework
# LGE_CHANGE_S, [SMS_Patch_0001][[email protected]][EU,OPEN,NA,AS], 2013-01-22, encode/decode base [
persist.gsm.sms.forcegsm7=1
# LGE_CHANGE_E, [SMS_Patch_0001][[email protected]][EU,OPEN,NA,AS], 2013-01-22, encode/decode Base ]
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-01-22, Wifi Bring Up
# reserved wifi related property
dhcp.ap.macaddress=
dhcp.wlan0.dns1=
dhcp.wlan0.dns2=
dhcp.wlan0.dns3=
dhcp.wlan0.dns4=
dhcp.wlan0.gateway=
dhcp.wlan0.ipaddress=
dhcp.wlan0.leasetime=
dhcp.wlan0.mask=
dhcp.wlan0.pid=
dhcp.wlan0.reason=
dhcp.wlan0.result=
dhcp.wlan0.server=
dhcp.wlan0.vendorInfo=
init.svc.dhcpcd_wlan0=
init.svc.p2p_supplicant=
init.svc.iprenew_wlan0=
net.dns1=
net.dns2=
net.dnschange=
net.wlan0.dns1=
net.wlan0.dns2=
wlan.driver.status=
persist.sys.security=
persist.sys.hotssid.ksc5601=
wifi.lge.autochannel=
wlan.driver.firmware=
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-01-22, Wifi Bring Up
# Modem Logging
persist.service.mdlog.enable=0
# Define Front key LED feature
lge.hw.frontkeyled=false
# system props for LockScreen
keyguard.no_require_sim=true
# system props for LockScreen
#
# ADDITIONAL_BUILD_PROPERTIES
#
log.tag.GpsLocationProvider=DEBUG
log.tag.LocationManagerService=DEBUG
log.tag.NlpProxy=DEBUG
log.tag.LocSvc_java=DEBUG
ro.build.target_operator=GLOBAL
ro.build.target_country=SCA
ro.lge.swversion=D40010a
ro.lge.swversion_short=V10a
ro.lge.swversion_rev=1
ro.lge.factoryversion=LGD400AT-00-V10a-GLOBAL-SCA-APR-26-2014+1
ro.lge.lcd_default_brightness=161
ime_vibration_pattern=0:30
bluetooth.chip.vendor=qcom
bluetooth.pan=true
persist.service.bt.support.sap=true
service.bt.support.busytone=true
ro.config.ringtone=01_Lifes_Good_VBC.ogg
ro.config.notification_sound=Crystal.ogg
ro.config.alarm_alert=Lifes_Good_Alarm.ogg
ro.config.timer_alert=Timer.ogg
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=false
persist.audio.fluence.speaker=false
ro.config.vc_call_vol_steps=6
ro.config.vc_call_vol_default=3
ro.lge.bt_gain_control_factor=0.95
ro.lge.fm_gain_control_factor=0.53
ro.com.google.gmsversion=4.4.2_r1
ro.setupwizard.mode=DISABLED
ro.livewallpaper.map=DISABLED
ro.com.google.apphider=on
ro.sdcrypto.syscall=378
ro.opengles.version=131072
ro.sf.lcd_density=240
wlan.chip.vendor=qcom
wlan.chip.version=wcn
wifi.lge.patch=true
dhcp.dlna.using=false
wifi.lge.sleeppolicy=0
wifi.lge.offdelay=false
wlan.lge.concurrency=MCC
wlan.lge.supportsimaka=YES
wifi.lge.hanglessid=false
drm.service.enabled=true
ro.lge.audio_soundexception=true
ro.lge.audio_soundprofile=true
net.tethering.noprovisioning=true
persist.lg.data.fd=-1
persist.qcril.disable_retry=true
persist.service.crash.enable=0
audio.offload.disable=0
lge.normalizer.param=Version2/true/7.0/true/12000/1.0/4000/0.55
ro.qualcomm.sensors.qmd=false
ro.qc.sdk.sensors.gestures=true
ro.qualcomm.sensors.pedometer=false
ro.qc.sensors.step_detector=true
ro.qc.sensors.step_counter=true
ro.qualcomm.sensors.pam=true
ro.qualcomm.sensors.scrn_ortn=true
ro.qualcomm.sensors.smd=true
ro.qualcomm.sensors.game_rv=false
ro.qualcomm.sensors.georv=true
ro.qc.sensors.smgr_mag_cal_en=false
ro.qc.sensors.max_grav_no_gyro=50
ro.qc.sensors.max_geomag_rotvec=50
debug.qualcomm.sns.hal=d
debug.qualcomm.sns.daemon=w
debug.qualcomm.sns.libsensor1=w
persist.sys.ssr.restart_level=3
persist.sys.strictmode.disable=true
persist.sys.logkit.ctrlcode=0
ro.lge.irrc.type=sw
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.carrier=unknown
dalvik.vm.heaptargetutilization=0.25
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=256m
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
lge.signed_image=true
ro.lge.lcd_auto_brightness_mode=false
ro.lge.capp_ZDi_O=true
lge.zdi.actionsend=false
lge.zdi.onactivityresult=true
lge.zdi.dragdropintent=false
ro.lge.capp_almond=true
ro.lge.capp_smartcard_ac_gp=true
ro.lge.capp_smartcard_ac_gto=false
ro.lge.capp_smartcard_lgril=false
ro.lge.capp_smartcard_uicc=true
ro.lge.capp_smartcard_smartmx=false
ro.lge.qslide.max_window=2
ro.lge.capp_cupss.rootdir=/cust
persist.data.sbp.update=0
ro.telephony.default_network=0
telephony.lteOnCdmaDevice=0
persist.radio.rat_on=legacy
ro.build.sbp=1
ro.lge.custLanguageSet=true
ro.lge.dataprotect=1
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=1
ro.qc.sdk.izat.service_mask=0x0
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
Click to expand...
Click to collapse
Looks to me like it just might work. Only thing is... is your bootloader locked? If so, it will need to be unlocked before flashing any ROM. Then the next question would be, does your bootloader unlock like the D415 variant or like the D405, D410 variants.
I guess the easiest way to figure this out is to have you backup and then zero out your laf partition.
This script is written for that purpose and a few others. Copy the script to your external sdcard. Open Terminal Emulator, can download from the Play Store if you don't have one, and type the following to execute the script
Code:
./storage/external_SD/l90.sh
Enter 3 to Enable/disable fastboot. Now you have only 2 options, depending if you've already used the script to backup and zero out the laf partition. If 'laf' not zeroed out, then option 1 will be "Enable fastboot mode" otherwise option 1 will be "Disable fastboot mode".
For the next part you will need the fastboot executable from the Android SDK. If you have it cool. If not you can download and install the Android SDK or you can download this package which contains the latest versions of the ADB executable and support dll's as well as the fastboot executable.
On the "Enable Fastboot Mode" screen there are directions on how to boot to fastboot mode after making the backup and zeroing out the laf partition.
If you downloaded the minimal ADB I created, unzip it to a folder of your choosing. Then open a command prompt in that folder. ( Hold Shift and Right click on the folder name in Windows Explorer then select "Open command prompt here".
Put your device in fastboot mode and then in the command window type:
Code:
fastboot devices
You should get a minimum of two lines returned. The first being "List of devices attached" and the next line should contain your device serial number followed by 'fastboot'.
In the command window again, type:
Code:
fastboot oem unlock
There should be some kind of response printed in the command window
Now to see if we are unlocked or not, type:
Code:
fastboot oem device-info
If your bootloader is unlocked it will state 'true' next to bootloader unlocked. If it says "false" then you will need to find someone to create a hack for your aboot or abootb partition to unlock your device.
NOTE: Some of my terminology may be off slightly as I'm booted in to Ubuntu on my PC at the moment, and everything is coming from my old wore out mind, lol. But you should get the general idea.
@shinobisoft I confirm that this method worked on the L90 D400hn
cavazte said:
@shinobisoft I confirm that this method worked on the L90 D400hn
Click to expand...
Click to collapse
That's good to know.
Sent from my LG-D415 using Tapatalk
---------- Post added at 09:26 PM ---------- Previous post was at 08:26 PM ----------
cavazte said:
@shinobisoft I confirm that this method worked on the L90 D400hn
Click to expand...
Click to collapse
Can you do me a favor? Do you have Terminal Emulator on your device or access to a PC that has ADB? I need you to pull your cmdline file for me. I think with this information I'll be able to also build ROMs for the D400 variants too.
I'm assuming you're running stock 4.4.2. and rooted.
In Terminal Emulator type:su
cat /proc/cmdline>/storage/external_SD/D400_cmdline.txt​
With ADB type:adb shell su -c cat /proc/cmdline>/storage/external_SD/D400_cmdline.txt​
From what I'm seeing there are subtle differences in the kernel for each variant of the L90. So each variant will require it's own kernel.
shinobisoft said:
That's good to know.
Sent from my LG-D415 using Tapatalk
---------- Post added at 09:26 PM ---------- Previous post was at 08:26 PM ----------
Can you do me a favor? Do you have Terminal Emulator on your device or access to a PC that has ADB? I need you to pull your cmdline file for me. I think with this information I'll be able to also build ROMs for the D400 variants too.
I'm assuming you're running stock 4.4.2. and rooted.
In Terminal Emulator type:su
cat /proc/cmdline>/storage/external_SD/D400_cmdline.txt​
With ADB type:adb shell su -c cat /proc/cmdline>/storage/external_SD/D400_cmdline.txt​
From what I'm seeing there are subtle differences in the kernel for each variant of the L90. So each variant will require it's own kernel.
Click to expand...
Click to collapse
Sure. Here is
console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 user_debug=31 msm_rtb.filter=0x37 androidboot.hardware=w7n uart_console=disable lge.rev=rev_10 lcd_maker_id=lcd_primary gpt=enable androidboot.mode lge.bootreason=0xffffffff androidboot.laf androidboot.dlcomplete=0 lge.battid=ISL6296_L model.name=LG-D400hn lge.kcal vmalloc=400m lge.hreset=off lge.camera=imx111_lgit lge.fmradio=1 lge.nfc=nxp androidboot.emmc=true androidboot.serialno=LGD400baa0401d lge.signed_image=true androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_tovis_video_dsv​
cavazte said:
Sure. Here is
console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 user_debug=31 msm_rtb.filter=0x37 androidboot.hardware=w7n uart_console=disable lge.rev=rev_10 lcd_maker_id=lcd_primary gpt=enable androidboot.mode lge.bootreason=0xffffffff androidboot.laf androidboot.dlcomplete=0 lge.battid=ISL6296_L model.name=LG-D400hn lge.kcal vmalloc=400m lge.hreset=off lge.camera=imx111_lgit lge.fmradio=1 lge.nfc=nxp androidboot.emmc=true androidboot.serialno=LGD400baa0401d lge.signed_image=true androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_tovis_video_dsv​
Click to expand...
Click to collapse
Thank you. I was right. It may be a few days but I'll get around to building for your device too!
Sent from my LG-D415 using Tapatalk
@shinoisoft that's sound cool!
I'm all up for a custom rom for the D400h variant. :fingers-crossed:
shinobisoft said:
Thank you. I was right. It may be a few days but I'll get around to building for your device too!
Sent from my LG-D415 using Tapatalk
Click to expand...
Click to collapse
Hi! ... any advance in the build for the d400?
Thanks in advance!
I already have /system/build.prop for LG-D400. I need /system/build.prop for LG-D400n as well as LG-D400hn please.
More specifically, I need the values of "ro.build.description" and "ro.build.fingerprint" from /system/build.prop for each device I mentioned.
I should note that I'm looking to make a test build for D400* devices by tomorrow evening, my time.
TIA
I have also just gotten a new LG L90 D400hn from Telcel Mexico, V10a. Has there a custom ROM be built for it?
claus1953 said:
I have also just gotten a new LG L90 D400hn from Telcel Mexico, V10a. Has there a custom ROM be built for it?
Click to expand...
Click to collapse
Sorry, but no. And I'm not sure why none of the other developers haven't even looked in to building for the D400. As far as I know, I'm the only one that has looked in to it, but that's all I've been able to do.
I'm guessing from the "hn" that you have a dual-sim device with NFC. My builds are for single-sim devices ( specifically D415 ) without NFC. Also, I'm still unsure of the bootloader for the D400. Someone reported that fastboot oem-unlock worked to unlock their bootloader but when attempting to install and boot to a custom recovery they received a pink screen instead of the recovery screen which tells me that their bootloader was NOT unlocked. I have my suspicions that a patch, like for the D410 and D405, will be needed to unlock your bootloader. As for making the patch, no one here at XDA knows how. The patched available for the D405 and D410 are the brainchilds of some of the developers at the Russian forum 4PDA.
I have only one SIM card and also i saw no room for a second one. What is NFC?
Sent from my LG-D400 using XDA Free mobile app
???
There's any news around?

Can someone post the LS995ZV9 update file for Sprint?

I deleted mine and doing the manual update, it won't pull the OTA update anymore. It thinks that the file still exists and prompts to install and reboot.
Sent from my LG-LS995 using XDA Free mobile app
lostsoul77 said:
I deleted mine and doing the manual update, it won't pull the OTA update anymore. It thinks that the file still exists and prompts to install and reboot.
Sent from my LG-LS995 using XDA Free mobile app
Click to expand...
Click to collapse
Well phone just prompted for an update, i let i run thru and still at the same version. The log shows it didn't like my build.prop 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 Sat Sep 19 07:14:37 1970
recovery filesystem table
=========================
0 /system ext4 /dev/block/platform/msm_sdcc.1/by-name/system 0
1 /cache ext4 /dev/block/platform/msm_sdcc.1/by-name/cache 0
2 /data ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata 0
3 /sdcard ext4 /dev/block/mmcblk1p1 0
4 /boot emmc /dev/block/platform/msm_sdcc.1/by-name/boot 0
5 /recovery emmc /dev/block/platform/msm_sdcc.1/by-name/recovery 0
6 /misc emmc /dev/block/platform/msm_sdcc.1/by-name/misc 0
7 /encrypt raw /dev/block/platform/msm_sdcc.1/by-name/encrypt 0
8 /carrier ext4 /dev/block/platform/msm_sdcc.1/by-name/carrier 0
9 /tmp ramdisk ramdisk 0
I:Boot status: OKAY
I:Got arguments from /cache/recovery/command
locale is [en_US]
stage is []
framebuffer: fd 4 (720 x 1280)
installing_text: en (324 x 38 @ 411)
erasing_text: en (109 x 38 @ 312)
no_command_text: en (172 x 38 @ 312)
error_text: en (64 x 38 @ 312)
I:Max_satage-1: -1
I:SetBackGround - : 50
I:Max_satage-2: -1
[Recovery.c][main()] #################### factory reset start ##################### ()Sat Sep 19 07:14:37 1970
[Recovery.c][main()] factory reset is_smart_factory_reset()Sat Sep 19 07:14:37 1970
[Recovery.c][main()] factory reset selabel_open()Sat Sep 19 07:14:37 1970
[Recovery.c][main()] factory reset device->StartRecovery();Sat Sep 19 07:14:37 1970
Command: "/sbin/recovery" "--update_package=/cache/eacee3894a2c73304b57c2e0f6a82b8e52e0299d.LS995ZV7_14-LS995ZV9_03_update.zip" "--locale=en_US"
av.offload.enable=0
mm.enable.qcom_parser=37491
mm.enable.smoothstreaming=true
ro.fm.module=BCM
ro.qc.sdk.izat.service_mask=0x0
ro.qc.sdk.izat.premium_enabled=0
ro.qc.sdk.audio.ssr=false
ro.qc.sdk.audio.fluencetype=fluence
ro.qc.sdk.camera.facialproc=false
ro.sf.lcd_density=320
ro.adb.secure=1
ro.com.google.apphider=off
ro.com.google.gmsversion=4.4_r3
ro.com.google.clientidbase=android-om-lge
ro.com.google.clientidbase.am=android-sprint-mvno-us
ro.com.google.clientidbase.ms=android-sprint-mvno-us
ro.com.google.clientidbase.yt=android-sprint-mvno-us
ro.com.google.clientidbase.gmm=android-om-lge
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=true
ro.gps.agps_provider=1
ro.lge.b2b.vmware=true
ro.lge.zwait=false
ro.lge.qslide.max_window=2
ro.lge.capp_wfd=true
ro.lge.swversion=LS995ZV7
ro.lge.capp_ZDi_O=true
ro.lge.capp_almond=true
ro.lge.capp_lgevpn=true
ro.lge.hiddenreset=0
ro.lge.capp_hidenav=true
ro.lge.spr_chameleon=true
ro.lge.spr_chameleon.rootdir=/carrier/cust
ro.lge.swversion_rev=14
ro.lge.factoryversion=LS995ZV7_00
ro.lge.capp_slideAside=true
ro.lge.swversion_short=ZV7
ro.lge.capp_splitwindow=true
ro.lge.capp_emotional_led=true
ro.lge.capp_smartcard_uicc=true
ro.lge.vib_magnitude_index=0,20,40,60,80,100,120,127
ro.lge.audio_soundexception=true
ro.lge.capp_smartcard_ac_gp=false
ro.lge.capp_smartcard_lgril=false
ro.lge.spr_chameleon_kk_osu=true
ro.lge.capp_patch_lockscreen=false
ro.lge.capp_smartcard_ac_gto=false
ro.lge.capp_smartcard_smartmx=false
ro.lge.lcd_default_brightness=155
ro.lge.lcd_auto_brightness_mode=false
ro.boot.emmc=true
ro.boot.baseband=msm
ro.boot.hardware=z
ro.boot.serialno=07348462ca610aef
ro.boot.dlcomplete=0
ro.cdma.home.operator.alpha=Chameleon
ro.cdma.home.operator.numeric=310000
ro.hdmi.enable=true
ro.hwui.path_cache_size=32
ro.hwui.layer_cache_size=48
ro.hwui.texture_cache_size=32
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=msm8974
ro.build.id=KOT49I.LS995ZV7
ro.build.date=Thu Jun 12 20:04:29 KST 2014
ro.build.date.utc=1402571069
ro.build.host=LGEACI2R10
ro.build.tags=release-keys
ro.build.type=user
ro.build.user=jenkins
ro.build.display.id=KOT49I.LS995ZV7
ro.build.product=zee
ro.build.version.sdk=19
ro.build.version.release=4.4.2
ro.build.version.codename=REL
ro.build.version.incremental=LS995ZV7.1402571019
ro.build.description=z_spr_us-user 4.4.2 KOT49I.LS995ZV7 LS995ZV7.1402571019 release-keys
ro.build.fingerprint=lge/z_spr_us/zee:4.4.2/KOT49I.LS995ZV7/LS995ZV7.1402571019:user/release-keys
ro.build.target_country=US
ro.build.characteristics=nosdcard
ro.build.target_operator=SPR
ro.config.ringtone=01_Life_Is_Good.ogg
ro.config.alarm_alert=Life_Is_Good_Alarm.ogg
ro.config.vibrate_type=1
ro.config.vc_call_vol_steps=6
ro.config.notification_sound=Acoustic_Guitar.ogg
ro.config.vc_call_vol_default=3
ro.minios.enable=0
ro.secure=1
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
ro.afwdata.LGfeatureset=SPCSBASE
ro.carrier=unknown
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.name=z_spr_us
ro.product.board=MSM8974
ro.product.brand=lge
ro.product.model=LG-LS995
ro.product.device=zee
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=LGE
ro.airplane.phoneapp=1
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=z
ro.opengles.version=196608
ro.qualcomm.bt.hci_transport=smd
ro.qualcomm.cabl=false
ro.revision=10
ro.serialno=07348462ca610aef
ro.chameleon.vvm=1
ro.chameleon.mobileid=1
ro.chameleon.mobilezone=0
ro.telephony.default_network=10
ro.bootloader=unknown
ro.debuggable=0
ro.factorytest=0
ro.setupwizard.mode=DISABLED
ro.blue_handler.level=0
ro.livewallpaper.map=DISABLED
ro.use_data_netmgrd=true
dev.pm.dyn_samplingrate=1
drm.service.enabled=true
lge.hw.frontkeyled=false
lge.nfc.vendor=nxp
lge.zdi.actionsend=false
lge.zdi.dragdropintent=false
lge.zdi.onactivityresult=true
lge.normalizer.param=version2.0/true/7.6/true/12000/0.55/3600/0.55
lge.signed_image=true
lpa.decode=true
lpa.use-stagefright=true
mmp.enable.3g2=true
net.bt.name=Android
net.dns1=
net.dns2=
net.wlan0.dns1=
net.wlan0.dns2=
net.change=net.max_property
net.dnschange=
net.tethering.noprovisioning=true
net.p2p-p2p0-0.dns1=
net.p2p-p2p0-0.dns2=
net.max_property=350
ril.subscription.types=NV,RUIM
use.voice.path.for.pcm.voip=true
dhcp.ap.macaddress=
dhcp.p2p.pid=
dhcp.p2p.dns1=
dhcp.p2p.dns2=
dhcp.p2p.dns3=
dhcp.p2p.dns4=
dhcp.p2p.mask=
dhcp.p2p.reason=
dhcp.p2p.result=
dhcp.p2p.server=
dhcp.p2p.gateway=
dhcp.p2p.ipaddress=
dhcp.p2p.leasetime=
dhcp.p2p.vendorInfo=
dhcp.dlna.using=false
dhcp.wlan0.pid=
dhcp.wlan0.dns1=
dhcp.wlan0.dns2=
dhcp.wlan0.dns3=
dhcp.wlan0.dns4=
dhcp.wlan0.mask=
dhcp.wlan0.reason=
dhcp.wlan0.result=
dhcp.wlan0.server=
dhcp.wlan0.gateway=
dhcp.wlan0.ipaddress=
dhcp.wlan0.leasetime=
dhcp.wlan0.vendorInfo=
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.dhcpcd_p2p=
init.svc.dhcpcd_wlan0=
init.svc.iprenew_wlan0=
init.svc.p2p_supplicant=
qcom.thermal=thermal-engine
rild.libargs=-d /dev/smd0
rild.libpath=/vendor/lib/libril-qc-qmi-1.so
vidc.debug.level=1
wifi.lge.patch=true
wifi.lge.autochannel=
wlan.lge.concurrency=MCC
wlan.lge.wifidisplay=both
wlan.lge.supportsimaka=yes
wlan.chip.vendor=brcm
wlan.chip.version=bcm4335
wlan.driver.status=
audio.offload.min.duration.secs=30
audio.offload.disable=0
debug.sf.hw=1
debug.egl.hw=1
debug.mdpcomp.logs=0
debug.qualcomm.sns.hal=i
debug.qualcomm.sns.daemon=i
debug.qualcomm.sns.libsensor1=e
debug.composition.type=c2d
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-http=true
media.stagefright.enable-scan=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-player=true
media.aac_51_output_enabled=true
dalvik.vm.heapsize=256m
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.heaptargetutilization=0.25
tunnel.decode=false
tunnel.audiovideo.decode=false
persist.lg.data.fd=-1
persist.cne.feature=1
persist.gps.qc_nlp_in_use=0
persist.gsm.sms.disablelog=64
persist.hwc.mdpcomp.enable=true
persist.sys.ssr.restart_level=3
persist.sys.usb.config=charge_only
persist.sys.wfd.virtual=0
persist.sys.dalvik.vm.lib=libdvm.so
persist.sys.logkit.ctrlcode=0
persist.sys.country=US
persist.sys.hotssid.ksc5601=
persist.sys.language=en
persist.sys.security=
persist.sys.strictmode.disable=true
persist.data.netmgrd.qos.enable=false
persist.demo.hdmirotationlock=false
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=
persist.audio.aanc.enable=false
persist.audio.voice.clarity=none
persist.audio.fluence.mode=endfire
persist.audio.fluence.voicecall=true
persist.audio.handset.mic=digital
persist.audio.nsenabled=ON
persist.audio.voicecall.mic=0
persist.audio.spkcall_2mic=OFF
persist.audio.handset_rx_type=DEFAULT
persist.debug.wfd.enable=1
persist.power.useautobrightadj=true
persist.qcril.disable_retry=true
persist.radio.add_power_save=1
persist.radio.apm_sim_not_pwdn=1
persist.timed.enable=true
persist.service.crash.enable=0
persist.speaker.prot.enable=false
persist.bandwidth.enable=1
persist.fuse_sdcard=true
persist.splitwindow.support_all=false
persist.data_netmgrd_mtu=1422
persist.data_netmgrd_not_4g_mtu=1472
keyguard.no_require_sim=true
bluetooth.pan=true
bluetooth.chip.vendor=brcm
telephony.lteOnCdmaDevice=1
ime_feature_0=keyboard_layout:ko=QWERTY;default_theme:com.lge.ime.theme.zeeblack;trace_apply:false
DEVICE_PROVISIONED=1
tangible_device_config=B1BCNAOTNA
I:Max_satage-1: -1
I:SetBackGround - : 50
I:Max_satage-2: -1
Finding update package...
I:Update location: /cache/eacee3894a2c73304b57c2e0f6a82b8e52e0299d.LS995ZV7_14-LS995ZV9_03_update.zip
Opening update package...
I:read key e=3 hash=20
I:1 key(s) loaded from /res/keys
Verifying update package...
I:
Sent from my LG-LS995 using XDA Free mobile app
I:Max_satage-1: -1
I:SetBackGround - : 50
I:Max_satage-2: -1
Finding update package...
I:Update location: /cache/eacee3894a2c73304b57c2e0f6a82b8e52e0299d.LS995ZV7_14-LS995ZV9_03_update.zip
Opening update package...
I:read key e=3 hash=20
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1738 bytes; signature 1720 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Installing update...
Verifying current system...
file "/system/build.prop" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: "/system/build.prop" has unexpected contents.
"/system/build.prop" has une
Sent from my LG-LS995 using XDA Free mobile app

SM-G901F Galaxy S5 4G+ lollipop 5.0.2

Rom BOD1 (WARNING/ Spy inside) (United Kingdom EE)
Build date / 31 Mar 2015
Rom BOCA ( Singapore XSP)
Build date / 29 Mar 2015
Rom BOC4 / BOG (France Bouygue)
Rom BOC4
Build date / Mon, 09 Mar 2015
lollipop 5.0.2 for SM-G901F NEE (Nordic countries)rom here
and pit here, But warning about the pit, use it only if needed.
just flash as usual with odin,
and if bootloop, try flash pit (thanks to @JDizzle80 for the PIT files )
1. Add PIT file to PIT
2. Add firmware to AP.
3. flash and wait
Rom BOC4
Build date / 09/03/2015 / Product code EVR ( United Kingdom (EE) )
for root, just flash CF-Auto-Root
Want more lollipop ?
Odex 5.0.2 by @AndroidGX
We are waiting @JDizzle80 back, so here the deodexed rom i use : 5.0.2 debloated.
Want CM12 ? look at UNOFFICIAL CyanogenMod 12 by @sktjdgns1189
Want return back to kit kat ? look at nice SimpleGX ROM by @AndroidGX
Good Mod for our SM-G901F here
Antutu benchmark
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now we still need root, right?
MasterThiefGarrett said:
Now we still need root, right?
Click to expand...
Click to collapse
http://www.megafileupload.com/en/file/618208/CF-Auto-Root-kccat6-kccat6xx-smg901f-tar-md5.html
or
http://download.chainfire.eu/481/CF-Root/CF-Auto-Root/CF-Auto-Root-kccat6-kccat6xx-smg901f.zip
and the custom recovery
http://forum.xda-developers.com/attachment.php?attachmentid=3043503&d=1417475522
delete
Search first before post!
androidrouen said:
Yes please don't spam other thread, particulary thoses which help our 901F community,
use this thread to speak about this rom, Thanks.
lollipop 5.0.2 for SM-G901F rom here and pit here,
just flash as usual, and if bootloop, try flash pit
1. Add PIT file to PIT
2. Add firmware to AP.
3. flash and wait
Rom is G901FXXU1BOC4_G901FNEE1BOC4_NEE
Country / Nordic countries
Build date / Mon, 09 Mar 2015 12:01:24 +0000
Product code / NEE
PDA / G901FXXU1BOC4
CSC / G901FNEE1BOC4
for root, just flash CF-Auto-Root
If you have screenshot, just share it please ^^, does it have silent mode ?
Click to expand...
Click to collapse
Why a new thread about this update while there are already 2 threads about this?
Firmware-update Samsung Galaxy S5plus G901FXXU1BOC4 (NEE) available
Samsung galaxy S5 GS-G901F user thread
And if you are using my megalink, you could also place my name with it!
The correct PIT-file was provided by @JDizzle80
So: why taking the credits for other peoples effort?
henklbr said:
Why a new thread about this update while there are already 2 threads about this?
Firmware-update Samsung Galaxy S5plus G901FXXU1BOC4 (NEE) available
Samsung galaxy S5 GS-G901F user thread
The correct PIT-file was provided by @JDizzle80
So: why taking the credits for other peoples effort?
Click to expand...
Click to collapse
Hi, hummm,
sorry henklbri didn't see you did a thread about it, and when i see the title of your thread ''Firmware-update Samsung Galaxy S5plus G901FXXU1BOC4 (NEE) available'' sorry but : bad title, does not say it is lollipop, so,
bad information = no information = bye bye
And if you are using my megalink, you could also place my name with it!
NB/ smoking is bad : megalink is mine ... lol
And we cannot put all rom into the user thread, or it will be the hood. i think it's better to get a thread for each rom and for each kernel. and to conclude, you are spamming too lol, and i didn't see your thread, or i would have just post a link to redirect it.
First post about 5 was Icolls
lcolls said:
5.0.2 Is out in samfirmware.
http://www.sammobile.com/firmwares/download/44172/G901FXXU1BOC4_G901FNEE1BOC4_NEE/
Click to expand...
Click to collapse
and after i saw people spamming, i just tried to help
Have a nice day +
@JDizzle80 and @ad0dh67
can you share with me
framework-res.apk, secsettings.apk, and systemui.apk and build prop
please ? thanks
androidrouen said:
@JDizzle80 and @ad0dh67
can you share with me
framework-res.apk, secsettings.apk, and systemui.apk and build prop
please ? thanks
Click to expand...
Click to collapse
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LRX22G
ro.build.display.id=LRX22G.G901FXXU1BOC4
ro.build.version.incremental=G901FXXU1BOC4
ro.build.version.sdk=21
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.0.2
ro.build.date=Mon Mar 9 21:01:24 KST 2015
ro.build.date.utc=1425902484
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD6113
ro.build.tags=release-keys
ro.product.model=SM-G901F
ro.product.brand=samsung
ro.product.name=kccat6xx
ro.product.device=kccat6
ro.product.board=APQ8084
# 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=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=apq8084
# ro.build.product is obsolete; use ro.product.device
ro.build.product=kccat6
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=kccat6xx-user 5.0.2 LRX22G G901FXXU1BOC4 release-keys
ro.build.fingerprint=samsung/kccat6xx/kccat6:5.0.2/LRX22G/G901FXXU1BOC4:user/release-keys
ro.build.characteristics=phone
# Samsung Specific Properties
ro.build.PDA=G901FXXU1BOC4
ro.build.hidden_ver=G901FXXU1BOC4
ro.config.rm_preload_enabled=0
ro.build.changelist=4385543
ro.product_ship=true
ro.chipname=APQ8084
persist.sys.storage_preload=1
# end build properties
#
# HWUI_BUILD_PROPERTIES
#
ro.hwui.texture_cache_size=50
ro.hwui.layer_cache_size=34
ro.hwui.path_cache_size=10
ro.hwui.shape_cache_size=4
ro.hwui.gradient_cache_size=2
ro.hwui.drop_shadow_cache_size=6
ro.hwui.r_buffer_cache_size=4
ro.hwui.text_small_cache_width=2048
ro.hwui.text_small_cache_height=2048
ro.hwui.text_large_cache_width=4096
ro.hwui.text_large_cache_height=4096
#
# from device/samsung/kccat6/system.prop
#
#
# system.prop for apq8084
#
# Evolution RIL (8xxx)
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
ro.product.brand1=orange
# Start in gsm mode
#ro.telephony.default_network=9
# Disable airplane mode shutdown feature
persist.radio.apm_mdm_not_pwdn=1
debug.sf.hw=0
debug.egl.hw=0
#debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
persist.mdpcomp.4k2kSplit=1
debug.mdpcomp.logs=0
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
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
#3183219 is decimal sum of supported codecs in AAL
#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=3183219
persist.mm.enable.prefetch=true
# Default to AwesomePlayer
media.stagefright.use-awesome=false
#
# system props for the data modules
#
ro.use_data_netmgrd=false
persist.data.netmgrd.qos.enable=false
#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=196609
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
ro.qualcomm.cabl=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth SOC type
qcom.bluetooth.soc=rome
#
#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
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
persist.data.llf.enable=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
# disable tunnel encoding for amrwb
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#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 prop for NFC DT
ro.nfc.port=I2C
#enable dsp gapless mode by default
audio.offload.gapless.enabled=false
#initialize QCA1530 detection
sys.qca1530=detect
#hwui properties
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
#Enable property to enable ds2
#audio.dolby.ds2.enabled=true
#enable property for hard bypass
#audio.dolby.ds2.hardbypass=true
# LCD Density
ro.sf.lcd_density=480
# slook
ro.slook.ver=1
# Enable ILS
ro.config.dha_ils_enable=true
# VoLTE/IMS
persist.radio.jbims=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
persist.sys.logkit.ctrlcode=0
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
sysprof.activitythread.slowloop=500
sysprof.choreographer.skip=20
sysprof.inputdispatcher.slow=1000
sysprof.inputdispatcher.stale=1000
ro.com.google.clientidbase=android-samsung
ro.security.icd.flagmode=multi
ro.vendor.extension_library=libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.cream=white
ro.build.scafe.shot=single
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
ro.security.reactive.triggered=false
security.mdpp=None
ro.security.mdpp.ver=1.1
ro.security.mdpp.release=4
ro.security.vpnpp.ver=1.4
ro.security.vpnpp.release=4
security.mdpp.result=None
ro.security.mdpp.ux=Enabled
ro.sec.fle.encryption=true
ro.error.receiver.default=com.samsung.receiver.error
ro.config.ringtone=Over_the_horizon.ogg
ro.config.notification_sound=S_Whistle.ogg
ro.config.alarm_alert=Morning_flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.security.reactive.active=1
ro.smps.enable=true
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=5.0_r2
persist.sys.dalvik.vm.lib.2=libart.so
ro.build.selinux=1
dalvik.vm.isa.arm.features=div
ro.config.knox=v30
ro.config.tima=1
ro.config.timaversion=3.0
ro.kernel.qemu=0
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
ro.build.version.sdl=2101
ad0dh67 said:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LRX22G
ro.build.display.id=LRX22G.G901FXXU1BOC4
ro.build.version.incremental=G901FXXU1BOC4
ro.build.version.sdk=21
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.0.2
ro.build.date=Mon Mar 9 21:01:24 KST 2015
ro.build.date.utc=1425902484
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD6113
ro.build.tags=release-keys
ro.product.model=SM-G901F
ro.product.brand=samsung
ro.product.name=kccat6xx
ro.product.device=kccat6
ro.product.board=APQ8084
# 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=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=apq8084
# ro.build.product is obsolete; use ro.product.device
ro.build.product=kccat6
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=kccat6xx-user 5.0.2 LRX22G G901FXXU1BOC4 release-keys
ro.build.fingerprint=samsung/kccat6xx/kccat6:5.0.2/LRX22G/G901FXXU1BOC4:user/release-keys
ro.build.characteristics=phone
# Samsung Specific Properties
ro.build.PDA=G901FXXU1BOC4
ro.build.hidden_ver=G901FXXU1BOC4
ro.config.rm_preload_enabled=0
ro.build.changelist=4385543
ro.product_ship=true
ro.chipname=APQ8084
persist.sys.storage_preload=1
# end build properties
#
# HWUI_BUILD_PROPERTIES
#
ro.hwui.texture_cache_size=50
ro.hwui.layer_cache_size=34
ro.hwui.path_cache_size=10
ro.hwui.shape_cache_size=4
ro.hwui.gradient_cache_size=2
ro.hwui.drop_shadow_cache_size=6
ro.hwui.r_buffer_cache_size=4
ro.hwui.text_small_cache_width=2048
ro.hwui.text_small_cache_height=2048
ro.hwui.text_large_cache_width=4096
ro.hwui.text_large_cache_height=4096
#
# from device/samsung/kccat6/system.prop
#
#
# system.prop for apq8084
#
# Evolution RIL (8xxx)
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
ro.product.brand1=orange
# Start in gsm mode
#ro.telephony.default_network=9
# Disable airplane mode shutdown feature
persist.radio.apm_mdm_not_pwdn=1
debug.sf.hw=0
debug.egl.hw=0
#debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
persist.mdpcomp.4k2kSplit=1
debug.mdpcomp.logs=0
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
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
#3183219 is decimal sum of supported codecs in AAL
#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=3183219
persist.mm.enable.prefetch=true
# Default to AwesomePlayer
media.stagefright.use-awesome=false
#
# system props for the data modules
#
ro.use_data_netmgrd=false
persist.data.netmgrd.qos.enable=false
#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=196609
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
ro.qualcomm.cabl=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth SOC type
qcom.bluetooth.soc=rome
#
#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
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
persist.data.llf.enable=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
# disable tunnel encoding for amrwb
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#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 prop for NFC DT
ro.nfc.port=I2C
#enable dsp gapless mode by default
audio.offload.gapless.enabled=false
#initialize QCA1530 detection
sys.qca1530=detect
#hwui properties
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
#Enable property to enable ds2
#audio.dolby.ds2.enabled=true
#enable property for hard bypass
#audio.dolby.ds2.hardbypass=true
# LCD Density
ro.sf.lcd_density=480
# slook
ro.slook.ver=1
# Enable ILS
ro.config.dha_ils_enable=true
# VoLTE/IMS
persist.radio.jbims=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
persist.sys.logkit.ctrlcode=0
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
sysprof.activitythread.slowloop=500
sysprof.choreographer.skip=20
sysprof.inputdispatcher.slow=1000
sysprof.inputdispatcher.stale=1000
ro.com.google.clientidbase=android-samsung
ro.security.icd.flagmode=multi
ro.vendor.extension_library=libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.cream=white
ro.build.scafe.shot=single
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
ro.security.reactive.triggered=false
security.mdpp=None
ro.security.mdpp.ver=1.1
ro.security.mdpp.release=4
ro.security.vpnpp.ver=1.4
ro.security.vpnpp.release=4
security.mdpp.result=None
ro.security.mdpp.ux=Enabled
ro.sec.fle.encryption=true
ro.error.receiver.default=com.samsung.receiver.error
ro.config.ringtone=Over_the_horizon.ogg
ro.config.notification_sound=S_Whistle.ogg
ro.config.alarm_alert=Morning_flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.security.reactive.active=1
ro.smps.enable=true
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=5.0_r2
persist.sys.dalvik.vm.lib.2=libart.so
ro.build.selinux=1
dalvik.vm.isa.arm.features=div
ro.config.knox=v30
ro.config.tima=1
ro.config.timaversion=3.0
ro.kernel.qemu=0
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
ro.build.version.sdl=2101
Click to expand...
Click to collapse
ha ha thanks but i need the files ^^
framework res.apk https://mega.co.nz/#!1hk1UAgA!HMvDd_UuwUt0z5EQPYRc5O7sYarVQkT5uexijgDr7ZU
secsettings.apk https://mega.co.nz/#!AksXTSKK!I2ytj9VA-neTzVDtygxQ5Mhitdb17zwRKPuOS0OiAkY
systemui.apk https://mega.co.nz/#!Ns8xUDbT!rzQ-CCQa-ddx3s6lT3PFuR0EW_Gd4vAd232yaRYSlso
AndroidGX said:
Ok, enough playing with Lollipop for now... Back to KitKat world. I have a kernel to finish and release ! :good:
'laters
Click to expand...
Click to collapse
how did you get back to kitkat ? just flash kitkat rom ? no problem ? ^^
androidrouen said:
how did you get back to kitkat ? just flash kitkat rom ? no problem ? ^^
Click to expand...
Click to collapse
I had problem until there is 1 hour, I thought at a moment I bricked my device and there was nothing to do !!
Why ? because I simply wanted to give a try to your PIT file posted into first post to check if it was solving my boot problem for SImpleGX (lollipop test rom), but after flashing it, device was stuck at loading (samsung logo) state, and there was nothing to do. Tried usual things to fix this and finally found how : had to flash both BOG pit file (ANI4 firmware) and matching firmware at same time to finally find my device working back
Glad to sort this out, I feared a bit :cyclops:
Anyway, I found lollipop much better than Kitkat, but I want to finish a kernel for it first. It seems that it will be much more difficult to release a "custom" rom for lollipop. I don't know how @JDizzle80 did for his rom, but I guess it will not work since it does not even flash the correct modem during his flashing procedure. But even with this, it will not work (I already tried)
Need some more free time for investigate to fix this :good:
Btw, I wasn't able to make working my usual flashable zips (to remove samsung and google apps for exemple) into lollipop. Weird.
How was lolipop guys ? cuz im still on kitkat is there a performance improvement, any bugs? ty
Hmmm... Not really faster. ...
AndroidGX said:
I had problem until there is 1 hour, I thought at a moment I bricked my device and there was nothing to do !!
Why ? because I simply wanted to give a try to your PIT file posted into first post to check if it was solving my boot problem for SImpleGX (lollipop test rom), but after flashing it, device was stuck at loading (samsung logo) state, and there was nothing to do. Tried usual things to fix this and finally found how : had to flash both BOG pit file (ANI4 firmware) and matching firmware at same time to finally find my device working back
Glad to sort this out, I feared a bit :cyclops:
Anyway, I found lollipop much better than Kitkat, but I want to finish a kernel for it first. It seems that it will be much more difficult to release a "custom" rom for lollipop. I don't know how @JDizzle80 did for his rom, but I guess it will not work since it does not even flash the correct modem during his flashing procedure. But even with this, it will not work (I already tried)
Need some more free time for investigate to fix this :good:
Btw, I wasn't able to make working my usual flashable zips (to remove samsung and google apps for exemple) into lollipop. Weird.
Click to expand...
Click to collapse
you just need training lol ^^
currently i am spamming samsung to get source code lollipop for kernel ^^
what is the problem with cooking L ? did u tried to remove the need of bootloader and modem ? i think this is related to the kernel no ?
Lollipop looks good, my girlfriend get GS4 lollipop, and her phone is now as fast as mine 901F on kit kat lol
bleros said:
How was lolipop guys ? cuz im still on kitkat is there a performance improvement, any bugs? ty
Click to expand...
Click to collapse
Did you see Antutu ? 54000 ! it should fly ^^
My first battery cicle with much use, gps, titanium, tapa, web, splivetv...
With bad cel signal, I think because the modem is for nordic countries.
allenjthomsen said:
Can someone please provide build.prop for me
Click to expand...
Click to collapse
look here
Can someone provide me deodexed version of tom need some files from it

MHL dont work on note 4

I have a tmo n4 and i cant get to work my mhl adapter even tho i read on google that it was compatible. Do i need another one or its not compatible at all? It work great on a s5 and note 3.
Enviado desde mi SM-N910T mediante Tapatalk
Did u get an answer
So i bought two N910t's since the note 7 didnt pan out and im going nuts since i depend on mhl!!! I cant for the life of me get mhl to work....
Roms tried:
Dynamic kat
Stock 4.4.4
Stock 5.1.1
Stock 6.0.1
Rooted and un rooted all the above....stock kernels...ael...beast mode...ktoonz.... Nothing....the closest i get is with 5.1.1. Phone says it recognizes the mhl 2 and mhl 3 connector but NOTHING to the tv.
I have a N915a stock and that works flawless on the mhl 2 and 3 adapters all day long....with or without a charger hooked up! Wtf!!!!!?
Aforementioned mhl adapters are 100% store bought from samsung directly. Not amazon knock offs.
Im beginning to suspect its inherrent in the tmo roms but im no where near competant to make that statement.
CAN ANYONE HELP???? WTF1?1?1?1?1?1. I really hope im doing something stupid!
Anyone have any ideas or solutions?
bighleo114312 said:
I have a tmo n4 and i cant get to work my mhl adapter even tho i read on google that it was compatible. Do i need another one or its not compatible at all? It work great on a s5 and note 3.
Enviado desde mi SM-N910T mediante Tapatalk
Click to expand...
Click to collapse
Myskiis2fast4u said:
So i bought two N910t's since the note 7 didnt pan out and im going nuts since i depend on mhl!!! I cant for the life of me get mhl to work....
Roms tried:
Dynamic kat
Stock 4.4.4
Stock 5.1.1
Stock 6.0.1
Rooted and un rooted all the above....stock kernels...ael...beast mode...ktoonz.... Nothing....the closest i get is with 5.1.1. Phone says it recognizes the mhl 2 and mhl 3 connector but NOTHING to the tv.
I have a N915a stock and that works flawless on the mhl 2 and 3 adapters all day long....with or without a charger hooked up! Wtf!!!!!?
Aforementioned mhl adapters are 100% store bought from samsung directly. Not amazon knock offs.
Im beginning to suspect its inherrent in the tmo roms but im no where near competant to make that statement.
CAN ANYONE HELP???? WTF1?1?1?1?1?1. I really hope im doing something stupid!
Click to expand...
Click to collapse
I bought one ebay and its working fine, make sure it says Note 4, also it has to be version 2 or 3, mhl version 1 does not work... I don't have a version 3, but the version 2 I have still works for over 2 years. and all these versions of android even 6.0.1
Youve inspired hope! I did try the latest stock 6.0.1 release rooted and u rooted with the official samsung mhl3 and mhl2 adapters.... I dont get it. Im so frustrated. Heres my current config...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
---------- Post added at 05:31 AM ---------- Previous post was at 05:29 AM ----------
---------- Post added at 05:35 AM ---------- Previous post was at 05:31 AM ----------
Try 3
https://drive.google.com/file/d/0B026NV0wfUG8YXNSUzYtazQ3Q3c/view?usp=drivesdk
Just tried visionx rom 5.1.1 910f port.... No dice..... am i really the only one using mhl? What in the rom or kernel works mhl? There has to be just a 1 or 0 in the wrong place....??
Myskiis2fast4u said:
Just tried visionx rom 5.1.1 910f port.... No dice..... am i really the only one using mhl? What in the rom or kernel works mhl? There has to be just a 1 or 0 in the wrong place....??
Click to expand...
Click to collapse
I was always in stock Rom and kernel...
My mhl is Samsung original from eBay version 2.
Just seen this link - GENUINE ORIGINAL OEM S3 S4 S5 Note 2 3 4 SAMSUNG Galaxy MHL 2.0 HDTV Smart Adapter ET-H10FAUWESTA
For $7.95 plus shipping $2.95, please I am not saying to buy this one, but I think that is the one I have. But I paid about $30 over 2 years ago.
Sent from my SM-N9200 using XDA-Developers Legacy app
Will try to find one here where i live. Thanks!!
This one not working on N910T....
EE-HN910FWESTA
BUT works on N915A.
And......
ET-H10FAUWESTA does not work on N910T
But works perfect on N915A
I just dont get it.... There has to be something in the rom or kernel thats messing up my phones....
Question....when build prop is edited does this file change when changing roms??? Am i subject to prior owners messing with the build prop file???
If its worth while would anyone check their build prop file against what I have????
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LMY47X
ro.build.display.id=LMY47X.N910TUVU2DOK2
ro.build.version.incremental=N910TUVU2DOK2
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=2015-11-01
ro.build.version.base_os=
ro.build.date=Mon Nov 9 22:04:39 KST 2015
ro.build.date.utc=1447074279
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5523
ro.build.tags=release-keys
ro.build.flavor=trltetmo-user
ro.product.model=SM-N910T
ro.product.brand=samsung
ro.product.name=trltetmo
ro.product.device=trltetmo
ro.product.board=APQ8084
# 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=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=apq8084
# ro.build.product is obsolete; use ro.product.device
ro.build.product=trltetmo
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=trltetmo-user 5.1.1 LMY47X N910TUVU2DOK2 release-keys
ro.build.fingerprint=samsung/trltetmo/trltetmo:5.1.1/LMY47X/N910TUVU2DOK2:user/release-keys
ro.build.characteristics=tmo
# Samsung Specific Properties
ro.build.PDA=N910TUVU2DOK2
ro.build.hidden_ver=N910TUVU2DOK2
ro.config.rm_preload_enabled=0
ro.build.changelist=6209177
ro.product_ship=true
ro.chipname=APQ8084
persist.sys.storage_preload=1
# end build properties
#
# HWUI_BUILD_PROPERTIES
#
ro.hwui.texture_cache_size=88
ro.hwui.layer_cache_size=58
ro.hwui.path_cache_size=16
ro.hwui.shape_cache_size=4
ro.hwui.gradient_cache_size=2
ro.hwui.drop_shadow_cache_size=8
ro.hwui.r_buffer_cache_size=4
ro.hwui.text_small_cache_width=2048
ro.hwui.text_small_cache_height=2048
ro.hwui.text_large_cache_width=4096
ro.hwui.text_large_cache_height=4096
ro.hwui.fbo_cache_size=16
#
# from device/samsung/trltetmo/system.prop
#
#
# system.prop for apq8084
#
# Evolution RIL (8xxx)
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=0
debug.egl.hw=0
#debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
persist.mdpcomp.4k2kSplit=1
debug.mdpcomp.logs=0
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
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
#3183219 is decimal sum of supported codecs in AAL
#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=3183219
persist.mm.enable.prefetch=true
# Default to AwesomePlayer
media.stagefright.use-awesome=false
#
# system props for the data modules
#
ro.use_data_netmgrd=false
persist.data.netmgrd.qos.enable=false
#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=196609
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
ro.qualcomm.cabl=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth SOC type
qcom.bluetooth.soc=rome
#
#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
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
persist.data.llf.enable=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
# disable tunnel encoding for amrwb
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#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 prop for NFC DT
ro.nfc.port=I2C
#enable dsp gapless mode by default
audio.offload.gapless.enabled=false
#initialize QCA1530 detection
sys.qca1530=detect
#hwui properties
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
#Enable property to enable ds2
#audio.dolby.ds2.enabled=true
#enable property for hard bypass
#audio.dolby.ds2.hardbypass=true
# SAMPOo
sys.config.samp_spcm_enable=true
sys.config.spcm_gcm_kill_enable=true
sys.config.spcm_db_enable=true
sys.config.spcm_db_launcher=true
sys.config.spcm_preload_enable=true
sys.config.spcm_gcm_kill_enable=true
# LCD Density
ro.sf.lcd_density=640
# Qmap start Property for HSIC
persist.rmnet.mux=enabled
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.astcenc.astcsupport=1
ro.config.dmverity=true
ro.config.rkp=true
ro.use_data_netmgrd=false
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
persist.sys.logkit.ctrlcode=0
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
sysprof.activitythread.slowloop=500
sysprof.choreographer.skip=20
sysprof.inputdispatcher.slow=1000
sysprof.inputdispatcher.stale=1000
ro.com.google.clientidbase=android-samsung
ro.security.icd.flagmode=multi
ro.vendor.extension_library=libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.syrup=sugar
ro.build.scafe.cream=white
ro.build.scafe.shot=double
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
ro.sec.fle.encryption=true
security.mdpp=None
ro.security.mdpp.ver=2.0
ro.security.mdpp.release=1
ro.security.vpnpp.ver=1.4
ro.security.vpnpp.release=5.2
security.mdpp.result=None
ro.security.mdpp.ux=Enabled
ro.error.receiver.default=com.samsung.receiver.error
config.disable_atlas=true
ro.config.alarm_alert=Morning_flower.ogg
ro.config.ringtone=CLEAN_Tmo_Jingle.ogg
ro.config.notification_sound=Whisper.ogg
ro.config.ringtone_2=Basic_Bell.ogg
ro.config.notification_sound_2=S_Charming_Bell.ogg
ro.security.reactive.active=1
ro.smps.enable=true
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase.ms=android-hms-tmobile-us
ro.com.google.clientidbase.am=android-tmobile-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=5.1_r2
persist.sys.dalvik.vm.lib.2=libart.so
ro.build.selinux=1
dalvik.vm.isa.arm.features=div
ro.config.knox=v30
ro.config.tima=1
ro.config.timaversion=3.0
ro.kernel.qemu=0
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
ro.build.aapt.config.prefer=xxxhdpi
ro.build.version.sdl=2101
wlan.wfd.hdcp=disable
So i reread my build file and found the hash infront of the HDMI edit. I removed the hdmi edit and NOW im getting somewhere. The tv with either mhl adapter now drops the "no signal" screen saver..... So im onto something. Can anyone with a working n910t paste in their build prop details???? Please!!!!
---------- Post added at 03:53 AM ---------- Previous post was at 03:51 AM ----------
I meant to say i removed the hash so its no longer ignored.....
Can anyone with a working mhl adapter please share their build.prop?
Thanks!
Myskiis2fast4u said:
Can anyone with a working mhl adapter please share their build.prop?
Thanks!
Click to expand...
Click to collapse
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=LMY47X
ro.build.display.id=TEKXodus Hybrid N4 URv7.4R2 N5R9
ro.build.version.incremental=N910T3UVU1DOK2
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.date=Sat Apr 30 00:00:00 EST 2016
ro.build.date.utc=1438233728
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWHD4401
ro.build.tags=release-keys
ro.build.flavor=trltetmofrp-user
ro.product.model=SM-N910T3
ro.product.brand=samsung
ro.product.name=trltetmofrp
ro.product.device=trltetmo
ro.product.board=APQ8084
# 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=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=apq8084
# ro.build.product is obsolete; use ro.product.device
ro.build.product=trltetmo
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=trltetmofrp-user 5.1.1 LMY47X N910T3UVU1DOK2 release-keys
ro.build.fingerprint=samsung/trltetmofrp/trltetmo:5.1.1/LMY47X/N910T3UVU1DOK2:user/release-keys
ro.build.characteristics=tmo
# Samsung Specific Properties
ro.build.PDA=N910T3UVU1DOK2
ro.build.hidden_ver=N910T3UVU1DOK2
ro.config.rm_preload_enabled=0
ro.build.changelist=5260683
ro.product_ship=true
ro.chipname=APQ8084
ro.config.donot_nosim=true
persist.sys.storage_preload=1
# end build properties
# TEKHD Build.prop Tweaks
wifi.supplicant_scan_interval=420
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.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
# TEKHD Build.prop Others
ro.config.ringtone=Incoming_Call.ogg
ro.config.notification_sound=Pixiedust.ogg
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
# TEKHD GPS Tweak
dalvik.vm.execution-mode=int:fast
# TEKHD Ringing Tweak
ro.telephony.call_ring.delay=0
ring.delay=0
# TEKHD Other Tweaks
ro.HOME_APP_ADJ=1
# TEKHD Xtreme GPS Unlocked-ok
# URv4 GPS Integration-ok
# USERS
#fw.show_multiuserui=1
#fw.max_users=5
#Enable MultiUser Support
fw.power_user_switcher=1
fw.show_hidden_users=1
fw.show_multiuserui=1
fw.max_users=10
ro.config.fha_enable=true
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.bservice_enable=true
ro.sys.fw.bservice_limit=5
ro.sys.fw.bservice_age=5000
ro.sys.fw.trim_enable_memory=2147483648
#
# HWUI_BUILD_PROPERTIES
#
ro.hwui.texture_cache_size=88
ro.hwui.layer_cache_size=58
ro.hwui.path_cache_size=16
ro.hwui.shape_cache_size=4
ro.hwui.gradient_cache_size=2
ro.hwui.drop_shadow_cache_size=8
ro.hwui.r_buffer_cache_size=4
ro.hwui.text_small_cache_width=2048
ro.hwui.text_small_cache_height=2048
ro.hwui.text_large_cache_width=4096
ro.hwui.text_large_cache_height=4096
ro.hwui.fbo_cache_size=16
#
# from device/samsung/trltetmo/system.prop
#
#
# system.prop for apq8084
#
# Evolution RIL (8xxx)
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=0
debug.egl.hw=0
#debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
persist.mdpcomp.4k2kSplit=1
debug.mdpcomp.logs=0
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
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
#3183219 is decimal sum of supported codecs in AAL
#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=3183219
persist.mm.enable.prefetch=true
# Default to AwesomePlayer
media.stagefright.use-awesome=false
#
# system props for the data modules
#
ro.use_data_netmgrd=false
persist.data.netmgrd.qos.enable=false
#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=196609
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
ro.qualcomm.cabl=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth SOC type
qcom.bluetooth.soc=rome
#
#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
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
persist.data.llf.enable=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
# disable tunnel encoding for amrwb
tunnel.audio.encode = false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#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 prop for NFC DT
ro.nfc.port=I2C
#enable dsp gapless mode by default
audio.offload.gapless.enabled=false
#initialize QCA1530 detection
sys.qca1530=detect
#hwui properties
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
#Enable property to enable ds2
#audio.dolby.ds2.enabled=true
#enable property for hard bypass
#audio.dolby.ds2.hardbypass=true
# SAMPOo
sys.config.samp_spcm_enable=true
sys.config.spcm_gcm_kill_enable=true
sys.config.spcm_db_enable=true
sys.config.spcm_db_launcher=true
sys.config.spcm_preload_enable=true
sys.config.spcm_gcm_kill_enable=true
# LCD Density
ro.sf.lcd_density=560
# Qmap start Property for HSIC
persist.rmnet.mux=enabled
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.astcenc.astcsupport=1
ro.config.dmverity=true
ro.config.rkp=true
ro.use_data_netmgrd=false
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
persist.sys.logkit.ctrlcode=0
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
sysprof.activitythread.slowloop=500
sysprof.choreographer.skip=20
sysprof.inputdispatcher.slow=1000
sysprof.inputdispatcher.stale=1000
ro.com.google.clientidbase=android-samsung
ro.security.icd.flagmode=multi
ro.vendor.extension_library=libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.syrup=sugar
ro.build.scafe.cream=white
ro.build.scafe.shot=double
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=false
ro.sec.fle.encryption=true
security.mdpp=None
ro.security.mdpp.ver=2.0
ro.security.mdpp.release=1
ro.security.vpnpp.ver=1.4
ro.security.vpnpp.release=5.2
security.mdpp.result=None
ro.security.mdpp.ux=Enabled
ro.error.receiver.default=com.samsung.receiver.error
config.disable_atlas=true
ro.config.alarm_alert=Morning_flower.ogg
ro.config.ringtone=CLEAN_Tmo_Jingle.ogg
ro.config.notification_sound=Whisper.ogg
ro.config.ringtone_2=Basic_Bell.ogg
ro.config.notification_sound_2=S_Charming_Bell.ogg
ro.frp.pst=/dev/block/persistent
ro.smps.enable=true
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase.ms=android-hms-tmobile-us
ro.com.google.clientidbase.am=android-tmobile-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=5.1_r2
persist.sys.dalvik.vm.lib.2=libart.so
ro.build.selinux=1
dalvik.vm.isa.arm.features=div
ro.config.knox=v30
ro.config.tima=1
ro.config.timaversion=3.0
ro.kernel.qemu=0
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
ro.build.aapt.config.prefer=xxxhdpi
ro.build.version.sdl=2101
boot.fps=30
file:///system/build.prop
---------- Post added at 08:03 AM ---------- Previous post was at 07:56 AM ----------
Oh and you making good sure to use an 11 pin (or adapter ) mhl. Connector as opposed to the more cominnion 5 pin correct?
I have these two samsu g cables... both work on a N915a edge flawlessly.....EE-HN910FWESTA (mhl2) ET-H10FAUWESTA (mhl3). I cant see good enough to count the pins but the samsung store in the mall said they were the right ones. And like i said a damm unrootable n915a works perfect....
Thank u so much for posting the build prop youre using. Im gonna load that rom you have too. I did not try that one. May i ask what kernel you used with that rom??? Stock kernel?
Thanks again....i atleast know i'll get it to work eventually!
Myskiis2fast4u said:
I have these two samsu g cables... both work on a N915a edge flawlessly.....EE-HN910FWESTA (mhl2) ET-H10FAUWESTA (mhl3). I cant see good enough to count the pins but the samsung store in the mall said they were the right ones. And like i said a damm unrootable n915a works perfect....
Thank u so much for posting the build prop youre using. Im gonna load that rom you have too. I did not try that one. May i ask what kernel you used with that rom??? Stock kernel?
Thanks again....i atleast know i'll get it to work eventually!
Click to expand...
Click to collapse
The best thing to do, is wipe ur phone, and then boot into bootloader, then install from the firmware, it should just work after restart. Unless you are having sine kind of usb problem on ur phone.
Sent from my SM-N910T using XDA-Developers Legacy app
Ive odined in all the stock firmwares listed previously from sammobile direct. 4.4.4(t3) 5.1.1 and 6.0.1(all of them)... Crazy....im almost convinced these two n910t's i have are bogus but i just find it so hard to believe since all usb and data functions are perfect. I got these from amazon refurb....so i kno its a dice roll. I may ante up for brand new if i could even find one now! Theres no way im buyin a phone without remivable battery. These have ple ty of HP for what i need.
If the tekxodus rom dont help with the copied in build prop then ill give up!
Sorry for the late reply, I'm using freza's beast mode kernal. But I've also used stock 4.4, bioshock, stock 5.0.1, and so in and they all worked the same using an off-hand powered 5pin MHL adapter with a 12 pin adapter that it came with (and in instructions mentioned it being needed for the note 3/4)
FIXED!!!!!!
It was the dang usb connector board. I said f it and bought the part on amazon $13. Installed and perfect. Now have mhl on both the mhl adapters i have mentioned earlier. I was just shocked that both of these n910ts i bought we both messed up!!! Too bad im out of the return window on amazon otherwise id return them. Maybe AMEX will give me some $$$!!! Dont matter....Note 4 lives on....until they sell another with removable battery...sd card...and unlocked bootloader.....
THANK YOU ALL FOR TRYING TO HELP ME!!!

Decrypted Developer edition RUU

Hi
I have been trying to decrypt the latest developer edition RUU with no luck whatsoever. I use RUUVEAL and BRUUTVEAL to decrypt RUUs but this is the first time I have had a problem with it. Has anyone been able to decrypt them successfully?
Thanks
phonegeekjr said:
Hi
I have been trying to decrypt the latest developer edition RUU with no luck whatsoever. I use RUUVEAL and BRUUTVEAL to decrypt RUUs but this is the first time I have had a problem with it. Has anyone been able to decrypt them successfully?
Thanks
Click to expand...
Click to collapse
Did you already read this nkk71's guide to decrypt newer ruu?
http://forum.xda-developers.com/showpost.php?p=58238595&postcount=177
Yes. That's how I did it.
Sent from my HTC One M9 using Tapatalk
phonegeekjr said:
Yes. That's how I did it.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
Which one arent you able to decrypt? can you post the link
Personally, havent had any issues decrypting any M7, M8, M9 RUUs ... some of them do have "quirks", but they just needed a little more work.
7.17.1540.21 is the one I have problems with
Sent from my HTC One M9 using Tapatalk
phonegeekjr said:
7.17.1540.21 is the one I have problems with
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
downloading
PN07IMG_M7_UL_L50_SENSE60_MR_BrightstarUS_WWE_7.17.1540.21_Radio_4T.35.3218.16_10.33Q.1718.01L_release_431270_signed.zip
from alray's thread
download will take me a couple of hours though, so will let you know when I have the file and am awake
No problem. Thanks for the help
Sent from my HTC One M9 using Tapatalk
phonegeekjr said:
No problem. Thanks for the help
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
dont see any problem yet, decrypting just fine.... back in a bit...
Huh how do u do it.
Sent from my HTC One M9 using Tapatalk
phonegeekjr said:
Huh how do u do it.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
looks okay-ish to me:
Code:
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU$ [B][COLOR="Blue"]ls[/COLOR][/B]
[COLOR="Teal"]m7_keydaya_7.15.401.1.bin PN07IMG_M7_UL_L50_SENSE60_MR_BrightstarUS_WWE_7.17.1540.21_Radio_4T.35.3218.16_10.33Q.1718.01L_release_431270_signed.zip[/COLOR]
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU$ [B][COLOR="Blue"]ruuveal -K m7_keydaya_7.15.401.1.bin PN07IMG_M7_UL_L50_SENSE60_MR_BrightstarUS_WWE_7.17.1540.21_Radio_4T.35.3218.16_10.33Q.1718.01L_release_431270_signed.zip blarp1.zip[/COLOR][/B]
ruuveal
-------
Large zip format detected containing 5 zipfile(s)
Decrypted RUU (zip) written to: 01_blarp1.zip
Decrypted RUU (zip) written to: 02_blarp1.zip
Decrypted RUU (zip) written to: 03_blarp1.zip
Decrypted RUU (zip) written to: 04_blarp1.zip
Decrypted RUU (zip) written to: 05_blarp1.zip
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU$[B][COLOR="Blue"]unzip -t '*_blarp1.zip' [/COLOR][/B]
Archive: 01_blarp1.zip
testing: android-info.txt OK
testing: hboot_signedbyaa.img OK
testing: radio.img OK
testing: rcdata.img OK
testing: splash1.nb0 OK
testing: sbl2.img OK
testing: sbl3.img OK
testing: tz.img OK
testing: rpm.img OK
testing: adsp.img OK
testing: pg2fs_spcustom.img OK
testing: ramdisk.img OK
testing: tp_SYN3202.img OK
testing: sbl1-1.img OK
testing: sbl1-2.img OK
testing: sbl1-3.img OK
testing: sbl1-4.img OK
testing: cir.img OK
testing: sbl1-5.img OK
testing: recovery_signed.img OK
testing: boot_signed.img OK
No errors detected in compressed data of 01_blarp1.zip.
Archive: 02_blarp1.zip
testing: system_1.img OK
testing: android-info.txt OK
testing: android-info-1.txt OK
No errors detected in compressed data of 02_blarp1.zip.
Archive: 03_blarp1.zip
testing: system_2.img OK
testing: android-info.txt OK
testing: android-info-2.txt OK
No errors detected in compressed data of 03_blarp1.zip.
Archive: 04_blarp1.zip
testing: system_3.img OK
testing: android-info.txt OK
testing: android-info-3.txt OK
No errors detected in compressed data of 04_blarp1.zip.
Archive: 05_blarp1.zip
testing: android-info.txt OK
testing: dzdata_16g.img OK
testing: dzdata_32g.img OK
testing: dzdata_16g.hdr OK
testing: dzdata_64g.hdr OK
testing: dzdata_32g.hdr OK
testing: tp_HMX852XD.img OK
testing: dzdata_64g.img OK
testing: boot_signed.img OK
No errors detected in compressed data of 05_blarp1.zip.
5 archives were successfully processed.
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU$
i'd need to compine the systems and mount it to make 100% sure, but all looks goods; android-info.txt:
Code:
modelid: PN0712000
cidnum: BS_US001
mainver: 7.17.1540.21
btype:1
aareport:1
DelCache:1
hbootpreupdate:3
Huh I could never get past the decryption process
Sent from my HTC One M9 using Tapatalk
phonegeekjr said:
Huh I could never get past the decryption process
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
which keyfile are you using, and are you on 32 or 64bit? recommend 64bit (not sure about M7, but M9 will not work on 32bit), and is your ruuveal recent or an old version?
lemme combine system, and get a listing, to make sure...
I make my own with bruutveal. I use 64 bit
Sent from my HTC One M9 using Tapatalk
phonegeekjr said:
I make my own with bruutveal. I use 64 bit
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
listing is kinda long, so i'll just attach it, but here's build.prop:
Code:
[email protected]:/mnt/blarp$ [B][COLOR="Blue"]cat build.prop [/COLOR][/B]
ro.ril.oem.ecclist=911
ro.ril.oem.nosim.ecclist=911
ro.ril.enable.a53=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=6
ro.ril.hsxpa=4
ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420,23594,27202,27205
ro.ril.enable.managed.roaming=1
ro.ril.enable.sdr=1
ro.ril.oem.show.act=1
ro.ril.enable.amr.wideband=0
ro.ril.enable.r8fd=1
ro.ril.disable.cpc=1
ro.product.locale.language=en
ro.product.locale.region=US
ro.com.google.clientidbase=android-htc-rev
ro.product.model=HTC One
ro.config.htc.enableCOTA=1
ro.ril.enable.pre_r8fd=1
ro.ril.fd.pre_r8_tout.scr_off=2
ro.ril.fd.pre_r8_tout.scr_on=3
ro.ril.fd.r8_tout.scr_off=2
ro.ril.fd.r8_tout.scr_on=3
ro.ril.ltefgi=1578105984
dev.defaultwallpaper=/system/customize/resource/wallpapers_00.jpg
# begin build properties
# autogenerated by buildinfo.sh
htc.build.stage=2
ro.aa.customizationid=1069905
ro.aa.project=M7_UL_L50_SENSE60_MR
ro.aa.cidlist=BS_US001
ro.aa.maincid=BS_US001
ro.aa.rid=748
ro.aa.modelid=PN0712000
ro.aa.skulist=1540
ro.aa.romver=7.17.1540.21
ro.aa.mainsku=1540
ro.onecid=
ro.aa.report=com
ro.aa.taskid=431270
ro.prot=true
ro.cwkey=BS_US001
ro.build.id=LRX22G
ro.build.display.id=LRX22G release-keys
ro.build.version.incremental=468180.21
ro.build.version.sdk=21
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.0.2
ro.build.date=二 5月 5 18:33:18 CST 2015
ro.build.date.utc=1430821998
ro.build.type=user
ro.build.user=buildteam
ro.build.host=ABM101
ro.build.tags=release-keys
ro.product.brand=htc
ro.product.name=brightstarus_wwe
ro.product.device=m7
ro.product.board=APQ8064
# 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=HTC
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=m7
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=7.17.1540.21 CL468180 release-keys
ro.build.fingerprint=htc/brightstarus_wwe/m7:5.0.2/LRX22G/468180.21:user/release-keys
ro.build.characteristics=nosdcard
ro.build.description=7.17.1540.21 CL468180 release-keys
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=7.17.1540.21 CL468180 release-keys
ro.build.changelist=468180
ro.build.project=M7_UL_L50_SENSE60_MR:431270
ro.build.sku=BrightstarUS WWE
ro.build.buildline=M7_BrightStarUS_WWE_L50_CRC_Sense60_Stable_MR2
ro.product.version=7.17.1540.21
ro.build.languageremove=
ro.build.sense.version=6.0
ro.build.version.htcsdk=HTCExt:HTCExtension_Sense60_L_2;SDK:6.55;hdkbase:19.2
# end build properties
#
# from device/htc/m7/system.prop
#
#
# system.prop for m7
#
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
#
#system props for display
#
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
debug.enabletr=true
ro.hwui.renderer.disable_opaque=true
ro.sf.lcd_density=480
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.maxlayer=3
debug.egl.buffcount=4
dalvik.vm.heapsize=512m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapstartsize=8m
dev.pm.dyn_samplingrate=1
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
#
# system props for the cne module
#
persist.cne.UseCne=vendor
persist.cne.UseSwim=false
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
persist.cne.sync.swim.mode=false
ro.hdmi.enable=true
lpa.decode=true
tunnel.decode=true
lpa.use-stagefright=true
lpa.releaselock=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
#
# 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
# System props for soundhound
# bit 0: Music playback in headset mode
# bit 1: FM 48K
persist.htc.audio.soundhound=1
# System prop to select audio resampler quality
af.resampler.quality=255
# System props for global effect
htc.audio.global.state=0
htc.audio.global.profile=0
htc.audio.q6.topology=0
htc.audio.global.speaker=1
# Disable the off load for currently since this effect is under implementing.
audio.offload.disable=0
#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=196608
#system prop for switching gps driver to qmi
persist.gps.qmienabled=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
# Enable IMS service by default
persist.radio.jbims=1
# For workaround for ro.baseband property. QCT use the property same as radio version to determine the architecture.
# But we hard code to mdm for M7.
ro.baseband.arch = mdm
#Add default network type for phone reference
ro.telephony.default_network=9
#Support manual selection with rat by qualcomm interface.
ro.ril.scan.selection.rat = 1
#
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
# ro.storage_structure: define the storage structure of this project
# FUSE: 0x8, FAT: 0x4, SD: 0x2, INS: 0x1
# Example: If the project has FUSE with SD card, the value should be defined as 10 (dec)
ro.storage_structure = 8
# M7 Hardware Info
ro.product.bluetooth=4.0
ro.product.display_resolution = 4.7 inch 1080p resolution
ro.product.main_camera = HTC UltraPixel Camera
ro.product.front_camera = 2.1M
ro.product.processor = Quadcore
ro.product.ram = 2GB
ro.product.wifi = 802.11 a/b/g/n/ac
#wifi
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
wifi.softap.interface=wlan0
wifi.softapconcurrent.interface=wl0.1
wifi.miracastconcurrent.scan=BRCM4335
persist.wifi.v6=true
persist.wifi.v6.rs.count=5
persist.wifi.v6.rs.timeout=5
#Bluetooth
ro.bt.bdaddr_path = /sys/module/htc_bdaddress/parameters/bdaddress
ro.bt.ble_tag = 1
# Set property to true to enable SAP profile and please choose RIL interface first at BoardConfig.mk
ro.htc.bluetooth.sap = true
# Support HW reset
ro.product.hwreset = 1
ro.product.hwreset.timer1 = 6
ro.product.hwreset.timer2 = 9
ro.hardware.power = htc
# Hardware info - Bluetooth
ro.bt.chipset = Broadcom BCM4335
ro.bt.profiles = 12806403
ro.bt.stack.version = 2.0
ro.bt.stack = Broadcom AFBT
ro.bt.version = 4.0
ro.product.bluetooth=4.0
#For usb storage
ro.usb_host = 1
# Perflock for inter-process activity launch and first launch
persist.htc.multicore.timeout = 1500
# Perflock for Home process lock duration
persist.htc.multicore.home = 800
# For Embadded DIAG
ro.chipset.vendor=QCT
ro.chipset.model=APQ8064
ro.chipset.version=2.0
#
# ADDITIONAL_BUILD_PROPERTIES
#
debug.nfc.fw_download=true
debug.nfc.fw_boot_download=true
ro.carrier=unknown
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
drm.service.enabled=true
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=5.0_r2
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.service.dpsvr.enabled=true
ro.vendor.extension_library=/system/lib/libqc-opt.so
persist.preload.common=1
persist.zygote.preload_threads=3
persist.camera.antibanding=60
persist.camera.tuning_spec=htc
ro.com.android.dataroaming=false
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
and just to be sure:
Code:
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU/04_blarp1$ [B][COLOR="Blue"]e2fsck -fvn system.img [/COLOR][/B]
e2fsck 1.42.9 (4-Feb-2014)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
2711 inodes used (2.36%, out of 114688)
0 non-contiguous files (0.0%)
0 non-contiguous directories (0.0%)
# of inodes with ind/dind/tind blocks: 0/0/0
Extent depth histogram: 2338
389984 blocks used (85.01%, out of 458752)
0 bad blocks
0 large files
2208 regular files
385 directories
0 character device files
0 block device files
0 fifos
0 links
109 symbolic links (109 fast symbolic links)
0 sockets
------------
2702 files
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU/04_blarp1$
nkk71 said:
listing is kinda long, so i'll just attach it, but here's build.prop:
Code:
[email protected]:/mnt/blarp$ [B][COLOR="Blue"]cat build.prop [/COLOR][/B]
ro.ril.oem.ecclist=911
ro.ril.oem.nosim.ecclist=911
ro.ril.enable.a53=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=6
ro.ril.hsxpa=4
ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420,23594,27202,27205
ro.ril.enable.managed.roaming=1
ro.ril.enable.sdr=1
ro.ril.oem.show.act=1
ro.ril.enable.amr.wideband=0
ro.ril.enable.r8fd=1
ro.ril.disable.cpc=1
ro.product.locale.language=en
ro.product.locale.region=US
ro.com.google.clientidbase=android-htc-rev
ro.product.model=HTC One
ro.config.htc.enableCOTA=1
ro.ril.enable.pre_r8fd=1
ro.ril.fd.pre_r8_tout.scr_off=2
ro.ril.fd.pre_r8_tout.scr_on=3
ro.ril.fd.r8_tout.scr_off=2
ro.ril.fd.r8_tout.scr_on=3
ro.ril.ltefgi=1578105984
dev.defaultwallpaper=/system/customize/resource/wallpapers_00.jpg
# begin build properties
# autogenerated by buildinfo.sh
htc.build.stage=2
ro.aa.customizationid=1069905
ro.aa.project=M7_UL_L50_SENSE60_MR
ro.aa.cidlist=BS_US001
ro.aa.maincid=BS_US001
ro.aa.rid=748
ro.aa.modelid=PN0712000
ro.aa.skulist=1540
ro.aa.romver=7.17.1540.21
ro.aa.mainsku=1540
ro.onecid=
ro.aa.report=com
ro.aa.taskid=431270
ro.prot=true
ro.cwkey=BS_US001
ro.build.id=LRX22G
ro.build.display.id=LRX22G release-keys
ro.build.version.incremental=468180.21
ro.build.version.sdk=21
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=5.0.2
ro.build.date=二 5月 5 18:33:18 CST 2015
ro.build.date.utc=1430821998
ro.build.type=user
ro.build.user=buildteam
ro.build.host=ABM101
ro.build.tags=release-keys
ro.product.brand=htc
ro.product.name=brightstarus_wwe
ro.product.device=m7
ro.product.board=APQ8064
# 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=HTC
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=m7
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=7.17.1540.21 CL468180 release-keys
ro.build.fingerprint=htc/brightstarus_wwe/m7:5.0.2/LRX22G/468180.21:user/release-keys
ro.build.characteristics=nosdcard
ro.build.description=7.17.1540.21 CL468180 release-keys
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=7.17.1540.21 CL468180 release-keys
ro.build.changelist=468180
ro.build.project=M7_UL_L50_SENSE60_MR:431270
ro.build.sku=BrightstarUS WWE
ro.build.buildline=M7_BrightStarUS_WWE_L50_CRC_Sense60_Stable_MR2
ro.product.version=7.17.1540.21
ro.build.languageremove=
ro.build.sense.version=6.0
ro.build.version.htcsdk=HTCExt:HTCExtension_Sense60_L_2;SDK:6.55;hdkbase:19.2
# end build properties
#
# from device/htc/m7/system.prop
#
#
# system.prop for m7
#
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
#
#system props for display
#
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
debug.enabletr=true
ro.hwui.renderer.disable_opaque=true
ro.sf.lcd_density=480
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.maxlayer=3
debug.egl.buffcount=4
dalvik.vm.heapsize=512m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapstartsize=8m
dev.pm.dyn_samplingrate=1
dalvik.vm.heapmaxfree=8m
dalvik.vm.heapminfree=2m
#
# system props for the cne module
#
persist.cne.UseCne=vendor
persist.cne.UseSwim=false
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
persist.cne.sync.swim.mode=false
ro.hdmi.enable=true
lpa.decode=true
tunnel.decode=true
lpa.use-stagefright=true
lpa.releaselock=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
#
# 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
# System props for soundhound
# bit 0: Music playback in headset mode
# bit 1: FM 48K
persist.htc.audio.soundhound=1
# System prop to select audio resampler quality
af.resampler.quality=255
# System props for global effect
htc.audio.global.state=0
htc.audio.global.profile=0
htc.audio.q6.topology=0
htc.audio.global.speaker=1
# Disable the off load for currently since this effect is under implementing.
audio.offload.disable=0
#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=196608
#system prop for switching gps driver to qmi
persist.gps.qmienabled=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
# Enable IMS service by default
persist.radio.jbims=1
# For workaround for ro.baseband property. QCT use the property same as radio version to determine the architecture.
# But we hard code to mdm for M7.
ro.baseband.arch = mdm
#Add default network type for phone reference
ro.telephony.default_network=9
#Support manual selection with rat by qualcomm interface.
ro.ril.scan.selection.rat = 1
#
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
# ro.storage_structure: define the storage structure of this project
# FUSE: 0x8, FAT: 0x4, SD: 0x2, INS: 0x1
# Example: If the project has FUSE with SD card, the value should be defined as 10 (dec)
ro.storage_structure = 8
# M7 Hardware Info
ro.product.bluetooth=4.0
ro.product.display_resolution = 4.7 inch 1080p resolution
ro.product.main_camera = HTC UltraPixel Camera
ro.product.front_camera = 2.1M
ro.product.processor = Quadcore
ro.product.ram = 2GB
ro.product.wifi = 802.11 a/b/g/n/ac
#wifi
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
wifi.softap.interface=wlan0
wifi.softapconcurrent.interface=wl0.1
wifi.miracastconcurrent.scan=BRCM4335
persist.wifi.v6=true
persist.wifi.v6.rs.count=5
persist.wifi.v6.rs.timeout=5
#Bluetooth
ro.bt.bdaddr_path = /sys/module/htc_bdaddress/parameters/bdaddress
ro.bt.ble_tag = 1
# Set property to true to enable SAP profile and please choose RIL interface first at BoardConfig.mk
ro.htc.bluetooth.sap = true
# Support HW reset
ro.product.hwreset = 1
ro.product.hwreset.timer1 = 6
ro.product.hwreset.timer2 = 9
ro.hardware.power = htc
# Hardware info - Bluetooth
ro.bt.chipset = Broadcom BCM4335
ro.bt.profiles = 12806403
ro.bt.stack.version = 2.0
ro.bt.stack = Broadcom AFBT
ro.bt.version = 4.0
ro.product.bluetooth=4.0
#For usb storage
ro.usb_host = 1
# Perflock for inter-process activity launch and first launch
persist.htc.multicore.timeout = 1500
# Perflock for Home process lock duration
persist.htc.multicore.home = 800
# For Embadded DIAG
ro.chipset.vendor=QCT
ro.chipset.model=APQ8064
ro.chipset.version=2.0
#
# ADDITIONAL_BUILD_PROPERTIES
#
debug.nfc.fw_download=true
debug.nfc.fw_boot_download=true
ro.carrier=unknown
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
drm.service.enabled=true
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=5.0_r2
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.service.dpsvr.enabled=true
ro.vendor.extension_library=/system/lib/libqc-opt.so
persist.preload.common=1
persist.zygote.preload_threads=3
persist.camera.antibanding=60
persist.camera.tuning_spec=htc
ro.com.android.dataroaming=false
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
and just to be sure:
Code:
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU/04_blarp1$ [B][COLOR="Blue"]e2fsck -fvn system.img [/COLOR][/B]
e2fsck 1.42.9 (4-Feb-2014)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
2711 inodes used (2.36%, out of 114688)
0 non-contiguous files (0.0%)
0 non-contiguous directories (0.0%)
# of inodes with ind/dind/tind blocks: 0/0/0
Extent depth histogram: 2338
389984 blocks used (85.01%, out of 458752)
0 bad blocks
0 large files
2208 regular files
385 directories
0 character device files
0 block device files
0 fifos
0 links
109 symbolic links (109 fast symbolic links)
0 sockets
------------
2702 files
[email protected]:/mnt/hgfs/Drive_W/zUBUNTU/m7encRUU/04_blarp1$
Click to expand...
Click to collapse
It looks right to me
Sent from my HTC One M9 using Tapatalk
phonegeekjr said:
It looks right to me
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
YAY, good to know :good::good:
let me know if you need anything uploaded, my connection isn't exactly very good, but if you feel you need files, lemme know.
Cheerio
Could you tell me what version of ruuveal you are using
Sent from my HTC One M9 using Tapatalk
https://github.com/kmdm/ruuveal
http://forum.xda-developers.com/showthread.php?t=2084470

Categories

Resources