Jump to content


C902 Startup Sounds


  • Please log in to reply
19 replies to this topic

#1 OFFLINE   shrep

shrep
  • New Members
  • n00b

  • 4 posts

Posted 05 January 2009 - 01:52 AM

I've only been able to get the phone to play midi files by using STARTUP_SOUND_SEMC, is there a way to use an mp3 or any other type of audio file?

#2 OFFLINE   fitzynkaz

fitzynkaz
  • New Members
  • PipPipPipPip
  • Makes Se-nse

  • 473 posts
  • Gender:Male
  • Location:west yorkshire uk
  • Mobile:w850 alienware & k800@k810 with walkman and flash lite
  • Tutorials Submitted:1

Posted 05 January 2009 - 02:25 AM

View Postshrep, on 2009-01-05 01:52, said:

I've only been able to get the phone to play midi files by using STARTUP_SOUND_SEMC, is there a way to use an mp3 or any other type of audio file?

don't c902 use 3gp like db2020 ? just give 3gp ago see if they work coz db2020 workon db2020 and i don't think s.e would chnge them

#3 OFFLINE   shrep

shrep
  • New Members
  • n00b

  • 4 posts

Posted 05 January 2009 - 02:58 AM

View Postfitzynkaz, on 2009-01-05 02:25, said:

don't c902 use 3gp like db2020 ? just give 3gp ago see if they work coz db2020 workon db2020 and i don't think s.e would chnge them

Thanks, ill give it a go.

Edit: Still no luck. I've tried with and without .3gp, and tried both the main settings folder and the audio subfolder.

Edited by shrep, 05 January 2009 - 03:33 AM.


#4 OFFLINE   code28h4p

code28h4p
  • New Members
  • PipPipPip
  • Non-se-nse

  • 168 posts

Posted 05 January 2009 - 04:12 AM

use customize_upgrade to change *.mid to *.mp3 like what i've done to my K660 phone
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- DOCTYPE customization SYSTEM &quot;customization.dtd&quot; -->

<customization>
	 
   <registry>

		<ui>  <settings reg-path="/apps/ui">	<standby>	   <startup-sound-path-semc>tpa/preset/system/settings/STARTUP_SOUND_SEMC.mp3</startup-sound-path-semc>	</standby>  </settings> </ui>

	
   </registry> 

</customization>

save this code as "customize_upgrade.xml (without codes) and then put it in tpa/preset/custom/
Now change your startup sound with *.mp3, restart your phone....

Edited by code28h4p, 05 January 2009 - 04:18 AM.


#5 OFFLINE   shrep

shrep
  • New Members
  • n00b

  • 4 posts

Posted 05 January 2009 - 04:43 PM

View Postcode28h4p, on 2009-01-05 04:12, said:

use customize_upgrade to change *.mid to *.mp3 like what i've done to my K660 phone
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- DOCTYPE customization SYSTEM &quot;customization.dtd&quot; -->

<customization>
	 
   <registry>

		<ui>  <settings reg-path="/apps/ui">	<standby>	   <startup-sound-path-semc>tpa/preset/system/settings/STARTUP_SOUND_SEMC.mp3</startup-sound-path-semc>	</standby>  </settings> </ui>

	
   </registry> 

</customization>

save this code as "customize_upgrade.xml (without codes) and then put it in tpa/preset/custom/
Now change your startup sound with *.mp3, restart your phone....

Thanks, this worked. Now I've got the PS3 startup sound :) .

#6 OFFLINE   MASVA

MASVA
  • Members
  • PipPipPipPipPip
  • Se-nse-ible

  • 651 posts
  • Gender:Male
  • Location:Croatia
  • Mobile:Sony Xperia Miro

Posted 05 January 2009 - 05:02 PM

View Postcode28h4p, on 2009-01-05 05:12, said:

use customize_upgrade to change *.mid to *.mp3 like what i've done to my K660 phone
[code]
save this code as "customize_upgrade.xml (without codes) and then put it in tpa/preset/custom/
Now change your startup sound with *.mp3, restart your phone....

