forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

powerGetBatteryLifePercent ???

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
arrggg



Joined: 29 Sep 2005
Posts: 11

PostPosted: Thu Sep 29, 2005 10:12 am    Post subject: powerGetBatteryLifePercent ??? Reply with quote

I tried a simple program..
Code:

System.usbDiskModeActivate()
-- Battery Level View
white = Color.new(255, 255, 255)
screen:clear()
batlev = System.powerGetBatteryLifePercent()
screen:print(11, 2, string.format("%d", batlev), white)
screen.flip()
screen.waitVblankStart(3000)


and i get
error: test.lua:5: attempt to call field 'powerGetBatteryLifePercent' (a nil value)[/code]
Back to top
View user's profile Send private message
Koba



Joined: 29 Sep 2005
Posts: 59

PostPosted: Thu Sep 29, 2005 11:01 am    Post subject: Reply with quote

i am having this exact same problem, thats why i am here lol, but i can't ever seem to get System.powerGetBatteryLifePercent() to work... i'll keep an eye out for any projects that use the command to see what we are doing wrong.
Back to top
View user's profile Send private message AIM Address
Koba



Joined: 29 Sep 2005
Posts: 59

PostPosted: Thu Sep 29, 2005 11:35 am    Post subject: Reply with quote

ok, download this version of LUA: http://www.luaplayer.org/LuaPlayer_v0.10.3_firmware15.zip
and then the powerGetBatteryLifePercent() command will work. now my question is, how do i store that in a integer? or how do i create integers in lua?
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group