|
-
Jun 15th, 2008, 11:09 PM
#1
Thread Starter
Lively Member
the ultimate task. connect to iPhone via USB.
The application that I have asked about over the last few night... well I think it would be great (if possible) to connect thru the USB cable to an iPhone instead of over WiFi which is much slower. I am thinking that I can use Apple's "AppleMobileDevice.dll" to access the iPhone in question, but I of course wouldn't know where to start or even if I am headed in the right direction. A little guidance would be great, remember this has to be as noob friendly as can be . Thanks guys! You haven't let me down yet, I hope you don't this time.
Last edited by chris stroud; Jun 15th, 2008 at 11:12 PM.
-
Jun 16th, 2008, 06:20 AM
#2
Re: the ultimate task. connect to iPhone via USB.
I can't find any examples of using an Apple DLL in a VB6 application.
-
Jun 16th, 2008, 09:14 AM
#3
Thread Starter
Lively Member
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by Hack
I can't find any examples of using an Apple DLL in a VB6 application.
Well, not necessarily using that specific dll, I'm just wondering if I can open it up as a flash drive sort of thing so that I can read and write files from it.
-
Jun 16th, 2008, 09:20 AM
#4
Re: the ultimate task. connect to iPhone via USB.
Regardless of what kind of drive it is, if it is a USB type drive, you should be able to.
I've seen scores of questions, which have been answered, on reading from and writing to USB drives.
-
Feb 28th, 2010, 07:35 PM
#5
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
I would also like to know how i can browse those files through vb. I managed to find this program : http://iphonefolders.com/ it makes your iphone show in my computer and you can browse files but in vb i cant see that... since it doesnt have drive letter. any help would be appriciated
-
Feb 28th, 2010, 11:34 PM
#6
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by chris stroud
Well, not necessarily using that specific dll, I'm just wondering if I can open it up as a flash drive sort of thing so that I can read and write files from it.
I doubt it because flash drives are in the HID catagory but your iphone is not.
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 1st, 2010, 04:01 AM
#7
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by CDRIVE
I doubt it because flash drives are in the HID catagory but your iphone is not.
what about when using that software iPhoneFolders? acutely found another way but some1 needs to convert this into vb6
http://winscp.net/eng/docs/guide_dotnet
-
Mar 2nd, 2010, 10:12 AM
#8
Hyperactive Member
Re: the ultimate task. connect to iPhone via USB.
If it has a USB label on it then it would comply with the USB standard. That label is very hard to get and I don't think Apple would muck around like that. Therefore you should be able to treat it as any other USB device. Much the same as my really cheap Chinese MP3 player.
Slower than a crippled Vista
More buggy than a fresh XP install
Look! Down the road, some 50 miles behind the drunken snail.
It's Ubuntu!
-
Mar 2nd, 2010, 12:07 PM
#9
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by AsmIscool
If it has a USB label on it then it would comply with the USB standard. That label is very hard to get and I don't think Apple would muck around like that. Therefore you should be able to treat it as any other USB device. Much the same as my really cheap Chinese MP3 player.
I think you're misinterpreting the difference between a USB device and a USB/HID (Human Interface Device). They are not treated equally by Windows. Non HID's will prompt an "Unknown Device Detected!" from Windows, unless drivers for it, and sometimes, dll's have been installed. HID's, on the other hand, are automatically recognized by the OS. I doubt that MAC handles none HID any differently.
Last edited by CDRIVE; Mar 2nd, 2010 at 12:28 PM.
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 02:16 PM
#10
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
it shows up like this in my computer :

vb doesnt recognize it. How can i make vb recongzie it?!?
-
Mar 2nd, 2010, 02:47 PM
#11
Re: the ultimate task. connect to iPhone via USB.
I would think that it would show up in a DriveListBox.
Edit: I would also think that if your folders contain txt files, you should be able to input and output those files with standard file Input Output methods using the path to the files. There are copious amounts of text file In-Out code here on the forum. Alternately, you should also be able to Shell Notepad to open those files directly into Notepad.
Last edited by CDRIVE; Mar 2nd, 2010 at 02:55 PM.
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 02:50 PM
#12
Addicted Member
Re: the ultimate task. connect to iPhone via USB.

