Advertisement
goryn07

Untitled

Aug 17th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #!/bin/bash
  2. cd ../../../../frameworks/av
  3. git apply -v ../../device/micromax/AQ5001/patches/framework_av/0001-libmedia-stub-out-MTK-specific-bits-audio-working.patch
  4. #git apply -v ../../device/micromax/AQ5001/patches/framework_av/0002-#camera.patch
  5. cd ../..
  6. cd frameworks/base
  7. #git apply -v ../../device/micromax/AQ5001/patches/framework_base/0001-SlimLP-base-patch.patch
  8. #git apply -v ../../device/micromax/AQ5001/patches/framework_base/0002-SlimLP-mtk-patch.patch
  9. cd ../opt/telephony
  10. #git apply -v ../../../device/micromax/AQ5001/patches/framework_opt_telephony/0001-SlimLP-patch-MTK.patch
  11. #git apply -v ../../../device/micromax/AQ5001/patches/framework_opt_telephony/0002-SlimLP-patch-mtk.patch
  12. #git apply -v ../../../device/micromax/AQ5001/patches/framework_opt_telephony/0002_mobile_data_patch_mt6753.patch
  13. cd ../../..
  14. cd packages/services/Telephony
  15. git apply -v ../../../device/micromax/AQ5001/patches/packages_services_Telephony/0001-Update-for-mtk.patch
  16. cd ../../..
  17. cd system/core
  18. #git apply -v ../../device/micromax/AQ5001/patches/system_core/0001-fix-boot-for-mtk.patch
  19. cd ../..
  20. cd system/netd
  21. git apply -v ../../device/micromax/AQ5001/patches/system_netd/0001-hotpost-fix.patch
  22. cd ../..
  23. cd hardware/libhardware
  24. #git apply -v ../../device/micromax/AQ5001/patches/hardware_libhardware/0001-fix-gps-light-audio.patch
  25. cd ../..
  26. cd hardware/libhardware_legacy
  27. git apply -v ../../device/micromax/AQ5001/patches/hardware_libhardware_legacy/0001-patch-for-mtk.patch
  28. cd ../../
  29. echo DONE !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement