Possible memory management Improvement - Galaxy S6 Edge General

http://phandroid.com/2015/06/10/samsung-galaxy-s6-memory-leak-fix/
Wanted to share this article posted today that may or may not help with the galaxy s6's [and edge's ??] poor memory management(lack of standard multitasking abilities). I personally have not tried the build.prop tweaks, but you need to be rooted to apply the tweaks.
Also, a user comment at the bottom says that his/her phone went into a bootloop after attempting the edits, so use at your own risk, and please post your experience to share your results or changes needed to make it work!
Original xda thread can be found here: http://forum.xda-developers.com/showpost.php?p=61260005&postcount=80 and from beginning here: http://forum.xda-developers.com/tmobile-galaxy-s6/general/s6-ram-management-discussion-t3128229
In your build.prop under #DHA Properties change these two lines:
Code:
ro.config.dha_cached_max=12
ro.config.dha_empty_max=36
Add these 4 lines:
Code:
ro.config.dha_th_rate=2.3
ro.config.dha_lmk_scale=0.545
ro.config.sdha_apps_bg_max=70
ro.config.sdha_apps_bg_min=8
Scroll down beyond the DHA properties where the other properties are stored and remove duplicate entires of
Code:
ro.config.dha_cached_max=
ro.config.dha_empty_max=
ro.config.dha_th_rate=
ro.config.dha_lmk_scale=
Finally this one will change your LMK values:
Code:
ro.config.oomminfree_high=7628,9768,11909,14515,16655,20469

Definitely Improved
I decided to root because of that and I don't regret as it improved multitasking I know can run like 6 apps(probably even more) and switch between without them reloading, about the bootloop it was apparently because the user did not set the correct permissions after. It's definitely worth it to try it

Yes i can confirm it working on s6 edge like a charm

dukat0s said:
Yes i can confirm it working on s6 edge like a charm
Click to expand...
Click to collapse
Would you been ok or willing to upload a snapshot of your edited build.prop for me?
Thank you kindly,
Da Baron

I didn't have such good luck with this. My phone was fine for the first couple of hours. I was streaming with tune-in and checking out twitter and screen became unresponsive, then apps started crashing. I tried reverting back to my original build.prop and got nothing but bootloops. Needless to say I had to Odin back to stock. Perhaps I should have just undid changes to build.prop rather than trying to replace file, and I probably would have been ok.

Da Baron said:
Would you been ok or willing to upload a snapshot of your edited build.prop for me?
Thank you kindly,
Da Baron
Click to expand...
Click to collapse
VM ROM, 925F, running stable. be picky in what you choose to implement .
# begin build properties
ro.build.id=LRX22G
ro.build.display.id=-VN™ROM-LRX22G.G925FXXU1AOE3
ro.build.version.incremental=G925FXXU1AOE3
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=Wed May 6 17:06:58 KST 2015
ro.build.date.utc=1430899618
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5605
ro.build.tags=release-keys
ro.product.model=SM-G925F
ro.product.brand=samsung
ro.product.name=zeroltexx
ro.product.device=zerolte
ro.product.board=universal7420
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=exynos5
ro.build.product=zerolte
ro.build.description=zeroltexx-user 5.0.2 LRX22G G925FXXU1AOE3 release-keys
ro.build.fingerprint=samsung/zeroltexx/zerolte:5.0.2/LRX22G/G925FXXU1AOE3:user/release-keys
ro.build.characteristics=phone
#
# Samsung Specific Properties
ro.build.PDA=G925FXXU1AOE3
ro.build.hidden_ver=G925FXXU1AOE3
ro.config.rm_preload_enabled=0
ro.build.changelist=4497415
ro.product_ship=true
ro.chipname=exynos7420
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
#
# from device/samsung/zerolte/system.prop
# system.prop for universal7420
#
rild.libpath=/system/lib64/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=640
# RIL team modification
# netmgrd should be false in EVO-RIL model
ro.use_data_netmgrd=false
# RIL team modification
# qos will temporary false while supporting qos in EVO-RIL.
persist.data.netmgrd.qos.enable=false
ro.arch=exynos7420
persist.demo.hdmirotationlock=false
ro.zygote.disable_gl_preload=1
ro.sf.lcd_density=640
# Multimedia property for Smart View
media.enable-commonsource=true
# DHA property
ro.config.dha_cached_max=12
ro.config.dha_empty_max=36
ro.config.ldha_spc_enable=false
# Multimedia property for Camcorder Recording
media.sfrec.adj_frames=2
# VQG - User Agent Header for Video-Streaming Client
net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/
#
# ADDITIONAL_BUILD_PROPERTIES
ro.config.tima=0
ro.config.timaversion=3.0
ro.config.ringtone=Machina.ogg
ro.config.notification_sound=tweeters.ogg
ro.config.alarm_alert=Morning_Flower.ogg
ro.config.media_sound=Sweethearts.ogg
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
ro.opengles.version=196609
ro.sf.lcd_density=640
debug.hwc.nodirtyregion=0
debug.hwc.force_gpu=0
debug.hwc.winupdate=1
drm.service.enabled=true
ro.hdcp2.rx=tz
ro.secwvk=220
ro.security.gfservice.version=0.9.2
ro.security.gfservice.whitelist=true
ro.security.gfservice.unload=false
ro.build.scafe=capuccino
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.build.scafe.cream=white
ro.sec.fle.encryption=false
ro.im.param.offset=7341648
ro.me.param.offset=7341728
ro.sn.param.offset=7341808
ro.pr.param.offset=7341888
ro.sku.param.offset=7341968
#security.mdpp=None
ro.security.mdpp.ver=2.0
ro.security.mdpp.release=2
ro.security.vpnpp.ver=1.4
ro.security.vpnpp.release=4.1
#security.mdpp.result=None
ro.error.receiver.default=com.samsung.receiver.error
ro.config.dha_th_rate=2.3
ro.config.dha_lmk_scale=0.545
ro.config.sdha_apps_bg_max=70
ro.config.sdha_apps_bg_min=8
config.disable_atlas=true
ro.security.mdpp.ux=Disabled
ro.security.reactive.active=2
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.com.google.clientidbase=android-samsung
ro.security.icd.flagmode=multi
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
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.arm64.features=default
dalvik.vm.isa.arm.features=div
ro.config.knox=v30
ro.kernel.qemu=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.build.version.sdl=2101
#
# Multi Users
fw.max_users=3
fw.show_multiuserui=1
fw.show_hidden_users=1
fw.power_user_switcher=1
#
#Some Tweaks
debug.performance.tuning=1
debug.composition.type=gpu
ro.config.hw_fast_dormancy=1
ro.config.vc_call_steps=20
ro.ril.enable.amr.wideband=1
debug.enabletr=true
debug.overlayui.enable=1
debug.qctwa.preservebuf=1
hw3d.force=1
ro.config.disable.hw_accel=false
ro.fb.mode=1
ro.sf.compbypass.enable=0
ro.vold.umsdirtyratio=20
persist.sys.ui.hw=1
ring.delay=0
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=15
mot.proximity.delay=15
power.saving.mode=1
proximity_incall=enable
ro.config.hw_quickpoweron=true
ro.config.hw_power_saving=true
ro.ril.disable.power.collapse=0
#
#Wireless and TCP4 Tweaks
wifi.supplicant_scan_interval=180
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.route.flush=1
net.ipv4.tcp_ecn=0
net.ipv4.tcp_fack=1
net.ipv4.tcp_rfc1337=1
net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_wmem=4096 39000 187000
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_moderate_rcvbuf=1
net.ipv4.tcp_window_scaling=1
#
#GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
#
#Experimental Tweaks
boot.fps=24
shutdown.fps=24
wlan.wfd.hdcp=disable
ro.media.enc.jpeg.quality=100
ro.securestorage.support=false
persist.sys.root_access=3
ro.ril.fast.dormancy.rule=0
ro.wmt.blcr.enable=0
logcat.live=disable
ro.config.oomminfree_high=7628,9768,11909,14515,16655,20469
#
#Debug
persist.adb.notify=0
persist.mtp.notify=0
persist.usb.notify=0
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
ro.config.combined_signal=true

