View Full Version : How to Sign an Unsigned Application for S60 3rd Edition Applications


Pages : [1] 2

hmx_ryan
7th Mar '07 Wed, 16:25
How to Sign an Unsigned Application

Got this info from my other forum.... As example, i have used the FExplorer... You can do the same on other applications...

1. Go to h**ps://www.symbiansigned.com and register a new account

2. Download and Extract the File in the

http://www.file2upload.com/file/35252/Signing-FEXplorer-rar.html


3. Install the DevCertRequest_30_10_2006_v2.0.exe in your PC

4. It's time to create the certification request: open the DevCertRequest application you just installed and fill in the fields like this:

http://img124.imageshack.us/img124/4579/sign41ab5.jpg

http://img112.imageshack.us/img112/2005/sign42cb3.jpg

Use the key you just downloaded ( sultan.key ).
Private keyfile password: 0123456

5. Go ahead to next steps and follow examples shown below:

http://img112.imageshack.us/img112/5170/sign5dq6.jpg

6. Insert your IMEI no. and add all application capabilities:

http://img156.imageshack.us/img156/2312/sign61vc6.jpg

http://img243.imageshack.us/img243/4679/sign62iw1.jpg

http://img241.imageshack.us/img241/7787/sign63ds5.jpg

7. Click on finish and your Certificate Request will be created.
You can find this file in the folder
C:\Program Files\Symbian OS Tools\Developer Certificate Request\xxxxxxx.csr
xxxxxxx = the name you have used in step 4 (in this tutorial : dzed.csr)

http://img149.imageshack.us/img149/1167/sign7ce3.jpg

8. Go back to Symbian Signed website and go to My Symbian Signed >>> Developer Certificates >>> Request
direct link: h**ps://www.symbiansigned.com/app/barclayhtml/devcert/requestupload.jsp

and upload the Certificate Request file you just created (in this tutorial : dzed.csr).

http://img208.imageshack.us/img208/2548/sign8pm5.jpg

9. Go to My Symbian Signed >>> Developer Certificates >>> My DevCert
direct link: h**ps://www.symbiansigned.com/app/page/devcert/certListdownload

and download your certificate (in this tutorial : dzed.cer) !

http://img294.imageshack.us/img294/5316/sign9zk5.jpg

10. Create a folder and place in FExplorer.sis, the certificate you downloaded from Symbian Signed website, Private Keyfile (sultan.key) and signsis.exe and auto_signsis.bat (you can find it in the archive attached above)

11. Open auto_signsis.bat with notepad
signsis FExplorer.sis FExplorer_signed.sis xxxxxx.cer sultan.key 0123456

(xxxxxx.cer is the certificate you created, and downloaded from Symbian Signed web site change it with yours)

example with this tutorial and the version downloaded :

signsis FExplorer_english_3ed_116b_unsigned.SIS FExplorer_signed.sis dzed.cer sultan.key 0123456

save auto_signsis.bat (do not use Save-As just Save)

12. double click on auto_signsis.bat This will create a new file called FExplorer_signed.sis (or whatever you want, just change the filename), install it and enjoy this great App

in this example, you'll install :
FExplorer_signed.sis

em0ter0
7th Mar '07 Wed, 16:30
ano difference ng signed sa hindi?

Narelle
7th Mar '07 Wed, 17:29
Yup!!!anong pagkakaiba??

em0ter0
7th Mar '07 Wed, 17:53
Yup!!!anong pagkakaiba??

hmm, :think:
ano kaya? e kung cracked naman na application mo, full na siya.. :)

so pag ginawa mo kaya ito kunwari sa isang trial version, cracked na rin siya? hmm, :think:

hmx_ryan
8th Mar '07 Thu, 11:09
General information about Symbian OS platform security

What is capability?

Capability is an access token that corresponds to permission to access sensitive system resources.

What is TCB?

TCB stands for "Trusted Computing Base." The trusted computing base consists of a number of architectural elements that cannot be subverted and that guarantee the integrity of the device. This trusted core runs with "Tcb" system capability. The components with Tcb capability have full access to file systems including reading/writing to \sys\bin.

What is SID?

SID stands for "Secure Identifier." It is a locally unique identifier that is used to determine which private directory a process can access. It is also used to identify the caller applications. The SID can be defined in the Mobile Media Platform (MMP) file as follows:

SECUREID <SID>

where <SID> should be replaced with your assigned SID. If SECUREID is not specified in the MMP file, the value of UID3 is also used as the SID. The usage of UID is as follows:

UID <UID2> <UID3>

where <UID3> should be replaced with your assigned SID if you don't specify SECUREID.

If neither is provided, both the UID3 and the SID will be 0. A Secure ID of zero means "undefined."

Is the SID generated by the Software Installer? If not, where do I get the SECUREID value for the MMP file?

An application's SID is defined within its .mmp file, and is used to uniquely identify the application. SID values are requested from the Symbian Signed Web site (www.symbiansigned.com). The Software Installer (SWI) is responsible for ensuring that SIDs are locally unique, i.e., that no two applications have the same SID value on a particular target device.

What is UID?

UID stands for "Unique Identifier." It can be defined in the MMP file as follows:

UID <UID2> <UID3>

The first UID is generated automatically, depending on the TARGETTYPE of the file, for example, EXE or DLL. UID2 may need to be a specific value for some kinds of DLLs, especially those used by plug-in frameworks. UID3 is used as the Secure ID if SECUREID is not specified in the MMP file. If it is specified, UID3 will be used to identify the applications as its original purpose.

What is the difference between SID and UID?

In the current implementation of platform security, UID3 is used as the SID if SECUREID is not specified in the MMP file. But

*The SID is used to determine which private directory a process can access. It is also used to identify the caller applications.
*The UID is used to uniquely identify an application.

Can the SID and UID3 of an application be different?

In the current implementation of platform security, UID3 is used as the SID if SECUREID is not specified in the .mmp file. However, the SID is used to determine which private directory a process can access as well as to identify the caller applications, whereas the UID is used to uniquely identify an application. It is theoretically possible that these two identifiers could have different values, but to avoid confusion Symbian recommends that a SECUREID not be specified in the application's MMP file; UID3 should always be specified instead.

How do SIDs relate to applications consisting of an EXE and a DLL? Are the SIDs of these the same?

The SID value is not relevant for DLLs because a process' SID will always be that of its EXE.

How is the SID of the calling EXE checked?

Calling RProcess::SecureId() returns the SID of a process. When doing interprocess communication (IPC), the TSecurityPolicy class can be used to specify a security policy consisting of both capability and SID checks.

What is VID?

VID stands for "Vendor Identifier," and it uniquely identifies the source of the application. The Vendor ID can be defined in the MMP file as follows:

VENDORID <VendorId>

* Unsigned applications will have an undefined VID (0).
* Signed applications from the same Vendor should have the same VID.
* If an application needs a VID, it must be certified; noncertified applications must use a VID of 0 (KNullUid), which is the value applied by default.
* The VID cannot be modified after building the application.

For example, the Nokia VID is 0x101FB657.

Why is the registration RSS file required? Where should it be located? What information should be specified in it?

An application registration file defines information about an application that is required by the application launcher or system shell. This includes the application's name, UID, and properties. Other information used by the shell, for instance the icons and captions, is defined separately; the location of the icon/caption definitions is provided in the registration file. Before Symbian OS v8.1, all of this information was provided by aif files. In Symbian OS v8.1, both aif files and registration files are supported, but from Symbian OS v9 (S60 3rd Edition) onwards, only registration files are supported.

A registration file is required by every application, even if it has default properties, icons, and a caption. At minimum, it must specify the application's UID and the name of the application's executable. All registration files are located in \private\10003a3f\import\apps, on the same drive as the application.

What are the locations where files used by the application should be installed?

Three completely new protected directories have been introduced because of platform security.

\sys

* All executable native code resides in \sys\bin.
* A flat directory - all EXE files, DLLs, etc. must have a different name.
* Tcb capability is required to modify the \sys contents.
* AllFiles capability is enough to read \sys (file browser, diagnostics tools).

\resource

* Read-only resource files are shared by (potentially) all applications.
* Applications without any capabilities can read these files.
* Tcb capability is required to modify the \resource contents.
* The Software Installer adds and updates these files, but nothing else.
* Subdirectories can be utilized to ensure file-name uniqueness.

\private

