BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 08-22-2005, 12:19 AM   #1
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default 7100 themes on 72xx devices (atleast the 7290)

Please Login to Remove!

Okay, I stumbled onto how to install the Orange France (119) theme onto a 7100 device, and so I reverse that methodology and figured out how to install the 7100 themes onto the 72xx devices, although, I must warn... its NOT pretty.

* Note: This is only a guide for 4.0.2 installations. If someone wants to make an ALX installation for this, so be it. I just find it easier to do with 4.0.2, since all of the edits can be made with what is already included.

* Note: These themes are NOT designed for the 72xx devices, as they are a MUCH larger resolution than the 160 pixels that you have for your device vertically. This means that there will be 100 pixels that WON'T be shown in the screen, although you can navigate that portion into the screen. Think of it as setting your PC's resolution higher than what your monitor supports, and then you have to scroll around to see the rest of the screen (very annoying). For this reason, and this reason alone, I don't suggest installing these themes.

* Note: I have only tested this with the 7290 BlackBerry simulator, so it may have different results in real-world tests. Please install at your own discretion.

The easiest method I have found to get the extra theme files that won't interrupt your current device installation is to install the BlackBerry JDE 4.0.2. It is big, so someone may just want to collect these files again (the updated versions). The JDE can be found here:

https://www.blackberry.com/Downloads...359F4AE7BD7BA1

Once installed, the files will be located here:

C:\Program Files\Research In Motion\BlackBerry JDE 4.0.2\simulator\Java

Alternatively, you can download the 7100 software from any vendor. The latest was issued by Dobson and can be found here:

https://www.blackberry.com/Downloads...E3F94D95B11DAF

The theme files are: net_rim_theme_100_240x260.cod (T-Mobile), net_rim_theme_125_240x260.cod (O2), and net_rim_theme_blackberry_240x260.cod (Default List). I removed the Vodafone listing, since there is one (a better one) already included with the 72xx device, from what I can see. The last two are REQUIRED in order to make the others to work (well, atleast the O2 theme).

In order to NOT clutter up your current software installation with various tidbits of COD files and ALX installation files, I am editing the default ALX file that you have present with your OS installation files on your PC. In my opinion, this is a quick and easy process to take in order to do what you want with what you already have in place.

Open the BlackBerry.alx file with Notepad. This file can be found in a path similar to the following:

C:\Program Files\Common Files\Research In Motion\Shared\Loader Files\7290-v4.0.2.36_P1.8.0.139

In this file, you will want to find and edit the following:

Code:
                <fileset Theme="Normal" Colour="True" KeyboardType="Reduced" Java="1.0">
                        <files>
                                net_rim_theme_blackberry_240x260.cod
                                net_rim_bb_backdrops_240x260.cod
                        </files>
                </fileset>
Code:
                <!-- T-Mobile filesets -->
                <fileset Colour="True" KeyboardType="Reduced" Java="1.0" _vendorID="100">
                        <files>
                                net_rim_theme_100_240x260.cod
                        </files>
                </fileset>
Code:
                <!-- O2 filesets -->
                <fileset Colour="True" KeyboardType="Reduced" Java="1.0" _vendorID="111|125">
                        <files>
                                net_rim_theme_125_240x260.cod
                        </files>
                </fileset>
You will want these to be changed to the following:

Code:
                <fileset Theme="Normal" Colour="True" KeyboardType="Qwerty" Java="1.0">
                        <files>
                                net_rim_theme_blackberry_240x260.cod
                                net_rim_bb_backdrops_240x260.cod
                        </files>
                </fileset>
Code:
                <!-- T-Mobile filesets -->
                <fileset Colour="True" KeyboardType="Qwerty" Java="1.0">
                        <files>
                                net_rim_theme_100_240x260.cod
                        </files>
                </fileset>
Code:
                <!-- O2 filesets -->
                <fileset Colour="True" KeyboardType="Qwerty" Java="1.0">
                        <files>
                                net_rim_theme_125_240x260.cod
                        </files>
                </fileset>
You are basically removing the vendorID requirements (so that its installed no matter what carrier your handheld was issued by) and changing the KeyboardType from Reduced (7100) to Qwerty (72xx).

