Saturday, February 11, 2017

Tutorial port Dolby untuk MTK Device

Assalamualaikum.
Sesuai judul nih ya?? tutorial buat port dolby buat MTK device, siapkan juga cemilan sama kopi,, kaca juga boleh hehehe :D


Requirement :
  1. Android JB 4.1.2 / 4.2.2, 4.3 Belum di tes pada android KitKat 4.4.+
  2. Custom Recovery Installed : CWM/TWRP
  3. Tidak terinstal Sound Enhancement lain, Crash Notepad++ 
  4. Harus Deodex 
  5. Alat untuk De/Recompiling Jar (Recomended Apktool Modded : http://goo.gl/f5DnCp)
  6. Free Space /system (±) 50MB 
Download :
  • Dolby Mobile
  • Smali Framework :
Step 1 :
  1. Download Smali Framework (Framework_Dolby.zip) 
  2. Kemudian ekstrak Decompile framework.jar 
  3. Tambahkan smali ke Framework dari hasil ekstrak Framework_Dolby.zip 
  4. Taruh disini : \smali\android\dolby Recompile framework.jar  
Step 2 : (Skip langkah ini juka Service.jar sudah di Disabled Signature

# Disable Signature dari services.jar #
    1. Decompile services.jar Open smali\com\android\server\pm\PackageManagerService. smali dengan Notepad++
      2. Temukan Method :
      Code:
      .method static compareSignatures
      3. Hapus line compareSignatures sampai .end method:

      .method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
      -
      -
      -
      - Delete Until Its End Method
      -
      -
      -
      .end method

      4. Ganti dengan :

      Code:
      .method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
          .registers 9
      
          const/4 v0, 0x0
      
          return v0
      .end method

      5. Save Recompile services.jar  

      # Disable Signature Using Lucky Patcher #
      1. Download Lucky Patcher dan Instal 
      2. Buka Lucky Patcher 
      3. Klik Tap Toolbox - Patch To Android - Disassemble Signature Manager 
      4. Apply dan Reboot otomatis 

      Step 3 :
      1. BukaDolby_Mobile.zip dengan WinRAR/7zip 
      2. Drag framework.jar & services.jar yang sudah di edit tadi ke Dolby_Mobile/system/framework 
      3. Coba Flash Dolby_Mobile.zip Menggunakan CWM/TWRP 

      Note : 
      1. Hapus system/vendor/etc/audio_effects.conf 
      2. Backup rom dulu buat jaga-jaga 
      3. Force Close : framework.jar Bermasalah 
      4. Stuck : Disable Signature Bermasalah 



      Credit & Thanks To : 
      Allah SWT
      Dolby Mobile
      Riyono Member XDA

      Untuk lihat thread asli disini :) : https://forum.xda-developers.com/showthread.php?t=2798868

      Wassalamualaikum.

      Tutorial port Dolby untuk MTK Device Rating: 4.5 Diposkan Oleh: Andi Lestianto

      2 komentar:

       
      close