HomeStoreForumsWikiiPhone Native AppsiPhone Apps modmyifone Downloadsmodmyifone Links








Cell Phone Reception

Go Back   iPhone Forums at ModMyiFone.com - iPhone | iPod Touch, news, apps, themes. > iPhone > News
Register FAQ Members List READ THIS Today's Posts Mark Forums Read

News What's the latest news? Check it out here. Grab Our News RSS Feed


MMi Super Contest | 30 winners! Over $1500 in Prizes! Enter Today!

Discuss AppStore Apps! | MMi Cydia Repo Download Stats

Get more out of ModMyiFone by joining our free community. By registering you get privileges to download files from our downloads section and you may also post your questions in our forums! It's fast, free, and easy!

2.0 Unlock|Jailbreak OS X / Windows | iPhone 3G Detailed Review w/Pics! | Developers - Port Your Apps to 2.0
Reply
 
LinkBack Thread Tools Display Modes
  #166 (permalink)  
Old 05-17-2008, 07:49 AM
iPhoneaholic
 
Join Date: Jun 2007
Device + Firmware: iPhone 1.1.4
Operating System: XP
Location: Miami
Posts: 480
Thanks: 27
Thanked 24 Times in 19 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?)
__________________
Click the image to open in full size.

Last edited by laz305; 05-17-2008 at 07:53 AM.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #167 (permalink)  
Old 05-17-2008, 07: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.
__________________
Enjoi
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #168 (permalink)  
Old 05-17-2008, 12:36 PM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 283
Thanks: 52
Thanked 5 Times in 5 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 (permalink)  
Old 05-17-2008, 12: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 (permalink)  
Old 05-17-2008, 01:13 PM
Green Apple
 
Join Date: Mar 2008
Posts: 82
Thanks: 0
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 (permalink)  
Old 05-17-2008, 01:22 PM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 283
Thanks: 52
Thanked 5 Times in 5 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 (permalink)  
Old 05-17-2008, 01:31 PM
Green Apple
 
Join Date: Mar 2008
Posts: 82
Thanks: 0
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 (permalink)  
Old 05-17-2008, 01:40 PM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 283
Thanks: 52
Thanked 5 Times in 5 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 (permalink)  
Old 05-17-2008, 02:02 PM
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iphone
Posts: 2
Thanks: 9
Thanked 0 Times in 0 Posts