The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > OS Apps and Development
Reply
 
LinkBack (1) Thread Tools Display Modes
  #121  
Old 12-13-2007, 08:23 PM
What's Jailbreak?
 
Join Date: Aug 2007
Posts: 27
Thanks: 1
Thanked 10 Times in 2 Posts

Quote:
Originally Posted by NetMage View Post
What features are you looking for in a new version?
I noticed that trying to backup the /var/root/Library/Recordings (where all the recordings from VNotes go) causes an error because it doesn't like the format of the file path......

Here is a typical file name:

2007-09-13_19:35:15.amr

It seems rather cumbersome to have to rename these files on the iPhone (I have about 50 files recorded in this folder) just to make a backup. If this is a result of the characters found in the file name not being allowed (I think the problem is with the ':') then it seems like it would be simple enough to do a reg expression inside the substitution command that would substitute a valid character for an invalid one. If you need an example of the code I'm talking about just ask and I'll write something up really quick.



here is the dump from the error dialog


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NotSupportedException: The given path's format is not supported.
at System.Security.Util.StringExpressionSet.Canonical izePath(String path, Boolean needFullPath)
at System.Security.Util.StringExpressionSet.CreateLis tFromExpressions(String[] str, Boolean needFullPath)
at System.Security.Permissions.FileIOPermission.AddPa thList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
at System.Security.Permissions.FileIOPermission..ctor (FileIOPermissionAccess access, AccessControlActions control, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at iPhoneBrowser.frmMain.copyFromPhone(String sourceOnPhone, String destinationOnComputer)
at iPhoneBrowser.frmMain.backupFileFromPhoneAt(String sSourcePath, String sSourceFile, DateTime aTime)
at iPhoneBrowser.frmMain.BackupDirectoryAt(String sPath, DateTime aTime)
at iPhoneBrowser.frmMain.BackupDirectory(String sPath)
at iPhoneBrowser.frmMain.BackupFolderToolStripMenuIte m_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///D:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
iPhoneBrowser
Assembly Version: 1.4.0.0
Win32 Version: 1.4.0.0
CodeBase: file:///D:/Program%20Files/iPhoneBrowser/iPhoneBrowser.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///D:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
AxInterop.QTOControlLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files/iPhoneBrowser/AxInterop.QTOControlLib.DLL
----------------------------------------
Interop.QTOControlLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files/iPhoneBrowser/Interop.QTOControlLib.DLL
----------------------------------------
Manzana
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files/iPhoneBrowser/Manzana.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #122  
Old 12-14-2007, 12:41 AM
NetMage's Avatar
Developer
 
Join Date: Aug 2007
Device + Firmware: iPhone 2.2.0
Operating System: Windows XP / OS X
Location: Virginia
Posts: 1,231
Thanks: 45
Thanked 202 Times in 162 Posts

I modified the latest version to replace characters illegal in Windows filenames with % followed by the hex code of the character (like a URL encoding) and to replace % with %% (hopefully that isn't too irritating).

I'll try to produce a version over the weekend for distribution.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to NetMage For This Useful Post:
blast7 (12-14-2007)
  #123  
Old 12-14-2007, 11:27 AM
What's Jailbreak?
 
Join Date: Aug 2007
Posts: 27
Thanks: 1
Thanked 10 Times in 2 Posts

Quote:
Originally Posted by NetMage View Post
What features are you looking for in a new version?
Quote:
Originally Posted by NetMage View Post
I modified the latest version to replace characters illegal in Windows filenames with % followed by the hex code of the character (like a URL encoding) and to replace % with %% (hopefully that isn't too irritating).

I'll try to produce a version over the weekend for distribution.


Thanks NetMage!!!! You rule!!! I look forward to the new version with great anticipation.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #124  
Old 12-18-2007, 12:09 AM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

i click on exe file! but nothing happen! help me!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #125  
Old 12-25-2007, 08:46 AM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 8
Thanks: 2
Thanked 1 Time in 1 Post

i just got a unlocked iphone fr ma bday. it was unlocked using anySIM
i want 2 upgrade ma cell 2 V1.1.2 now but the store people said ma iphone could crash or get locked.
and i already found a anySIM unlock for V1.1.2
what shoul i do ?
oh n real nice work on iphone browser, bt i still cant get how 2 add files onto the phone bcuz it js gets hanged every thime i tryed 2 drag-n-drop
please help me =!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #126  
Old 12-26-2007, 03:48 AM
runningwild's Avatar
iPhone? More like MyPhone
 
Join Date: Nov 2007
Device + Firmware: iTouch 1.1.4
Operating System: Windows Vista Home Premium
Posts: 177
Thanks: 4
Thanked 24 Times in 21 Posts

Is this program significantly different than winSCP or Total Commander?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #127  
Old 12-28-2007, 01:45 AM
gaz gaz is offline
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 23
Thanks: 2
Thanked 2 Times in 1 Post

Sorry a bit of a nub.

What .NET libraries are necessary and where can I DL them?

Thanks.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #128  
Old 01-02-2008, 05:22 PM
What's Jailbreak?
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

"An error has occured during load. Error text: Unable to load DLL 'iTunesMobileDevice.dll':The specified module could not be found. (Exception from HRESTULT:0x8007007E). The program will now exit, sorry. Please report this online.

Isn't this included in the full install of the program? if not, shouldn't it?

Last edited by triton_hall; 01-02-2008 at 05:25 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #129  
Old 01-02-2008, 05:39 PM
NetMage's Avatar
Developer
 
Join Date: Aug 2007
Device + Firmware: iPhone 2.2.0
Operating System: Windows XP / OS X
Location: Virginia
Posts: 1,231
Thanks: 45
Thanked 202 Times in 162 Posts

That is an Apple copyrighted DLL. It is part of iTunes.

The program is set to pull the DLL from the standard (US?) iTunes location on your PC.

Can you search your PC for the file and tell me where you found it?

Quote:
Originally Posted by gaz View Post
Sorry a bit of a nub.

What .NET libraries are necessary and where can I DL them?

Thanks.
The .Net 2.0 Framework you can install from Windows Update or download from Microsoft is all that is required.

Quote:
Originally Posted by runningwild View Post
Is this program significantly different than winSCP or Total Commander?
iPhoneBrowser uses a special version of the AFC service (AFC2) running on the phone that was the basis for the original jailbreak.

It does not require installation or running of SSH on the phone.

Because it is iPhone specific, it has certain functionality tailored towards iPhone file manipulation - it converts PNG to from iPhone to Windows (close enough) format when copying files. It has a replace command to replace a file on the phone with a different file from your PC. It has a list of stock file locations for easy uploading of books, or NES games, or SummerBoard themes.

Because it is a quick and dirty app (ultimately) with a specific audience, it has some shortcomings as well. Drag and drop only works to the phone. The tree refreshes too often. The program pauses when copying files to the phone. It tends to make lots of backup copies of files.
And I am sure there are others...

Last edited by NetMage; 01-02-2008 at 05:39 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #130  
Old 01-03-2008, 07:08 AM
saifeeab's Avatar
iPhone? More like MyPhone
 
Join Date: Dec 2007
Device + Firmware: iPhone 3GS v3.0
Operating System: Vista Premium
Posts: 218
Thanks: 19
Thanked 13 Times in 9 Posts
Copying & Pasting files

Hi. I have just installed iPhoneBrowser and slowly discovering its excellent features. It makes a lot of tasks easier as compared to another SSH program (like WinSCP).

I have one question: Is it possible to copy & paste files (like mp3's and photo jpeg's) into the iphone directory directly from the PC? At present I have to use iTunes for transferring even a single mp3 or photo which is very tedious. I tried thru WinSCP but was not able to figure out how to. Also since there are 2 iPhones in my house it makes the task even more cumbersome with each owner's music choice & photo albums being different and having just a single iTunes software to handle them.

Therefore, it wud be really great if it wud be possible to just drag & drop such files to the iphone. Please tell me if iPhoneBrowser allows that and the extension of the directories to which these files shud go to (if allowed). Thanx a lot.

Last edited by saifeeab; 01-03-2008 at 07:10 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #131  
Old 01-03-2008, 07:15 PM
NetMage's Avatar
Developer
 
Join Date: Aug 2007
Device + Firmware: iPhone 2.2.0
Operating System: Windows XP / OS X
Location: Virginia
Posts: 1,231
Thanks: 45
Thanked 202 Times in 162 Posts

I'm sorry, but Music and Photos are synced in a special format that iTunes understands and is undocumented.

I doubt if I will be supporting it soon.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #132  
Old 01-06-2008, 05:43 AM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by NetMage View Post
That is an Apple copyrighted DLL. It is part of iTunes.

The program is set to pull the DLL from the standard (US?) iTunes location on your PC.

Can you search your PC for the file and tell me where you found it?
I have a same error and i can't open the program. I find that DLL file on the this locatian ;

Click the image to open in full size.


how can i fix that problem?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #133  
Old 01-06-2008, 11:46 PM
NetMage's Avatar
Developer
 
Join Date: Aug 2007
Device + Firmware: iPhone 2.2.0
Operating System: Windows XP / OS X
Location: Virginia
Posts: 1,231
Thanks: 45
Thanked 202 Times in 162 Posts

I see you are on a non-US version of Windows. By default, iPhoneBrowser uses the localized version of Common Files to locate the .dll. It appears that iTunes does not correctly install the DLL in this location.

Attached is a debug app to help me verify that. Can you run this and post the output?

Also, I have modified the next version of iPhoneBrowser to use the US location if the localized location does not contain the DLL.

Since the DLL search is done by adding a location to the Path, if you copy the dll into the iPhoneBrowser program folder, or add the location to your path, the old version of iPhoneBrowser should find it.

Last edited by NetMage; 07-30-2008 at 10:41 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #134  
Old 01-07-2008, 03:02 AM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts

Here is the output ;

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #135  
Old 01-07-2008, 03:58 AM
NetMage's Avatar
Developer
 
Join Date: Aug 2007
Device + Firmware: iPhone 2.2.0
Operating System: Windows XP / OS X
Location: Virginia
Posts: 1,231
Thanks: 45
Thanked 202 Times in 162 Posts

Hmmm. That looks ok.

I released iPhoneBrowser 1.5 - you can download it here or from
http://http://code.google.com/p/iphonebrowser

Can you try that?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > OS Apps and Development

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://modmyi.com/forums/os-apps-development/1817-new-windows-based-file-transfer-program-iphonebrowser.html
Posted By For Type Date
iPhone - the best PDF reader out there - MobileRead Forums This thread Refback 07-14-2008 10:03 AM


Go to Top
ModMyI

All times are GMT -6. The time now is 12:11 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Top