App bar widget... (froyo) - Nexus One Themes and Apps

So now that I'm on Froyo I can't use my beloved Helix Launcher. I need a way to conserve desktop space. To do so I want to use a widget that allows me to add shortcuts to it and scroll through the different apps.
Think something like GDE app dock but just for the stock homescreen. Does anyone know of anything like this?

With any luck, Helix will be updated for FroYo relatively soon. I already miss it too.

You could just add a "new folder" to your home screen, name it whatever u want and fill it up with any apps (not widget). Enjoy! if you didn't know about that already of course.

Look into 'more icons widget', doesn't scroll but you can add 3+config icon in a 1x1 space or 15+ config icon in a 4x1 space.

The development of Helix has been discontinued guys

According to whom?

evilkorn said:
Look into 'more icons widget', doesn't scroll but you can add 3+config icon in a 1x1 space or 15+ config icon in a 4x1 space.
Click to expand...
Click to collapse
I've checked that one out. It's alright, but I don't like how small the icons are. I'd rather have a scrollable widget dock. GDE has a great one built in, I wish someone would build one outside of GDE that is just a widget.

Scrollable widgets are not possible under the stock launcher/framework, notice that you have to click a button or have it auto refresh with widgets like facebook and various twitter applications. That is why Rosie has the scrollable widgets because of the customized framework.

If your objective is to conserve desktop space, I'm using "Apps Organizer" download from the market(free) to do that. It allows you to group your applications and put the group name on your desktop. Definitely a space saver!

Use launcher pro, up to 7 screens.

evilkorn said:
Scrollable widgets are not possible under the stock launcher/framework, notice that you have to click a button or have it auto refresh with widgets like facebook and various twitter applications. That is why Rosie has the scrollable widgets because of the customized framework.
Click to expand...
Click to collapse
I get what you're saying, but something doesn't make sense. On GDE you can add an application dock, it works EXTREMELY well too. Why is that? It's not a rosie app or anything.
Check it out. Thats what we need in a stand alone widget.

Like I said in the first sentence, with the stock launcher. GDE is a home replacement.

Or use a home replacement. Cause gde has it.
Edit: @evilkorn. sorry, didn't see that u clarified.

whats GDE? also does launcherpro work with froyo?
oops wrong thread.

Search in the market for an app called "Launcher Dock" It's a great app!!

bcpk said:
According to whom?
Click to expand...
Click to collapse
According to Faruq (the author), he may start collaborating with the LauncherPro dev though

anderwebs launcher is beastly!

bullyfrog said:
If your objective is to conserve desktop space, I'm using "Apps Organizer" download from the market(free) to do that. It allows you to group your applications and put the group name on your desktop. Definitely a space saver!
Click to expand...
Click to collapse
+1
I've been using it for a while now too.

ADW launcher has an app drawer at the bottom. You can flash the rc3 alternate build on the N1 Froyo. Get it HERE

Related

Vertical scrolling on homescreens?

I was playing around with the HTC bookmark widget earlier, and noticed widgets can be dragged up and down. Are there any widgets available that act as a blank overlay for the homescreen, which can also scroll vertically to view more widgets and shortcuts? This can be helpful to access more on each homescreen and provided no one else knows about the vertical scroll, hiding a few "work documents" .
sanamkan said:
I was playing around with the HTC bookmark widget earlier, and noticed widgets can be dragged up and down. Are there any widgets available that act as a blank overlay for the homescreen, which can also scroll vertically to view more widgets and shortcuts? This can be helpful to access more on each homescreen and provided no one else knows about the vertical scroll, hiding a few "work documents" .
Click to expand...
Click to collapse
how long have you had your phone again?
just about everyone knows about scrollable widgets.
and no you cant make a homescreen vertically scrollable.
1. You are being a ****.
2. He didn't ask about scrollable widgets.
3. Yes its possible it would just require some heavy knowledge and coding.
I wasn't announcing that widgets could scroll, I was providing an example. Nor did I ask if it was possible to make the homescreen scroll. What I'm asking IS possible. I was only asking if it already exists.
sanamkan said:
I wasn't announcing that widgets could scroll, I was providing an example. Nor did I ask if it was possible to make the homescreen scroll. What I'm asking IS possible. I was only asking if it already exists.
Click to expand...
Click to collapse
I haven't seen anything like that and I understand what you are asking. You would need to go to the android app dev section to see if someone will take A TON of time to make a full screen vertical scrolling widget that you can place other widgets in.
Would it be impossible to look at bookmark widget's code as a basis? As for integrating shortcuts into a widget, I could probably try and contact the dev of Multi icon. That should take care of the major concerns, right?
I dont know if you could make a widget that lets you host other widgets or shortcuts. but there are 2 options that may work for you
one is the folder system, you can make folders to keep your app shortcuts in, but they will not allow you to nest widgets inside of them.
another option is to use a secondary launcher like launcher pro or ADW launcher, and when you want to access the shortcuts or widgets that are in that launcher you can open it up. then you can set one of the launchers to be the default when you hit the home button, or have it ask you each time you hit it.
just my 2 cents, but don't give up on the widget inside a widget idea, im sure a bunch of people would like to have that ability
Teksu said:
I dont know if you could make a widget that lets you host other widgets or shortcuts. but there are 2 options that may work for you
Click to expand...
Click to collapse
The program/shortcut integrated in a widget is performed perfectly on the Multi icon widget. Pre-existing widgets in the widget haven't been included, but the dev has begun creating specialty widgets. I do recommend checking it out.
Teksu said:
another option is to use a secondary launcher like launcher pro or ADW launcher, and when you want to access the shortcuts or widgets that are in that launcher you can open it up. then you can set one of the launchers to be the default when you hit the home button, or have it ask you each time you hit it.
Click to expand...
Click to collapse
I've tried QuickDesk, which keeps your current launcher, but enables a popup homescreen when you double tap the home button. It's not the smoothest process by any means, and somehow makes HTC Sense pop up in your home button long press. If you know of any better attempts at this, I'd like to see how those work as opposed to this one. It may be simpler than eventually having to create a new one, right?
Actually, being able to pull up or down on the home screen to activate something like quickdesk would be pretty cool. QD kinda sucks having to double tap on it, and the response is laggy because the button is getting confused as to what it's supposed to do.
as far as I know, the only Launcher that provides vertical scrolling functionality is HTCSense. It also provides the EditText widget as a RemoteView.
**in Android world, a "widget" is any GUI object, really. While the widgets we talk about adding to a Home screen is really called an "AppWidget"**
Its all about how the Launcher handles and behaves with RemoteViews.
For a Launcher to allow one of its AppWidgets to contain and run another AppWidget, that Launcher would have to provide a huge heap of new RemoteViews and surrounding functionality...or, the AppWidget container would have to somehow import the child AppWidget App and run it internally (not possible I think!).
There's a chance that MIUI (a new Chinese Launcher) provides AppWidget-within-Folder functionality. It may then expose custom RemoteViews and API interfaces to allow AppWidgets to be developed to do similar things

Scrollable contact widget for 1.6 (using ADW)?

Hey guys, do you know a scrollable contact widget that works with 1.6? i'm thinking of something like pure messenger, only for contacts.
I know that we'll get eclair soon, but i still wanna knows if there exists something like that. I'm using adw launcher, which is capable of scrolling widgets.
Talking of 2.1, can you tell me a good scrollable contact widget for that? If i'm not wrong, launcher pro (plus?) brings one built in, right?
Cheers
qwer23
Sent from my X10i using XDA App
qwer23 said:
Hey guys, do you know a scrollable contact widget that works with 1.6?
Click to expand...
Click to collapse
Nope, 2.1 upwards only.
Not that kind you search, but with Launcher-X Pro you can create widgets, at least with contacts (, apps & shortcuts).
For example you can create a widget where you can see up to 7 contacts.
By pressing a button in the widget you can turn to next side of the widget, where are the next 7 contacts.
In every widget you create you can add up to 72 contacts (apps or shortcuts).
Launcher-X Pro is availible in Market in 2 Versions (free & paid)
At the second screen from my phone you can see one of the widgets with my most used contacts. (pictures are pixelized)
http://www.pocketpc.ch/sony-ericsson-xperia-x10/100936-homescreens-xperia-x10i-10.html#post759807
Just have a look and try the free version of that app.
I like it.
Thanks for your answers!
I'm already using launcher-x pro, and i really like it for having my most used apps etc at hand.
But scrolling/swiping like in the pure messenger widget is just more intuitive since i don't have to precisely push a button. sounds stupid, i know, but it really makes things easier
I wonder why no one is creating a widget like this, pure messenger already shows that it's possible when you have a capable launcher. and ADW is easily one of the most used launchers out there Or is there another limitation when we're speaking about contacts instead of messages? Probably we're just obsolete fossils with our donut
Thanks anyway for your advices!
Cheers
qwer23
Ive tried to look for a widget like that too, but had no luck. The best thing you can do is wait for 2.1 to come and then install LauncherPro Plus.. You'll get a scrollable people widget, much like the htc's contact widget.
shukla said:
Ive tried to look for a widget like that too, but had no luck. The best thing you can do is wait for 2.1 to come and then install LauncherPro Plus.. You'll get a scrollable people widget, much like the htc's contact widget.
Click to expand...
Click to collapse
Alright thx. I'm still not sure if i'll switch to Launcher Pro since i love ADW so far, but we'll see ^^
qwer23 said:
Hey guys, do you know a scrollable contact widget that works with 1.6? i'm thinking of something like pure messenger, only for contacts.
I know that we'll get eclair soon, but i still wanna knows if there exists something like that. I'm using adw launcher, which is capable of scrolling widgets.
Talking of 2.1, can you tell me a good scrollable contact widget for that? If i'm not wrong, launcher pro (plus?) brings one built in, right?
Cheers
qwer23
Sent from my X10i using XDA App
Click to expand...
Click to collapse
You can use GDE home and it has built in task bar and additional 4x1 dock that can add any place. you can add any shortcut or contact and change icon and rename each the way you want in both dock and task bars. whats more is that you can add any number of icons and scroll both ways. Check it out.
Shiwantha said:
You can use GDE home and it has built in task bar and additional 4x1 dock that can add any place. you can add any shortcut or contact and change icon and rename each the way you want in both dock and task bars. whats more is that you can add any number of icons and scroll both ways. Check it out.
Click to expand...
Click to collapse
looks sweet, thx for the tip! i'll check it out later

