iPod Touch iPhone Settings

Discussion in 'iPhone Applications on iPod touch' started by Omega Chaos, Dec 12, 2007.

  1. jadphoto New Member

    Member Since:
    Oct 25, 2007
    Message Count:
    519
    Are you on 1.1.1 or 1.1.2?
  2. OWNAGE TIME New Member

    Member Since:
    Nov 11, 2007
    Message Count:
    22
    can anyone confirm if this will work with 1.1.2?

    thanks
  3. jadphoto New Member

    Member Since:
    Oct 25, 2007
    Message Count:
    519
    Ok. I got it to work. But now I'm mad. I changed it while the clicker was off for typing and unlock/lock, and there's no way to change it back! I think. Can anyone help me, or at least post a picture of the original Settings>General screen so I can see what was in that before?
  4. Tyr0 New Member

    Member Since:
    Dec 17, 2007
    Message Count:
    535
    Device:
    iPhone 3GS (White)
    thank you, now i can fool all of my dumb friends
  5. owie007 New Member

    Member Since:
    Nov 29, 2007
    Message Count:
    456
    Device:
    iPhone 4 (Black)

    it does work on 1.1.2

    i have it and it's pretty cool!

    you can even personalize the double-click home button
  6. Blake Super Moderator Emeritus

    Member Since:
    Oct 4, 2007
    Message Count:
    3,007
    Device:
    iPhone 4S (White)
    This wont work for me...
    And I have done everything that everyone said to do in this thread.
  7. OWNAGE TIME New Member

    Member Since:
    Nov 11, 2007
    Message Count:
    22
    hmmm maybe I'm an idiot...but I overwrote the files with the ones from the zip and my settings page looks the exact same....
  8. Blake Super Moderator Emeritus

    Member Since:
    Oct 4, 2007
    Message Count:
    3,007
    Device:
    iPhone 4S (White)
    Exact same thing happened to me......
    Help Please.
  9. OWNAGE TIME New Member

    Member Since:
    Nov 11, 2007
    Message Count:
    22
    Yay I'm not alone!
  10. owie007 New Member

    Member Since:
    Nov 29, 2007
    Message Count:
    456
    Device:
    iPhone 4 (Black)

    on your General.plist

    edit this line[the one in red]

    <key>label</key>
    <string>SOUND_EFFECTS</string>
    <key>requiredCapabilities</key>
    <array>
    <dict>
    <key>unifiedIPod</key>
    <false/>

    </dict>
    </array>
    <key>set</key>
    <string>setSoundEffects:specifier:</string>
    <key>validTitles</key>
    <array>
    <string>OFF</string>
    <string>SPEAKER</string>
    <string>HEADPHONES</string>
    <string>BOTH</string>
    </array>
    <key>validValues</key>
    <array>
    <integer>0</integer>
    <integer>1</integer>
    <integer>2</integer>
    <integer>3</integer>
    </array>
    </dict>

    edit <false/> and change it to <true/>

    be sure to do backups!