Close out of the file and save it. Open Desktop Manager and it should prompt you to update the Core files.

I don't think I'm missing anything, so there you are.

For those wanting to install the Orange theme onto the 7100 devices, and have the ability to activate it, you can see this thread here for more information:

http://www.blackberryforums.com/showthread.php?t=14089

Hope that makes some geek's day... hehe.

P.S. - Please don't complain about how ugly these look on the 72xx handhelds. If you want to complain, please read the many disclaimer notes in this thread - they are there for a reason. These themes won't be useable by 99.9% of the people who install theme, however, I'm just sharing some information I found by making a simple stupid mistake with the simulator program while trying to test something else out. Others have been requesting how to install the themes onto a 72xx device, so there we have it - in all its ugly glory.
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.

Last edited by jibi; 08-22-2005 at 07:54 PM..
Offline  
Old 08-22-2005, 12:41 PM   #2
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

Here is all 8 themes as displayed on a 7290 device (simulator).

__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline  
Old 08-22-2005, 04:47 PM   #3
Soapm
BlackBerry Extraordinaire
 
Soapm's Avatar
 
Join Date: Apr 2005
Location: The Mile Hi City
Model: 9900
OS: 7.0
Carrier: TMO
Posts: 2,794
Default

Wow, I want to try that O2 theme. I may have to sit down and give this a shot to see what it looks like. With my luck, I almost scared to try anything...
Offline  
Old 08-22-2005, 05:06 PM   #4
Nextel User
BlackBerry Extraordinaire
 
Nextel User's Avatar
 
Join Date: May 2005
Model: 8220
Carrier: AT&T
Posts: 1,146
Default

since you seem to have done the work for us. can you post the files here. so we can enjoy them
__________________
Get Hebrew For Your Blackberry
http://cheservices.com/blackberry/
Offline  
Old 08-22-2005, 06:10 PM   #5
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

I will put them up for download in a bit on my website. Let me go grab a bite to eat, then I'll set everything up for over-the-air, zipped files with COD/ALX installations, etc.

This is me being nice with a gesture for the lazy...
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline  
Old 08-22-2005, 10:07 PM   #6
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

Here you are...

http://www.blackberryforums.com/showthread.php?t=14164
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline  
Old 08-22-2005, 10:33 PM   #7
Nextel User
BlackBerry Extraordinaire
 
Nextel User's Avatar
 
Join Date: May 2005
Model: 8220
Carrier: AT&T
Posts: 1,146
Default

thanx a million
__________________
Get Hebrew For Your Blackberry
http://cheservices.com/blackberry/
Offline  
Old 12-08-2005, 04:43 PM   #8
djbeenie
Thumbs Must Hurt
 
djbeenie's Avatar
 
Join Date: Feb 2005
Location: Jefferson Ga.
Model: 8900
PIN: 20F7C0E8
Carrier: TMO
Posts: 151
Default

Man Jibi YOU ROCK again!!! Love the themes!
__________________
Pin: 20F7C0E8
TMO 8900 - Exchange 2007 SP1 - BES 4.1.6
Offline  
Closed Thread



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

Forum Jump


Schneider Electric Energy Server EBX510 Server For Energy Management- picture

Schneider Electric Energy Server EBX510 Server For Energy Management-

$4350.00



SERVER TECHNOLOGY 4870-XLS-44 SENTRY VDC 48VOLT DC REMOTE POWER MANAGER picture

SERVER TECHNOLOGY 4870-XLS-44 SENTRY VDC 48VOLT DC REMOTE POWER MANAGER

$299.99



FANUC Server Driver A06B-6077-H111 picture

FANUC Server Driver A06B-6077-H111

$2158.86



FANUC Server Driver A06B-6117-H211 picture

FANUC Server Driver A06B-6117-H211

$3993.99



AVAYA S8300E S3 V1 Media Server 700508955 W/ 320GB Hard Drive 16GB RAM picture

AVAYA S8300E S3 V1 Media Server 700508955 W/ 320GB Hard Drive 16GB RAM

$249.00



Server - 82700 - 1 1/2 Qt Mini Warmer picture

Server - 82700 - 1 1/2 Qt Mini Warmer

$150.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.