Changing the phone's name - myTouch 3G, Magic Android Development

I've played with quite a few custom builds, and I'm always a bit dismayed when I see TMobile G1, HTC Dream, or HTC Hero as the phone name. I have an Ion, and I like my software to match.
I've discovered where this information is kept and patched the file. Save the following as /system/build.prop:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=CUPCAKE
ro.build.display.id=CUPCAKE.eng.u70000.20090627.172039
ro.build.version.incremental=eng.u70000.20090627.172039
ro.build.version.sdk=3
ro.build.version.release=1.5
ro.build.date=Sat Jun 27 17:21:34 CST 2009
ro.build.date.utc=1246094494
ro.build.type=user
ro.build.user=android-build
ro.build.host=apa6.mtv.corp.google.com
ro.build.tags=ota-rel-keys,test-keys
ro.product.model=Google Ion
ro.product.brand=google_ion
ro.product.name=google_ion
ro.product.device=sapphire
ro.product.board=sapphire
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.board.platform=msm7k
# ro.build.product is obsolete; use ro.product.device
ro.build.product=sapphire
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=google_ion-user 1.5 CRB43 148830 adp,test-keys
ro.build.fingerprint=google_ion/google_ion/sapphire/sapphire:1.5/CRB43/148830:user/adp,test-keys
# end build properties
#
# system.prop for sapphire
#
rild.libpath=/system/lib/libhtc_ril.so
ro.ril.hep = 1
wifi.interface = tiwlan0
# 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
# density in DPI of the LCD of this board. This is used to scale the UI
# appropriately. If this property is not defined, the default value is 160 dpi.
ro.sf.lcd_density = 160
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.notification_sound=F1_New_SMS.ogg
ro.com.google.locationfeatures=1
ro.com.android.wifi-watchlist=GoogleGuest
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=true
ro.com.google.clientidbase=google
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.setupwizard.mode=OPTIONAL
ro.url.legal=http://www.google.com/intl/%s/mobile/android/android-dev-phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/android-dev-phone-privacy.html
keyguard.no_require_sim=true
persist.service.adb.enable=1
ro.config.sync=yes
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Copy it, paste it into a new text document, and save the file on your hard drive
adb remount
adb push /path/to/your-new-file /system/build.prop
You should also be able to save it to /data/local.prop.

This seems to work for the initial setup screen, but the Settings app still shows HTC Hero as the "Model number."

Related

Any devolpers doing 2.0 android

http://www.androidincanada.ca/news/android-2-0-source-now-available/
According to cyanogen's twitter, he knows about it and is currently playing with it and working with it. Already has a smoothly running version on his G1, but there's still a lot he needs to do with it before he can release it.
But yes, since the source code is out, devs can seriously begin to work on getting Android 2.0 out on devices that don't currently have it. I'm sure we'll start seeing a few releases of it very shortly. =)
Ayesuku said:
According to cyanogen's twitter, he knows about it and is currently playing with it and working with it. Already has a smoothly running version on his G1, but there's still a lot he needs to do with it before he can release it.
But yes, since the source code is out, devs can seriously begin to work on getting Android 2.0 out on devices that don't currently have it. I'm sure we'll start seeing a few releases of it very shortly. =)
Click to expand...
Click to collapse
yes! i am really agree with u.
cyanogen may release a experiment version for eclair soon~
i am also want sb make a 2.0 hero. as we know, 1.5 for hero is not perfect at all.
the speed would drop so much after we installed some app or put some widget at home
sorry for my eng
Well right now Eugene373 is working on the Tattoo Rom. Tattoo has the hero sense ui rosie and the widgets AND it's 1.6. He's the only dev i've seen that's released a stable ROM for it. I might be mistaken, please correct me if i'm wrong.
I tried it, He's working on a few cosmetic problems, i believe he'll be able to take care of the issues with it soon, it IS at it's early stages anyway, he's done a fantastic job so far!
scrap the hero/sensui stuff, and just give me a vanilla eclair. I mean, the aesthetics of that stuff are nice, I just haven't found one that's mature enough to be my daily ROM on my MT3G.
deprecated said:
scrap the hero/sensui stuff, and just give me a vanilla eclair. I mean, the aesthetics of that stuff are nice, I just haven't found one that's mature enough to be my daily ROM on my MT3G.
Click to expand...
Click to collapse
Bugger Hero and SenseUI, imho its ugly compared to pure Android. I'll just be patient and wait for an AOSP 2.0 rom to come about... no doubt the next experimental cyanogenmod will be a 2.0 based rom.
(fingers crossed)
nope. the next cyanogen exp rom will most likely be 1.6 based but with some eclair enhancements thrown in.
i don't think we'll see a cm with the android 2.0 kernel until v4.4 at the soonest, though i'd expect that to be released within a week.
look ok....
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
[email protected]:~/myeclair/out/target/product/dream-open/root$ ls
data default.prop dev proc sbin sys system
[email protected]:~/myeclair/out/target/product/dream-open/root$ cd ..
[email protected]:~/myeclair/out/target/product/dream-open$ cd system
[email protected]:~/myeclair/out/target/product/dream-open/system$ ls
build.prop etc
[email protected]:~/myeclair/out/target/product/dream-open/system$ cat build.prop | more
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=ECLAIR
ro.build.display.id=aosp_dream_us-eng Eclair ECLAIR eng.barak.20091115.165038 test-keys
ro.build.version.incremental=eng.barak.20091115.165038
ro.build.version.sdk=5
ro.build.version.codename=Eclair
ro.build.version.release=Eclair
ro.build.date=Sun Nov 15 16:51:51 EST 2009
ro.build.date.utc=1258321911
ro.build.type=eng
ro.build.user=barak
ro.build.host=barak-toshiba
ro.build.tags=test-keys
ro.product.model=AOSP on Dream (US)
ro.product.brand=aosp
ro.product.name=aosp_dream_us
ro.product.device=dream-open
ro.product.board=trout
ro.product.cpu.abi=armeabi
ro.product.manufacturer=htc
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm7k
# ro.build.product is obsolete; use ro.product.device
ro.build.product=dream-open
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=aosp_dream_us-eng Eclair ECLAIR eng.barak.20091115.165038 test-keys
ro.build.fingerprint=aosp/aosp_dream_us/dream-open/trout:Eclair/ECLAIR/eng.barak.20091115.165038:eng/test-keys
# end build properties
#
# system.prop for dream
#
rild.libpath=/system/lib/libhtc_ril.so
wifi.interface = tiwlan0
# 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
# density in DPI of the LCD of this board. This is used to scale the UI
# appropriately. If this property is not defined, the default value is 160 dpi.
ro.sf.lcd_density = 160
# Default network type
# 0 => WCDMA Preferred.
ro.telephony.default_network = 0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Can't wait

