RomPatcher+ 2.6 Çıktı! [30.12.2010]

Sponsorlu Bağlantılar

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Aang67

Aang67

Üye
    Konu Sahibi
RomPatcher+ 2.6 Çıktı! [30.12.2010]
Bu yazı konunun altında verilen kaynak linkteki arkadaşın ağzından yazılmıştır ve tarafımdan İngilizcemin elverdiği kadarıyla bazı yerler Türkçeye çevrilmiştir. İleriki zamanlarda kalan yerleri de Türkçeleştirebilirim belki.

RomPatcher+ v2.6:
RomPatcher+, RomPatcher yazılımının ZoRn tarafından geliştirilmiş ve düzenlenmiş bir sürümüdür.
RomPatcher+'ı kullanmak Symbian cihazınızı özelleştirmeyi yeni bir seviyeye çıkarmayı mümkün kılmaktadır.




RP+ 2.6'yı aşağıdaki linkten indirebilirsiniz:


Change-Log RP > RP+
This is the list of the main differences in comparison with RomPatcher by ZoRn:
- New: support for compiled patches
- New: can dump the whole rom content to file \romdumpplus.dmp
- New: can dump the SuperPage content to file \superpage.dmp
- New: support for DomainSrv.exe autostart
- New: introduced new commands ord_rel, ord_snr which allow to patch DLL using ordinal
- New: can be integrated in cooked ROM firmware.
- New: it is now possible to apply/remove patches with just 1 click.
- New: added vertical scrollbar.
- New: introduced the new command "+SuperPage" which allow to patch the RAM area where is stored the SuperPage.
- New: introduced support for a new commands, info: return: error: check the demo1-4.rmp patches included.
- New: introduced #ifdef, #ifndef, #else, #endif, #define statements. This will allow to retrieve system values at runtime to create more flexible and powerful patches. Check the ReadMe_Macros.txt for all the details.
- New: you can search / filter the patches in the list. Just start typing the patch name to apply the filter.
- New: wildcard ?? support for patches.
- Fixed: Kern-Exec0 error when closing RomPatcher after a patch was applied.
- Fixed: doesn't unexpectedly crash when using large and complex patches.
- Fixed: RP+ can correcly patch contiguous shadow ram pages without any crash.
- Improved: the shadow ram memory is now fully released when a patch is removed.
- Improved: better compatibility (supports also the OmniaHD, 5630, E52 and probably future devices).
- Improved: the "Patch Info..." option shows all the information lines contained in the patch.


RP+ 2.6'yı forumlarda veya herhangi bir yerde paylaşmakta özgürsünüz, yalnızca bu yazılımın yapımcısı için aşağıdaki uyarı notunu eklemenizi rica ediyorum:


Uyarı: Eğer bu yazılımı beğendiyseniz bağış yaparak bizi destekleyin:
Change-Log RP+ v2.5 > v2.6:
+ New: Support for compiled patches (.RPP files) Patch-Makers can now distribuite compiled patches to protect their work. Use the "For Patch-Makers\CompileRMP.exe" to compile your .RMP patches in .RPP
+ Improved: Added DomainSrv.exe by wadowice. Must be installed manually, you can find it inside the "For Advanced Users" folder

RP+ Nasıl yüklenir?
There exists 2 different ways to install RomPatcher+ on your device:
1) If your phone has been already hacked to allow installation of unsigned .sis then just install RomPatcherPlus_2.4.sis
2) If your phone has not been hacked yet, you can create and flash a cooked fw following the steps below:
- Download all the original fw files using NaviFirm+
- Open the UDA fw file using NokiaCooker
- Insert the patcher.ldd and patcherShadow.ldd files in c:\sys\bin\ folder and press the Save button.
- Use Phoenix or JAF to flash the modded fw on your phone.
- Eventually, use your DevCert or OpenSigned Online to sign and install the RomPatcherPlus_2.4_LiteVersion.sis


Patch yapanlar için kullanışlı ipuçları:
Eğer patch'iniz RP+ v2.4 veya üzeri bir sürümün özelliklerinden faydalanıyorsa (ord_rel, ord_snr gibi) Patch'inizde aşağıda verilen kontrol komutunu kullanmanızı öneriyorum:

Kod:
#ifdef RP+VERSION_2.1
    #define NOT_COMPATIBLE
#endif

#ifdef RP+VERSION_2.2
    #define NOT_COMPATIBLE
#endif

#ifdef RP+VERSION_2.3
    #define NOT_COMPATIBLE
#endif

#ifdef NOT_COMPATIBLE
    error:Please update to RP+ v2.4 or above to use this patch!
#else
    ; your patch code goes here...
    ; your patch code goes here...
    ; your patch code goes here...
    ; your patch code goes here...
#endif
Thanks to:
- ZoRn for the original RomPatcher idea.
- FCA00000 for its brilliant brain.
- wadowice, templove, bugb, abgnokia, leftup, CODeRUS, Leonapapa, PNHT and others, for their contribution to the underground Symbian scene, keep up with the good job!
- megaexer for svg icon.


ben yalnızca bazı arkadaşlar anlama güçlüğü çekmesin diye İngilizcemin yettiği kadarı ile ufak bir yerini Türkçeleştirdim. Yakın zamanda kalan yerleri de Türkçeleştirebilirim belki. Hatalı yerler olursa beni uyarırsanız sevinirim.
 

Ekli dosyalar

  • Beğen
Tepkiler: handsome_10, Reşwan, WanteD_232 ve 9 diğerleri


Mehmet

Mehmet

Emekli Yönetici
teşekkürler
 

Newpronik

Üye
teşekkürler
 
mardok

mardok

Üye
teşekkürler
 
dangerousyaso

dangerousyaso

Üye
Bende nedense add to auto özelliği çalışmıyor.
 

kayalar3639852

Üye
bendede çalışmıyor daha detaylı bir açıklama yapılabilirdi arkadaşım
 
dangerousyaso

dangerousyaso

Üye
Her şeyi eleştirmek zorunda değiliz. Programı, yayınlayan arkadaş yapmamışki, daha detaylı ne kadar açıklayabilir?
 
Aang67

Aang67

Üye
    Konu Sahibi
Bir ara nasıl çalıştıracağınızı açıklarım. :oke:

Şu an işim var.
 
dangerousyaso

dangerousyaso

Üye
2 günde 2 güncelleme vay be. :) starter_non_critical_1.rsc 'ye mi eklememiz gerekiyor otomatik çalışması için?
 
By_AkA

By_AkA

Üye
teşekkürler...
 
By Y@VUZ

By Y@VUZ

Üye
Teşekkürler
 

ayhanseda

Üye
Menülerdeki konuları ayrıntlı bir kullanım özeti var mı?
 
efsane11900

efsane11900

Üye
teşekkrler n 73 te çalışır umarım
 
babay22

babay22

Üye
teşekkürler
 
Aang67

Aang67

Üye
    Konu Sahibi
2.6 sürümünün linkini ekledim.
 
r@sim

r@sim

Üye
eyvalah
 
gokkurt

gokkurt

Üye
son versiyonda çalışmadı :D (52.0.7)
 
Reşwan

Reşwan

Emekli Yönetici
Eyvallah teşekkürler
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...


Üst Alt