[APP Help] Widgetlocker

crazyg0od33

Senior Member
Aug 10, 2010
1,019
107
0
I am running Myn's Warm 2.2, and I can't tell if this is a ROM issue or what, but when I run widgetlocker, I have a custom slider going to my SMS inbox. I dont use the default messaging app, I use handcent/go sms, but whenever I use widgetlocker to the sms inbox, it automatically opens the default app, and gives no options for the other one's.
Any ideas of what to do?

P.S. I also edited some of the .png's, dont know if that could be the issue?
 

JerseyFF

Senior Member
May 1, 2010
211
33
0
Chattanooga
I am running Myn's Warm 2.2, and I can't tell if this is a ROM issue or what, but when I run widgetlocker, I have a custom slider going to my SMS inbox. I dont use the default messaging app, I use handcent/go sms, but whenever I use widgetlocker to the sms inbox, it automatically opens the default app, and gives no options for the other one's.
Any ideas of what to do?

P.S. I also edited some of the .png's, dont know if that could be the issue?
Is it possible the SMS slider is pointing to the "Messages" app inbox specifically? In contrast to pointing to the system default value for your assigned SMS app?
 

crazyg0od33

Senior Member
Aug 10, 2010
1,019
107
0
I think it may be, because the only way to get it to slide to the app i want without using the ugly shortcut of the app itself is to delete the mms.apk. But go sms doesnt show notifications w/o the stock apk. Is there a way to change it to point to the system default? I get nbo option to make an app the default through widgetlocker?
Thanks for finally responding and trying to help guys
 

crazyg0od33

Senior Member
Aug 10, 2010
1,019
107
0
I sent an email to the dev, and linked him to this thread, so maybe he will post the answer here. If not, i will, just in case this issue shows up in the future.
 

[email protected]

Senior Member
May 19, 2010
498
5,102
0
Chicago
teslacoilsw.com
Android's handling of the app defaults is awkward, hence the various apps on the market (including my HomeSmack) to help switching between default Home programs.
The only way to set a default app as of 2.2 is to launch it in a generic way* when there is no default set. Then you'll get the list with the checkbox to set it as a default.

So really what you need to do is clear the default, then slide the SMS slider in WidgetLocker. You should be able to clear the default by:
System Settings > Applications > All Applications > Messaging (Or whatever current default app is) > Scroll down and click Clear Defaults.
Note, you want the Clear Defaults button, not the Clear Data button.

However some vendors might set their app at a higher priority making it impossible to change the default.

The coming update for WidgetLocker will allow you to select an app shortcut and then independently change the icon. Either to your own, or one of the WidgetLocker built in slider icons.


*For the curious:
Code:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setType("vnd.android-dir/mms-sms");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
 
  • Like
Reactions: JerseyFF

Smokeey

Senior Member
Oct 8, 2010
1,715
324
0
College Station, TX
Android's handling of the app defaults is awkward, hence the various apps on the market (including my HomeSmack) to help switching between default Home programs.
The only way to set a default app as of 2.2 is to launch it in a generic way* when there is no default set. Then you'll get the list with the checkbox to set it as a default.

So really what you need to do is clear the default, then slide the SMS slider in WidgetLocker. You should be able to clear the default by:
System Settings > Applications > All Applications > Messaging (Or whatever current default app is) > Scroll down and click Clear Defaults.
Note, you want the Clear Defaults button, not the Clear Data button.

However some vendors might set their app at a higher priority making it impossible to change the default.

The coming update for WidgetLocker will allow you to select an app shortcut and then independently change the icon. Either to your own, or one of the WidgetLocker built in slider icons.


*For the curious:
Code:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setType("vnd.android-dir/mms-sms");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
Has anyone ever told you they love you? Cause I do....awesome app too!

Sent from God, who uses CM7 RC1.
 

crazyg0od33

Senior Member
Aug 10, 2010
1,019
107
0
I love you so much lol.
So is there a way to use that last part so I can direct the slider myself or should I just wait it (i hope short) out?
Thanks so much again for responding

Sent from my ADR6300 using XDA App
 

Munnin

Member
May 21, 2010
13
0
0
Watertown
I'm running 2.0 and the functionality is indeed there. However I would just recommend deleting the slider off and then re-adding it and using a shortcut. Don't know if that helps, as I highly doubt that it will show the number of unread messages.
 

06stang

Senior Member
Jun 25, 2010
1,169
265
0
Albuquerque
Hey Kevin I love the app but I keep having a few problems maybe you can help.

I'm on CM7 nightly #5 and widgetlocker slows it down significantly. I also keep running into the problem of all my Widgets disappearing randomly and never coming back. The background is still there but its blank.


Love the app. Thanks

HTC Incredible
 

todd3835

Senior Member
Feb 13, 2008
1,158
245
93
I'm also having the problem of Widgets dissappearing.... happens after upgrading to a new nightly or after a random reboot..... being able to backup settings would be very helpful.....

Sent from my ADR6300 using Tapatalk
 

AgentJz

Senior Member
Oct 28, 2010
206
11
0
Charlotte, North Carolina
Off topic, but for what it's worth, I'm having terrific results with WL in combination with an app called "No Lock" which disables the stock lock screen. No Root necessary.

I am rooted though running SkyRaider and now Warm 2.2 with Sense 2.0. I was always having problems with WL locking up my screen when the cpu got going and I was turning my screen on and off a lot quickly. Lots of black screens and such but never any problems without WL. So I run "No Lock" and WL runs perfectly.

Off topic, but good info and testing none the less.