Maxiconsole , PSP homebrew downloads  , PSP themes , Wii themes , PS3 themes , DS themes

<<< The Web Hosting >>>


Go Back   Noeman GSM > Administration > Trash section

Notices

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-03-2008, 11:51 PM
Master
 
Join Date: Aug 2006
Posts: 77
Reputation: 123
msbaranga will become famous soon enoughmsbaranga will become famous soon enough
Default Bypass Symbian Signed & Install UnSigned SISX/J2ME Midlets on Nokia S60 v3

Here is some breaking news for Nokia S60 mobile users. The very much frustrating Symbian Signed security platform v9.2 has been exposed to hacks. No longer do you need to use tools such as SignSIS & DevCertRequestControl to get a certificate for installing applications. Users can now bypass the Symbian Signed certification check and install any unsigned or self-signed applications or software.

When installing native Symbian OS packages (.SISX files) onto a Nokia S60 mobile device, the code performing the installation (the Software Installer, sometimes referred to as SWI) first reads the settings in a policy file in the ROM (swipolicy.ini) to determine how the installation should proceed. Swipolicy.ini is configured by a device manufacturer prior to device shipping. On a phone, swipolicy.ini is located in z:\system\data\.

This hack involves modifying the swipolicy.ini in the ROM image when you do a firmware upgrade using a HEX Editor and then re-flashing the device with the altered permissions. You can read all about it at the Symbaali blog.

Important Note: This hack is not for the faint hearted and is known to brick a few models that perform a CRC check. Anything that you do following the article below is at your own risk and responsibility.

+ First update your S60 mobile phone using the software update tool.

+ It will download the binary image to C:\Documents and Settings\All Users\Application Data\Nokia\Nokia Service Layer\A\nsl_service_module_00001\ [Only Registered users can see links . Click Here To Register...]

+ Open the ROM image in a HEX editor such as WinHex

+ For Java J2ME midlets, look for the following text/string (can be found using search string midp2_rp.xpf near offset 0×2310000):

# midp2_rp.xpf
# Copyright (c) 2004-2005 By Symbian Software Ltd. All rights reserved.
# This file defines one possible interpretation of the MIDP2 Security RP security policy,
# but with a JTWIr1 compliant policy for untrusted MIDlet suites

FormatVersion: 1.0

# MIDlets in untrusted MIDlet suites need user permission before doing anything
DomainBindings: [UNTRUSTED]

FunctionGroupBinding: “Application Auto Invocation”
Permission: User
DefaultMode: Session
MaximumMode: Session
EndFunctionGroupBinding

FunctionGroupBinding: “Landmark”
Permission: User
DefaultMode: Session
MaximumMode: Session
EndFunctionGroupBinding
[…]

+ Change MaximumMode field for each permission you want to add such as Application Auto Invocation, Landmark, Local Connectivity, Messaging, etc to Blanket. If you want, you can also change the DefaultMode to Blanket and save the image.

+ Now run the software update again and it should re-flash the S60 device with your new, unrestricted permissions. You can test if the hack was successful by installing a Java J2ME midlet. You should see more permission options in the application manager (Select the midlet and Click Open).

+ For Nokia S60 SISX files, locate the swipolicy.ini in the ROM image (can be found using search string UserCapabilities, near offset offset 28251550):

AllowUnsigned = false
MandatePolicies = false
MandateCodeSigningExtension = false
Oid = 1.2.3.4.5.6
Oid = 2.3.4.5.6.7
DRMEnabled = true
DRMIntent = 3
OcspMandatory = false
OcspEnabled = true
AllowGrantUserCapabilities = true
AllowOrphanedOverwrite = true
UserCapabilities = NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment
AllowPackagePropagate = true
SISCompatibleIfNoTargetDevices = false
RunWaitTimeoutSeconds = 600
AllowRunOnInstallUninstall = false
DeletePreinstalledFilesOnUninstall = true
AlternativeCodeSigningOID = 1.3.6.1.4.1.94.1.49.1.2.2.1 1.3.6.1.4.1.94.1.49.1.2.2.5
PhoneTsyName = phonetsy

+ Next you need to download a free dd tool for windows such as one from here

+ Then extract the original text using dd by running the following command:

dd if=phonemodel.C01 of=filename.txt skip=28251550 bs=1 count=648

+ Remember to replace if, skip and count variables with the values of your own ROM image. The count variable is the size of the swipolicy.ini in your flash ROM image starting from AllowUnsigned till phonetsy.

+ Open the filename.txt and edit the UserCapabilities with

AllFiles DiskAdmin NetworkServices LocalServices ReadUserData WriteUserData ReadDeviceData WriteDeviceData UserEnvironment PowerMgmt MultimediaDD TrustedUI ProtServ NetworkControl SwEvent Location SurroundingsDD CommDD

As per one of the comments, you can also set UserCapabilities = All to include the full capability-set.