I've just made the changes (and borrowed your dns settings too!). Will report back
Sent from my SM-G925F using Tapatalk

apd said:
I've just made the changes (and borrowed your dns settings too!). Will report back
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
Good! Happy to help!

Why not tell us how to properly edit and replace the build.prop file?
The first time I edited the file with Root Explorer editor then rebooted into TWRP and replaced the file by the Aroma File Manager.
It ended up in device stuck at S6 Edge boot logo and I had to reflash.
Second time (current trial) I did everything with Root Explorer, without going into Recovery.
It comes out that after rebooting the general OS behaviour seems alright, but... build.prop has disappeared from /system/...
What the hell?

Cr4z33 said:
Why not tell us how to properly edit and replace the build.prop file?
The first time I edited the file with Root Explorer editor then rebooted into TWRP and replaced the file by the Aroma File Manager.
It ended up in device stuck at S6 Edge boot logo and I had to reflash.
Second time (current trial) I did everything with Root Explorer, without going into Recovery.
It comes out that after rebooting the general OS behaviour seems alright, but... build.prop has disappeared from /system/...
What the hell?
Click to expand...
Click to collapse
...so, put your astronaut costume, this will be rocket science!!!! :laugh:
Via RootExplorer...copy the original buid.prop to a folder in your mass storage...then connect your phone to the computer, copy the file from storage to your computer, edit it with notepad++ (be picky in what you choose to implement...), save-it.
then copy it to your device (mass storage), root explorer, rename old build.prop in System, copy new buil.prop in /system, apply proper permissions (rw-r--r--) with root explorer, reboot...no hell...
http://forum.xda-developers.com/showthread.php?t=1948558
Have a back-up before...

freaksamael said:
...so, put your astronaut costume, this will be rocket science!!!! :laugh:
Click to expand...
Click to collapse
Then I definitely have an issue, 'cause that's like I did too.
build.prop comes up and not, if I use an editor it says there's no build.prop at all...
Sent from my Samsung Galaxy S6 Edge (SM-G925F)

apd said:
I've just made the changes (and borrowed your dns settings too!). Will report back
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
So I've been running the new settings for about half a day. Phone feels initially very snappy (once it has finished properly booting) but after that it feels really quite sluggish and needs a reboot.
Roll on 5.1.1.......
Sent from my SM-G925F using Tapatalk

apd said:
So I've been running the new settings for about half a day. Phone feels initially very snappy (once it has finished properly booting) but after that it feels really quite sluggish and needs a reboot.
Roll on 5.1.1.......
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
OK, that sluggishness may have been down to muzei being resource hog. Have now uninstalled it and trying again! !!
Sent from my SM-G925F using Tapatalk

apd said:
So I've been running the new settings for about half a day. Phone feels initially very snappy (once it has finished properly booting) but after that it feels really quite sluggish and needs a reboot.
Roll on 5.1.1.......
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
I got the same lag (apart from the other issue above).
Sent from my Samsung Galaxy S6 Edge (SM-G925F)

Same.
---------- Post added at 05:21 PM ---------- Previous post was at 05:21 PM ----------
Cr4z33 said:
I got the same lag (apart from the other issue above).
Sent from my Samsung Galaxy S6 Edge (SM-G925F)
Click to expand...
Click to collapse
Same.

My mistake...

