hi,
i have tried with
AllInterfaceNotification(TDes8 &aNotification, TRequestStatus &aStatus);
or
ProgressNotification(TNifProgressBuf &aProgress, TRequestStatus &aStatus, TUint...
Type: Posts; User: alexpr; Keyword(s):
hi,
i have tried with
AllInterfaceNotification(TDes8 &aNotification, TRequestStatus &aStatus);
or
ProgressNotification(TNifProgressBuf &aProgress, TRequestStatus &aStatus, TUint...
hi,
I have an application that use 2 IAP, first wifi the second 3g.
I use the RConnection class to open a socket.
The wifi is the dafault IAP. when i'm not under (my) wifi coverage i need to...
hi
i have just compiled the streamer example using APS 2.41.
and i installed it (after signing) in an nokia 6120 (3rd ED FP1)
when i do "Initialize device" it returns "Output device...
hi,
i find the error (very strange error!!!)
1***************************************
if (iStatus == EReady || iStatus == EStreaming)
{
/*TInt vol =...
hi juhanak
I'm using nokia E61 and the same operaton you didn to my phone returns value 10.
......
hi
I need to play a wave file always in the loudspeaker but when a earpiece is connected to the phone the audio file is played in it.
now i use the CMdaAudioPlayerUtility class.
what class i...
hi
I'm using APS 2.3 in my streaming application.
i need to control level volume.
the RAPSSession object has 3 methods:
Volume()
MaxVolume()
SetVolume(TInt vol).
hi,
i need to select if my app can or not autostart.
now my app can only autostart using a .rsc file named like uid (2000C4XX.rsc)
and installed into phone memory in the following path
...
hi
i'm developping a java application. i use some object that in their utilizzation prompt a pop-up message like
Class Connector, shows me: "Allow application <my app> to use network and send...
hi to all,
in my midlet I play a clip with :
....
Player player = Manager.createPlayer("/clip.wav");
player.setLoopCount(3);
player.start();
......
but if i have the bluetooth headphone...
hi
in my application i need to select automatically the IAP to use.
I have in a file the list of my IAP usable.
APN1= xxxx
APN2= yyyy
APN3=wifi
how i can implement this?
It happens one time.
but c++ can access to RMS (java midlet)? how?
thanks!!
ale
Hi
I have two apps needs to comunicate each other.
first app in Symbian based c++, second app is a midlet gui.
I need to send commands from midlet to C++.
I use a Datagram conection by...
TAPSCommBuffer CStreamerEngine::g729Expand(const TDesC8& frame){
TBuf8<30> aFrame;
aFrame.Copy(frame);
TBuf8<1>temp;
TBuf8<1>temp2;
TBuf8<1>temp3;
TUint8 z;
const TDesC8& CStreamerEngine::g729Compress(TAPSCommBuffer aFrame){
TBuf8<10> frame;
TBuf8<1>temp;
TBuf8<1>temp2;
TBuf8<1>temp3;
TUint8 z;
TUint8* k;
TUint8 z2;
TUint8* k2;
hi,
you need to reduce the packet comes from APS (24 byte) to a g729 standard packet of 10 bite in according to the APS docs and the rfc 3551 contening the description of g729 frame
remember:...
Hi
when I run the SYMBIAN SIGNED PRE-CERTIFICATION TOOL, it does an error.
why?
I make a socket udp and I use a DIALOG BOX that prompt the user with the billing information.
FAILED CON-03 ...
hello!
I have any problem with APS 2.3 and G729 codec.
APS uses a 24 byte G729 frame, in my streaming application I compress from 24 byte to 10 byte in according to the APS doc and g729...
hi,
I use a CMMFDescriptorBuffer to send pcm frame. i need ti insert a frame number. I have seen in Class CMMFDescriptorBuffer the metod FrameNumber() and SetFrameNumber(). where this information...
hello,
i use a "stack" of 10 cmmfDesciptorbuffer and i don't modify this until they are written. so i think that the MaoscBufferCopied il called once and then it stop.
the same code used with...
hi,
I'm using CMdaAudioInputStream to acquire directly amr frame. I use SetDataTypeL(...);
but when i pass the same frame to CMdaAudioOutputStream (it also is setted in amr mode with...