Applying Custom Skin to the new Space created

Hi All,
I am working with Avitek VM sample. I have logged in as an administrator and created a new space in Webcenter Spaces. I have to apply my own corporate branding to the Space I have newly created.
I have created a skin at runtime and tried to apply that skin to the space created newly, but I couldnot see any changes in the UI.
It would really helpfull if some one can shed light on the below.
1. Applying the skin to the space created.
2. Where would I store the images used in the CSS file, so that they can be applied to the space when I apply the skin.
I am using Jdev 11.1.1.4 and Webcenter PS3
Thanks,
SK.
Edited by: 900114 on Dec 1, 2011 2:50 AM

Hi 900114,
What changes did you make to the skin to add your company brand?
Cause you should change the page template along with the skin to add any new items to the pages. Also, the logo/icon for any page is dynamic and by default will be the logo that comes with the space templates used to created the space. You can change that in the 'General Settings' for that page.
Thanks,
nandavanan

Similar Messages

  • ViewMenuItem do not appear when applying custom skin on ViewNavigatorApplication

    ViewMenuItems works fine when I don't apply skinClass fo ViewNavigatorApplication, but when I apply custom skin to ViewNavigator, ViewMenuItems doesn't appear.
    Here is my main file
    <?xml version="1.0" encoding="utf-8"?>
    <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.DriveSafeHomeView" applicationDPI="160"
                                 initialize="applyRuntimeStyleSheet()" skinClass="skins.CustomApplicationSkin" >
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                public function applyRuntimeStyleSheet():void {
                    styleManager.loadStyleDeclarations("css/Styles.swf")
                        // skinClass="skins.CustomApplicationSkin"
            ]]>
        </fx:Script>  
    </s:ViewNavigatorApplication>
    Code for CustomApplicationSkin.mxml is
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin name="CustomApplicationSkin"
                    xmlns:fx="http://ns.adobe.com/mxml/2009"
                             xmlns:s="library://ns.adobe.com/flex/spark"
                                       >
            <fx:Metadata>
                        <![CDATA[
                        [HostComponent("DriveSafe")]
                        ]]>
                    </fx:Metadata>
            <s:states>
                        <s:State name="normal" />
                         <s:State name="disabled" />
                     </s:states>
            <s:BitmapImage width="100%" height="100%" source="@Embed('/assets/background.jpg')"/>
            <s:Group id="contentGroup" width="100%" height="100%" minWidth="0" minHeight="0" />
            <s:ViewNavigator id="navigator" width="100%" height="100%" />
    </s:Skin>

    If you create a new custom field you have to wait for the analytics refresh before you can use it in reporting & analytics. The frequency of the refresh differs per environment. You can put VALUEOF(LAST_REFRESH_DT) in a column formula to see when the last refresh has been performed.
    Regards, Tim

  • Script set to auto apply Retention policy to all new mailbox created and run everyday

      Script to set auto apply Retention policy to all new mailbox created and run everyday on Exchange 2007 , 2010 , and 2013.
     Could you please help me with the script will rename the policy name please help me with script..
     Thanks,
     Chandu

    Hi Chandu,
    Have you find the solution finally? Have you tried Pavan's suggestion?
    Sorry for my lacking of code and script. If your requirement still haven't been achieved, I suggest we can ask a question in Exchange Development forum and Script Center for more professional suggestion:
    Microsoft Exchange Development forum
    http://social.technet.microsoft.com/Forums/en-US/exchangesvrdevelopment/threads
    Script Center
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Regards,
    Winnie Liang
    TechNet Community Support

  • Lion - Safari, iTunes, iCal are in EVERY new space created.

    I wanted to create a new space with just one app, but every new space has Safari, iTunes, iCal, etc. in it even though I did NOT drag those apps to the new space.
    What gives?

    I have no idea what you mean.  Where can I 'right click' Safari to tell it not to do this?  Context?  Right clicking right here does not bring up an 'options' menu.  Right-clicking in Mission Control does nothing.

  • Error while generating CW kin for the new BG created for Taiwan

    HiAll,
    Please provide your help to resolve this issue,
    Iam getting error while generating CW kin for the new BG created for Taiwan, China.
    Error : Value TW is not a Valid context for the Descriptive Flexfield Person Developer DF.
    Please let me know, is there any step missed to create CW kins for new BG's.
    Thanks-
    Sowmya.
    Edited by: user13419037 on Jul 2, 2012 3:41 AM

    Hello ,
    Your solution can be solved by enabling the displayed check Box in Location Address DFF
    Thanks
    Bindu

  • Apply custom style to the first tab of af|panelTab component

    Hi,
    Could anyone please advice me how to apply custom style to the first and last tabs of af|panelTab component.
    For eg- If I have 6 tabs and I want tab1 and tab6 to be in Red and rest of the tabs in blue, what should I add. Please advice.
    Regards
    Jeffry Roy
    Edited by: Jeffry on Mar 8, 2011 4:45 AM

    Hi Rishit,
    Please let me know if you have applied Fix pacK3 for Xcelsius.
    I have seen this issue in FP2, which got fixed in FP3. The workaround you can try is including a blank cell.
    Thanks,
    Amit.

  • Last week what are the new indexes created in my database

    last week what are the new indexes created in my database.How can I know?
    Thanks

    Please try this:
    SELECT t.name AS TableName ,
    ind.name AS IndexName ,
    col.name AS ColumnName ,
    STATS_DATE(t.object_id, ind.index_id) AS IndexCreationDate
    FROM sys.indexes ind
    INNER JOIN sys.index_columns ic ON ind.object_id = ic.object_id
    AND ind.index_id = ic.index_id
    INNER JOIN sys.columns col ON ic.object_id = col.object_id
    AND ic.column_id = col.column_id
    INNER JOIN sys.tables t ON ind.object_id = t.object_id
    WHERE ind.is_primary_key = 0
    AND ind.is_unique = 0
    AND ind.is_unique_constraint = 0
    AND t.is_ms_shipped = 0
    AND STATS_DATE(t.object_id, ind.index_id) > ( GETDATE() - 7 ) ;
    T-SQL Articles
    T-SQL e-book by TechNet Wiki Community
    T-SQL blog

  • Custom Skin: css of new skin in CRMCMP_IC_FRAME not loaded with changes

    Hi all,
    I have a quite frustrating issue.
    In accordance to SAP Note 1151944 - Skin Customizing not reflected in IC business roles I have created a new folder in the MIME's repository for my skin called default_agfa.
    the new css files have been added to the folder and changes to the color have been made...
    The page loads the css files from the correct folder as you can see in the page itself:
    <link type="text/css" rel="stylesheet" href="/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/*default_agfa*/thtmlb_stand.css" />
    <link type="text/css" rel="stylesheet" href="/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_visuals_stand.css" />
    <link type="text/css" rel="stylesheet" href="/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_IE7_stand.css" />
    <link type="text/css" rel="stylesheet" href="/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_IE7_IE8_ovr_stand.css" />
    <link type="text/css" rel="stylesheet" href="/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_IE7_visuals_stand.css" />
    <link rel="stylesheet" type="text/css" href="/sap/bc/bsp/sap/crmcmp_ic_frame/stylesheets/contextarea/*DEFAULT_AGFA*/crmcmp_ic_frame_contextarea.css" title="DEFAULT_AGFA" />
    <link rel="stylesheet" type="text/css" href="/sap/bc/bsp/sap/crmcmp_ic_frame/stylesheets/broadcast/*DEFAULT_AGFA*/crmcmp_ic_frame_broadcast.css" title="DEFAULT_AGFA" />
    I have already:
    - cleared physically the files from the IE (really manually removed the files).
    - via SMICM cleared the cache of the http server global in system.
    - set the client side expiration time of the css file to 1 minute.
    but it keeps on loading the original content. Whatever changes I make, it is just not reflected in the UI.
    Via the skin explorer I can do whatever change and this is shown immediately.
    Anyone an idea?
    KR,
    Micha

    HI Rohit,
    it was the Webdispatcher that cached the css files. After rebooting this, the issue was fixed.
    KR,
    Micha

  • Pass word of SAP* in the new client Created

    Hi,
    I have created a new client called 100.
    I am not able to login though the default password for sap* which is <b>PASS</b>
    I am not able to login throught the pasword: <b>07061992</b>.
    I am also not able to login through the password given during installation.
    This is the first time, i  am loggin to client 100
    Pls help

    Hi Balaji,
    Logon to client 000 and go to RZ10 -> set the parameter login/no_automatic_user_sapstar to 0 -> restart the system -> login to the new client with sap* and password PASS
    That should work,
    regards
    Juan
    Please reward with points if helpful

  • How do I change the paper size to a custom size in the new Pages?

    Hi,
    I would like to be able to make some posters in different sizes. With the previous versions of Pages, I was able to customize the size of each document. In the new version it seems that I can only choose from a very small list.
    Does anyone know a way around?
    Thanks

    Do you have a dual layer burner connected (either internally or via FireWire)? If not, the option won't present itself.
    Also, you actually have to click on the round burn button so the dialog box showing the DL burner will present itself in the event you have more than one burner available on your system. See this link for an image of said dialog box:
    http://discussions.apple.com/message.jspa?messageID=4105837#4105837

  • The extra space created due to Conditional Build Tags

    Hello,
    I am authoring a online help file, for a web application. As different content is needed for the 4 different roles of the user, I have used Single Sourcing option and made use of conditional build tags for the content that is not common among the different roles. I even have images which are difffernt for the differnt roles. I have used conditional build tags for these too. The problem is that, extra space appears in place of the images which are not applicable to build I am publishing. Is there any workaround other than modifying the HTML files to remove the extra space added?
    Regards,
    Deepti Korwar

    hi Deepti,
    I have seen this issue on multi-level lists (in RH9) when using soft returns (Shift-Enter) within the lists.
    An extra space is added before images marked with CBTs. But this only caused problems in print.
    Are you seeing this space on all outputs or just print?
    Can you paste a code snippet from one of the offending list?
    Perhaps you can get round this by opening up the HTML tab and carefully examining and perhaps moving the CBTs.
    e.g. <?rh-cbt_start condition="xyz" ?><img src="xyz"  > <?rh-cbt_end ?></p><?rh-list_end ?>
    Will be helpful to see the code.
    thanks
    Craig

  • Customizing pronunciation with the new voices (speech synthesis / say command))

    Hi,
    I’m trying to use embedded commands with the “say" command to customize the pronunciation of some words (I’m using made-up words so the speech synthesizer does not place the lexical stress where I want it to). I followed the documentation found there: https://developer.apple.com/library/mac/documentation/userexperience/conceptual/ SpeechSynthesisProgrammingGuide/FineTuning/FineTuning.html . So for instance:
    say -v Tom “[[inpt PHON]] gr1AESOWIHN [[inpt TEXT]]”
    should produce “grashoing” with stress on the first syllable.
    My problem is that it only works with Alex and the original MacinTalk voices, but not with the new voices introduced in Lion (such as Tom and Samantha): they seem to support embedded speech commands (the parts between [[ and ]]), but they pronounce the phonemic representation as a list of letters and numbers (so “jee ar one a ee …”).
    Do you know how I can get around this? How do I provide phoneme input with the new voices?

    I know I'm a litte late to this party, but after conducting my own tests and then finding this post, I would like to say that it appears Scansoft voices don't respond to Phonemes. I learned this long ago while messing with TextAloud on the PC. They seem to only respond to plain text and alternate spellings unless the 'PRON SYM' is used, but the latter has unpredictable results and I don't know how to do this in on the Mac side. For example, the workaround for that partiular word goes something like this:
    say -v Tom “[[inpt PHON]] gra showing [[inpt TEXT]]”
    It works when tested in the terminal and sounds like the expected pronunciation after listening to Alex with the phonemes you chose. The breaks in the word are where you'll get emphasis for particular sounds. It is my assumption that you will have to do all edits for these voices in this manner.
    Hope this helps for others that stumble upon this post.
    I have to admit that I have a gripe about Apple not offering a way to edit pronunciations for Text-to-Speech within the system. The voiceover utility is a seperate entitiy and has no effect on TTS. I have sent feedback to Apple requesting an editor of sorts, and I would like to urge others to do the same.

  • Doom 3 custom reolution on the new iMac?!?!

    I wanted to know if anyone here knows how to change the resolution of Doom 3 to fit the iMac? (in my case I want to change it to 1680 x 1050)
    Any help is VERY much appreciated..

    Hello All!
    After responding to this thread, I noticed that a couple of posters do not list intel iMacs on the "what system do you have?" line below their message.
    This being a Core Duo iMac Discussion Group, I simply assumed that everyone posting here had Intel machines. That error means some of the suggestions I made are not necessarily appropriate.
    If you are running the new version of Doom on a non-Intel Mac, you may have problems with the software that are NOT inherent to the upgrade or the game.
    The Doom Universal Binary patch recodes part of the game to take advantage of Intel-specific chip features that improve performance on those CPUs.
    In addition (possibly most important), the patched version takes advantage of lookahead features in the ATI video cards on the new iMacs that may or may not be available on your system.
    SO--if you don't have an intel CPU, OR if your video board cannot take advantage of the lookahead option, OR if you have too little RAM or video memory, OR if you have an older video card, OR if you have a below 1.5GHz CPU, OR if you have an older version of OS X, you will have problems running at higher resolutions or with all the features switched on.
    OTOH-you can probably have fun at lower resolutions and fewer features, so all is not lost!
    Regards,
    Gene

  • Deployment crash / change done was applying customs skins

    I created a new skin to extend fusion.desktop and configure it into my application. After that i got this error when executing in embedded wls.
    IntegratedWebLogicServer started.
    [Running application iEducation on Server Instance IntegratedWebLogicServer...]
    [09:26:21 PM] ---- Deployment started. ----
    [09:26:21 PM] Target platform is (Weblogic 10.3).
    [09:26:22 PM] Retrieving existing application information
    [09:26:23 PM] Running dependency analysis...
    [09:26:23 PM] Deploying 2 profiles...
    [09:26:24 PM] Wrote Web Application Module to C:\Users\michel\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\iEducation\FlexParameterViewControllerWebApp.war
    [09:26:24 PM] Wrote Enterprise Application Module to C:\Users\michel\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\iEducation
    [09:26:24 PM] Deploying Application...
    <25 févr. 2010 21.26. h CET> <Warning> <Deployer> <BEA-149124> <Failures were detected while initiating deploy task for application 'iEducation'. Error is: '[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.'>
    [09:26:25 PM] #### Deployment incomplete. ####
    [09:26:25 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application iEducation due to error deploying to IntegratedWebLogicServer.
    [Application iEducation stopped and undeployed from Server Instance IntegratedWebLogicServer]
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
             version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
      <context-param>
        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
        <param-value>client</param-value>
      </context-param>
      <context-param>
        <description>If this parameter is true, there will be an automatic check of the modification date of your JSPs, and saved state will be discarded when JSP's change. It will also automatically check if your skinning css files have changed without you having to restart the server. This makes development easier, but adds overhead. For this reason this parameter should be set to false when your application is deployed.</description>
        <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
        <param-value>true</param-value>
      </context-param>
      <context-param>
        <description>Whether the 'Generated by...' comment at the bottom of ADF Faces HTML pages should contain version number information.</description>
        <param-name>oracle.adf.view.rich.versionString.HIDDEN</param-name>
        <param-value>false</param-value>
      </context-param>
      <filter>
        <filter-name>JpsFilter</filter-name>
        <filter-class>oracle.security.jps.ee.http.JpsFilter</filter-class>
        <init-param>
          <param-name>enable.anonymous</param-name>
          <param-value>true</param-value>
        </init-param>
      </filter>
      <filter>
        <filter-name>trinidad</filter-name>
        <filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>
      </filter>
      <filter>
        <filter-name>adfBindings</filter-name>
        <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
      </filter>
      <filter-mapping>
        <filter-name>JpsFilter</filter-name>
        <servlet-name>Faces Servlet</servlet-name>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>
      <filter-mapping>
        <filter-name>trinidad</filter-name>
        <servlet-name>Faces Servlet</servlet-name>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>REQUEST</dispatcher>
      </filter-mapping>
      <filter-mapping>
        <filter-name>adfBindings</filter-name>
        <servlet-name>Faces Servlet</servlet-name>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>REQUEST</dispatcher>
      </filter-mapping>
      <listener>
        <listener-class>oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack</listener-class>
      </listener>
      <listener>
        <listener-class>oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack</listener-class>
      </listener>
      <listener>
        <listener-class>oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack</listener-class>
      </listener>
      <servlet>
        <servlet-name>Faces Servlet</servlet-name>
        <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
      </servlet>
      <servlet>
        <servlet-name>resources</servlet-name>
        <servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>BIGRAPHSERVLET</servlet-name>
        <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>BIGAUGESERVLET</servlet-name>
        <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.gauge.GaugeServlet</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>MapProxyServlet</servlet-name>
        <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.geoMap.servlet.MapProxyServlet</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>GatewayServlet</servlet-name>
        <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.graph.FlashBridgeServlet</servlet-class>
      </servlet>
      <servlet-mapping>
        <servlet-name>Faces Servlet</servlet-name>
        <url-pattern>/faces/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>resources</servlet-name>
        <url-pattern>/adf/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>resources</servlet-name>
        <url-pattern>/afr/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>BIGRAPHSERVLET</servlet-name>
        <url-pattern>/servlet/GraphServlet/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>BIGAUGESERVLET</servlet-name>
        <url-pattern>/servlet/GaugeServlet/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>MapProxyServlet</servlet-name>
        <url-pattern>/mapproxy/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>resources</servlet-name>
        <url-pattern>/bi/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>GatewayServlet</servlet-name>
        <url-pattern>/flashbridge/*</url-pattern>
      </servlet-mapping>
      <jsp-config>
        <jsp-property-group>
          <url-pattern>*.jsff</url-pattern>
          <is-xml>true</is-xml>
        </jsp-property-group>
      </jsp-config>
    </web-app>
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
      <skin-family>flex</skin-family>
    </trinidad-config>
    <?xml version="1.0" encoding="UTF-8" ?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
      <skin>
        <id>flex.base</id>
        <family>flex</family>
        <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
        <extends>fusion.desktop</extends>
        <style-sheet-name>css/flex-fusion-extension.css</style-sheet-name>
        <!--
        <translation-source>
        </translation-source>-->
        <!--
        <bundle-name>
        </bundle-name>-->
      </skin>
      <skin-addition>
        <skin-id></skin-id>
        <style-sheet-name></style-sheet-name>
        <!--
        <translation-source>
        </translation-source>-->
        <!--
        <bundle-name>
        </bundle-name>-->
      </skin-addition>
    </skins>flex-fusion-extension.css
    .af_resetButton {
      padding-left: 5.0px;
      padding-right: 5.0px;
      padding-bottom: 3.0px;
    }

    goto console and click the button "Activate Changes" on the left side. This should resolve your issue.
    or
    stop the server and search for the .lok file under your server directory.

  • How do I change the skin in the new message pane?

    The newest release just doesn't look right. The message To: and Subject: fields are harder to see at a glance. Is there a was to roll back the way it looks, graphically speaking, to the old look without rolling back to the previous version. I personally like a look that has more contrast.

    Yes it can be changed but you need to follow the instructions written by 'Anje' comment''' 8''' at this link:
    * https://bugzilla.mozilla.org/show_bug.cgi?id=1051638
    '''How to locate Profile folder'''
    make hidden files and fodlers visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    In Thunderbird
    Help > Troubleshooting Information
    click on 'show Folder' button
    a new window opens showing profile folders - It will look similar to first image below.
    Close Thunderbird now - this is important - before you start to do what it says at the link.
    Then create a new folder called '''chrome''' - note the spelling. So it Profile folder looks like the second image below.
    Open Notepad
    Copy paste all the contents shown at the link into notepad and then save the file as''' userChrome.css''' (note the spelling) in the '''chrome''' folder.
    Restart thunderbird.

Maybe you are looking for

  • ITunes 8.1 (Win) + 5G iPod: disk use mode now always on

    After recently updating to iTunes 8.1.0.52 (Win XP Pro SP3), my 5th Gen. iPod always mounts in disk use mode no matter how I have set the "Enable Disk Use" prompt in iTunes. At mount, I always see a new drive letter assignment with the default iPod d

  • How to change data type and col. width of text item

    hi, how will we change the datatype and width of a text item in runtime. set_item_property(itemname,fixed_length,20);--- it is for width. please help me. Regards

  • Cluster Installation - SQL 2005 / 2003 - Creating cluster group

    Hi All, I am working on the cluster Installation in our environment and facing some issues at the time of installing first node MSCS  Installation. let me summarize the activities done so far Environment Details Physical Disk : G: (Physical Disk - SA

  • Nokia 108 - How to disable messages from appearing...

    i have the Nokia 108 and the same happens. text message, sender and the first few words show up on screen even when phone is locked.  'display options-notifications' are turned OFF.  also under each sim, 'display info' is turned off. obviously for se

  • N82 | Nokia Maps | Firmware

    Hi everybody! I am new on this forum, so don't slaugher me... Ehm, as you can see, I own a N82. When I press *#0000#, it tells me that I have the firmware: V30.0.019. I've heard about that many other N82 users have the V31.... firmware. But when I ch