what kind of file format are u looking for ?
Type: Posts; User: laili_aidi; Keyword(s):
what kind of file format are u looking for ?
Hi Driv, i think that u should explore how to make connection by bluetooth between PC to handset and/or handset/handset. after that maybe u can share what is ur problem.
hope this link above can...
Hei,, have you try FFMPEG ?
i think that is very powerfull,,and free ?
oh yes,i just realized that after post my message.. (upss..)
my bet..im too exited, i think ?? hahaha..
okay,,ill keep waiting from nokia expert anwer..
thanks before
-regards-
adek aidi
what about the codec ? do u know what codec that ur file is made with ?
hi honest_success,,
thank for reply, but it dont answer my question yet. what about if the application need server (dekstop server) ? can we still join this competition ? since in submiting form it...
Yes, u can try to developt it with the lastest SDK. check this out : S60 5th Edition
happy coding ^_^!!
best regards
adek aidi
Hi,
are u sure your server is waiting 5062 port ? im not trying ur code yet, but i see in ur message there is exception that means it dont find the server socket at that port or address. And base...
for TCP u can use something like this in client mobile:
// create a TCP socketconnection to the server
SocketConnection obSocketConnection =...
can u show us the code that make that exception rise ?
-regards-
adek aidi
Hi axs,,
yes i already try implement with input stream by chunk of 1000B, 500B and 250B to send 7Kb Packet. And it can run with SE emulator but i can not make it work with Nokia or another like...
do u want to get any streaming server that support 3GPP/3GPP2 or OPEN SOURCE STREAMING SERVER ?
what do u mean that u dont know ?
do u use User interface or acces from command promt ?
becouse i u access that from command promt then u can debug and now whats the problem is..
Hi Suresh,,
i think im not really capable about answering this kind or problem now, since my project not use existing streaming server (darwing, helix, etc) coz i want to modify some message in RTSP...
do u mean that this is some thing like video call on 3G ?
hi popezt,
Unsupported content type means that the media format not supported by the device/emulator. have u check what supported content type of ur device/emulator ? and dont forget about the...
to check what supported type that u can use to specific device / emulator, u can use this :
String[] contentTypes = Manager.getSupportedContentTypes(null);
or if u want to provide parameter to...
u can do that with any connection like bluetooth, http, or socket..
yes, u can use input stream to get the data from the phone.
my suggestion is use base 64 with ur data before u send that,,try to...
can u try to run it in S60 3rd edition FP2 emulator and debug it ?
i have a problem with S40 5 edition too before, but its becouse memory exception since it can run in S60. we modify the code then...
hi fahadgh,,
what do u mean by "tabbed menu"?
hi mooncat69,
u should be carefull since not all device have the same keycode..
Nokia, Motorola, Siemens and Panasonic have different. but Nokia have the same key code with LG and Sony Ericsson....
hi sandeepsandeep,
if u want to use obfuscation level 1 then u must spesify additional setting too. example put this line to Additional Obfuscation Settings :
-dontusemixedcaseclassnames...
hi cheongkaishien,
u can read and use jabber server like open fire and XMPP protocol,,that use socket connection and XML. it can use to connect to MSN, YAHOO, GMAIL, etc. so if u want to developt...
hi akshay0912 ,
is this the next discussion about "wat shud i develop" ? i read that in Streaming Video over Bluetooth have the same topic and a better deep concept to start that not reply yet...
hi akshay0912,
first u need bluetoth dongle to receive and transfer the media data via bluetooth connection.
second, u need capture device (camera or something else) and live encoder that can...