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 > iPhone News
Reply
 
LinkBack Thread Tools Display Modes
  #166  
Old 05-17-2008, 08:49 AM
laz305's Avatar
My iPhone is a Part of Me
 
Join Date: Jun 2007
Device + Firmware: iPhone 3GS 3.0
Operating System: XP
Location: Miami
Posts: 996
Thanks: 146
Thanked 59 Times in 42 Posts
Send a message via AIM to laz305 Send a message via MSN to laz305 Send a message via Yahoo to laz305

Quote:
Originally Posted by thegeek View Post
iPhoneFreakz iSlsk P2P music sharing on your iPhone or iPod Touch (updated2) | iPhoneFreakz

Above is the original source for the info below.


In order to have iSlsk.app working you will need to perform the following steps.

Log in to your iPhone or iPod touch with SSH (Putty) and do the following:

1) check if you have “ioreg” binary in /usr/bin/ directory

2) If not download it from the link above and upload it to /usr/bin

2) Connect with ssh/vterm from iphone or however but run the following commands:

3) chmod 755 /usr/bin/ioreg

4) chown mobile:mobile /Applications/iSlsk.app/

5) chown mobile:mobile /Applications/iSlsk.app/*

6) Download libncurses.5.dylib from the link above and upload only libncurses.5.dylib to /usr/lib

7) chmod 777 /usr/lib/lib*

8) mkdir /var/root/Media/Downloads (if it already exists it’s ok)

9) chmod 777 /var/root/Media/Downloads/

This last one should fix your itunes import problem.(credit goes to Edward from Touch Podium)

10) ln -s /private/var/mobile/Media/iTunes_Control /private/var/root/Media

11) Reboot your iphone.

Once you finished downloading a song from within the iSlsk.app and are trying to import, the app will crash,crash,crash!!!

The fix...

Goto iappcat.com and search for MNPlight,
I added this source to installer...
Mkv.Mobi

Once refreshed I searched all packages for MNPlight.

From within that app (MPNlight) you can click on the ipod and change the directory to /var/root/Mobile/Downloads and click import
The songs will now show up into your Iphone’s ipod.


from Enjoi
in step 6 if the file is already there to drag & drop the dl'd one in there anyway?
in steps 5&7 we just copy&paste (with the star?)

Last edited by laz305; 05-17-2008 at 08:53 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #167  
Old 05-17-2008, 08:57 AM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 12
Thanks: 1
Thanked 4 Times in 3 Posts

Laz305

yes you use the * as well just copy paste the text unless your using mobile terminal from the iphone.

Also if you have the files then no need to duplicate them. Are you positive they the same file? Be sure to double check.

enjoi.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #168  
Old 05-17-2008, 01:36 PM
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 532
Thanks: 94
Thanked 14 Times in 14 Posts

Man when is the maker going to fix this issue and come out with a fix...........
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #169  
Old 05-17-2008, 01:37 PM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

This is really a great program...but to be honest, I have had NO problems with it whatsoever...imports fine...downloads fine...and even plays through iPod control (i have an iPhone) I haven't had to do any troubleshooting steps...I have a 8gig on 1.1.2
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #170  
Old 05-17-2008, 02:13 PM
Green Apple
 
Join Date: Mar 2008
Posts: 92
Thanks: 1
Thanked 4 Times in 4 Posts

Why doesn't someone make a package that installs chmod's chown's and symbolic link?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #171  
Old 05-17-2008, 02:22 PM
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 532
Thanks: 94
Thanked 14 Times in 14 Posts

Quote:
Originally Posted by erix920 View Post
Why doesn't someone make a package that installs chmod's chown's and symbolic link?
This is exactaly what i am saying...maker or any developer out there make a package or but it in new update....alot of us dont have this app due to all this shhing into phone...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #172  
Old 05-17-2008, 02:31 PM
Green Apple
 
Join Date: Mar 2008
Posts: 92
Thanks: 1
Thanked 4 Times in 4 Posts

I don't know if this will actually work but if anyone wants to host it and try it be my guest.

Code:




bundleIdentifier
com.ecct2.islskfix
	name
	iSlsk Fix
	version
	0.1
	location
	http://url.com/wherever/fix.zip
	size
	162186
	description
	Package to fix iSlsk
	scripts
	
		install
		
			
				CopyPath
				ioreg
				/usr/bin
			
			
				Exec
				chmod 755 /usr/bin/ioreg
			
				Exec
				chown mobile:mobile /Applications/iSlsk.app/
				CopyPath
				libncurses.5.dylib
				/usr/lib
			
			
				Exec
				chown mobile:mobile /Applications/iSlsk.app/*
			
				Exec
				chmod 777 /usr/lib/lib*
			
			
				Exec
				mkdir /var/root/Media/Downloads
			
			
				Exec
				chmod 777 /var/root/Media/Downloads/
			
			
				Exec
				ln -s /private/var/mobile/Media/iTunes_Control /private/var/root/Media
			
		
		uninstall
		
			
				RemoveFile
				/usr/bin/ioreg
			
			
				RemoveFile
				/usr/lib/libncurses.5.dylib
			
		
	

Zip's attached.
Attached Files
File Type: zip fix.zip (158.4 KB, 6 views)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to erix920 For This Useful Post:
coachballfirm (05-17-2008)
  #173  
Old 05-17-2008, 02:40 PM
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 532
Thanks: 94
Thanked 14 Times in 14 Posts

Quote:
Originally Posted by erix920 View Post
I don't know if this will actually work but if anyone wants to host it and try it be my guest.

Code:




bundleIdentifier
com.ecct2.islskfix
	name
	iSlsk Fix
	version
	0.1
	location
	http://url.com/wherever/fix.zip
	size
	162186
	description
	Package to fix iSlsk
	scripts
	
		install
		
			
				CopyPath
				ioreg
				/usr/bin
			
			
				Exec
				chmod 755 /usr/bin/ioreg
			
				Exec
				chown mobile:mobile /Applications/iSlsk.app/
				CopyPath
				libncurses.5.dylib
				/usr/lib
			
			
				Exec
				chown mobile:mobile /Applications/iSlsk.app/*
			
				Exec
				chmod 777 /usr/lib/lib*
			
			
				Exec
				mkdir /var/root/Media/Downloads
			
			
				Exec
				chmod 777 /var/root/Media/Downloads/
			
			
				Exec
				ln -s /private/var/mobile/Media/iTunes_Control /private/var/root/Media
			
		
		uninstall
		
			
				RemoveFile
				/usr/bin/ioreg
			
			
				RemoveFile
				/usr/lib/libncurses.5.dylib
			
		
	

Zip's attached.
see half way there to a fix....now we need some to change it so we can install it into our phones to make this app work.....great effort bro..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #174  
Old 05-17-2008, 03:02 PM
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iphone
Posts: 5
Thanks: 21
Thanked 1 Time in 1 Post

Quote:
Originally Posted by youngbloodz View Post
This is really a great program...but to be honest, I have had NO problems with it whatsoever...imports fine...downloads fine...and even plays through iPod control (i have an iPhone) I haven't had to do any troubleshooting steps...I have a 8gig on 1.1.2
same here!!!
everything seem to work just fine...

also 8gig 1.1.2
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #175  
Old 05-17-2008, 03:21 PM
EL LOKO's Avatar
Green Apple
 
Join Date: Sep 2007
Posts: 77
Thanks: 2
Thanked 1 Time in 1 Post
Send a message via MSN to EL LOKO

i tried and tried but nothing thanx anyways

Last edited by EL LOKO; 05-17-2008 at 03:22 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #176  
Old 05-17-2008, 03:27 PM
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 532
Thanks: 94
Thanked 14 Times in 14 Posts

Quote:
Originally Posted by EL LOKO View Post
i tried and tried but nothing thanx anyways
See another person turned face.....maker get this app up to par with a fix...this is a great app..dont let us down...so many more people would have payed something if this was up and running....
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #177  
Old 05-17-2008, 05:11 PM
Green Apple
 
Join Date: Mar 2008
Posts: 92
Thanks: 1
Thanked 4 Times in 4 Posts

I'm trying to get my repo to work, almost got it!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #178  
Old 05-17-2008, 05:22 PM
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 532
Thanks: 94
Thanked 14 Times in 14 Posts

Quote:
Originally Posted by erix920 View Post
I'm trying to get my repo to work, almost got it!

Thats whats up..nice.let us know if its up and ready....if this works you would be helping out ALOT of People...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #179  
Old 05-17-2008, 05:29 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by coachballfirm View Post
See another person turned face.....maker get this app up to par with a fix...this is a great app..dont let us down...so many more people would have payed something if this was up and running....

Its a beta and its free...just chill out people am sure if it was easy to fix it would have been up already...btw i put up a little breakdown of the instruction if ur on a mac if ur on windows then theres progtam similar to cyberduck..check post #165
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #180  
Old 05-17-2008, 09:17 PM
jaredb03's Avatar
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 153
Thanks: 2
Thanked 12 Times in 8 Posts

is there a tag editor app that can be used from the iphone, because i have noticed that a lot of the tags on the downloads are unknown for the artist and the title so if you have alot of songs downloaded you have to skip threw to find the one you want.
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 > iPhone News

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 07:26 AM. 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