I've been using this app called SupeLock Package Disabler to just disable background processes of the phone that were hogging up RAM space. My phone now always has just above 1gb of free RAM all the time so my apps close in the background less often than normal.. Best part about the app is you don't need root access for it to work. There's a limit to how many packages you can disable in the free version but I've found that once the pop up message informing you of this limit shows, you just have to click on More Info, it opens the browser, hit the back button and you'll return back to SuperLock with that last app you selected added to your disabled list. Been working like a charm for me.

You can disable apps for free in the settings so does this do anything else?
Sent from my SM-G925F using Tapatalk

Is it different from Greenify?
Sent from my SM-G925I using XDA Free mobile app

Can it be agreed then that these tweaks are the opposite of the current implementation multitasking management? It is too passive?

Related

[ROM][STOCK] Rogers Gingerbread Kh2 Rooted/ deodexed and zipaligned! -UPDATED AGAIN!

[ROM][STOCK] Rogers Gingerbread Kh2 Rooted/ deodexed and zipaligned! by me!
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.UXKH2
ro.build.version.incremental=UXKH2
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.3
ro.build.date=Fri Aug 12 21:23:43 KST 2011
ro.build.date.utc=1313151823
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-50
ro.build.tags=release-keys
ro.product.model=SGH-I896
ro.product.brand=samsung
ro.product.name=SGH-I896
ro.product.device=SGH-I896
ro.product.board=SGH-I896
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=CA
ro.wifi.channels=
ro.board.platform=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=SGH-I896
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=SGH-I896-user 2.3.3 GINGERBREAD UXKH2 release-keys
ro.build.fingerprint=samsung/SGH-I896/SGH-I896:2.3.3/GINGERBREAD/UXKH2:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I896UXKH2
ro.build.hidden_ver=I896UXKH2
ro.build.changelist=296008
ro.flash.resolution=720
# end build properties
#
# system.prop for smdkc110
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
dalvik.vm.heapsize=64m
ro.opengles.version=131072
# Samsung USB default mode
persist.service.usb.setting=3
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.config.ringtone=01_Minimal_tone.ogg
ro.config.notification_sound=20_Cloud.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=2.3_r5
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.secdevenc=true
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
media.stagefright.enable-player=false
media.stagefright.enable-meta=false
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=false
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
** THIS WILL NOT REPLACE YOUR ATT BOOTLOGO **BUT THESE WILL!!!!!!!!!!!!!
Rogers Captivate Stock ROMS no ATT logo!
or CUSTOM!! (and stock)
Gingerbread Captivate Bootscreen Replacement
both from me and freind!
used crt60 's great deodexing tool!
http://forum.xda-developers.com/showthread.php?t=1288373
i know... little late but hey. at least someone finally did it
CWM flashable
MUST HAVE GINGERBREAD BOOTLOADERS
stock kernel but rooted out of the box!
http://dl.dropbox.com/u/19522464/KH2-deo-root-2.zip
DOWNLOAD SUPER USER APP FROM MARKET. SU installed
Click to expand...
Click to collapse
for a CWM kernel use KH3 by boog and "odin"/"heimdall" PC program or "SGS kernel flasher" app to flash it.
http://forum.xda-developers.com/showthread.php?t=1242533
Click to expand...
Click to collapse
+++++++++++++++++++++++++++
CRT AND EXTEDED POWER MENU!!!!!
http://www.megaupload.com/?d=TTM2BLQ1
get cwm kernel and flash!
JUST FIXED ROOT!
re-uploading now!
thats what i get for rushing and doing two builds at a time!
Link not working....
re-uploading at the moment.. thats why!
TRusselo said:
re-uploading at the moment.. thats why!
Click to expand...
Click to collapse
Please don't tell me that you have Rogers Express Internet.. Because the upload speed for the Express is sloowwwww.
CRT AND EXTEDED POWER [email protected]!!!!!
http://www.megaupload.com/?d=TTM2BLQ1
get cwm kernel and flash!
TRusselo said:
CRT AND EXTEDED POWER [email protected]!!!!!
http://www.megaupload.com/?d=TTM2BLQ1
get cwm kernel and flash!
Click to expand...
Click to collapse
What CWM kernel do I use?
boogs KH2 kernel.
my god ive become what i hated....
here
Boogs Kh3 kernel works well but you will have ATT boot screen.http://forum.xda-developers.com/showthread.php?t=1242533
there are 2 test builds of kh2 (rogers)
http://forum.xda-developers.com/showpost.php?p=18072145&postcount=280
and #2
http://forum.xda-developers.com/showpost.php?p=18158528&postcount=285
but some claim GPS was broken.
i never tried it but found GPS sucked without his mods.
these kernels must be flashed with cwm. so you must odin flash (or sgs kernel flasher app ) another .tar kernel that has cwm3 built in (ANY WILL DO phone doesnt need to boot. just cwm) boot into cwm and flash the captivate kernel. now your phone will boot with the modded kernel.
Yeah, already did that. The Rom looks to be good, no lag or what so ever.
Edit: I'm using the stock SGH-I896 Kernel without CWM because with Boog KH2 kernel, the gps doesn't work at all.
Sent from my SGH-I896 using XDA App
anyone know
anyone know where i can get TOTALLY STOCK rogers gingabred with odin, or how do i go to this from cyanogenmod 7.1.0 stable
try kh3! ATT but it works
my dropbox is exceeded for the day! i need a mirror!
att roms give me an sms time bug that i feel dirty being affected by
rogers stock 2.1 had that issue only att beta kh3 had that issue.
This doesn't have the camera app on it. Could you send me the apk please?
Sent from my SGH-I896 using XDA App
wait for me to get home and see what happened... didnt remove anything.
**camera will disappear if you remove email.apk from system/app or uninstall (Email app)
Dude you are really in the game.....two at once....wow!.
Your plate is really full.
Fantastic stuff here.
Sent from my SAMSUNG-SGH-I897 using Tapatalk
Does this have hsupa ? Since its from Rogers ?
Sent from my SAMSUNG-SGH-I897 using Tapatalk
TRusselo said:
wait for me to get home and see what happened... didnt remove anything.
**camera will disappear if you remove email.apk from system/app or uninstall (Email app)
Click to expand...
Click to collapse
Alright, I'll wait for you. But it's weird because the camera.apk is in /system/app but it's not in the app drawer?? And the gallery isn't working, all you get is a black screen when you open it.
Sent from my SGH-I896 using XDA App

