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 > Wiki Discussions
Reply
 
LinkBack Thread Tools Display Modes
  #76  
Old 10-17-2007, 04:05 PM
rklosinski's Avatar
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 18
Thanks: 0
Thanked 1 Time in 1 Post

Quote:
Originally Posted by Tinman View Post
Syncing with iTunes still blows out my plist file.

So for now I'm using Tapp to handle the plist swap, and I've attached a .tapp command file to do it.

If you want to use this just install Tapp from installer or iBrickr. I have attached my .tapp command file here. Unzip it from the attachment and place it in /var/root. Set its permissions to 0755. Also make sure your "working" copy of Ringtones.plist is named Ringtones.plist.OK, and in the same folder.

Then when you open Tapp you'll see this (in Execute mode):

Click the image to open in full size.

Just tap the line beginning with cp and Ringtones.plist.OK will be copied to Ringtones.plist.

For now this works, but I'll still probably make it into an app (albeit a very simple one). You just have to remember to run it right after syncing.



--
Mike

Great App.... Mine did this the first time I sync'ed, but after I replaced it again, and it is holding. It now has survived multiple syncs and power cycles.

Quote:
Originally Posted by Delmustator View Post
I have noticed a problem.

cRingtone = Custom Ringtone

I can get the cRingtone to my phone and see them under 'Settings -> Sounds - Ringtone'. I can play them and such with no issue. But when I go to my contacts and change the ringtone assigned to a contact, the cRingtones does NOT appear in the list.

Another issue is the adding of zeros to the Total Time field. I had a cRingtone come out to 28.6, so I added (2) zeros at the end in my playlist. The cRingtone will NOT play.

I'm still playing with it..
I can set all my ringtones as either the default ringtone or assign it to a contact w/o a problem.

I think the directions state to add the zeros to the end of the time using itunes, not just in the ringtone.plist file.

Last edited by rklosinski; 10-17-2007 at 04:05 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #77  
Old 10-17-2007, 04:20 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts

Thanks anyway

Last edited by TW1ZTD; 10-17-2007 at 04:28 PM.. Reason: figured it out myself
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #78  
Old 10-17-2007, 04:44 PM
Green Apple
 
Join Date: Jul 2007
Posts: 32
Thanks: 5
Thanked 1 Time in 1 Post

rkloninski, can you post step by step details of how you got all of yours to work, and your plist perhaps?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #79  
Old 10-17-2007, 04:57 PM
Green Apple
 
Join Date: Jul 2007
Posts: 74
Thanks: 15
Thanked 3 Times in 3 Posts

Well i just got up to date from this thread from last night... i have to go to work.. but i was thinking.. can someone try adding some fake songs to the end of their .plists and see if it will make the rest of their work... like i hear people saying that 5 out of 10 work but when they add more ringtones more start to work... this is unlikly... mostly a problem with the filing it self.. but just to see if this can be a crappy fix to get the rest of the ringotnes working.. ill get back to work on seeing whats hanging up this ringtone problem when i get off work..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #80  
Old 10-17-2007, 05:53 PM
iPhone? More like MyPhone
 
Join Date: Jul 2007
Device + Firmware: 16 GB 3G Black iPhone 3.0 beta 4 Jailbroken
Operating System: Vista Ultimate/Leopard/Ubuntu
Location: Austin, TX
Posts: 212
Thanks: 9
Thanked 13 Times in 13 Posts

Quote:
Originally Posted by rettignick View Post
does anyone know if this will work on 1.0.2 (im testing before i update to 1.1.1, no ringtones is realllllly all that is holding me back)?

and what do the spoof files actually have to be called, can they be the same as the .m4a only .m4r, like MATSOD.m4a and MATSOD.m4r??? or does it have to be like MATSOD.m4a and MATSODspoof.m4r???
on 1.0.2 just put the mp3 or m4a file in the library/ringtones folder and it works everytime
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #81  
Old 10-17-2007, 06:06 PM
rklosinski's Avatar
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 18
Thanks: 0
Thanked 1 Time in 1 Post

Quote:
Originally Posted by lilaustino View Post
rkloninski, can you post step by step details of how you got all of yours to work, and your plist perhaps?
1) I rename the file to future ringtone to 7 characters (i.e. hellothere.mp3 to hellthr.mp3).
2) drop the file into itunes
3) convert it to aac (hellthr.m4a)
4) record the length
5) make the fake file (hellthr.m4r)
6) copy both to the /var/root/Media/itunes_control/ringtone directory
7) make the following ringtone.plist file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ringtones</key>
<dict>
<key>hellthr.m4a</key>
<dict>
<key>GUID</key><string>0000000000000001</string>
<key>Name</key><string>Hello There</string>
<key>Total Time</key><integer>2831</integer>
</dict>
<key>hellthr.m4r</key>
<dict>
<key>GUID</key><string>0000000000000001</string>
<key>Name</key><string>Hello There</string>
<key>Total Time</key><integer>2831</integer>
</dict>