Convert Non Blur Defy to Blur Defy

Hi All,
Below is the build.prop of 3.4.3-36-1.7 SEA15 Stock ROM Froyo 2.2.2 Defy with changes so that it becomes Blured
Many credit goes to walter79
Install:
Preferred base is the SEA15 Stock ROM.
Root your defy.
Backup your original build.prop from /system folder
Replace the below code in build.prop in /system folder
Go to setting ... privacy.. reset factory
On reboot... you will get Blured Motorola Defy
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JEM_3.4.3-36-1.7
ro.build.display.id=JEM_3.4.3-36-1.7
ro.build.version.incremental=1307424561
ro.build.version.sdk=8
ro.build.version.codename=REL
ro.build.version.release=2.2.2
ro.build.date=Tue Jun 7 09:59:13 CST 2011
ro.build.date.utc=1307411953
ro.build.type=user
ro.build.user=fdc376
ro.build.host=zch68lnxdroid12
ro.build.tags=release-keys
ro.product.model=MB525
ro.product.brand=MOTO
ro.product.name=MB525_RTINT15
ro.product.device=umts_jordan
ro.product.board=jordan
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=omap3
# ro.build.product is obsolete; use ro.product.device
ro.build.product=jordan_emara
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=umts_jordan-user 2.2.2 JEM_3.4.3-36-1.7 release-keys
ro.build.fingerprint=MOTO/MB525_RTINT15/umts_jordan/jordan:2.2.2/JEM_3.4.3-36-1.7/1307424561:user/release-keys
# end build properties
#
# system.prop for UMTS Jordan
#
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libril-moto-umts-1.so
rilswitch.ganlibpath=/system/lib/libganril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
ro.default_usb_mode=0
# wlan interface
wifi.interface = tiwlan0
# 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
# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapsize=30m
# System property for SMC
ro.service.start.smc=1
#proximit sensor screen off delay
mot.proximity.delay=450
#proximit sensor disable touch distance
mot.proximity.distance=60
#doesn't use Java DNS cache. Use only bionic cache.
networkaddress.cache.ttl=0
# BEGIN Motorola, drmn68, 13-July-2010, IKSTABLEONE-729
# true when phone launches UI successfully, default is flase
sys.mot.ui.launched=false
# END IKSTABLEONE-729
# BEGIN Motorola, wlss01, 15-Sept-2010, IKNAMERCOM-2241
# Port IKSTABLETWO-7241 Master clear is taking more then 30 minutes
ro.mot.master_clear.shredsd = false
# END IKNAMERCOM-2241
# BEGIN IKJORDANFR-65 Motorola, fpx478, default Mobile Hotspot is on
ro.mot.mynet=true
# END IKJORDANFR-65
# IKJORDAN-3341
windowsmgr.max_events_per_sec=70
#IKSHADOW-4638
# This defines the min duration between two pointer event in ms
ro.min_pointer_dur=10
# BEGIN, Motorola, qwp843, 12/06/2010, IKJRDNEM-3696
# Handle No audible indication while capturing photos in silent mode
# The property "ro.camera.sound.forced" is defined by google.
# Use "ro.camera.sound.forced" to decide whether camera shutter tone is forced: 1 forced; 0 not-forced.
ro.camera.sound.forced=0
# END IKJRDNEM-3696
# 33830, 33925, 33926. Terminal Download Feature. T-Mo Url
ro.mot.portal.url=http://home.web2go.com/
#vvm activity log and dialer.
ro.mot.vvm_enable=0
ro.mot.vvm_editable=1
#IKMAP-7365 BatteryManager: Wi-Fi control to be made flexible
ro.mot.battmanager.wifictrl=0
#IKJORDAN-1087(IKBASIL-804) use new generic UA profile
ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB525/profile/MotoMB525.rdf
ro.mot.fid.34081.enable=false
#IKJRDNEMFR-14 extract artwork from ID3V2 box for 3gp files
ro.mot.id3v2.artwork.enable=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
gsm.sim.mot.simswap=1
ro.config.ringtone=EtherShake.ogg
ro.mot.hw.ringerswitch=0
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=false
ro.default_usb_mode=0
ro.com.google.gmsversion=2.2_r10
ro.media.camcorder.vga=3gp,h264,24,4000000,aac,96000,44100,2
ro.media.camcorder.cif=3gp,h264,24,1500000,aac,96000,44100,2
ro.media.camcorder.qvga=3gp,h264,15,500000,aac,32000,16000,2
ro.media.camcorder.mms=3gp,h264,15,128000,amrnb,12200,8000,1
ro.media.camcorder.mmsres=qvga
ro.media.enc.aud.fileformat=amr
ro.media.enc.aud.codec=amrnb
ro.media.enc.aud.bps=12200
ro.media.enc.aud.ch=1
ro.media.enc.aud.hz=8000
ro.media.capture.maxres=5m
ro.media.capture.flash=led
ro.media.capture.classification=classH
ro.media.capture.flip=horizontalandvertical
ro.media.capture.flashIntensity=41
ro.media.capture.torchIntensity=25
ro.media.capture.shuttertone=1
ro.media.capture.panorama=0
ro.media.camerapreview.reg=480x360
ro.media.camerapreview.wide=848x480
ro.camcorder.VideoModes=false
ro.camera.DynamicFocus=false
ro.mot.deblur=false
ro.blur.setupprovider.tmo=false
ro.blur.setup.silent=false
ro.com.motorola.smartsensor=true
ro.mot.setuptype=1
ro.vf360_features.enabled=false
ro.blur_carrier_vodafone=false
ro.blur_carrier_tmo=false
ro.setupwizard.mode=DISABLED
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.mot.dpmext=true
ro.build.svn=58
ro.mot.hw.crystaltalk=1
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.34.177.3.MB525.Retail.en.GB
ro.com.google.clientidbase.am=android-motorola
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.gmm=android-motorola
ro.com.google.clientidbase.yt=android-motorola
ro.com.google.locationfeatures=1
ro.com.google.clientidbase.ms=android-motorola
Walter is a great great helper
Sent from my MB525
evolution1g said:
Walter is a great great helper
Sent from my MB525
Click to expand...
Click to collapse
HAHAHA should say he is a great DEV
Updated first post
asn39 said:
HAHAHA should say he is a great DEV
Click to expand...
Click to collapse
Hahaha he is both a great helper as well as an awesome developer
Sent from my MB525
hey, nice job, but won't it change language? or will it work on Polish version?
Code:
ro.mot.deblur=false
ro.mot.setuptype=1
ro.build.version.full=Blur_Version.34.177.3.MB525.Retail.en.GB
The above set on lines are actually needed to be added or replaced on your stock rom build.prop to make BLUR
Just replace those lines.
Add lines if you dont have those lines
replace lines if those lines are in your build.prop
work on cm9?
Sent from my MB526 using Tapatalk
zencoran said:
work on cm9?
Sent from my MB526 using Tapatalk
Click to expand...
Click to collapse
Hshaha nope!
Sent from my MB525 using xda premium
zencoran said:
work on cm9?
Sent from my MB526 using Tapatalk
Click to expand...
Click to collapse
nogoodusername said:
Hshaha nope!
Sent from my MB525 using xda premium
Click to expand...
Click to collapse
lol funniest thing i read all day
Blur is a software made by Motorola which collects Contacts and its picture data from its associated services like Facebook,Yahoo, myspace, lastfm,twitter,corporate sync,picassa,photobucket,bebo,linkedin.
Apart from the contacts it also collects the status updates from facebook and twitter, yahoo etc.
Now if you use the above code... you can get the contacts working with its picture, but the social apps like status update do not work. I have attached those above as blurapps.zip. You guys know how to integrate them or install them?
When you click on contact button, you see 3 tabs, One history, secon My contact, third status update. The status update is always blank as I am unable to install them. Please help me how to install them
Not getting BLURred
Hi Popcorn,
I am currently using your rom but i am not able to get the BLUR to work.
I have updated the build.prop as instructed and im still having the same issue as you have mentioned in the post above...
Have you got any update in the same?
debayan said:
Hi Popcorn,
I am currently using your rom but i am not able to get the BLUR to work.
I have updated the build.prop as instructed and im still having the same issue as you have mentioned in the post above...
Have you got any update in the same?
Click to expand...
Click to collapse
I figured the problem.... to enable the blur fully, we need to change the framework files also... only advanced developers can do that.
I recommend to use the UK Retail SBF ... root it and remove unwanted stuff from /apps to make it faster and better with blur officially working.
popcorn1122 said:
I figured the problem.... to enable the blur fully, we need to change the framework files also... only advanced developers can do that.
I recommend to use the UK Retail SBF ... root it and remove unwanted stuff from /apps to make it faster and better with blur officially working.
Click to expand...
Click to collapse
Oh ok.. I will have a look into UK Retail SBF because i never got a blurred defy. Thankx a ton :good::fingers-crossed:

