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 > iPhone Modding > File Mods
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 08-02-2008, 11:37 PM
Green Apple
 
Join Date: May 2008
Device + Firmware: 2g iphone 3.0
Operating System: OSX WIN7
Posts: 37
Thanks: 1
Thanked 0 Times in 0 Posts
SafariDL plugin for 2.0

Has anyone found a way to download songs off seeqpod on 2.0?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 08-03-2008, 07:22 PM
fletch33's Avatar
iPhone? More like MyPhone
 
Join Date: Aug 2007
Device + Firmware: DROID & 3GS
Operating System: 10.6/W7
Location: Under a Rug
Posts: 227
Thanks: 2
Thanked 22 Times in 14 Posts

good question.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 08-14-2008, 06:43 PM
Green Apple
 
Join Date: May 2008
Device + Firmware: 2g iphone 3.0
Operating System: OSX WIN7
Posts: 37
Thanks: 1
Thanked 0 Times in 0 Posts

bump
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 08-16-2008, 05:24 AM
Livin the iPhone Life
 
Join Date: Dec 2007
Posts: 1,440
Thanks: 15
Thanked 182 Times in 173 Posts

another question for this: I wanted all my downloaded files to go to /var/mobile/Documents/Downloads
so I created a symlink
ln -s /var/mobile/Documents/Downloads /var/mobile/Library/Downloads
for some reason, if I do this I can't download any files. But it's not exactly a problem with the symlink. If I just create the folder /var/mobile/Library/Downloads SafariDL won't work anymore. Any ideas on this?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 08-16-2008, 11:30 AM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: iPod Touch 8GB w/ 2.0.1 Jailbroken
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

Are you making the link/folders as the root user? If so, the mobile user that Safari runs at probably doesn't have permissions to write files to the directory. Remove the Library/Downloads folder and let the plugin make it.

You can always make the Library/Downloads folder a linked subfolder of your documents folder, or just do a chmod and/or chown to fix the ownership and permissions issues.

Note: I'm the author of the DL plugin port to 2.0. PM me if you have more issues, I don't get to these forums regularly.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 08-16-2008, 12:14 PM
Livin the iPhone Life
 
Join Date: Dec 2007
Posts: 1,440
Thanks: 15
Thanked 182 Times in 173 Posts

Quote:
Originally Posted by jonmisurda View Post
Are you making the link/folders as the root user? If so, the mobile user that Safari runs at probably doesn't have permissions to write files to the directory. Remove the Library/Downloads folder and let the plugin make it.

You can always make the Library/Downloads folder a linked subfolder of your documents folder, or just do a chmod and/or chown to fix the ownership and permissions issues.

Note: I'm the author of the DL plugin port to 2.0. PM me if you have more issues, I don't get to these forums regularly.
yeah, I thought it was a permission problem as well, but it doesn't seem to be.
first I chmodded the symlink 755 - didn't work. then 777 - didn't work. then I created the folder as mobile and chmodded it 777 - didn't work either.
doesn't really make any sense to me, because how should the application know if it created the folder itself or if I did it, but it doesn't work.
I'll try it again later, maybe I just did something wrong ... will let you know if it worked.

and PS: thanks for porting this great app, it's really sweet. is it possible to add support for downloading pdfs? so if you open a pdf you can choose to watch it in safari or download it or something. that would be awesome.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 08-16-2008, 12:26 PM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: iPod Touch 8GB w/ 2.0.1 Jailbroken
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by BlackWolf View Post
yeah, I thought it was a permission problem as well, but it doesn't seem to be.
first I chmodded the symlink 755 - didn't work. then 777 - didn't work. then I created the folder as mobile and chmodded it 777 - didn't work either.
doesn't really make any sense to me, because how should the application know if it created the folder itself or if I did it, but it doesn't work.
I'll try it again later, maybe I just did something wrong ... will let you know if it worked.

and PS: thanks for porting this great app, it's really sweet. is it possible to add support for downloading pdfs? so if you open a pdf you can choose to watch it in safari or download it or something. that would be awesome.
You can, but probably shouldn't. You can edit the Info.plist file that is in /System/Library/Internet Plug-Ins/File Download Plugin.webplugin and add:

