| Reply | « Previous Thread | Next Thread » |
|
i m trying to write new app...
i wantto play another sms ound for each contact my code is: Code:
import inbox, e32, appuifw,contacts, audio
db = contacts.open()
names = [db[r].title for r in db]
r = appuifw.selection_list(names)
k= names [r]
def cb(id):
id=i.sms_messages()[0]
a=i.address(id)
if k == a :
p=audio.Sound.open("C:\\music.mp3")
p.play()
i=inbox.Inbox()
i.bind(cb)
MY TONE DOESN'T PLAY
Last edited by cool_eagle : 2008-08-18 at 14:17.
|
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
U forgot to import audio module
|
|
but now dont play my tone
just playing nokia sms tone |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
HELP MEEE
![]() |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
|
|
nooo
i wanna play music.mp3 whit new sms but my phone is play nokia sms tone |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Quote:
Personalize your profile-> SMS Alert Tone -> Off ![]() And activate the profile. Hope that helps, Best Regards, Croozeus |
|
Quote:
this is changing all of sms tone |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Quote:
![]() ![]() ![]() ![]() |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
cool_eagle, please be patient and avoid making unnecessary posts. You will get an answer when someone who knows the solution (if there is one) posts.
|
|
Quote:
Is what I said greek ? ![]() You want a SMS tone personalizer, I understand that. Now if you want to have a personalized tone for each contact, how could you do it with only one music file ? ![]() So just think what might work. May be more music files is what you need ![]() Best Regards, Croozeus |
|
Croozeus is perfectly right, you can't do customization with the code you have written.
regards, seer busy in Technical Fest. IDEAS is all they need but still they think only Genius can give them that. |
| shubhendra |
| View Public Profile |
| Find all posts by shubhendra |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Problem Sending an SMS one after the other in my J2ME appliaction | deepu28 | Mobile Java Networking & Messaging & Security | 1 | 2008-02-21 10:28 |
| 6310i 4.80 bugs + few words about Nokia politics + other feedback | mwiacek | General Messaging | 2 | 2007-11-10 14:19 |
| recieve SMS problem | ahsamah | General Messaging | 5 | 2004-03-09 15:12 |
| Problem sending SMS using Nokia 6210 and SDK 2.1 | standi | PC Suite API and PC Connectivity SDK | 2 | 2002-07-25 04:14 |