3

I want to Save Call on Java Mobile / Phone to mp3 or any Audio format / file . How should I go ahead with.

I am quite well versed with Core Java. I found apps supporting above mentioned functionality in symbian Phones only but NOT in Java phones whose MIDP version is 2.1 and above.

Thanks for your Idea ( obviously practical one's ! ) or sharing some links relevant to this or some sort of pseudo-code in java for this.

I want solution for Java Phones with MIDP 2.1 & above.Please don't recommend symbian or other such things.

MrSmith42
  • 9,961
  • 6
  • 38
  • 49
Pratik
  • 11,534
  • 22
  • 69
  • 99

4 Answers4

2

If you are willing to record incoming call using j2me , than unfortunately it is not possible.

jmj
  • 237,923
  • 42
  • 401
  • 438
  • @user491518 , for security reason might be, try symbian directly – jmj Nov 09 '10 at 10:08
  • no, the requirement which i have, is only for Java phones MIDP 2.1 – Pratik Dec 01 '10 at 09:32
  • @Pratik, Sorry its not possible then – jmj Dec 01 '10 at 09:33
  • Well i know Symbian does it.Thanks for the answer but as olready specified in my question i m strictly looking Java, due to some client specification which is not possible to change on any other platforms like symbiam,etc.plz stick to java when you answer – Pratik Dec 01 '10 at 09:43
  • @Pratik :) I already specified it is not possible with java-me – jmj Dec 01 '10 at 09:45
1

with Java ME API's in the currently available Nokia phones its not possible, But you can try with Symbian C++.

bharath
  • 14,283
  • 16
  • 57
  • 95
  • Ok Thanks.Then what can you recommend for Java Phone ? (Apart from Symbiam phones). Is there some way ? – Pratik Nov 09 '10 at 12:28
  • Even java phone also its not possible. Java ME API's could not provide this for security purpose. – bharath Nov 09 '10 at 14:04
1

j2me security will not allow to do this

you can do it with symbian.

Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
1

I think nobody developed a call recorder in Java platform. All that you can do to record is to call divert to a land line which is connected to computer which can record calls.

Something for your reference (these can't provide you with Java phone call recording but can guide you , why it can't be with Java & S60 would be better(&only) option. )

Java Voice Recorder ported from E398

Need to develop a call recorder

and if change your mind from Java to Symbain then here's a code which you can have a look at.

Try Symbian!

shanethehat
  • 15,460
  • 11
  • 57
  • 87
Pratik
  • 11,534
  • 22
  • 69
  • 99