tnx
that works on my k850
Sony Xperia Miro

#7 OFFLINE   pampi

pampi
  • New Members
  • Pip
  • Padawan

  • 22 posts

Posted 07 January 2009 - 06:02 PM

code28h4p: Thank you for this great tutorial!

Where did you find these lines btw? Couldn't find them on customize.xml, so I just copied the commands and pasted to notepad and saved it as customize_upgrade.xml

You can also make a shutdown sound too by adding this command:

<shutdown-sound-path-semc>
tpa/preset/system/settings/SHUTDOWN_SOUND_SEMC.mp3
</shutdown-sound-path-semc>

right under:

<startup-sound-path-semc>
tpa/preset/system/settings/STARTUP_SOUND_SEMC.mp3
</startup-sound-path-semc>

Remember to copy SHUTDOWN_SOUND_SEMC.mp3 to tpa/preset/system/settings where the STARTUP_SOUND_SEMC.mp3 is located

Edited by pampi, 07 January 2009 - 06:03 PM.


#8 OFFLINE   mikely_28

mikely_28
  • New Members
  • n00b

  • 11 posts

Posted 07 January 2009 - 08:28 PM

It does'nt work on my K850. Could You pls help me and give me a customize upgrade.xml file? I don't know what i do wrong but now i don't have any sound on startup. Thank U.

#9 OFFLINE   al3xxcit3

al3xxcit3
  • New Members
  • PipPipPip
  • Non-se-nse

  • 115 posts
  • Gender:Male
  • Location:Romania
  • Mobile:K850i

Posted 07 January 2009 - 10:36 PM

it doesn't work for my k850 too. the start`up customize upgrade worked..but the shutdown one didn't..
Moded K850
Download My V2 of my Megapack HERE! PREVIEW
Download My V3 of my Megapack HERE! PREVIEW
Download My V4 of my Megapack HERE! PREVIEW included!

#10 OFFLINE   chadiwrx

chadiwrx
  • New Members
  • PipPipPip
  • Non-se-nse

  • 186 posts
  • Location:Aus
  • Mobile:K850i

Posted 08 January 2009 - 01:23 AM

Thank you! This worked great custom shutdown & startup sounds on my K850i.
But i moved the location of the files to my ringtones folder so i can change them
on the go with out the pc. ;)

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- DOCTYPE customization SYSTEM &quot;customization.dtd&quot; -->

<customization>
	 
   <registry>

		<ui>  <settings reg-path="/apps/ui">	<standby>	   <startup-sound-path-semc>tpa/user/music/ringtones/STARTUP_SOUND_SEMC.mp3</startup-sound-path-semc>	</standby>  </settings> </ui>

		<ui>  <settings reg-path="/apps/ui">	<standby>	   <shutdown-sound-path-semc>tpa/user/music/ringtones/SHUTDOWN_SOUND_SEMC.mp3</shutdown-sound-path-semc>	</standby>  </settings> </ui>

	
   </registry> 

</customization>


#11 OFFLINE   al3xxcit3

al3xxcit3
  • New Members
  • PipPipPip
  • Non-se-nse

  • 115 posts
  • Gender:Male
  • Location:Romania
  • Mobile:K850i

Posted 08 January 2009 - 09:35 AM

yes, this one worked! thank you very much :) :good:
Moded K850
Download My V2 of my Megapack HERE! PREVIEW
Download My V3 of my Megapack HERE! PREVIEW
Download My V4 of my Megapack HERE! PREVIEW included!

#12 OFFLINE   code28h4p

code28h4p
  • New Members
  • PipPipPip
  • Non-se-nse

  • 168 posts

Posted 08 January 2009 - 01:59 PM

@pampi
I just find it in original default.xml and then makesome edit on it just as likeas i change my right joystik mapping to operamini

#13 OFFLINE   pampi

pampi
  • New Members
  • Pip
  • Padawan

  • 22 posts

Posted 08 January 2009 - 11:12 PM

View Postshrep, on 2009-01-05 02:52, said:

I've only been able to get the phone to play midi files by using STARTUP_SOUND_SEMC, is there a way to use an mp3 or any other type of audio file?

Yes it is.
Follow the instructions below..

How to change startup sound and add a shutdown sound to .mp3


<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- DOCTYPE customization SYSTEM &quot;customization.dtd&quot; -->

<customization>
    
<registry>

<ui>

<settings reg-path="/apps/ui">

<standby>

<startup-sound-path-semc>tpa/preset/system/settings/STARTUP_SOUND_SEMC.mp3

</startup-sound-path-semc>

</standby>

</settings>

</ui>

    
</registry>

</customization>
Open with notepad and edit .midi to .mp3



save this code as customize_upgrade.xml and then put it in tpa/preset/custom/

You can also make a shutdown sound.
<shutdown-sound-path-semc>tpa/preset/system/settings/SHUTDOWN_SOUND_SEMC.mp3

</shutdown-sound-path-semc>

copy this under startup sound

Copy the STARTUP_SOUND_SEMC.mp3 and SHUTDOWN_SOUND_SEMC.mp3 to tpa/preset/system/settings

Now change your startup sound with *.mp3, restart your phone....

Edited by pampi, 08 January 2009 - 11:14 PM.


#14 OFFLINE   Dekxster

Dekxster
  • New Members
  • PipPip
  • No Se-nse

  • 68 posts
  • Location:Czech republic
  • Mobile:C702

Posted 17 January 2009 - 06:49 PM

When I use the method chadiwrx posted, I have no sounds (startup and shutdown).
I have the mp3 in right folder and it has the right name :(

Posted Image


#15 OFFLINE   krankfurt

krankfurt
  • New Members
  • n00b

  • 8 posts

Posted 22 September 2009 - 08:20 AM

hi guys how can i change it to the original sound ? please help me

thanks

#16 OFFLINE   krankfurt

krankfurt
  • New Members
  • n00b

  • 8 posts

Posted 22 September 2009 - 06:18 PM

i want to use the original sound how can i change it ??? why dont u guys answer my question ?

#17 OFFLINE   jyrki69

jyrki69
  • New Members
  • PipPip
  • No Se-nse

  • 53 posts
  • Gender:Male
  • Location:Croatia

Posted 03 October 2009 - 03:16 PM

Tnx chadiwrx worked for my k850i to.good one

#18 OFFLINE   omokas

omokas
  • VIP
  • ̿ '̿'\̵͇̿̿\=(•̪●)=/̵͇̿̿/'̿̿ ̿

  • 1,090 posts
  • Gender:Male
  • Location:Greece
  • Mobile:iPhone 4
  • Twitter:omokas

Posted 03 October 2009 - 09:43 PM

@krankfurt  

No one will help you if you double post and say "why dont u guys answer my question ? ". Someone will answer if he/she knows and wants to answer. Your "view" to the forum is not good if you say these. Please edit your post and someone will help you.

C905 R1FA035 | BROWN | VKP&GFX Patched | 2GB M2
K660 R1FA035 | BROWN | VKP&GFX Patched | 1GB M2
Apple iPhone 4 | iOS 4.0.1 | Jailbroken | 16GB | Black
For usefull posts/topics please use the Posted Image button


#19 OFFLINE   dddeepdc

dddeepdc
  • Members
  • Pip
  • Padawan

  • 48 posts
  • Gender:Male
  • Location:Assam, India
  • Mobile:SE Cedar, Sony Xperia U

Posted 18 April 2012 - 05:31 AM

someone plz attach the customize upgrade.xml file. I am on mobile net and so can't make it myself.

#20 OFFLINE   Boysie

Boysie
  • Super Moderators
  • Mrs Miggins

  • 37,152 posts
  • Gender:Can't decide
  • Location:Between a rock and a hard place
  • Mobile:X10 (CM10.1 v10) - K800
  • Tutorials Submitted:One or two

Posted 18 April 2012 - 05:40 AM

Attached File  customize_upgrade.zip   332bytes   18 downloads

Personal messages that have no need to be private will not be answered. We have a forum for asking questions so please use it.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users