Post Screenshots for ADWLauncher (Free or EX)

Hey all!
ADWLauncher is well-known among the community here, and recently on the market, ADWLauncher EX became available and it is absolutely brilliant. Launcherpro has a thread dedicated to showcasing each user's beautiful desktops, and for good reason, as it too is a wonderful launcher. That said, I think ADW deserves equal appreciation, and with the new EX version available on the market, the features and potential artistry of it grows even further.
Please post your screenshots and provide a brief description! For mine ...
Pic 1: My default desktop. I'm obsessed with minimalism, and to achieve this I expanded the desktop (no dock) and used AppsOrganizer to create cataloged folders for my apps. In the top corners are folders for Starred Contacts and All Contacts, respectively, and the clock widget at the bottom is Minimalistic Text.
Pic 2: Right-hand desktop. Left-hand corner with SetCPU 2.10, and once again Minimalistic Text widget at the bottom. This widget is very nice, can provide text- or number-based widgets for date, time, weather, battery, or even static text. Very customizable as well.
Pic 3: Left-hand desktop. Top widget is Visual Bookmarks, bottom widget is Android Agenda Widget, both customized to match other widgets.
All widgets described are available for free on the market. But please share your own pictures and descriptions of ADW!
ADW Ex, Beautiful Widgets, Gingerbread ADW theme
Sweet! I've been wanting to see some ADW pics. I use LauncherPro now, but if I get some cool ideas I might switch haha
OP could u post your wallpaper
Sent from my PC36100 using XDA App
the new ADW EX is win

			
				
t3project said:
Click to expand...
Click to collapse
What clock is that?
marshall_634 said:
What clock is that?
Click to expand...
Click to collapse
clockr evolution
CheesyNutz said:
the new ADW EX is win
Click to expand...
Click to collapse
I WANT YO AWGASMIC ICONS. PLEASSEE?
A drop of Chuck Norris's semen was placed on the IPhone. We now have the Htc Evo.
Sent from my PC36100 using XDA App
catdeerduck said:
OP could u post your wallpaper
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Here ya go boss.
Actually, I'm glad someone else digs it. All the people that see it say its cool, but really creepy haha.
ADWLauncher
DayWeekBar
tf Weather widget
Circle Battery Widget
OneSeven Widget
Same As Above But With Jada Fire Wallpaper
Screen Shot Censored For XDA
t3project said:
Click to expand...
Click to collapse
That background is badass man ... I'm a B&W guy myself, but gotta give props where its due, that is sweet.
Here's my current setup:
ADWLauncher EX
Wallpaper is old school Corrosion of Conformity logo.
Left:
Battery widget is Minimalist Text
Bottom arrow is Folder Organizer shortcut to Favorited Apps.
Right:
Time/Date is Minimalist Text
Bottom Arrow (with twitter logo) is a Folder Organizer shortcut to apps labeled twitter (I use several twitter apps.)
I have a question , how do you guys get the number of texts, emails, and etc to show up on the docked apps , is that part of EX?
Sent from my PC36100 using XDA App
xtshadowxt said:
I have a question , how do you guys get the number of texts, emails, and etc to show up on the docked apps , is that part of EX?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Adw settings -> general behavior -> system preferences -> show notifications. It is part of ex, but unsure if it is part of the free version.
Ride that evo train
Up
str8henn said:
ADWLauncher
DayWeekBar
tf Weather widget
Circle Battery Widget
OneSeven Widget
Same As Above But With Jada Fire Wallpaper
Screen Shot Censored For XDA
Click to expand...
Click to collapse
Icons?
Sent from my PC36100 using XDA App
What app or theme do I use to get the icons in text form instead of actual icons?
How do you get the Sun-Mon on your screen? I have dayweekbar but it doesn't do that
*edit* nevermind, I see now, oneseven widget
str8henn said:
ADWLauncher
DayWeekBar
tf Weather widget
Circle Battery Widget
OneSeven Widget
Same As Above But With Jada Fire Wallpaper
Screen Shot Censored For XDA
Click to expand...
Click to collapse
Sent from my PC36100 using XDA App
bpqow said:
What app or theme do I use to get the icons in text form instead of actual icons?
Click to expand...
Click to collapse
You just need to find the different text icons that you like and then switch them out. It should be an option of ADW.
After you create your own or download a version you like save them to your SD card. Then select the dock icon you want to edit. It will pop up the 3 options and you want to select edit. Then you'll see the edit box pop up. Look to the left and you'll see a picture of the icon. Press that and you'll have the option then to select a different picture. Then you can use the ones you just put on your card.
Hole that helped.

[Q] Arrange apps in App Drawer??

Is there a way to organise apps in the app drawer? It is now just a collection of apps, but I like the idea of a totally clean homescreen (only widgets and dock), and an organised App Drawer.
It doesn't matter how the apps are organised. It can be with folders, different pages, whatever. But it has to be in the App Drawer. Is there an app/launcher/custom ROM that can do that?
Anyone? I know not many people want this, because they organise their apps on the homescreens, and the App Drawer is just a collection of all apps, but as I said, I really like the idea of a homescreen with widgets only, and an organised App Drawer with folders or different pages or whatever.
ADW Launcher has an option to create a catalog to group apps, but everytime you need to change catalogs, you have to press menu, then "choose group".
It´s nice, but it should have a better way to choose between the groups.
All apps organizer is what I use. If you use adw or launcher pro you can make it your app drawer. Works really well.
dls5375 said:
All apps organizer is what I use. If you use adw or launcher pro you can make it your app drawer. Works really well.
Click to expand...
Click to collapse
So..., that just replaces the App Drawer? That's fine to me, but I hope you can hide the 'real' App Drawer then. I still want my app drawer button in the middle + 2 icons on either side in the dockbar, but then the app drawer icon should link to that All Apps Organizer program.
gasparzim said:
ADW Launcher has an option to create a catalog to group apps, but everytime you need to change catalogs, you have to press menu, then "choose group".
It´s nice, but it should have a better way to choose between the groups.
Click to expand...
Click to collapse
You can set the option in ADW.Launcher so that there are arrows on the left and side of the bottom of the screen when you open the app drawer, then pressing those arrows you can switch the catalogs.
Just found out that Go Launcher EX has folder support. I'm starting to like this launcher more and more! Nobody knows it though, so I couldn't find much information about the folder support in app drawer.

Widget list editor?

Is there a way to edit which widgets show up in the list? Some apps seem to add 10+ variations of each widget! I saw another similar post but no answer was given which makes me think it isn't possible?
rendez2k said:
Is there a way to edit which widgets show up in the list? Some apps seem to add 10+ variations of each widget! I saw another similar post but no answer was given which makes me think it isn't possible?
Click to expand...
Click to collapse
As far as I know there is no general option for all the launchers available to do this. Every launcher handles his widget abilities in a different way.
I use ADW Launcher. This launcher shows the list of widgets but not all the sub-widgets. F.e. in the widget selection list I see "Elixir (19 widgets)". Only if I tap on it it shows me all the 19 sub-widgets.
In some apps you can define how many widgets should be shown in the widget selection of the launcher.
Thanks - I use Go Launcher Ex but don't see any options?
Talking of launchers, are there any launchers which handle short cuts more iPhone like? So, if I drag an icon near another one, it moves it out of the way?
rendez2k said:
Thanks - I use Go Launcher Ex but don't see any options?
Talking of launchers, are there any launchers which handle short cuts more iPhone like? So, if I drag an icon near another one, it moves it out of the way?
Click to expand...
Click to collapse
1) It's not an option you can switch on/off, its a build-in feature of the launcher. Some has it, some not. ADW has this feature, seems in GO it is missing.
2) I know none, sorry.

Categories

Resources