cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mobile theme not working

Former Member
0 Likes
316

Hi all,

I am using SAP-MII 11.5.4 b73 version and trying to view the screens in the Mobile.In the Navigation iam trying to add the default mobile theme (DynamicSimpleHTMLHomePage.xsl) .But when viewing in the Mobile it shows as a normal desktop theme.

Also i tried adding pages in mobile tree which is also not coming. I can only view the screens which are added for Destop Theme.

I tried with Android,Symbion and BlackBerry OS even though it not fitting into the screen.I made the settings as Fit to screen in mobile.

Is this the problem with the Patch i am using. Or no i need to do any other setting such as adding the mobile details in Client.ini file.

Can anyone please tell me how to go forward, so that the MII Screen fits into my mobile?

Regards

Partheeban

View Entire Topic
Former Member
0 Likes

Hi,

I guess you need to add the user agent details in MII_CLIENTINI database table. Refer 13th page of the article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c004bc2a-013b-2c10-f2ab-a1e2f61e0...

rgds,

Arun

Former Member
0 Likes

Hi arun kurup ,

Iam getting

User Agent : Mozilla/5.0(Linux; U; Android 2.3.4; en-gb; GT-s5830 Build/GINGERBREAD) AppleWebKit/ 533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1

and IP Address as: 220.227.119.13

Let me know What to add in Clientini?

Former Member
0 Likes

As per the article it has to be a distinct string. try adding "Android" in the file.

Former Member
0 Likes

even GINGERBREAD is a version you can try with that too.

Former Member
0 Likes

Hi arun,

I tried with both ANDROID and GINGERBIRD its not working.I think some where Iam missing something.Can you please tell me the steps what I have to do?

jcgood25
Active Contributor
0 Likes

After modifying the C:\Lighthammer\Illuminator\Properties\Client.ini file (the document by Erik is largely the same, just the 12.x versions have the DB table) did you restart the ServletExec service?

Have you looked in the cms log for any error messages that might inform you of errors with the home page xsl theme? The system will default to the standard theme if there is any issue finding the file or parsing the xslt.

Former Member
0 Likes

Hi Jeremy and Arun,

Thanks for your Answer I got the Mobile Theme.It was working with both Android and GINGERBREAD as the User Agent.

I forgot to Restart the ServletExec-xMII service.So now after restarting Iam getting the mobile theme.

Can you tell is the Same step for 12.1 and 12.2 Version to get the Mobile Theme?

jcgood25
Active Contributor
0 Likes

The document link Arun provided above is relevant for the 12.x versions - the settings you have in the 11.5 Client.ini file are now located in the underlying NetWeaver database.

Former Member
0 Likes

Happy to know that Parthee . If your query has been answered you can mark this thread as answered.

rgds,

Arun

Former Member
0 Likes

Thanks Jeremy and Arun for your Answers...