[MOD] [Wind & T] Mobile & Bullet Proof tweaked build.prop

Search This thread

morrislee

Senior Member
Aug 24, 2010
977
1,071
Edmonton
I generally don't get speeds slower than 10-15Mb/s, and just about most of the time is 18Mb/s on the spot. This tweak increases my downloads to up to and over 25Mb/s.
They did a nice job here with 4g coverage. (42Mb/s area)

You guys make me so jealous, I barely get above 4mbps download and below 0.10mbps most of the time.
 

xxquicksh0txx

Senior Member
Jul 17, 2010
1,536
417
Akron, Ohio
You guys make me so jealous, I barely get above 4mbps download and below 0.10mbps most of the time.

I'm currently throttled so I can't test this, but at my house I have around 2 bars of 4g however it goes out sometimes. And I get around 6mbps. However, at the mall I get a constant 19 mbps I will have to test speeds later with this.

Sent from my HTC Amaze 4G using XDA
 

Turboboxer

Senior Member
Oct 7, 2011
380
78
ATLANTA
not sure, but this is the only thing I have modded in the past few days. Seems my HTC mail app is broken. I just get FC now.
 

morrislee

Senior Member
Aug 24, 2010
977
1,071
Edmonton
I have to say, this is for the T-Mobile STOCK ROM, mods usually have heavily modified build.prop and the apps might be recompiled to work with it etc. That could be the problem
 

kaabob

Senior Member
Nov 3, 2009
112
11
This is what i get with the BP build.prop starting up the mail.apk
adb logcat
Code:
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 21ms
I/ActivityManager(  296): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.htc.android.m
ail/.MailListTab } from pid 460
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 26ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 42ms
D/PhoneWindow(  460): couldn't save which view has focus because the focused vie
w com.android.internal.policy.impl.PhoneWindow$DecorView@4064b180 has no id.
D/dalvikvm( 1729): GC_FOR_MALLOC freed 820K, 35% free 7448K/11335K, external 0K/
0K, paused 82ms
D/SurfaceFlinger(  296): [DISP] attachLayer 0x3ceda0 28 0x4abb58
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 26ms
W/dalvikvm(  460): disableGcForExternalAlloc: false
D/SurfaceFlinger(  296): [DISP] getLayerUser 0x89caa8 36
D/SurfaceFlinger(  296): [DISP] purgatorizeLayer_l 0x10a0bb8 4
D/SurfaceFlinger(  296): [DISP] detachLayer 0x89caa8 0x10a0bb8
D/SurfaceFlinger(  296): [DISP] remove 0x10a0bb8 2
D/SurfaceFlinger(  296): [DISP]~LayerBaseClient 0x10a0bb8
D/SurfaceFlinger(  296): [DISP] getLayerUser 0x89caa8 37
D/SurfaceFlinger(  296): [DISP] purgatorizeLayer_l 0xf2ff68 4
D/SurfaceFlinger(  296): [DISP] detachLayer 0x89caa8 0xf2ff68
D/SurfaceFlinger(  296): [DISP] remove 0xf2ff68 2
D/SurfaceFlinger(  296): [DISP]~LayerBaseClient 0xf2ff68
I/ActivityManager(  296): Starting activity: Intent { act=android.intent.action.
VIEW flg=0x4000000 cmp=com.htc.android.mail/.ProviderListScreen } from pid 734
D/ATRecorder(  734): com.htc.autotest.dlib.RecordEngine in loader dalvik.system.
DexClassLoader@4054eb38
D/dalvikvm(  734): GC_EXTERNAL_ALLOC freed 37K, 46% free 3154K/5767K, external 0
K/512K, paused 20ms
E/dalvikvm-heap(  734): 2073600-byte external allocation too large for this proc
ess.
E/dalvikvm(  734): Out of memory: Heap Size=40967KB, Allocated=3154KB, Bitmap Si
ze=0KB, Limit=40960KB
E/dalvikvm(  734): Trim info: Footprint=5767KB, Allowed Footprint=40967KB, Trimm
ed=480KB
E/GraphicsJNI(  734): VM won't let us allocate 2073600 bytes
D/skia    (  734): --- decoder->decode returned false
D/AndroidRuntime(  734): Shutting down VM
W/dalvikvm(  734): threadid=1: thread exiting with uncaught exception (group=0x4
001d648)
E/AndroidRuntime(  734): FATAL EXCEPTION: main
E/AndroidRuntime(  734): java.lang.OutOfMemoryError: bitmap size exceeds VM budg
et(Heap Size=40967KB, Allocated=3154KB, Bitmap Size=0KB)
E/AndroidRuntime(  734):        at android.graphics.BitmapFactory.nativeDecodeAs
set(Native Method)
E/AndroidRuntime(  734):        at android.graphics.BitmapFactory.decodeResource
Stream(BitmapFactory.java:481)
E/AndroidRuntime(  734):        at android.graphics.drawable.Drawable.createFrom
ResourceStream(Drawable.java:697)
E/AndroidRuntime(  734):        at android.content.res.Resources.loadDrawable(Re
sources.java:1735)
E/AndroidRuntime(  734):        at android.content.res.Resources.getDrawable(Res
ources.java:590)
E/AndroidRuntime(  734):        at com.android.internal.policy.impl.PhoneWindow.
generateLayout(PhoneWindow.java:2469)
E/AndroidRuntime(  734):        at com.android.internal.policy.impl.PhoneWindow.
installDecor(PhoneWindow.java:2504)
E/AndroidRuntime(  734):        at com.android.internal.policy.impl.PhoneWindow.
setContentView(PhoneWindow.java:246)
E/AndroidRuntime(  734):        at android.app.Activity.setContentView(Activity.
java:1742)
E/AndroidRuntime(  734):        at com.htc.android.mail.ProviderListScreen.onCre
ate(ProviderListScreen.java:96)
E/AndroidRuntime(  734):        at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1072)
E/AndroidRuntime(  734):        at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:1836)
E/AndroidRuntime(  734):        at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:1893)
E/AndroidRuntime(  734):        at android.app.ActivityThread.access$1500(Activi
tyThread.java:135)
E/AndroidRuntime(  734):        at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1054)
E/AndroidRuntime(  734):        at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime(  734):        at android.os.Looper.loop(Looper.java:150)
E/AndroidRuntime(  734):        at android.app.ActivityThread.main(ActivityThrea
d.java:4385)
E/AndroidRuntime(  734):        at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(  734):        at java.lang.reflect.Method.invoke(Method.java:5
07)
E/AndroidRuntime(  734):        at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:849)
E/AndroidRuntime(  734):        at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:607)
E/AndroidRuntime(  734):        at dalvik.system.NativeStart.main(Native Method)

W/ActivityManager(  296):   Force finishing activity com.htc.android.mail/.Provi
derListScreen
D/SurfaceFlinger(  296): [DISP] attachLayer 0x3ceda0 29 0x10a0bb8
W/ActivityManager(  296): Activity pause timeout for HistoryRecord{40d197a8 com.
htc.android.mail/.ProviderListScreen}
D/SurfaceFlinger(  296): [DISP] attachLayer 0x89caa8 38 0xe43aa0
D/SurfaceFlinger(  296): [DISP] attachLayer 0x89caa8 39 0xc51c70
D/CarouselDummyActivity(  460): CarouselDummyActivity.onResume: tab_allapps
W/dalvikvm(  460): disableGcForExternalAlloc: true
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 35ms
W/dalvikvm(  460): disableGcForExternalAlloc: false
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 23ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 21ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 27ms
D/dalvikvm( 1729): GC_FOR_MALLOC freed 820K, 35% free 7448K/11335K, external 0K/
0K, paused 39ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 27ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 37ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 26ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 19ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 18ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 18ms
D/dalvikvm(  462): GC_EXTERNAL_ALLOC freed 0K, 46% free 2970K/5447K, external 12
00K/1200K, paused 18ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/2
400K, paused 18ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 18ms
D/dalvikvm(  462): GC_EXTERNAL_ALLOC freed 0K, 46% free 2970K/5447K, external 12
00K/1200K, paused 19ms
I/ActivityManager(  296): Process com.htc.cspeoplesync (pid 1219) has died.
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/2
400K, paused 18ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 18ms
I/ActivityManager(  296): Process com.htc.wotaproviders (pid 1162) has died.
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 18ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 20ms
I/ActivityManager(  296): Process com.htc.sdm:remote (pid 1104) has died.
D/Wallpaper(  460): pauseWallpaper: false
D/Process (  734): killProcess, pid=734
D/InputManagerService(  296): Window already focused, ignoring focus gain of: co
m.android.internal.view.IInputMethodClient$Stub$Proxy@40d25a58
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 32ms
D/Process (  734): dalvik.system.VMStack.getThreadStackTrace(Native Method)
D/Process (  734): java.lang.Thread.getStackTrace(Thread.java:745)
D/Process (  734): android.os.Process.killProcess(Process.java:797)
D/Process (  734): com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtE
xception(RuntimeInit.java:108)
D/Process (  734): java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)

D/Process (  734): java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)

D/Process (  734): dalvik.system.NativeStart.main(Native Method)
I/Process (  734): Sending signal. PID: 734 SIG: 9
I/ActivityManager(  296): Process com.htc.android.mail (pid 734) has died.
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 26ms
D/SurfaceFlinger(  296): [DISP] getLayerUser 0x3ceda0 29
D/SurfaceFlinger(  296): [DISP] purgatorizeLayer_l 0x10a0bb8 4
D/SurfaceFlinger(  296): [DISP] detachLayer 0x3ceda0 0x10a0bb8
D/SurfaceFlinger(  296): [DISP] remove 0x10a0bb8 2
D/SurfaceFlinger(  296): [DISP]~LayerBaseClient 0x10a0bb8
D/dalvikvm( 1729): GC_FOR_MALLOC freed 820K, 35% free 7448K/11335K, external 0K/
0K, paused 47ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 22ms
D/dalvikvm(  462): GC_EXPLICIT freed <1K, 46% free 2970K/5447K, external 1200K/1
200K, paused 18ms
 

pcurator

Senior Member
Feb 15, 2012
70
6
Toronto
Can someone please tell me what I did wrong?

1. I rename the build.prop to backup.txt
2. I copy build.prop to system
3. I change permission to rw,rw,r
4. After I restart system, it get stuck in the bootup screen.

I used ES File Explorer to copy, and change permission.
 

yellowpony2k2

Member
Mar 23, 2009
19
2
California
Can someone please tell me what I did wrong?

1. I rename the build.prop to backup.txt
2. I copy build.prop to system
3. I change permission to rw,rw,r
4. After I restart system, it get stuck in the bootup screen.

I used ES File Explorer to copy, and change permission.