* \private\<SID> is the private directory of the process with the SID.
* Only the process with the same SID has full access to the directory.
* Other processes need the AllFiles capability to be able to access the directory.

These protected directories are located on either fixed or removable drives. All the other (previously used) directories are unprotected, so all applications in a device can access them.

Excerpts from:
http://www.forum.nokia.com/document/Forum_Nokia_Technical_Library/contents/FNTL/General_information_about_Symbian_OS_platform_secu rity.htm

For more information go to:
http://www.symbiansigned.com/

em0ter0
8th Mar '07 Thu, 11:11
kung ok lang, pwede pakisagot yung mga queries namin?

hmx_ryan
8th Mar '07 Thu, 13:25
Unsigned applications may still run on the phone but the consumer will receive warning messages or fail to initiate certain parts of the application if the application is based on any of the more sensitive API's that have been restricted through the use of DevCerts. In order to run properly on commercial phones, applications using restricted API's will have to be tested and signed through the Symbian Signed program.

Establish traceability of applications; the producer of any installation SIS file can always be determined

Provide verifiability of SIS files; a signed SIS file can’t be tampered with or altered without breaking the signature

Provide a measure of quality assurance for signed applications; before signing, an application must pass a set of standard, stringent test criteria

From version 9 of the Symbian OS (Series 60 version 3 and above, UIQ version 3 and above), SIS files that require capabilities must be signed, or they can’t be installed. An application with no capabilities can only perform very limited operations.

Symbian Signed process provides developers with the assurance that their applications can be delivered to customers without interference or tampering

It assures handset manufacturers and operators that new software installed on their products won’t negatively affect their performance

Well if its cr@cked by low level cracker then it might say unsigned

The conclusion is signed applications have been checked and tested and come from a verifiable source.

em0ter0
8th Mar '07 Thu, 13:37
ayun, ganun pala.. :)

pero tiwala naman ako sa binpda, hexpda, dotpda.. :)

:thanks: man..

so kunwari, nagdownload ako ng trial version ng opera pwede ko gawin ito para mafull?

magiging full time cracker na rin ako?
:D:D:D

hmx_ryan
8th Mar '07 Thu, 13:42
ayun, ganun pala.. :)

pero tiwala naman ako sa binpda, hexpda, dotpda.. :)

:thanks: man..

so kunwari, nagdownload ako ng trial version ng opera pwede ko gawin ito para mafull?


Hindi po... You still need a cracking skills so that you can bypass their product security... beside, its already signed by OPERA...

magiging full time cracker na rin ako?
:D:D:D

Might be if you have those skills that im talking about...... hehehehehe :D:D:D

em0ter0
8th Mar '07 Thu, 13:52
Hindi po... You still need a cracking skills so that you can bypass their product security... beside, its already signed by OPERA...


Might be if you have those skills that im talking about...... hehehehehe :D:D:D

:lol:

hehehe! ikaw andun ka na ba sa level ng BinPDA crackers? hehehe! :peace:

hmx_ryan
8th Mar '07 Thu, 13:56
hehehe... Wala nga ako kahit sa Kalingkingan nila... hehehe... NoOb pa rin... Tama na to... Baka ma-out of topic pa ang thread ko... Kulit mo...hehehehe :D:D:D:D:D:D:D

em0ter0
8th Mar '07 Thu, 14:11
hehehe... Wala nga ako kahit sa Kalingkingan nila... hehehe... NoOb pa rin... Tama na to... Baka ma-out of topic pa ang thread ko... Kulit mo...hehehehe :D:D:D:D:D:D:D

akala ko kanina parang cracking software na ito..
:D:D:D
sayang!!

em0ter0
27th Mar '07 Tue, 14:27
anyway, may question lang ako regarding sa signing na ito ah? san yung attachment na sinasabi mo na may kasamang sultan.key bro? wala naman?

hmx_ryan
27th Mar '07 Tue, 14:47
anyway, may question lang ako regarding sa signing na ito ah? san yung attachment na sinasabi mo na may kasamang sultan.key bro? wala naman?

Yung nasa Step 2... yung File2upload na link.... Download at extract mo yun....

em0ter0
27th Mar '07 Tue, 14:51
Yung nasa Step 2... yung File2upload na link.... Download at extract mo yun....