Nextbook NX008HI

P.S And yeah i am new on tablet flash world i use to flash my phones but for tablet i don't know a damn thing how to flash so if someone can be generous to tell me the installition steps
Hi , i wanna root my nextbook 8 but i can't know how to do that if u can help me with that i really with be thanksfully even better if is any way to find me a rom for this tablet my tablet information are :
Model Number : nx008hi
buld.prop :
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JRO03C
ro.build.display.id=JRO03C.v008
ro.build.version.incremental=eng.root.20130321.205 658
ro.build.version.sdk=16
ro.build.version.codename=JellyBean
ro.build.version.release=4.1.1
ro.build.date=Thu Mar 21 20:57:33 CST 2013
ro.build.date.utc=1363870653
ro.build.type=user
ro.build.user=root
ro.build.host=midcs-desktop
ro.build.tags=release-keys
ro.product.board=NXM909NP
ro.product.model=NX008HI
ro.product.brand=Nextbook
ro.product.name=NX008HI
ro.product.device=NX008HI
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=YIFANG
ro.wifi.channels=14
ro.board.platform=meson6
# ro.build.product is obsolete; use ro.product.device
ro.build.product=NXM909NP
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=NXM909NP-user 4.1.1 JRO03C eng.root.20130321.205658 release-keys
ro.build.fingerprint=Nextbook/M909NP/M909NP:4.1.1/JRO03C/v008:user/release-keys
ro.build.characteristics=tablet
# end build properties
# system.prop for M1 reference board
# This overrides settings in the products/generic/system.prop file
#
#rild.libpath=/system/lib/libreference-ril.so
#rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=160
keyguard.no_require_sim=1
#set keyguard.enable=false to disable keyguard
keyguard.enable=true
ro.statusbar.widget=true
ro.statusbar.button=true
ro.statusbar.yearmonthdayweek=true
#wifi.interface=ra0
# 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 = 60
#alsa.mixer.playback.master=DAC2 Analog
#alsa.mixer.capture.master=Analog
#configure the Dalvik heap for a standard tablet device.
#frameworks/base/build/tablet-dalvik-heap.mk
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
hwui.render_dirty_regions=false
# Disable un-supported Android feature
hw.nopm=false
hw.nobattery=false
hw.nophone=false
hw.novibrate=true
hw.cameras=2
hw.hasethernet=false
#hw.hasdata=true
ro.platform.has.touch=true
# Wi-Fi sleep policy
ro.platform.has.sleeppolicy=false
#set to 0 temporarily so touch works without other changes
ro.sf.hwrotation=270
#0~7 You are required to get the correct install direction according the sensor placement on target board
ro.sf.gsensorposition=6
ro.sf.Gconvert_x_y=0
ro.sf.Gconvert_x=1
ro.sf.Gconvert_y=1
ro.sf.Gconvert_z=1
ro.sf.ecompassposition=4
allow_all_orientations=1
# Set Camera Orientation
# Use OSD2 mouse patch
ro.ui.cursor=osd2
ro.hardware=amlogic
# Enable 32-bit OSD
sys.fb.bits=32
# Disable GPS
gps.enable=false
# Enable player buildin
media.amsuperplayer.enable=true
media.amplayer.enable-acodecs=asf,aac,ape,flac,alac
media.amplayer.enable=true
media.amsuperplayer.m4aplayer=STAGEFRIGHT_PLAYER
media.amsuperplayer.defplayer=PV_PLAYER
media.amplayer.thumbnail=true
#media.amplayer.widevineenable=true
media.arm.audio.decoder=ape,aac
# Nand write need force sync when gadget
gadget.nand.force_sync=true
# Status bar customization
ro.statusbar.widget.power=true
yf.show.compat=false
ro.statusbar.yearmonthdayweek=true
# HDMI
ro.hdmi480p.enable=false
#rw.fb.need2xscale=ok
#media.amplayer.osd2xenable=true
#camera DCIM dir. 0:sd only; 1:nand only; 2,sd first
ro.camera.dcim=1
ro.camera.lockorientation=false
# Disable preload-class
ro.amlogic.no.preloadclass=0
# App optimization
ro.app.optimization=true
#Dual display
ro.vout.dualdisplay3=true
ro.vout.player.exit=false
# CPU settings
ro.has.cpu.setting=true
# CPU freq customized in setting menu
# normal, performance, powersaving
ro.cpumode.maxfreq=1200000,1320000,800000
# when usbstorage, CPU mode and freq
ro.usbstorage.cpumode=performance
ro.usbstorage.maxfreq=600000
ro.yifang.devicename=NX008HI
ro.yifang.hotpoint=0
ro.bootanimation.rotation=90
ro.keyguard.orientation=landscape
ro.yifang.weather.city=New York
ro.yifang.weather.isf=1
ro.yifang.ota.enable=1
#support media poll uevent,can use sd cardread on usb port
has.media.poll=false
ro.dongle.change.local=0
ro.yifang.locationsetting=1
#used forward seek for libplayer
media.libplayer.seek.fwdsearch=1
#enable address bar cover issue fixing
ro.flashplayer.surfacehack=1
ro.media.partition.label=Nextbook
ro.yifang.hotpoint=0
#ro.usb.vendor.string=Yifang
#ro.usb.product.string=PMP5580C
hw.erase.internalSdcard=true
ro.screen.has.usbstorage=true
virtualsd.enable=true
ro.yifang.bluetooth=0
ro.yifang.mobile=1
ro.yifang.mobile_dongle=0
ro.yifang.datausagesetting=1
ro.product.mobilenetwork = 0
ro.yifang.default.timeout=-1
ro.yifang.default.brightness=196
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.carrier=unknown
ro.opengles.version=131072
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
drm.service.enabled=true
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.hardware.version=1.0.0.0
ro.vendor.name=YFMID

Nextbook nx008hi8g

P.S And yeah i am new on tablet flash world i use to flash my phones but for tablet i don't know a damn thing how to flash so if someone can be generous to tell me the installition steps
Hi , i wanna root my nextbook 8 but i can't know how to do that if u can help me with that i really with be thanksfully even better if is any way to find me a rom for this tablet my tablet information are :
Model Number : nx008hi8g
buld.prop :
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JRO03C
ro.build.display.id=JRO03C.v008
ro.build.version.incremental=eng.root.20130321.205 658
ro.build.version.sdk=16
ro.build.version.codename=JellyBean
ro.build.version.release=4.1.1
ro.build.date=Thu Mar 21 20:57:33 CST 2013
ro.build.date.utc=1363870653
ro.build.type=user
ro.build.user=root
ro.build.host=midcs-desktop
ro.build.tags=release-keys
ro.product.board=NXM909NP
ro.product.model=NX008HI
ro.product.brand=Nextbook
ro.product.name=NX008HI
ro.product.device=NX008HI
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=YIFANG
ro.wifi.channels=14
ro.board.platform=meson6
# ro.build.product is obsolete; use ro.product.device
ro.build.product=NXM909NP
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=NXM909NP-user 4.1.1 JRO03C eng.root.20130321.205658 release-keys
ro.build.fingerprint=Nextbook/M909NP/M909NP:4.1.1/JRO03C/v008:user/release-keys
ro.build.characteristics=tablet
# end build properties
# system.prop for M1 reference board
# This overrides settings in the products/generic/system.prop file
#
#rild.libpath=/system/lib/libreference-ril.so
#rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=160
keyguard.no_require_sim=1
#set keyguard.enable=false to disable keyguard
keyguard.enable=true
ro.statusbar.widget=true
ro.statusbar.button=true
ro.statusbar.yearmonthdayweek=true
#wifi.interface=ra0
# 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 = 60
#alsa.mixer.playback.master=DAC2 Analog
#alsa.mixer.capture.master=Analog
#configure the Dalvik heap for a standard tablet device.
#frameworks/base/build/tablet-dalvik-heap.mk
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
hwui.render_dirty_regions=false
# Disable un-supported Android feature
hw.nopm=false
hw.nobattery=false
hw.nophone=false
hw.novibrate=true
hw.cameras=2
hw.hasethernet=false
#hw.hasdata=true
ro.platform.has.touch=true
# Wi-Fi sleep policy
ro.platform.has.sleeppolicy=false
#set to 0 temporarily so touch works without other changes
ro.sf.hwrotation=270
#0~7 You are required to get the correct install direction according the sensor placement on target board
ro.sf.gsensorposition=6
ro.sf.Gconvert_x_y=0
ro.sf.Gconvert_x=1
ro.sf.Gconvert_y=1
ro.sf.Gconvert_z=1
ro.sf.ecompassposition=4
allow_all_orientations=1
# Set Camera Orientation
# Use OSD2 mouse patch
ro.ui.cursor=osd2
ro.hardware=amlogic
# Enable 32-bit OSD
sys.fb.bits=32
# Disable GPS
gps.enable=false
# Enable player buildin
media.amsuperplayer.enable=true
media.amplayer.enable-acodecs=asf,aac,ape,flac,alac
media.amplayer.enable=true
media.amsuperplayer.m4aplayer=STAGEFRIGHT_PLAYER
media.amsuperplayer.defplayer=PV_PLAYER
media.amplayer.thumbnail=true
#media.amplayer.widevineenable=true
media.arm.audio.decoder=ape,aac
# Nand write need force sync when gadget
gadget.nand.force_sync=true
# Status bar customization
ro.statusbar.widget.power=true
yf.show.compat=false
ro.statusbar.yearmonthdayweek=true
# HDMI
ro.hdmi480p.enable=false
#rw.fb.need2xscale=ok
#media.amplayer.osd2xenable=true
#camera DCIM dir. 0:sd only; 1:nand only; 2,sd first
ro.camera.dcim=1
ro.camera.lockorientation=false
# Disable preload-class
ro.amlogic.no.preloadclass=0
# App optimization
ro.app.optimization=true
#Dual display
ro.vout.dualdisplay3=true
ro.vout.player.exit=false
# CPU settings
ro.has.cpu.setting=true
# CPU freq customized in setting menu
# normal, performance, powersaving
ro.cpumode.maxfreq=1200000,1320000,800000
# when usbstorage, CPU mode and freq
ro.usbstorage.cpumode=performance
ro.usbstorage.maxfreq=600000
ro.yifang.devicename=NX008HI
ro.yifang.hotpoint=0
ro.bootanimation.rotation=90
ro.keyguard.orientation=landscape
ro.yifang.weather.city=New York
ro.yifang.weather.isf=1
ro.yifang.ota.enable=1
#support media poll uevent,can use sd cardread on usb port
has.media.poll=false
ro.dongle.change.local=0
ro.yifang.locationsetting=1
#used forward seek for libplayer
media.libplayer.seek.fwdsearch=1
#enable address bar cover issue fixing
ro.flashplayer.surfacehack=1
ro.media.partition.label=Nextbook
ro.yifang.hotpoint=0
#ro.usb.vendor.string=Yifang
#ro.usb.product.string=PMP5580C
hw.erase.internalSdcard=true
ro.screen.has.usbstorage=true
virtualsd.enable=true
ro.yifang.bluetooth=0
ro.yifang.mobile=1
ro.yifang.mobile_dongle=0
ro.yifang.datausagesetting=1
ro.product.mobilenetwork = 0
ro.yifang.default.timeout=-1
ro.yifang.default.brightness=196
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.carrier=unknown
ro.opengles.version=131072
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
drm.service.enabled=true
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.hardware.version=1.0.0.0
ro.vendor.name=YFMID

[Completed] Sansui ETAB 801 Roms?

Hello. I have a Sansui ETAB 801 on ICS 4.0.3, however I cannot find any further ROM upgrades for it. Could anybody possibly help me with something that might work? I managed to get a copy of the stock ROM from the support people and the build.prop says the following
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IML74K
ro.build.display.id=ETAB 801.20120704
ro.build.version.incremental=eng.shixiong.20120704.124051
ro.build.version.sdk=15
ro.build.version.codename=IceCreamSandwich
ro.build.version.release=4.0.3
ro.build.date=三 7月 4 12:43:43 HKT 2012
ro.build.date.utc=1341377023
ro.build.type=user
ro.build.user=shixiong
ro.build.host=emdoor-r710
ro.build.tags=test-keys
ro.product.model=ETAB 801
ro.product.brand=MID
ro.product.name=f08refem86
ro.product.device=f08refem86
ro.product.board=f08refem86
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=EMDOOR
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=14
ro.board.platform=meson3
# ro.build.product is obsolete; use ro.product.device
ro.build.product=f08refem86
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=f08refem86-user 4.0.3 IML74K eng.shixiong.20120704.124051 test-keys
ro.build.fingerprint=MID/f08refem86/f08refem86:4.0.3/IML74K/eng.shixiong.20120704.124051:user/test-keys
ro.build.characteristics=tablet
# end build properties
# system.prop for M1 reference board
# This overrides settings in the products/generic/system.prop file
#
#rild.libpath=/system/lib/libreference-ril.so
#rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=120
keyguard.no_require_sim=1
#set keyguard.enable=false to disable keyguard
keyguard.enable=true
ro.statusbar.widget=true
ro.statusbar.button=true
ro.statusbar.yearmonthdayweek=true
#wifi.interface=ra0
# 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 = 60
#alsa.mixer.playback.master=DAC2 Analog
#alsa.mixer.capture.master=Analog
#configure the Dalvik heap for a standard tablet device.
#frameworks/base/build/tablet-dalvik-heap.mk
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
hwui.render_dirty_regions=false
# Disable un-supported Android feature
hw.nopm=false
hw.nobattery=false
hw.nophone=false
#hw.novibrate=false
hw.cameras=2
hw.hasethernet=false
#hw.hasdata=true
em.mobile_data=true
ro.platform.has.touch=true
# Wi-Fi sleep policy
ro.platform.has.sleeppolicy=false
#set to 0 temporarily so touch works without other changes
ro.sf.hwrotation=270
#0~7 You are required to get the correct install direction according the sensor placement on target board
ro.sf.gsensorposition=4
ro.sf.ecompassposition=4
allow_all_orientations=1
# Use OSD2 mouse patch
ro.ui.cursor=osd2
# Enable 32-bit OSD
sys.fb.bits=32
# Disable GPS
gps.enable=false
em.auto_power_3g_by_sim_state=false
# added by dongming
# 3G modem build in
em.modem_in=true
#Hdmi UI hide or display
em.hdmiui=true
# electromagnetic touch calibration
em.elec_calibrate=false
# judge if coby's launcher mode
em.coby_mode=true
# if have bluetooth
em.bluetooth=false
# if have telephone voice
em.telephone_voice=false
# if have light sensor
em.light_sensor=false
# if have infrared
em.infrared=false
# if have compass
em.compass=false
#if have no motor
hw.novibrate=false
# if have window animate
em.window_animate=false
# 0 there is no camera; 1 single front camera; 2 single back camera; 3 multi camera
em.camera_type=2
# def font size
em.def_font_size=1.0
em.def_backlight=190
em.def_screen_timeout=300000
em.def_call_volume=11
em.def_ring_volume=5
em.def_alarm_volume=6
em.def_media_volume=11
em.def_notification_volume=5
em.def_wallpaper=null
em.def_mobiledata=false
em.def_3g_onoff=false
em.defproxy=false
em.hdmidisplay=1
# end added
# Enable player buildin
media.amsuperplayer.enable=true
media.amplayer.enable-acodecs=asf,wav,aac,mp3,m4a,ape,flac,alac
media.amplayer.enable=true
media.amsuperplayer.m4aplayer=STAGEFRIGHT_PLAYER
media.amsuperplayer.defplayer=PV_PLAYER
media.amplayer.thumbnail=true
# Status bar customization
ro.statusbar.widget.power=true
ro.statusbar.yearmonthdayweek=true
# HDMI
ro.hdmi480p.enable=false
rw.fb.need2xscale=ok
media.amplayer.osd2xenable=true
#camera DCIM dir,0:sd only,1,nand only,2,sd first
ro.camera.dcim=2
#nand write need force sync when gadget
gadget.nand.force_sync=true
# Disable preload-class
ro.amlogic.no.preloadclass=1
# App optimization
ro.app.optimization=true
#Dual display
ro.vout.dualdisplay2=true
hw.nodatausage=true
#for 800x480 UI
ro.platform.UI.800x480=false
# Ugrade apk
virtualsd.enable=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
persist.sys.timezone=Africa/Harare
Hi MadCatZA
Thank you for using XDA Assist
As we do not have an specific forum dedicated for your device yet, our experts at the below forum should be able to help you. Please be welcome to post over in there.
Android Q&A, Help & Troubleshooting
Nice regards and good luck.
.
MadCatZA said:
Hello. I have a Sansui ETAB 801 on ICS 4.0.3, however I cannot find any further ROM upgrades for it. Could anybody possibly help me with something that might work? I managed to get a copy of the stock ROM from the support people and the build.prop says the following
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IML74K
ro.build.display.id=ETAB 801.20120704
ro.build.version.incremental=eng.shixiong.20120704.124051
ro.build.version.sdk=15
ro.build.version.codename=IceCreamSandwich
ro.build.version.release=4.0.3
ro.build.date=三 7月 4 12:43:43 HKT 2012
ro.build.date.utc=1341377023
ro.build.type=user
ro.build.user=shixiong
ro.build.host=emdoor-r710
ro.build.tags=test-keys
ro.product.model=ETAB 801
ro.product.brand=MID
ro.product.name=f08refem86
ro.product.device=f08refem86
ro.product.board=f08refem86
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=EMDOOR
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=14
ro.board.platform=meson3
# ro.build.product is obsolete; use ro.product.device
ro.build.product=f08refem86
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=f08refem86-user 4.0.3 IML74K eng.shixiong.20120704.124051 test-keys
ro.build.fingerprint=MID/f08refem86/f08refem86:4.0.3/IML74K/eng.shixiong.20120704.124051:user/test-keys
ro.build.characteristics=tablet
# end build properties
# system.prop for M1 reference board
# This overrides settings in the products/generic/system.prop file
#
#rild.libpath=/system/lib/libreference-ril.so
#rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=120
keyguard.no_require_sim=1
#set keyguard.enable=false to disable keyguard
keyguard.enable=true
ro.statusbar.widget=true
ro.statusbar.button=true
ro.statusbar.yearmonthdayweek=true
#wifi.interface=ra0
# 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 = 60
#alsa.mixer.playback.master=DAC2 Analog
#alsa.mixer.capture.master=Analog
#configure the Dalvik heap for a standard tablet device.
#frameworks/base/build/tablet-dalvik-heap.mk
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
hwui.render_dirty_regions=false
# Disable un-supported Android feature
hw.nopm=false
hw.nobattery=false
hw.nophone=false
#hw.novibrate=false
hw.cameras=2
hw.hasethernet=false
#hw.hasdata=true
em.mobile_data=true
ro.platform.has.touch=true
# Wi-Fi sleep policy
ro.platform.has.sleeppolicy=false
#set to 0 temporarily so touch works without other changes
ro.sf.hwrotation=270
#0~7 You are required to get the correct install direction according the sensor placement on target board
ro.sf.gsensorposition=4
ro.sf.ecompassposition=4
allow_all_orientations=1
# Use OSD2 mouse patch
ro.ui.cursor=osd2
# Enable 32-bit OSD
sys.fb.bits=32
# Disable GPS
gps.enable=false
em.auto_power_3g_by_sim_state=false
# added by dongming
# 3G modem build in
em.modem_in=true
#Hdmi UI hide or display
em.hdmiui=true
# electromagnetic touch calibration
em.elec_calibrate=false
# judge if coby's launcher mode
em.coby_mode=true
# if have bluetooth
em.bluetooth=false
# if have telephone voice
em.telephone_voice=false
# if have light sensor
em.light_sensor=false
# if have infrared
em.infrared=false
# if have compass
em.compass=false
#if have no motor
hw.novibrate=false
# if have window animate
em.window_animate=false
# 0 there is no camera; 1 single front camera; 2 single back camera; 3 multi camera
em.camera_type=2
# def font size
em.def_font_size=1.0
em.def_backlight=190
em.def_screen_timeout=300000
em.def_call_volume=11
em.def_ring_volume=5
em.def_alarm_volume=6
em.def_media_volume=11
em.def_notification_volume=5
em.def_wallpaper=null
em.def_mobiledata=false
em.def_3g_onoff=false
em.defproxy=false
em.hdmidisplay=1
# end added
# Enable player buildin
media.amsuperplayer.enable=true
media.amplayer.enable-acodecs=asf,wav,aac,mp3,m4a,ape,flac,alac
media.amplayer.enable=true
media.amsuperplayer.m4aplayer=STAGEFRIGHT_PLAYER
media.amsuperplayer.defplayer=PV_PLAYER
media.amplayer.thumbnail=true
# Status bar customization
ro.statusbar.widget.power=true
ro.statusbar.yearmonthdayweek=true
# HDMI
ro.hdmi480p.enable=false
rw.fb.need2xscale=ok
media.amplayer.osd2xenable=true
#camera DCIM dir,0:sd only,1,nand only,2,sd first
ro.camera.dcim=2
#nand write need force sync when gadget
gadget.nand.force_sync=true
# Disable preload-class
ro.amlogic.no.preloadclass=1
# App optimization
ro.app.optimization=true
#Dual display
ro.vout.dualdisplay2=true
hw.nodatausage=true
#for 800x480 UI
ro.platform.UI.800x480=false
# Ugrade apk
virtualsd.enable=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.opengles.version=131072
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
persist.sys.timezone=Africa/Harare
Click to expand...
Click to collapse
Kdio said:
Hi MadCatZA
Thank you for using XDA Assist
As we do not have an specific forum dedicated for your device yet, our experts at the below forum should be able to help you. Please be welcome to post over in there.
Android Q&A, Help & Troubleshooting
Nice regards and good luck.
.
Click to expand...
Click to collapse
Appreciated, ive made a post in the area provided thanks.

Categories

Resources