[Open Beta] [Chinese only] New update available for Beta - Oppo Find X Questions & Answers

Just got a notification for an OTA update.
Can anyone translate these screenshots attached?

First screenshot from the left says a dual clock is added which supports multiple time zones (probably something to do with a widget) and improved weather. Second screenshot says smart home support is added. Also something to do with sliding up the phone to turn on the phone (I'm not so sure what it means). The bottom just tells you the update history (lisiting the new features already added).

Crowbar Asdfghjkl said:
First screenshot from the left says a dual clock is added which supports multiple time zones (probably something to do with a widget) and improved weather. Second screenshot says smart home support is added. Also something to do with sliding up the phone to turn on the phone (I'm not so sure what it means). The bottom just tells you the update history (lisiting the new features already added).
Click to expand...
Click to collapse
Thanks so much!!!

Some translation using google and my knowledge:
In 2nd screenshot:
[clock]: add up to 50 alarm clocks.
[status bar]: add support to show bluethooth headset battery status.
[lock screen magazines]: add support to more lockscreen magazines. (probably lock screen ads)
[ambient display clock]: optimize ambient clock when screen is off.
[voice assistant]: fix fc when add a timer using voice command.

Related

[SEP 17] FEWidgets Ultimate 1.0b12 - (100% native code No Flash required)

FEWidgets Ultimate is a Today Plugin for Windows Mobile 6.1/6.5 Professional devices (WM 5 and 6.0 are not supported).
IMPORTANT:
- If you've modified the scripting side of any widget on a version lower than 1.0b10, either disable the Fast Orientation Change option, or modify the new scripts, because now widget initialization must be performed on the onWidgetLoad event for the cache to work properly.
- From 1.0b10 sweeping horizontally is cached instead of vertically. Meaning if you had setup a window you'll now have to sweep horizontally to get it, instead of vertically.
- If your device doesn't have too much RAM or the app behaves strange try disabling the "Fast Orientation Change option and soft resetting the device.
This version of the application is 100% native code (C++) using the Qt Framework for Windows CE and does not require Flash at all (none of them).. It also should run faster than it's flash counterpart (the Lite or vanilla old versions).
CAB For VGA/WVGA Devices: FEWidgetsUltimateVGA-v1.0b12.CAB
CAB For QVGA/WQVGA Devices (or VGA/WVGA with small widgets and icons): FEWidgetsUltimate-v1.0b12.CAB
User Manual: FEWidgets Ultimate - User Manual.doc (Updated on v1.0b10)
Developer Manual (Updated on v1.0b12): FEWidgets Ultimate - Developer Manual.doc
You can try the new skin by mchapman007 here!: MobileMatt FEWidgets Ultimate Theme v1.0.0.
Source Code (1.0b12): FEWU-Phantom - Sources.rar
(Most of the Sources are released under the Creative Commons license http://creativecommons.org/licenses/by-nc/3.0/. License is as specified by the EULA.rtf)
Do you find my application useful? I've spent lot's of time programming it, please buy me a beer! Donate!
Features:
- Haptic feedback. When clicking on widget buttons you'll feel a small vibration.
- Multiple Layouts/Pages support (up to 4).
- Multiple Windows for each page with 0 loading time.
- Fullscreen Mode.
- Support for Landscape/Portrait modes.
- VGA/QVGA/WQVGA/WVGA support.
- Skinnable though XML files (or just modifying the images).
- Scriptable through javascript.
- Extensible though C++ plugins.
- Support for Acceleration/Light sensor on the engine. (not used right now by any Widget)
Implemented Widgets:
- [New!] Task Manager Widget (shows up to 8 tasks).
- Operator Name
- RSS Feed Reader
- Comming Appointments
- Tasks
- Contact widget
- Date widget
- Battery/Phone signal Strength indicator.
- S2P Player control.
- Analog Clock
- Diamond like Clock
- Background Image Changer
- Bluetooth State (Can turn on/off)
- Wi-Fi State (Can turn on/off)
- Quick Dial.
- Layout swapper.
- Locker (locks widget dragging)
- Calendar (when tapped will link to \Windows\Calendar.lnk)
- Shortcuts Widget. This widget allows creating shortcuts to exe/lnk files. You can drop the widget as many times as you want.
- Missed Calls. Shows the number of missed calls. When double tapped will take you to the missed calls log.
- Unread SMS. Shows the number of unread SMSs.
- Unread Mail. Shows the number of unread Mail on all accounts.
- Sound Profile changer. Lets you switch between On/Vibrate/Off modes.
- Weather. Shows you the weather for today. Current temperature and forecasted Min/Max for today.
- SMS information. Once you drop this widget once, if you remove it, it'll spawn automatically the next time you have an SMS message on the same possition you had placed it.
- Programs. Shows the contents of the Programs folder of the Start Menu on a kinetic scrolling list.
Some screenshots taken on the WM 6.1 QVGA Device Emulator:
{
"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"
}
Changes on 1.0b12
- [Fixed] On some devices docking the Widgets Bar at the bottom will make the bar overlap the menu. (because today window size is not calculated correctly)
- [Fixed] If the WidgetsBar docking is set to bottom and then to left again it won't update the Show/Hide button properly.
- [Fixed] Some applications are not launched correctly.
- [Fixed] On the VGA version some programs are displayed without icons.
- [Fixed] Error messages would display the error on the title.
- [Fixed] When switching fullscreen on and then off application window size won't be calculated properly.
- [Changed] Kinetic speed on VGA/WVGA devices is now increased.
- [Changed] Drag distance to differenciate a tap from a drag operatino is now doubled on VGA/WVGA devices.
- [Changed] On the Task Manager Widget, now the first icon is always arranged at the bottom instead of on the left.
- [New] Added a new parameter for widgets (can be set on widgets.xml) which allows specifying a distance to be left between the snap point on the widget with the parameter set and the snapped snap point on the perpendicular axis to the one the snapping took place.
Changes on 1.0b11
- [Fixed] When fullscreen is enabled an another applicaiton was opened, the other application will gain focus.
- [New] New Task Manager Widget (shows up to 8 tasks). Tap once to show the application and tap and hold to close it.
Changes on 1.0b10.1
- [Fixed] When using the new Fast Orientation Change option, the application will crash (i.e. it will stop responding properly). This was a really tough one
- [Fixed] Lists used the system wide window color instead of a custom color. If the color whas black, text would not be visible.
- [Fixed] Error messages on CommandProvider or PhoneProvider would generate an exception when multithreaded commands are on.
Changes on 1.0b10
- [Fixed] Script error en Analog Clock when changing hours.
- [Fixed] Items where not removed from snapper when changing orientation.
- [Fixed] When switching to landscape for the first time, Portrait mode layout is copied as the landscape one.
- [Fixed] When switching between landscape and portrait on fullscreen when another application is focused the Task bar dissapears.
- [Fixed] Shortcut widgets setup on portrait mode might collide with the ones created on landscape. (you'll have to recreate the shortcuts if you have this problem)
- [Fixed] When Yahoo! Weather reports a "not available" weather condition image (code 3200) a script error will be displayed.
- [Fixed] When wind speed is a decimal number, 0 will be displayed instead on the Weather Widget.
- [Fixed] Wind direction is wrong on the Weather Widget.
- [Fixed] When a Widget is on a layout but not on the new layout and the icon is at the end of the bar, when switching the bar won't adjust properly.
- [New] You can now set the units for degrees on the Weather widget.
- [Changed] Now windows are switched by sweeping horizontally and pages vertically.
- [Changed] Now switching windows is circular (as with pages).
- [Internal] Changed the behavior of hidden widgets (like SMS).
- [New] Now There is an option (Fast Orientation Change, enabled by default) to cache widgets on portrait and landscape to make rotation smoother. This will consume more memory since all the landscape widgets (on all windows of the current page) will be cached when in portrait mode.
Works Great with HTC X7500
Thanks
works great with HTC X7500/Athena
How can I change the background image?
Request: Hope in the future version you can make this app DPI-aware so that it can support 128dpi and 96dpi resolutions (In the Athena it works at 192dpi only,wanted to use it @ 128dpi 'cause the athena's screen is so big, icons in 192dpi are big [email protected][email protected])
My bad...it works @ 128 and 96 dpi...but
Well it works at those resolutions...but they stayed big (original size)
Bug: It doesn't show/start when themes are changed
@ 128DPI
wow thank you. it only eats up 3.7mb.
fire_z said:
Well it works at those resolutions...but they stayed big (original size)
Bug: It doesn't show/start when themes are changed
Click to expand...
Click to collapse
It's meant to be used on PDA phones.. don't really know if yours has a phone but it looks more like a vanilla Pocket PC.. phones tend to have a smaller screen and the images look smaller. I really don't take into account the DPI because I use the same images no matter what.
When you change the themes it probably tries to restart the plugin.. I've had some problems with that, so perhaps you should try to disable the plugin, change the theme and then enable the plugin again.
oldsap said:
wow thank you. it only eats up 3.7mb.
Click to expand...
Click to collapse
Actually it eats some more MB but on dlls (Qt dlls). Since WM 6.1 and 6.5 use a different address space (64MB for large dlls) I guess they are not showing on the Process Manager... or it could be the dlls are not fully loaded and it really eats only that size hehe. You could probably check the real size watching how much memory you've got left with and without FEWidgets.
Cheers,
Nico.
Do you guyz see any battery issues with these widgets?
I hope they take less resources than manila & SPB shell.
on my 6.5, it only eats 3-4MB, im sure of it
any option to remove the vibrate on touch?
oldsap said:
on my 6.5, it only eats 3-4MB, im sure of it
any option to remove the vibrate on touch?
Click to expand...
Click to collapse
There's an option on the Application Configuration item on the configuration window... on the User Manual every configuration option is explained.
found a small bug. if the widget bar is set on TOP of the screen, you cannot add a contact widget or shortcut widget on the screen.
EDIT:
also, after adding a contact widget, if i tap on it to add the contact i want, my phone hangs. (ETEN DX900)
oldsap said:
found a small bug. if the widget bar is set on TOP of the screen, you cannot add a contact widget or shortcut widget on the scrren
Click to expand...
Click to collapse
Thanks, I'll fix it tomorrow in the afternoon.
EDIT: I've uploaded the full CABs hopefully fixing that bug. Also on this post is attached a zip with the Main Provider, you can replace the one on FEWidgetsUltimate\providers with this one. Keep in mind you have to unload the plugin to do so.
EDIT: sorry for the stupidity, the widgets were locked hahahahaha
replaced the dll, but still no go when bar is on top
guyz I need some update about battery before really trying this nice work, last time I tried fewidgets its was a nightmare for my battery
oldsap said:
EDIT: sorry for the stupidity, the widgets were locked hahahahaha
Click to expand...
Click to collapse
hahaha lol, I really got worried because I couldn't see why
Well I'm off to bed now, it's 2.30 am here. Thanks for your feedback.
oldsap said:
replaced the dll, but still no go when bar is on top
Click to expand...
Click to collapse
Hmm weird, on the emulator it's working... try this dll attached instead and let me know.
EDIT: Now it should work.. I had zipped the wrong dll, sorry about that. I'll better go to sleep.
corepda said:
guyz I need some update about battery before really trying this nice work, last time I tried fewidgets its was a nightmare for my battery
Click to expand...
Click to collapse
Battery life now is not an issue since Flash is no longer used. (0% CPU when idle)
Its good if we can add on more widgets like facebook icon or something
but wondering how to do it or such.
nicodega said:
Hmm weird, on the emulator it's working... try this dll attached instead and let me know.
EDIT: Now it should work.. I had zipped the wrong dll, sorry about that. I'll better go to sleep.
Click to expand...
Click to collapse
now adding widgets work.
if i tap on the contacts widget, it takes a long time for it to read my contact list. and when it does show the list, it's not in alphabetical order, so it's difficult to find the particular person i want to add.
Thanks for all the hard work. it's only a minor glitch so no sweat
jeremy89632 said:
Its good if we can add on more widgets like facebook icon or something
but wondering how to do it or such.
Click to expand...
Click to collapse
Look on the first post for the Developers Manual. It explains how to create new widgets.
oldsap said:
now adding widgets work.
if i tap on the contacts widget, it takes a long time for it to read my contact list. and when it does show the list, it's not in alphabetical order, so it's difficult to find the particular person i want to add.
Thanks for all the hard work. it's only a minor glitch so no sweat
Click to expand...
Click to collapse
I'll see onto that later today
adding program shortcut widgets are fine. but somehow (although im not that sure) adding contacts widget increases the memory consumption.
also, everytime i reboot with a contact widget added, it asks me if i want to add a custom image or not
Ya, this rocks, Its good, I need to make some widgets tho, Thanks for another great version, I have been using 31 for the past 3 months on my TP

[APP]Note Buddy ***v2.8.1***(S Pen Helper)

If you don't like the TouchWiz launcher, but don't want to change to another launcher like Nova because you lose the S Pen/Headset detection and QuickBar feature that Samsung provides, then this application will help by filling that gap.
Free Version:
-Can be used by Tasker to detect the S Pen detachment/insertion.
-Launches the Application/Shortcut chosen by you when the S Pen is detached/Headset is plugged in. (can be disabled)
-Launches the Application/Shortcut chosen by you when the S Pen is attached/Headset is removed. (can be disabled)
-Shows a Notification with custom text when the S Pen is detached/Headset is plugged in. (can be disabled)
-During a call the auto launch for the S Pen is disabled so that it does not conflict with S-Memo auto-launch. (can be disabled)
-Quick Bar of up to 3 Applications or Shortcuts in the Notification Bar.
-Can select custom insert/detach sounds for the S Pen.
-Up to 3 applications in the Application Shade
-Auto-Launch blacklist of up to 1 application
-Automatically lock phone when S Pen is inserted. Smart mode is also available in which phone is locked only if it was locked when S Pen was detached.
-Notification icon's can be made transparent to make it look better on Note devices where the default notification cannot be disabled.
Premium Version:
-Application selected for auto-launch will close when S Pen is inserted/Headset is removed
-Application Shade will be dismissed when S Pen is inserted/Headset is removed
-Application Shades can be nested
-Capacity of QuickBar will increase to 6
-Application limits from the Application Shade and Blacklist will be lifted
-Volume of the S Pen insert/detach sounds can be adjusted
-Smart Launch mode will be available which allows you to select a seperate Application/Shortcut/Action to launch if the phone is locked
-Ability to select an Icon Pack to be applied to all the icons of the Application Shade/Quick Bar
Download:
https://play.google.com/store/apps/details?id=com.tushar.spen_helper
Use in conjunction with this on CyanogenMod/AOKP/AOSP based ROMs.
Changelog:
v2.8.1
-Fixed the Blacklist and Auto-close features on Lollipop. (Requires the Accessibility service to be enabled from the System Settings)
-Added a separate Blacklist for the Button Features.
-Added 3 new actions if you have the Add-on installed:
*Simulate Back key
*Take screenshot
*Toggle Keyboard
-Now uses the System default theme instead of Holo.
-Minor UI improvements.
Older Versions
v2.7.1
-Small UI change since the options were becoming confusing all in one place.
-Added support for S Pen button events. You need the add-on to be able to respond to the S Pen button events: Single Press, Double Press and Long Press. Tested and working on Note 2, Note 3 and Note 10.1(Old). Please email me if you want to add support for your Note device. (REQUIRES ROOT ACCESS)
v2.6.1
-Improved the sound selection system. You can now preview the sound file before selection and also set a default directory for any future selections.
-Fixed a bug with the sound looping endlessly if a ringtone or alarm tone was selected for attach/detach
v2.5.1
-Added License checking for Pro version users
-Added attach S Pen/remove Headset actions
-Added Afrikaans language support (Thanks to Johann Stassen)
-Changed method of picking sound files
-Fixed the icon's for some Themes being too large
-Fixed the Application Shade close and select buttons being too small in Landscape mode
v2.4.1
Pro Version:
-Ability to select an Icon Pack to be applied to all the icons of the Application Shade/Quick Bar.
Free Version:
-Translation support added. Spanish translation done by Tito Sanchez Esteso. If you want to help translate the application to your language please email me.
-Moved the Application Shade from Actions to the main menu.
-Fixed the icons having jagged edges/being blurred in the Application Shade.
-Icons in the Application Shade can now be re-arranged by long pressing and then dropping it on the position you want to place it. To delete an item from the Shade pick it up and then drop it on the cross.
-Added remove confirmation in the Application Shade.
-Fixed the S Pen sounds triggering multiple times.
-The music play/pause action now supports more Music Players.
v2.3.1
New Pro version only feature:
-Smart Launch mode will be available which allows you to select a seperate Application/Shortcut/Action to launch if the phone is locked
v2.2.0
-Added a new Action : Lock Phone
-Added auto lock when S Pen is inserted
-Added Smart Lock mode for auto lock. Device will be locked only if it was locked when S Pen was detached.
-Added option to make the notification icon's transparent for Note devices in which the default notification cannot be disabled.
v2.1.0
-Added auto launch blacklist
-Added a new action Open Website
-Fixed a bug where the headset insert would get re triggered when the headset was attached for long
v2.0.0
Please check my post for the change log
v1.8.0
-Cleaned up the sound selection process a bit
-Fixed a small bug
v1.7.1
-Now automatically pauses music when headset is unplugged
-Potential fix for the detach event firing multiple times
-Now compatible with CyanogenMod too with the help of https://play.google.com/store/apps/details?id=com.tushar.cmspen
v1.7
-Fixed auto-close not working when call was active
-Fixed a rare crash
-Changed all the check boxes to switches
-Can now switch between the tabs by swiping
-Removed the feature of updating from within the application according to Google policy changes and therefore reduced the number of permissions required by the application
-Made the size of applications appearing in the application selector uniform
v1.6
-Increased QuickBar apps to 6
-Removed the settings icon and label from the QuickBar notification, now clicking anywhere on the empty space on the right or left corner of the notification will take you to S Pen Helper
-Changed the click effect of icons in the QuickBar
-Now shows a progress dialog when loading your applications so you don't have to stare at a black screen
-Changed the Home action icon and also modified the process of selecting the action a bit
-A few other minor UI changes
-Fixed a bug where if you tried to use the Tasker Plugin for S Pen detection without enabling it in the settings the app would crash
-Added option to not disable the auto-launch during a call
v1.5
-Insert/Detach sounds now play in the Notifications sound channel
-Reduced the number of background services
-Reworked the QuickBar a bit
v1.41
-Crash fix.
v1.4
-Fixed the settings page going back to the top when any checkbox was clicked.
-Many UI changes.
-Can now select auto-launch for the headset too.
-Can now select an action,shortcut or application for the auto-launch or the QuickBar. There is only one action for now, going to the Home Page.
-Streamlined the auto-closing of launched app a bit more.
-Significantly reduced apk size.
-Changed the headset and spen notification icons to the ones used by TouchWiz.
-Fixed another crash.
v1.3
-Can select custom insert/detach sounds now.
v1.23
-Now also detects Bluetooth Headset
-Fixed a few crashes
-Fixed the Tasker profile not being triggered after some time
v1.22
-Fixed the QuickBar becoming non-responsive on Orientation Change
-Fixed the crashes that were happenening for some people(Hopefully)
Sorry for too frequent updates this one will be a stable version
v1.21
-Fixed the overlapping of QuickBar icons on Orientation Change
-Fixed the crashes that were happenening for some people
v1.2
-Implemented Headset quickbar
-Implemented Headset notification
-Fixed a small bug
v1.13
-Added a bit of nagging for the Pro Version.
v1.12
-Fixed a minor bug.
v1.11
-The QuickBar looks more uniform now
-The currently selected apps are now shown
v1.1
-Implemented QuickBar in Notifications.
v1.0
-Now appears as a Plugin in Tasker.
v0.5
-Added check for updates feature.
v0.41
-Can now choose the Text that will be shown in the Notification bar when Pen is detached
-Now shows the current version of the application
v0.4
-Changed Theme to Holo
-Can disable Notification now
-Can also disable the Services from running now
v0.33
-Streamlined app closing process
v0.32
-Does not conflict with the default S-Memo Launch during a call anymore.
v0.31
-Now closes the Application launched once the pen is Inserted back in.
-Toggle to enable/disable App Launch on removal of the Pen.
v0.3
-Now shows a Notification for as long as S Pen remains detached(Goodbye TW )
v0.23
-Runs in the Background even if the SPen-Helper app is closed.
-Starts automatically at Startup
v0.22
-Widgets and non-launchable apps no longer appear in App Selection
v0.21
-Fixed Icon Size in App Selection
-Now Sorts according to App Name
v0.2
-Custom App Launch Support
Re: [APP] SPen-Helper
Thanks. Works perfectly with nova launcher as described.
Sent from my GT-N7105 using xda premium
AW: [APP] SPen-Helper
tushar9989 said:
Future Plans:
-Be able to choose which app we want to launch.
Click to expand...
Click to collapse
This would be heaven! main question is: do you think it will be possible to use it on CM as well? (I'm not talking about s-note, of course, just about the function!). Beside that: even if it's tw only, this mod is/will be great!
Re: [APP] SPen-Helper
Cm support would be great I miss this feature and choosing a custom app would be immensely great
Sent from my GT-N7100 using xda premium
By CM support if you mean CyanogenMod then thats gonna be kinda impossible
Touchwiz has a tweak which pops out the S-memo when S-pen is detached during phone calls. Will this app conflict with that tweak? I mean, S-memo loads faster than S-Note so it is better to load the S-memo when pen is detached during phones calls, and load S-Note when pen is detached otherwise
If can integrate with Tasker, i am willing to pay for that. Please
hotelier1984 said:
Touchwiz has a tweak which pops out the S-memo when S-pen is detached during phone calls. Will this app conflict with that tweak? I mean, S-memo loads faster than S-Note so it is better to load the S-memo when pen is detached during phones calls, and load S-Note when pen is detached otherwise
If can integrate with Tasker, i am willing to pay for that. Please
Click to expand...
Click to collapse
I tried it with the popup S-memo, when the pen is detached the popup note is on top always. And regarding the tasker integration I'll mostly integrate it by next week. No need to pay i need it too.
tushar9989 said:
By CM support if you mean CyanogenMod then thats gonna be kinda impossible
Click to expand...
Click to collapse
Dammit! Anyways, looking forward for the app-definition...I would love to see e.g. papyrus popping up instead of s-note, even if it will only will be the main program!
Could this process be used with an app other than s-note say maybe Write?
donec said:
Could this process be used with an app other than s-note say maybe Write?
Click to expand...
Click to collapse
I'm working on selecting your custom app, if all goes well it should be ready in half an hour.
Upgraded to v0.2
Give me your feedback Please
Re: [APP] SPen-Helper
tushar9989 said:
Upgraded to v0.2
Give me your feedback Please
Click to expand...
Click to collapse
About to test, will be back with an edit. I use a different note app, so this appeals to me!
Worked!!! Thank you.
Only feedback is the app selector, sorted by full package name is kind of annoying, perhaps options for sorting by proper app names? And widgets shouldn't show, also some icons are insanely large taking up full pages. But, those are minor, the app does the trick, and in that regards it is a winner and a keeper!
v0.21 out with more fixes :good:
Re: [APP] SPen-Helper
tushar9989 said:
v0.21 out with more fixes :good:
Click to expand...
Click to collapse
Beautiful! Thanks.
when in call, launch app1, when not in call, launch app2...
Re: [APP] SPen-Helper
This seems cool ' I take it its just for stock ROMs I.e Sammy ROMs :sly:
Sent from my GT-N7100 using xda app-developers app
I noticed you said you wanted to work on an alarm for when the pen is detached. You don't have to do that. It's an S Pen setting, not a TW option. I get the alarm, both audio and popup notification in Nova Launcher.
Request: Do you think you can make it close when the pen is inserted?
ruk212: I just used it on Jedi XX ROM and it's working fine.
RabidMonkeyOnCrack said:
I noticed you said you wanted to work on an alarm for when the pen is detached. You don't have to do that. It's an S Pen setting, not a TW option. I get the alarm, both audio and popup notification in Nova Launcher.
Request: Do you think you can make it close when the pen is inserted?
ruk212: I just used it on Jedi XX ROM and it's working fine.
Click to expand...
Click to collapse
For me the alarm doesn't work on nova launcher.... I'll try it again today
And the application closing on attaching the pen again I'll work on it
v0.23 out ...now runs properly in background no need to keep application open
Thanks. Working like a charm :good:

[MOD][XPOSED] XMultiZone StatusBar Clock

Hello Folks,
This is my first post related to development in XDA and really looking forward your suggestions to improve this module.
XMultiZone Clock
An Xposed Framework add-on module to show two clocks with different time zones at your status bar.
Preview Video
Features:
❤ Complete TimeZone list
❤ Hide the Clock completely
❤ Customizable Clock Dividers
❤ Set 12 or 24 hour format
❤ Takes care to not to hide notifications and quicksettings toggle.
Installation
1. If you don't already have XposedInstaller on your system, Click here to install it.
2. Install XMultiZoneClock.apk the same way you'd install any other apk.
3. Open the app and choose the timezone and other setting as you wish.
3 Enable XMultiZone Clock by reopening the XposedInstaller app and selecting 'Modules'
tap directly on the checkbox next to XMultiZone Clock, then back out and reboot
4. After reboot you can find one more clock at your statusbar
I tested it only in Nexus 4.
Playstore link : https://play.google.com/store/apps/details?id=com.appkiddo.xposedmulticlock
I request all the users to prefer to download the app and share feedback in Playstore . Downloading from Playstore will give me a way to keep track of the number of users. Thank you in advance.
APK File : Version 1.9.05 View attachment XMultiZoneClock1.9.05.apk
Credits
Appkiddo (aka) balachandarlinks http://www.facebook.com/appkiddo007
Version 1.9.05
1. Fixed a show stopper in 1.9.04 due to migration from eclipse to Android studio.
Version 1.9.04
1. Timezone corrections.
2. New search feature to quickly search your timezone.
3. Enabled material theme for lollipop devices in a hope that Xposed will reach lollipop someday
Version 1.9.03
1. AM/PM Indicator toggle defect is fixed.
2. Prefix 0 is stripped from hours in 12 hour format. Eg : 01:15 will be 1:15 here after.
Version 1.9.02
1. AM-PM text indicators option is added in addition to the symbols ☀/★
Version 1.9.01
1. Soft Reboot crash fix for Samsung devices.
Version 1.9
1. Reboot is now converted to Soft reboot. So It saves your time and device life.
2. Reboot crash on few devices will be fixed now.
Version 1.8
1. Hide/Unhide system clock or multiclock alone.
Version 1.7
1. Added an option to reboot phone from app
2. Bug fix in 12 hour format. Thanks to XDA member @rgrever2
NOTE: SuperUser permission added to reboot device through app.
Verision 1.6
1. Multiclock size bug fix when the clock position changes
Version 1.5
1. System Clock AM/PM bug fix.
Version 1.4
1. Bug fixes
Version 1.3
1. Set system clock size (Small/Medium/Big) and then select a relative size of MultiClock too in comparison with System Clock size.
2. Hours and Minutes will be two digits here after for both system clock and multi clock.
3. Find you current multiclock timezone at app's home screen.
4. Options are cleaned up and organized into groups.
Version 1.2
1. Select three different (Small/Medium/Big) clock sizes
2. Setup a divider between clocks
3. Notification Toggle issue is fixed
Version 1.1
1. An option is added to shuffle the position of System clock and MultiZone clock. So keep the MultiClock, left or right to the system clock as you like
2. Time delay is fixed. No more delays. It will be accurate here after.
History:
21-Nov-2014 - Version 1.9.04 and Version 1.9.05 release
25-Jun-2014 - Version 1.9.03 release
09-Apr-2014 - Version 1.9.02 release
16-Jan-2014 - Version 1.9.01 release
06-Jan-2014 - Version 1.9 release
04-Jan-2014 - Version 1.8 release
26-Dec-2013 - Version 1.7 release
22-Dec-2013 - Version 1.6 release
22-Dec-2013 - Version 1.5 release
21-Dec-2013 - Version 1.4 release
21-Dec-2013 - Version 1.3 release
18-Dec-2013 - Version 1.2 release
17-Dec-2013 - Version 1.1 release
15-Dec-2013 - First release
Great work, keep up:good:
Works on S3 4.3
Few sugestions:
1) The local time shifts to the left, keep it to the right corner.
2) The 24 hour clock's 0 isn't shown in the second time zone. I.e. 03:25 is shown as 3:25.
3) There is a delay of over 1 min. in the second time zone, not properly sync'd.
Nevertheless, good work.
Thanks for your valid suggestions.
tariq2kn said:
Works on S3 4.3
Few sugestions:
1) The local time shifts to the left, keep it to the right corner.
2) The 24 hour clock's 0 isn't shown in the second time zone. I.e. 03:25 is shown as 3:25.
3) There is a delay of over 1 min. in the second time zone, not properly sync'd.
Nevertheless, good work.
Click to expand...
Click to collapse
Thank you for the suggestions.
1) Will provide an option for clock position in next update.
2) Will be fixed in next update.
3) Yeah. I have noticed it after few hours. I will debug it.
XMultiZone Clock Version 1.1
balachandarlinks said:
Thank you for the suggestions.
1) Will provide an option for clock position in next update.
2) Will be fixed in next update.
3) Yeah. I have noticed it after few hours. I will debug it.
Click to expand...
Click to collapse
Original Post is uploaded with a new apk with the following fixes,
1. An option is added to shuffle the position of System clock and MultiZone clock. So keep the MultiClock, left or right to the system clock as you like
2. Time delay is fixed. No more delays. It will be accurate here after.
It is very crucial to save the space in Statusbar as adding more digits will hide Notifications/Quicksettings toggle when you slide down your notification drawer in AOSP devices. I will make the multiclock hours to two digits , If I can fix this toggle issue.
Thanks
balachandarlinks said:
Original Post is uploaded with a new apk with the following fixes,
1. An option is added to shuffle the position of System clock and MultiZone clock. So keep the MultiClock, left or right to the system clock as you like
2. Time delay is fixed. No more delays. It will be accurate here after.
It is very crucial to save the space in Statusbar as adding more digits will hide Notifications/Quicksettings toggle when you slide down your notification drawer in AOSP devices. I will make the multiclock hours to two digits , If I can fix this toggle issue.
Thanks
Click to expand...
Click to collapse
Thanks... I'm looking forward to the two digit update. I have a suggestion here, you can add an option to have an smaller font size for multi clock. It is really handy for both notification bar and quick setting.
Accidentally sent from my Samsung Galaxy Note 2
Nice suggestion
melvinchng said:
Thanks... I'm looking forward to the two digit update. I have a suggestion here, you can add an option to have an smaller font size for multi clock. It is really handy for both notification bar and quick setting.
Accidentally sent from my Samsung Galaxy Note 2
Click to expand...
Click to collapse
That's a nice suggesion. I will add an option in next update. Hold on for one more day :highfive:
What about a divider between the clocks?thanks,great job
Good One
Penacal said:
What about a divider between the clocks?thanks,great job
Click to expand...
Click to collapse
I was little skeptical about adding dividers between clocks for the initial release. But I added an option to add dividers between clocks now. Please try and let me know, If you want any specific character/symbol as the divider.
NOTE: Posting the new version details in next thread.
Version 1.2 Release
Version 1.2
❤ Select three different (Small/Medium/Big) clock sizes. I have provided three options that I tried. Please try and comment, If the clock sizes are not perfect.
❤ Setup a divider between clocks
❤ Notification Toggle issue is fixed
Note : New version is uploaded and link is provided in original thread.
Thanks to @melvinchng and @Penacal for suggesions.
balachandarlinks said:
I was little skeptical about adding dividers between clocks for the initial release. But I added an option to add dividers between clocks now. Please try and let me know, If you want any specific character/symbol as the divider.
Click to expand...
Click to collapse
Thanks for the quick response, now it looks perfect with a divider between the clocks(enough symbols options for me) and the clock size implementation.:good:
I have another suggestion since you misunderstood
I think you can add the option to change the clock size for both primary and secondary clock in the status bar AND notification bar. So we can have a bigger and smaller clock in both notification bar and status bar.
anyways i can get this for non rooted phone like
balachandarlinks said:
Version 1.2
❤ Select three different (Small/Medium/Big) clock sizes. I have provided three options that I tried. Please try and comment, If the clock sizes are not perfect.
❤ Setup a divider between clocks
❤ Notification Toggle issue is fixed
Note : New version is uploaded and link is provided in original thread.
Thanks to @melvinchng and @Penacal for suggesions.
Click to expand...
Click to collapse
Hey.. Congrats !!! Got Posted in XDA Main Page :good:
http://www.xda-developers.com/andro...nt-time-zone-with-xmultizone-statusbar-clock/
@balachandarlinks
This is great! I really need this you saved my home screen from adding another battery consuming widget!
I hope you could also add AM/PM to the 2nd clock. I only have AM/PM for my own time zone. = ]
Have pressed :good: for you!
Could I request an option to show only the nornal clock in the status bar, but both clocks when the status bar is dropped (The ones on the side of the Clear button)?
balachandarlinks said:
Version 1.2
❤ Select three different (Small/Medium/Big) clock sizes. I have provided three options that I tried. Please try and comment, If the clock sizes are not perfect.
❤ Setup a divider between clocks
❤ Notification Toggle issue is fixed
Note : New version is uploaded and link is provided in original thread.
Thanks to @melvinchng and @Penacal for suggesions.
Click to expand...
Click to collapse
Perfect! thnx again!
Hello,Dosnt work for me
vía Nexus 7 (2)
Add the clocks' display as one above the other, just as in your app logo. It will save some statusbar space.
Local time being on top & the other time zone below it.
The divider between two time zones sticks to the left one, not aligned properly. Also, do add seconds to the clocks.
OK, i think that dosnt work for me because i use immerse, really?
vía Nexus 7 (2)

[APP] SWApp Launcher Wear

!!!!! The application isn't available anymore, i'm working on something new, far better !!!!!!
!! Much More than a launcher for your Wear Watch ! All you need just a swipe away ! !!!
SWApp Launcher will allow you to easily:
• Launch an SOS Alert from your watch (send and emergency SMS to your chosen contacts with a link to your location)
• Launch Apps on your on watch
• Remotely launch Apps on your phone
• Get information about your phone and watch
• Set Shortcuts to Call Contacts from your watch (If no photo is available you will be able to choose an avatar)
• Remotely launch any Tasker Task on your phone
• Do actions on your watch or your phone
• Set shortcuts to your favorite Watchmaker faces on your watch
• Manage all your incoming notifications
• Receive Notifications Image on your watch (from Hangout, Whatsapp, Tapatalk...)
Specific Layout for round and square screens
Fully compatible with interactive watchfaces
You can save and restore your Shortcuts Configuration
SOS Alert
Set an SOS icon on your Watch. In case of Emergency click it and all your Emergency Contacts will receive an SMS with your current location.
If enabled, an new sms with updated location will be sent at chosen interval until you cancel the alert.
When you add an emergency contact you will be offered to send an sms informing that he might one day receive an alert sms from you, to be sure he won’t consider it as a spam or joke if it happens.
You will be able to customize the Emergency and Information messages (Write it in your own language for example).
Informations Items available
• Phone Cellular Signal Strength
• Phone and watch (only Sony Smartwatch 3) Wifi Signal Strength
• Phone and Watch Battery levels
• Number of Missed calls (click on the icon to call last missed caller)
• Next phone alarm time (click to open wear alarm app)
Actions Available
On Watch:
• Watch Applications list
• Watch Applications Grid
• Recently Launched Watch apps
• Recently Launched Phone apps
• Close current app and return to watchface (some apps are hard to close)
• Flashlight: displays a white screen
• Control Brightness level and toggle Automatic mode (Automatic mode only on Moto 360 and Sony)
• Keep Screen On once or for ever. If set to “once”, if you manually shut down the screen it reverts to normal. Otherwise the next time you turn the screen on it will stays on.
• Flashlight: displays a white screen
• Lock your Watch screen to prevent unwanted interaction
On Phone:
• Control Brightness level and toggle Automatic mode
• Toggle Wifi on/off
• Toggle Wifi Hotspot on/off
• Toggle Cellular Data on/off
• Toggle Silent/Normal/Vibrate
• FindMyPhone
• Toggle Camera Led
• Turn Phone Screen On
Notifications Management
If you enable notification forwarding you will be able to set Notifications shortcuts:
• All notifications (shows a grid of app icons with a badge showing the number of unread notifications. Click any of them to access a notification list)
• Last Notifications only (since last time you used this icon)
• One app or One Contact only notifications
• Filtered Notifications (set filters including apps, contact or any text)
• FindMyPhone
You’ll get 3 panels of shortcuts on your watch and and any icon can open a sub directory.
Use the phone app to set the shortcuts with WYSIWYG UI.
On your watch, swipe from the border to launch SWApp Launcher from anywhere. (Right border by default, you can choose another one in the settings).
Click on the middle icon to exit.
When you first install the app, allow some time until the wear app is installed before trying to add shortcuts (when the cloud icon is full it’s ready)
• You can fine tune the swipe to launch feature: Set initial touch area size (you can display it during the settings) and swipe distance
• You can change the background
Disclaimer: All features will stay free during the development phase. Some of them might eventually become premium
Compatible with all Wear Watches:
Moto 360
LG G Watch
LG G Watch R
LG Watch Urbane
Sony SmartWatch 3
Samsung Gear Live
Asus Zenwatch
{
"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"
}
very nice...I'm liking this
This looks nice. Will this have the same functionalities as SWApp Link ?
If not, does SWApp Link work on Moto360 ?
awesome. its great!!!
*SWApp Launcher dev Update 1.01*
• Application UI is fixed on Lollipop phones
• Code optimization, the application is far quicker than before
• Middle panel is opened first on Watch too
• Option to disable vibrate when swipe to launch app on the watch
• New icon to force shortcuts sync (in case you use another watch for example)
there seems to be a problem with lollipop phones when trying to selects apps or shortcuts. I have uploaded a fixed version on the store, it should be available in a couple of hours.
Glad to see you here, man. Loved your work on the Omate while it was short lived, but here, nonetheless. Will absolutely give this a try and report back! :good:
Improvements
I have try this launcher on my LG Watch R.
It work good.
3 improvements.
1 - choose what kind of animation. I use swipe right to open. The launcher open with animation bottom to top of the screen.
2 - After choose a shortcut and close it, i must close the launcher. I think that it has sense that the launcher autoclose after choose one shortcut.
3- Choose background color.
Continue your great work.
scorpionhd2 said:
This looks nice. Will this have the same functionalities as SWApp Link ?
If not, does SWApp Link work on Moto360 ?
Click to expand...
Click to collapse
hi, it will have some of SWApp Link features and others
raynan said:
Glad to see you here, man. Loved your work on the Omate while it was short lived, but here, nonetheless. Will absolutely give this a try and report back! :good:
Click to expand...
Click to collapse
Thanks a lot ! i'm counting on your feedback
*SWApp Launcher dev Update 1.03*
• You can now fine tune the swipe to launch feature:
Set initial touch area size (you can display it during the settings)
Set swipe distance
• On the watch the launcher now closes after launching an app (you can change this in settings)
• You can now reset shorcuts
cyrilp said:
hi, it will have some of SWApp Link features and others
Click to expand...
Click to collapse
OK that's good to hear. Thanks!
What about SWApp Link itself? Does it work on the moto 360?
*SWApp Launcher dev Update 1.04*
• The Launcher now appears and disappears from the same side as the swipe
It seems it disappeared!
When i woke up this morning, SWApp Launcher status was "unpublished" in the play store: it's play store page was unavailable ???
I don't know how this has happened ???
I have published it back but the play store will take a couple of hours to update.
manuel_f2003 said:
I have try this launcher on my LG Watch R.
It work good.
3 improvements.
1 - choose what kind of animation. I use swipe right to open. The launcher open with animation bottom to top of the screen.
2 - After choose a shortcut and close it, i must close the launcher. I think that it has sense that the launcher autoclose after choose one shortcut.
3- Choose background color.
Continue your great work.
Click to expand...
Click to collapse
Hi, thank you for your feedback.
1. is fixed in v1.04
2. fixed in v1.03
3. to be soon fixed
Cyril
The application is back online
cyrilp said:
The application is back online
Click to expand...
Click to collapse
Great I'll test it
App on phone doesn't save settings. For example, I can't turn off swipe area.
Sync and cloud buttons also do nothing. No confirmation is received that it has done something.
I'm on a htc one m8 running kitkat 4.4.4
---------- Post added at 23:13 ---------- Previous post was at 22:46 ----------
A little update...
After installing the app again, and never touch the settings... It doesn't display the swipe area. However... Close after starting app... Is on by default but it never closes after starting an app.
Also if you swipe on the watch (lg g watch r) it takes some time for swap launcher to appear... It's not nice and swift to react on user input. Maybe it can be made to react a bit faster?
I like the app and it's on screen appearance. So I hope it's possible to fix these Lil bugs ?
Great app, i'm using it to launch wear and phone apps.
I like it but i would that you could optimize the UI for square screen (i have a Sony sw3). For example permits to choose round or square UI.
Another feature that i would is choose background color.
Thank you :good:

Question Always On Display Customization

Hello good people!! So what i miss in s23 ultra is weather info in always on diaplay like apple or pixel. I know there are some hacks with weather apps but the implementation js usually poor and looks terrible from UI perspective. Alao, who likes to see the weather everytime on notification panel anyway??
Wondering if there are any other options? If not, can we somehow request this so Samsung? This is a big need to make AOD user friendly instead of maybe adding bitmozi and gifs..
Any thoughts ?
I just use an app called today weather and i keep the live notification for weather and on the lockscreen it shows the notification and on the aod it shows the current temp and a small icon of the current weather.
spart0n said:
I just use an app called today weather and i keep the live notification for weather and on the lockscreen it shows the notification and on the aod it shows the current temp and a small icon of the current weather.
Click to expand...
Click to collapse
Spart0n
Is the live notification for today weather or the stock weather app? I cannot get it to show for TW nor show on aod Lock Screen
It has to be today weather because ive removed almost every stock app on my device
If you remember how you enabled that please share. I cannot find a way to add anything to the aod lock screen
Brewc said:
If you remember how you enabled that please share. I cannot find a way to add anything to the aod lock screen
Click to expand...
Click to collapse
And on my aod it shows the current temp as a little notification circle thing. You have to have aod show notifications
You can do that with weather bug as well. But the bubble is always there hindering space for other notifications and the weather is always on in notification panel which i find disturbing so stopped using it. I understand these are just work arounds but i wonder, is it possible to bring pjxel like AOD in samsung? The finishing is way better in pixel although it supports less options.

Categories

Resources