+ Reply
Results 1 to 5 of 5
  1. #1
    What's Jailbreak?
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default my app closes after few seconds

    help my pls i'm tryin to develop some app for my iphone 2.0.1 but have bad experience with launching my app i've try everithing but with no succes.

    i've uploaded patched mobileinstallation with permisions 755 on the file and on the folder mobileinstallation.framework. downloaded some free app from app store before patching and also after it. than uploaded my .app in the application forlder and my app won't star it show up with a black screen for about 1 sec. and then it closed.

    i try also to make debian package from it an install it with dpkg -i all installed fine but same problem as before. now i'm very confused about it and have no idea what's wrong with it or with me. i've googled all night long but didn't find any answers . if someone can help me i'll own u some beers

  2. #2
    iPhone? More like MyPhone
    Join Date
    Oct 2007
    Posts
    132
    Thanks
    2
    Thanked 18 Times in 15 Posts

    Quote Originally Posted by mishko View Post
    help my pls i'm tryin to develop some app for my iphone 2.0.1 but have bad experience with launching my app i've try everithing but with no succes.

    i've uploaded patched mobileinstallation with permisions 755 on the file and on the folder mobileinstallation.framework. downloaded some free app from app store before patching and also after it. than uploaded my .app in the application forlder and my app won't star it show up with a black screen for about 1 sec. and then it closed.

    i try also to make debian package from it an install it with dpkg -i all installed fine but same problem as before. now i'm very confused about it and have no idea what's wrong with it or with me. i've googled all night long but didn't find any answers . if someone can help me i'll own u some beers
    Your app must be signed.

    You can create a self signed certificate and sign your app or you can use "ldid".

    Read this: Bypassing iPhone Code Signatures - Jay Freeman (saurik)
    Last edited by buzios; 09-15-2008 at 05:08 AM. Reason: typo error

  3. #3
    What's Jailbreak?
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by buzios View Post
    Your app must be signed.

    You can create a self signed certificate and sign your app or you can use "ldid".

    Read this: Bypassing iPhone Code Signatures - Jay Freeman (saurik)
    thnx man but din't work for me i did ldid -S /Applications/MyApp.app/MyApp as a root restarted iphone and still nothing also i try to do the same as normal user not root but gives me an error _assert(13:false)

    than i try to chmod +x that folder still not working

  4. #4
    Developer NetMage's Avatar
    Join Date
    Aug 2007
    Location
    Virginia
    Posts
    1,292
    Thanks
    71
    Thanked 210 Times in 168 Posts

    Try installing Terminal (or using SSH) and launch your application from the Terminal prompt to see if you can get an error message.
    Starlight Computer Wizardry
    Pocket-sized Development
    Follow me on twitter: @NetMage

  5. #5
    What's Jailbreak?
    Join Date
    Sep 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Have you tried logging in as the root on the iphone terminal, that worked for me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts