Secret Zenwatch 2 menu? - Asus ZenWatch 2

Playing with my zenwatch 2 today, when I accidentally stumbled upon the hardware test menu. Pictures attached
How to get to it:
Enable developer settings
Go to developer settings
Scroll to Manufacturer option
Tap rapidly
Enjoy!

There's no secret. It's hardware testing menu.

danialbehzadi said:
There's no secret. It's hardware testing menu.
Click to expand...
Click to collapse
I consider it secret if Asus didn't intend for most users to find it.

Electronicbrain said:
I consider it secret if Asus didn't intend for most users to find it.
Click to expand...
Click to collapse
Because it's of no use other than for developers

EpicLPer said:
Because it's of no use other than for developers
Click to expand...
Click to collapse
May not be useful unless our watches are having problems, but it is cool. ?

Related

[Help]Any way to change the function of hard key?

My phone after installed the android rom..all things run well...
but...only the power button works but not others...it may be due to different model of a Hong Kong Phone from Europe/ US phone...anyway to give the keys back functions that they should have? thanks
Go to Spare Parts, and change the power key to home.
You should search first... Thx. Also, post in the ROM/Build thread!! That way we know what you're using, instead of having to guess...
Yes, I searched, peoples using spare part as well... but I just seen End button behaviour only in Spare Parts...no other keys...so I wonder whether there is any other methods.?
sorry for making such thread
waiwai567 said:
Yes, I searched, peoples using spare part as well... but I just seen End button behaviour only in Spare Parts...no other keys...so I wonder whether there is any other methods.?
sorry for making such thread
Click to expand...
Click to collapse
Oh, I thought you only wanted to change the end call key.
If you want to change around other buttons, you'll have to hack at the source. Depends on what you're running - on HaRET, you'd need to modify the keymaps in the rootfs. On NAND, I'm guessing the keymaps in /system/etc. Either way, this isn't something that's easily done nor recommended.
Maybe an app like this.
http://www.addictivetips.com/mobile/remap-reassign-your-android-devices-keys-with-buttonremapper/
wizardknight said:
Maybe an app like this.
Click to expand...
Click to collapse
Thanks, is that one support NAND?:good:
waiwai567 said:
Thanks, is that one support NAND?:good:
Click to expand...
Click to collapse
Well it does say, "As can be expected, the application requires complete root access, with a NAND unlocked device and complete, permanent write access to the system directory."
This is where you have to start to do a little research on your own.
wizardknight said:
Well it does say, "As can be expected, the application requires complete root access, with a NAND unlocked device and complete, permanent write access to the system directory."
This is where you have to start to do a little research on your own.
Click to expand...
Click to collapse
yes, thanks! it's my fault by only focusing the samsung galaxy stuffssorry

Xposed Module: Keyboard Suggestions Blacklist

Hi folks,
This is a little module that started out as a PoC but turned into something that I find useful. I use swiping on the Google Keyboard and found that sometimes it would detect words or offer suggestions that I would never type. I had previously used Swype and so not being able to remove suggested words drove me crazy.
This Xposed module adds blacklisting to the Google Keyboard.
Features:
Long-press on suggested words from the keyboard interface
Add words to the blacklist through the module itself
The project is open source, you can view it on GitHub.
I'd prefer bugs/feature requests to go into the GitHub tracker, but if all else fails you can get in touch with me through XDA for support/bugs/feature requests.
There's also a Reddit thread if you're into that.
XDA:DevDB Information
Keyboard Suggestions Blacklist, a App for the Google Nexus 4
Contributors
nick.spacek
Version Information
Status: Stable
Created 2013-12-13
Last Updated 2013-12-13
Found this the same day i was trying to delete words..There is no other way really? I was swyping wrong words everytime
Thanks for you module. Some words still there, and i cant delete by long-press, but its really better now.
Can you explain the problems you're having a little more detailed? When you long-press, you should get a Toast message saying that the word was added. Are you seeing that?
It currently doesn't delete the word that was entered though. Is that what you mean?
What phone/ROM are you on?
Sent from my Nexus 4 using xda app-developers app
Great work, keep up:good:
nick.spacek said:
Can you explain the problems you're having a little more detailed? When you long-press, you should get a Toast message saying that the word was added. Are you seeing that?
It currently doesn't delete the word that was entered though. Is that what you mean?
What phone/ROM are you on?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Wait a minute... this is suposed to work with N4 only? I tought it was working but i dont think so. all words i black-listed still showing in my suggestions. My way of black-listing was adding through the app itself.
I dont see any toast message when i long-press a suggested word.
Im running Omnirom 4.3 in my S-Advance.
It should work with other phones and Roms, but hooking methods by name and signature is iffy. It could be that a particular ROM has changed the package or class name. It's hard to say.
At this point, I personally have only tried on vanilla 4.4 on a Nexus 4, but I know at least one person has it working fine on Note 2 or 3.
I'll have to add some error handling logic, in the case that something unexpected is encountered. I'll log some bugs on the GitHub that you can track.
Sent from my Nexus 4 using xda app-developers app
Google keyboard has had a couple of updates and this no longer works, any chance of an update?
kennyboyismr47 said:
Google keyboard has had a couple of updates and this no longer works, any chance of an update?
Click to expand...
Click to collapse
Sure I'll take a look at it this week if I get a chance, thanks for letting me know!
nick.spacek said:
Sure I'll take a look at it this week if I get a chance, thanks for letting me know!
Click to expand...
Click to collapse
Awesome thank you.
nick.spacek said:
Sure I'll take a look at it this week if I get a chance, thanks for letting me know!
Click to expand...
Click to collapse
Hey mate did you get a chance to look at this? New keyboard update again but don't think there's a lot of difference this time.
kennyboyismr47 said:
Hey mate did you get a chance to look at this? New keyboard update again but don't think there's a lot of difference this time.
Click to expand...
Click to collapse
Really want this to work, too.
kennyboyismr47 said:
Hey mate did you get a chance to look at this? New keyboard update again but don't think there's a lot of difference this time.
Click to expand...
Click to collapse
Sorry, I have not. I really would like to get this working but I won't have the time this week for sure.
Can this work with the android keyboard, not the playstore Google one? At the moment i doesn't appear to work and I could do with removing these American spellings from my keyboard.
Zenzic said:
Can this work with the android keyboard, not the playstore Google one? At the moment i doesn't appear to work and I could do with removing these American spellings from my keyboard.
Click to expand...
Click to collapse
I'd like to build in support for multiple keyboards soon. I am working now to fix it for the Google Keyboard first, then I'll look at the Android one.
I have it working again with the latest Google Keyboard. I refactored the code some so in theory it should be a little easier to add support for other versions of the keyboards. I should have a new build up before Monday.
nick.spacek said:
I have it working again with the latest Google Keyboard. I refactored the code some so in theory it should be a little easier to add support for other versions of the keyboards. I should have a new build up before Monday.
Click to expand...
Click to collapse
Looking forward to it [emoji1]
Sent from my Nexus 5
Released now, let me know how it's working!
Hello, any chance to get this module updated ?
Thanks

[XPOSED]Re-Enable Screenshot

Ever been annoyed that you can not take a screenshot of your swish payment or bank transaction?
This module tries to bypass the request for DRM on windows created by the selected applications.
This application is free to use, but we appreciate your kind donation to support our work by installing the DONATION package from Google Play Store.
Download the module from Google Play Store
Changelog
1.7 - Now also hooking Window.getAttribute() for applications that test FLAG_SECURE
1.6 - Added invert selection as a donation feature
1.5 - Initial official version
What's the difference with the Xposed module DisableFlagSecure?
http://repo.xposed.info/module/fi.veetipaananen.android.disableflagsecure
Sent from my lightning fast SM-G930F (S7)
FlemishDroid said:
What's the difference with the Xposed module DisableFlagSecure?
http://repo.xposed.info/module/fi.veetipaananen.android.disableflagsecure
Sent from my lightning fast SM-G930F (S7)
Click to expand...
Click to collapse
I have not tested that module, but it seems similar. With Re-enable screenshot you can re-enable screenshot for selected apps and not only globally, don't know if that is the case in the other module.
Anyone know if this works with Chase?
muken said:
I have not tested that module, but it seems similar. With Re-enable screenshot you can re-enable screenshot for selected apps and not only globally, don't know if that is the case in the other module.
Click to expand...
Click to collapse
Yes other module have no gui so it's only globally. I use it since day one and it still works after 2 years without an update. I try your module now.
Sent from my lightning fast SM-G930F (S7)
FlemishDroid said:
Yes other module have no gui so it's only globally. I use it since day one and it still works after 2 years without an update. I try your module now.
Click to expand...
Click to collapse
Please be aware that you might need to reboot the device after you have changed which applications that the module shall be active for.
muken said:
Please be aware that you might need to reboot the device after you have changed which applications that the module shall be active for.
Click to expand...
Click to collapse
Yes I noticed that already. Maybe a button to enable all apps in future?
Sent from my lightning fast SM-G930F (S7)
FlemishDroid said:
Yes I noticed that already. Maybe a button to enable all apps in future?
Click to expand...
Click to collapse
Just added version 1.6 with "Invert Selection" as a donation feature.
I really like how this module is app specific. Thank you for working on this for us. My only suggestion is to add some unobtrusive horizontal graphics to the list of apps. On a large tablet, the distance from the enable button to the app name, and the uniform white space conspires against accurate selection. A minor detail, otherwise the app is perfect.
Im having an issue with another app that detects flag_secure status and just closes if it's not enabled. Is there anyway to bypass this detection on android?
The application is for accessing a database of practice test questions for medical students. They are trying to protect their intellectual rights, I get that. The preparation you get from them is leagues ahead of the competition. My colleagues and I all have our own subscriptions and like to share information over messaging about what questions we thought were particularly interesting and quiz each other. However, explanations are extremely nuanced and retyping full pages or drawing diagram's, while useful, only encumbers our discussion style and risks trascription errors. Being able to screenshot small tidbits is therefor paramount.
Much appreciated and much prefer this module to others that provide flag_secure disabling.
systoxity said:
I really like how this module is app specific. Thank you for working on this for us. My only suggestion is to add some unobtrusive horizontal graphics to the list of apps. On a large tablet, the distance from the enable button to the app name, and the uniform white space conspires against accurate selection. A minor detail, otherwise the app is perfect.
Click to expand...
Click to collapse
I might look into that when time is given, thanks for your feedback!
systoxity said:
Im having an issue with another app that detects flag_secure status and just closes if it's not enabled. Is there anyway to bypass this detection on android?
Click to expand...
Click to collapse
Is there any possibility for me to get the APK so I can test it?
muken said:
I might look into that when time is given, thanks for your feedback!
Is there any possibility for me to get the APK so I can test it?
Click to expand...
Click to collapse
PM'd. Thank you for the assistance.
systoxity said:
Im having an issue with another app that detects flag_secure status and just closes if it's not enabled. Is there anyway to bypass this detection on android?
Click to expand...
Click to collapse
I've uploaded version 1.7 which fixes this. It was quite tricky, but it seem to work with your app now.
The app in question polled the LayoutParams.flags every second from a Thread to make sure the FLAG_SECURE was set.
Don't forget to donate or buy me a beer or two
muken said:
I've uploaded version 1.7 which fixes this. It was quite tricky, but it seem to work with your app now.
The app in question polled the LayoutParams.flags every second from a Thread to make sure the FLAG_SECURE was set.
Don't forget to donate or buy me a beer or two
Click to expand...
Click to collapse
Thank you Muken, I'll be happy to. Going to log on soon.
Just saw your PM, sorry for not getting back to you then.
@muken hi, the module allows you to take screenshots of secret chats on Telegram, but somehow he still discovers that there was a screenshot and is informed in the conversation. Could you take a look? Thanks for your work.
KaMyKaSii said:
@muken hi, the module allows you to take screenshots of secret chats on Telegram, but somehow he still discovers that there was a screenshot and is informed in the conversation. Could you take a look? Thanks for your work.
Click to expand...
Click to collapse
Thanks for your feedback, however Re-Enable Screenshot is intended to enable you to take a screenshot in apps that do not normally allow a screenshot to be taken. It is not intended for prevention of screenshot detection.
Could you add (Un)Select as well as Invert Selection?
Where are screenshots being saved to?
Screenshots work as intended by your rom or version of android. Could differ by build etc. Screenshots can be found wherever your phone normally stores them.
This one actually works. Awesome!
On Lineage OS v14.1 w/ systemless Xposed through Magisk.
Sent from my Nexus 9 using Tapatalk

How to prevent laptop from sleeping after closing screen lid?

The title says it full, any ideas?
modaifallah said:
The title says it full, any ideas?
Click to expand...
Click to collapse
Disable/blacklist the lid sensor module I guess.
HypoTurtle said:
Disable/blacklist the lid sensor module I guess.
Click to expand...
Click to collapse
Do you know its name?
modaifallah said:
Do you know its name?
Click to expand...
Click to collapse
Check lsmod - hopefully it'd be easily identifiable
HypoTurtle said:
Check lsmod - hopefully it'd be easily identifiable
Click to expand...
Click to collapse
I will do that.. Thank you!
modaifallah said:
I will do that.. Thank you!
Click to expand...
Click to collapse
did you find the solution? pls share here
vijaycity said:
did you find the solution? pls share here
Click to expand...
Click to collapse
Actually... No. It needs to be added as a feature by the developers
Any new word on this? I'd personally rather use Remix over Phoenix OS but this one feature is a must. I don't have the room to keep my laptop open and I'm mirroring this to an external monitor anyway, but it'd be great if we could close our laptops without Remix going to sleep/closing.
Hello.
Need help.
Dell Xps 12.
Flipping screen - became unresponsible.
How to fix it?
Thank you
same problem at dell inspiron 1545
same problem here ! guess it doesn't recognized the closing and opening of the lid feature ! developers please add this feature as like a smartphone power button. a simulation to remix OS for laptops lid. when closing going to sleep, when opening screen on.
thank u

Another Now Playing Tracker app (Promo codes)

Hello folks,
Now Playing feature on the Pixel 2 is awesome. It works very well, but it keeps no track of the songs identified. Hence I present you Now Playing Tracker. An app to keep track of all songs identified.
Features:
1. Once you grant notification access, forget about the app, all the songs identified will be ready for you when you come to the app.
2. Mark the songs you really like as favorites.
3. Save location to each identified song. (Map view comes in the next update)
4. Export a list of all songs as CSV. Open it up in Excel or Sheets and you can see the location and the date each song was identified.
5. Clear all data or clear just the non favorites.
6. Clean material design implementation.
7. Minimal battery usage since location is requested from the OS. Android gives requesting apps it last known location hence the app does not use any GPS or WIFI for location.
For all the devs out there, I am a junior Android dev and have written this app completely in Kotlin. It was a great learning experience and I am in love with the language.
For future updates:
1. Map View
2. Night Mode
If you have any feature request, hit me up on reddit or email me. (Email listed on Play Store) Thanks for the support and hope you guys enjoy the app!
I am not allowed to post links yet, but my app is called Now Playing Tracker and its the one with the orange icon!
A few promo codes:
CU0D5WNPY53ZH9GU3VLFB3Y
GC69Y0NFVV2MZ0LDXJJR87F
28J6T0WXSBYBVTQZDZY4HTN
YJSGLKW3Z7XUZFL37CZAU5D
Nice start... Could you please share few more promos...
Thanks anyways for the development... :good:
hiimimtayaz said:
Nice start... Could you please share few more promos...
Thanks anyways for the development... :good:
Click to expand...
Click to collapse
The app is now free! Give it a try!
It does not work.
Does not register anything.
rpiton said:
It does not work.
Does not register anything.
Click to expand...
Click to collapse
Did you give access to notifications? The first time you install you need to open the app and allow access to notifications. Then it'll work
kevindesai777 said:
Did you give access to notifications? The first time you install you need to open the app and allow access to notifications. Then it'll work
Click to expand...
Click to collapse
Yes, that was the first thing that I did after install.
Two days with the app runing, several songs identified on the always on screen, but the app did not catch anything.
Any idea of whats wrong?
I've tried turn on and of the location option, no diference.
Runing on pixel 2 xl on stock 8.1 oreo with march update.
Thanks in advance.
Nice app by the way.
rpiton said:
Yes, that was the first thing that I did after install.
Two days with the app runing, several songs identified on the always on screen, but the app did not catch anything.
Any idea of whats wrong?
I've tried turn on and of the location option, no diference.
Runing on pixel 2 xl on stock 8.1 oreo with march update.
Thanks in advance.
Nice app by the way.
Click to expand...
Click to collapse
Thanks for getting back. At this time I can only suggest you restarting the app, Android's notification listener does not function properly all the time, a reboot fixes it. Please let me know if it works
Installing on my brand new Pixel 2 XL
rpiton said:
Yes, that was the first thing that I did after install.
Two days with the app runing, several songs identified on the always on screen, but the app did not catch anything.
Any idea of whats wrong?
I've tried turn on and of the location option, no diference.
Runing on pixel 2 xl on stock 8.1 oreo with march update.
Thanks in advance.
Nice app by the way.
Click to expand...
Click to collapse
I have added support for more languages. I would assume you used the app in some other language than English. I have added support for Portuguese. I will be happy to add support for any language that you use.
provolinoo said:
Installing on my brand new Pixel 2 XL
Click to expand...
Click to collapse
Thank you, let me know if you face any problems
I'm giving it a try now ..
kevindesai777 said:
I have added support for more languages. I would assume you used the app in some other language than English. I have added support for Portuguese. I will be happy to add support for any language that you use.
Click to expand...
Click to collapse
Could you add support for Italian as well?
provolinoo said:
Could you add support for Italian as well?
Click to expand...
Click to collapse
Definitely, will add it within a few days.
Just installing now so will give it a try
Trying it now. Seems pretty nice, thanks! Only improvement I'd like to see is a dark move. Thanks again.
provolinoo said:
Could you add support for Italian as well?
Click to expand...
Click to collapse
Added support for Italian language in the latest release. Try it out!
acheney1990 said:
Trying it now. Seems pretty nice, thanks! Only improvement I'd like to see is a dark move. Thanks again.
Click to expand...
Click to collapse
Thank you.
Yes I am working on a dark mode. Will release soon.
yetiweston said:
Just installing now so will give it a try
Click to expand...
Click to collapse
Thank you. Let me know if you have any feature requests.

Categories

Resources