Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bliks

macrumors member
Original poster
Oct 12, 2007
79
0
I even put the iphone version of calendar on and it still wont show the add button. I added the line of code to the plist file too. Any ideas?
 
ahh alright thanks will try it out in a second after my cats leaves me alone.

where is this "Update: Reader Andi notes that you need to put the editableUserData under "capabilities" not under "root" in the property list." does that mean theres another spring board n45ap.plist somewhere else on the touch?

Well, since the touch calender wasnt ment to have an add button I would assume no, but you could try the iphone versio casue the add would be native wouldnt it?

sorry for the double post.

But is there a plist editor for windows?
 
Yes, added calendar events made on the Touch will sync into iCal on your Mac.

If you don't want to add code, simply replace the Cal app you have on your Touch with the one from the iPhone and it will work fine. Either way will work.
 
I did exactly that and I still don't have the add button. I have Notes and Weather and stuff working just fine. I even erased the calander off the touch and put the new iphone calander 1.1.1 from that blog site and it still doesn't work, it shows up, but no add button...
 
exactly the same as me Rap...

When I installed the custom springboard err rearranged one that somebody on the forums uploaded i had the add button, but i didnt like how the buttons were laid out, so I went back to the default one.l... well, its slightly moded, i got it off another site, I like the layout... but theres no add button on teh calendar with this one. even when I added the code to the plist file.

Could somebody upload a working one for me with the apps in this order? safari youtube mail maps (next line) calendar contacts notes clock (new line) calculator and settings with the dock the same as default?

That would be muchly appreciated
 
what i did was erase the mobilecal.app from the touch, then upload the iphone's mobilecal.app and it worked fine
 
I tried that... and now calendar wont work at all

lol do I have to re chmod the directory?

Edit: I just re chmoded the directory... the app works... but no add button... this is sort of ticking me off lol... the only dificulty im having with with the hackin of the touch
 
So if I'm getting this right, I have looked on that one website that says how to edit the list thing, and you need springboard, which doesn't currently work with the touch (at least the one from the main menu)
 
I got it to work after some poking around and comparing different n45ap files :D

Code:
    <dict>
        <key>bundles</key>
        <array/>
        <key>capabilities</key>
        <dict>
            <key>editableUserData</key>
            <true/>
            <key>piezo-clicker</key>
            <true/>
        </dict>
        <key>displayOrder</key>
        <dict>

Under plist version just past that ^^^ into your n45ap.plist file and you will be good to go. if you need more help email me at bliks06-at-gmail-dot-com
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.