Hi, as the title said I would like to open archive file in Symbian C++ and extract the contain, file such as .zip, .rar or even .jar. Is there a library to achieve this? I'm hoping to do this in S60...
Type: Posts; User: farewellwish; Keyword(s):
Hi, as the title said I would like to open archive file in Symbian C++ and extract the contain, file such as .zip, .rar or even .jar. Is there a library to achieve this? I'm hoping to do this in S60...
Still need this, does anyone have any idea?
How do I download the sis file I signed before from Symbian Signed? There is a submissions section with the list of my submission history and also a empty download field at the bottom. But I still...
What would happen to the current account? Will it be move to the new service or do we have to apply for a new account ; since the new one need to tie Publisher ID.
Symbianyucca can you help me here, I don't think I have any problem with the code on opening the file, so is it possible be capability or UID problem?
It work fine when I use Y-Browser or the phone default File Manager when I open it. Following is the .htm file I was opening.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
I can access the internet just fine, but I don't think I need it. Because the .htm file I open didn't really need internet access, the link I click just link different part of the same .htm file.
I tried RApaLsSession and it work fine and able to open common file without any problem, but I got another problem when I tried to open a .htm file; it did open but when I click the link it response...
Hi, I want to open file such .png, .mp3, .txt, .3gp and many more using phone default app, something similer to QDesktopServices. What api I can use to help me achieve that?
Okay.
Thanks guys I think I grasp how it work, I'll post something if encounter any further problem (hope not).
Here is where I got the sample code if anyone else want to do something...
Thanks, thats what I'm missing.
I know how to delete the signal, but how can I make sure the subscriber receive the signal before I delete it, since I can't delete right after I set it, the...
@SymbianYucca
Thanks, just did. I manage to compile the example without error. But some how didn't get any response, it always end with KErrNotFound any idea why? And does the publisher or...
What do I use if I want a .exe communicate with another .exe. Is there something like a signal I can use to send something over to notified it. Both .exe are on the same phone, I just want to send...
It will always prompt user to select IAP on every connection if you didn't use TCommDbConnPref.
Really need help on this, or is there another way to do webview?
I manage to create a webview using the Borser Control api, but have problem navigate on it. How do I pass the control to the webview, or even add a cursor to help my navigation?
The Browser...
Still not getting the range of byte I request, I've tried setting "10-" and "10-20" on ERange, but still getting the full file; and server still return status 200 rather than 206. Other than...
I want to continue the download if it was cut off half way. I'm trying to use ERange on my header to start from set range, but still getting the full content. Try to start getting the content at 10th...
So I can use RHTTPTransaction to get the transaction url and match with the file I'm downloading? Just want to confirm my approach, and when I make multiple http request does my MHFRunL access...
Currently I'm using the MHFRunL in MHTTPTransactionCallback to build my file, which is trigger by http transaction. And that where I'm stuck at, I can't make multiple request at the same time because...
Still need help on this, thanks.
I think I meant parallel, or download more than one file at the same time. Downloading file one by one should be no problem, I was able to download single file; I just need to change the link and...
Thanks. Let me rephase the question, just to make sure. I mean download multiple file at the same time.
I manage to download a file using RHTTPTransaction get, but can download multiple file be done using RHTTPTransaction? The problem I'm having is only able to open one connection at a time.
edit: ...
Yes, I've look at example in here
http://discussion.forum.nokia.com/forum/showthread.php?204253-RProperty-exception
// begin by chen
TInt err(KErrNone);
// Define RProperty key
TUint...