I have been investigating several build.prop settings for the leaked XWJV1 beta Gingerbread since it has been leaked, trying to enhance the performance of the firmware and here what I found out so far:
1. build.prop contains lines that is not related to the firmware it self or it's files, in the same time the same function requests 2 files to do the same.
2. build.prop disables functions that should be enabled, these functions have always been enabled on previous 2.2 and 2.2.1 firmwares.
3. build.prop contains lines that has only been used on HTC devices, such as Desire and Nexus One.
4. Bigger heap for dalvik VM.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Let us look at the latest build.prop and default.prop included in the latest XWJS7.
build.prop:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=FROYO
ro.build.display.id=FROYO
ro.build.version.incremental=XWJS7
ro.build.version.sdk=8
ro.build.version.codename=REL
ro.build.version.release=2.2.1
ro.build.date=2011. 02. 16. (수) 14:07:24 KST
ro.build.date.utc=1297832844
ro.build.type=user
ro.build.user=root
ro.build.host=SE-S608
ro.build.tags=release-keys
ro.product.model=GT-I9000
ro.product.brand=samsung
ro.product.name=GT-I9000
ro.product.device=GT-I9000
ro.product.board=GT-I9000
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=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9000
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9000-user 2.2.1 FROYO XWJS7 release-keys
ro.build.fingerprint=samsung/GT-I9000/GT-I9000/GT-I9000:2.2.1/FROYO/XWJS7:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9000XWJS7
ro.build.hidden_ver=I9000XWJS7
ro.build.changelist=910210
ro.tether.denied=false
# 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=48m
dalvik.vm.execution-mode=int:jit
# 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
#
windowsmgr.max_events_per_sec=55
keyinputqueue.use_finger_id=true
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=2.2_r9
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
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
keyguard.no_require_sim=true
ro.config.ringtone=01_Samsung_tune.ogg
ro.config.notification_sound=01_Sherbet.ogg
ro.config.alarm_alert=Good_Morning.ogg
ro.opengles.version=131072
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Now let's look at the default build.prop of XWJV1, I have marked the lines by colored numbers:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.XWJV1
ro.build.version.incremental=XWJV1
ro.build.version.sdk=9
ro.build.version.codename=REL
ro.build.version.release=2.3.2
ro.build.date=Mon Feb 21 20:56:37 KST 2011 (1)
ro.build.date.utc=1298289397
ro.build.type=user
ro.build.user=root
ro.build.host=DELL101
ro.build.tags=release-keys
ro.product.model=GT-I9000
ro.product.brand=samsung
ro.product.name=GT-I9000
ro.product.device=GT-I9000
ro.product.board=herring (1)
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=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9000
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9000-user 2.3.2 GINGERBREAD XWJV1 release-keys
ro.build.fingerprint=samsung/GT-I9000/GT-I9000:2.3.2/GINGERBREAD/XWJV1:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9000XWJV1
ro.build.hidden_ver=I9000XWJV1
ro.build.changelist=31216
# 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 (4)
ro.opengles.version=131072
# Samsung USB default mode
persist.service.usb.setting=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.config.ringtone=01_Minimal_tone.ogg
ro.config.notification_sound=01_Sherbet.ogg (1)
ro.config.alarm_alert=Good_Morning.ogg (1)
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.locationfeatures=1
ro.setupwizard.mode=DISABLED
ro.com.google.clientidbase=android-samsung
ro.com.google.gmsversion=2.3_r1
wifi.interface=eth0 (3)
wifi.supplicant_scan_interval=15
ro.secdevenc=true (3)
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy (3)
ro.com.android.dataroaming=true (3)
ro.ril.hsxpa=1 (3)
ro.ril.gprsclass=10 (3)
ro.config.notification_sound=OnTheHunt.ogg (1, 3)
ro.config.alarm_alert=Alarm_Classic.ogg (1, 3)
media.stagefright.enable-player=false (2)
media.stagefright.enable-meta=false (2)
media.stagefright.enable-scan=false (2)
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=false (2)
dalvik.vm.dexopt-flags=m=y (3)
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Conclusion:
There have been to much copy and paste in the XWJV1 build.prop file from HTC Desire or Nexus One build.prop files, it's clear that the guy/team that have included this build.prop file in XWJV1 did not work on a Galaxy S device before, and more than that, they did not even check the default build.prop file that Samsung used to use on Galaxy S firmwares.
Just to clarify in a more specific way, the lines in (2) are used to be disabled on HTC devices such as Desire and Nexus One, because the devices will produce bad sound quality when streaming AAC media files. Beside that, lines in (1, 3) are related to Nexus one.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
What I use now on XWJV1 that is installed on my device is a mix between XWJS7 and XWJV1 build.prop files, I have also added a few lines to reduce power consumed by WiFi, and enhancing GPS on the device. This is what I think that the files be, but any new ideas are welcome.
My build.prop file for XWJV1:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.XWJV1
ro.build.version.incremental=XWJV1
ro.build.version.sdk=9
ro.build.version.codename=REL
ro.build.version.release=2.3.2
ro.build.date=Mon Feb 21 20:56:37 KST 2011
ro.build.date.utc=1298289397
ro.build.type=user
ro.build.user=root
ro.build.host=DELL101
ro.build.tags=release-keys
ro.product.model=GT-I9000
ro.product.brand=samsung
ro.product.name=GT-I9000
ro.product.device=GT-I9000
ro.product.board=GT-I9000
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=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9000
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9000-user 2.3.2 GINGERBREAD XWJV1 release-keys
ro.build.fingerprint=samsung/GT-I9000/GT-I9000:2.3.2/GINGERBREAD/XWJV1:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9000XWJV1
ro.build.hidden_ver=I9000XWJV1
ro.build.changelist=31216
ro.tether.denied=false
# 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=48m
# Samsung USB default mode
persist.service.usb.setting=0
# 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
#
windowsmgr.max_events_per_sec=55
keyinputqueue.use_finger_id=true
wifi.supplicant_scan_interval=120
ro.ril.def.agps.mode=1
ro.ril.def.agps.feature=1
ro.opengles.version=131072
keyguard.no_require_sim=true
ro.config.ringtone=01_Minimal_tone.ogg
ro.config.notification_sound=01_Sherbet.ogg
ro.config.alarm_alert=Good_Morning.ogg
media.stagefright.enable-player=false
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Click to expand...
Click to collapse
Click to expand...
Click to collapse
And the default.prop file:
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.android.dataroaming=false
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.am=android-samsung
ro.com.google.clientidbase.vs=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=2.3_r1
Click to expand...
Click to collapse
Click to expand...
Click to collapse
If you want to try these then just edit your build.prop and any default.prop files using a Note++ and copy to your /system partition as superuser. If you need to try the files that I use then download them from the link below.
Change log:
11-3-2011:
- media.stagefright.enable-player=true in build.prop is changed to false to enable AVI playback. Thanks to jassired
- XDA member MCOGW PM'ed me regarding the lines ro.build.date=(wrong date format)( Samsung date formats are usually as in the lines of XWJS7 are like yyyy. mm. dd. (Korean-sign) hh:mm:ss KST) and ro.product.board=herring along with another line that awaits confirmation. Thnaks MCOGW
12-3-2011:
# Samsung USB default mode
persist.service.usb.setting=0
Is a correct setting, kies cannot connect to the device without it, the attached file is updated.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Thanks Ramad. It's weird: GB was first seen on Nexus S (samsung product) that is so similar to SGS. Where did these lines come from? Has any HTC device got 2.3.x so far?
tsinc said:
Thanks Ramad. It's weird: GB was first seen on Nexus S (samsung product) that is so similar to SGS. Where did these lines come from? Has any HTC device got 2.3.x so far?
Click to expand...
Click to collapse
I think, as I wrote in the post that the guy(s) who made the build.prop file did copy many lines from other places, or he/they is/are only familiar with HTC devices (new worker(s) maybe..), the bottom line is that I think that the build.prop file should be different. Making a bigger heap for dalvik virtual-machine will not make it lag less but more, because of more garbage-collection operations. The device do work fine now with 32MB as heap, but I have increased it to 48MB since I did want to share it and since it's 48MB that Samsung used to use on previous firmwares.
I also noticed the heapsize growing and I suppose it wasn't intentional. I wonder if anybody knows what the dalvik.vm.dexopt-flags=m=y means?
please add this to build.prop for a nice boost. Are we sure this didn't work in JS5? (never heard of it now)
dalvik.vm.execution-mode=int:jit
tsinc said:
Thanks Ramad. It's weird: GB was first seen on Nexus S (samsung product) that is so similar to SGS. Where did these lines come from? Has any HTC device got 2.3.x so far?
Click to expand...
Click to collapse
Let us not forget Nexus One is produced by HTC
Had to set media.stagefright.enable-player=true to false inorder to have AVI playback support with your Build.prop
newmail said:
I also noticed the heapsize growing and I suppose it wasn't intentional. I wonder if anybody knows what the dalvik.vm.dexopt-flags=m=y means?
please add this to build.prop for a nice boost. Are we sure this didn't work in JS5? (never heard of it now)
dalvik.vm.execution-mode=int:jit
Click to expand...
Click to collapse
I have read many places, this so far the one that is easiest to understand: http://www.netmite.com/android/mydroid/2.0/dalvik/docs/embedded-vm-control.html it does not mention m and y modes and I could not find the meaning of these modes anywhere yet.
I did could not see any difference with or without the line 'dalvik.vm.execution-mode=int:jit' this is why I did not add it ,it appears to me that it's enabled as a default setting.
jassired said:
Had to set media.stagefright.enable-player=true to false inorder to have AVI playback support with your Build.prop
Click to expand...
Click to collapse
Confirmed...I have just tested it and AVI(Divx) does indeed work when the line changed to 'false', Quadrant score will suck, but who cares , we need the device to work properly.
[Ramad] said:
....
Confirmed...I have just tested it and AVI(Divx) does indeed work when the line changed to 'false', Quadrant score will suck, but who cares , we need the device to work properly.
Click to expand...
Click to collapse
It has been mentioned before in the XWJV1 thread.
http://forum.xda-developers.com/showthread.php?p=11860843&highlight=build+prop#post11860843
Anyway, I thought again about the HTC (are they really?) lines. The only way that this is possible is if the code was written by NON Samsung employees. And this leads me to another conclusion: maybe Google writes the code for Samsung. Google demonstrates the last version of Android on a top selling company's model (HTC, Samsung etc) and then sells it to the manufacturer. And they are used to HTC models....
Anyway, just speculating....
tsinc said:
It has been mentioned before in the XWJV1 thread.
http://forum.xda-developers.com/showthread.php?p=11860843&highlight=build+prop#post11860843
Anyway, I thought again about the HTC (are they really?) lines. The only way that this is possible is if the code was written by NON Samsung employees. And this leads me to another conclusion: maybe Google writes the code for Samsung. Google demonstrates the last version of Android on a top selling company's model (HTC, Samsung etc) and then sells it to the manufacturer. And they are used to HTC models....
Anyway, just speculating....
Click to expand...
Click to collapse
I did not read the thread you mentioned for a long time now and don't know how far they have reached, but jassired were the first to mention the line change here.
You could be very much right about the Google coding thing, but Samsung did add several other directories, drivers and applications, they should at least check the double lines and other lines(like the line that had Swype disabled) to see if the device is working as it should using these lines.
Just as an example, I'm not using 64MB or 48MB as heap-cache but 32MB and I feel that the firmware is even better than before, not perfect, as I think that the firmware needs to be optimized further. I have to mention here that I use the deodexed version of this beta.
newmail said:
I also noticed the heapsize growing and I suppose it wasn't intentional. I wonder if anybody knows what the dalvik.vm.dexopt-flags=m=y means?
please add this to build.prop for a nice boost. Are we sure this didn't work in JS5? (never heard of it now)
dalvik.vm.execution-mode=int:jit
Click to expand...
Click to collapse
Oops just tried and it seems it was the stagefright that made the difference, not int:jit...
I'm too lazy and my internet speeds are too slow to download any roms for it so anyone able to upload a build.prop from the /system of the Nexus S 4G? I'm working on making the one click unroot script more idiot proof (a few safety nets being added to it just incase) and I need to know a few lines in the build.prop to use.
in case you haven't gotten your hands on it yet, here's the build.prop text from cm nightly 174:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GWK74
ro.build.display.id=GWK74
ro.build.version.incremental=185293
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.7
ro.build.date=Wed Nov 16 15:50:53 UTC 2011
ro.build.date.utc=0
ro.build.type=user
ro.build.user=buildbot
ro.build.host=cm-build1.public.ca.khresear.ch
ro.build.tags=test-keys
ro.product.model=Nexus S 4G
ro.product.brand=google
ro.product.name=sojus
ro.product.device=crespo4g
ro.product.board=herring
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=crespo4g
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=sojus-user 2.3.7 GWK74 185293 release-keys
ro.build.fingerprint=google/sojus/crespo4g:2.3.7/GWK74/185293:user/release-keys
# end build properties
#
# system.prop for smdkc110
#
rild.libpath=/vendor/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
ril.ecclist=911,#911,*911
# Define whether device has hspa
ro.crespoparts.rild.hspa=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.cdma.home.operator.numeric=310120
ro.cdma.home.operator.alpha=Sprint
ro.telephony.default_network=4
ro.wimax.interface=uwbr0
ro.opengles.version=131072
wifi.interface=eth0
wifi.supplicant_scan_interval=15
dalvik.vm.heapsize=48m
keyguard.no_require_sim=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.rommanager.developerid=cyanogenmodnightly
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.config.ringtone=Playa.ogg
ro.config.notification_sound=regulus.ogg
ro.config.alarm_alert=Alarm_Beep_03.ogg
ro.modversion=CyanogenMod-7-11162011-NIGHTLY-NS4G
ro.setupwizard.mode=OPTIONAL
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Thanks, got everything I needed.
Well Vodafone Have started to roll out 2.3.6
And No Value pack
the Version is I9000BUJVG /I9000GVODJV5
There is one Bit of Bloteware on But othere then that it Just looks like 2.3.5
It also Hits spain and France
But Is it the proper 2.3.6
And why has the open Europe XEU phone not had a official roll out yet
And before some one say its on Sammobile
THAT IS A LEAKED ONE !!!!
I ment through Kies
But if anything to go by with Vodafone roms there not that Good
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=GINGERBREAD
ro.build.display.id=GINGERBREAD.BUJVG
ro.build.version.incremental=BUJVG
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.6
ro.build.date=Wed Nov 9 11:36:10 KST 2011
ro.build.date.utc=1320806170
ro.build.type=user
ro.build.user=root
ro.build.host=DELL140
ro.build.tags=release-keys
ro.product.model=GT-I9000
ro.product.brand=samsung
ro.product.name=GT-I9000
ro.product.device=GT-I9000
ro.product.board=GT-I9000
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=s5pc110
# ro.build.product is obsolete; use ro.product.device
ro.build.product=GT-I9000
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=GT-I9000-user 2.3.6 GINGERBREAD BUJVG release-keys
ro.build.fingerprint=samsung/GT-I9000/GT-I9000:2.3.6/GINGERBREAD/BUJVG:user/release-keys
# Samsung Specific Properties
ro.build.PDA=I9000BUJVG
ro.build.hidden_ver=I9000BUJVG
ro.build.changelist=719381
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=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.config.ringtone=01_Minimal_tone.ogg
ro.config.notification_sound=01_Sherbet.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_r7
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.secdevenc=true
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
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
dev.sfbootcomplete=0
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
Much older than JW1.
Sorry if this is wrong thread for this question but can someone please link me the file i need to root my i9000 currently running 2.3.6 I9000BUJVG
thanks in advance
simonguy29 said:
Sorry if this is wrong thread for this question but can someone please link me the file i need to root my i9000 currently running 2.3.6 I9000BUJVG
thanks in advance
Click to expand...
Click to collapse
try a rooter from My Android Collections, link below
Hi guys, I'd need those two files from a European 3G Xoom2 (MZ616) tablet, not italian TIMIT version.
In particular, I need these voices:
ro.product.name
ro.build.description
ro.build.fingerprint
ro.build.config.version.app
ro.build.config.version
If anyone could paste/attach them, thank you
matticala said:
Hi guys, I'd need those two files from a European 3G Xoom2 (MZ616) tablet, not italian TIMIT version.
In particular, I need these voices:
ro.product.name
ro.build.description
ro.build.fingerprint
ro.build.config.version.app
ro.build.config.version
If anyone could paste/attach them, thank you
Click to expand...
Click to collapse
Hi
This Thread [XOOM 2 - Full flashs are available] might help.
Here's the extract build.prop from the MZ616 Firmware Linked in that thread
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=1.6.0M_272.18_MZ616
ro.build.display.id=1.6.0M_272.18_MZ616
ro.build.version.incremental=1328642157
ro.build.version.sdk=13
ro.build.version.codename=REL
ro.build.version.release=3.2.2
ro.build.date=Tue Feb 7 16:04:56 BRST 2012
ro.build.date.utc=1328637896
ro.build.type=user
ro.build.user=qnfm67
ro.build.host=zbr05lnxdroid21
ro.build.tags=release-keys
ro.product.model=MZ616
ro.product.brand=Motorola
ro.product.name=RETLA
ro.product.device=pasteur
ro.product.board=pasteur
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Motorola
ro.product.locale.language=es
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=omap4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=pasteur
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=pasteur_latam-user 3.2.2 1.6.0M_272.18_MZ616 1328642157 release-keys
ro.build.fingerprint=Motorola/RETLA/pasteur:3.2.2/1.6.0M_272.18_MZ616/1328642157:user/release-keys
ro.build.characteristics=tablet
# end build properties
#
# system.prop for Pasteur
#
# wlan interface
wifi.interface = tiwlan0
softap.interface = tiap0
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval = 45
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# System property for SMC
ro.service.start.smc=1
# Enable ADB by default when using a factory cable
persist.factory.allow_adb = 1
# Enable HDMI hdcp support
ro.hdcp.support = 2
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.build.product.internal_model=MZ616
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=BeatPlucker.ogg
ro.config.notification_sound=Highwire.ogg
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=3.2_r6
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
drm.service.enabled=true
ro.mot.nat_roaming_enable=1
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.ttydevice=/dev/usb/tty1-2:1.2
persist.ril.diag.ttydevice=/dev/usb/tty1-2:1.0
persist.ril.mux.noofchannels=9
persist.ril.modem.mode=2
persist.ril.modem.ttydevice=/dev/usb/tty1-2:1.4
persist.ril.qmiport.retries=60
ro.telephony.default_network=3
ro.cdma.subscription=0
persist.ril.features=0x3A802
persist.ril.mux.retries=500
persist.ril.mux.sleep=2
persist.ril.event.report=0
sys.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/motomz616/Profile/motomz616.rdf
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.mot.dpmext=true
ro.com.google.clientid=android-motorola
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.build.version.full=Blur_Version.1.272.18.MZ616.AmericaMovil.en.BR
ro.com.google.clientidbase.gmm=android-motorola
ro.com.google.clientidbase.yt=android-motorola
ro.com.google.clientidbase.ms=android-motorola
Hope That Helps
Recent Version R10.11:
https://mitsubishi.navshop.com/downloads/
https://mitsubishi.navshop.com/downloads/help?id=download
http://download.tomtom.com/cs/digen/softwares/ttc/R10_11_EU_UPDATE.zip
http://www.mitsu-talk.de/index.php?page=Thread&postID=1067748#post1067748
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KVT49L
ro.build.display.id=KVT49L release-keys
ro.build.version.incremental=18202
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.version.software=R10.11-EU
ro.sys.avn.bt.prefix=MGN
ro.build.version.application=AP.18.05.21.00
ro.build.version.hardware=Ver3.0
ro.build.version.code=219.2
ro.build.date=Mon May 21 13:35:05 KST 2018
ro.build.date.utc=1526877305
ro.build.type=user
ro.build.user=diode
ro.build.host=cherry
ro.build.tags=release-keys
ro.product.model=MGN
ro.product.brand=MITSUBISHI
ro.product.brand.suffix=MOTORS
ro.product.name=full_mgn_avn_de
ro.product.device=mgn_avn_de
ro.product.board=mgn
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HYUNDAI MOBIS
ro.product.locale.language=de
ro.product.locale.region=DE
ro.wifi.channels=
ro.board.platform=tcc893x
# ro.build.product is obsolete; use ro.product.device
ro.build.product=mgn_avn_de
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=full_mgn_avn_de-user 4.4.2 KVT49L eng.diode.20180521.133405 release-keys
ro.build.fingerprint=MITSUBISHI/full_mgn_avn_de/mgn_avn_de:4.4.2/KVT49L/eng.diode.20180521.133405:user/release-keys
ro.build.characteristics=tablet,sdcard
# end build properties
#
# ADDITIONAL_BUILD_PROPERTIES
#
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
ro.carrier=wifi-only
ro.QB.enable=1
ro.system.hdmi_max_resolution=fullhd
persist.sys.hdmi_resize_x=0
persist.sys.hdmi_resize_y=0
persist.sys.renderer_onthefly=true
ro.system.hdmi_active=false
persist.sys.output_mode=0
persist.demo.hdmirotationlock=true
ro.system.composite_active=false
persist.sys.composite_resize_x=3
persist.sys.composite_resize_y=3
ro.system.component_active=false
tcc.output.component_mode=0
ro.system.cvbs_active=false
persist.sys.cvbs_power_mode=0
persist.sys.cvbs_mode=0
ro.system.hdmi_portable=true
ro.system.osd_active=true
ro.system.audio_active=false
lersist.sys.spdif_setting=0
qemu.hw.mainkeys=1
persist.sys.strictmode.disable=true
persist.sys.strictmode.visual=false
tcc.video.vsync.support=0
tcc.video.vsync.threshold=0
tcc.video.surface.support=1
tcc.video.deinterlace.support=1
tcc.internal.storage.fat.number=11
ro.opengles.version=131072
ro.sf.lcd_density=160
persist.ium.unsupported=t
persist.sys.avn.customstatusbar=1
persist.sys.avn.prescan=1
persist.sys.avn.bootlogodelay=0
sys.avn.watermark.enable=0
persist.sys.avn.micomlog=0
persist.sys.avn.micomaction=0
persist.sys.avn.discapilevel=2
persist.sys.avn.disc2log=1
persist.sys.avn.supportmulti=1
persist.sys.avn.gpslog=disable
persist.sys.avn.gpm.enable=1
persist.sys.avn.carplay.ats=0
persist.sys.avn.rvc_test=0
sys.avn.rvc.handover=0
persist.sys.avn.virtuallocale=de
ro.sys.avn.rhd=0
tcc.default.timezone=Europe/Berlin
dalvik.vm.heapstartsize=16m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
tcc.wifi.p2p.persistent=1
tcc.wifi.p2p.go_intent=0
tcc.container.support.asf=1
tcc.video.support.vc1=0
tcc.video.support.wmv7=0
tcc.video.support.wmv8=0
tcc.audio.support.ac3=0
tcc.audio.support.ddp=0
tcc.audio.support.dts=0
tcc.audio.support.wma=1
tcc.audio.support.dra=0
tcc.audio.support.ra=0
tcc.audio.support.aac=0
tcc.audio.support.bsac=0
tcc.audio.support.mp3=1
tcc.audio.support.mp2=1
tcc.audio.support.mp1=1
tcc.audio.support.vorbis=1
tcc.audio.support.flac=1
tcc.audio.support.ape=1
tcc.audio.support.wav=1
tcc.audio.support.amr=1
tcc.audio.support.amrwbp=1
tcc.audio.support.evrc=0
tcc.audio.support.qcelp=0
tcc.all.hdmi.720p.fixed=0
tcc.all.video.call.enable=0
tcc.all.camera.no.display=0
tcc.video.lplayback.mode=0
tcc.all.web.full.video=0
tcc.show.video.fps=0
tcc.hwc.dynamic.disable=0
tcc.hwc.lcd.disable=0
tcc.hwc.no.use.external=0
tcc.hwc.fb.update.async=1
tcc.hwc.use.fence.sync=1
tcc.all.output.support.camera=0
tcc.media.rtsp.cusset=1
tcc.media.rtsp.starttime=10
tcc.media.rtsp.autimeout=10
tcc.media.rtsp.eos=1
tcc.media.rtsp.seekend=3
tcc.extenddisplay.detected=0
tcc.wfd.display.level=0
ro.QB.builtin.windowManager=2
ro.QB.builtin.widget=1
tcc.QB.profile.dlog=0
tcc.QB.profile.dtime=10
persist.sys.QB.home.timeout=stop
tcc.http.disconn.at.full=0
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.config.alarm_alert=Cesium.ogg
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
https://pastebin.com/MCmtyJcC
Root possible? Any Tweeks/Hacks? Possible to install any .apk?
I have the same unit
is there any news ?
bump