[GUIDE] how to port stock ics roms to play - Xperia Play General

hi all
as you all know im ported many roms to play for my daily use and now i wanna share you guys how i did that
(as i promised im going to release all my guides because im leaving xperia play section because of my bricked play and its ancient hardware but please give me thanks if you like this guide and if you used it for porting roms please give me credits)
porting with this guide is very simple because i did the hard parts myself
What you'll need:
1-brain
2-notepad ++
3-my porting files
4-a diff checker (you can use this one)
5-xperia arc build.prob
6-your rom
7-winrar
important:if the rom has new version of armora installer this guide wont work as touchscreen wont work on that armora on play (you have to remove armora installer first then you can port the rom)
ok now we can start
1-copy rom and my files in a folder (for example port project)
2-open both zip files
now you have 2 ways
1- if the rom has armora installer
2-if the rom doesnt have that
if the rom has armora installer
you will need to find the folder device files in the rom.zip
in most of the roms its named armora/device but in some of them like uhd armora/device name (for example arc)
ok now open the arc device folder in rom.zip(because some other devices have different touchscreen files that i haven't included them in my zip so touchscreen wont work if you use those devices)
now simply drag all my the files(but not the build.prob) inside stockicsporting.zip to arc folder in rom zip
if the rom deosnt have armora installer
you work is easier
go to system folder then drag all my files(but not the build.prob) inside stockicsporting.zip to /system of rom.zip
ok now we need to make the build.prob file of our rom
check second post for that

build.prob editing is a little harder than other parts buts is easy
i saw that if you only change device name and these things your wifi wont work
so we need to rebuild build.prob inside stockicsporting.zip and add it to our rom.zip
go to http://www.diffchecker.com/ or use any other diffchecker that you have
copy the build.prob that i opsted in post#3 to original text
now copy build.prob of arc rom.zip to changed text
now compare them
you will some changes
dont even look at these ones because it we dont need them
ro.build.date=Wed Jul 4 12:32:24 2012
ro.build.date.utc=1341397944
ro.build.user=BuildUser
ro.build.host=BuildHost
ro.build.product=LT15i
ro.build.description=LT15i-user 4.0.4 4.1.B.0.587 tL1_3w test-keys
ro.product.brand=SEMC
ro.product.name=LT15i_1254-9461
ro.product.device=LT15i
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/LT15i_1254-9461/LT15i:4.0.4/4.1.B.0.587/tL1_3w:user/release-keys
Click to expand...
Click to collapse
some of the lines are not even used in xperia play device so we dont need to add them in your build.prob like these ones
######################## Customized property values #########################
ro.semc.version.cust=1254-9461
ro.semc.version.cust_revision=R2I
ro.semc.enable.fast_dormancy=false
ro.semc.ecclist.num=8
ro.semc.ecclist.number.0=000
ro.semc.ecclist.number.1=08
ro.semc.ecclist.number.2=110
ro.semc.ecclist.number.3=112
ro.semc.ecclist.number.4=118
ro.semc.ecclist.number.5=119
ro.semc.ecclist.number.6=911
ro.semc.ecclist.number.7=999
ro.operator.displayUnicodeName=false
Click to expand...
Click to collapse
but some changes are for rom name and build.prob tweaks inside build.prob
we need to inculde them in build.prob
for example:
ro.build.id=4.1.B.0.587
and these tweaks:
debug.enabletr=true
dalvik.vm.jniopts=forcecopy
dalvik.vm.checkjni=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
logcat.live=disable
ro.config.nocheckin=1
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.cust.tel.eons=1
ro.mot.eri.losalert.delay=30000
wifi.supplicant_scan_interval=400
ro.ril.enable.a52=0
ro.ril.enable.a53=1
ro.ril.enable.dtm=1
ro.ril.enable.sdr=1
ro.ril.enable.gea3=1
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.amr.wideband=1
ro.config.vc_call_steps=20
persist.sys.usb.config=mass_storage,adb
persist.adb.notify=0
ro.media.enc.jpeg.quality=100
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=true
debug.qctwa.statusbar=1
debug.qc.hardware=true
com.qc.hardware=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
ro.semc.sound_effects_enabled=true
Click to expand...
Click to collapse
these things should be added/changed in the rebuilded build.prob of stockicsporting.zip
after you rebuilded the build.prob push it to the armora/device or /system (based on first post)
then you can flash you rom

xperia arc s build.prob
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Wed Jul 4 12:32:24 2012
ro.build.date.utc=1341397944
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=LT18a
ro.build.description=LT18a-user 4.0.4 4.1.B.0.587 tL1_3w test-keys
ro.product.brand=SEMC
ro.product.name=LT18a_1254-9461
ro.product.device=LT18a
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/LT18a_1254-9461/LT18a:4.0.4/4.1.B.0.587/tL1_3w:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1254-9461
ro.semc.version.cust_revision=R2I
ro.semc.enable.fast_dormancy=false
ro.semc.ecclist.num=8
ro.semc.ecclist.number.0=000
ro.semc.ecclist.number.1=08
ro.semc.ecclist.number.2=110
ro.semc.ecclist.number.3=112
ro.semc.ecclist.number.4=118
ro.semc.ecclist.number.5=119
ro.semc.ecclist.number.6=911
ro.semc.ecclist.number.7=999
ro.operator.displayUnicodeName=false
#########################################################################
ro.config.ringtone=sony_ericsson.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=alarm.ogg
ro.semc.content.number=PA3
################# Updating of the SW Version #################
ro.semc.version.fs_revision=4.1.B.0.587
ro.build.id=4.1.B.0.587
ro.build.display.id=4.1.B.0.587
##### Values from product package metadata #####
ro.semc.product.model=LT18a
ro.semc.ms_type_id=AAD-3880098-AV
ro.semc.version.fs=WORLD-a
ro.semc.product.name=Xperia arc S
ro.semc.product.device=LT18
ro.product.model=LT18a
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.incremental=tL1_3w
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.type=user
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony Ericsson
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=msm7x30
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=default
# end build properties
#
# system.prop for ayame
#
# Notify the system that the RIL only signals once
ro.telephony.call_ring.multiple=false
rild.libpath=/system/lib/libril-qc-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=
DEVICE_PROVISIONED=1
wifi.interface = wlan0
ro.semc.wifi.hostapd=1
ro.semc.timescape_keys=Sony_Ericsson_Xperia
ro.semc.sols.product-code=95
ro.semc.sols.company-code=5
persist.ro.ril.sms_sync_sending=1
ro.use_data_netmgrd=true
# Disable strict mode checking
persist.android.strictmode=0
# Constant values for Battery test in Service menu
ro.semc.batt.capacity=1500
ro.semc.batt.test.z_threshold=50
ro.semc.batt.test.min_level=70
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
#Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=4.0_r2
ro.com.google.clientidbase=android-sonyericsson
drm.service.enabled=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.semc.xloud.supported=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
ro.sf.lcd_density=240
ro.usb.pid_suffix=14F
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.drm.active.num=4
ro.drm.active.0=semc,1
ro.drm.active.1=cmla,0
ro.drm.active.2=viaccess,0
ro.drm.active.3=marlin,1
Click to expand...
Click to collapse

bugs:
1-video recording not working
if you had any problem please quick replay one of these posts dont pm me
if you need help with build.pron do this too
if you found any problem in the guide or if i had any english problem pleas tell me to fix it
credits:
smokerman for touchpad fix

smkerman said something that really put me in thinking
so after some researches im trying to find a new way for porting roms
my first file is getting flashed now (well i unlocked my bootloader again and im coming back to development until my friend comes and get his xperia play or i finish this job)
i will post the result soon
edit:well this method didnt work
so im going to find another method

Related

[REQUEST] Post build.prop file please!

Hello, I am developing for this device and would really appreciate someone posting their build.prop file. Thank you in advance. It is located in /system and can be pulled using astro file manager.
LegionTHEFecalExcretion said:
Hello, I am developing for this device and would really appreciate someone posting their build.prop file. Thank you in advance. It is located in /system and can be pulled using astro file manager.
Click to expand...
Click to collapse
Here you are mate.
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Sat Feb 26 23:20:44 2011
ro.build.date.utc=1298758844
ro.build.user=SEMCUser
ro.build.host=SEMCHost
##### Final patch of properties #####
ro.semc.product.model=R800i
ro.build.product=R800i
ro.build.description=R800i-user 2.3.2 3.0.A.2.184 R_fP test-keys
ro.product.brand=SEMC
ro.product.name=R800i_1247-6199
ro.product.device=R800i
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/R800i_1247-6199/R800i:2.3.2/3.0.A.2.184/R_fP:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1247-6199
ro.semc.version.cust_revision=R6C
ro.semc.enable.fast_dormancy=true
ro.semc.ecclist.num=3
ro.semc.ecclist.type.0=police
ro.semc.ecclist.number.0=999
ro.semc.ecclist.plmn.0=234 FFF
ro.semc.ecclist.type.1=police
ro.semc.ecclist.number.1=112
ro.semc.ecclist.type.2=police
ro.semc.ecclist.number.2=911
persist.ro.ril.sms_sync_sending=1
#########################################################################
ro.config.alarm_alert=alarm.ogg
ro.config.ringtone=sony_ericsson.ogg
ro.config.notification_sound=notification.ogg
ro.semc.content.number=PA1
################# Updating of the SW Version #################
ro.semc.version.fs_revision=3.0.A.2.184
ro.build.id=3.0.A.2.184
ro.build.display.id=3.0.A.2.184
##### Values from product package metadata #####
ro.product.model=R800i
ro.semc.ms_type_id=AAD-3880088-BV
ro.semc.version.fs=WORLD-1-8
ro.semc.product.name=Xperia PLAY
ro.semc.product.device=R800
# begin build properties
# autogenerated by buildinfo.sh
#ro.build.id=3.0.A.2.184
#ro.build.display.id=3.0.A.2.184
ro.build.version.incremental=R_fP
ro.build.version.sdk=9
ro.build.version.codename=REL
ro.build.version.release=2.3.2
#ro.build.date=Wed Mar 16 17:16:39 CET 2011
#ro.build.date.utc=1300292199
ro.build.type=user
#ro.build.user=hudsonslave
#ro.build.host=seldlx1143
#ro.build.tags=test-keys
#ro.product.model=zeusrow
#ro.product.brand=Sony-Ericsson
#ro.product.name=zeusrow
#ro.product.device=zeusrow
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony Ericsson
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=msm7x30
# ro.build.product is obsolete; use ro.product.device
#ro.build.product=zeusrow
# Do not try to parse ro.build.description or .fingerprint
#ro.build.description=zeusrow-user 2.3.2 3.0.A.2.184 R_fP test-keys
#ro.build.fingerprint=Sony-Ericsson/zeusrow/zeusrow:2.3.2/3.0.A.2.184/R_fP:user/test-keys
# end build properties
#
# system.prop for zeusrow
#
# Notify the system that the RIL only signals once
ro.telephony.call_ring.multiple=0
rild.libpath=/system/lib/libril-qc-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=
DEVICE_PROVISIONED=1
#ro.semc.product.name=zeusrow
#ro.semc.product.device=zeusrow
#ro.semc.product.model=zeusrow
#persist.ro.ril.sms_sync_sending=1
ro.semc.timescape_keys=Sony_Ericsson_Xperia_PLAY
ro.product.sdcard.automount=0
ro.semc.sols.product-code=97
ro.semc.sols.company-code=5
# Constant values for Battery test in Service menu
ro.semc.batt.capacity=1500
ro.semc.batt.test.z_threshold=50
ro.semc.batt.test.min_level=70
#Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.sf.lcd_density=240
dalvik.vm.heapsize=32m
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.semc.dashboard.xperiaplay=false
ro.semc.dashboard.searchuri=http://pss.dl.playstation.net/pss/content/list.html
#ro.config.notification_sound=OnTheHunt.ogg
#ro.config.alarm_alert=Alarm_Classic.ogg
ro.com.google.gmsversion=2.3_r1
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase=android-sonyericsson
persist.usb.storagemode=mtp
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.sf.lcd_density=240
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.drm.active.num=4
ro.drm.active.0=semc,1
ro.drm.active.1=cmla,0
ro.drm.active.2=viaccess,0
ro.drm.active.3=marlin,1
Thank you very much!!!

need build.prop from rogers play

can someone with a rogers play please share their build.prop here?
Ill be glad to get you it but can you post a guide or something?
RacecarBMW said:
Ill be glad to get you it but can you post a guide or something?
Click to expand...
Click to collapse
The build.prop is in the root of the /system/ directory
Sent from my R800i using Tapatalk
use root explorer or linda file manager or something to copy it from /system to /sdcard and upload
There you go.
Sent from my R800a using XDA App
———————
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Sat Feb 26 23:20:44 2011
ro.build.date.utc=1298758844
ro.build.user=SEMCUser
ro.build.host=SEMCHost
##### Final patch of properties #####
ro.semc.product.model=R800a
ro.build.product=R800a
ro.build.description=R800a-user 2.3.2 3.0.A.2.181 SvfP test-keys
ro.product.brand=SEMC
ro.product.name=R800a_1247-6276
ro.product.device=R800a
ro.build.tags=release-keys
ro.build.fingerprint=SEMC/R800a_1247-6276/R800a:2.3.2/3.0.A.2.181/SvfP:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1247-6276
ro.semc.version.cust_revision=R6C
ro.semc.enable.fast_dormancy=true
ro.semc.rem-roam-icon=1
persist.cust.tel.eons=1
persist.cust.tel.adapt=1
ro.semc.ecclist.num=1
ro.semc.ecclist.type.0=police
ro.semc.ecclist.number.0=911
ro.operator.displayUnicodeName=false
ro.com.android.mobiledata=true
ro.settings.apn.lock=Rogers Tethering
ro.telephony.inactivesim=unregistered_sim
#########################################################################
ro.config.alarm_alert=alarm.ogg
ro.config.ringtone=sony_ericsson.ogg
ro.config.notification_sound=notification.ogg
ro.semc.content.number=PA1
################# Updating of the SW Version #################
ro.semc.version.fs_revision=3.0.A.2.181
ro.build.id=3.0.A.2.181
ro.build.display.id=3.0.A.2.181
##### Values from product package metadata #####
ro.product.model=R800a
ro.semc.ms_type_id=AAD-3880087-BV
ro.semc.version.fs=ROGERS-1-2-5
ro.semc.product.name=Xperia PLAY
ro.semc.product.device=R800
# begin build properties
# autogenerated by buildinfo.sh
#ro.build.id=3.0.A.2.181
#ro.build.display.id=3.0.A.2.181
ro.build.version.incremental=SvfP
ro.build.version.sdk=9
ro.build.version.codename=REL
ro.build.version.release=2.3.2
#ro.build.date=Tue Mar 1 13:23:13 CET 2011
#ro.build.date.utc=1298982193
ro.build.type=user
#ro.build.user=hudsonslave
#ro.build.host=seldlx0393
#ro.build.tags=test-keys
#ro.product.model=zeusrow
#ro.product.brand=Sony-Ericsson
#ro.product.name=zeusrow
#ro.product.device=zeusrow
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony Ericsson
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=msm7x30
# ro.build.product is obsolete; use ro.product.device
#ro.build.product=zeusrow
# Do not try to parse ro.build.description or .fingerprint
#ro.build.description=zeusrow-user 2.3.2 3.0.A.2.181 SvfP test-keys
#ro.build.fingerprint=Sony-Ericsson/zeusrow/zeusrow:2.3.2/3.0.A.2.181/SvfP:user/test-keys
# end build properties
#
# system.prop for zeusrow
#
# Notify the system that the RIL only signals once
ro.telephony.call_ring.multiple=0
rild.libpath=/system/lib/libril-qc-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=
DEVICE_PROVISIONED=1
#ro.semc.product.name=zeusrow
#ro.semc.product.device=zeusrow
#ro.semc.product.model=zeusrow
persist.ro.ril.sms_sync_sending=1
ro.semc.timescape_keys=Sony_Ericsson_Xperia_PLAY
ro.product.sdcard.automount=0
ro.semc.sols.product-code=97
ro.semc.sols.company-code=5
# Constant values for Battery test in Service menu
ro.semc.batt.capacity=1500
ro.semc.batt.test.z_threshold=50
ro.semc.batt.test.min_level=70
#Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
ro.sf.lcd_density=240
dalvik.vm.heapsize=32m
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.semc.dashboard.xperiaplay=true
ro.semc.dashboard.searchuri=http://pss.dl.playstation.net/pss/content/list.html
#ro.config.notification_sound=OnTheHunt.ogg
#ro.config.alarm_alert=Alarm_Classic.ogg
ro.com.google.gmsversion=2.3_r1
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase=android-sonyericsson
persist.usb.storagemode=mtp
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.sf.lcd_density=240
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.drm.active.num=4
ro.drm.active.0=semc,1
ro.drm.active.1=cmla,0
ro.drm.active.2=viaccess,0
ro.drm.active.3=marlin,1

[4.2.2][rom][dump][n900aucuamg2_fajp][mega]

I think these files could are important for possible development or unlocking the bootloader, even if they cannot be flashed to a device. I have mirrored them on MEGA, for anyone having trouble downloading from Baidu. I don't think the original thread should have been closed.
I will be looking into these files a bit myself. I will likely post the build.prop when I get to it.
I will not provide instructions on how to flash this for obvious reasons.
Please try not to flame, I'm just trying to help.
Thanks and credit to @RomDump for original files.
MEGA
Build. Prop
build.prop click to show :
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JDQ39
ro.build.display.id=JDQ39.FAJP_N900AUCUAMG2
ro.build.version.incremental=FAJP_N900AUCUAMG2
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=[COLOR="Red"]4.2.2[/COLOR]
ro.build.date=Tue Jul 9 00:41:30 KST 2013
ro.build.date.utc=1373298090
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-134
ro.build.tags=release-keys
ro.product.model=SAMSUNG-SM[COLOR="Red"]-N900A[/COLOR]
ro.product.brand=samsung
ro.product.name=hltefac
ro.product.device=hltefacusa[COLOR="red"][COLOR="Red"]att[/COLOR][/COLOR]
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=hltefac
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=hltefac-user[COLOR="Red"] 4.2.2[/COLOR] JDQ39 FAJP_N900AUCUAMG2 release-keys
ro.build.fingerprint=samsung/hltefac/hltefac:[COLOR="Red"]4.2.2[/COLOR]/JDQ39/FAJP_N900AUCUAMG2:user/release-keys
ro.build.characteristics=default
# Samsung Specific Properties
ro.build.PDA=FAJP_N900AUCUAMG2
ro.build.hidden_ver=FAJP_N900AUCUAMG2
ro.build.changelist=1048588
ro.product_ship=false
ro.chipname=MSM8974
# end build properties
#
# system.prop for H LTE. excerpted from MSM8974 qcom original system.prop
#
ro.sf.lcd_density=480
#
# system.prop for msm8974
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.egl.hw=1
debug.mdpcomp.logs=0
dev.pm.dyn_samplingrate=1
debug.composition.type=c2d
#dev.pm.dyn.samplingrate=1
persist.hwc.mdpcomp.enable=true
ro.hdmi.enable=true
tunnel.decode=true
lpa.decode=false
lpa.use-stagefright=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
persist.data.netmgrd.qos.enable=true
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=131072
# System property for cabl
ro.qualcomm.cabl=0
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth hci transport
ro.qualcomm.bt.hci_transport=smd
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
# System property for Font Clarity
persist.sys.font_clarity=0
# System property for Default Brightness
ro.lcd_min_brightness=10
ro.lcd_brightness=143
# System props for Factory binary
ro.factory.factory_binary=factory
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=512m
dalvik.vm.heaputilization=0.25
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.sec.fle.encryption=true
ro.hdcp2.rx=tz
ro.secwvk=144
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.ringtone=ATT_Firefly_Default.ogg
ro.config.notification_sound=Whisper.ogg
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
persist.log.seclevel=1
persist.translation.assistant=0
ro.com.google.clientidbase=android-samsung
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=0
persist.gps.qc_nlp_in_use=0
and this line from settings .xml
Code:
android:versionCode="17" android:versionName="[COLOR="Red"]4.2.2[/COLOR]-FAJP_N900AUCUAMG2"
Interessting things to note:
Superuser.apk is included in system
Downloading now will check it out. Its only 300mb? I think you tried to mirror the original download which is corrupt so it didnt upload correctly. Same thing happened to me. This is a leak of 4.4.2. But the original link that was uploaded was corrupt.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
drakeymcmb said:
Downloading now will check it out. Its only 300mb? I think you tried to mirror the original download which is corrupt so it didnt upload correctly. Same thing happened to me. This is a leak of 4.4.2. But the original link that was uploaded was corrupt.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I zipped it up nicely. I think this in fact an engineering build of 4.2.2 from July. @ryanbg says it cant be flashed, but I'm wondering what would happen if some brave brave soul, were to direct write via dd if=, of= all paritions in recovery for example. ( make a backup first of course ).
I think this dump is helpful even if it just for having a 4.2.2 bootloader to research and investigate.
This wont work, 4.2.2 is old and you cant downgrade to it.

[D1] Simple Help needed

Can you give me a copy of your build.prop file. Software Update tells me that build.prop is modified so denies me update
I need unmodified one only
/system/build.prop
Any
THANKS IS NOT SOMETHING TO SAVE, IT'S SOMETHING TO GIVE OUT
Please Please
THANKS IS NOT SOMETHING TO SAVE, IT'S SOMETHING TO GIVE OUT
Please.
hello mobihack
i m downloading a grand2 firmware for extracting the file but all build-prop are differents so it's better
on your phone keypad *#1234# and post the result ( AP,CP and CSC)
best regards
here an exemple for SM-G7105XXUANB8_G7105OXXAND1_XEF
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JLS36C
ro.build.display.id=JLS36C.G7105XXUANB8
ro.build.version.incremental=G7105XXUANB8
ro.build.version.sdk=18
ro.build.version.codename=REL
ro.build.version.release=4.3
ro.build.date=Thu Feb 20 09:42:53 KST 2014
ro.build.date.utc=1392856973
ro.build.type=user
ro.build.user=se.infra
ro.build.host=R0210-08
ro.build.tags=release-keys
ro.product.model=SM-G7105
ro.product.brand=samsung
ro.product.name=ms01ltexx
ro.product.device=ms01lte
ro.product.board=MSM8926
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=msm8226
# ro.build.product is obsolete; use ro.product.device
ro.build.product=ms01lte
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=ms01ltexx-user 4.3 JLS36C G7105XXUANB8 release-keys
ro.build.fingerprint=samsung/ms01ltexx/ms01lte:4.3/JLS36C/G7105XXUANB8:user/release-keys
ro.build.characteristics=default
# Samsung Specific Properties
ro.build.PDA=G7105XXUANB8
ro.build.hidden_ver=G7105XXUANB8
ro.build.changelist=2373638
ro.product_ship=true
ro.chipname=MSM8926
# end build properties
#
# system.prop for msm8226
#
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
# Start in gsm mode
ro.telephony.default_network=3
# System prop about sim slot count for MultiSIM framework
# ro.multisim.simslotcount=2
# 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
ro.hdmi.enable=true
tunnel.decode=true
tunnel.audiovideo.decode=false
lpa.decode=false
lpa.use-stagefright=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=false
persist.data.netmgrd.qos.enable=false
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 131072 is decimal for 0x20000 to report version 2
ro.opengles.version=196608
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#tvout service disable
ro.tvout.enable=false
# simulate sdcard on /data/media
#
persist.fuse_sdcard=true
# System proverty for sys info indication
persist.radio.add_power_save=1
# Keep SIM state on LPM mode
persist.radio.apm_sim_not_pwdn=1
#MDP pipe limit
debug.mdpcomp.maxpermixer=3
# System property for PreloadInstaller
persist.sys.storage_preload=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
ro.sf.lcd_density=320
ro.sec.fle.encryption=true
ro.hdcp2.rx=tz
media.enable-commonsource=true
ro.secwvk=144
ro.securestorage.knox=true
ro.error.receiver.default=com.samsung.receiver.error
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.ringtone=Over_the_horizon.ogg
ro.config.ringtone_2=Fog_on_the_water.ogg
ro.config.notification_sound=Whisper.ogg
ro.config.notification_sound_2=S_On_time.ogg
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.com.google.clientidbase=android-samsung
ro.crypto.support=recovery_mount|others
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.3_r1
ro.build.selinux=1
ro.config.tima=1
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
i wait for your firmware version
regards
I need for d1 not b8
sorry no help before you post your *#1234# results there is too many firmwares and not sure there is a g7105 d1 (only find a g7108d1 from china)
regards
Firmware version d1
I am on build d1
Somebody give build.prop for grand 2 build d1
mobihack said:
Somebody give build.prop for grand 2 build d1
Click to expand...
Click to collapse
if you don't get from someone, just download completed firmware from sammobile
http://www.sammobile.com/firmwares/
best luck
I have capped internet connection

[XperiFirm] Xperia Z3 LTE-A (D6603)

Xperia Z3 LTE-A (D6603) added to XperiFirm.
The first available CDAs were found:
Generic GLOBAL 1286-2777 (Latest firmware: 23.0.A.2.93 / R9B)
Commercial and Journalists 1288-6338 (Latest firmware: 23.0.A.2.93 / R4B)
Storefront 1291-4117 (Latest firmware: 23.0.A.2.93 / R1B)
Promoter 1291-4118 (Latest firmware: 23.0.A.2.93 / R1B)
build.prop from Generic GLOBAL:
Code:
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Tue Aug 19 19:48:36 2014
ro.build.date.utc=1408445316
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=D6603
ro.build.description=D6603-user 4.4.4 23.0.A.2.93 ovf_Rw release-keys
ro.product.brand=Sony
ro.product.name=D6603
ro.product.device=D6603
ro.build.version.incremental=ovf_Rw
ro.build.tags=release-keys
ro.build.fingerprint=Sony/D6603/D6603:4.4.4/23.0.A.2.93/ovf_Rw:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1286-2777
ro.semc.version.cust_revision=R9B
ro.somc.customerid=8263
#############################################################################
############## Product Property Values ##############
ro.setupwizard.mode=DISABLED
#####################################################
ro.config.ringtone=xperia.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=alarm.ogg
ro.semc.content.number=PA4
################# Updating of the SW Version #################
ro.semc.version.fs_revision=23.0.A.2.93
ro.build.id=23.0.A.2.93
ro.build.display.id=23.0.A.2.93
##### Values from product package metadata #####
ro.semc.product.model=D6603
ro.semc.ms_type_id=PM-0800-BV
ro.semc.version.fs=GLOBAL-LTE
ro.semc.product.name=Xperia Z3
ro.semc.product.device=D66
ro.product.model=D6603
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.4
ro.build.type=user
ro.product.board=MSM8974
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8974
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=default
# end build properties
#
# from device/qcom/msm8974/system.prop
#
#
# system.prop for msm8974
#
rild.libpath=/vendor/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
debug.mdpcomp.4k2kSplit=true
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
ro.hdmi.enable=true
tunnel.multiple=true
persist.speaker.prot.enable=false
qcom.hw.aac.encoder=false
#
# system props for the cne module
#
persist.cne.feature=1
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
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
hw.cabl.level=Auto
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#
# System props for bluetooth
# System prop to turn on hfp client
#bluetooth.hfp.client=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.camera.facialproc=false
# system prop for NFC DT
ro.nfc.port=I2C
#property to enable user to access Google WFD settings.
persist.debug.wfd.enable=1
#property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
tunnel.audio.encode = true
#use VERY_HIGH_QUALITY for audio resampler
af.resampler.quality=4
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#Disable offload audio video playback by default
av.offload.enable=false
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=true
#disable dsp gapless mode by default
audio.offload.gapless.enabled=false
#
# from device/somc/shinano/system.prop
#
#
# platform specific part of system.prop
#
# aDSP sensors
ro.qualcomm.sensors.qmd=false
debug.qualcomm.sns.hal=w
ro.qc.sdk.sensors.gestures=false
ro.qc.sensors.max_accel_rate=false
ro.qc.sensors.max_gyro_rate=false
ro.qc.sensors.max_mag_rate=false
ro.qc.sensors.smgr_mag_cal_en=true
ro.qualcomm.sensors.pedometer=false
ro.qualcomm.sensors.pam=false
ro.qualcomm.sensors.scrn_ortn=false
ro.qualcomm.sensors.smd=sony
ro.qc.sensors.step_detector=true
ro.qc.sensors.step_counter=true
ro.qualcomm.sensors.georv=true
ro.qc.sensors.max_geomag_rotvec=50
#System props for audio
persist.audio.handset.mic=analog
#System prop for gralloc
persist.gralloc.cp.level3=1
#System props for the MM Audio
media.aac_51_output_enabled=true
# Enable OEM SOCKET
persist.radio.oem_socket=true
# Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#System props for the MM modules
encoder.video.profile=high
# system property for somc thermal solution
ro.somc.thermal=system_monitor
# Controlling two core touch boost
sys.somc.touch_perf_kick=1
# Modem power save enabled
persist.radio.add_power_save=1
# Limit Modem signaling to save power
persist.radio.data_no_toggle=1
# Audio recording
ro.mm.aud.rec.rampstart=500000
ro.mm.aud.rec.rampduration=600000
# Video recording
ro.mm.vid.rec.av.latency.def=-10
ro.mm.vid.rec.av.latency.4k=85
# System props for telephony
persist.radio.calls.on.ims=0
persist.radio.domain.ps=false
persist.radio.vrte_logic=0
persist.radio.VT_HYBRID_ENABLE=0
persist.telephony.oosisdc=false
#
# from device/somc/leo/system.prop
#
#
# product common part of system.prop
#
# Touch
sys.screen_on=1
sys.charger_plugged=0
sys.cover_state=0
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg
#
# from device/somc/leo/generic/system.prop
#
#
# product specific part of system.prop
#
ro.usb.pid_suffix=1BA
# NFC
ro.nfc.on.default=true
ro.nfc.se.sim.enable=true
ro.nfc.se.smx.enable=false
ro.nfc.icon.enable=false
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.com.google.clientidbase=android-sonyericsson
ro.com.google.clientidbase.ms=android-sonymobile
ro.com.google.gmsversion=4.4_r4
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=16m
ro.sf.lcd_density=480
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.r_buffer_cache_size=4
ro.hwui.path_cache_size=24
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=5
ro.hwui.texture_cache_flushrate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=512
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
persist.sys.dalvik.vm.lib=libdvm.so
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=1
ro.qc.sdk.izat.service_mask=0x0
persist.gps.qc_nlp_in_use=1
persist.loc.nlp_name=com.qualcomm.services.location
ro.gps.agps_provider=1
ro.service.xrfm.supported=true
persist.service.xrfm.mode=1
ro.sony.irremote.protocol_type=2
ro.drm.active.num=7
ro.drm.active.0=marlin,1
ro.drm.active.1=playready,1
ro.drm.active.2=dtla,1
ro.drm.active.3=marlin_import,1
ro.drm.active.4=ckb,1
ro.drm.active.5=widevine,1
ro.drm.active.6=dcp,1
ro.sony.fota.encrypteddata=supported
Shouldn`t this be in Themes & Apps?
It's basically an announcement that you can get Z3 firmwares from XperiFirm, the bootanimation is just an extra.
Ahh Okay.
Even though We can get it from XperiFirm theres no way to make a FTF from it yet.
hyelton said:
Ahh Okay.
Even though We can get it from XperiFirm theres no way to make a FTF from it yet.
Click to expand...
Click to collapse
You don't need an FTF. You need "Bundles -> FILESET Decrypt" and then "Sin Editor -> Extract data" for system.sin. Then you can open the output file with "ext2explore" and extract the system files.
IaguCool said:
You don't need an FTF. You need "Bundles -> FILESET Decrypt" and then "Sin Editor -> Extract data" for system.sin. Then you can open the output file with "ext2explore" and extract the system files.
Click to expand...
Click to collapse
You need an FTF to flash it. I was wanting to go ahead and create FTF files for flashing for when it does come out. But I'll just wait til Flashtool updates and more firmwares come out.
Sent from my D6503 using Tapatalk
hyelton said:
You need an FTF to flash it. I was wanting to go ahead and create FTF files for flashing for when it does come out. But I'll just wait til Flashtool updates and more firmwares come out.
Sent from my D6503 using Tapatalk
Click to expand...
Click to collapse
Why? It'll be already installed when it's released, maybe even a newer version...
IaguCool said:
Xperia Z3 LTE-A (D6603) added to XperiFirm.
The first available CDAs were found:
Generic GLOBAL 1286-2777 (Latest firmware: 23.0.A.2.93 / R9B)
Commercial and Journalists 1288-6338 (Latest firmware: 23.0.A.2.93 / R4B)
Storefront 1291-4117 (Latest firmware: 23.0.A.2.93 / R1B)
Promoter 1291-4118 (Latest firmware: 23.0.A.2.93 / R1B)
Attachment: Xperia Z3 bootanimation with sound (which doesn't play on other devices) from Generic GLOBAL.
build.prop from Generic GLOBAL:
Code:
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Tue Aug 19 19:48:36 2014
ro.build.date.utc=1408445316
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=D6603
ro.build.description=D6603-user 4.4.4 23.0.A.2.93 ovf_Rw release-keys
ro.product.brand=Sony
ro.product.name=D6603
ro.product.device=D6603
ro.build.version.incremental=ovf_Rw
ro.build.tags=release-keys
ro.build.fingerprint=Sony/D6603/D6603:4.4.4/23.0.A.2.93/ovf_Rw:user/release-keys
######################## Customized property values #########################
ro.semc.version.cust=1286-2777
ro.semc.version.cust_revision=R9B
ro.somc.customerid=8263
#############################################################################
############## Product Property Values ##############
ro.setupwizard.mode=DISABLED
#####################################################
ro.config.ringtone=xperia.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=alarm.ogg
ro.semc.content.number=PA4
################# Updating of the SW Version #################
ro.semc.version.fs_revision=23.0.A.2.93
ro.build.id=23.0.A.2.93
ro.build.display.id=23.0.A.2.93
##### Values from product package metadata #####
ro.semc.product.model=D6603
ro.semc.ms_type_id=PM-0800-BV
ro.semc.version.fs=GLOBAL-LTE
ro.semc.product.name=Xperia Z3
ro.semc.product.device=D66
ro.product.model=D6603
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.4
ro.build.type=user
ro.product.board=MSM8974
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8974
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=default
# end build properties
#
# from device/qcom/msm8974/system.prop
#
#
# system.prop for msm8974
#
rild.libpath=/vendor/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=c2d
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
debug.mdpcomp.4k2kSplit=true
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
ro.hdmi.enable=true
tunnel.multiple=true
persist.speaker.prot.enable=false
qcom.hw.aac.encoder=false
#
# system props for the cne module
#
persist.cne.feature=1
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
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
hw.cabl.level=Auto
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#
# System props for bluetooth
# System prop to turn on hfp client
#bluetooth.hfp.client=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.camera.facialproc=false
# system prop for NFC DT
ro.nfc.port=I2C
#property to enable user to access Google WFD settings.
persist.debug.wfd.enable=1
#property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
tunnel.audio.encode = true
#use VERY_HIGH_QUALITY for audio resampler
af.resampler.quality=4
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#Disable offload audio video playback by default
av.offload.enable=false
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=true
#disable dsp gapless mode by default
audio.offload.gapless.enabled=false
#
# from device/somc/shinano/system.prop
#
#
# platform specific part of system.prop
#
# aDSP sensors
ro.qualcomm.sensors.qmd=false
debug.qualcomm.sns.hal=w
ro.qc.sdk.sensors.gestures=false
ro.qc.sensors.max_accel_rate=false
ro.qc.sensors.max_gyro_rate=false
ro.qc.sensors.max_mag_rate=false
ro.qc.sensors.smgr_mag_cal_en=true
ro.qualcomm.sensors.pedometer=false
ro.qualcomm.sensors.pam=false
ro.qualcomm.sensors.scrn_ortn=false
ro.qualcomm.sensors.smd=sony
ro.qc.sensors.step_detector=true
ro.qc.sensors.step_counter=true
ro.qualcomm.sensors.georv=true
ro.qc.sensors.max_geomag_rotvec=50
#System props for audio
persist.audio.handset.mic=analog
#System prop for gralloc
persist.gralloc.cp.level3=1
#System props for the MM Audio
media.aac_51_output_enabled=true
# Enable OEM SOCKET
persist.radio.oem_socket=true
# Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#System props for the MM modules
encoder.video.profile=high
# system property for somc thermal solution
ro.somc.thermal=system_monitor
# Controlling two core touch boost
sys.somc.touch_perf_kick=1
# Modem power save enabled
persist.radio.add_power_save=1
# Limit Modem signaling to save power
persist.radio.data_no_toggle=1
# Audio recording
ro.mm.aud.rec.rampstart=500000
ro.mm.aud.rec.rampduration=600000
# Video recording
ro.mm.vid.rec.av.latency.def=-10
ro.mm.vid.rec.av.latency.4k=85
# System props for telephony
persist.radio.calls.on.ims=0
persist.radio.domain.ps=false
persist.radio.vrte_logic=0
persist.radio.VT_HYBRID_ENABLE=0
persist.telephony.oosisdc=false
#
# from device/somc/leo/system.prop
#
#
# product common part of system.prop
#
# Touch
sys.screen_on=1
sys.charger_plugged=0
sys.cover_state=0
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg
#
# from device/somc/leo/generic/system.prop
#
#
# product specific part of system.prop
#
ro.usb.pid_suffix=1BA
# NFC
ro.nfc.on.default=true
ro.nfc.se.sim.enable=true
ro.nfc.se.smx.enable=false
ro.nfc.icon.enable=false
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product-res-path=framework/SemcGenericUxpRes.apk
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
persist.radio.apm_sim_not_pwdn=1
ro.com.google.clientidbase=android-sonyericsson
ro.com.google.clientidbase.ms=android-sonymobile
ro.com.google.gmsversion=4.4_r4
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=16m
ro.sf.lcd_density=480
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.r_buffer_cache_size=4
ro.hwui.path_cache_size=24
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=5
ro.hwui.texture_cache_flushrate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=512
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
persist.sys.dalvik.vm.lib=libdvm.so
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=1
ro.qc.sdk.izat.service_mask=0x0
persist.gps.qc_nlp_in_use=1
persist.loc.nlp_name=com.qualcomm.services.location
ro.gps.agps_provider=1
ro.service.xrfm.supported=true
persist.service.xrfm.mode=1
ro.sony.irremote.protocol_type=2
ro.drm.active.num=7
ro.drm.active.0=marlin,1
ro.drm.active.1=playready,1
ro.drm.active.2=dtla,1
ro.drm.active.3=marlin_import,1
ro.drm.active.4=ckb,1
ro.drm.active.5=widevine,1
ro.drm.active.6=dcp,1
ro.sony.fota.encrypteddata=supported
Click to expand...
Click to collapse
Bootanimation didn't work fully on Z2
U can do an FTF after flashtool gets updated.
I could create FTF with 0.9.18.1, but no device to flash
https://mega.co.nz/#!agB2jYqB!ymk_3pO4gcJ1WUsWhCi0ZwLwxzg4he1COrfzinTn2EU
[EDIT]
loader.sin is same as Z2.
Maybe possible to flash Z3 ftf on Z2, though it's too dengerous..
dkionline said:
U can do an FTF after flashtool gets updated.
Click to expand...
Click to collapse
Yea thats what I was waiting for. I was gonna upload them to my server Like I did for the Z1
@IaguCool, u r the best!
possible to add Z3 Compact? D5803 and D5833
EDIT: damn im blind .... its there
RyokoN said:
I could create FTF with 0.9.18.1, but no device to flash
https://mega.co.nz/#!agB2jYqB!ymk_3pO4gcJ1WUsWhCi0ZwLwxzg4he1COrfzinTn2EU
[EDIT]
loader.sin is same as Z2.
Maybe possible to flash Z3 ftf on Z2, though it's too dengerous..
Click to expand...
Click to collapse
So we maybe have a opportunity to try it out, hope the root and recovery work.
IaguCool said:
You don't need an FTF. You need "Bundles -> FILESET Decrypt" and then "Sin Editor -> Extract data" for system.sin. Then you can open the output file with "ext2explore" and extract the system files.
Click to expand...
Click to collapse
Thanks for this. EXT2EXPLORE is definitely the best thing I've discovered this weekend
Z3 Firmware on Z2
:crying: I Downloded the firmware for the z3 23.0.A.2.93 Generic for latin america and also tryed with global from Xperifirm and installed it with the flashtool but when the phone turns on the tuch sreen dose not work wont go past the language screen wont let me press anything. what am i doing wrong can someone help me im am new at this
JohnFOrozcoM said:
:crying: I Downloded the firmware for the z3 23.0.A.2.93 Generic for latin america and also tryed with global from Xperifirm and installed it with the flashtool but when the phone turns on the tuch sreen dose not work wont go past the language screen wont let me press anything. what am i doing wrong can someone help me im am new at this
Click to expand...
Click to collapse
You flashed it? On which device exactly?
IaguCool said:
You flashed it? On which device exactly?
Click to expand...
Click to collapse
i flashed it on the Z2 D6503
JohnFOrozcoM said:
i flashed it on the Z2 D6503
Click to expand...
Click to collapse
You flashed a Z3 firmware on a Z2 device? You're lucky your device isn't permanently hard-bricked. Return to a Z2 firmware as soon a possible.
IaguCool said:
You flashed a Z3 firmware on a Z2 device? You're lucky your device isn't permanently hard-bricked. Return to a Z2 firmware as soon a possible.
Click to expand...
Click to collapse
I alrady did, im back on the carrier firmware. so this is not posible to do or what?
JohnFOrozcoM said:
I alrady did, im back on the carrier firmware. so this is not posible to do or what?
Click to expand...
Click to collapse
Some people got hard-bricked Xperia when they flash older Xperia FTF to newer one (e.g. flash Z1 FTF to Z1 Compact), you are lucky
If Z3 can use Z2 .314 kernel like you used Z3 kernel on Z2, it is really easy to root Z3.

Categories

Resources