언어 설정

Menu
Sites
Language
Current does not fall under 6mA When app go to hold mode

Hi,

I developed a simple 2D game on Tizen Native platform and packaged & uploaded in tizen store.

I made sure the app does not run any timers, and also i made sure the app is Idle when it goes to back ground (Ideally no UI updates and no service involved)

But the "Validation Team @ Tizen Store" had rejected the application with this reason "Current does not fall into under 6mA When application go to holdmode."

When asked for "Tool used" and the "mechanism to capture power consumption", i was requested to take help from developer forum.

But i could not find any help thread related to this power consumption measurement, could any one help me with this ?

Below is the data by Validation team for Power consumption.

 

CurrentM
Val: 041.500 mA
Avg: 048.561 mA
Avg (4V): 046.497 mA
Time: 038.500 mA
Min: 038.500 mA
Avg (300.0 sec): 047.832 mA

 

Let me know if any, Thanks in advance.

Responses

4 댓글
daniel kim

Hi,

I guess that device could not go to sleep mode while your application was running&holding.

Does your application has any power API in the code?

Saravana Balaji

Hi Daniel,

My application does not use any power API in the code.
Also, app listens to app_pause event and destroyed all timers in the application and UI update is also freezed.
Again in the app_resume event, the required timers are created and UI updates are resumed.

Alex Dem

Hi,
I could propose only:
1)You could try to clarify in “My Q&A” section in Tizen store if something unclear. 
2)You could try to use Dynamic Analyzer to check power consumption during your native app is executed and try to detect where is code which affect on this. Alexey.

Alex Dem

Hi,
I could propose only:
1)You could try to clarify in “My Q&A” section in Tizen store if something unclear. 
2)You could try to use Dynamic Analyzer to check power consumption during your native app is executed and try to detect where is code which affect on this. Alexey.