Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Building

bmaupin edited this page Feb 18, 2015 · 1 revision
  1. Check out the AOSP source code
    Android: Downloading and Building

  2. Replace the Mms repo with this one

     cd /path/to/aosp-source/packages/apps
     mv Mms /tmp
     git clone https://github.com/bmaupin/android-sms-plus.git Mms
    
  3. Build the Mms app

     cd /path/to/aosp-source
     make Mms
    

The compiled APK will be located in android/out/target/product/generic/system/priv-app/Mms.apk

Clone this wiki locally