</dict>
</dict>
</plist>

REMEMBER to correct the Total Time.

8) copy the ringtone.plist to /var/root/Media/itunes_control/Itunes directory

9) chmod all ringtones to 755 (not sure if this is needed).

10) reboot

tada..

To make it easy, i have make a zip file containing my ringtone.plist and 4 ringtones. you can get it at http://www.klo-group.com/auction/iphonering.zip .

you should be able to figure out where to put the files by now.

NOTE. if you have f__ked with your phone too much, you need to un-do everything you have done. For example, the /itunes_control directory is NOT a place for your ringtones and plist file if your phone is jailbroken. It seems that putting stuff there only confuses the iphone.

Last edited by rklosinski; 10-17-2007 at 07:21 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to rklosinski For This Useful Post:
yossariangt (10-17-2007)
  #82  
Old 10-17-2007, 06:30 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 106
Thanks: 2
Thanked 10 Times in 3 Posts
Send a message via AIM to skierdb526

umm you need a username and password
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #83  
Old 10-17-2007, 07:21 PM
rklosinski's Avatar
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 18
Thanks: 0
Thanked 1 Time in 1 Post

Quote:
Originally Posted by skierdb526 View Post
umm you need a username and password
try

http://www.klo-group.com/auction/iphonering.zip
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #84  
Old 10-17-2007, 07:32 PM
What's Jailbreak?
 
Join Date: Oct 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

I have a jailbroken 1.1.1 iphone and followed these instructions exactly and i cannot get any of my ringtones to show up for me to select on the iphone. I am using WinSCP to transfer them. Very frustrating

Edit1-Nevermind. I figured it out.

Last edited by gstaver; 10-17-2007 at 08:01 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #85  
Old 10-17-2007, 08:01 PM
Green Apple
 
Join Date: Jul 2007
Posts: 74
Thanks: 15
Thanked 3 Times in 3 Posts

Quote:
Originally Posted by gstaver View Post
I have a jailbroken 1.1.1 iphone and followed these instructions exactly and i cannot get any of my ringtones to show up for me to select on the iphone. I am using WinSCP to transfer them. Very frustrating
Ok just to see if they show... put one of your .m4a files into the ringtones folder on your phone.. just for a little test... save the ringtone.plist you have know and get the stock one off this site then when you reboot it should show the file but wont play.. at least this is how it is for me.. to get the ringtone to actully play.. is the reason for all this .plist editing spoofing ****...

also.. does anybody know /Library/Ringtones ?? thats where all other ringtones are.. can you just hack somehow through that?

Last edited by slayorktc; 10-17-2007 at 08:01 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #86  
Old 10-17-2007, 08:52 PM
What's Jailbreak?
 
Join Date: Aug 2007
Posts: 26
Thanks: 9
Thanked 5 Times in 5 Posts

Thanks to everyone sharing their files...worked great after a couple of tries and edits...I ended up just copying it

killer guide
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #87  
Old 10-17-2007, 08:52 PM
Green Apple
 
Join Date: Jul 2007
Posts: 32
Thanks: 5
Thanked 1 Time in 1 Post

the stuff in the zip folder works fine, but still only some of my ringtones work. my code is the exact same as yours, so frustrating.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #88  
Old 10-17-2007, 08:59 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 106
Thanks: 2
Thanked 10 Times in 3 Posts
Send a message via AIM to skierdb526

i feel ya... i edited his code and put in my ringtones and the same files that have worked work, and the ones that havent, still dont work
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #89  
Old 10-17-2007, 09:38 PM
What's Jailbreak?
 
Join Date: Oct 2007
Posts: 6
Thanks: 1
Thanked 1 Time in 1 Post

i did everything right... i dont see what i did wrong....

and it shows uup but doesnt play, its like a blank audio or something
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #90  
Old 10-17-2007, 09:39 PM
FURBY8704's Avatar
Green Apple
 
Join Date: Sep 2007
Device + Firmware: Iphone 3G FW 3.1
Operating System: OSX 10.6.1 & WINDOWS VISTA ULTIMATE
Location: South Central LA
Posts: 56
Thanks: 12
Thanked 2 Times in 2 Posts

just when i thought i was good...


so i get an icoming call and my ringtone doesnt play it just vibrates
so im like wtf i go to my settings and it plays well and everything
but when it comes to the actual time it should play(incoming calls)
theyy dont!

do u guys have this problem???
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 > Wiki Discussions

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



Go to Top
ModMyI

All times are GMT -6. The time now is 12:34 PM. 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 / / Privacy Statement / Top