Code:
<key>application/pdf</key>
		<dict>
			<key>WebPluginExtensions</key>
			<array>
				<string>pdf</string>
			</array>
			<key>WebPluginTypeDescription</key>
			<string>PDF File</string>
			<key>WebPluginTypeEnabled</key>
			<true/>
		</dict>
In the appropriate place (follow the example). However many, if not all, of the file viewing applications seem to just embed safari to read PDFs, so you'd have to remove this or disable the plugin before you could view it.

I don't believe Annotater uses the built-in PDF viewer, so if you have that it might work.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 08-16-2008, 01:16 PM
Livin the iPhone Life
 
Join Date: Dec 2007
Posts: 1,440
Thanks: 15
Thanked 182 Times in 173 Posts

Quote:
Originally Posted by jonmisurda View Post
You can, but probably shouldn't. You can edit the Info.plist file that is in /System/Library/Internet Plug-Ins/File Download Plugin.webplugin and add:

In the appropriate place (follow the example). However many, if not all, of the file viewing applications seem to just embed safari to read PDFs, so you'd have to remove this or disable the plugin before you could view it.

I don't believe Annotater uses the built-in PDF viewer, so if you have that it might work.
well, thanks, but I'll just leave it then, it's not that important to me.
btw, newsflash on the symlink-thing: doesn't work. I created my target folder as mobile, created the symlink as mobile and I am able to upload files to the folder via SSH without any problems (as mobile), but when I try to download something it says "Download failed. Could not start saving file."
If I just create the folder /var/mobile/Library/Downloads myself it works fine, but not if I make it a symlink even though the target is chmodded 777
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 08-16-2008, 01:44 PM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: iphone 4gb
Operating System: windows vista
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts

What would be the easiest way to play back media downloaded with safaridl? I just bought and downloaded mobilefinder off the appstore but that really doesn't seem to be that helpfull. Any suggestions?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 08-16-2008, 03:20 PM
Livin the iPhone Life
 
Join Date: Dec 2007
Posts: 1,440
Thanks: 15
Thanked 182 Times in 173 Posts

Quote:
Originally Posted by Puppet122 View Post
What would be the easiest way to play back media downloaded with safaridl? I just bought and downloaded mobilefinder off the appstore but that really doesn't seem to be that helpfull. Any suggestions?
doesn't the plugin have that functionality built-in? if you download something you can choose to play it back in the mediaplayer - shouldn't that do the job?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 08-16-2008, 03:41 PM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: iPod Touch 8GB w/ 2.0.1 Jailbroken
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

The downloader's play option will restream it. You'll need a file viewer to play back the media like the one in Cydia, or one of the many on the app store: MobileFinder, Caravan, Files, etc.

I'm not sure why it doesn't like the symlink, I'll look at that for a future version.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 08-16-2008, 07:33 PM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: iphone 4gb
Operating System: windows vista
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts

i think that the mobile finder in the appstore is governed because it won't let me explore all the folders located in the ipone. the program safaridl itself doesn't have a playback feature. and the file viewer in cydia sucks. i tried using icommander but after locating my downloads i cant play them from it. Any other suggestions?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 08-16-2008, 11:11 PM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: 3G Black - 2.0.1 Pwned
Operating System: Vista x86 + OSX86
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

I use MobileFinder and it works like a charm once you add in the links to Home and Root so it is not confined to the Documents folder.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 08-17-2008, 12:22 AM
iPhone? More like MyPhone
 
Join Date: Jul 2007
Posts: 246
Thanks: 16
Thanked 8 Times in 8 Posts

Quote:
Originally Posted by DarthYodi View Post
I use MobileFinder and it works like a charm once you add in the links to Home and Root so it is not confined to the Documents folder.
How do you add that to mobile finder.? are you talking about the one on the app store.?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #15  
Old 08-17-2008, 05:43 AM
Livin the iPhone Life
 
Join Date: Dec 2007
Posts: 1,440
Thanks: 15
Thanked 182 Times in 173 Posts

Quote:
Originally Posted by DarthYodi View Post
I use MobileFinder and it works like a charm once you add in the links to Home and Root so it is not confined to the Documents folder.
How do you do that? Because the whole reason I wanted to create a symlink as the SafariDL-Downloadfolder was so all things get downloaded into the MobileFinder folder so I can open them with it ...
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 > iPhone Modding > File Mods

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



Go to Top
ModMyI

All times are GMT -6. The time now is 05:59 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 / / Privacy Statement / Top