View Single Post
Old 08-21-2005, 11:47 PM   #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 Orange France theme on 7100 handheld

Please Login to Remove!

Previously, if the Orange theme was installed (net_rim_theme_119.cod), you were unable to activate it.

Anyhow, you will need the small icons theme (net_rim_theme_blackberry.cod) installed in order to activate the Orange France theme. For this, you can either download the themes from someone who has posted them on this forum somewhere, or you can simply install a 4.0.2 OS for the 7290 onto your PC, or you can install the 4.0.2 JDE software onto your PC... take your pick. Copy the two files mentioned above, net_rim_theme_119.cod and net_rim_theme_blackberry.cod, to the Java directory for your 7100 software.

7100 Java directory (version numbers may vary):
C:\Program Files\Common Files\Research In Motion\Shared\Loader Files\7100-v4.0.2.36_P1.8.0.139\Java

7290 Java directory (version numbers may vary):
C:\Program Files\Common Files\Research In Motion\Shared\Loader Files\7290-v4.0.2.36_P1.8.0.139\Java

In the 7100 installation directory (one step up from the above path), open BlackBerry.alx with Notepad and edit the following lines:

Code:
                <fileset Theme="Normal" Colour="True" KeyboardType="Qwerty" Java="1.0">
                        <files>
                                net_rim_theme_blackberry.cod
                        </files>
                </fileset>
and

Code:
                <fileset Colour="True" KeyboardType="Qwerty" Java="1.0" _vendorID="1|119">
                        <files>
                                net_rim_theme_119.cod
                        </files>
                </fileset>
to be

Code:
                <fileset Theme="Normal" Colour="True" KeyboardType="Reduced" Java="1.0">
                        <files>
                                net_rim_theme_blackberry.cod
                        </files>
                </fileset>
and

Code:
                <fileset Colour="True" KeyboardType="Reduced" Java="1.0">
                        <files>
                                net_rim_theme_119.cod
                        </files>
                </fileset>
Now open Desktop Manager and it should prompt you automatically to update the 4.0.2 Core Software. Just go through the procedure and it will load both of these for you. Et voila...

I just love finding things purely by stupid mistake... hehe.

__________________
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