:lol: di ko napansin, binase ko kasi sa pinagkunan mo nito eh, wala kasi siya pinost na link dun.. hehehe!

Heneral ng Pnoy Mobb
15th Apr '07 Sun, 13:23
can anyone confirm if this app really works and what phone you using? salamat mga chong!

em0ter0
15th Apr '07 Sun, 13:46
can anyone confirm if this app really works and what phone you using? salamat mga chong!

ako pwede kong maconfirm na totoo nga ito.. :) nagawa ko na.. bigyan mo ako ng unsigned na application, tapos bigay ko signed version nito..[/center]

em0ter0
25th Apr '07 Wed, 21:14
ngayon alam ko na ang importance nito.. bro ryan, sensiya na sa mga questions ko sa first page.. :)

kakasign ko lang ng msdict.. :)

hmx_ryan
25th Apr '07 Wed, 22:03
Walang problema yan em0..naiintindihan kita..hehehe..dumaan din ako dyan..hehe..ü:)

em0ter0
25th Apr '07 Wed, 22:16
feeling ko kasi medyo sarcastic ang mga post ko dun eh.. :D
ganun din approach ko sa ibang forum sa post na ito eh.. kailangan pala ito.. :D
------------
anyway, san nga pala yung fexplorer dito? gusto ko na kalikutin!
ok na pala ulit ms dict ko.. :D

Fico
28th Apr '07 Sat, 00:16
ano ba benefits neto bro ??? hmm..

em0ter0
28th Apr '07 Sat, 02:02
ano ba benefits neto bro ??? hmm..

bro, useful ito sa mga third edition nokia phone owners.. hindi mo magagamit/maiinstall ang mga applications na iba like msdict kung hindi mo siya nasign..

magpapakitang error eh, certificate error.. :)

Fico
28th Apr '07 Sat, 02:07
Oic.. so etong signing of applications eh pang OS9 lang to??? nde affected ung OS7 and OS8 ?

Global360
17th May '07 Thu, 17:37
Sticky muna natin to para mabilis makita ng members :thumbsup:

ochoes21
1st Jun '07 Fri, 16:18
dude, d ko magets..pano pag yung app eh walang kasamang key? kahit na extract na? paano mo makukuha key niya?

em0ter0
1st Jun '07 Fri, 18:05
anong ibig mong sabihing walang kasamang key?

hmx_ryan
2nd Jun '07 Sat, 16:12
dude, d ko magets..pano pag yung app eh walang kasamang key? kahit na extract na? paano mo makukuha key niya?

isang key lang ang kailangan m0..pwd na itong key na nasa attachmnt..ang importante,makagawa ka ng symbian signed na certificate with your IMEI..at pag meron k na noon,sign ka lng ng sign ng app using that symbian signed certificate..okies :D

tigerwood
6th Jul '07 Fri, 09:42
bakit parang ang hirap mag request ng certification sa symbian signed? mag a upload na sana ako ng certficication file (csr), eto error pag click ko pa lang ng "request"?

Your request has failed. Reason:
Your are not enabled to request DevCerts. Please contact the system administrator.

Wala pa nga ako nai input na csr file.

em0ter0
7th Jul '07 Sat, 12:00
hindi kaya mali ang inaupload mong file? sa akin kasi kahit nung first time ko lang siyang gawin hindi ko naman naexperience ang ganyang error..

tigerwood
8th Jul '07 Sun, 00:50
wala pa nga akong ina upload na file.

em0ter0
20th Jul '07 Fri, 21:22
bakit kaya ganito na ang nagpapakita sa tuwing nagsasign ako? :think:

zeatwork
20th Jul '07 Fri, 22:12
bakit kaya ganito na ang nagpapakita sa tuwing nagsasign ako? :think:

ok na ang symbian signed ngaun

spit_f1re88
22nd Jul '07 Sun, 16:11
bakit laging access denied pag magreregister?


aw... dinisable nila ang registration.... pwede po bang makahiram ng account?

hmx_ryan
22nd Jul '07 Sun, 17:16
bakit kaya ganito na ang nagpapakita sa tuwing nagsasign ako? :think:

em0, nung naka-offline dati ang online signing ng symbian signed... try now at bumalik na ulit yung service... heheheh...pero sa ngayon, disabled pa rin ang new registration...:weep:

bakit laging access denied pag magreregister?


aw... dinisable nila ang registration.... pwede po bang makahiram ng account?

Post mo na lang dito yung nagawa mong CSR http://www.symbianize.com/showthread.php?goto=newpost&t=7515

tigerwood
22nd Jul '07 Sun, 21:49
paano ba ginagawa yung BIN key?

em0ter0
24th Jul '07 Tue, 21:56
kakatry ko lang ngayon magrequest, same error pa rin..

zeatwork
25th Jul '07 Wed, 04:25
kakatry ko lang ngayon magrequest, same error pa rin..


yung bin.key na gamit mo ay marami ang gumagamit...release ba ng b****a binsign?sure na marami users across the globe and gumagamit nyan...

em0ter0
25th Jul '07 Wed, 20:05
thanks zeatwork, pero hindi ata yun ang problema, baka sa app ang problema, kakasign ko ng bago, ok naman..

xtianxoow
5th Aug '07 Sun, 19:33
kuia help me..

gs2 q rin po nung rotateme app.

pero po

d po aq mkapag register sa symbiansigned.com

pde po ba sa inyo po magpagawa ng....

signed na rotatem0e app.??

please po..

e2 po serial num q

356260014665822

thank u poh..

ayangko
8th Aug '07 Wed, 00:35
sir em0ter0, congrats po for having succesfully signed your msdict. i can't acces po kasi yung sysmbiansigned. parang disabled ang new registration e. i've bin trying for more than a week now. please po, im desperate na kasi i've got a few days left of the trial version.

is it possible po ba na yung app (msdict) na na-signed na ninyo e mgamit kong pang-install sa unit ko?

please, please, please po.. :pray: :help: :pls:

tnx po!

ayangko
8th Aug '07 Wed, 00:40
sir hmx_ryan, is there any other way? please help naman po. i reaally can't get through symbiansigned.

:thanks: :thanks: :thanks:

smart41
11th Aug '07 Sat, 22:25
:yipee: part punta k naman mall para mapasalamatan kta sa personal thanks by da way.

:) hi bago pa po ako d2 na pansin ko mas ok d2 da best talaga ang mga pinoy

carloloi16
18th Aug '07 Sat, 09:06
mga tyong, y do u get this error message?

kozier17
20th Aug '07 Mon, 19:36
ung link po sa File2upload di na po existing pls pls plss:pray: pa-reupload or upload n lng sa symbianize for future use..ngyon lng kc ako ngka3rd generation phone...

hmx_ryan
20th Aug '07 Mon, 21:38
sir hmx_ryan, is there any other way? please help naman po. i reaally can't get through symbiansigned.

:thanks: :thanks: :thanks:

post mo lang dito yung CSR or IMEI mo

http://www.symbianize.com/showthread.php?goto=newpost&t=7515

cyberacks
7th Oct '07 Sun, 09:13
Ryan, bakit hndi ako mkapagregister ng new account sa www.symbiansigned.com? :help: naman kasi bawal daw ang domain ng yahoo at hotmail? paano b yun! tnx!

Global360
7th Oct '07 Sun, 09:16
Ryan, bakit hndi ako mkapagregister ng new account sa www.symbiansigned.com? (http://www.symbiansigned.com?) :help: naman kasi bawal daw ang domain ng yahoo at hotmail? paano b yun! tnx!

hindi po kasi cla tumatanggap ngayon ng publicly available email domains (e.g. gmail, yahoo, hotmail etc). Try ka ng ibang email add :)

fcukmadz
7th Oct '07 Sun, 16:18
pwede pa upload ulit ng http://www.file2upload.com/file/35252/Signing-FEXplorer-rar.html

fcukmadz
7th Oct '07 Sun, 16:32
may alam akong domain email na libre kaso hindi pwdeng ipamigay... hehehehe

cyberacks
7th Oct '07 Sun, 21:23
hindi po kasi cla tumatanggap ngayon ng publicly available email domains (e.g. gmail, yahoo, hotmail etc). Try ka ng ibang email add :)

kuya global ano p bng mga domain ang pede? dami n kasing expire n crtificate ng phone q eh!tnx po!

DRAGLORD
8th Oct '07 Mon, 21:17
try mo gumawa ng account sa mocospace un nagawa ko at natanggap nila un eadd ko galing moco. hehe:clap:

pochologavino
10th Oct '07 Wed, 14:51
sir ryan nageerror yung ceretificate ko pwede ba ulit humingi ng cert? gumawa na din ako ng bago csr. hope you could help me again pls po...:pray:
IMEI 356438012528487

hmx_ryan
10th Oct '07 Wed, 14:55
sir ryan nageerror yung ceretificate ko pwede ba ulit humingi ng cert? gumawa na din ako ng bago csr. hope you could help me again pls po...:pray:
IMEI 356438012528487

Gagawa talaga ako ng bagong certificate para sayo..kaso, hindi ko ma-access ang Symbian Signed sa ngayon... I'll try tomorrow...

hyperkeios
26th Oct '07 Fri, 21:19
waaaa, deadlink na po yung file2upload... di ako makagawa ng csr ko... pakiupload po ulit please!!!

HARRYEZRAH
30th Oct '07 Tue, 15:48
Sir Na Download Ko Na Yung Ipinapadownload Nyo Kaya Lang Di Ko Mahanap Ang Private Key .key File Saan Ba Yan Kunin???

bantz03
12th Nov '07 Mon, 11:00
deal link nga eh pwede bang magbigay ulit kayo ng link kasi dedz ang link :(

hmx_ryan
12th Nov '07 Mon, 12:39
deal link nga eh pwede bang magbigay ulit kayo ng link kasi dedz ang link :(

waaaa, deadlink na po yung file2upload... di ako makagawa ng csr ko... pakiupload po ulit please!!!

Naka-attached na yung file mismo.. DL nyo na lang dito sa SYmb huwag na sa File2upload...okies? :D

dupackz
16th Nov '07 Fri, 19:07
pwede din po ba ako magpagawa ng cetificate n73 po
imei:356406010830528

marami pong salamat

:salute:

sher
19th Nov '07 Mon, 13:25
:( huhu, pano ba to? :weep:

ayaw mainstall nung dev cert na dinownload ko.. so khit step 1, ndi ko mgwa :(
heeelp! huhuhu!

:weep::weep::weep:

rastaman
12th Dec '07 Wed, 00:20
success!!!! i was able to sign my aadvance device locks!!!! whew perseverance talaga:pray:

more power

mag neto
16th Dec '07 Sun, 00:04
Mga Master christmas naman baka pwede din po magpagawa ng certificate ng aking N95 8GB pls po di ako makadownload eh lagi certificate error..

IMEI::356983011229405

Salamat po sa gagawa. :help::help::help::help::help::help:

chryztyn
18th Dec '07 Tue, 14:20
para san ba to? saka bakit kailangan mag pa sign? :think:

trickz06
21st Dec '07 Fri, 01:52
sir help hindi ako makaregister huhu:weep:

sir, brief discussion naman dyan.. hindi ko po magets kasi cert. signing..

para saan po ba yun?

TIA!!

mag neto
21st Dec '07 Fri, 15:43
sir help hindi ako makaregister huhu:weep:

sir, brief discussion naman dyan.. hindi ko po magets kasi cert. signing..

para saan po ba yun?

TIA!!

Anong unit ba ng phone mo?

trickz06
22nd Dec '07 Sat, 00:24
n95 po sir..

trickz06
22nd Dec '07 Sat, 00:41
panu po nagawa ceftificate file?..

anu po yung certificate file?

kyleartbow
25th Dec '07 Tue, 01:24
Hi! Updated firmware ko ng N73 Music Edition. Kapag ini-install ko ang isang application using this instruction, may warning na nakalagay run sa phone ko saying "This application is still in development and may harm your phone..." parang ganun.

Ganun ba talaga? Kasi I did this with my Mom's 6120 classic and wala namang lumabas na ganun. Thanks.

EmoKid
11th Jan '08 Fri, 13:09
ako po mga sir bka po pde din po ko pgwa ng certificate

Phone Model: Nokia E61
IMEI: 356213000476209

tnx po in advance :excited:

tekla4
13th Jan '08 Sun, 21:57
san po ba makukuha yong IMEI ng celpon, di ko talaga magets e, tagal ko ng pinag-aaralan ito di ko talaga makuha, help naman po!!

chabelle
13th Jan '08 Sun, 22:36
san po ba makukuha yong IMEI ng celpon, di ko talaga magets e, tagal ko ng pinag-aaralan ito di ko talaga makuha, help naman po!!

dial *#06#

tekla4
13th Jan '08 Sun, 23:36
thank U poh, e yong tungkol naman po sa certificate, papano po yon???
baka naman po pwede pagawa ng certificate pls.??

Celphone Model: Nokia N73
IMEI : 356406015283640

chabelle
14th Jan '08 Mon, 07:23
thank U poh, e yong tungkol naman po sa certificate, papano po yon???
baka naman po pwede pagawa ng certificate pls.??

Celphone Model: Nokia N73
IMEI : 356406015283640

Here (http://www.symbianize.com/showthread.php?t=7515) po..

tekla4
14th Jan '08 Mon, 15:05
baket po ganon di ako makapag create ng account sa symbiansigned.com. pano ba yon??? patulong naman po pls.

hmx_ryan
14th Jan '08 Mon, 15:30
thank U poh, e yong tungkol naman po sa certificate, papano po yon???
baka naman po pwede pagawa ng certificate pls.??

Celphone Model: Nokia N73
IMEI : 356406015283640

You can get your certificate HERE (http://www.symbianize.com/showthread.php?p=341303&posted=1#post341303)

baket po ganon di ako makapag create ng account sa symbiansigned.com. pano ba yon??? patulong naman po pls.

Hindi ka makakapagcreate using Yahoo, GMail, Hotmail, etc na mga email address.... kailangan mo talaga ng COMPANY Email add...

tekla4
14th Jan '08 Mon, 15:34
ay kaya naman po pala, sumakit na ulo ko kakaisip kung baket di ako makapag register e, buti na lang po nandyan kayo, thanks!!!

richild
17th Jan '08 Thu, 22:45
parang ang hirap naman daming proseso..... ask ko lang po wala bang pwedeng idownload na signed already n feexplorer? tanong lang ha

chabelle
18th Jan '08 Fri, 07:33
parang ang hirap naman daming proseso..... ask ko lang po wala bang pwedeng idownload na signed already n feexplorer? tanong lang ha

You can request it here (http://www.symbianize.com/showthread.php?t=7515) :salute:

nonsenselyf
24th Jan '08 Thu, 02:02
sir hmx_ryan, sir help naman po on how to install FExplorer. saket na po ulo ko dun. hindi ko po masigned yung FExplorer gamet po yung binigay nyong certificate po sir. plz po help naman po. plz po sir help po.

beh_botehnga
26th Jan '08 Sat, 18:35
sa mga hindi makapag create ng account sa symbiansigned.com dahil walang corporate email, pwede kayong mag register sa http://www.2ip.com for free email. :thumbsup:

MelvinMabiling
3rd Feb '08 Sun, 15:11
bakit kailangan pa po isigned ang mga application?

whodoes16
4th Feb '08 Mon, 15:28
^para mainstall mo.. kasi di tatanggapin ng phone yung hindi signed na apps eh..

whodoes16
4th Feb '08 Mon, 15:54
bakit nagkakaganito??

-->Your request has failed. Reason:
Only one IMEI allowed in certificate request

DIAR
14th Feb '08 Thu, 16:29
bigay naman kau ng sites na pdeng gamitin pang reg sa symbian signed .. di na pde mocospace ehh

DIAR
14th Feb '08 Thu, 23:26
anu.. parang iba ung turo ahh.. iba na ata ung symbian signed.com paano na magupload??

Wandy
18th Feb '08 Mon, 12:26
Your email has address has been rejected as we do not accept registrations from publicly available email domains (e.g. gmail, yahoo, hotmail etc).


ang lumalabas pag nag register ako, help pls

DIAR
18th Feb '08 Mon, 21:11
try mo sa http://www.2ip.com/home.php

OoOhHhNiN
19th Feb '08 Tue, 01:36
Guys help naman! bakit inde nag-aapear sa akin ung signed application pag ginagamit ko ung 3 step signer? may lumalabas na promt window na "file has been signed and save in (location)" pero pag hinanap ko dun sa folder na naka indicate sa prompt window wala naman. isang beses lang bang pedeng gamitin sa isang certificate? or pedeng certificate sa iba't ibang application?

baka pede nyo po akong tulungan sa problema ko :pray:

Wandy
20th Feb '08 Wed, 09:07
Step no. 8, d nag appear sa site yung pang upload grrrr

hmx_ryan
20th Feb '08 Wed, 14:46
Guys help naman! bakit inde nag-aapear sa akin ung signed application pag ginagamit ko ung 3 step signer? may lumalabas na promt window na "file has been signed and save in (location)" pero pag hinanap ko dun sa folder na naka indicate sa prompt window wala naman. isang beses lang bang pedeng gamitin sa isang certificate? or pedeng certificate sa iba't ibang application?

baka pede nyo po akong tulungan sa problema ko :pray:

Guys help naman! bakit inde nag-aapear sa akin ung signed application pag ginagamit ko ung 3 step signer? may lumalabas na promt window na "file has been signed and save in (location)" pero pag hinanap ko dun sa folder na naka indicate sa prompt window wala naman.

Try to check the filename ng gusto mong i-sign na app... Make sure na maikli lang ito at walang spaces.

isang beses lang bang pedeng gamitin sa isang certificate? or pedeng certificate sa iba't ibang application?
Nope, Kahit ilang beses mo pang gamitin ang certificate mo as long as hindi pa sya nag-e-expire sa kahit anung UNSIGNED application....:D

Wandy
20th Feb '08 Wed, 15:01
hmx_ryan help pa sign ng feexplorer saka quickoffice

hmx_ryan
20th Feb '08 Wed, 15:26
hmx_ryan help pa sign ng feexplorer saka quickoffice

:hi: wandy, please post your IMEI in Request your Symbian Signed Certificates here... (http://www.symbianize.com/showthread.php?t=7515) We will do our best na makagawa ng Certificate mo pag nag-online na ang Symbian Signed... Post mo na lang agad IMEI mo dun para masali ka sa mga dapat uunahin kasi hanngang 5 certificates lang ang pwedeng i-sign per day and we follow first come first serve policy... :D

eduard816
3rd Mar '08 Mon, 13:40
:help: :help: :help:

kuya, hindi ak0 mkpagregister ng bagong account sa symbianizesigned.com eh,, tpos tnry ko po ung website para madownload ung program, file is not found ung sabi ehh,,

kung pwedi po gawa nyo na lang po ako ng certificate para Fexplorer na comptaible sa n73 ko poh, eto ung IMEI ko po,,

351851010115674

:thanks:

hkchamp
9th Mar '08 Sun, 13:49
pano na gamitn ang symbian signed? iba na kasi yung open signed e

asphel
12th Mar '08 Wed, 09:03
sir bakit ayaw lumabas sa screen ko DevCertRequest_30_10_2006_v2.0.exe? nakapagdownload na ako eh double click ako ng double click walang nagaapear.. pls help mga sir!

asphel
12th Mar '08 Wed, 20:05
up ko lang po post ko..

chabelle
12th Mar '08 Wed, 21:38
sir bakit ayaw lumabas sa screen ko DevCertRequest_30_10_2006_v2.0.exe? nakapagdownload na ako eh double click ako ng double click walang nagaapear.. pls help mga sir!

Hayan.. inattached ko po baka ma dl mo na. tapos unzip mo then install. Ano browser use mo? try other browsers.

asphel
13th Mar '08 Thu, 07:39
sir chabble maraming salamat working na siya! Thanks talaga god bless!

asphel
13th Mar '08 Thu, 23:51
bakit ganun kapag ngregister ako sa symbianed sign ganito ang lumalabas "Given activation hash wasn't sent to the provided email address." pls help noob lang po.

chabelle
14th Mar '08 Fri, 11:40
bakit ganun kapag ngregister ako sa symbianed sign ganito ang lumalabas "Given activation hash wasn't sent to the provided email address." pls help noob lang po.

Hindi pa pwedeng mag request for cert sa symbiansigned for now. For the meantime, see the list of appz here (http://www.symbianize.com/showthread.php?t=44283) na pwede mong ma sign online. for now, wala pa tayong magawa but to wait kung kailan balik ulit ng symbiansigned ang pag request.

cyberacks
18th Mar '08 Tue, 21:31
:weep: bawal pang magrequest! sayang...