Андрей Пинаевский

Интересные сайты

Посетители

Календарь

<
Май 2012
>
ПнВтСрЧтПтСбВс
 123456
78910111213
14151617181920
21222324252627
28293031
Подписка

E-mail: 

Операционная система вашего телефона

Результаты опроса
Топ комментаторов

pinav Андрей Пинаевский
Комментарии: 13

Программа для показа пого...
566 дней назад 29.10.2010 15:24:48

802 дня назад 07.03.2010 10:24:04

803 дня назад 07.03.2010 02:26:27
Для того, чтоб вам постав...
828 дней назад 10.02.2010 02:01:01
  1. Find C or D:\p...
828 дней назад 09.02.2010 17:01:25
Другие сайты

admin572 Ночной чат
trene2 rap
alexwolf1968 Алматымебель Удодов
wolfishlair Владислав Леонов
otorvanye Max Zim
Комментируемые записи

Вернуться на главнуюАндрей Пинаевский / Форум / О смартфонах UIQ3 / Секреты и все такое

Секреты и все такое

Создать темуСоздать тему | К списку

ДобавилТекст

pinav Отправить сообщение
Андрей Пинаевский
Секреты и все такое
828 дней назад 09.02.2010 15:03:16 Цитата('5151976','5151976','6','1322')">Сообщить о спаме

Здесь обсуждаем модификацию этой замечательной платформы



Комментарии: 12 Просмотров: 2001

pinav Отправить сообщение
Андрей Пинаевский
Formatting drive С
828 дней назад 09.02.2010 15:20:46 Цитата('5151976','5151976','6','1324')">Сообщить о спаме

1.power on your phone.when your phone are booting,there will be a loading bar.
2.keep pressing: (up,*,down,down,*,down,*) as mush as you can before you get into phone on/flight mode option.
3.if succesful, when you get into phone on/flight mode option,service menus will appear.
4.choose format internal disk.
5.it's done!


pinav Отправить сообщение
Андрей Пинаевский
UIQ3 System Files
828 дней назад 09.02.2010 15:34:29 Цитата('5151976','5151976','6','1325')">Сообщить о спаме

1- *.EXE (EPOC)
These files are executable app files with "Epoc" header within. C++ codes are in here. Modding these files are very hard.

2- *.Dll files
These are Dynamic Library files. They contain additional codes for running apps and services. Modding dll s is depended on dll file, maybe just an easy HEX editing or a complicated one.

3- *.Rsc
These HEX files are used in a lot of places. They contain application attributes, App names, Menus and texts within application, Icon addresses, ....
Most mods are done with resource files, they can be edited easily by HEX editors but the problem is which code to edit? and change value to what? Answering these questions takes time and energy.

4- *.ini
Apps usually store their settings in a .ini file. They can be HEX or a simple text file.

5- *.dat
Some application use this type of files to store their settings, reg serials, etc. they are usually HEX files to avoid user to modify them easily but some may contain text and so they can be edited easily.

6- *.xml
Media Player, Walkman, Kastor server (server which controls Walkman animations and transitions),... use xml to store orders of a visualization, how to scroll,.... Some other apps like core player use xml to store their settings too. XML is easy to edit with notepad++. it's the same Extensible Markup Language which is used in web developing.

7- *.Rx (x is a number)
Applications with UK English have .RSC for their UI menus but if you select other languages app will use .Rx files, for e.g when changing phone's language to Farsi, .Rx will be .R50 and OS will use .R50's instead of .RSC.
This can be used to remove mods that can't be removed normally.

8- * .db
Data Base files, for e.g. Walkman stores path of files and their rating in a .db file for quick access.

These are common files in UIQ3 OS, some applications may use other extensions for their reg data or settings but all of them obey they same symbian rules.


pinav Отправить сообщение
Андрей Пинаевский
System Folders:
828 дней назад 09.02.2010 15:35:45 Цитата('5151976','5151976','6','1326')">Сообщить о спаме

"Private" All applications have settings, registration info and files needed by app to run, Private folder usually stores these data in it. Every app has a unique 'UID' that helps OS to recognize it. Folders inside Private names will be generated from app UID.

"Resource"
"Resource\Apps" Any app also have a icon, menu and elements inside, these files are stored in Resource\Apps folder. These files have '*.rsc', '*_loc.rsc*' & '*.mbm' extensions.

- "Resource\Plugins" files in this folder will help OS to recognize services, file accosiates for apps,...

- "Resource\Help" contains help files for installed apps.

- "Resource\Fonts" user desired fonts for UI (User interface) will be in this folder.
- "Resource\LSCONLIB", "Resource\MPSAudioLIB", "Resource\Tele", "Resource\ZSBILB", "Resource\ZSBMSGLIB", "Resource\WPSPlaybackiconsLIB", "Resource\Fonts" & "Resource\ZSBTELELIB" are folders that contain *.mbm files for user cusomized status-bar icons.

- "Resource\ZSBPOPUPMENU" is folder for User customized pop-up menu.

"Shared"
Some misc. data are stored here, like some app reg keys, Walkman3 Visualizations (Only on P1), MMS tamplates & some app settings.

"Sys" This is the heart of OS!
- "Sys\Bin" all application .EXE & .Dll files are stored in here.
- "Sys\Hash" Hash files for apps are stored in this one.
- "Sys\Install\Sisregistry" It's not like Windows registry! As I see from Hex files these files tell OS what files that each installed app has copied are.
- "Sys\UnInstall" Contains uninstall data for installed apps.

"System" This folder store some other misc. data. like web app cache, temp files, installed Midlets uninstall info,...

Notes:
1- We are not supposed to have access to Private, Resource, Sys folders but thanks to CapSwitch we HAVE Access !
2- For Usual mod job we are working with Resource, Resource\Apps & Private folders.


pinav Отправить сообщение
Андрей Пинаевский
Appendix !
828 дней назад 09.02.2010 15:36:58 Цитата('5151976','5151976','6','1327')">Сообщить о спаме

Re: Know UIQ3 System Files & Folder - 06-01-2009, 12:51 PM
Appendix !
OS = Operation System
UIQ = User Interface Qwartz
UI = User Interface
RSC = short form of Resource
EXE = short form of Execute
Dll = Dynamic-link library
XML = Extensible Markup Language
DB = short form of Data base
NAND = one kind of electronic Memories.
ROM = Read only memory
RAM = Random Access Memory
ARM = a 32-bit RISC processor architecture developed for portable devices
QWERTY-Z = most used keyboard layout on English-language computer and typewriter keyboards.


pinav Отправить сообщение
Андрей Пинаевский
Hidden Orphans and Spare menu enable
828 дней назад 09.02.2010 15:50:13 Цитата('5151976','5151976','6','1328')">Сообщить о спаме

Open qctrlpnl.RSC with HEX Editor (Hex Workshop or x-plore)

and...

Find: 0D02 0000 0020 0000 0000 0000 0005 05

replace - 0D02 0000 0000 0000 0000 0000 0005 05

Find: 0D03 0000 0020 0000 0000 0000 000D 0D

replace - 0D03 0000 0000 0000 0000 0000 000D 0D


and save...


pinav Отправить сообщение
Андрей Пинаевский
Exit button for UIQ3 apps
828 дней назад 09.02.2010 16:11:08 Цитата('5151976','5151976','6','1330')">Сообщить о спаме

ORIGINAL FILE                    

 

COMPLETE MODIFICATION    

 


pinav Отправить сообщение
Андрей Пинаевский
Add Autostart function for any application
828 дней назад 09.02.2010 16:30:46 Цитата('5151976','5151976','6','1331')">Сообщить о спаме

1. Need SIS Contents - link: Download SISContents 1.0.5
2. Open SIS file with SIS Contents
3. Tools - Edit Package and click Contents button
4. Add application exe 4 capabilities: ReadDeviceData, WriteDeviceData, ReadUserData, WriteUserData [THIS IS MINIMUM CAPABILITIES]
5. Open notepad, and write app name eg.: AutoCam.exe and save as to AutoCam.ast
6. SIS Contents Click Content button and click Add Entry - Add file Entry
7. Choose AutoCam.ast - Target: c:\private\10274b9f\import\AutoCam.ast
8. OK and Save as SIS File...

 


pinav Отправить сообщение
Андрей Пинаевский
Main Menu [caption] MOD
828 дней назад 09.02.2010 16:48:35 Цитата('5151976','5151976','6','1332')">Сообщить о спаме

How to:

Edit c:\Resource\Apps\alaunch.rsc with hex editor [HEX Workshop]
Find this code: 1B C0 08 07 1B C0 08 07
Replace: 19 C0 08 07 19 C0 08 07

and save...

How to edit/replace alaunch.rsc???

Kill Standby application:

Start Swiss Man Pro
Memory Reclaim button (Before set Level3)
(shut down standby app)

 


pinav Отправить сообщение
Андрей Пинаевский
Intalled Apps move to Control Panel
828 дней назад 09.02.2010 17:01:25 Цитата('5151976','5151976','6','1333')">Сообщить о спаме

 

1. Find C or D:\private\10003a3f\import\apps folder
2. Edit ***_reg.rsc with x-plore or PC [hex editor]
3. Find app name
4. After app name se 2 byte: usually 05 00
5. Replace 05 00 to 05 02 and save...

PS: Hide app code: 19 00


pinav Отправить сообщение
Андрей Пинаевский
Взлом прошивки
828 дней назад 10.02.2010 02:01:01 Цитата('5151976','5151976','6','1334')">Сообщить о спаме

Для того, чтоб вам поставить большинство программ вам понадобится, как и на всей линейке устройств symbian 9, личный сертификат и эта нудная подпись каждой програмки. Есть способ избавиться от этого, нужно взломать прошивку. УУУУ, как страшно это всё звучит, но на деле это всё очень просто, главное иметь прямые руки и свежую голову. Итак первым делом нам понадобится програмка capsswitch, installserver, и пара фаилов (все есть в фаил архиве в папке взлом системы)


pinav Отправить сообщение
Андрей Пинаевский
открытка
803 дня назад 07.03.2010 02:26:27 Цитата('5151976','5151976','6','1338')">Сообщить о спаме


pinav Отправить сообщение
Андрей Пинаевский
при
802 дня назад 07.03.2010 10:24:04 Цитата('5151976','5151976','6','1339')">Сообщить о спаме


Имя Пароль
расширенный... ( / Регистрация )

Тема

В тексте можно использовать Wiki или HTML теги




Кто на сайте?

Анонимные: 6, Зарегистрированные: 0 (?)
Жалоба | Размещено на MyLivePage | | Design by Ivan | © Kolobok smiles, Aiwan