iFunBox New Release v0.6.199.35


iFunBox v0.6.199.35 is released. [ download ]
What’s New:
1. Full Managing Songs and Movies to iPhone and iPod: Uploading, downloading and deleting media clips.
2. Shortcut for Ringtones.
3. Enhanced data transmission engine.
4. Fix compatible problem with iTunes 8.0, no more crash.

Limitations:
1. Media files uploaded by iFunBox will not be recognized by iTunes. iTunes report it cannot read the content and asks to restore.
2. Manually Respring or Reboot is required after uploading media files.
3. Currently iPod Shuffle can not play songs uploaded by iFunBox.
4. For 2.x firmware, media uploading doesn’t work properly. We’re just work on that.

32 Responses to “iFunBox New Release v0.6.199.35”

  1. Redart Says:

    Please, add symlink handling for 2.x.x firmware. It can be done like this (taken from iPhoneBrowser edition of C# Manzana lib:

    ret = MobileDevice.AFCGetFileInfo(hAFC, path, ref data, out data_size);
    if (ret != 0) {
    return;
    }

    offset = 0;
    while (offset < data_size) {
    current_data = new IntPtr(data.ToInt32() + offset);
    name = Marshal.PtrToStringAnsi(current_data);
    offset += (uint)name.Length + 1;

    current_data = new IntPtr(data.ToInt32() + offset);
    value = Marshal.PtrToStringAnsi(current_data);
    offset += (uint)value.Length + 1;
    switch(name) {
    case “st_size”: size = Int32.Parse(value); break;
    case “st_blocks”: break;
    case “st_ifmt”:
    if (value == “S_IFDIR”)
    directory = true;
    else
    if (value == “S_IFLNK”)
    {
    IntPtr dir = new IntPtr();
    if (MobileDevice.AFCDirectoryOpen(this.hAFC, path, ref dir) == 0)
    directory = true;
    if (directory)
    {
    MobileDevice.AFCDirectoryClose(this.hAFC, dir);
    }

    }
    break;
    }
    }

  2. johnny.niu Says:

    Wallpaper can not upload in this version. As soon as I drag a png file to wallpaper window, a dialog box jump out “Device was removed unsafely, blah, blah, blah…”

  3. admin Says:

    johnny.niu: Would you please tell me the version of ur iPhone, 2G or 3G, 1.x or 2.x. Thanks a lot.

    Redart: I’ve add handling symblink in the next release along with fixing the wallpaper problem.

  4. Redart Says:

    People at russian forum (http://www.iphones.ru/forum/index.php?showtopic=26959) complaining that i-FunBox trashes songs database (/var/mobile/Media/iTunes_Control/iTunes/iTunesDB, iTunesPrefs) in phones with firmware 2.1. Can’t comfirm since I don’t have this firmware :)

  5. Redart Says:

    And here (http://russianiphone.ru/forum/index.php?showtopic=189&st=0&gopid=1667&#entry1667) one man says that he tryed to upgrade to 2.1 firmware. He backed up sms, contacts, notes database files on the old firmware via filesystem, upgraded and put everything back using i-FunBox. After reboot he tried to sync with iTunes, but it said “Can’t read content, please restore to factory defaults”. He checked file permissions without success. Then he restored wirmware once againg and installed SSH, put files on phone via WinSCP. That worked like a charm. Something fishy is going on with 2.1 firmware. People are complaining at moderator who posted an article about your program….

  6. Tim Says:

    i’m on firmware 2.0.2 and i have the same problem!

  7. johnny.niu Says:

    iPhone 2G FW2.1+ iTunes8
    This problem also happend when i use DiskAid to upload png/jpg files.
    Not only in wallpaper directory, happend in any directory. Even happend when I drag a png file from iPhone to my PC, and then drag it back to iPhone.
    The only way is to upload throug wifi.
    I don’t know it is an usual problem or not.

    Waiting for resolve, thank you.

  8. gast Says:

    Your Programm copy only the Songname back to the PC. Can you make this in your Programm that the Artistname and the songname is to see? Like Sharepod

    here a Screenshot:

    http://www.getsharepod.com/screenshots/copytopc.jpg

  9. admin Says:

    johnny.niu: I can not produce the problem at my iPhone. Can you help me to debug on-site? I added your id in gTalk.
    gast: nice idea, we will include this feature in the next release.

    Thanks all~~~

  10. gast Says:

    WOW Thanks @ Admin for the fast answer

    Next Idea: Can you make extra categories for Music and Video? Not in One categorie? Its not so good, when Music and Video is mixed in one categorie.

    And a categorie for photos would be cool

  11. gast Says:

    The Wallpapericon not to see at my ipod Touch. Works it only with an Iphone?

    http://img3.imagebanana.com/img/43q76iqg/Unbenannt.JPG

  12. jet Says:

    I just downloaded this and tried. I have a 2.02 jailbreak. I copied 2 movie files from the PC. Now, it won’t show any ipod contents, and itunes 8.0 cannot read the contents of the iphone and asked to Restore. Suggestions?

  13. gast Says:

    now it works. My jailbreak doesnt work correctly

  14. admin Says:

    gast: yes, wallpaper feature need jailbroken.
    jet: After uploading, have you respringed or rebooted?

  15. gast Says:

    Can you make extra categories for Music and Video? Not in One categorie? Its not so good, when Music and Video is mixed in one categorie.

    And a categorie for photos would be cool

  16. Haw Says:

    Tried iFunBox on 3g iPhone with Firmware 2.0.2 which has been already jailbreak. after putting 2 movie files. Iphone can’t detect the new movies even i rebooted and respringed a couple of times. using iTunes 7.XX version and iTunes is telling me to restore my iPhone. Any solutions to this problem? thanks in advance

  17. jet Says:

    Yes, I rebooted.

  18. Redart Says:

    BTW, I hope you know that iTunesDB format has changed in 2.x.x firmware?

    See here: http://bluwiki.com/go/Ipodhash

  19. Achim Says:

    AFAIK nobody hacked the new hashing scheme so far, so ALL third party apps that try to update the iTunesDB content are locked out so far on FW 2.x.
    Correct me if I’m wrong. I’m waiting for a hack myself, to include it in my Winamp plugin ml_ipod. So far, we can only handle iPhone and iPod touch with FW 1.1.x, because that protection hash can be calculated.

    Unfortunately, the http://bluwiki.com/go/Ipodhash seems to be abondoned?

  20. admin Says:

    unfortunately, we are not aware of this. That’s why it fails on devices w/ FW 2.x.

  21. mitien Says:

    root is owner of all files, modified by this program so iPod.app can`t read its database and says that there is no music or video.
    I hope you should try to fix owner and permissions.

  22. sam Says:

    “after putting 2 movie files. Iphone can’t detect the new movies even i rebooted and respringed a couple of times. using iTunes 7.XX version and iTunes is telling me to restore my iPhone.”

    I have the same question, the version of my ITouch is 1.1.4

  23. lozenage Says:

    Me too. I can’t sync my phone with iTunes
    iTunes is telling me to restore my iPhone
    My iPhone fw 1.1.4
    thx so much

  24. Tiago Cussiol Says:

    Idea:
    1. Include a terminal to control ipod/iphone
    2. Music and video search/filter. Folders for artists, albuns…
    3. Keyboard shortcut to eject (better if could press without i-FunBox’s window active)

    Love your app

  25. gast Says:

    when comes the next Version, with this feature?

    gast Says:
    September 15th, 2008 at 12:27 pm

    Your Programm copy only the Songname back to the PC. Can you make this in your Programm that the Artistname and the songname is to see? Like Sharepod

    here a Screenshot:

    http://www.getsharepod.com/screenshots/copytopc.jpg

  26. squama Says:

    My iPhone 3G (Russian firmware v.2.1) is identified as v.1.2.x (jail). Not everything is seen as in screenshots.
    May I expect any help?

  27. admin Says:

    Your iPhone is not jailbroken as indicated, so the wallpaper and application list can not be used since it requires access to root filesystem. Jailbreak your iphone.

  28. terence Says:

    after i converted all my song to the computer.The names of the songs changed to…. um like a song called ‘love’ and when converted to my computer the name is ABCD or GHFK like this Why?

  29. rae Says:

    HEY

  30. Funbox.com Says:

    [...] Nice post, I put a link to it from my site for ya. [...]

  31. chetan Says:

    I have the same problem when i transfer the music to my iphone through itunes, the music can be find in the /var/mobile/Media/iTunes_Control under different folders, but the problem is that the songs which has been transferred to this directory automatically attains a different name like CHGH etc.The problem is that without knowing the name of song file i cant send it with my bluetooth software ibluetooth on my iphone. Is there is any software through which i can transfer the songs but that particular software should not change the name of songs.Help me its urgent.

  32. Justin Fuertes Says:

    how do I fix my ifunbox when it crashes everytime I connect my ifone?

Leave a Reply