motofan logo
       
> 

Создание своих тем *.hme, как?

LapTM
сообщение 23.1.2005, 11:38


Новичок
*

Группа: Пользователи
Сообщений: 14
Регистрация: 23.1.2005
Из: Столица
Пользователь №: 35 669
Модель телефона: MPx 200
Прошивка: WM2003

Рейтинг: 0



Расскажите, как сделать самому тему, читал на нескольких форумах, единственное, что нашел это Theme Generator,но им ничего не получается angry.gif . Theme Generator делает темы *.tsk я его закидываю в тел, он пишет сохраните, сохраняю, захожу в Хоум Экран -> Цветовая схема, ставлю, выхожу. Тел выдает мне цвета, которые я даже близко не ставил в Theme Generator. Еше на рабочем столе он оставляет ту картинку, которая была. Под курсором не видно надписи <_< и вапще ни черта не получается, расскажите как и чо делакть :(
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
Parel
сообщение 24.1.2005, 1:32


Новичок
*

Группа: Пользователи
Сообщений: 6
Регистрация: 11.11.2004
Из: Москва,Ю.Бутово
Пользователь №: 20 467
Модель телефона: Motorola ROKR E6
Прошивка: последняя версия :)

Рейтинг: 0



Не парься,чувак!
Научись править *hml и всё у тебя получится!
Если хочешь,научу.Пиши на мыло.
----------------------------
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
Борменталь
сообщение 24.1.2005, 10:16


Новичок
*

Группа: Пользователи
Сообщений: 1
Регистрация: 21.12.2004
Пользователь №: 28 631
Модель телефона: MPx200
Прошивка: 2003

Рейтинг: 0



Цитата из
_http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/windowsmobile.asp
-------------
Packaging the Home Screen
Now you're ready to create the Information File and package the application in a .cab file.

New Home screen layouts can be delivered to a Smartphone 2002 in the form of download cabinet files (.cabs). The process for creating a Home screen .cab file is as follows:

Include the scheme file that you created for the device, including a bitmap file for the background image, if appropriate.
Create an Information file (INF) that describes where each file should be placed on the device. The INF file will be read by the CABWizSP utility.
Use CABWizSP to generate a .cab file, and then change the extension of the file to .hme. Home Screen layouts use the .hme extension instead of the .cab extension.
Send the .hme file to the device. These files can be downloaded to the device by using Pocket Internet Explorer, or they can be loaded off a MultiMediaCard that is equipped with an autorun application. In addition, .hme files can be added to the device via e-mail attachments.
Creating an Information File
The Information file (INF) describes installation tasks, such as where the files should be placed when the .cab file is installed and which registry keys should be created or modified. The following examples illustrate a typical INF file that is used to install a home screen.

INF Example 1
This example installs a background image and a color scheme:

[Version]
Signature = "$Windows NT$" ; required as-is
Provider = "Microsoft" ; full app name will be
"<Provider> <AppName>"
CESignature = "$Windows CE$" ; required as-is

[CEStrings]
AppName = "Tulips Scheme" ; full app name will be
"<Provider> <AppName>"

[CEDevice.ARM720]
ProcessorType = 0

[SourceDisksNames] ; Location of files to
1 = ,"Common files",,. include. They are
in the current directory.

[SourceDisksFiles]
tulips.jpg = 1
yellow.scheme.xml = 1

[DefaultInstall]
CopyFiles = CopyToHomeDir

[DestinationDirs]
CopyToHomeDir = 0,%CE19%\Home

[CopyToHomeDir]
"Tulips.jpg",tulips.jpg
"yellow.scheme.xml",yellow.scheme.xml

INF Example 2
This example installs a background image, color scheme, and layout:

[Version]
Signature = "$Windows NT$" ; required as-is
Provider = "Microsoft" ; full app name will be
"<Provider> <AppName>"
CESignature = "$Windows CE$" ; required as-is

[CEStrings]
AppName = "Tulips Scheme" ; full app name will be
"<Provider> <AppName>"


[CEDevice.ARM720]
ProcessorType = 0

[SourceDisksNames] ; Location of files to
1 = ,"Common files",,. include. They are in the
current directory.

[SourceDisksFiles]
tulips.jpg = 1
yellow.scheme.xml = 1
simple_MRU.home.xml = 1

[DefaultInstall]
CopyFiles = CopyToHomeDir

[DestinationDirs]
CopyToHomeDir = 0,%CE19%\Home

[CopyToHomeDir]
"Tulips.jpg",tulips.jpg
"yellow.scheme.xml",yellow.scheme.xml
"simple_MRU.home.xml",simple_mru.home.xml

INF Example 3
This example installs a background image, color scheme, layout, and ring tone:

[Version]
Signature = "$Windows NT$" ; required as-is
Provider = "Microsoft" ; full app name will be
"<Provider> <AppName>"
CESignature = "$Windows CE$" ; required as-is

[CEStrings]
AppName = "Tulips Scheme" ; full app name will be
"<Provider> <AppName>"

[CEDevice.ARM720]
ProcessorType = 0

[SourceDisksNames] ; Location of files to
1 = ,"Common files",,. include. They are in the
current directory.

[SourceDisksFiles]
tulips.jpg = 1
yellow.scheme.xml = 1
ringtone.wav = 1

[DefaultInstall]
CopyFiles = CopyToHomeDir, CopyToSoundsDir

[DestinationDirs]
CopyToHomeDir = 0,%CE19%\Home
CopyToSoundsDir = 0,%CE19%\Sounds

[CopyToHomeDir]
"Tulips.jpg",tulips.jpg
"yellow.scheme.xml",yellow.scheme.xml

[CopyToSoundsDir]
"ringtone.wav",ringtone.wav

Note For more information about the INF file, refer to the Microsoft Smartphone 2002 SDK
Post-Installation Configuration
The INF installs the included files (such as background image, color scheme, layout, and ring tone) onto the device, but it does not set the active Home screen, color scheme, or background image to the newly installed files. To automatically switch to the newly installed files, you must include a post-installation configuration file in the .cab file.

Post-Installation Configuration File Example
The following example illustrates the postinstall.xml:

<characteristic type="Home">
<characteristic type="HKCU\ControlPanel\Home">
<parm name="Scheme" value="%CE19%\Home\simple_MRU.home.xml"
translation="install"/>
<parm name="ColorScheme" value="%CE19%\Home\yellow.scheme.xml"
translation="install"/>
<parm name="BgImage" value="%CE19%\Home\Tulips.jpg" translation="install"/>
</characteristic>
</characteristic>

In this example, the %CE19% entry is replaced by the installer with :"\Application Data\Home". The "BgImage" entry changes the background image, the "ColorScheme" entry changes the color scheme, and the "Scheme" entry changes the home screen layout.

If you want to add a ring tone, include the following XML example in addition to the previous example of the postinstall.xml file:

<characteristic type="Sounds">
<characteristic type="HKCU\ControlPanel\Sounds">
<characteristic type="RingTone0">
<parm name="Sound" value="%CE19%\Sounds\ringtone.wav" translation="install"/>
</characteristic>
</characteristic>
</characteristic>

Note For more information about post-installation configuration, see the Smartphone 2002 SDK.
Using CABWizSP
CABWizSP is a command-line utility that takes an instruction file (INF) and optional pre-XML and post-XML files and creates a .cab file that is suitable for the Smartphone 2002. The .cab file contains an XML file with instructions for the file operations and registry changes. The Smartphone CAB Installer and Configuration Manager process the .cab file after it reaches the device. The syntax for CABWizSP is as follows:

The following example illustrates how to create the .cab file and rename it to the .hme file:

cabwizsp tulips.inf /postxml postinstall.xml /cpu ARM720

move tulips.ARM720.cab tulips.hme

Note For more information about CABWizSP, see the Smartphone 2002 SDK.
Securing .cab files
Depending on the operator, home screens on a Smartphone 2002 may need to be digitally signed by using the signcode.exe and following the wizard prompts. If this is necessary, refer to the Smartphone 2002 SDK for more information.

Installing Applications on the Device
After using CABWizSP to package an application, you can install the application on the device by using any of the following methods:

Posting the .cab file on a Web site for customers to download from Pocket Internet Explorer.
Docking the device and using Microsoft ActiveSync&reg to send the application to the device from a desktop computer.
Sending a link to the .cab file in an e-mail message. When a customer clicks the link in the Inbox, the install or update process will automatically be initiated.
Sending the .cab file as an attachment in an e-mail message. When customers open the attachment, the installation process will initiate.
Distributing the application on a Multimedia memory card (MMC) that customers can plug directly into the handset. This option requires you to provide an autorun install program as well.
Once the .cab reaches the device, the Smartphone CAB Installer first verifies that the .cab file is signed, and then extracts the contents of the .cab file. It sends the setup XML file to the Configuration Manager for processing. Configuration Manager calls various Configuration Service Providers (CSPs) to configure the device and complete the installation.
-------------------
Вообще почитать полезно. Там все подробно описано о создании хоумскрина и его плагинах.
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
LapTM
сообщение 24.1.2005, 16:16


Новичок
*

Группа: Пользователи
Сообщений: 14
Регистрация: 23.1.2005
Из: Столица
Пользователь №: 35 669
Модель телефона: MPx 200
Прошивка: WM2003

Рейтинг: 0



Борменталь, гыгыгыг, пасиба, но если бы я еще нормально инглишь знал тогда даа, а так...
??Не хочешь перевести немножко(основное), че да как делать??
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
bill
сообщение 24.1.2005, 20:18


Новичок
*

Группа: Пользователи
Сообщений: 26
Регистрация: 11.6.2004
Пользователь №: 6 006
Модель телефона: MPx200
Прошивка: 4.20.0 (build 13349)

Рейтинг: 1



Homescreen Designer for Smartphone 2003 Version 1.1.4

Скачать триал _http://www.smartphone.net/download.asp?id=870

These Plugins are supported (more to come later on)
Iconbar
MRU
Time
Date
Carrier
Profile
Calendar
Allday
SMS
MMS
Email
Missed Calls
Windows Media Player
Analog Clock
Alarm

Move the plugins with your mouse to the correct position
Enter Name for Homescreen
Change Size of Plugin
Change Color of Plugin
Change Bold/Normal-State of Plugin
Change all Colors to a scheme!
Automated export of your new designes Homescreen to your Device with automated activation of it
After exporting it, it will automated be saved as .hme-Homescreen file so you can easely distribute it to others!

Saving as project file

Change system screens

Change background Image of start-menu

Create distribution-ready zip-files with all 3d-party-plugins in it

Change width of Calendar/Allday

Set calendar-height from 1 to 5 lines

A lot of other stuff!

Version 1.1.4

New Features:

- New Calculation Algorithmus for 100% exactness
- MRU Plugin (Icons of last runned applications)
- possibility to add a picture as background of the start-menu
- Possibility to include used 3-Party-Plugins in a Zip-File for better distribution
- imported pictures which are in size 176x200 will not be converted => No loss in quality anymore!
- Multiple line support for Calendar Plugin
- Alarm Plugin now compatible with Smartphone 2003
- Calendar: Time/Location-Support (selectable)
- Width-Setting for Calendar and Allday-Plugin
- Possibility to move the Iconbar-Plugin
- SMS/Email/MMS: Possibility to change prefix and after-text
- Possibilty to let Homescreen Designer automatically notify yourself if a new version of Homescreen Designer is available (With list of new things)
- Possibilty to move multiple selected plugins at once so you can better allign them (Select Plugins while holding Ctrl-Key)
- Possibilty to delete multiple selected plugins at once (Select Plugins while holding Ctrl-Key and then press delete)
- Time-Format: Possibilty to choose between 22:00 or 10:00 PM
- Date-Format: Short and Long-Format (Please note: This is using YOUR Short and Long-Format that you have selected on your device. So it will not exactly be the same as in the Designer)
- Possibilty to uninstall a installed plugin (Make sure that your active homescreen is not using the plugin!)
- Prefix for Profile and Carrier possible
- Homescreen Designer will ask if you want to overwrite an existing homescreen
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
LapTM
сообщение 25.1.2005, 15:48


Новичок
*

Группа: Пользователи
Сообщений: 14
Регистрация: 23.1.2005
Из: Столица
Пользователь №: 35 669
Модель телефона: MPx 200
Прошивка: WM2003

Рейтинг: 0



bill, Homescreen Designer даже устанавливаться до конца не хочет, виснет и фсе :(
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
bill
сообщение 25.1.2005, 18:51


Новичок
*

Группа: Пользователи
Сообщений: 26
Регистрация: 11.6.2004
Пользователь №: 6 006
Модель телефона: MPx200
Прошивка: 4.20.0 (build 13349)

Рейтинг: 1



LapTM,
Попробуй антивирус отключить.
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
LapTM
сообщение 26.1.2005, 7:16


Новичок
*

Группа: Пользователи
Сообщений: 14
Регистрация: 23.1.2005
Из: Столица
Пользователь №: 35 669
Модель телефона: MPx 200
Прошивка: WM2003

Рейтинг: 0



bill, Отключил, установил, а он пишет: "Ошибка при инициализации приложения (0xc0000135). Для выхода из системы нажмите кнопку "ОК". :(
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
bill
сообщение 26.1.2005, 16:34


Новичок
*

Группа: Пользователи
Сообщений: 26
Регистрация: 11.6.2004
Пользователь №: 6 006
Модель телефона: MPx200
Прошивка: 4.20.0 (build 13349)

Рейтинг: 1



LapTM,
Совсем забыл предупредить, что для работы программы необходим .NET Framework (~23 Mb)!
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
LapTM
сообщение 27.1.2005, 16:04


Новичок
*

Группа: Пользователи
Сообщений: 14
Регистрация: 23.1.2005
Из: Столица
Пользователь №: 35 669
Модель телефона: MPx 200
Прошивка: WM2003

Рейтинг: 0



bill, Фсе нормально, фсе работает, спасиба :)
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
LapTM
сообщение 27.1.2005, 16:50


Новичок
*

Группа: Пользователи
Сообщений: 14
Регистрация: 23.1.2005
Из: Столица
Пользователь №: 35 669
Модель телефона: MPx 200
Прошивка: WM2003

Рейтинг: 0



Воть самый первый вариант Изображение Фсем даволен, фсе получается. Спасиба bill,
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
Mikimaus
сообщение 9.2.2005, 17:10


Новичок
*

Группа: Пользователи
Сообщений: 7
Регистрация: 1.2.2005
Пользователь №: 36 283
Модель телефона: mpx200

Рейтинг: 0



Скачал кучу тем в формате .xml
Как их подрубить ?
Запустить не получается :(
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
bill
сообщение 9.2.2005, 19:21


Новичок
*

Группа: Пользователи
Сообщений: 26
Регистрация: 11.6.2004
Пользователь №: 6 006
Модель телефона: MPx200
Прошивка: 4.20.0 (build 13349)

Рейтинг: 1



Mikimaus,
Если не изменяет мне память, то кидаешь тему в Storage/Application Data/Home. Затем ломишься в Старт - Настройки - Экран Home. В поле Раскладка выбираешь свою тему, жмёшь Готово.
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить
TAL
сообщение 26.3.2006, 11:14


Ветеран
*****

Группа: Почётные мотофаны
Сообщений: 508
Регистрация: 25.5.2005
Из: Africa
Пользователь №: 43 105
Модель телефона: Lenovo P2
Прошивка: original

Рейтинг: 217



нарисовал тут схемку небольшую,
попробуйте, может кому понравится..

файл Dark_MPx220.scheme.xml кидать в
/Storage/Aplications Data/Home/

вот кстати ещё и описание всех значений в файле scheme.xml

COLOR_WINDOW - Background color for all application windows and controls, including the transparent portions of the scroll bar stripes.

COLOR_WINDOWTEXT - Text color for list views, controls, and labels. Does not set menu text color, soft key text color, or button text color.

COLOR_STATIC - Background color for static controls, such as labels. Also sets the background color for message boxes.

COLOR_STATICTEXT - Text color for static controls such as labels.

COLOR_HIGHLIGHT - Color of selection for list views, controls, menus, and soft key buttons.

COLOR_HIGHLIGHTTEXT - Color of text when an item has selection, such as a list view element or a control, and highlighted soft keys.

COLOR_MENU - Background color for menus.

COLOR_MENUTEXT - Text color for menu items.

COLOR_GRAYTEXT - Color for disabled text, such as disabled menu items and soft key buttons.

COLOR_GRADLEFT - Starting color value for the background gradient.

COLOR_GRADRIGHT - Ending color value for the background gradient.

COLOR_INTGRADLEFT - Starting color value for the secondary background gradient.

COLOR_INTGRADRIGHT - Ending color value for the secondary background gradient.

COLOR_HIGHGRADLEFT - Gradient highlights are not supported. COLOR_HIGHGRADLEFT and COLOR_HIGHGRADRIGHT must be set to the same value.

COLOR_HIGHGRADRIGHT - Gradient highlights are not supported. COLOR_HIGHGRADLEFT and COLOR_HIGHGRADRIGHT must be set to the same value.

COLOR_TRAYGRADLEFT - Starting color value for the title bar gradient.

COLOR_TRAYGRADRIGHT - Ending color value for the title bar gradient.

COLOR_TRAYTEXT - Color for the title bar text.

COLOR_WINDOWFRAME - Color of the dividing line between the main window and the soft key region, and the bounding rectangle around the scroll bar thumb.

COLOR_BTNFACE - Unselected background color for the soft key region.

COLOR_BTNTEXT - Unselected text color for the soft key region, navigation glyph and scroll bar thumb.

COLOR_SCROLLBAR - Color of the stripes on the scroll bar.

COLOR_ALERTTITLE - Color of the title text in an alert.

COLOR_ALERTWINDOW - Background color for alerts.

COLOR_ALERTRULE - Color of the dividing lines on the Home screen.

COLOR_HOMERULE - Color of unselected text on the Home screen.

COLOR_HOMEHIGHLIGHTTEXT - Color of selected text on the Home screen.

COLOR_HOMEHIGHLIGHT - Background color of a selected plug-in on the Home screen.
Прикрепленный файл Dark_MPx220.scheme.rar   ( 464 байт ) Кол-во скачиваний: 99
Юзер вышелВ друзьяВизиткаП/Я
К началу страницы
+Ответить

Ответ в темуСоздание новой темы
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0

 



Текстовая версия Сейчас: 4.8.2025, 19:33

Форум живёт: