Advertisement
techmik

testing my led stuff

Aug 30th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. to test the led stuff:
  2.  
  3. cd kernel/samsung/aries
  4. git branch --track android-samsung-2.6.35 hacksung/android-samsung-2.6.35
  5. git checkout android-samsung-2.6.35
  6. git checkout -b ledtest
  7. git fetch git://github.com/techmik/android_kernel_samsung_aries.git && git cherry-pick 5d44decaa82cfea6a673
  8.  
  9. cd ~/android/system/device/samsung/aries-common
  10. git branch --track gingerbread github/gingerbread
  11. git checkout gingerbread
  12. git checkout -b ledtest
  13. git fetch git://github.com/techmik/android_device_samsung_aries-common.git && git cherry-pick 39dc2f022b8147fb4e09
  14.  
  15. cd ~/android/system/packages/apps/CMParts
  16. git branch --track gingerbread github/gingerbread
  17. git checkout gingerbread
  18. git checkout -b ledtest
  19. git fetch git://github.com/techmik/android_packages_apps_CMParts.git && git cherry-pick bc3ad282dc16f5953bf6
  20.  
  21. cd ~/android/system and build. when done and flashed, go to settings>cmsettings>interface and there should be "led settings" once you go into led settings and choose an app, you should see "category" "Led mode" "flash test". if "flash color" appears as an option to press, we have a problem =)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement