Hi all, Thank you for providing the valuable information. I am able to solve the issue with following command: */usr/bin/vconftool set -t int memory/sysman/battery_status_low 4 -f*
Now I am able to access music player. Thanks again!! On Fri, Mar 29, 2013 at 6:15 AM, Wang, Ning W <[email protected]> wrote: > You can try below workaround:**** > > vconftool set -i int -f "memory/sysman/battery_status_low" 5**** > > ** ** > > And as Lynch said, you should implement a device-manager-plugin for your > device. You can refer to > https://review.tizen.org/git/?p=profile/ivi/device-manager-plugin-ivi.git;a=summarywhich > implements a fake battery data for IVI device that does not have a > battery either.**** > > ** ** > > Thanks,**** > > Ning**** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *embedded linux > > *Sent:* Thursday, March 28, 2013 10:23 PM > *To:* [email protected] > > *Subject:* Re: [Tizen General] Music player launch from menu screen " Low > battery"**** > > ** ** > > Hi all, > I am unable to solve the issue with launching of music player. Can anybody > give me some pointers on this. I tried using vconf command and I am not > able to find the function which compares the battery value in source code. > > Thanks**** > > On Fri, Mar 22, 2013 at 12:36 PM, embedded linux < > [email protected]> wrote:**** > > Thanks hao for sharing the valuable information. This will help me to > solve the issue.**** > > ** ** > > On Fri, Mar 22, 2013 at 10:44 AM, Li, Hao H <[email protected]> wrote:*** > * > > Maybe you can try to change the vconf value like > VCONFKEY_SYSMAN_BATTERY_STATUS_LOW to greater than > VCONFKEY_SYSMAN_BAT_POWER_OFF=1**** > > **** > > In music play src, there is function like mp_check_battery_available to > check the logic**** > > if (!vconf_get_int(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, &batt_state))**** > > if (batt_state <= VCONFKEY_SYSMAN_BAT_POWER_OFF)**** > > …**** > > **** > > **** > > **** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *embedded linux > *Sent:* Friday, March 22, 2013 1:02 PM > *To:* Wang, Ning W > *Cc:* [email protected] > *Subject:* Re: [Tizen General] Music player launch from menu screen " Low > battery"**** > > **** > > Hi Ning, > Thanks for the reply. > My device is not having battery. It is connected by 12v power supply. The > battery indicator always shows 0% status on the device. Is there a way to > bypass this and start the music player? > > Thanks**** > > On Fri, Mar 22, 2013 at 6:29 AM, Wang, Ning W <[email protected]> > wrote:**** > > Does your device have a battery? Which device-manager-plugin-* package are > you using? It might report incorrect battery info. That’s why you get this > kind of message.**** > > **** > > Thanks,**** > > Ning**** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *embedded linux > *Sent:* Thursday, March 21, 2013 9:06 PM > *To:* [email protected] > *Subject:* [Tizen General] Music player launch from menu screen " Low > battery"**** > > **** > > Hi All,**** > > **** > > I am not able to launch the music player application in tizen2.0alpha. I > am using Dm8148evm with kernel 2.6.37+.**** > > When I click on music player Icon from the menu-screen, it always pops up > window saying " Low battery" and exits.**** > > Also the resolution is not proper, the cons are overlapped on each other > also the battery menu icons are very small in size.**** > > **** > > **** > > Can anybody help me solve this issue?**** > > **** > > Thanks**** > > **** > > **** > > **** > > **** > > ** ** > > ** ** >
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
