Motorola E815 Preference Support | developer.brewmp.com Motorola E815 Preference Support | developer.brewmp.com

Developer

Motorola E815 Preference Support

Forums:

Does the new Motorola E815 handset have issues with saving preferences?

I am porting to this handset from the V710 and both of my apps revert to original preference settings when I rerun them.

My S/W Version is 8720_01.0F.00

Thanks for any information on this issue.

I'm getting Error Code 2 returned by both set and get prefs (out of memory). This doesn't make much sense. The phone has multiple meg of free memory.

I'm getting Error Code 2 returned by both set and get prefs (out of memory). This doesn't make much sense. The phone has multiple meg of free memory.

Would the sdk version I am using affect this? I'm using 2.01.

Would the sdk version I am using affect this? I'm using 2.01.

Guess not. I just tried rebuilding with brew 2.1.3 with no luck..

Guess not. I just tried rebuilding with brew 2.1.3 with no luck..

Our latest theory: the "max file count" application might have created a lot of little files so that there is no longer a continuous chunk of a file to save on.
We've removed all the apps on the phone, but that did not help (we had to remove them through the apploader as they were all installed that way.)
Has anyone see this happen to a handset before?

Our latest theory: the "max file count" application might have created a lot of little files so that there is no longer a continuous chunk of a file to save on.
We've removed all the apps on the phone, but that did not help (we had to remove them through the apploader as they were all installed that way.)
Has anyone see this happen to a handset before?

We ended up changing the saving code to use a local file. Just couldn't get get/setPrefs to work..

We ended up changing the saving code to use a local file. Just couldn't get get/setPrefs to work..