System Info Widget Bug Reports

I bought the "system info" widget today (version 2.0.1) via the Android Market, and I can't manage to display external SD card storage. In the list of available items, I can select to display "Free Storage" and "Free SD Card Space" but there is nothing concerning "external SD card".
My version of Android is 2.1 on a Samsung Galaxy S, and 32Gb external SD card installed.
 
Vj,

Free SD card space is referring to your external SD card. When you select that item is it not displaying your external SD card space correctly on the widget?
 
"Free SD card space" says 5.7 Gb, which is the remaining space on the internal SD card: the 8 Gb internal memory is split in two parts, a 2 Gb section for installing applications, and a 6 Gb section for storing documents. When activated, the "Free SD card space" shows the space left on the second section of the internal memory. There is no way to display the approx. 29 Gb left on my external SD card.
 
"Free SD card space" says 5.7 Gb, which is the remaining space on the internal SD card: the 8 Gb internal memory is split in two parts, a 2 Gb section for installing applications, and a 6 Gb section for storing documents. When activated, the "Free SD card space" shows the space left on the second section of the internal memory. There is no way to display the approx. 29 Gb left on my external SD card.

Ok gotcha. It seems that the all of Samsung Galaxy devices are setup up this way. I will work on a fix for this issue.
 
OK, thanks a lot ! I'm looking forward the next update.
Otherwise, the widget works like a charm. Great job !
 
2.0.2 Update now available in Android Market that resolves free memory on SD card display on Galaxy S devices!
 
Last edited:
Thanks Jason;
However, I am sorry to tell you the problem remains. Even after complete uninstall/reinstall and device reboot.
 
Hmm, strange that numerous Galaxy S users are telling me that it is now working correctly.

I'm not sure what the issue is on your device. Which Galaxy S model do you have?
 
Hi Jason;
The system is 2.1-update1; it also says I9000BVJF3, version is "ECLAIR.BVJG2".
 
Hi, i'm using milestone with android 2.0 system.
System Info Widget is a great app in my phone before. but it is not working from 2.1.1 . the widget show "loading data..." forever, and pop a dialog with "The application System Info Widget(process com.jasoncalhoun.android.systeminfowidget) has stopped unexpectedly. Please try again."

what's wrong with it?
thx.
 
Hi, i'm using milestone with android 2.0 system.
System Info Widget is a great app in my phone before. but it is not working from 2.1.1 . the widget show "loading data..." forever, and pop a dialog with "The application System Info Widget(process com.jasoncalhoun.android.systeminfowidget) has stopped unexpectedly. Please try again."

what's wrong with it?
thx.

Remove the widget from your screen, then go to Android Market and download the newest upgrade (v 2.1.2). Once it finishes downloading, reboot your device and then re-add the widget back to the screen when it turns back on.
 
Hello. I just bought your widget and I'm really satisfied, except for one thing: on every update (so every 5 seconds by default) it spits the following error to logcat:

Code:
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323): could not get wimax state
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323): java.lang.NullPointerException
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.jasoncalhoun.android.systeminfowidget.SwitchToggle4gService.getWimaxState(SwitchToggle4gService.java:39)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.jasoncalhoun.android.systeminfowidget.items.Toggle4gItem.updateInfo(Toggle4gItem.java:28)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.jasoncalhoun.android.systeminfowidget.SystemInfoWidget$UpdateService.onStart(SystemInfoWidget.java:156)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.Service.onStartCommand(Service.java:306)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2873)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread.access$3500(ActivityThread.java:119)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1926)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.os.Handler.dispatchMessage(Handler.java:99)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.os.Looper.loop(Looper.java:123)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread.main(ActivityThread.java:4363)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at java.lang.reflect.Method.invokeNative(Native Method)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at java.lang.reflect.Method.invoke(Method.java:521)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at dalvik.system.NativeStart.main(Native Method)

It's very annoying!
Since I'm developing on my phone too, I check the logcat often.
I don't have a 4G phone (I'm using Samsung Galaxy Spica, GT-I5700).
 
Thotep,

I will check into this issue and see if I can get it corrected.

I'm testing the widget on a 4G device and did not notice any errors, thanks for pointing that out.

Hello. I just bought your widget and I'm really satisfied, except for one thing: on every update (so every 5 seconds by default) it spits the following error to logcat:

Code:
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323): could not get wimax state
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323): java.lang.NullPointerException
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.jasoncalhoun.android.systeminfowidget.SwitchToggle4gService.getWimaxState(SwitchToggle4gService.java:39)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.jasoncalhoun.android.systeminfowidget.items.Toggle4gItem.updateInfo(Toggle4gItem.java:28)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.jasoncalhoun.android.systeminfowidget.SystemInfoWidget$UpdateService.onStart(SystemInfoWidget.java:156)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.Service.onStartCommand(Service.java:306)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2873)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread.access$3500(ActivityThread.java:119)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1926)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.os.Handler.dispatchMessage(Handler.java:99)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.os.Looper.loop(Looper.java:123)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at android.app.ActivityThread.main(ActivityThread.java:4363)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at java.lang.reflect.Method.invokeNative(Native Method)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at java.lang.reflect.Method.invoke(Method.java:521)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
10-20 21:14:18.242: ERROR/SwitchToggle4gService(30323):     at dalvik.system.NativeStart.main(Native Method)

It's very annoying!
Since I'm developing on my phone too, I check the logcat often.
I don't have a 4G phone (I'm using Samsung Galaxy Spica, GT-I5700).
 
I just noticed the same here for me on HTC Desire 2.2. Looking for your homepage I found this post.

Code:
10-21 10:28:53.817 E/SwitchToggle4gService(29883): could not get wimax state
10-21 10:28:53.817 E/SwitchToggle4gService(29883): java.lang.NullPointerException
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at com.jasoncalhoun.android.systeminfowidget.SwitchToggle4gService.getWimaxState(SwitchToggle4gService.java:39)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at com.jasoncalhoun.android.systeminfowidget.items.Toggle4gItem.updateInfo(Toggle4gItem.java:28)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at com.jasoncalhoun.android.systeminfowidget.SystemInfoWidget$UpdateService.onStart(SystemInfoWidget.java:156)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at android.app.Service.onStartCommand(Service.java:420)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3267)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at android.app.ActivityThread.access$3600(ActivityThread.java:135)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at android.os.Handler.dispatchMessage(Handler.java:99)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at android.os.Looper.loop(Looper.java:144)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at android.app.ActivityThread.main(ActivityThread.java:4937)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at java.lang.reflect.Method.invokeNative(Native Method)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at java.lang.reflect.Method.invoke(Method.java:521)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
10-21 10:28:53.817 E/SwitchToggle4gService(29883): at dalvik.system.NativeStart.main(Native Method)

btw I do not even use toggle items, I only have info items selected in the widget (battery, temp, ram, internal, sd).

regards, luigi
 
Airplane mode turning on 4g

Just noticed this my last trip. When I use System Info to engage Airplane mode, my 4 g will come on, or if I turn Airplane mode off, 4g will come on. This doesn't happen when using any other method for turning on Airplane mode ( ie quicksettings or thru the menu). This also occurs whether or not 4g is in the System info widget. I uninstalled the new version and put back 2.1.3, and I still get the same behavior. I am running Myn's Warm 2.2 rls4, but this happened the first time before I loaded rls 4. Previously I was running Myn's rls 2. I will restore to an earlier rom and try it again.

Update. Well 4g doesn't come on when turning on Airplane mode using other methods, but it does come on when turning off Airplane mode using other methods. Looks like it may be something else. More testing.

Update. Wiped and reflashed clean. Don't have the problem anymore. Too much stuff conflicting I guess. Everything is back to being ok.

Al
 
Last edited:

Trending Posts

Forum statistics

Threads
955,957
Messages
6,966,215
Members
3,163,442
Latest member
Barry Desborough