nope
-
Mar 2nd, 2010, 03:01 PM
#13
Re: the ultimate task. connect to iPhone via USB.
Hmm, how about a FileListBox?
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 03:03 PM
#14
Re: the ultimate task. connect to iPhone via USB.
I forgot to ask... Can you open the iphone item that you see in My Computer?
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 04:07 PM
#15
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
Hmmm i dont know how to open this with filelist cuz you need a drive letter to open its path but yes it opens just like a folder
-
Mar 2nd, 2010, 04:44 PM
#16
Re: the ultimate task. connect to iPhone via USB.
Can you open and read any text files that you've put in there?
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 04:51 PM
#17
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
yup Read,Write any kind of file not just text. Its just like a folder you can make new files in it by right clicking and stuff
-
Mar 2nd, 2010, 04:56 PM
#18
Re: the ultimate task. connect to iPhone via USB.
Right click on a empty space in that directory and create a new folder. Then open Notepad, put some text in it, and see if you can save it to that new folder.
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 05:34 PM
#19
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
Alright so just discorvered i can make new write folders and read any file just cant write to any file
-
Mar 2nd, 2010, 05:44 PM
#20
Re: the ultimate task. connect to iPhone via USB.
If you right click on the folder, or text doc in it, do you see any options for Read Only that you can un-check?
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 05:50 PM
#21
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
there is no properties option

i dont even care about writting files i just want to able to read em how can i use this algorithm in VB?
-
Mar 2nd, 2010, 05:51 PM
#22
-
Mar 2nd, 2010, 05:55 PM
#23
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by omfgz
there is no properties option
i dont even care about writting files i just want to able to read em how can i use this algorithm in VB?
What algorithm?
Are there any existing text files in any of the folders and can you read them?
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 05:57 PM
#24
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
yup everyfile can be read just checked not just text files i can open picture , zip and all kinds
-
Mar 2nd, 2010, 06:05 PM
#25
Re: the ultimate task. connect to iPhone via USB.
I just found this ...
http://menoob.com/iphone/how-to-save...your-computer/
I only breezed through it but I get the impression that they're saving text files as .db (database) files.
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 06:08 PM
#26
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by omfgz
yup everyfile can be read just checked not just text files i can open picture , zip and all kinds
Great, next thing to try is an Open File For Input and see if you can stuff the data in a TextBox.
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 06:15 PM
#27
Re: the ultimate task. connect to iPhone via USB.
What's the full path of cindia.log?
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 06:17 PM
#28
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by CDRIVE
Great, next thing to try is an Open File For Input and see if you can stuff the data in a TextBox.
..... umm how... VB cant see "iPhone Folders" that was the whole problem...
and the link you posted is unrelated ... iPhone saves massages in db files... that has nothing to do with text files or anything related to what we are talking about in this topic
-
Mar 2nd, 2010, 06:25 PM
#29
Re: the ultimate task. connect to iPhone via USB.
Does Windows show the path to Cyndia.log?
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 06:29 PM
#30
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by omfgz
I would also like to know how i can browse those files through vb. I managed to find this program : http://iphonefolders.com/ it makes your iphone show in my computer and you can browse files but in vb i cant see that... since it doesnt have drive letter. any help would be appriciated
I just went back and read this!!
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
-
Mar 2nd, 2010, 06:41 PM
#31
Addicted Member
Re: the ultimate task. connect to iPhone via USB.
Yea read it carefully
 Originally Posted by omfgz
I would also like to know how i can browse those files through vb. I managed to find this program : http://iphonefolders.com/ it makes your iphone show in my computer and you can browse files but in vb i cant see that... since it doesnt have drive letter. any help would be appriciated
-
Mar 2nd, 2010, 07:13 PM
#32
Re: the ultimate task. connect to iPhone via USB.
 Originally Posted by omfgz
Yea read it carefully
Well here's the thing.. You are not the OP and I didn't realize it. I had no idea that I was talking to someone other than the OP, who I had originally replied to. I've been home nursing an injury and have been bouncing from one VBF thread to another, while also working on a project of my own. It's easy to loose track like that. I also didn't realize that all those screen shots that you posted were from a third party app and not Explorer. If I had known that, I wouldn't be here typing this because I'd have known that my previous questions were irrelevant. This is why it's not proper protocol to, for lack of a better word, hijack someone else's topic.
Sorry I wasted your time. Best of luck.
<--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
If topic has been resolved, please pull down the Thread Tools & mark it Resolved.
Is VB consuming your life, and is that a bad thing?? 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|