[REQUEST, MZ616] build.prop and default.prop files

matticala

Senior Member
Jun 8, 2010
143
8
0
Haarlem
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
 

trevd

Inactive Recognized Developer
Jul 19, 2011
893
1,269
123
Hull
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
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
 
  • Like
Reactions: matticala