Advertisement
dennymallow

android

Mar 5th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. http://www.tuttoandroid.net/android/samsung-galaxy-ace-ecco-una-rom-replica-di-ics-34049/
  2. http://www.androidiani.com/forum/samsung-galaxy-ace-s5830/
  3. http://www.androidworld.it/forum/samsung-galaxy-ace-s5830-130/
  4. http://www.androidworld.it/forum/firmware-e-modding-samsung-galaxy-ace-186/nuovo-metodo-per-ottenere-i-permessi-di-root-con-gingerbread-2-3-3-aggiornato-v3-30874/
  5. http://www.androidiani.com/forum/samsung-galaxy-ace-s5830/120123-aiuto-su-root-unroot-firmware-ecct-2.html
  6. warmfile.com
  7. http://cjix.info/blog/misc/how-rooting-works-a-technical-explanation-of-the-android-rooting-process/
  8. unlockroot.com
  9.  
  10. acpuclock.c for Samsung Galaxy ACE GT-S5830 @800Mhz:
  11. /* 7x27 normal with GSM capable modem - PLL0 and PLL1 swapped and pll2 @ 800 */
  12. static struct clkctl_acpu_speed pll0_960_pll1_245_pll2_800[] = {
  13. { 0, 19200, ACPU_PLL_TCXO, 0, 0, 19200, 0, 0, 30720 },
  14. { 0, 120000, ACPU_PLL_0, 4, 7, 60000, 1, 3, 61440 },
  15. { 1, 122880, ACPU_PLL_1, 1, 1, 61440, 1, 3, 61440 },
  16. { 0, 200000, ACPU_PLL_2, 2, 3, 66667, 2, 4, 61440 },
  17. { 1, 245760, ACPU_PLL_1, 1, 0, 122880, 1, 4, 61440 },
  18. { 1, 320000, ACPU_PLL_0, 4, 2, 160000, 1, 5, 122880 },
  19. { 0, 400000, ACPU_PLL_2, 2, 1, 133333, 2, 5, 122880 },
  20. { 1, 480000, ACPU_PLL_0, 4, 1, 160000, 2, 6, 122880 },
  21. { 1, 800000, ACPU_PLL_2, 2, 0, 200000, 3, 7, 122880 },
  22. { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {0, 0, 0}, {0, 0, 0} }
  23. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement