I think this elf is not more mini-elf, if any member of the staff to mobilefree considers elf mini please move. greetings ;)
changelog:
V1.3.fix +update items in 1 seg. +Fix Show memory free for all plataforms. V1.3 +delete option select your DB, Thanks den_po for your explaind for correctly method for using GetVolumenSize for all plataforms. +add option to show or hide Battery charge Bar. +add option to show or hide Memory card Bar. +add option to show or hide Memory phone Bar. V1.2 +change struct of the config. +posibility to select 2 language (Spanish/English) +removed option show second. +add posibility to changue manual format for show date. +add new option for show free memory "Select your DB" if your SE is A2 V1 select option A2 V1 else if your SE is A2 V2 select option A2 V2. V1.1 +change struct of the config. +add posibility to show or hide SideBar and change position. +posibility to rename file and change extension. +add posibility to show or hide Memory Free of the Memory Styck. +add posibility to show or hide Memory Free of the Memory Phone. V1.0 +show 1 sidebar in stanby. +posibility to show or hide free heap and change font, positions and color. +posibility to show or hide System temperature and change font, positions and color. +posibility to show or hide Signal Quality and change font, positions and color. +posibility to show or hide 2 custom messagues and change font, positions and color. +posibility to show or hide date and change font, positions and color. +posibility to show or hide clock and change font, positions and color. +posibility to select 3 Styles for show clock (auto, 12 hours am/pm, 24 hours). +posibility to show or hide seconds.
put elf in your preference Zbin or Daemons. create folder name MySideBarInfo in: card/other/Zbin/Config/MySideBarInfo
and put the imagen MySideBarInfo.png in the folder MySideBarInfo add my imagen.png for you ;) thanks to me friend zhero for created the SideBar.png Sshot:
switch( GetChipID() & CHIPID_MASK ) { case CHIPID_DB2000: case CHIPID_DB2010: case CHIPID_DB2020: case CHIPID_PNX5230: { VOLUMESIZE vs; GetVolumeSize( L"/card", &vs ); totalspace = (long long) vs.BytesPerCluster * vs.TotalClusters; freespace = (long long) vs.BytesPerCluster * vs.TotalFreeClusters; break; } case CHIPID_DB3150: case CHIPID_DB3200: case CHIPID_DB3210: case CHIPID_DB3350: { VOLUMESIZE_A2 vs; GetVolumeSize( L"/card", &vs ); totalspace = vs.TotalSpace; freespace = vs.FreeSpace; break; } default: //unknown platform totalspace = 0; freespace = 0; }
there is no need to use typecasting when you use a result as integer. also such typecasting may cause dataloss for volumes larger than 2GB when used int and 4GB when used unsigned int. if you want to print "long long" with *printf functions, use "%lld" mask.
elf name: MySideBarInfo Autor: albertnet3 V1.3 enjoy !!! +delete option select your DB, Thanks den_po for your explaind for correctly method for using GetVolumenSize for all plataforms. +add option to show or hide Battery charge Bar. +add option to show or hide Memory card Bar. +add option to show or hide Memory phone Bar. blacklizard, joost206, thanks friends for all ;)
This new version update in the first post ;)
Confidence in yourself is the first secret of success(R. W. Emerson)
albertnet3, привет!сделай пожалуйста что бы память показывал сколько свободно из общего объема флешки и телефона и что бы для каждого пункта можно было подгонять картинку а не только один бар что бы был
Вы не можете начинать темы. Вы не можете редактировать свои сообщения. Вы не можете создавать опросы. Вы не можете вкладывать файлы в сообщения. Вы не можете отвечать на сообщения. Вы не можете удалять свои сообщения. Вы не можете голосовать.