[APP][WIDGET] NotiList Widget - v0.6b - 27 feb - Bigger size option - GEAR Exclusive - Samsung Galaxy Gear

Perhaps I got a little bored when NotiCounter reached v1.0 and the ideas for new features ran out...
So, I started this little project aswell:
The NotiList Widget shows the latest (3 atm, to bad but scrolling widget is not possible) arrived notifications in a 4x4 widget, for now taping a widget shows the Text Message (Aka Line 2 in the widget)
If I manage I´ll try to launch the official Notifications app straight into the chosen message, or even better, manage to make it read (by the system) just by taping it. Don´t know if any of these goals are reachable though.
So what does the Gear community think? Shall I continue with this or am I just wasting my time?
I´ll release it anyway...
Note, This will probably merge into NotiCounter in the future, but if I release a beta I´ll keep em separated for now...
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
0.2b
- Fullscreen widget (300x300), manually resize to full when you put it on Home Screen!
- Unread Notifications marked in red color, Custom coloring will be implemented later.
- List is updated when taping the Manual Refresh button and when Screen comes on.
0.3b
- Fix for the FC that appeared when the Notification list was shorter than 6 items.
- Added an unread counter in the bottom.
- Refresh button shows "Refreshing..." during the resfresh.
0.4b
- Added settings
- Set custom colors for: Unread Notis, Read Notis and Labels/Buttons
- Choose Background between: Default, Transparent or a custom image (Create a 300x300 image of your choice)
- Smoother toast message box witch covers more text.
0.5b
- A single tap on a Notification shows message on Toast just as before, a double tap (Within 0,5s) opens the Notification app and shows the first Notification for that Package.
0.6b
- Fixed a bug causing app to crash when pressing Cancel in settings
- Added a new widget with a total of 3 pages showing 2 notifications per page. Bigger text and easier to read.
Download:
NotiList Widget v0.6b
Please report bugs!

Cool!
Why is a scrolling widget not possible?
I use Simple Calendar Widget on my Gear and can scroll up and down through several days worth of events.
Or, do you mean auto-scrolling?
Manual scrolling is better anyway, IMHO.
Rich
Sent from my SM-N900 using xda app-developers app

I really like this idea ! Great proof of concept.
I would use this no doubt, this could even replace unread notification count, I would much rather use this.
SUGGESTIONS:
Configurable unread notifications or all notifications.
Configurable amount of notifications, for example the last 5.
Configurable border & text color.
Scrollable view.

richlum said:
Cool!
Why is a scrolling widget not possible?
I use Simple Calendar Widget on my Gear and can scroll up and down through several days worth of events.
Or, do you mean auto-scrolling?
Manual scrolling is better anyway, IMHO.
Rich
Sent from my SM-N900 using xda app-developers app
Click to expand...
Click to collapse
Yeah the Gear itself supports it, no problem there.
Problem is I´m developing my apps with Basic4Android and it´s not supporting scrollable widgets.
Haven´t gotten the time to teach myself Eclipse yet so I stick with this for now
fOmey said:
I really like this idea ! Great proof of concept.
I would use this no doubt, this could even replace unread notification count, I would much rather use this.
SUGGESTIONS:
Configurable unread notifications or all notifications.
Configurable amount of notifications, for example the last 5.
Configurable border & text color.
Scrollable view.
Click to expand...
Click to collapse
Yeah I´ll use this widget on one of my Home screens not mather what the community thinks
Just wanted to know how much work I would put on configurations.
I can manage the first three suggestions, but as I said above, scrollable widget is not possible atm.
Is the size good enough or should I make is bigger?

st-tps said:
Yeah the Gear itself supports it, no problem there.
Problem is I´m developing my apps with Basic4Android and it´s not supporting scrollable widgets.
Haven´t gotten the time to teach myself Eclipse yet so I stick with this for now
Yeah I´ll use this widget on one of my Home screens not mather what the community thinks
Just wanted to know how much work I would put on configurations.
I can manage the first three suggestions, but as I said above, scrollable widget is not possible atm.
Is the size good enough or should I make is bigger?
Click to expand...
Click to collapse
I think this should be a 320x320, although perhaps a few widget sizes could be considered also ?
Why is a scrollable view not possible ?
I always thought it was a matter of declaring elements in a scrollview tag.
This is for your consideration.

fOmey said:
I think this should be a 320x320, although perhaps a few widget sizes could be considered also ?
Why is a scrollable view not possible ?
I always thought it was a matter of declaring elements in a scrollview tag.
This is for your consideration.
Click to expand...
Click to collapse
I´m aware of the Scrollview class, the whole config for NotiCounter is based on that. No problem to attach to an Activity. Problem is that it´s not possible to add an Scrollview to an Widget as it´s not supported by Basic4Android:
http://www.basic4ppc.com/android/forum/threads/scrollview-in-widget.34011/
There may be a chance to add this if I create the base in B4A and then decompile the genererated APK, import the source to Eclipse and change the necessary files. I´ll give it a shot.

st-tps said:
I´m aware of the Scrollview class, the whole config for NotiCounter is based on that. No problem to attach to an Activity. Problem is that it´s not possible to add an Scrollview to an Widget as it´s not supported by Basic4Android:
http://www.basic4ppc.com/android/forum/threads/scrollview-in-widget.34011/
There may be a chance to add this if I create the base in B4A and then decompile the genererated APK, import the source to Eclipse and change the necessary files. I´ll give it a shot.
Click to expand...
Click to collapse
Should be a matter of just editing the layout, does B4A support layouts etc ?
Is it the same file structure as android ? Or does it generate all of that for you ? Not familiar with B4A you see..
Regardless tho if you need a hand give me a yell.

fOmey said:
Should be a matter of just editing the layout, does B4A support layouts etc ?
Is it the same file structure as android ? Or does it generate all of that for you ? Not familiar with B4A you see..
Regardless tho if you need a hand give me a yell.
Click to expand...
Click to collapse
Yes it supports layouts for both Activities and Widgets, however widgets only supports some viewtypes:
Widgets do not support all views types. The following views are supported:
- Button (default drawable)
- Label (ColorDrawable or GradientDrawable)
- Panel (ColorDrawable or GradientDrawable)
- ImageView
- ProgressBar (both modes)
Click to expand...
Click to collapse
So it´s got nothing to do with the actual layout.
The generated file uses the same file structure as APKs created by Eclipse, so if I reverse enginere the APK I should be able to import the source in Eclipse and add the scrolling afterwards..
Or maybe someone else can help us with it if I don´t pull that part off.

st-tps said:
Yes it supports layouts for both Activities and Widgets, however widgets only supports some viewtypes:
So it´s got nothing to do with the actual layout.
The generated file uses the same file structure as APKs created by Eclipse, so if I reverse enginere the APK I should be able to import the source in Eclipse and add the scrolling afterwards..
Or maybe someone else can help us with it if I don´t pull that part off.
Click to expand...
Click to collapse
Interesting,.
Perhaps a scrollable listview: here.
Anyway, enough about scrollviews listviews and all the rest of the views, will deal with that when we get there hehe.

fOmey said:
Interesting,.
Perhaps a scrollable listview: here.
Anyway, enough about scrollviews listviews and all the rest of the views, will deal with that when we get there hehe.
Click to expand...
Click to collapse
Nah, sorry, only the views I´we posted above is available
But as you said, we dont care about that now, will figure something else out..

st-tps said:
So what does the Gear community think? Shall I continue with this or am I just wasting my time?
Click to expand...
Click to collapse
I like it Good job!

App Updated to v0.2b!
Put out a first release for testing.
It´s a full screen widget (300x300 is as big Nova allows me to) wich shows the 6 latest incoming notifications split on 2 pages.
The unread ones are marked in a red color.
Please try it out!
Download link and changelog in first post!

I love the idea and think it's great...I would love if u were to keep working on it
Sent from my SPH-L720 using xda app-developers app
---------- Post added at 11:35 AM ---------- Previous post was at 11:03 AM ----------
I am using nova launcher and i believe my grid size is 5x4. ..for some reason the top part of the first notification is cut off...is there a different grid size I should use...any suggestions?
Sent from my SPH-L720 using xda app-developers app

Dang I'm out of town for a few days and wham. More awesome things going on. Cant wait to get back home and start checking this out. looks very very promising. Keep up the great work. Loving NotiCounter, Cant wait to use this.

So i turned off the dock on Nova Launcher and its a lil better but the top part that says "Manual Refresh" is cut off....what are you other guys using to get the whole thing to show...like grid size or laucher?

jbarresi19 said:
So i turned off the dock on Nova Launcher and its a lil better but the top part that says "Manual Refresh" is cut off....what are you other guys using to get the whole thing to show...like grid size or laucher?
Click to expand...
Click to collapse
It will only fit on a full screen ie without dock and notification bar at top of screen (full system ui). Use nova to hide both.
I sometimes get a force close. It happened after I deleted all messages and pressed manual update.
Sent from my GT-I9505 using Tapatalk

ardsar said:
It will only fit on a full screen ie without dock and notification bar at top of screen (full system ui). Use nova to hide both.
I sometimes get a force close. It happened after I deleted all messages and pressed manual update.
Sent from my GT-I9505 using Tapatalk
Click to expand...
Click to collapse
True, I´we not added some check for how many items there is in the notification db yet. It purely just pick the last 6 items, if theres less than that, an FC will be the result.
Fix is on the ToDo-list.

App Updated to v0.3b!
ardsar said:
I sometimes get a force close. It happened after I deleted all messages and pressed manual update.
Click to expand...
Click to collapse
Fix for the FC is uploaded, and some small addons.
Download link and Changelog in first post!

Hmm seems interesting! Will test it tonight! (fan roligt med en svensk utvecklare här på XDA)

tyvar1 said:
Hmm seems interesting! Will test it tonight! (fan roligt med en svensk utvecklare här på XDA)
Click to expand...
Click to collapse
Swedish:
Kände att det är dags att ge och inte bara ta här ifrån XDA

Related

[v0.2][THEME] WM7 Ultimate for ThrottleLauncher

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Watch WM7 Ultimate 0.1.2 at YouTube!
Download v0.2
Archive of all versions released
Installation:
Download the ZIP file
Either unzip it on your PC or on your device (if you´ve got a ZIP application)
Place the extracted folder to Program Files/Throttle Launcher/Setups (or on your storage card, if you have got Throttle there)
Launch Throttle Config from Programs
Select WM7 Ultimate from the list, check all three boxes and set the height to 296px (or 592px on normal VGA devices, WVGA please check you own..).
Then tap reload plugin and you´re done
Thanks to Paul de Groot for providing us a super basis, thanks to Wisen, creator of the iWise skin for PhoneAlarm for providing his graphics as well and thanks to Rumball for his diamond weather graphics.
We hope you like it! If you want to donate, donate to Alphonso Presa, he provides the powerful platform you all love: ThrottleLauncher.
Version 0.3 - Progress status
----------
Possible release date: anytime in september
To-do:
Widescreen resolutions
Basic landscape view
New bottom-bar*
New icons for calendar and tasks
Done:
New clock face
Refreshed sliding-panel background
Improved panels for widescreen-resolutions (portrait)
New bottom-bar in landscape (widescreen)
*The item displayed in italic is the one I´m currently working on. If you have any suggestions regarding the to-do list please post your idea as soon as possible.
Click to expand...
Click to collapse
Code:
[U]0.2: (released 8 June 2009)[/U]
- Completey new weather page layout (slidable like homescreen)
-- Added background graphic for better readability
-- Updated line-graphic in forecast-view
-- Fixed bug with weather "last updated" date/time display
- Clock now using graphics- hands (png) instead of using rendered hands
- Day and date added to clock face per user request
- Updated clock face (because of day and date included)
- Removed "hometown" per user request
- Slightly changed weather layout in home-clock box
- Bigger weather-update button in home clock-box
- Updated messaging icons (more button-like look) and added "pressed" states!
- "+" button added to the launcher-panel
- New control icons and layout for music-panel
- Contacts page for iContacts fixed for WVGA devices
- Added "Detailed" contacts view-mode with pressed state
- Pressed-state-graphic for icon-layout on apps-page (doesn´t look absolutely perfect yet..)
- Added "Detailed" apps view-mode with pressed state (thanks to AP!!)
- Task management added to recent apps page
- Layout of "recent apps"-page unified
- Layout of settings-page unified
- Updated all Comm icons (more button-like look) and added "pressed" states!
[U]0.1.2: (released 17 Feb 2009)[/U]
- Removed some useless files
- Improved layout for appointment panel, added "Tasks today" display
- Changed behaviour of phone icon on comm page (activated means radio activated instead of flight mode)
- Updated button-background for apps to 100x100px, set apps width/height to 47px
- Updated background of menu-tabs row
Thanks to Alphonso Presa for the following fixes and additions:
- Added WQVGA + WVGA compatibility
- Fixed issue with analogue clock
- Added haptic feedback option in options
- Fixed some issues with height of menu pages (apps, recently started, settings, comm) and contacts page
[U]0.1.1: (released 14 Feb 2009)[/U]
- Fixed issues with activated/deactivated funktions on comm page (phone icon, sound icon, vibrate icon)
- Added new icons for comm page: lock icon, reboot icon
- Updated other comm icons due to concave borders
- Added fake transparency to weather page
- Added background to menu-tabs row
[U]0.1.0: (released 13 Feb 2009)[/U]
- First release
hey, i am so sorry but i thougt i already answered your PM but I guess i missed the send button.
If you still need to use my graphics, I think you are already doing that is ok. If you want the original PSD files then just send me a PM and I will send them to you.
Good luck on the project, I am also willing to help you in any way possible. Skinning and xml coding.
Regards,
Paul
pauldgroot said:
hey, i am so sorry but i thougt i already answered your PM but I guess i missed the send button.
If you still need to use my graphics, I think you are already doing that is ok. If you want the original PSD files then just send me a PM and I will send them to you.
Good luck on the project, I am also willing to help you in any way possible. Skinning and xml coding.
Regards,
Paul
Click to expand...
Click to collapse
oh, finally a reply
No thanks, I think we don´t need it any more. Wasn´t too difficult, just the background, the bottom bar and the clock box graphic. I´ll do the rest alone.
Anyway, thanks for your offer, maybe we still need you in terms of coding (ATM, blazingwolf is doing that).
regards,
Martin
pauldgroot said:
hey, i am so sorry but i thougt i already answered your PM but I guess i missed the send button.
If you still need to use my graphics, I think you are already doing that is ok. If you want the original PSD files then just send me a PM and I will send them to you.
Good luck on the project, I am also willing to help you in any way possible. Skinning and xml coding.
Regards,
Paul
Click to expand...
Click to collapse
Thanks for the offer of the psd. Those can come in handy. Also, thanks for the offer of help. It is appreciated.
Looks nice..but if possible put the analog clock which shows the WM7 style
keep it on..nice works
yes!!! finally an updated wm7 theme, im really liking the design of the new setup and the way that you are filling up the space between the main plugin and the bottom bar with more useful features, cuz the last one looked kinda empty with only appointments (im running it rite now)
i have some suggestions and i hope you guys take it to consideration....
1- redesigned contacts page (flash if possible)
2- an option to change the clock to analog or digital so everyine is happy
3- the icons in the launcher panel in the main page stand out from the theme in my opinion, i would like to see more wm7ish icons or an option to change them at your will
4- redisign the programs page (the last one were cluttered with too many icons per page in my opinion)
5- add an internet panel in the center of the main page as well (i have in mind a slightly large globe in the left side and 2x2 icons in the right side so it fits nicely)
6- also a music player just like the internet option that can control s2p, wmp, audio manager (album art in the left side, and the controls on thre right side 2x2 play, pause on top, and next, previous on the bottom)
thats what i can think of, but im loving the fact that you are updating my favorite throttle theme and since im happy with the one im running now, any improvement would be great!!!!
Thanx again
theme freak said:
Looks nice..but if possible put the analog clock which shows the WM7 style
keep it on..nice works
Click to expand...
Click to collapse
I had a feeling someone would ask for this.
mike21pr said:
i have some suggestions and i hope you guys take it to consideration....
1- redesigned contacts page (flash if possible)
2- an option to change the clock to analog or digital so everyine is happy
3- the icons in the launcher panel in the main page stand out from the theme in my opinion, i would like to see more wm7ish icons or an option to change them at your will
4- redisign the programs page (the last one were cluttered with too many icons per page in my opinion)
5- add an internet panel in the center of the main page as well (i have in mind a slightly large globe in the left side and 2x2 icons in the right side so it fits nicely)
6- also a music player just like the internet option that can control s2p, wmp, audio manager (album art in the left side, and the controls on thre right side 2x2 play, pause on top, and next, previous on the bottom)
thats what i can think of, but im loving the fact that you are updating my favorite throttle theme and since im happy with the one im running now, any improvement would be great!!!!
Thanx again
Click to expand...
Click to collapse
1. I, personally, don't like the flash contacts. To much of a pain. We will talk and see what the outcome is.
2. See my above reply to theme freak.
3. What style is WM7 style for icons? Maybe I haven't seen the proper screen shots yet to determine this?
4. What are you looking for here? 9X9?
5. Hmm, something to think about.
6. Music was mentioned above. I don't think Audio manager is possible with Throttle right now though.
blazingwolf said:
1. I, personally, don't like the flash contacts. To much of a pain. We will talk and see what the outcome is.
2. See my above reply to theme freak.
3. What style is WM7 style for icons? Maybe I haven't seen the proper screen shots yet to determine this?
4. What are you looking for here? 9X9?
5. Hmm, something to think about.
6. Music was mentioned above. I don't think Audio manager is possible with Throttle right now though.
Click to expand...
Click to collapse
thank you for the reply, flash contacts isnt really important but at least a new design, and i mainly want s2p for the music section so audio manager isnt important.
i found an interesting screenshot that can be used as a tab switcher. heres my idea so please bear with me, have the center icon for the homepage where you have the plugin, appointments, and weather display, name the right softkey (contacts) and have the contacts page and have the left one called (start) or (menu) and have a setup similar to the one in the screenshot where you can use the top icons to choose your page by scrolling them horizontally and have the rest of the page to display the page selected
this can include the music, internet, comm manager, detailed weather, mail, sms, and other pages and it would be more comfortable than trying to squeeze them between the plugin and the bottom bar
i wish i could be a more skilled developer so i could help with the theme but since im not, then all i can do is try to give good ideas
thanx again for the project
ohk very nice.. but.. please change the digital clock to analog one.. like paul's wm7 throttle skin
Tag. Looks good.
thx for your replies. I think we´ll make a few different clocks (analog, digital, diamond, etc) so everyone gets what he wants.
A thing I´dike to discuss is the buttons on the bottom.
Should they be linked to pages or apps ?
Should the orb be linked to the home page or should it be customizable?
regards,
Martin
m.schmidler said:
thx for your replies. I think we´ll make a few different clocks (analog, digital, diamond, etc) so everyone gets what he wants.
A thing I´dike to discuss is the buttons on the bottom.
Should they be linked to pages or apps ?
Should the orb be linked to the home page or should it be customizable?
regards,
Martin
Click to expand...
Click to collapse
make everything linked to pages not apps please that will make the UI heavy and more fresh.. like TFlo 3D and make the orb linked to home page only or if someone has any better ideas..
m.schmidler said:
thx for your replies. I think we´ll make a few different clocks (analog, digital, diamond, etc) so everyone gets what he wants.
A thing I´dike to discuss is the buttons on the bottom.
Should they be linked to pages or apps ?
Should the orb be linked to the home page or should it be customizable?
regards,
Martin
Click to expand...
Click to collapse
see my last post (#9) for an idea on the bottom buttons and the layout
if you guys can pull that off, it would be the best throttle theme yet
mike21pr said:
see my last post (#9) for an idea on the bottom buttons and the layout
if you guys can pull that off, it would be the best throttle theme yet
Click to expand...
Click to collapse
Don't want much do you? lol
Looks awesome
I think...
The orb is great....
I will like to open just programs and settings pages for buttons.
All linked to pages of course cause it must be a launcher.
Clocks stylish like the windows vista's sidebar.
the squares offers a great seen of the home leave it.
but the weather is small. why dont make an entire page for it?
The icon are for the file "Big ico pack.zip" I like them but get the most aproach to Windows mobile.
Is a great Theme... all i can say is... gooooooood work!!!
what about the permisson for paul???
blazingwolf said:
Don't want much do you? lol
Click to expand...
Click to collapse
sorry if its too much, just trying to help out with ideas
+ Que PPC said:
The orb is great....
I will like to open just programs and settings pages for buttons.
All linked to pages of course cause it must be a launcher.
Clocks stylish like the windows vista's sidebar.
the squares offers a great seen of the home leave it.
but the weather is small. why dont make an entire page for it?
The icon are for the file "Big ico pack.zip" I like them but get the most aproach to Windows mobile.
Is a great Theme... all i can say is... gooooooood work!!!
what about the permisson for paul???
Click to expand...
Click to collapse
Thanks for the suggestions.
We have permission from pauldgroot.
mike21pr said:
sorry if its too much, just trying to help out with ideas
Click to expand...
Click to collapse
We will see what happens. Thanks for the ideas.

[APPS][5/23] Collection of TW Mods/Improved TW Experience (Landscape added!)

Felt like toying around with TouchWiz apps and felt like sharing a few mods of mine. Download the desired apks and place em in your /system/app folder by your method of choice.
All Apps are for FROYO, so only use em if you are on DL30/EB01 or any other Galaxy S Froyo ROM if perchance you aren't a Fascinate user.
Enjoy.
TouchWiz Launcher
-------------------------------------
Based off of GTG's mod of TouchWiz, seeing that in his post he gave up the project, just felt like toying around with it, more versions perhaps to come in the future.
Features
Page-Indicator - Placed on the bottom of the screen similar to TW 4.0, I like using them to zip around homescreens and being the bottom is much more accessible than reaching top. Also fixed their touch area, by default they're biased to the left and it becomes apparent when you space em out more.
Completely removed colored BG images - The BG images that go behind apps in the app drawer, rather than just making them invisible .pngs, completely edited them out of the smali code. I think this is why my App Drawer animations are smoother than GTGs. Will probably upload a version with them later.
Fixed Touch Sensitivity - One of my major issues with GTG's Launchers, they had a lot of bias towards scrolling left and right on homescreens, making TW's scrolling apps a pain to use.
Cleaned up Dock - App titles no longer show up in the Dock and I lowered down the dock both due to the lack of text, and to make space for lower Page-Indicators.
Bunch of minor stuff
3/18 UPDATE
I've finally completed it, after many hours of hard work, frustration at many force closes and force restarts, I bring you my Ultimate Version. This is the base version that will be updated and built upon as future mods come out.
Fixed Force Close Issues - Renaming folders and using Alphabetical List Drawer now work
Removed all lag/stuttering - In GTG Launcher, as was in my older versions, when using 16-bit disabled mode, when in the app drawer if you scrolled fast or pinched you would experience lots of stuttering. I've resolved this issue and now it performs as smooth and responsive as it should be.
Reintegrated Badges - The notification badges for text messages and e-mails (when using TW e-mail) now work. I've also got ALL notifications working, but it requires an add-on app, which I'm still working on and will upload later.
SUB MENU FOR OPTIONS!
The last note is a biggy. When you push the menu soft-key you'll notice that "Search" has been replaced with "Options".
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Try 'em out, pretty self-explanatory, though I'll go a bit in detail on 16-bit mode. 16-bit mode trades image quality for speed, however on/off makes no difference in RAM usage, so it's purely a cosmetic difference. In GTG there was a big difference due to the stuttering in the high image quality version, there is no more stuttering, but animations are still smoother in "Speed" mode. "Speed" mode does not work with Live Wallpapers, I've tried before and weird things happen, if you turn on a Live Wallpaper while on "Speed" it'll switch to "Quality". Here are comparison pics so you can see the difference. Some color, but mostly translucency that gets ruined, I personally prefer Quality (which is the default in stock launcher), but hey I give you the freedom of choice.
Speed vs Quality
Expect more options to appear in future versions. Have at it, enjoy my hard work.
ULTIMATE Version rev.1:http://www.mediafire.com/?x8namgc8jf3blua
ULTIMATE Version rev.1 LANDSCAPE ENABLED:http://www.mediafire.com/?2vrorbl2nxay11k
NOTE: I just noticed, the App Drawer in Landscape mode is messed up, Landscape mode is from the Galaxy Tab TouchWiz, so it's trying to use those dimensions, so I am aware of this issue. Homescreens are fine.
Old Versions for educational/curiosity sake:
Original Version:http://www.mediafire.com/?308vib8szt6ia30
5x4 No Dot Version: http://www.mediafire.com/?l1ps5llggf2ab1c
5x4 Dot Version: http://www.mediafire.com/?ki2m9e7borbmw0d
Probably more stuff to come later.
Music Player
--------------------------------------
I noticed a request to turn off the "Low Battery" interruption of the Music Player, and here it is. Have at it, stock music player that you can continue to listen to when below 10% battery.
http://www.mediafire.com/?b233b7rxc97h2w0
BuddiesNow
---------------------------------
This is the Vibrant's BuddiesNow app, I like it much more than Fascinate's. In addition to the RollerDex view that we have, they also have a Grid View which is much better for accessing contacts and viewing notifications regarding them.
Sped up the Bubble Pop-Up considerably.
Fixed Force-Close errors when not using Vibrant's Contacts apps when checking Missed Call. If you notice any other Force-Closes, let me know and I'll fix it up. This fix is for non-Vibrant users, so if you are on Vibrant, this sped up BuddiesNow may force-close on missed call check.
http://www.mediafire.com/?l93rgxdsuksr1ga
WeatherClock (Accuweather and improved versions to come later)
---------------------------------
I'm personally a fan of Analog Clocks, and I like the weather clock included in touchwiz. What I don't like is that the weather clock does not have a shortcut to the clock app. So here you are, a simple mod that redirects touching the clock to opening the clock app, if you want to view the weather detail view, that's been redirected to the "weatherbug" text at the bottom of the widget (and from within that view you can touch "weatherbug" to bring up the browser link that used to exist on the widget).
There are 3 versions:
Redirect to Touchwiz Clockpackage.http://www.mediafire.com/?go2dc0ezhvew7re
Redirect to AOSP Deskclock.http://www.mediafire.com/?42j315aazb7aa9b
Redirect straight to Alarm of AOSP Deskclock.http://www.mediafire.com/?cabchmb6bwbnmea
Another reservation
Alls I can say is WOW! Bro, best version of TW ive used I like tbe page selector @ the bottom and Ive been wanting the app icon centered on the dock. Bravo my friend, Bravo!
Sent from my SCH-I500 using XDA App
Almost 4got my screen shot. Thanks again.
Sent from my SCH-I500 using XDA App
How do I install this xD
Sent from my SCH-I500 using XDA App
Yea this is top notch stuff. Using this instead of lpp now
xain713 said:
How do I install this xD
All u need to do is download root explorer then download the files here that u want open root explorer go to sdcard then download long press the file hit copy then go to system/app and hit the past button it will ask u to override and your done
Sent from my fankendark SCH-I500 using XDA App
Click to expand...
Click to collapse
Very nice. Have you considered opening threads for the launcher in the other Galaxy S forums?
s44 said:
Very nice. Have you considered opening threads for the launcher in the other Galaxy S forums?
Click to expand...
Click to collapse
I probably will when I've got some more stuff done.
Btw, uploaded some more modded TouchWiz Launchers.
well done...as always
Very nice work. This might be a stupid question, but is there anyway to get some of the widgets, such as Buddies Now to work in Launcher Pro, or are they specifically linked to TouchWiz?
Loving the 5x4 app drawer! It just keeps getting better. Keep it coming. Awsome work!
Sent from my SCH-I500 using XDA App
Any chance of removing thw home page selector dots when not scrolling between homepages? Like the original TW. Or just moving the page icons back to the top? Id just switch back to TWGTG but I like the app icon in the middle of the dock
Sent from my SCH-I500 using XDA App
GrainOsand said:
Any chance of removing thw home page selector dots when not scrolling between homepages? Like the original TW. Or just moving the page icons back to the top? Id just switch back to TWGTG but I like the app icon in the middle of the dock
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Well actually, whether the dots are permanent or not is a feature of unmodified TWs, like the Eu i9000 always has theirs there, while for fascinate and the Mesmerize's TW, they disappear over time. The smali code I'm using does not have the functions to hide them over time.
If you like the center app icon, it's a pretty simple change. Take your desired GTG apk and open it with 7-zip or your choice of zip opener. Go to res/drawable-hdpi and replace "mainmenu_icon_application.png" with the one found in mine or any stock TWlauncher.
Launcher pro notifications.....
Wish we could get...(I personally am not smart enough to)...the missed call, gmail,. And text notifications on the dock icons....i would love whoever could make it happen...if it is possible.
filthy1 said:
Wish we could get...(I personally am not smart enough to)...the missed call, gmail,. And text notifications on the dock icons....i would love whoever could make it happen...if it is possible.
Click to expand...
Click to collapse
TouchWiz Launcher actually does show Bubble Notifications like what you describe, problem is you need the right TouchWiz30Launcher.apk and BadgeProvider.apk combination. This TouchWiz30Launcher doesn't seem to work with the BadgeProvider that comes with the Fascinate, I'm trying to find out which one does and when I do I'll upload the right BadgeProvider. Or, I'll try changing the code and see if it works...
CrushD said:
TouchWiz Launcher actually does show Bubble Notifications like what you describe, problem is you need the right TouchWiz30Launcher.apk and BadgeProvider.apk combination. This TouchWiz30Launcher doesn't seem to work with the BadgeProvider that comes with the Fascinate, I'm trying to find out which one does and when I do I'll upload the right BadgeProvider. Or, I'll try changing the code and see if it works...
Click to expand...
Click to collapse
that would be awesome....I knew that it would do it for text but I couldn't think if it did it for the gmail and missed calls too.....like I said I would try it but I am not nearly skilled enough to play with the code for that junk..
filthy1 said:
that would be awesome....I knew that it would do it for text but I couldn't think if it did it for the gmail and missed calls too.....like I said I would try it but I am not nearly skilled enough to play with the code for that junk..
Click to expand...
Click to collapse
Ahh I forgot that it only worked for Text Messages, I was wondering why my stock TW wasn't showing notifications, heh. Well this is most definitely on my to do list, getting the launcher to show notifications and expanding upon the available notifications, but don't expect anything too soon.
CrushD said:
Ahh I forgot that it only worked for Text Messages, I was wondering why my stock TW wasn't showing notifications, heh. Well this is most definitely on my to do list, getting the launcher to show notifications and expanding upon the available notifications, but don't expect anything too soon.
Click to expand...
Click to collapse
sounds great man look forward to seeing it..

[Layout] "Hubs" Now With Video Tutorial

http://imageshack.us
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(Seeing as there's no General Thread for tablets, I've re posted this here.)
Hey guys I finally ported my "hubs" set up to Android Tablets and I have to say its 10x smoother on our 1.0 ghz dual core device. The general idea of "Hubs" is to create a dedicated screen for each piece of media/productivity while providing a visual eye candy. "Hubs" is easy to emulate, and even easier to create your own style. Despite the lengthy tutorial, its actually easier than it seems. The fun part comes with setting up you layout!
What you'll need:
Main
Adw Launcer EX
Launcher Pro Plus
Multi Live Wallpaper
Minimalistic Text
Simple Text
Optional
Pulse (for widgets)
Cowon Clock/ BobClock Widget
Mizuu Movies
Launcher Pro Plus (Widgets)
Video Tutorial
Part I
Part II
FINAL
WALKTHROUGH​ADW Launcher Users[/U][/B]
-To remove top bar-Press and hold and empty area on your home screen then click on "Launcher Actions" > "Hide/Show Action Bars"
-Enable Widget Overlapping-"Menu"> "ADW Settings"> "UI Settings" > "Screen Preference"> Check "Overlap Widgets" in the Advanced Settings Tab
-Increase Retail Space on your screen-"Menu"> "ADW Settings"> "UI Settings" > "Screen Preference"> Increase the desktop "Rows" and "Columns" in the "Desktop Layout" Tab.
Launcher Pro Plus Users- while not optimized for 3.2, it still runs perfect.
-Increase Retail Space on your screen-"Menu"> "Preference" > "Homescreen Settings" > Increase the "Number of columns/rows" in the Homescreen Grid.
-Remove Icons From Right Dock- Hold your finger on the icon you wish to remove> "change shortcut"> "Blank"
*You may add screen transitions for each launcher if you wish, however my advise is to leave it at default as you can set transition for Multi Live wallpaper. Doing both launcher and MLW will make your screen look "too busy" IMO.
To set the "Bars" (Titles for "Home", "Music", "Movies" etc.)
Minimalistic Text
-To set title- Press and hold a free space on the screen > "widgets" > "Minimalistic Text" (size may vary per style however I use either 4x2 or 6x1 as long as its horizontal > ensure that "background color" is checked > "Predefined Layout" > "Custom" > "Custom Layout" > Click on the plus sign > "Misc" > "Static Text".
-Black Bar Tutorial click here
Wallpapers
-Set up - Load up your wallpapers on your sd card/internal memory and placing them into seperate folders and name them based on the images (ex. Music, Movies, Games etc)
- Long press an empty screen on your homescreen > "Wallpapers" > "Live Wallpapers"> "MultiPicture Live Wallpaper"> "Settings"
- For each "Screen _ Settings" Select the picture source as "Picture Folder" and navigate it to point to your corresponding homescreen.
- Additionally you make select the screen transition here that reflects your particular taste. You may also set a default wallpaper for your lockscreen.
Despite the dozen of widget on the homescreen and live wallpaper, battery use is minimal.I have provided wallpapers below to help you get started.
NAVIGATING BETWEEN HUBS​
There are two methods in which you can navigate to each individual homescreen.
Method one: Prior/Alternate way for navigation text was achieved using this methodby trekkie0927. Using invisible icons in tandem with minimalistic text can make it easier to flip to each hubs. Please rate/comment his video.
Method two: I found a great alternative to Minimalistic Text in terms of using the text buttons to jump from one screen to another called Simple Text. Since it's only an icon and not a widget, it consumes no memory and provides a great minimal look.
User AcIdC0R3 has posted a great tutorial. (Please thank him!)​
Make sure you have ADWLauncher EX
Go to the market and install Simple Text
Long press on the screen and select 'Custom Shortcut'
'Pick your activity', select 'Launcher Actions'
Choose which screen you want, 1 - 5 or 1 - 7 if your using seven screens
Click on the picture of the 2 screens side by side
Select 'ADWTheme IconPacks' and select 'Simple Text'
Select the grey box named 'Simple'
replace the word 'Simple' with whatever of your choosing like 'Video' for your video hub or 'Social' for your social media hub and so forth
Adjust your text size, Y and X coordinates, your shadow settings etc.
Click the little blue 'A' in the top right side of the screen and select your font (more on fonts further down)
You also have the option to select the color wheel next to the 'A' and adjust your text color
Select the menu icon on the task bar at the bottom and select 'Save Style' if you want to keep what you created for later use as well.
Click 'Save Icon' which will create your icon for you
Back at the black edit screen remove the text from the text field and click OK
You should now have a custom text icon that will activate whichever screen you chose for it. You can click any app icon on your screen and follow the same procedure for your apps so all your apps also have text icons.
[FONTS] In a file manager go to /sdcard/Simple Text/ and create a folder named 'fonts' (that is plural with an 's' at the end). Next go to somewhere like dafont.com and download you some kewl fonts and place them within that 'fonts' directory you just created. Now when you go into Simple Text to do your editing you will have more fonts to choose from.
That's all there is to it.
You can also work with layers within the creation of your Simple Text. Notice below where I created a new layer, rotated my new text layer and intersected where both words have the letter 'E'.
However you may notice that simple text does have it's limitations:
Icons can only be 1x1
Works best on adw
No way to resize; it is only an icon after all.
Miscellaneous
​ISSUE: You may experience widget being placed "behind" the black bars. If so try this method provided by user SwiftLegend
1. Put the widgets/icons you want on TOP of the blackbar FIRST. You need these before anything.
2. Select a Minimalistic Text Widget, I usually use 1x1. Clear out the text options (Predefined layout > Custom, delete all of the things there)
3. Once you're back at your homescreen and see the MT Widget, just long press and re size it to your liking.
You HAVE to make sure that whatever you want on TOP of the blackbar is put on the screen FIRST. Anything put on after will go underneath.
ISSUE 2: Users have reported that Minimalistic Widget refuses to post/ show up on the homescreen.
1. Turn your tablet into portrait mode.
2. Add the widget whilst staying in portrait mode as you apply you designs.
3. Rotate back to landscape.
ISSUE 3: You can no longer take full advantage of the screen real estate using adw ex (particularly the corners)
1. Recent update kills the use of every inch of the screen. In his attempt to emulate ICS, anderwebs made the edges of the screen inaccessible.
2. Revert back to an older version (1.3.3)
here's the original layout from the nook color if you guys are interested on putting this on your homescreen HERE
and here it is in action HEREhttp://www.youtube.com/watch?v=O8DxCVzARfE&fmt=38
Other Users take on "Hubs":
vrundmc​
"Hubs Remix by CinderWild "
and lastly hubs for different devices! Make sure you check each thread as people have different ideas that works on all devices. Wished Xda had a tablet general forums.
Hubs for Nook Color
Hubs for Asus Transformer
Hubs for Galaxy Tab 10.1
Hubs for Motorla Xoom
Hubs for Acer Iconia​
special thanks to AhmazinSKM
special thanks to 00McD00 for the banner
sepcial thanks to AcIdC0R3
It looks awesome!!!!! i think you don't use stock launcher
Please tell us witch widgets do you use in the first screen (with the shoes)
THX
Wow, looks fantastic! Gonna try this out!
Thanks for sharing
Here's the way I've been running "hubs" on my xoom
http://forum.xda-developers.com/showpost.php?p=14776577&postcount=696
I feel like an idiot asking this question, but how the heck do i load this onto the Xoom. I have the rar file, but it wont unrar? (yes we are all entitiled to at least two stupid questions each week
MRCANNADY said:
I feel like an idiot asking this question, but how the heck do i load this onto the Xoom. I have the rar file, but it wont unrar? (yes we are all entitiled to at least two stupid questions each week
Click to expand...
Click to collapse
Check your PM. I sent you a little walk through on it
PMDColeslaw said:
Check your PM. I sent you a little walk through on it
Click to expand...
Click to collapse
Thank you for your help, now it makes sense!
PMDColeslaw said:
Check your PM. I sent you a little walk through on it
Click to expand...
Click to collapse
I'd like to use one of my stupid questions for the week and ask for a walk-through please
Sorry for the quick tutorial guys. Ill update it tonight or by tommorow once I get on a computer and provide a cleaner walkthrough.
This layout can be achieved by using with either adwor launcherpro. From this screenshot I'm actually using launcher pro which contains the Calender widget.the rar file I linked are just the wallpapers that people have requested.
Sent from my Transformer TF101 using Tapatalk
SQurel23 said:
I'd like to use one of my stupid questions for the week and ask for a walk-through please
Click to expand...
Click to collapse
Check your PM
fliparsenal said:
Sorry for the quick tutorial guys. Ill update it tonight or by tommorow once I get on a computer and provide a cleaner walkthrough.
This layout can be achieved by using with either adwor launcherpro. From this screenshot I'm actually using launcher pro which contains the Calender widget.the rar file I linked are just the wallpapers that people have requested.
Sent from my Transformer TF101 using Tapatalk
Click to expand...
Click to collapse
Hope you don't mind, I'm not trying to step on any toes, bro. Just figured I'd help out till you got the full instructions in the OP.
looks awsome! cant wait for instructions. Thanks.
Sent from my Xoom using XDA App
Updated with full instructions!
I can't get Multipicture to work. I have my wallpapers in path: sdcard/DCIM/Wallpapers
Within that Wallpapers folder I have 5 folders. Each folder is named and contains one wallpaper image. I go to set the live wallpaper and point each screen to it's corresponding folder and when I click set I don't get anything. I get a black screen telling me I have to set it up in settings. It's frustrating because I can't for the life of me figure it out. Did I put the images on the wrong path? Any help would be appreciated. Thanks!
Try placing the folders in the root of your sd card
Sent from my T959 using Tapatalk
fliparsenal said:
Try placing the folders in the root of your sd card
Sent from my T959 using Tapatalk
Click to expand...
Click to collapse
I will try that.
A big thanks to the OP!
My Xoom needed a refresh and this was the way to go. I've uploaded a ,somewhat shaky, Youtube vid to show my work in progress....
Link
hipocrazy said:
A big thanks to the OP!
My Xoom needed a refresh and this was the way to go. I've uploaded a ,somewhat shaky, Youtube vid to show my work in progress....
Link
Click to expand...
Click to collapse
pretty cool! please share the legend of zelda, dark knight and the beatles wallpaper1
fliparsenal said:
pretty cool! please share the legend of zelda, dark knight and the beatles wallpaper1
Click to expand...
Click to collapse
Sure... what's the easiest way to share images here? Hope these work....
Zelda
Beatles
Joker
Quick question, how many screens can we have with MultiPic? I can't seem to get more than five.

[Theme][LS] SlideScreen LS [Updated 12.20.11]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I don't typically post LS Themes to this forum but seeing what this can do for all future lockscreens I want to get it into as many people's hands as possible. It is the Miui lockscreen with previews.
To use:
download the zip file to your computer and extract it (do not download straight to your phone and try to apply it).
Open the manifest file located in the lockscreen>advanced folder. Search for gmail.com and replace [email protected] with your gmail account (3 instances).
Open the .mtz file in the base folder with 7zip.
Move the lockscreen folder into the mtz.
Move the mtz to you sd card and apply.
The theme manager will ask if you want to convert, click yes.
If the names for SMS are not working, you must delete your sms threads (long press each thread then delete) then go to your contacts app and press Menu > Settings > Rebuild index data and OK. Then you just have to wait for a message.
Things left to fix:
When an unknown caller or sms return with null. Hopefully, I can fix this when the DINC gets its update.
Download Here: http://gadgetdesire.blogspot.com/2012/02/slidescreen-ls.html
Notes:
Despite the preview above the GMail has been fixed so that the real name/address is shown without the extra characters.
Calendar events do not show allday events. To change this go to the manafest file and delete allDay=0 AND from the content provider binder.
The calendar also does not show reoccurring events for which the first event has already occurred. This is because of the coding in google calendar.
The start time for the event is the start time for the first instance and is set to repeat. Therefore the start time would always be in the past. There is no known way around this at this time. I believe the only way it can be fixed is if the data was based on the API and not the content provider.
Miui notes. I hope to replace this with a RSS feed however, to my knowledge none of them use a content provider.
Music autoshows when a song is played. Only shows music information for Miui Music (this is not my doing and it is not possible to show others).
To make the lockscreen show degrees in Celsius. Open the genie widget and change the weather settings to using metric. If you need the C after the degree character open the manifest file and search for format="%d°F" and replace with format="%d°C". There are 3 instances of this.
Finally, if you want a 24-hour clock, open the manifest file and replace hh:mm with HH:mm. There are 3 instances of this.
http://gadgetdesire.blogspot.com/2011/12/miui-theme-slidescreen-ls.html
I'd love to get ahold of a copy of slidescreen. I haven't been able to find a working apk.
i love this lockscreen. so glad you made a thread about it!
i think you missed pressed and reached state image in this lockscreen, i see 2 png inside lock folder, also some "null" for some thing on ls . Just my idea
first of all thx for this lovely ls dbiliter
question:
is it possible to remove some infos like the calendar or the music out of the .xml?
i just need the call sms email info in it
and i dont like the colors, is it possible just to use the plain wallpaper?
if so, help please^^
pa.pn2 said:
first of all thx for this lovely ls dbiliter
question:
is it possible to remove some infos like the calendar or the music out of the .xml?
i just need the call sms email info in it
and i dont like the colors, is it possible just to use the plain wallpaper?
if so, help please^^
Click to expand...
Click to collapse
This lockscreen is suppose to mimic slidescreen however there will be additional lockscreens that will be produced that will have similar information. This was made as a first of it's kind with previews for all. Now it is up to other themers and myself to make it better.
dbilliter said:
This lockscreen is suppose to mimic slidescreen however there will be additional lockscreens that will be produced that will have similar information. This was made as a first of it's kind with previews for all. Now it is up to other themers and myself to make it better.
Click to expand...
Click to collapse
i like it but i dont need so many information on my lockscreen, just sms calls emails..
plze dont feel offended by me..
pa.pn2 said:
i like it but i dont need so many information on my lockscreen, just sms calls emails..
plze dont feel offended by me..
Click to expand...
Click to collapse
Not offended just telling you that the setup is going to remain the same. The updates would be more along the lines of clean up. I will have future lockscreens that will not have all this information... hopefully... if there is ever an update to the dinc miui.
This looks like a great idea. Do you know if there can ever be a cm7 port?
toansta said:
This looks like a great idea. Do you know if there can ever be a cm7 port?
Click to expand...
Click to collapse
I don't know a lot about cm7, but I do know that Miui is based on cm7. However, I don't know of any plans for cm7 to include any of the Miui lockscreen capabilities. I would say there is about a 2 percent chance for this to be on cm7 and that would be if they are able to tweak milocker enough for it to work.
dbilliter said:
I don't know a lot about cm7, but I do know that Miui is based on cm7. However, I don't know of any plans for cm7 to include any of the Miui lockscreen capabilities. I would say there is about a 2 percent chance for this to be on cm7 and that would be if they are able to tweak milocker enough for it to work.
Click to expand...
Click to collapse
oh well, nice work on your end anyway. it looks very cool
Love this
This is fantastic. The perfect lockscreen. Unfortunately I can't get this to work. I have the .mtz with the correct manifest on the phone, but the lockscreen just says null in all areas. Any ideas?
Thanks,
James
This is really nice! I cant for the life of me figure out why it wont install for me. i replace the lockscreen folder in the .mtz, rezip, rename to .mtz and theme manager installs it i assume because it vanishes from my sd card but it doesnt convert it nor does it show up in my lockscreen list. Anyone have any ideas or any help? Im running the latest Miui on my Thunderbolt. Vicious Miui ICS 5.0
After installing this LS i'm having constant soft reboot...I've disabled Juice Defender (takes up crazy amounts of processing power...) and overclocked my device to 1.15ghz with smartass. Also i put a screen off profile of 800 mhz conservative so that the lockscreen gets enough CPU power (smartass auto-adjusts if i'm correct so i needed a different governor). Hope this LS works for me. I really love the look I always wished Slidescreen could be used, but it wasn't working well as a launcher without an app drawer.
orion119 said:
This is fantastic. The perfect lockscreen. Unfortunately I can't get this to work. I have the .mtz with the correct manifest on the phone, but the lockscreen just says null in all areas. Any ideas?
Thanks,
James
Click to expand...
Click to collapse
What version of Miui do you have? It must be at least version 1.12.9.
newtsevo said:
This is really nice! I cant for the life of me figure out why it wont install for me. i replace the lockscreen folder in the .mtz, rezip, rename to .mtz and theme manager installs it i assume because it vanishes from my sd card but it doesnt convert it nor does it show up in my lockscreen list. Anyone have any ideas or any help? Im running the latest Miui on my Thunderbolt. Vicious Miui ICS 5.0
Click to expand...
Click to collapse
Try using opening the supplied .mtz with 7zip. Then just move the folder into the mtz by dragging it over.
theultimatev said:
After installing this LS i'm having constant soft reboot...I've disabled Juice Defender (takes up crazy amounts of processing power...) and overclocked my device to 1.15ghz with smartass. Also i put a screen off profile of 800 mhz conservative so that the lockscreen gets enough CPU power (smartass auto-adjusts if i'm correct so i needed a different governor). Hope this LS works for me. I really love the look I always wished Slidescreen could be used, but it wasn't working well as a launcher without an app drawer.
Click to expand...
Click to collapse
I don't know what to tell you here. I was have a lot of reboots when I had mine overclocked without this lockscreen. After I put things back to normal I haven't had a problem with reboots.
now that you have a thread for this specific ls would it be possible to port it to qhd plz
The background of the various streams is transparent. Any way to get it a bit darker?
And the "null" in the calendar, what's that?
Right now, I've manually added a dark transparent layer over my background image and set that as a Lockscreen Wallpaper.
And it shows 22 unread mails? But Inbox is all read.
Phantom Pt. II said:
The background of the various streams is transparent. Any way to get it a bit darker?
And the "null" in the calendar, what's that?
Right now, I've manually added a dark transparent layer over my background image and set that as a Lockscreen Wallpaper.
And it shows 22 unread mails? But Inbox is all read.
Click to expand...
Click to collapse
The theme wasn't really designed to be used with bright wallpapers. I would have to make a cover that would tone down any wallpaper which I know some people would not like.
You get null in the calendar if you do not have a scheduled, nonrepeating event. I am working on getting it fixed.
I know it shows read mail. As it says on the blog, there was no fix at the time of the release. It will be fixed with an update.
Phantom Pt. II said:
The background of the various streams is transparent. Any way to get it a bit darker?
And the "null" in the calendar, what's that?
Right now, I've manually added a dark transparent layer over my background image and set that as a Lockscreen Wallpaper.
And it shows 22 unread mails? But Inbox is all read.
Click to expand...
Click to collapse
Calendar can fix like this :
<Image x="#unlocker_cal.move_dist+#screen_width-75" y="295" src="icon_calendar.png"/>
<Text visibility ="1-isnull(@cal_title1)" x="#unlocker_cal.move_dist+30" y="295" color="#FFf7fbfa" size="24" format="%s" paras="@cal_title1"/>
<!-- EDIT 2 LINES TO EVERY THING YOU WANT FOR NO EVENT -->
<Text visibility ="isnull(@cal_title1)" x="#unlocker_cal.move_dist+30" y="295" color="#FFf7fbfa" size="24" text="No Event Yet !"/>
<Text visibility ="isnull(@cal_title1)" x="#unlocker_cal.move_dist+30" y="320" w="250" marqueeSpeed="30" color="#FF979c98" format="%s" size="24" text="SOME WHERE "/>
Click to expand...
Click to collapse
hey!
first, great lockscreen, really like the idea!
i have tried change the time to 24h with kk:mm and i have removed all the "aa" strings that shows AM/PM on the screen ...
don't know why, but after change the time to kk:mm i always get ah FC when try applying the lookscreen with "process com.android.thememanager" closed
hmm ...
Edit: A reboot of the phone solved it, now its working!
---------- Post added at 01:03 PM ---------- Previous post was at 12:08 PM ----------
i just made a 24h version of your screen:
- 24hour version
- with removed AM/PM settings
- xx°C for weather
- smaler font (20 insteed of 24)
SlideScreen_v1.0_24h.zip

[APP][5.0+] Widget Drawer

Do you use widgets frequently? Are you maybe tired of having to go to the home screen just to take a quick glance at your inbox? You could just open the widget's app, but then you have to wait for the app to open and load.
Widget Drawer aims to take care of this convenience issue by adding a way for you to access your widgets from nearly any app or screen.
When enabled, Widget Drawer will add a handle to the side of your screen. Simply swipe that handle inward and you will be presented with an area to add widgets. This handle will stay on the screen whether you're on the home screen, browsing the internet, or reading a book.
Widget Drawer also provides certain customization options for the drawer itself:
Change the height of each widget
Set whether a widget should take up 1 or 2 columns in width
Reorder widgets
Choose whether or not widgets should have an opaque background
The handle has a few options as well. It can be moved vertically or even to the other side of the screen by long-pressing it and then dragging. The size and color can even be personalized from within the app itself.
Widget Drawer makes use of the following permissions:
SYSTEM_ALERT_WINDOW
- Used to show the drawer over other apps
VIBRATE
- Used to provide haptic feedback for certain actions
FOREGROUND_SERVICE
- Used to start a foreground Service to keep Widget Drawer running
BIND_APPWIDGET
- Used to host the widgets
INTERNET
- Used by Firebase to track crashes and gather logs
This app is open source! https://github.com/zacharee/WidgetDrawer
Google Play: https://play.google.com/store/apps/details?id=tk.zwander.widgetdrawer
XDA Labs: https://labs.xda-developers.com/store/app/tk.zwander.widgetdrawer
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
v6
- Make widgets non-interactable in edit mode
Click to expand...
Click to collapse
v5
- Fix widget reordering and removal
v4
- Rework toolbar behavior: now hidden by default. Drag/tap arrow to show/hide.
- Rework toolbar appearance
- Decrease animation duration
- Accessibility: make handle focusable and add content descriptions
- Fix some crashes
---
- Fix back button not working
v3
- Rework toolbar behavior: now hidden by default. Drag/tap arrow to show/hide.
- Rework toolbar appearance
- Decrease animation duration
- Accessibility: make handle focusable and add content descriptions
- Fix some crashes
v2
- Add ability to add shortcuts to drawer
- Add alpha slider to handle color
- Add option to hide handle
- Add option to close drawer when tapping on empty space
- Add Activity that can be launched to open drawer from other apps
- Improve animations
v1
- Initial release
Click to expand...
Click to collapse
Just bought the app, it's a great idea.
However, some widgets could not be found (eg. Greenify). Please check.
Also, please add the function to close the panel by clicking on empty space.
Thanks.
Good idea! I'm currently building a widget myself so it's nice to see people embracing widgets more (And see that it also works with your app yay).
Small suggestion already. Can the handle color be transparant? Should be just a small use alpha = true or something in the color picker. (I'm familiar with the library)
I could not get it to work right, I'm on Oreo 8.1, I got refunded. I am interested so I'll try it again once it comes out of beta.
StephenLeo said:
I could not get it to work right, I'm on Oreo 8.1, I got refunded. I am interested so I'll try it again once it comes out of beta.
Click to expand...
Click to collapse
It'll only come out of beta if bug reports tell me exactly what's wrong.
Humpie said:
Good idea! I'm currently building a widget myself so it's nice to see people embracing widgets more (And see that it also works with your app yay).
Small suggestion already. Can the handle color be transparant? Should be just a small use alpha = true or something in the color picker. (I'm familiar with the library)
Click to expand...
Click to collapse
Whoops. I knew there was an option I forgot to enable.
kjames2001 said:
Just bought the app, it's a great idea.
However, some widgets could not be found (eg. Greenify). Please check.
Also, please add the function to close the panel by clicking on empty space.
Thanks.
Click to expand...
Click to collapse
What do you mean by "not found"?
Great app! Have been looking for something like this for a very long time.
It would be nice if side triggers could be disabled and you can add a shorcut to access the widgets. That way triggers can be assigned to gestures for some of us that use gestures apps
Maybe you can check this discontinued-app functionality, in order to improve yours
Snap Swipe Drawer: https://www.apkmirror.com/apk/francisco-barroso-2/snap-swipe-drawer/
Zacharee1 said:
What do you mean by "not found"?
Click to expand...
Click to collapse
Just don't see it in selection when adding a new widget.
Widget Drawer v2:
- Add ability to add shortcuts to drawer
- Add alpha slider to handle color
- Add option to hide handle
- Add option to close drawer when tapping on empty space
- Add Activity that can be launched to open drawer from other apps
- Improve animations
Click to expand...
Click to collapse
OMG! You are fast, bro! As a suggestion, aesthetically would be better if bottom toolbar only appears when the app is open (so widgets aspect can only be edited by acessing the app), and make it go away when the drawer is being accessed either by triggers or shortcuts.
Also the transition from opened drawer to closed drawer when tapping and empty space, has some lag.
Would be possible an option to remove padding?
Thanks for this app!
------ edited --------
Landscape mode not working here
Zacharee1 said:
Widget Drawer v2:
Click to expand...
Click to collapse
Cool man, thanks for the fast update!
Another suggestion, please allow 4 icon widgets (shortcuts) in a row.
As you can see one icon is taking up 2 columns at the moment, that's wasting space if you ask me.
IAMG said:
OMG! You are fast, bro! As a suggestion, aesthetically would be better if bottom toolbar only appears when the app is open (so widgets aspect can only be edited by acessing the app), and make it go away when the drawer is being accessed either by triggers or shortcuts.
Also the transition from opened drawer to closed drawer when tapping and empty space, has some lag.
Would be possible an option to remove padding?
Thanks for this app!
------ edited --------
Landscape mode not working here
Click to expand...
Click to collapse
Nice idea, this will give the app a cleaner look.
As for landscape mode, if it gets supported, please make it optional.
kjames2001 said:
Cool man, thanks for the fast update!
Another suggestion, please allow 4 icon widgets (shortcuts) in a row.
As you can see one icon is taking up 2 columns at the moment, that's wasting space if you ask me.
Click to expand...
Click to collapse
I can either make each widget span a single column or span all of them. So if the division were four, it would be 1/4 width or full width. Intermediates aren't possible.
First of all, thanks for this useful app, it was exactly what I was looking for, tried a few other before this 1 but they didn't quite work how I wanted.
I have a few suggestions I hope you would consider adding as options in the settings.
1. A scroll bar, I have a few scrolling widgets (e.g. flamingo for twitter), so I need to make sure I use the widget header to scroll through your app.
2. A full immersive setting or a way to minimise/toggle your bottom bar.
3. This ones not essential but would be nice to swipe left or right to close your widget drawer.
On a final note, even though it's working great, I really hope you continue to develope this app, and if it helps to motivate development I think you should consider adding a donate option, since the app price is so low.
Many thanks
Sent from my BLA-L09 using Tapatalk
kam333 said:
First of all, thanks for this useful app, it was exactly what I was looking for, tried a few other before this 1 but they didn't quite work how I wanted.
I have a few suggestions I hope you would consider adding as options in the settings.
1. A scroll bar, I have a few scrolling widgets (e.g. flamingo for twitter), so I need to make sure I use the widget header to scroll through your app.
2. A full immersive setting or a way to minimise/toggle your bottom bar.
3. This ones not essential but would be nice to swipe left or right to close your widget drawer.
On a final note, even though it's working great, I really hope you continue to develope this app, and if it helps to motivate development I think you should consider adding a donate option, since the app price is so low.
Many thanks
Click to expand...
Click to collapse
1. A persistent scrollbar is a good idea.
2. I've been thinking of ways to allow hiding the toolbar. I guess a small trigger button in the bottom right that is pulled or tapped could work.
3. I'm not sure how well this would work. I'm already doing a lot of hacky stuff just to have scrolling work properly (normally, even non-scrollable widgets would block the overall scroll).
I don't have any plans to stop development for the time being. The price is actually more of a "stop and think sort of thing." I don't want people blindly downloading the app and then getting mad at me because they didn't read the description and thought it was something else.
I'm glad you like the app so far!
This app is great and has amazing utility! I bought it right away when I seen this thread. So far everything is working great except I can't resize the Google keep widget. My other widgets resize perfectly but keep will move up or down instead of resizing. Thank you for the awesome app!
chxnugs said:
This app is great and has amazing utility! I bought it right away when I seen this thread. So far everything is working great except I can't resize the Google keep widget. My other widgets resize perfectly but keep will move up or down instead of resizing. Thank you for the awesome app!
Click to expand...
Click to collapse
It might have a max height set in the widget. I can't force it.
Zacharee1 said:
It might have a max height set in the widget. I can't force it.
Click to expand...
Click to collapse
Somehow I can't have the app run at boot complete. I have white listed the app from all battery saving apps and doze. I don't know if it's just me or someone else is also having this issue, but please check. Thanks.
kjames2001 said:
Somehow I can't have the app run at boot complete. I have white listed the app from all battery saving apps and doze. I don't know if it's just me or someone else is also having this issue, but please check. Thanks.
Click to expand...
Click to collapse
No problems here, using Android 8.0
Sent from my BLA-L09 using Tapatalk

Categories

Resources