Ensure that the swipolicy.ini fragment matches the original byte count size that you had earlier. If it is more in size, you may have to remove some non-important attribute such as Oid = 1.2.3.4.5.6 at your own risk to ensure that the byte count matches. Hint: check the size of filename.txt in Windows explorer before importing.

+ Import the filename.txt back into the ROM image by running the following command:

dd if=filename.txt of=phonemodel.C01 seek=28251550 bs=1 count=648

Again remember to replace the of, seek and count variables for your ROM.

+ Now re-flash your mobile phone with NSU as you did earlier. You will find more functionalities that you don’t even get with a developer certificate.

After your phone is unlocked, you can add the AllFiles capability to Y-Browser that enables you to browse and view system and private files on your smartphone’s mobile file system.
Sponsored Links
  #2 (permalink)  
Old 02-03-2008, 03:02 AM
titan2005's Avatar
Signers TEAM
 
Join Date: Nov 2007
Age: 42
Posts: 655
Reputation: 10285
titan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Membertitan2005 Mega Super Member
Send a message via AIM to titan2005 Send a message via MSN to titan2005 Send a message via Yahoo to titan2005
Default

Most peoples here can't even do simple signing. Doubt they can do all this.
Good post anyway
__________________
  #3 (permalink)  
Old 02-03-2008, 03:09 AM
venom007's Avatar
Symbian Moderator
 
Join Date: Sep 2007
Location: I forgot it!
Age: 18
Posts: 2,309
Reputation: 44235
venom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Member
Default

I Prefer signing more than this.
1ce u have cert you will your app signed in 2 secs.
And also agree with titan.
And i want to say that there are very few who try such tricks inspite of knowing that they can loose their phone...
But thanks for info...
__________________



  #4 (permalink)  
Old 02-03-2008, 08:51 AM
ToJa92's Avatar
Noeman Helper
 
Join Date: Aug 2007
Location: \\skynet\
Age: 17
Posts: 1,561
Reputation: 42974
ToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super MemberToJa92 Mega Super Member
Default

I think this already has been posted somewhere here, but can't remember the name of the thread...
__________________
If you like this post please add rep by clicking on this icon in the top right corner of the post and then write something useful and press add to reputation.
Played recently:

Finally, N900!
  #5 (permalink)  
Old 02-03-2008, 09:33 AM
BlueRay's Avatar
Master
 
Join Date: Jul 2007
Location: India
Age: 21
Posts: 636
Reputation: 4886
BlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond reputeBlueRay has a reputation beyond repute
Default

Yups already posted
  #6 (permalink)  
Old 02-03-2008, 10:28 AM
Master
 
Join Date: Aug 2006
Posts: 77
Reputation: 123
msbaranga will become famous soon enoughmsbaranga will become famous soon enough
Default

Quote:
Originally Posted by venom007 View Post
I Prefer signing more than this.
1ce u have cert you will your app signed in 2 secs.
And also agree with titan.
And i want to say that there are very few who try such tricks inspite of knowing that they can loose their phone...
But thanks for info...
Yes, you're right but because there is a but, the symbiansigned is down for weeks and I don't know when it will be again available.

How do you obtain the .cer file?
Do you have a published id?

Thank you.
  #7 (permalink)  
Old 02-03-2008, 10:51 AM
Vip_blast's Avatar
~~ Let The Music Flow ~~
 
Join Date: Sep 2007
Location: In Mauritius ^^
Age: 17
Posts: 1,759
Reputation: 46806
Vip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super MemberVip_blast Mega Super Member
Send a message via MSN to Vip_blast
Default

That's nice, but too risky and complicated....I prefer take 10 secs of my life and get the app signed....hehe...
  #8 (permalink)  
Old 02-03-2008, 02:01 PM
Junior Member
 
Join Date: Feb 2008
Age: 23
Posts: 6
Reputation: 10
educmaia is on a distinguished road
Default

i want rocknscroll signed...i bought my n95 8gb yesterday...i dont haver cer and key files..i will try this
  #9 (permalink)  
Old 02-03-2008, 02:25 PM
venom007's Avatar
Symbian Moderator
 
Join Date: Sep 2007
Location: I forgot it!
Age: 18
Posts: 2,309
Reputation: 44235
venom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Membervenom007 Mega Super Member
Default

Quote:
Originally Posted by educmaia View Post
i want rocknscroll signed...i bought my n95 8gb yesterday...i dont haver cer and key files..i will try this

i dont prefer to do that coz your phone is new and if something wrong happened then you are gone...

better wait for few days untill symbian signed come in action..
__________________



  #10 (permalink)  
Old 02-03-2008, 02:36 PM
suemer's Avatar
Super Moderator
 
Join Date: Aug 2006
Location: noEMan
Posts: 15,981
Reputation: 131516
suemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Membersuemer Mega Super Member
Default

nice post
rep+++++++++++++++++++++++
__________________
Regards,
Suemer


|
Uploading usually costs a lot of time clicking on the reputation button only 2 seconds.
Be as fair and give reputation to the uploader.
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 07:57 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 2004-2009 Noeman . All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147