Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Telephony property for CDMA
- PRODUCT_PROPERTY_OVERRIDES += \
- ro.config.vc_call_vol_steps=15 \
- ro.telephony.default_network=4 \
- ro.com.google.clientidbase=android-sprint-us \
- ro.cdma.home.operator.numeric=310120 \
- ro.cdma.home.operator.alpha=Sprint \
- net.cdma.pppd.authtype=require-pap \
- net.cdma.pppd.user=user[SPACE]SprintNextel \
- net.cdma.datalinkinterface=/dev/ttyCDMA0 \
- net.interfaces.defaultroute=cdma \
- mobiledata.interfaces=eth0,gprs,ppp0 \
- net.connectivity.type=CDMA1 \
- ro.telephony.ril_class=samsung \
- ro.ril.samsung_cdma=true
- # These are the hardware-specific settings that are stored in system properties.
- # Note that the only such settings should be the ones that are too low-level to
- # be reachable from resources or other mechanisms.
- PRODUCT_PROPERTY_OVERRIDES += \
- wifi.interface=eth0 \
- wifi.supplicant_scan_interval=120 \
- dalvik.vm.heapsize=32m \
- dalvik.vm.dexopt-data-only=1 \
- ro.opengles.version=65537
- # enable Google-specific location features,
- # like NetworkLocationProvider and LocationCollector
- PRODUCT_PROPERTY_OVERRIDES += \
- ro.com.google.locationfeatures=1 \
- ro.com.google.networklocation=1
- # Extended JNI checks
- # The extended JNI checks will cause the system to run more slowly, but they can spot a variety of nasty bugs
- # before they have a chance to cause problems.
- # Default=true for development builds, set by android buildsystem.
- PRODUCT_PROPERTY_OVERRIDES += \
- ro.kernel.android.checkjni=0 \
- dalvik.vm.checkjni=false
- # Kernel
- LOCAL_KERNEL := device/samsung/moment/kernel.bin
- PRODUCT_COPY_FILES += \
- $(LOCAL_KERNEL):kernel
- # kernel modules
- PRODUCT_COPY_FILES += $(foreach module,\
- $(wildcard device/samsung/moment/*.ko),\
- $(module):system/lib/modules/$(notdir $(module)))
- # See comment at the top of this file. This is where the other
- # half of the device-specific product definition file takes care
- # of the aspects that require proprietary drivers that aren't
- # commonly available
- $(call inherit-product-if-exists, vendor/samsung/moment/moment-vendor.mk)
Add Comment
Please, Sign In to add comment