Wednesday, August 3, 2011

Sysinfo widget. THE BIG UPDATE.

The current version is 1.3.0.

- Added actions for single/double/triple tap on widget. More actions will be added later.

- Added text fields to fine tune of width, height of widget for portrait and landscape orientation. You can change size in bounds of widget cell;

- Added text for landscape orientation. Now text on widget may be different for portrait and landscape orientation;

- Added text field for color selector;

- Added short form for GSM Cell ID. $$NWCIDS$ for decimal value, $$NWCIDSH$ for hex.

- Fixed some bugs in text drawing;

- Added tag $$SYF.$ for show date/time as described in
http://developer.android.com/reference/android/text/format/DateFormat.html
For example:
$$SYF.MM/dd/yy h:mmaa$ -> "04/06/70 3:23am"
$$SYF.MMM dd, yyyy h:mmaa$ -> "Apr 6, 1970 3:23am"
$$SYF.MMMM dd, yyyy h:mmaa$ -> "April 6, 1970 3:23am"
$$SYF.E, MMMM dd, yyyy h:mmaa$ -> "Mon, April 6, 1970 3:23am&
$$SYF.EEEE, MMMM dd, yyyy h:mmaa$ shows "Monday, April 6, 1970 3:23am"
 
- Added parameters for tags NWCDMALAT, NWCDMALON. Now you can set format for display latitude, longitude. For example $$NWCDMALAT%.2f$ shows latitude with two digit after point. For more info see http://developer.android.com/reference/java/util/Formatter.html#format(java.lang.String, java.lang.Object...) 

Currently allowed Actions for tap event:

        - Do nothing
        - Run widget config
        - Toggle Wi-Fi
        - Toggle Bluetooth
        - Show settings to allow configuration of APNs.
        - Show settings to allow configuration of Bluetooth.
        - Show settings for selection of 2G/3G.
        - Show settings to allow configuration of date and time.
        - Show general device information settings (serial number, software version, phone number, etc.).
        - Show settings to allow configuration of display.
        - Show settings to configure input methods, in particular allowing the user to enable input methods.
        - Show settings for internal storage.
        - Show settings to allow configuration of locale.
        - Show settings to allow configuration of current location sources.
        - Show settings to manage all applications.
        - Show settings to manage installed applications.
        - Show settings for memory card storage.
        - Show settings for selecting the network operator.
        - Show settings to allow configuration of quick launch shortcuts.
        - Show system settings.
        - Show settings to allow configuration of sound and volume.
        - Show settings to allow configuration of sync settings.
        - Show settings to allow configuration of a static IP address for Wi-Fi.
        - Show settings to allow configuration of Wi-Fi.
        - Show settings to allow configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks.

Friday, July 1, 2011

System info Widget: Added new tags

**    $$NWCDMABSID$    CDMA base station identification number
**    $$NWCDMABSIDH$    hexadecimal for NWCDMABSID
**    $$NWCDMANID$    CDMAnetwork identification number
**    $$NWCDMANIDH$    hexadecimal for NWCDMANID
**    $$NWCDMASID$    CDMAsystem identification number
**    $$NWCDMASIDH$    hexadecimal for NWCDMASID
**    $$NWCDMALAT$    CDMA base station latitude
**    $$NWCDMALON$    CDMA base station longitude

New version of System Info Widget


System info widget.
Fully customisable widget with templates. Shows over 70 system parameters.


Five sizes: 1x1 2x1 2x2 4x1 4x2


(**) Allowed on activated application.


$$NWOPN$ NetworkOperatorName;
$$NWOP$ NetworkOperator;
$$NWLAC$ LAC
$$NWCID$ CID
** $$NWLACH$ Hex LAC
** $$NWCIDH$ Hex CID
$$NWTP$ PhoneType
** $$NWNTP$ NetworkType
** $$NWROAM$ is roaming
$$NWGSMDBM$ GSM signal strength
$$NWGSMER$ GSM error level
$$NWCDMADBM$ CDMA RSSI value in dBm 
** $$NWCDMAEI$ CDMA Ec/Io value in dB*10 
$$NWEVDODBM$ EVDO RSSI value in dBm 
** $$NWEVDOEI$ EVDO Ec/Io value in dB*10 
** $$NWEVDOSNR$ EVDO signal to noise ratio
$$NWSIMOP$ Sim Operator
** $$NWSIMOPN$ Sim Operator Name
$$NWSIMCI$ Sim CountryIso
** $$NWSIMSN$ Sim Serial Number
$$NWSID$ SubscriberId

$$WFBSSID$ basic service set identifier (BSSID) of the current access point.
** $$WFMAC$ MAC Address
$$WFSSID$ service set identifier (SSID) of the current 802.11 network.
** $$WFIP$ Current IP address
** $$WFSPEED$ current link speed
$$WFSPU$ LINK SPEED UNITS
$$WFNID$ unique small integer ID, used to identify the network
** $$WFRSSI$ received signal strength indicator of the current 802.11 network.
$$WFSTATE$ Wifi State

$$BTNAME$ friendly Bluetooth name of the local Bluetooth adapter.
** $$BTADDR$ hardware address of the local Bluetooth adapter.
** $$BTSTATE$ current state of the local Bluetooth adapter.
$$BTDEV$ paired devices to the local adapter.

** $$BATP$ Battery level
** $$BATV$ Current battery voltage level.
** $$BATTC$ Current battery temperature. Celsius
$$BATTF$ Current battery temperature. Fahrenheit
** $$BATPL$ Indicating whether the device is plugged in to a power source
$$BATH$ Current health.
** $$BATS$ Current status.
$$BATTE$ Technology of the current battery.

$$BLBO$ The name of the underlying board.
$$BLBR$ The brand (e.g., carrier) the software is customized for, if any.
$$BLCPU$ The name of the instruction set (CPU type + ABI convention) of native code.
$$BLDEV$ The name of the industrial design.
$$BLDISP$ A build ID string meant for displaying to the user 
$$BLFNGR$ A string that uniquely identifies this build.
$$BLHST$ HOST
$$BLID$ Either a changelist number, or a label like "M4-rc20".
$$BLMNF$ The manufacturer of the product/hardware.
$$BLMDL$ The end-user-visible name for the end product.
$$BLPRD$ The name of the overall product.
$$BLTAGS$ Comma-separated tags describing the build, like "unsigned,debug".
$$BLTM$ TIME
$$BLUSR$ USER
$$BLTYP$ The type of build, like "user" or "eng".

$$SYMF$ Free RAM
$$SYSTT$ Total Storage
** $$SYSTF$ Free Storage
$$SYSDT$ Total SDCard
** $$SYSDF$ Free SDCard
$$SYSTT1$ Total Storage. One digit.
** $$SYSTF1$ Free Storage. One digit.
$$SYSDT1$ Total SDCard. One digit.
** $$SYSDF1$ Free SDCard. One digit.
$$SYSTT2$ Total Storage. Two digits. 
** $$SYSTF2$ Free Storage. Two digits.
$$SYSDT2$ Total SDCard. Two digits.
** $$SYSDF2$ Free SDCard. Two digits.
$$SYCD$ Day
$$SYCM$ Month
$$SYCY$ Year
$$SYCH24$ Hour 24
$$SYCH$ Hour
$$SYCMI$ Minutes
$$SYCXM$ Show am/pm

** @@#AARRGGBB@ Set text color
** @@#RRGGBB@ Set text color
** @@Px,y@ Set text position. x,y is integer.
** @@Sp@ Set fontsize. p is integer.
** @@Ax@ Set text align. x is {L, C, R}  
** @@Fname@ Set Typeface. name is {DEFAULT, MONOSPACE, SANS_SERIF, SERIF, DIGI000, DIGI001, DIGI002}





Monday, June 6, 2011

Now You can customise text on widget as you wish with templates.
For example, you want to have current battery level and temperature on widget. No problem. Just change template:
BAT: $$BATP$%
$$BATV$V
$$TEMPC$°C


$$NWOPN$ Network operator name
$$NWOP$ Network operator MCC+MNC
$$LAC$ Location Area Code
$$CID$ Cell ID
$$PHTP$ Phone Type
$$NWTP$ NetworkType
$$SSDBM$ Signal Strength (dBm)

$$MEMF$ Memory Free
$$STOT$ Storage Total
$$STOF$ Storage Free
$$SDCT$ SD Card Total
$$SDCF$ SD Card Free

$$BATP$ Battery Percentage
$$BATV$ Battery Voltage
$$TEMPC$ Temperature (Celsius)
$$TEMPF$ Temperature (Fahrenheit)

$$CDMADBM$ CDMA RSSI value in dBm
$$CDMAEI$ CDMA Ec/Io value in dB*10
$$EVDODBM$ EVDO RSSI value in dBm
$$EVDOEI$ EVDO Ec/Io value in dB*10
$$EVDOSNR$ EVDO signal to noise ratio.
$$GSMER$ GSM error rate (0-7)




Monday, March 7, 2011