Forums - middlewarePackageName is not working

5 posts / 0 new
Last post
middlewarePackageName is not working
janpresnyakova
Join Date: 18 Aug 15
Posts: 3
Posted: Fri, 2016-07-15 08:15

 
MSDCAppManagerInitParams.middlewarePackageName is not working:
W/ActivityManager: Unable to start service Intent { act=com.qualcomm.ltebc.aidl.ILTERootService pkg=com.qualcomm.ltebc_test } U=0: not found
 
See code from MSDCAppManagerImpl:
..
Intent i = new Intent(ILTERootService.class.getName());
i.setPackage(MSDCInternalApplication.LTEBC_PACKAGE_NAME);
..
 
 
Because it uses ILTERootService.class.getName() and it returns name with default package ("com.qualcomm.ltebc.aidl.ILTERootService")

 

 

 

 

 

 

 

 

 

  • Up0
  • Down0
elmira Moderator
Join Date: 11 Aug 14
Posts: 26
Posted: Fri, 2016-07-15 09:47

Hello,

What is com.qualcomm.ltebc_test? Is that application built using Qualcomm LTE Broadcast Components Release?

Thanks,

Elmira

 

 

 

  • Up0
  • Down0
janpresnyakova
Join Date: 18 Aug 15
Posts: 3
Posted: Fri, 2016-07-15 10:14

Thank you for fast response!

This name was used for example here. Real packege name we are using is "com.qualcomm.ltebc_vzw" 

This middleware is installed on Verizon firmware.

So when we initialize MSDCAppManager with this middleware:

MSDCAppManagerInitParams mSDCAppManagerInitParams = new MSDCAppManagerInitParams();

mSDCAppManagerInitParams.middlewarePackageName = "com.qualcomm.ltebc_vzw";

MSDCAppManager.getInstance().initializeMSDC(mSDCAppManagerInitParams);

 

We got error:

 MSDCControllerEventDispatcher msdcError : errorCode = 10020 message = Middleware application is not installed on device

But this is because class name seems to be incorrectly:

 Root service may not be running, starting LTERootService: intent = Intent { act=com.qualcomm.ltebc.aidl.ILTERootService pkg=com.qualcomm.ltebc_vzw }

 

  • Up0
  • Down0
elmira Moderator
Join Date: 11 Aug 14
Posts: 26
Posted: Fri, 2016-07-15 12:14

Hello,

Qualcomm LTE Broadcast middleware, Verizon flavor, has different interface and this SDK does not work with that. Please contact Verizon Wireless for more information.

Thanks,

Elmira

 

 

  • Up0
  • Down0
janpresnyakova
Join Date: 18 Aug 15
Posts: 3
Posted: Wed, 2016-07-20 07:48

Got it. Thank you!

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.