PSP3D Left Header
PSP3D Header Right
PSP3D Logo CraveOnline Logo
Help the PSP 3D community grow!
Vote for us below:


Vote on the PSP Top 200
PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew

Development Center - Learn the basics of coding or talk about advanced coding techniques with other developers.

Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!

You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.

Registration is fast, simple, and absolutely free so join our community today!

Go Back PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums > PSP Forums > Development Center

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-12-2006, 10:44 PM
badg0r's Avatar
badg0r badg0r is offline
Senior Member
 
Join Date: Dec 2005
Location: Tilburg, The Netherlands
Posts: 1,647
Points: 15.75
Donate
Exclamation Im looking for a C++ developer for a ipod or normal mp3 player hack. Possitive.

I cant post this idea here in the chat becouse other C++ programmers will use it. I found a hack in my head to connect your mp3 player, minidisk, ipod and anything that needs a 3,5 mm plug to your psp. Im not good in C++ or Lua for this.

If your interested you can PM me for this Idea.

Im 100% serious and it is a breaktrough becouse you have more memory on your psp to store files.

You can play cd's via this thing on your psp. People have more memory on thier memory stick becouse they dont have to store mp3's on it.

Greatings From Me


You must be a serious C++ programmer. I dont like it if somebody will use this idea and i never hear a thing from him.
__________________

PSP Hacking & Homebrew in het nederlands
Kom ook even bij ons een kijkje nemen

Im working on my own website called: www.badg0r.com Check it out now and then to see if there are any updates

BIG LOL!!

Quote:
Originally Posted by PSPRoX
Im 13 i sex My Pillow....

Jk
Reply With Quote
  #2 (permalink)  
Old 02-13-2006, 12:33 AM
newser's Avatar
newser newser is offline
Senior Member
My Mood:
 
Join Date: Dec 2005
Posts: 287
Points: 16.16
Donate
c'mon i wanna know
im just kiddin good work hope you find a coder
__________________
ORIGINAL 1.0>1.5>1.51>1.52>2.00>1.5>1.0
Bought In January Of 05
ORIGINAL 1.5>2.7>1.5>3.40 OE-A
Bought In May Of 05
Reply With Quote
  #3 (permalink)  
Old 02-13-2006, 12:39 AM
badg0r's Avatar
badg0r badg0r is offline
Senior Member
 
Join Date: Dec 2005
Location: Tilburg, The Netherlands
Posts: 1,647
Points: 15.75
Donate
No i cant tell. This is 100% positive. I tried it in another way an it worked. I just want to turn the rules of the psp with this app. Just a simple homebrew app so you can connect your ipod or mp3 player to your psp.

And im serious about this. You will have more memory on your memory card with this.
__________________

PSP Hacking & Homebrew in het nederlands
Kom ook even bij ons een kijkje nemen

Im working on my own website called: www.badg0r.com Check it out now and then to see if there are any updates

BIG LOL!!

Quote:
Originally Posted by PSPRoX
Im 13 i sex My Pillow....

Jk
Reply With Quote
  #4 (permalink)  
Old 02-13-2006, 12:43 AM
newser's Avatar
newser newser is offline
Senior Member
My Mood:
 
Join Date: Dec 2005
Posts: 287
Points: 16.16
Donate
this would be the best you really need a coder go to ps2dev.org then go to forums all coders are there
i would worship if you get this workin
you do good work
__________________
ORIGINAL 1.0>1.5>1.51>1.52>2.00>1.5>1.0
Bought In January Of 05
ORIGINAL 1.5>2.7>1.5>3.40 OE-A
Bought In May Of 05
Reply With Quote
  #5 (permalink)  
Old 02-13-2006, 12:48 AM
badg0r's Avatar
badg0r badg0r is offline
Senior Member
 
Join Date: Dec 2005
Location: Tilburg, The Netherlands
Posts: 1,647
Points: 15.75
Donate
I realy need a coder for this. This is a 100% possitive hack. Simple app. Not much shitty shit on it. Just plugin push X and play. I cant say more. But thanks i will try it there.

I made a new thread there:

http://forums.ps2dev.org/viewtopic.php?t=4996
__________________

PSP Hacking & Homebrew in het nederlands
Kom ook even bij ons een kijkje nemen

Im working on my own website called: www.badg0r.com Check it out now and then to see if there are any updates

BIG LOL!!

Quote:
Originally Posted by PSPRoX
Im 13 i sex My Pillow....

Jk

Last edited by badg0r : 02-13-2006 at 01:04 AM.
Reply With Quote
  #6 (permalink)  
Old 02-13-2006, 07:56 AM
Zianna123's Avatar
Zianna123 Zianna123 is offline
Senior Member
 
Join Date: Jan 2006
Posts: 346
Points: 3.08
Donate
routine for mp3 player on psp ....

taken from neo's source ...
Attached Files
File Type: rar mp3.rar (3.3 KB, 25 views)
__________________
HTML Code:
<I HAVE NO SIG / UBAR, But if i did it would be here and it would be kewl!!, mebe even a stickman :) >
Reply With Quote
  #7 (permalink)  
Old 02-13-2006, 08:09 AM
badg0r's Avatar
badg0r badg0r is offline
Senior Member
 
Join Date: Dec 2005
Location: Tilburg, The Netherlands
Posts: 1,647
Points: 15.75
Donate
Thanks :d but that is not the file im looking for. I cant give out information becouse it is not simple but simple when you have the code. If you have the code that it's just a snap.

this is a part of that code and i dont want mp3 on the psp i just dont want to use the memory stick for mp3 storage

(MP3Thread_Active){
// Is there a new file to open
if (MP3_newfile){
MP3_newfile=0;
f=fopen(convert_path(MP3_file),"rb");
if(f==NULL) {
MP3_playing=0;
if (neogeo_mp3_errors)
print_ingame(180,"Can't open %s",short_name(MP3_file));
debug_log(MP3_file);
continue;

}
debug_log("mp3 file opened");
if (neogeo_mp3_trackname)
print_ingame(180,"%s",short_name(MP3_file));

fseek(f,0,SEEK_END);
filesize=ftell(f);
fseek(f,0,SEEK_SET);
/*init mad*/
mad_stream_init(&Stream);
mad_frame_init(&Frame);
mad_synth_init(&Synth);
mad_timer_reset(&Timer);
/*var*/
FrameCount=0;
Status=0;
OutputBuffer_flip=0;
OutputPtr=OutputBuffer[0];
OutputBufferEnd=OutputBuffer[0]+OUTPUT_BUFFER_SIZE;
MP3_playing=1;

}
/* This is the decoding loop. */
while (MP3_playing&&MP3Thread_Active) {
// input


It is all for mp3 playback thanks for looking out for it is nice of you
__________________

PSP Hacking & Homebrew in het nederlands
Kom ook even bij ons een kijkje nemen

Im working on my own website called: www.badg0r.com Check it out now and then to see if there are any updates

BIG LOL!!

Quote:
Originally Posted by PSPRoX
Im 13 i sex My Pillow....

Jk

Last edited by badg0r : 02-13-2006 at 08:12 AM.
Reply With Quote
  #8 (permalink)  
Old 02-13-2006, 08:13 AM
Zianna123's Avatar
Zianna123 Zianna123 is offline
Senior Member
 
Join Date: Jan 2006
Posts: 346
Points: 3.08
Donate
ok mebe i'm missing the boat on wht you want, i understood you wanted a routine that would play an mp3 when hitting x on the psp...

so tell me what code you need and i'll see what can be done .. or pm me

cept my time is limited so i wouldnt realy be a dedicated candidate ...
mebe an hour or 2 a day max
__________________
HTML Code:
<I HAVE NO SIG / UBAR, But if i did it would be here and it would be kewl!!, mebe even a stickman :) >
Reply With Quote
  #9 (permalink)  
Old 02-13-2006, 08:24 AM
badg0r's Avatar
badg0r badg0r is offline
Senior Member
 
Join Date: Dec 2005
Location: Tilburg, The Netherlands
Posts: 1,647
Points: 15.75
Donate
well i pm you in a few minutes if that is alright with you. I need to wait on a answer from someone if this is possible or not
__________________

PSP Hacking & Homebrew in het nederlands
Kom ook even bij ons een kijkje nemen

Im working on my own website called: www.badg0r.com Check it out now and then to see if there are any updates

BIG LOL!!

Quote:
Originally Posted by PSPRoX
Im 13 i sex My Pillow....

Jk
Reply With Quote
  #10 (permalink)  
Old 02-13-2006, 08:29 AM
Zianna123's Avatar
Zianna123 Zianna123 is offline
Senior Member
 
Join Date: Jan 2006
Posts: 346
Points: 3.08
Donate
k then if you got a 1.5 u can use usb... hell even serial (hmmm stream mp3 at 48k/s) nah not serial, but yea u could set the usb up as host0://

but remember the psp's usb isnt true usb, it a scaled version called usb on the go or usb to go,,,
__________________
HTML Code:
<I HAVE NO SIG / UBAR, But if i did it would be here and it would be kewl!!, mebe even a stickman :) >
Reply With Quote
Reply

« Flashmod v3 beta! | Help wanted »



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.00
Points Per Thread: 1.00
Points Per Reply: 0.10

Similar Threads
Thread Thread Starter Forum Replies Last Post
Time for Movie resolution Hack #2 marlov74 Homebrew/Hacking 6 12-05-2005 01:26 PM





Crave Partner Sites: CraveOnline.com | DVDFile.com | PSP3D.com | ComingSoon.net | SuperHeroHype.com | RedBalcony.com | ActionTrip.com | CraveLyrics.com
Soundtrack.net | CraveFix.com | SpikedHumor.com | RPGamer.com | TattooNow.com | ImpactWrestling.com | SeekLyrics.com | PedalBMX.com | WildKO.com
vidKing.com | StrategyInformer.com | HHdb.com | RapLeagues.com | HipHop-Lyrics.com | Cravecocktails.com | ThePhatPhree.com | RideJudge.com | HottieSpots.com

ShopTapNham Shop Online Powered by Custom vB Version 5.1.0 for Crave Online Media, LLC.
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd. and PSP3D.com.
LinkBacks Enabled by vBSEO 3.0.0 RC8

All times are GMT -4. The time now is 09:53 AM.
ShopTapNham Footer Right