Multitasking &' Background Wallpaper in der IOS 4 Aktivieren .

Seit 2004 hat sich viel getan, der iPod per se ist nicht mehr up-to-date, so wie dieses Forum. Um die Informationen nicht zu verlieren ist das Forum jetzt Read-Only für Gäste, Registrierungen sind aufgrund der hohen Anzahl an Spam-Accounts nichts mehr möglich. Vielen Dank für die schöne Zeit an alle aktiven Nutzer!

  • Multitasking &' Background Wallpaper in der IOS 4 Aktivieren .

    Guten Tag ,
    ich lese immer öfters lese , das Leute fragen wie man Multitasking und das Background Wallpaper Aktiviert .

    Lösung 1-> Plist bearbeiten
    Lösung 2->Winterboard

    Hier Ist die Erste Lösung :

    Ihr navigiert mit Wincsp , Ifunbox oder Ifile zu System/library/coreServices/springBoard.app
    Und sucht folgende Datei :

    Ipod Touch :

    N72AP.plist

    Iphone:
    N62AP.plist

    Dort Ersetzt ihr Den Text mit diesem :

    (Multitasking & Background )

    XML-Quellcode

    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3. <plist version="1.0" converted-by="ifunbox.com">
    4. <dict>
    5. <key>capabilities</key>
    6. <dict>
    7. <key>microphone</key>
    8. <true />
    9. <key>applicationInstallation</key>
    10. <true />
    11. <key>load-thumbnails-while-scrolling</key>
    12. <true />
    13. <key>location-services</key>
    14. <true />
    15. <key>accelerometer</key>
    16. <true />
    17. <key>encode-aac</key>
    18. <true />
    19. <key>stand-alone-contacts</key>
    20. <true />
    21. <key>armv6</key>
    22. <true />
    23. <key>launch-applications-while-animating</key>
    24. <true />
    25. <key>multitasking</key>
    26. <true />
    27. <key>background-wallpaper</key>
    28. <true />
    29. <key>wifi</key>
    30. <true />
    31. <key>peer-peer</key>
    32. <true />
    33. <key>piezo-clicker</key>
    34. <false />
    35. <key>nike-ipod</key>
    36. <true />
    37. <key>bluetooth</key>
    38. <true />
    39. <key>opengles-1</key>
    40. <true />
    41. <key>device-name</key>
    42. <string>iPod</string>
    43. <key>international-settings</key>
    44. <true />
    45. <key>marketing-name</key>
    46. <string>iPod touch</string>
    47. <key>volume-buttons</key>
    48. <true />
    49. </dict>
    50. <key>iconState</key>
    51. <dict>
    52. <key>buttonBar</key>
    53. <array>
    54. <string>com.apple.mobileipod-AudioPlayer</string>
    55. <string>com.apple.mobileipod-VideoPlayer</string>
    56. <string>com.apple.mobilesafari</string>
    57. <string>com.apple.AppStore</string>
    58. </array>
    59. <key>iconLists</key>
    60. <array>
    61. <array>
    62. <string>com.apple.mobilemail</string>
    63. <string>com.apple.mobilecal</string>
    64. <string>com.apple.mobileslideshow-Photos</string>
    65. <string>com.apple.MobileAddressBook</string>
    66. <string>com.apple.youtube</string>
    67. <string>com.apple.stocks</string>
    68. <string>com.apple.Maps</string>
    69. <string>com.apple.weather</string>
    70. <string>com.apple.mobilenotes</string>
    71. <dict>
    72. <key>defaultDisplayName</key>
    73. <string>Utilities</string>
    74. <key>iconLists</key>
    75. <array>
    76. <array>
    77. <string>com.apple.mobiletimer</string>
    78. <string>com.apple.calculator</string>
    79. <string>com.apple.VoiceMemos</string>
    80. </array>
    81. </array>
    82. </dict>
    83. <string>com.apple.Preferences</string>
    84. <string>com.apple.MobileStore</string>
    85. </array>
    86. </array>
    87. </dict>
    88. </dict>
    89. </plist>
    Alles anzeigen



    Und Nur Für Multitasking :

    XML-Quellcode

    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3. <plist version="1.0" converted-by="ifunbox.com">
    4. <dict>
    5. <key>capabilities</key>
    6. <dict>
    7. <key>microphone</key>
    8. <true />
    9. <key>applicationInstallation</key>
    10. <true />
    11. <key>load-thumbnails-while-scrolling</key>
    12. <true />
    13. <key>location-services</key>
    14. <true />
    15. <key>accelerometer</key>
    16. <true />
    17. <key>encode-aac</key>
    18. <true />
    19. <key>stand-alone-contacts</key>
    20. <true />
    21. <key>armv6</key>
    22. <true />
    23. <key>launch-applications-while-animating</key>
    24. <true />
    25. <key>multitasking</key>
    26. <true />
    27. <key>background-wallpaper</key>
    28. <false />
    29. <key>wifi</key>
    30. <true />
    31. <key>peer-peer</key>
    32. <true />
    33. <key>piezo-clicker</key>
    34. <false />
    35. <key>nike-ipod</key>
    36. <true />
    37. <key>bluetooth</key>
    38. <true />
    39. <key>opengles-1</key>
    40. <true />
    41. <key>device-name</key>
    42. <string>iPod</string>
    43. <key>international-settings</key>
    44. <true />
    45. <key>marketing-name</key>
    46. <string>iPod touch</string>
    47. <key>volume-buttons</key>
    48. <true />
    49. </dict>
    50. <key>iconState</key>
    51. <dict>
    52. <key>buttonBar</key>
    53. <array>
    54. <string>com.apple.mobileipod-AudioPlayer</string>
    55. <string>com.apple.mobileipod-VideoPlayer</string>
    56. <string>com.apple.mobilesafari</string>
    57. <string>com.apple.AppStore</string>
    58. </array>
    59. <key>iconLists</key>
    60. <array>
    61. <array>
    62. <string>com.apple.mobilemail</string>
    63. <string>com.apple.mobilecal</string>
    64. <string>com.apple.mobileslideshow-Photos</string>
    65. <string>com.apple.MobileAddressBook</string>
    66. <string>com.apple.youtube</string>
    67. <string>com.apple.stocks</string>
    68. <string>com.apple.Maps</string>
    69. <string>com.apple.weather</string>
    70. <string>com.apple.mobilenotes</string>
    71. <dict>
    72. <key>defaultDisplayName</key>
    73. <string>Utilities</string>
    74. <key>iconLists</key>
    75. <array>
    76. <array>
    77. <string>com.apple.mobiletimer</string>
    78. <string>com.apple.calculator</string>
    79. <string>com.apple.VoiceMemos</string>
    80. </array>
    81. </array>
    82. </dict>
    83. <string>com.apple.Preferences</string>
    84. <string>com.apple.MobileStore</string>
    85. </array>
    86. </array>
    87. </dict>
    88. </dict>
    89. </plist>
    Alles anzeigen




    Das Video Dazu :





    Im Anhang Hab Ich die Jeweiligen Plist hochgeladen .

    Lösung 2 ; Winterboard:
    Ich Braucht Winterboard aus Cydia .
    Dort sucht ihr nach Features , und für euer Device entweder die for ipod 2G oder die for Iphone.

    Dan in Winterboard wechseln und die Jeweiligen Funktionen Aktivieren .


    Ich Hoffe Ich konnte Helfen .

    Mfg Tobi
    Dateien
    [img]http://www.imagebanana.com/img/fi3rvob/signatur2.png[/img]

    GlaDoS v1.7


    Gerät : iPod Touch 2G 8gb
    Modell : MC
    Jailbreak : Jep.
    |-> Jailbreakme.com
    ""
  • Benutzer online 1

    1 Besucher