Do you have stock ICS? I was looking at the OP and this was intended for GB if I'm not mistaken
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    WIND WIND.zip for 1.46.1500.3 (WIND users only!)
    T-Mobile TMOB.zip for 1.43.531.3 (T-Mobile users only!)
    Bullet Proof BP.zip for Bullet Proof ROM


    FAQ:
    ------------------------------------------------------------
    Can I flash this via recovery? No, extract the build.prop and push it to system and set to 644
    Why do I see no data speed increase? This only unlocks the full HSPA+ performances on the phone, actual speed is still limited to the provider's cellphone tower types


    To use this, rename your current build.prop and past the one in the zip to system, change the permissions to 644 and reboot.

    Change log: 04/14/2012:

    removed hep option (I think this is killing battery, not sure)
    added modified Bullet Proof version of build.prop, should be ok for the mail problem


    Change log: 04/05/2012:

    added T-Mobile version
    re-enabled ro.ril.disable.power.collapse
    removed the default home operator stuff (did not make a difference)
    ro.telephony.default_network set to 2 so the network type setting sticks (only on wind version)
    added ro.ril.hep = 1
    added ro.kernel.android.checkjni=0
    added pm.sleep_mode=1
    added windowsmgr.max_events_per_sec=150
    added video.accelerate.hw=1
    added debug.performance.tuning=1


    Change log: 04/03/2012:

    Added to default to home operator "WIND Home" and the numeric IDs for gsm and cdma configs
    WiFi Scan interval to 300s (save battery)
    heapsize to 128MB
    debug.composition.type from c2d to gpu (home screen seems to be much smoother)
    Tweaked the HSPA configs (I can't see much change, probably because I am far in the boonies)
    Enabled "Dual Transfer Mode"
    Enabled ro.ril.enable.sdr (unsure what it is, but just testing it)
    3
    I would prefer to work directly from a stock one (need to source one some how). And no, this will not be able to disable the button lights, you need to do them in the init.post_boot.sh file under etc

    Can someone provide a completely unmodified build.prop?

    Stock TMOUS build.prop from 1.43.531.3 OTA...

    Code:
    ro.ril.oem.ecclist=911
    ro.ril.enable.a53=1
    ro.ril.enable.dtm=0
    ro.ril.gprsclass=10
    ro.ril.hsdpa.category=24
    ro.ril.hsupa.category=6
    ro.ril.hsxpa=4
    ro.ril.def.agps.mode=1
    ro.ril.fast.dormancy.timeout=10
    ro.ril.def.agps.feature=1
    ro.ril.radio.svn=1
    ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420
    ro.ril.enable.sdr=0
    ro.ril.enable.gea3=0
    ro.ril.enable.amr.wideband=0
    ro.ril.set.mtusize=1440
    ro.ril.rxd.mode.nv=11
    ro.ril.bler.threshold.nv=125
    ro.ril.rscp.threshold.nv=110
    ro.ril.enable.rxd=1
    ro.ril.oem.cnap=1
    ro.ril.enable.r8fd=1
    ro.ril.disable.cpc=1
    ro.ril.ims=1
    ro.com.google.clientidbase=android-htc
    ro.com.google.clientidbase.yt=android-htc
    ro.com.google.clientidbase.am=android-tmobile-us
    ro.com.google.clientidbase.vs=android-hms-tmobile-us
    ro.com.google.clientidbase.gmm=android-htc
    ro.com.google.clientidbase.ms=android-hms-tmobile-us
    ro.ril.vmail.310260=+18056377243
    ro.phone.min_match=7
    ro.ril.enable.ganlite=0
    ro.product.model=HTC_Amaze_4G
    ro.ril.def.agps.feature=1
    # begin build properties
    # autogenerated by buildinfo.sh
    ro.aa.customizationid=251013
    ro.aa.project=Ruby
    ro.aa.romver=1.43.531.3
    ro.aa.maincid=T-MOB010
    ro.aa.modelid=PH8511000
    ro.aa.cidlist=T-MOB010
    ro.aa.rid=201
    ro.aa.taskid=228638
    ro.aa.skulist=531
    ro.aa.mainsku=531
    ro.com.google.clientidbase=android-htc
    ro.aa.customizationid=251013
    ro.aa.project=Ruby
    ro.aa.romver=1.43.531.3
    ro.aa.maincid=T-MOB010
    ro.aa.modelid=PH8511000
    ro.aa.cidlist=T-MOB010
    ro.aa.rid=201
    ro.aa.taskid=228638
    ro.aa.skulist=531
    ro.aa.mainsku=531
    ro.com.google.clientidbase=android-htc
    ro.build.id=GRJ22
    ro.build.display.id=GRJ22
    ro.build.version.incremental=192596.3
    ro.build.version.sdk=10
    ro.build.version.codename=REL
    ro.build.version.release=2.3.4
    ro.build.date=四 12月  1 02:56:31 CST 2011
    ro.build.date.utc=1322679391
    ro.build.type=user
    ro.build.user=root
    ro.build.host=ABM035
    ro.build.tags=release-keys
    ro.product.model=HTC Ruby
    ro.product.brand=tmous
    ro.product.name=htc_ruby
    ro.product.device=ruby
    ro.product.board=ruby
    ro.product.cpu.abi=armeabi-v7a
    ro.product.cpu.abi2=armeabi
    ro.product.manufacturer=HTC
    ro.product.locale.language=hdpi
    ro.product.locale.region=
    ro.wifi.channels=
    ro.board.platform=msm8660
    # ro.build.product is obsolete; use ro.product.device
    ro.build.product=ruby
    # Do not try to parse ro.build.description or .fingerprint
    ro.build.description=1.43.531.3 CL192596 release-keys
    ro.build.description=1.43.531.3 CL192596 release-keys
    ro.build.changelist=192596
    ro.product.ua=
    ro.build.fingerprint=tmous/htc_ruby/ruby:2.3.4/GRJ22/192596.3:user/release-keys
    ro.build.project=Ruby:228638
    ro.product.version=1.43.531.3
    ro.build.languageremove=0
    ro.build.sense.version=3.0
    keyguard.no_require_sim=1
    # end build properties
    #
    # system.prop for ruby
    #
    
    ro.sf.lcd_density=240
    
    debug.fb.rgb565 = 0
    debug.composition.type = c2d
    
    #+HTC_RIL: from QCT Fusion
    rild.libpath=/system/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=
    persist.rild.ril.ltedr=0
    persist.rild.ril.ltedrtable=max_retries=infinite,10000
    DEVICE_PROVISIONED=1
    
    #
    # system props for the cne module
    #
    persist.cne.UseCne=false
    persist.cne.bat.range.low.med=30
    persist.cne.bat.range.med.high=60
    persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
    persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
    persist.cne.bwbased.rat.sel=false
    persist.cne.snsr.based.rat.mgt=false
    persist.cne.bat.based.rat.mgt=false
    persist.cne.be.ge.sqi.min=0
    persist.cne.be.ge.sqi.max=100
    persist.cne.be.umts.sqi.min=0
    persist.cne.be.umts.sqi.max=100
    persist.cne.be.hspa.sqi.min=0
    persist.cne.be.hspa.sqi.max=100
    persist.cne.be.1x.sqi.min=0
    persist.cne.be.1x.sqi.max=100
    persist.cne.be.do.sqi.min=0
    persist.cne.be.do.sqi.max=100
    persist.cne.be.wlan.sqi.min=0
    persist.cne.be.wlan.sqi.max=100
    
    #
    # system props for the data modules
    #
    ro.use_data_netmgrd=true
    persist.data_netmgrd_nint=11
    
    #
    # system props for telephony modules
    #
    #device supports LTE
    ro.config.lte=true
    #device supports EHRPD
    #ro.config.ehrpd=true
    #device supports simultaneous 1x voice + LTE
    #ro.config.svlte1x=true
    #-HTC_RIL: from QCT Fusion
    # Modify MMS APN retry timer from 5s to 2s.
    ro.gsm.2nd_data_retry_config = max_retries=3, 2000, 2000, 2000
    
    # pyramid RF team request
    ro.ril.enable.dtm = 0
    ro.ril.gprsclass = 12
    ro.ril.hsdpa.category = 10
    ro.ril.hsupa.category = 6
    ro.ril.hsxpa = 3
    
    # Default network type.
    # 0 => WCDMA preferred.
    ro.telephony.default_network=0
    
    wifi.interface=tiwlan0
    wifi.supplicant_scan_interval=15
    
    # 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.
    # Change to 32m, due to 2.3.3 GB already change to 32m
    dalvik.vm.heapsize=32m
    
    # For the default value of agps
    ro.ril.def.agps.mode = 2
    
    # For HSDPA low throughput
    ro.ril.disable.power.collapse = 1
    
    # For Pyramid China NEL
    ro.ril.enable.prl.recognition = 1
    
    # For emmc phone storage
    ro.phone_storage = 0
    # For ext4 file system
    ro.ext4fs = 1
    
    # For FOTA setting (leave empty value to use default)
    ro.htc.checkin.url = http://andchin.htc.com/android/checkin
    ro.htc.checkin.crashurl = http://andchin.htc.com/android/crash
    ro.htc.checkin.url_CN = http://andchin.htccomm.com.cn/android/checkin
    ro.htc.checkin.crashurl_CN = http://andchin.htccomm.com.cn/android/crash
    ro.htc.checkin.exmsg.url = http://fotamsg.htc.com/android/extra/
    ro.htc.checkin.exmsg.url_CN = http://fotamsg.htccomm.com.cn/android/extra/
    ro.htc.appupdate.url = http://apu-chin.htc.com/check-in/rws/and-app/update
    ro.htc.appupdate.url_CN = http://apu-chin.htccomm.com.cn/check-in/rws/and-app/update
    ro.htc.appupdate.exmsg.url = http://apu-msg.htc.com/extra-msg/rws/and-app/msg
    ro.htc.appupdate.exmsg.url_CN = http://apu-msg.htccomm.com.cn/extra-msg/rws/and-app/msg
    
    # Release Bluetooth HW/SW information
    ro.bt.chipset	= Broadcom BCM4329-B1
    ro.bt.stack	= Broadcom BTL-A
    ro.bt.stack.version	= 2.0.50.032
    #0x10000010010100100000011 represent bt profile list
    ro.bt.profiles	= 4270339
    
    # Properties of BTLA stack
    service.brcm.bt.activation = 0
    service.brcm.bt.srv_active = 0
    service.brcm.bt.hcid_active = 0
    service.brcm.bt.btld = 0
    service.brcm.bt.btld_pid = 0
    service.brcm.bt.avrcp_pass_thru = 0
    service.brcm.bt.avrcp_toggle = 1
    
    # For quick boot mode
    persist.sys.shutdown.mode = hibernate
    
    # For opensense sdk
    ro.htc.common.version = 2.0.0.0
    
    # Following property will be reference by Settings.
    ro.product.processor = 1.5 GHz dualcore
    ro.product.ram = 1GB
    ro.product.display_resolution = 4.3 inch qHD resolution
    ro.product.main_camera = 8M
    ro.product.front_camera = 2M
    ro.product.bluetooth = 3.0
    ro.product.wifi = 802.11 a/b/g/n
    
    # Properties for supporting framework features
    ro.htc.framework.screencapture = true
    
    # support sdcard2
    ro.sdcard2 = 1
    
    # Extend key dispatching timeout
    keydispatchtimeout = 15000
    
    #
    # ADDITIONAL_BUILD_PROPERTIES
    #
    ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
    ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
    ro.com.google.networklocation=1
    ro.setupwizard.mode=DISABLED
    ro.setupwizard.mode=OPTIONAL
    ro.config.ringtone=QuietlyBrilliant.mp3
    ro.config.notification_sound=Zeta.mp3
    ro.config.alarm_alert=NewDay.mp3
    ro.config.cal_notification=Epsilon.mp3
    ro.config.msg_notification=Gamma.mp3
    ro.setupwizard.mode=DISABLD
    ro.com.google.gmsversion=2.3_r7
    media.a1026.nsForVoiceRec=0
    htc.audio.alt.enable=1
    htc.audio.hac.enable=1
    ro.setupwizard.enterprise_mode=1
    dalvik.vm.dexopt-flags=m=y
    net.bt.name=Android
    dalvik.vm.stack-trace-file=/data/anr/traces.txt
    1
    will the t-mobile one work for simple mobile?

    ---------- Post added at 10:50 PM ---------- Previous post was at 10:48 PM ----------

    And no, this will not be able to disable the button lights, you need to do them in the init.post_boot.sh file under etc
    I apologize for thread jacking with this question, but what would you put in this file, I am asking here, rather than via PM because I think others might like to know... you could make a new thread if you prefer... thanks!

    edit: ok did a little digging, would this work?
    Code:
    mount -o rw,remount /dev/block/mmcblk0p29 /system 
    chmod 777 /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness 
    echo 0 > /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness 
    chmod 444 /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness 
    mount -o ro,remount /dev/block/mmcblk0p29 /system

    edit2: confirmed, the above works, just edited the file (init.post_boot.sh) and adb pushed it, then rebooted... nice, no more bleed!
    1
    Prolly depends on your area. My neighborhood has awful service, yet when im in downtown toronto I get fast speeds.

    Reception's always been better downtown, probably more/better towers or something