The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

2.2 Unlock / Jailbreak OS X | 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 (permalink)  
Old 05-17-2008, 07:49 AM
laz305's Avatar
My iPhone is a Part of Me
 
Join Date: Jun 2007
Device + Firmware: iPhone 2.2.1
Operating System: XP
Location: Miami
Posts: 814
Thanks: 106
Thanked 48 Times in 31 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 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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #168 (permalink)  
Old 05-17-2008, 12: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: 510
Thanks: 89
Thanked 11 Times in 11 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: 88
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
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 510
Thanks: 89
Thanked 11 Times in 11 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: 88
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
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 510
Thanks: 89
Thanked 11 Times in 11 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

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 (permalink)  
Old 05-17-2008, 02: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 02:22 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #176 (permalink)  
Old 05-17-2008, 02: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: 510
Thanks: 89
Thanked 11 Times in 11 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 (permalink)  
Old 05-17-2008, 04:11 PM
Green Apple
 
Join Date: Mar 2008
Posts: 88
Thanks: 0
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 (permalink)  
Old 05-17-2008, 04: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: 510
Thanks: 89
Thanked 11 Times in 11 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 (permalink)  
Old 05-17-2008, 04: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 (permalink)  
Old 05-17-2008, 08:17 PM
jaredb03's Avatar
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 149
Thanks: 2
Thanked 11 Times in 7 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

Forum Jump


Go to Top
ModMyI

All times are GMT -6. The time now is 08:58 PM. Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 | Dedicated Server Hosting by SingleHop | Copyright © 2007-09 by ModMy, LLC. All rights reserved.

RSS / Contact Us / / ModMyi Home / Archive / Privacy Statement / Top


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407