[ICS build.prop] Official ICS, Chinese build's, Eos nightly 36 -fixes Gameloft games!

UPDATE/NOTE: Only the official ICS build and the Chinese build's build.prop files fixes games by Gameloft and some others. Some will still freeze, though.
I'm posting this for those who wish to know the difference between the two since the build.prop from the Chinese ICS' build has most games (mainly Gameloft) working again. In case some of you wish to customize a build.prop of your own, this should be a good place to start. Keep in mind that what I'm doing here is simply showing both build.prop differences. Nothing more.
I did a comparison between the two using the Eos nightly (#36) one as the "original" to be compared against. Here are the results:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=[U][COLOR="Red"]IML77[/COLOR][/U][B][COLOR="Blue"]I.7.1-14[/COLOR][/B]
ro.build.display.id=[U][COLOR="Red"]EOS IML74K Nightly 36[/COLOR][/U][b][COLOR="Blue"]wifi_hubble-userdebug 4.0.3 I.7.1-14 1325304510 test-keys[/COLOR][/b]
ro.build.version.incremental=[U][COLOR="Red"]eng.buildbot.20120113.032705[/COLOR][/U][B][COLOR="Blue"]1325304510[/COLOR][/B]
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri [u][COLOR="Red"]Jan 13 03:27:32 PST 2012[/COLOR][/u][b][COLOR="Blue"]Dec 30 21:45:39 CST 2011[/COLOR][/b]
ro.build.date.utc=[U][COLOR="Red"]1326454052[/COLOR][/U][B][COLOR="Blue"]1325303139[/COLOR][/B]
ro.build.type=[U][COLOR="Red"]eng[/COLOR][/U][B][COLOR="Blue"]userdebug[/COLOR][/B]
ro.build.user=[U][COLOR="Red"]buildbot[/COLOR][/U][B][COLOR="Blue"]hudsoncm[/COLOR][/B]
ro.build.host=[U][COLOR="Red"]typhoon[/COLOR][/U][B][COLOR="Blue"]il93lnxdroid48[/COLOR][/B]
ro.build.tags=test-keys
ro.product.model=[U][COLOR="Red"]Xoom[/COLOR][/U][B][COLOR="Blue"]MZ604[/COLOR][/B]
ro.product.brand=[U][COLOR="Red"]motorola[/COLOR][/U][B][COLOR="Blue"]MOTO[/COLOR][/B]
ro.product.name=[U][COLOR="Red"]tervigon[/COLOR][/U][B][COLOR="Blue"]wifi_hubble[/COLOR][/B]
ro.product.device=[U][COLOR="Red"]wingray[/COLOR][/U][B][COLOR="Blue"]wifi_hubble[/COLOR][/B]
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Motorola
ro.product.locale.language=[U][COLOR="Red"]en[/COLOR][/U][B][COLOR="Blue"]zh[/COLOR][/B]
ro.product.locale.region=[U][COLOR="Red"]US[/COLOR][/U][B][COLOR="Blue"]TW[/COLOR][/B]
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=[U][COLOR="Red"]wingray[/COLOR][/U][B][COLOR="Blue"]wifi_hubble[/COLOR][/B]
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=[U][COLOR="Red"]tervigon-user[/COLOR][/U][B][COLOR="Blue"]wifi_hubble-userdebug[/color][/B] 4.0.3 [U][COLOR="Red"]IML77 239789 release[/COLOR][/U][B][COLOR="Blue"]I.7.1-14 1325304510 test[/COLOR][/B]-keys
ro.build.fingerprint=[U][COLOR="Red"]motorola/tervigon/wingray:4.0.3/IML77/239789:user/release[/COLOR][/U][B][COLOR="Blue"]MOTO/wifi_hubble/wifi_hubble:4.0.3/I.7.1-14/1325304510:userdebug/test[/COLOR][/B]-keys
ro.build.characteristics=tablet
# end build properties
# RIL and telephony related settings
rild.libargs=-d /dev/chnlat10
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.ttydevice=/dev/usb/tty2-1:1.2
persist.ril.mux.noofchannels=8
persist.ril.modem.mode=1
persist.ril.modem.ttydevice=/dev/usb/tty2-1:1.4
ro.telephony.default_network=4
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.[U][COLOR="Red"]com.android.dateformat=MM-dd-yyyy[/COLOR][/U][B][COLOR="Blue"]build.version.full=Blur_Version.71.0.14.MZ604.Retail.en.05
ro.mot.setuptype=2[/COLOR][/B]
ro.config.ringtone=[U][COLOR="Red"]Ring_Synth_04.[/COLOR][/U][B][COLOR="Blue"]Sceptrum.[/COLOR][/B]ogg
ro.config.notification_sound=[u][COLOR="Red"]pixiedust[/COLOR][/u][B][COLOR="Blue"]Cobalt[/COLOR][/B].ogg
ro.config.alarm_alert=[U][COLOR="Red"]Alarm_Classic[/COLOR][/U][B][COLOR="Blue"]Cesium[/COLOR][/B].ogg
[B][COLOR="Blue"]keyguard.no_require_sim=true[/COLOR][/B]
[I][COLOR="YellowGreen"]ro.setupwizard.mode=OPTIONAL[/COLOR][/I]
[B][COLOR="Blue"]drm.service.enabled=true[/COLOR][/B]
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.[U][COLOR="Red"]kernel.android.checkjni=1[/COLOR][/U][B][COLOR="Blue"]com.google.gmsversion=4.0_r0[/COLOR][/B]
[I][COLOR="Green"]ro.setupwizard.mode=OPTIONAL[/COLOR][/I]
[B][COLOR="Blue"]dalvik.vm.lockprof.threshold=500[/COLOR][/B]
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Key:
Underline = Deletion
Bold = Insertion
Italic = Moved from
Italic = Moved to
I added the files for download for those of you who want to build your own and get the games working. This is only good until Team Eos includes updated build.prop in future nightlies.
UPDATE: Thanks to tcrews for providing the official ICS Xoom build.prop. The attached zip now contains all three build.prop files. I also attached the comparison file in Word format which compares all three build.prop files.
UPDATE 2: Thanks gffmac for the flashable official OTA build.prop.
Please report back if you have games that worked fine in Honeycomb that no longer worked when you switched to ICS but is now working again with ICS using a customized build.prop.
All my games worked fine in Honeycomb but some stopped working in ICS. Upon using the build.prop from the Chinese build, all my Gameloft games are working again. Zombie Rider (non-Gameloft), which didn't work upon flashing ICS roms, works with the build.prop but only briefly. It then FCs.
This one may work better....from the official Xoom ICS update..
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IML77
ro.build.display.id=IML77
ro.build.version.incremental=239789
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri Dec 16 21:20:15 UTC 2011
ro.build.date.utc=1324070415
ro.build.type=user
ro.build.user=android-build
ro.build.host=vpbs27.mtv.corp.google.com
ro.build.tags=release-keys
ro.product.model=Xoom
ro.product.brand=motorola
ro.product.name=tervigon
ro.product.device=wingray
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=wingray
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=tervigon-user 4.0.3 IML77 239789 release-keys
ro.build.fingerprint=motorola/tervigon/wingray:4.0.3/IML77/239789:user/release-keys
ro.build.characteristics=tablet
# end build properties
# RIL and telephony related settings
rild.libargs=-d /dev/chnlat10
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.ttydevice=/dev/usb/tty2-1:1.2
persist.ril.mux.noofchannels=8
persist.ril.modem.mode=1
persist.ril.modem.ttydevice=/dev/usb/tty2-1:1.4
ro.telephony.default_network=4
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.ringtone=Sceptrum.ogg
ro.config.notification_sound=Cobalt.ogg
ro.config.alarm_alert=Cesium.ogg
keyguard.no_require_sim=true
ro.setupwizard.mode=OPTIONAL
drm.service.enabled=true
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.com.android.wifi-watchlist=GoogleGuest
ro.error.receiver.system.apps=com.google.android.feedback
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Click to expand...
Click to collapse
ZEN Pinball THD
GOF 2 THD
Nova 2
Modern combat 2
havent tested more
tcrews said:
This one may work better....from the official Xoom ICS update..
Click to expand...
Click to collapse
Thanks! I'll give this a try and do a comparison, too.
LPHS said:
ZEN Pinball THD
GOF 2 THD
Nova 2
Modern combat 2
havent tested more
Click to expand...
Click to collapse
I have the same results, too.
tcrews said:
This one may work better....from the official Xoom ICS update..
Click to expand...
Click to collapse
can anyone confirm this? and is it possible to get a CWM flashable zip?
shakuyi said:
can anyone confirm this? and is it possible to get a CWM flashable zip?
Click to expand...
Click to collapse
I'm testing it right now. I'll report back in a minute.
How are u guys changing this are you just flashing the zip after the nightly or using advanced thanks I've been wanting to play my games would b nice to have
shaggy5991 said:
How are u guys changing this are you just flashing the zip after the nightly or using advanced thanks I've been wanting to play my games would b nice to have
Click to expand...
Click to collapse
build.prop files can be edited directly from Root Explorer or similar file managers with root access and preferably with the capability to mount R/W access.
Of course, it's tedious to edit line by line especially with an on-screen virtual keyboard so you can download the file instead and copy and paste it under /system. Don't forget to backup your original build.prop by renaming with a .bak extension or something similar.
Okay, so I just tested and can confirm that the official stock ICS for Xoom's build.prop works just like the Chinese build's. In terms of Chinese build vs. official build, the games that freezes still freezes and the games the used to not work but now works still works.
I'll update the OP.
can you upload the build prop of the official ota
LPHS said:
can you upload the build prop of the official ota
Click to expand...
Click to collapse
+1
Sent from my Xoom using Tapatalk
LPHS said:
can you upload the build prop of the official ota
Click to expand...
Click to collapse
banny7000 said:
+1
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
Yup, it's in the OP. I just updated it. If you want to copy and paste tcrews' post, it's also there in page 1.
Can Simone put together a flashable zip so we can flash it with every nightly
shaggy5991 said:
Can Simone put together a flashable zip so we can flash it with every nightly
Click to expand...
Click to collapse
You can simply open the nightly zip, delete the build.prop in the /system folder and drop the one you want in there. I'd make one but I'm busy at work and I'm about to head home. (Woohoo! Long weekend awaits!)
shaggy5991 said:
Can Simone put together a flashable zip so we can flash it with every nightly
Click to expand...
Click to collapse
Try this, let me know if it works.
gffmac said:
Try this, let me know if it works.
Click to expand...
Click to collapse
Zip worked but Gameloft games are still not working for me. I tried asphault gt, uno, and galaxy on fire 2 ( which I realize is not a gameloft game but failed just the same
Tried the Zip
I tried the zip file, games worked but Verizon 4G wouldn't activate with the build prop as written. Had to go back to TeamEOS' original. I'm going to try to hack up a version that'll work with Verizon's service.
Hi, I have another chinese tablet PC and I tried your tweak, it works great ! Gameloft games appear now.
But I still don't see many apps on the Market, such as Facebook. Does facebook appear on your market ?
Thanks a lot !
The latest nightly from Team Eos should work for most games now. These build.props are no longer needed.

[ROM][Kies] I9100XILA3 [27.01.2012][Android 2.3.6]

PDA: I9100XILA3
PHONE: I9100OXIKK1
CSC: I9100XWKI1
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.XILA3
ro.build.version.incremental=XILA3
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.6
ro.build.date=Fri Jan 27 11:41:08 CET 2012
ro.build.date.utc=1327660868
ro.build.type=user
ro.build.user=root
ro.build.host=DELLBUILDER01
ro.build.tags=release-keys
ro.product.model=GT-I9100
ro.product.brand=samsung
ro.product.name=GT-I9100
ro.product.device=GT-I9100
ro.product.board=GT-I9100
ro.product.cpu.abi=armeabi-v7a
# Samsung Specific Properties
ro.build.PDA=I9100XILA3
ro.build.hidden_ver=I9100XILA3
ro.build.changelist=918900
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=s5pc210
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9100
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9100-user 2.3.6 GINGERBREAD XILA3 release-keys
ro.build.fingerprint=samsung/GT-I9100/GT-I9100:2.3.6/GINGERBREAD/XILA3:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9100XILA3
ro.build.hidden_ver=I9100XILA3
ro.build.changelist=918900
ro.tether.denied=false
ro.flash.resolution=1080
# end build properties
#
# system.prop for asop5000
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
dalvik.vm.heapsize=64m
# Samsung USB default mode
persist.service.usb.setting=0
dev.powersave_fps=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.com.google.clientidbase=android-samsung
ro.com.google.gmsversion=2.3_r9
media.stagefright.enable-player=false
media.stagefright.enable-meta=false
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=false
dev.sfbootcomplete=0
ro.com.google.clientidbase=android-samsung
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
keyguard.no_require_sim=true
ro.config.ringtone=S_Over_the_horizon.ogg
ro.config.notification_sound=01_Sherbet.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.opengles.version=131072
ro.setupwizard.mode=OPTIONAL
ro.secdevenc=true
ro.wtldatapassword=true
ro.error.receiver.default=com.samsung.receiver.error
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Download:
Stock Odexed (Odin package), thanks to Przekret
[ROM][CWM][XILA3 2.3.6] Deodexed Stock & RTL FIX
I9100XILA3:
http://hotfile.com/dl/148103402/aed9c5d/GT-I9100_ITV__I9100XILA3_I9100OXIKK1_I9100XWKI1.zip.html
XILA2 was fantastic..what about this? is someone trying it?
I tried it yesterday, it was very smooth, realy wonderful. Now i am flashing it again.
wanam said:
PDA: I9100XILA3
PHONE: I9100OXIKK1
CSC: I9100XWKI1
[*][ROM][CWM][XILA3 2.3.6] Deodexed Stock & RTL FIX
[/LIST]
Click to expand...
Click to collapse
wanam, could do rom cwm with LB2?
i cannot connect with odin... which version odin?
I read in some forums that this update has disappeared from KIES today at 1pm aprox.
Why? They've just released it!
Sent from my Galaxy S II using XDA App
how to install one package? please help!
ant987 said:
I read in some forums that this update has disappeared from KIES today at 1pm aprox.
Why? They've just released it!
Sent from my Galaxy S II using XDA App
Click to expand...
Click to collapse
Product Code: GT-I9100LKAITV
Latest firmware: I9100XILA3/I9100OXIKK1/I9100XWKI1/I9100XILA3
Modified: 27.02.2012 12:22:48
Filename: GT-I9100_ITV_1_20120227122235.zip.enc2
Click to expand...
Click to collapse
Still online.
pleaseeeeeeee
moskovljevic said:
pleaseeeeeeee
Click to expand...
Click to collapse
????????????????????
moskovljevic said:
i cannot connect with odin... which version odin?
Click to expand...
Click to collapse
moskovljevic said:
pleaseeeeeeee
Click to expand...
Click to collapse
1.85
Close all Kies* tasks in the task manager.
You need to have Kies installed for the USB drivers.
ty... video gtalk not working?
Is there the arabic language....
Sent from my GT-I9100 using xda premium
walidhiphop said:
Is there the arabic language....
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Flash my CWM deodexed version with RTL Fix.
sachs said:
wanam, could do rom cwm with LB2?
Click to expand...
Click to collapse
Deodexing...
wanam said:
Deodexing...
Click to expand...
Click to collapse
THANKS....: D
I have updated to XILA3 through Kies - all good, but after the reboot, the Kies Air app was gone. I re-installed it from Market, but it does not function - it just hangs and if left for 3-4 min - the phone restarted.
Anyone noticed the same behavior?
The update also kept all my settings so far, except the root. Does anyone know any insecure kernel for this firmware so I can root again?
Any change log for this version?
I used intratech xila3. Because of old bootloader.
Sent from my GT-I9100 using Tapatalk
ryn888 said:
I used intratech xila3. Because of old bootloader.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
My CWM XILA3 version has no Bootloaders included .

[New ROM][ODIN] 4.0.4 New Stock Firmware - XXLQ7 - Poland (Unbranded)

New ROM Released for XEO
Product Code: GT-I9100LKAXEO
Latest firmware: I9100XXLQ7/I9100OXALQ7/I9100XXLQ6/I9100XXLQ7
Modified: 7/6/2012 2:02:16 PM
http://www.hotfile.com/dl/164489761/4d7729c/I9100XXLQ7_I9100OXALQ7_XEO.zip.html
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IMM76D
ro.build.display.id=IMM76D.XXLQ7
ro.build.version.incremental=XXLQ7
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Wed Jul 4 20:14:34 KST 2012
ro.build.date.utc=1341400474
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-107
ro.build.tags=release-keys
ro.product.model=GT-I9100
ro.product.brand=samsung
ro.product.name=GT-I9100
ro.product.device=GT-I9100
ro.product.board=smdk4210
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=exynos4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9100
ro.tether.denied=false
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9100-user 4.0.4 IMM76D XXLQ7 release-keys
ro.build.fingerprint=samsung/GT-I9100/GT-I9100:4.0.4/IMM76D/XXLQ7:user/release-keys
ro.build.characteristics=phone
# Samsung Specific Properties
ro.build.PDA=I9100XXLQ7
ro.build.hidden_ver=I9100XXLQ7
ro.build.changelist=753921
# end build properties
#
# system.prop for smdk4210
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
#wlan.driver.apmode "unloaded"
net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/GT-I9100.xml
net.streaming.rtsp.uaprof.bo=http://wap.samsungmobile.com/uaprof/GT-I9100BO.xml
net.streaming.rtsp.uaprof.hz=http://wap.samsungmobile.com/uaprof/GT-I9100HZ.xml
persist.sys.storage_preload=1
# Multimedia property for Smart View
media.enable-commonsource=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.sf.lcd_density=240
ro.config.ringtone=S_Over_the_horizon.ogg
ro.config.notification_sound=S_Whistle.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
hwui.render_dirty_regions=false
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=128m
ro.secdirenc=true
ro.secsddecryption=true
ro.secfulldirenc=true
keyguard.no_require_sim=true
dev.sfbootcomplete=0
dev.powersave_fps=0
drm.service.enable=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r2
ro.com.google.clientidbase=android-samsung
ro.error.receiver.default=com.samsung.receiver.error
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.kernel.qemu=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
lvvine said:
New ROM Released for XEO
Product Code: GT-I9100LKAXEO
Latest firmware: I9100XXLQ7/I9100OXALQ7/I9100XXLQ6/I9100XXLQ7
Modified: 7/6/2012 2:02:16 PM
http://www.hotfile.com/dl/164489761/4d7729c/I9100XXLQ7_I9100OXALQ7_XEO.zip.html
Click to expand...
Click to collapse
Its older. Changelist is lower.
Sent from my GT-I9100 using xda premium
Any body try it yet ???
Sent from my GT-I9100 using xda premium
more info, the kernel is still the problem of brick
Let the bricking begin!
I9100XXLQ7
Base Firmware: I9100XXLQ7(4.0.4)
Modem: I9100XXLQ6
CSC: I9100OXALQ7
Build Date: 04-07-2012
Changlist: 753921
Download:
hotfile, direct link:
https://hotfile.com/dl/164506942/4b4422e/GT-I9100_XEO_I9100XXLQ7_I9100OXALQ7_I9100XXLQ6.zip.html
lol
DanDroidian said:
Let the bricking begin!
Click to expand...
Click to collapse
MaKTaiL said:
Changelist is lower.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
You have >1200 posts, so you should know that XW and XX Firmwares have separate Changelist.
promi said:
You have >1200 posts, so you should know that XW and XX Firmwares have separate Changelist.
Click to expand...
Click to collapse
+1
Sent from my GT-I9100 using xda premium
+1 XXLQ6
Few screenshots updated via OTA....
looks cool +1
Did any one check..Does this rom has the Hard brick Bug ?
I'm a little bit confused :
see the picture.....or go here: http://www.sammobile.com/firmware/?page=8&view=5598
how you can see, here they say this version it's 4.03......Am I wrong maybe????!:silly:
Its 4.0.4. I just got the official OTA update. It seems a bit faster than 4.0.3. And smoother. For some odd reason the Galaxy S2 i purchased is the polish version :S.
i9100XXLQ7
I got the actualisation today, seems to work as it should.
Rooted with CF-root, then flashed Siyah 3.4.1.
I also used the fix for the camera and video issue, now it works fine.
No brick experienced.
updated my S2 this morning there was an issue though, the SD wouldn't mount so I had to remove it then reboot to reinstall the update, then stuck the SD card back in.
personally not a fan of the browser, there is no refresh option now like before in the menu, no more side scrolling in the bookmarks to go between them and history and saved pages. faster? I don't know, maybe 4.03 was plenty fast for me.
Tuqano said:
I'm a little bit confused :
see the picture.....or go here: http://www.sammobile.com/firmware/?page=8&view=5598
View attachment 1222852
how you can see, here they say this version it's 4.03......Am I wrong maybe????!:silly:
Click to expand...
Click to collapse
+1.why would sammobile say its 4.0.3 then? Any screenshots of build number etc?
Sent from my GT-I9100 using xda premium
naokilla said:
+1.why would sammobile say its 4.0.3 then? Any screenshots of build number etc?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
here you go.
S/N?
Coming from stock XXLPW (Poland), received it OTA early in the morning. It took about 5 min to upgrade (I thought it stuck). Serial number lost (0000000000000000). Everything else working great so far.
Hopefully tungstwerty will soon shed some light about the safety of this rom (might be safe considering it's a xx one?)
Kestudidbo said:
I got the actualisation today, seems to work as it should.
Rooted with CF-root, then flashed Siyah 3.4.1.
I also used the fix for the camera and video issue, now it works fine.
No brick experienced.
Click to expand...
Click to collapse
What a fix did you use? Thanx

N900AUCUCMLG 4.4.2 KitKat

!!! WARNING !!! These both contain bootloaders!
If you don't know what these are, or how to use them, or want to keep root, I would suggest you wait until someone confirms a flashing method that retains root or builds a custom rom.
As usual, thanks to my anonymous source!
N900AUCECMLG_OneClickBin.zip (N900AUCECMLG_OneClickBin.exe)
Download: http://www.androidfilehost.com/?fid=23321874045862490
MD5: B2BA36D086285DC5C0BCC7FB084D24A4
SIZE: 1.5GB
N900AUCECMLG.zip
Download: http://www.androidfilehost.com/?fid=23321874045862491
MD5: E92AF038F5259EFA1BEAE0613FC8C614
SIZE: 1.5GB
!!! WARNING !!! These both contain bootloaders!
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49H
ro.build.display.id=KOT49H.N900AUCUCMLG
ro.build.version.incremental=N900AUCUCMLG
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Sat Jan 4 19:10:49 KST 2014
ro.build.date.utc=1388830249
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDC3313
ro.build.tags=release-keys
ro.product.model=SAMSUNG-SM-N900A
ro.product.brand=samsung
ro.product.name=hlteuc
ro.product.device=hlteatt
ro.product.board=MSM8974
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8974
# ro.build.product is obsolete; use ro.product.device
ro.build.product=hlteatt
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=hlteuc-user 4.4.2 KOT49H N900AUCUCMLG release-keys
ro.build.fingerprint=samsung/hlteuc/hlteatt:4.4.2/KOT49H/N900AUCUCMLG:user/release-keys
ro.build.characteristics=att
# Samsung Specific Properties
ro.build.PDA=N900AUCUCMLG
ro.build.hidden_ver=N900AUCUCMLG
ro.build.changelist=257432
ro.product_ship=true
ro.chipname=MSM8974
ro.build.knox.container=
# end build properties
#
# from device/samsung/hlteatt/system.prop
#
#
# system.prop for msm8974
#
ro.sf.lcd_density=480
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
# For sys info indication
persist.radio.add_power_save=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
debug.disable.bwc=1
debug.mdpcomp.logs=0
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
ro.hdmi.enable=true
tunnel.decode=true
tunnel.audiovideo.decode=true
lpa.decode=false
lpa.use-stagefright=true
persist.speaker.prot.enable=false
qcom.hw.aac.encoder=true
#
# system props for the cne module
#
persist.cne.feature=0
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
mm.enable.smoothstreaming=true
media.aac_51_output_enabled=true
#37491 is decimal sum of supported codecs in AAL
#codecs: AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=37491
# VIDC: debug_levels
# 1:ERROR 2:HIGH 4:LOW 0:NOLOGS 7:AllLOGS
vidc.debug.level=1
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
ro.data.large_tcp_window_size=true
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
# System property for cabl
ro.qualcomm.cabl=1
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
ro.qc.sdk.sensors.gestures=true
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.camera.facialproc=false
#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
#SLook
ro.slook.ver=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
persist.sys.logkit.ctrlcode=0
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.com.google.clientidbase=android-samsung
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=double
ro.sec.fle.encryption=true
ro.hdcp2.rx=tz
media.enable-commonsource=true
ro.secwvk=144
ro.securestorage.support=true
security.mdpp=None
ro.security.mdpp.ver=1.0
ro.security.mdpp.release=1
security.mdpp.result=None
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.path_cache_size=8
ro.hwui.shape_cache_size=2
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=4
ro.hwui.texture_cache_flush_rate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=512
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
ro.error.receiver.default=com.samsung.receiver.error
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.ringtone=ATT_Firefly_Default.ogg
ro.config.notification_sound=Whisper.ogg
ro.security.mdpp.ux=Enabled
ro.setupwizard.mode=OPTIONAL
ro.com.google.clientidbase.ms=android-att-us
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=4.4.2_r1
persist.sys.dalvik.vm.lib=libdvm.so
ro.build.selinux=1
ro.kernel.qemu=0
ro.config.tima=1
ro.config.knox=1
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=0
ro.qc.sdk.izat.service_mask=0x0
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
Did any installed it?
Guess you should move this Rom section
Dude .. you are the MAN .. :highfive:
Downloading *** Just wished you could have dumped it somewhere in this country .. LOL
Holy crap!
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Can locked bootloaders use this?
I sure hope so being in this thread.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
ealvinito said:
I sure hope so being in this thread.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You would think so but can never be too sure
Slightly off topic but isn't there a way to modify .tar.md5 files to remove bootloaders
jtl999 said:
Slightly off topic but isn't there a way to modify .tar.md5 files to remove bootloaders
Click to expand...
Click to collapse
There are no .tar.md5 files. You can grab the zip version and package it without the bootloaders.
itmaster85 said:
Can locked bootloaders use this?
Click to expand...
Click to collapse
Sure can
designgears said:
There are no .tar.md5 files. You can grab the zip version and package it without the bootloaders.
Sure can
Click to expand...
Click to collapse
Hell ya, Time to start rom building
EDIT>8 Hours to download!! Designgears do you think you can post a mirror to mediafire
Seing as this is a leak and includes bootloaders, is it locked?
Sent from my SM-N900V using XDA Premium 4 mobile app
itmaster85 said:
Seing as this is a leak and includes bootloaders, is it locked?
Sent from my SM-N900V using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yes, as always
drakeymcmb said:
yes, as always
Click to expand...
Click to collapse
Wasnt sure if att already got there nasty hands all over this yet or if it was pre att
Sent from my SM-N900V using XDA Premium 4 mobile app
Thanks for this designgears! As always u pull through for us.
Sent from my LG-D802 using XDA Premium 4 mobile app
is the .zip flashable?
ealvinito said:
is the .zip flashable?
Click to expand...
Click to collapse
lol no. Its a one click odin or a zip format of the odin. None are flashable
ok
drakeymcmb said:
lol no. Its a one click odin or a zip format of the odin. None are flashable
Click to expand...
Click to collapse
The zip is just all the files pulled out of the exe file
Oh. And to anyone currently using safe strap to flash roms, I would not use this until it is confirmed working by someone respectable. More than likely this will break our exploit that hashcode has provided us.
Just trying to help inform everyone...
Download keeps getting stuck. Once at 96%, then 60%... Or is it me?
Sent from my SAMSUNG-SM-N900A using xda app-developers app

Categories

Resources