+ Reply
Page 1 of 2 12 LastLast
Results 1 to 20 of 26
  1. #1
    What's Jailbreak?
    Join Date
    Mar 2009
    Location
    Maricopa, AZ
    Posts
    21
    Thanks
    0
    Thanked 25 Times in 6 Posts

    Default Duplicate Any Application

    I figured this out with SpringJumps and have confirmed that it also works with the Weather application. I realize that most of the time people are looking for ways to hide applications, but sometimes it may be useful to have multiple icons for calendar, weather, clock, and so on.

    All you have to do is copy the program to your computer and edit the Info.plist file. In that file you will see the following key:
    Code:
    CFBundleIdentifier
    Under that key will be a string [example below of the weather application:
    Code:
    com.apple.weather
    To make a duplicate application you will need to change this to:
    Code:
    com.apple.weather01
    And keep on changing the number as you add more and more application icons. Now you just change the name of the .app file to Weather01.app and upload it back to your phone.

    The only downside that I have found is the settings are not stored inside the Weather application. So you will need to configure each individual app that you create.


  2. #2
    Green Apple
    Join Date
    Mar 2008
    Location
    California
    Posts
    34
    Thanks
    4
    Thanked 3 Times in 2 Posts

    i have tried this with multiple apps such as phone and search apps and everytime i try to open the app it just crashes

    any solution?
    3.0 iPhone 2g
    Windows XP

  3. #3
    What's Jailbreak?
    Join Date
    Aug 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I too could not get this to work (on 3.0 firmware with a 3GS).

    Anyone have a solution? I would really love to get a duplicate weather icon/app running as it would work so much better with my current theme.

  4. #4
    iPhoneaholic
    Join Date
    Jul 2009
    Location
    Behind You
    Posts
    349
    Thanks
    58
    Thanked 42 Times in 39 Posts

    Quote Originally Posted by ouija View Post
    I too could not get this to work (on 3.0 firmware with a 3GS).

    Anyone have a solution? I would really love to get a duplicate weather icon/app running as it would work so much better with my current theme.
    Hey look here I just found this. King of the world has a weather icon on the top right part of the status bar. Would this work for you?
    If I have helped you please hit the Thanks button.

  5. #5
    Green Apple
    Join Date
    Dec 2008
    Posts
    72
    Thanks
    4
    Thanked 17 Times in 8 Posts

    Quote Originally Posted by mikeyman70 View Post
    i have tried this with multiple apps such as phone and search apps and everytime i try to open the app it just crashes

    any solution?
    You have to SSH into applications and change the permissions to exactly what they are supposed to be. Then it will work. I'm on 3.0.1 and I'm able to duplicate.

  6. #6
    Green Apple
    Join Date
    Apr 2009
    Posts
    43
    Thanks
    3
    Thanked 3 Times in 3 Posts

    I think this will be handy for certain themes... Take for example Reeco's new theme, his icons are large but you still have to hit the app icon in the right place for it to load, with this you would be able to put two Phone icons along side each other so it wouldnt matter where you tapped on Reeco's icon for the app to load.

    I hope that makes sense.

  7. #7
    What's Jailbreak?
    Join Date
    Aug 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by ealvinito View Post
    You have to SSH into applications and change the permissions to exactly what they are supposed to be. Then it will work. I'm on 3.0.1 and I'm able to duplicate.
    I have tried multiple times, matching the permissions and what not but still have issues with crashing upon loading.

    Maybe it's just this weather app I am using. Will try another program just to test.

    Thanks.

    Okay so it may be an issue with the fact that I was trying to clone the Weather.app program under the /var/stash/Applications.xxxx folder.

    If I use a third-party program, I see that they are installed under the /private/var/mobile/Applications folder.

    Do I just make a copy of one of the apps inside this folder and place it into THE SAME folder as the original app (but with a different info.plist and folder .app name) or do I create an entirely seperate folder under the /private/var/mobile/Applications folder? (like 0D1C1FFA-8F58-4411-B857-0AA847452D8C but different?)

    I haven't tested it yet because I am a little weary to create an entirely new folder; I will try just adding it to the existing folder under a different "Name.app" folder... hopefully this makes sense.
    Last edited by ouija; 08-12-2009 at 12:44 PM. Reason: Automerged Doublepost

  8. #8
    Theme Creator
    Join Date
    Aug 2008
    Posts
    982
    Thanks
    463
    Thanked 576 Times in 253 Posts

    How would you do it for the phone app in 3.0.1? I've tried many times, but right when it opens it crashes. I think it has to do with the duplicate app being called Mobile Phone, but the original being called Phone when icon names are on.

  9. #9
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    You have to be sure and set correct permissions for the file "Weather" in your duplicate apps.

  10. #10
    What's Jailbreak?
    Join Date
    Oct 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem

    What are the permissions you have to set to?

    Never mind this post look below
    Last edited by minimatt1995; 10-15-2009 at 01:54 PM. Reason: fixed my problem

  11. #11
    What's Jailbreak?
    Join Date
    Oct 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Alternate way to do this without changing permissions and on Mac

    Quote Originally Posted by alertrenegade View Post
    I figured this out with SpringJumps and have confirmed that it also works with the Weather application. I realize that most of the time people are looking for ways to hide applications, but sometimes it may be useful to have multiple icons for calendar, weather, clock, and so on.

    All you have to do is copy the program to your computer and edit the Info.plist file. In that file you will see the following key:
    Code:
    CFBundleIdentifier
    Under that key will be a string [example below of the weather application:
    Code:
    com.apple.weather
    To make a duplicate application you will need to change this to:
    Code:
    com.apple.weather01
    And keep on changing the number as you add more and more application icons. Now you just change the name of the .app file to Weather01.app and upload it back to your phone.

    The only downside that I have found is the settings are not stored inside the Weather application. So you will need to configure each individual app that you create.
    Another way to do this, I just found out, is to find the file that says <app name>.app copy it to your desktop, change the info.plist (on a mac you might have to right click and press show package contents when you click on the <app name>.app file just like it says above, but when you're done, save the changes, but THIS TIME, select all the files in the <app name>.app file, compress them, rename "archive" to the name of the app, change the extension from zip to ipa, and install in with <coughcoughinstallouscoughcough>
    Last edited by minimatt1995; 10-15-2009 at 01:57 PM. Reason: minor typo, rewording

  12. #12
    Theme Creator PhanaticD's Avatar
    Join Date
    Oct 2009
    Location
    NJ
    Posts
    2,153
    Thanks
    209
    Thanked 565 Times in 334 Posts

    ^^^ doesnt work for me, i tried it with safari and it still crashed and mobilemusicplayer didnt even show up. only works decompressing and recompressing exisitng IPA
    Last edited by PhanaticD; 10-17-2009 at 05:07 PM.

  13. #13
    iPhoneaholic
    Join Date
    Jul 2009
    Location
    Behind You
    Posts
    349
    Thanks
    58
    Thanked 42 Times in 39 Posts

    does any one know if you can duplicate a app like a game? Something like the weather app duplicate it so you have one that only has the weather for you local area but have a copy that only has another location. I have a game app that I want to copy. So I can have two of the same game and set them up so I play them both but they are not linked? Thanks

    Can someone help
    please
    Last edited by JJMA; 12-06-2009 at 09:22 AM.
    If I have helped you please hit the Thanks button.

  14. #14
    Green Apple conchappie's Avatar
    Join Date
    Jul 2009
    Posts
    39
    Thanks
    1
    Thanked 38 Times in 7 Posts

    Ok so i've successfully Managed to clone Cydia App

    Changed the CFBundleIdentifier to com.apple.cydia1

    Great But..

    When i open the new app it says that it cant open the lock file in Var/lib/DpKG/ Somthing

    I didn't take note of the file but i noticed that as a result of that not opening none of my directories in cydia where there

    so i thought i'd close it and re-open it to find out that file name that was missing again but now it just keeps crashing.

    Has anyone managed to duplicate cydia yet or have any advice

    Thanks dK

  15. #15
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hey guys Im pretty new to this so could some one help me with this?

    I copy the file to my desktop but them it wants me to open info.plist with a program, however, when I try to edit within my ssh files on my phone I can edit it there just fine. Its trying to open plist files with Regcure or some windows program like that.

    Any ideas?

  16. #16
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Hi folks,

    tried the steps mention above but doesnt seem to work..can anyone help on this?
    Thanks

  17. #17
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    10
    Thanks
    4
    Thanked 2 Times in 2 Posts

    Good news dudes, I just have successful doing duplicate icons. Here is what I have done (with Iphone PCsuite):

    1> Locate to Applications folder on your device

    2> Copy the folder(program) need to be duplicated (tested with folder MobileNotes.app) to your desktop.

    3> Open folder "MobileNotes.app" on your desk, locate to file "Info.plist", open it with Notepad

    4> Under "<key>CFBundleIdentifier</key>" is "<string>com.apple.mobilenotes</string>"

    5> Change the string to "<string>com.apple.mobilenotes01</string>
    " . Save it.

    6> Rename folder "MobileNotes.app" to "MobileNotes01.app"

    7> Move it back to Applications on your iphonne, change permission 775 for the folder and subfolders/files

    8> Respring your phone, will see an icon call "MobileNotes01" on your screen. That's it.

    ***You could change the name of the application to anything. Just make sure the "Info.plist" update with new name/string.


    Have fun

    Tracy


  18. #18
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    tried but still not working...
    can explain more on this part "change permission 775 for the folder and subfolders/files"

    not very sure on the subfolders/files..cannot seem to find the subfolder for the apps

    sorry for the newbie question

  19. #19
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    10
    Thanks
    4
    Thanked 2 Times in 2 Posts

    Please read here for information:

    755,777, and 775 - What are the differences?

    Tracy

  20. The Following User Says Thank You to aloha81 For This Useful Post:

    met3107 (02-09-2010)

  21. #20
    What's Jailbreak?
    Join Date
    Jan 2010
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    tks..will try again...
    btw, u mention about subfolders/files...i cant seem to find any subfolders..any advise on this??

    Rgds

+ Reply
Page 1 of 2 12 LastLast

Posting Permissions

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