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.
September 14th, 2008 at 3:13 pm
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;
}
}
September 14th, 2008 at 8:54 pm
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…”
September 15th, 2008 at 3:55 am
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.
September 15th, 2008 at 4:15 am
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
September 15th, 2008 at 4:56 am
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….
September 15th, 2008 at 8:28 am
i’m on firmware 2.0.2 and i have the same problem!
September 15th, 2008 at 8:55 am
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.
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
September 15th, 2008 at 1:03 pm
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~~~
September 15th, 2008 at 1:39 pm
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
September 15th, 2008 at 1:46 pm
The Wallpapericon not to see at my ipod Touch. Works it only with an Iphone?
http://img3.imagebanana.com/img/43q76iqg/Unbenannt.JPG
September 15th, 2008 at 3:14 pm
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?
September 15th, 2008 at 5:37 pm
now it works. My jailbreak doesnt work correctly
September 15th, 2008 at 7:59 pm
gast: yes, wallpaper feature need jailbroken.
jet: After uploading, have you respringed or rebooted?
September 15th, 2008 at 8:14 pm
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
September 15th, 2008 at 9:43 pm
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
September 15th, 2008 at 10:03 pm
Yes, I rebooted.
September 16th, 2008 at 12:33 am
BTW, I hope you know that iTunesDB format has changed in 2.x.x firmware?
See here: http://bluwiki.com/go/Ipodhash
September 16th, 2008 at 2:26 am
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?
September 16th, 2008 at 2:36 am
unfortunately, we are not aware of this. That’s why it fails on devices w/ FW 2.x.
September 16th, 2008 at 2:58 am
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.
September 16th, 2008 at 8:03 am
“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
September 17th, 2008 at 10:04 am
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
September 20th, 2008 at 9:57 am
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
September 21st, 2008 at 10:27 am
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
October 13th, 2008 at 2:47 pm
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?
October 13th, 2008 at 8:24 pm
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.
November 2nd, 2008 at 4:20 am
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?
December 1st, 2008 at 6:59 pm
HEY
December 8th, 2008 at 3:05 pm
[...] Nice post, I put a link to it from my site for ya. [...]
April 20th, 2009 at 11:24 pm
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.
June 2nd, 2009 at 6:35 pm
how do I fix my ifunbox when it crashes everytime I connect my ifone?