Overlayed emulator not working in 6.5 | Community
Skip to main content
mandips70257608
Level 2
May 15, 2019
Solved

Overlayed emulator not working in 6.5

  • May 15, 2019
  • 3 replies
  • 6522 views

Hello all,

We recently upgraded to AEM 6.5 version. The problem we encountered with that is our custom emulator, which we made by overlaying "/etc/mobile/groups/responsive" inside the /etc folder itself is not working in 6.5 version.

I tried multiple things like overlaying the OOTB emulator under /apps/company/components/. But that also does not work.

Does anyone have some idea why that is not working? Please help.

Thanks,

Mandip

Best answer by mandips70257608

Thank you for the response!

I was able to figure it out. So, it seems that the path to emulator is changed from /etc/mobile/groups/* to /libs/settings/mobile/groups/* in 6.5. To make it work, I just copied the /mobile node to /apps/settings/ and referred that path to cq:deviceGroups property in my page template.

3 replies

smacdonald2008
Level 10
May 15, 2019

You need to provide more detail to the community if you are asking why your customization to the AEM emulators is not working. What did you do to customize it. Please show in detail what you did.

mandips70257608
mandips70257608AuthorAccepted solution
Level 2
May 16, 2019

Thank you for the response!

I was able to figure it out. So, it seems that the path to emulator is changed from /etc/mobile/groups/* to /libs/settings/mobile/groups/* in 6.5. To make it work, I just copied the /mobile node to /apps/settings/ and referred that path to cq:deviceGroups property in my page template.

chirags8739021
Level 2
July 9, 2019

Same case with 6.4 as well.

no impact of updating the custom emulators on http://localhost:4502/etc/mobile/groups/responsive.html​​ but after updating /libs/settings/mobile/groups/responsive.html it works for me.

so overlayed /libs/settings/mobile to /apps/settings and updated the custom emulators at http://localhost:4502/apps/settings/mobile/groups/responsive.html

Regards,

Chirag S.