Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,17 @@
</array>

<array name="cpu.speeds">
<value>1200000</value>
<value>1000000</value>
<value>800000</value>
<value>600000</value>
<value>300000</value>
</array>

<item name="cpu.idle">4</item>
<item name="cpu.awake">44</item>
<array name="cpu.active">
<value>360</value>
<value>280</value>
<value>200</value>
<value>120</value>
Expand Down
12 changes: 12 additions & 0 deletions overlay/aosp/packages/apps/Phone/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@
<!-- Passion-specific phone app resources. -->
<resources>

<!-- Determine whether we want to display the OTA activation screen, which gives the user option to activate or cancel -->
<integer name="OtaShowActivationScreen">1</integer>
<!-- Determine whether we should show the "listen for instructions" screen after successfully placing the OTA call -->
<integer name="OtaShowListeningScreen">1</integer>
<!-- The number of times we should show the activation screen/allow the provisioning to fail before just showing an unsuccessful dialog -->
<integer name="OtaShowActivateFailTimes">0</integer>
<!-- Determine whether or not we should play the success/failure tone -->
<integer name="OtaPlaySuccessFailureTone">0</integer>

<!-- Flag indicating if the phone is a world phone-->
<bool name="world_phone">true</bool>

<!-- Determines if device implements a noise suppression device for in call audio-->
<bool name="has_in_call_noise_suppression">true</bool>

</resources>
2 changes: 1 addition & 1 deletion system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ ro.com.google.clientid=android-motorola
ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB200/profile/MotoMB200.rdf
ro.mot.hidden_keyboards=evfwd
ro.setupwizard.enable_bypass=1
persist.sys.usb.config=mtp,adb
persist.sys.usb.config=mass_storage,adb

com.ti.omap_enhancement=true
hwui.render_dirty_regions=false
Expand Down