Lockable : Secured Lock Screen for your Android Wear Device - Wear OS Software and Hacking General

SOURCE : Kickedface
Please visit source link for Play Store Download Links or you can Google it
{
"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"
}
Each minute Smart Watches are becoming more popular, however, there has been no way to secure by locking screen. A developer made an app called Lockable it is available on xda-developers, with the provided app you can secure your android wear devices with different lock screens.
Android devices may be secured to a variety of methods - from a PIN-code to Face-Unlock. Individually Android Wear, however, offers no lock screen. But no worries this app allows you to lock your SmartWatch. The free version offers you to add personal swipe gestures and it can be bought via In-app purchase you can use then to various function such as expanding a PIN lock or an unlock pattern.
I personally find this application very interesting. What do you think guys? Leave your thoughts as comments.

Nice. It's more comfortable than standard. But I love analog watches and I don't want electronic like smartwatch

Related

[Q] Help Theming Google Search Widget

Hi Guys,
I'm a designer and have put together a concept of a Google Search Widget that I wouldn't mind sitting on my home screen. I've integrated styles from other parts of the UI so that it'll fit more seamlessly into the user experience.
I've never developed for Android before but have done a lot of background reading and am aware of the various \res\drawable images I'll need to replace. My question is whether or not I'll be able to replace those images without rooting my device, using ASTRO for example?
Also, is it a simple case of replacing the \res\drawable images and it working or is there more to it?
I've got a locked bootloader and don't want to unlock it, so am waiting for ICS and a hopeful way to root with a locked bootloader then.
Screenshot of what it will look like:
{
"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'll be re-designing the app that launches upon touch to look more like the Xperia UI menus
Cheers,
M
Bump for post edit (didn't want to duplicate/start a new topic)

[Q] Where to find data in Trading Card Scanner app?

Recently, a new app came out for Power Rangers that scans the bar code on the top of trading cards you get with toys. It's called "Power Rangers Card Scanner" and is free. It uses barcodes like this:
{
"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"
}
Using Google Goggles, I was able to figure out that each Code 128-B bar code represents a set of 8 characters, such as the one above being 115ZPASA. The first 3 numbers represent the card number, with the one above being #115. The Z and last A I have found to be constant in each code. However, when I turned on airplane mode, the app was still able to read functioning bar codes, but not able to access the internet to play the clips.
Would this mean the database with the codes is stored client side? If so, is it possible to just find a list of those codes or bar codes that from a database or list that is stored on the phone? I was thinking if this were possible, then I could gain access to a bunch of unreleased clips. I just don't know how these apps store this information to reference on the phone.

[CLOSED] [Wear][paid] materialwatch

{
"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"
}
Mod edit: Removed paid app link
Material Design is the new design guideline by Google. Android (including Wear) is using it from version L and up, here's a watch face to go with it!
All colors are fully customizable right from the watch, just long press the watchface, click the small gear icon at the bottom of the screen and you'll be able to customize the watch face as you wish.
Feedback is welcome and appreciated, I will try to respond quickly.
Troubleshooting:
Sometimes it takes a little while to install new watch faces over a slow Bluetooth connection. Wait at least a few minutes after installing on phone, by then watch face should be installed on the watch as well. Try reinstalling or re-syncing all apps to the watch if it still fails. This unfortunately affects all third party watch faces on Android Wear.
As always, source code is available: https://github.com/FruitieX/materialwatch
Photo:
I'm still planning color presets and possibly a phone version of the color picker for immediate feedback in a future update.
http://www.xda-developers.com/a-guide-to-paid-work-on-xda-developers/
Thread closed

[APP] [WATCHFACE] [NAVIGATION] [OPENSOURCE] Words Watch Face

Hi,
Some time ago I implemented the what3words Global Addressing System API into one of my apps. Later, having nothing better to do, I developed a standalone watch face, which uses the API forward and reverse geocoding..
Features:
find users' current 3word address and display in a Toast;
translate a 3word address (entered via the speech recognition) into a location, and display real time navigation data on the watch screen.
{
"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"
}
Having more than enough apps on the Play store, I didn't decide to publish another, free one. Instead, I uploaded it on github: https://github.com/nwg-piotr/WordsWatchFace, under Apache 2.0 license. Feel free to fork, or contribute to further development if you find it useful.
See Wiki to learn more about the app.
It would be nice if you could build it as APK Watchface, because it's the only app for navigation on Wear.
I can test it if you want. I've got a Mission by Nixon
Thanks in advance
philos64 said:
(...) it's the only app for navigation on Wear. (...)
Click to expand...
Click to collapse
Actually it's not. Most of the code I took from another app, which is my flagship. The reason why I didn't include the apk is the what3words API key. They don't allow to submit more than one application per developer.

What Happened to Tasks (Codename Ice Cubes)?

Hello,
Anyone knows an app alternative to Tasks 1.3.4? I am still using it but developers stopped updating it.
{
"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"
}
The best tasks app that ever was, I'm starting to have issues, Google is blocking on one phone and I can't add new lists on others. Veg disappointing
@HenryHvPa What do you not like about Google Tasks?
I like the ability to quickly enter, indent, move multiple items too other lists, without entering dates or any other extra data
The kiss principle..keep it simple
HenryHvPa said:
The best tasks app that ever was, I'm starting to have issues, Google is blocking on one phone and I can't add new lists on others. Veg disappointing
Click to expand...
Click to collapse
Google made some changes how apps access Google Account. I remember going to security tab and creating new password for every app separately. Did you try it? I don't remember why I didn't continue with it.

Categories

Resources