[APP] ADB Message Notification Center - Instant Desktop Notifications - Android Software Development

--==ADB Message Notification Center==--
Formerly ADB SMS Notify
{
"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"
}
​
ADB SMS Notify has been completely revamped to run much better now.
*April 10, 2014*
--Download:
View attachment 2688806
--Changelog:
- Support for custom user created profiles for easily supporting new applications
- Support for custom icons per notification type
- Custom notification messages (Make it your own!)
- Work in progress GUI for managing ADBMNC
- Support for MMS confirmed (the now outdated ADB SMS Notify also supports MMS as well)
- Combines Radio and Logcat and only uses what is needed to keep memory resource low
- Fun info: This tool also happens to work just fine in Linux running under WINE. Your mileage may vary though. A python version is in the works however.
This tool is also very helpful for developers as you can easily and quickly configure what you want to watch in the logcat with just two lines in the settings file and you'll instantly get a desktop notification.The settings file looks like this:
View attachment 2688805
--Configuration HOW-TO:
This configuration file allows you to easily add support for more applications or, if you're a developer, watch for a specific event. The idea is if you want to add support for your favorite application such as WhatsApp, Facebook, or whatever, you can share your configuration with others and expand the functionality of this app.
-Icons:
Here's an icon set to use to start you off: View attachment Icons.zip
1) The left side is the actual icon name you will use. This must be in the same directory as the executable. ADBMNC supports icos and pngs. Feel free to test for other formats if you like.
2) The right side is the match. In the example above, "< SMS_ACKNOWLEDGE" is the event that is shown in the log when a new SMS or MMS message is being received.
The Icon section is optional. The default will be "Notify.ico" if no icon is set.
-Radio:
The left side is the message to display.
The right is the string to match to trigger the notification.
Everything in the Radio section will only match in the logcat output of "adb radio"
-Logcat
The same as Radio except only matches output in adb logcat -v.
--To Do:
- Add support for regex matching to allow even more robust notifications
- Complete Windows GUI
- More customizable options such as fonts and color
- user configurable events (to launch a custom application on the desktop side or launch an intent on the android side)
- Finish work on python version to support Linux and Mac OS X (visit my github to see the progress)
- Auto updater to keep in sync with the latest updates
- Support for ADB over wireless
- Handle multiple devices gracefully
[Features that will require root are listed below and will be optional and opt-in only]
- Read text messages and display the message content and recipient instead of "New SMS Message"
- Reply to text message via desktop
- Compose new messages via desktop
What is this? (see below)
*Legacy Version and Information Below*
Hello all! I've been following XDA silently (as in never posted anything) and finally decided to contribute something small and hopefully embark on a journey of becoming part of the community. I wasn't able to post this topic under the development section as I did not have enough posts so forgive me if this is the incorrect place. (*This thread was originally in General Discussion)
Let's move on and get to the point! When I'm at work I tend to leave my phone on silent, therefore, I constantly find myself checking to see if I have a new message. I decided to create this small and simple program that notifies me on the desktop instead. This can be easily customizable as well as adapted to any other useful applications such as launching a program or the likes whenever you receive an SMS message. (I haven't tested with MMS).
This takes advantage of the adb radio log. So, every time you get a new SMS message, a box slides out to notify you. Simple. I should note that the desktop notification is MUCH faster than your phone.
I tested it with a Samsung Galaxy Note (quincyatt) running on Jellybean CM 10.1 but it should theoretically work with any phone.
Great! How do I use it?
Step 1) Enable USB Debugging
Step 2) Extract zip and run program. Done! No root or permissions are required.
Note: The program is designed to restart itself in the event you unplug your phone so feel free to unplug your phone as many times as you like. If people find this useful, I plan to add wireless support via ADB over wifi so you no longer have to keep it plugged in to receive notifications.
I have attached the source code for those who are wary of running an executable as I have no reputation here yet at the time of this writing. Compile it using AutoIt and you should be good to go. I hope this helps anyone out there!
--Latest Version of ADB SMS Notify:
V3:
View attachment 2281280
View attachment 2281277
View attachment 2281279
View attachment 2281278
--Archive:
V2:
View attachment 2217613
View attachment 2217614
View attachment 2232983
View attachment 2232984
--Change Log
*LATEST UPDATE March 1, 2014*
- Uploaded project to github
- Working on implementing configuration so users can share configuration files to support more apps
*September 24, 2013*
- Reduced CPU and memory usage from around 50% CPU and 3MB of RAM down to 2% or less of CPU and 756KB of RAM
- Slight cosmetic changes to Tooltip (Hover over the icon in the task bar to see)
*September 3, 2013*
As requested by Ph0enix_216, I have added TextPlus support. Currently, I have kept them separate as to not waste resources checking something you're not interested in. If you want to have a combination of both then let me know.
*Thank you justmpm for taking notice and moving this thread to the correct place!

No comments? Opinions?
---
Sent from my SAMSUNG-SGH-I717

Perfect app... Will try it
Inviato dal mio GT-P7320 con Tapatalk 2

I hope it helps!
I have updated it to V2.
Changelog
- Minor touchups
- Prevent duplicate instances from running

This seems interesting. Would it work on a tablet running an app such as TextPlus?
>>Sent from my homebuilt TARDIS running Android 4.3... Or maybe it's a rooted Kindle Fire HD running ChameleonOS<<

Very cool app. Maybe more people would see it under the android apps section.

Ph0enix_216 said:
This seems interesting. Would it work on a tablet running an app such as TextPlus?
Click to expand...
Click to collapse
I'm glad you like the idea! To answer your question, it currently cannot as it only reads from the radio log (I.E. cellular log). It may be possible however if TextPlus provides enough details in the log cat output. I'll investigate and see if it's possible.
hexanite said:
Very cool app. Maybe more people would see it under the android apps section.
Click to expand...
Click to collapse
Thank you! Perhaps this topic will be moved to the appropriate place by a mod in the future.
---
Sent from my SAMSUNG-SGH-I717

I have updated the first post to support TextPlus users. Enjoy!
Edit: The icon could use a makeover. If anyone is interested in designing/contributing an icon for the notification please feel free to do so.

DJKMan said:
I have updated the first post to support TextPlus users. Enjoy!
Edit: The icon could use a makeover. If anyone is interested in designing/contributing an icon for the notification please feel free to do so.
Click to expand...
Click to collapse
Awesome! Thank you. Definitely gonna use it with TextPlus. Maybe I'll take a shot at creating an icon (Any excuse to play with GIMP ).
>>Sent from my homebuilt TARDIS running Android 4.3... Or maybe it's a rooted Kindle Fire HD running ChameleonOS<<

Sounds good!
I should note that the notification for TextPlus will work assuming you have the pop up quick reply enabled. If this is an issue, please let me know.
---
Sent from my SAMSUNG-SGH-I717

Based on the first post does the phone need to be connected to the PC? Also do you have plans to offer the ability to reply to the text from the PC desktop?

Yes, the phone needs to be connected. As stated in the post, I plan to add wireless support so you only need to be on the same network. But for now, I will keep it simple until it gains some attention.
Regarding replying from the desktop, the application cannot read, write, or send sms messages - hence no permission or root is required. It merely keeps track of the log output and increments a counter.
I originally had no plans to implement such an option but I've read around and found that it is possible to send and read sms messages via adb but it will require root. I'll continue investigating this option and update the first post soon. It will be an optional feature, however.
---
Sent from my SAMSUNG-SGH-I717
---
Sent from my SAMSUNG-SGH-I717

So I bought a new laptop running Windows 8. I added this to my various apps, and connected my Kindle Fire to ADB over Wi-Fi. It works like a charm!
However, I noticed that it was hogging a lot of CPU (about 60ish%!). Is this because I am connected over Wi-Fi, or does it just not play nice with Windows 8?
Oh, and I whipped up a quick icon. Let me know if you like it, hate it, gives you nightmares, etc. I've got a couple of others I'm working on as well.
Cheers!

My apologies for not updating this project in so long. I am desperately trying to keep up with my school work, job, volunteer work, and business projects.
I updated the first post. Change log has been updated as well. It has been optimized! Hopefully, this will resolve the CPU hog issues. Let me know if it doesn't.
Ph0enix: I like the idea of the icon, particularly the green android! Not so sure about the red icon as that is typically associated with error messages. Perhaps a different color such as a shade of blue (much like the icon of this thread) to denote an information instead?
Poll: For those of you who are still waiting for a Quick Reply from Desktop sort of feature, I am still working on it. It is actually very possible. I just need to extensively test it to be sure it is safe to use before I release it. Would you all prefer if it was designed such that:
A) The message body text would appear in the notification box and, upon clicking on it, will show a quick reply box to reply to it? The notifications will be on a timer (perhaps adjustable) just as it is now so it will disappear automatically after it goes away meaning you'll have to respond through your phone instead. (Relatively easy to implement)
B) A full blown GUI that keeps track of the conversations (This will take much more time to develop)

You know what Ph0enix? I actually like the icon as it is. It's more attention grabbing as opposed to the all white default. Kudos!

DJKMan said:
You know what Ph0enix? I actually like the icon as it is. It's more attention grabbing as opposed to the all white default. Kudos!
View attachment 2344252
Click to expand...
Click to collapse
Any news on this? I can totally understand trying to manage time (I work 50 hours a week and have class myself). This app has a lot of potential. I'll test anything you've got, if of course, you're still working on it.
And I'm glad you like the icon . I thought I said so before, but I guess not (sorry)
>>>Sent from my homebuilt TARDIS running Android 4.3... or maybe it's a rooted Kindle Fire HD running CM10.2<<<

nice app...

Nice. Gonna Check it out.
Sent from my SPH-L720 using XDA Premium 4 mobile app

Ph0enix_216 said:
Any news on this? I can totally understand trying to manage time (I work 50 hours a week and have class myself). This app has a lot of potential. I'll test anything you've got, if of course, you're still working on it.
And I'm glad you like the icon . I thought I said so before, but I guess not (sorry)
Click to expand...
Click to collapse
I am very happy to hear you have interest in this project as much as I do!
So far, my findings involve using root over adb and directly querying the sms database only for retrieving messages. I am not quite sure how well this will behave while the phone is in use in terms of stability as it accesses an sqlite database.
I have also found two ways to send an sms. One method involves a temporary sms screen appearing while sending the text message (but does not require root). The alternative involves installing an app that acts as an intent service to be able to silently send sms messages in the background (when you send a message through the PC desktop..root also not required for sending).
Nothing strikes me as bulletproof safe to use but I may eventually upload an experimental version surrounded with red warnings for those who are willing to test it.

DJKMan said:
I am very happy to hear you have interest in this project as much as I do!
So far, my findings involve using root over adb and directly querying the sms database only for retrieving messages. I am not quite sure how well this will behave while the phone is in use in terms of stability as it accesses an sqlite database.
I have also found two ways to send an sms. One method involves a temporary sms screen appearing while sending the text message (but does not require root). The alternative involves installing an app that acts as an intent service to be able to silently send sms messages in the background (when you send a message through the PC desktop..root also not required for sending).
Nothing strikes me as bulletproof safe to use but I may eventually upload an experimental version surrounded with red warnings for those who are willing to test it.
Click to expand...
Click to collapse
I'll still beta test.
>>>Sent from my homebuilt TARDIS running Android 4.4... or maybe it's a rooted Kindle Fire HD running CyanogenMod 11<<<

Related

[APP] DataSync - WiFi/Cloud application syncing

Hello all,
When I first booted my tablet I really couldn't wait to see how my games looked on it, but it wasn't long before I discovered that applicationdata wasn't shared between devices logged in with the same google account. That's where DataSync comes in. DataSync lets you share applicationdata and files/folders on your phone with other Android devices like your tablet, so that both devices have the same settings and games on both have the same levels unlocked. Syncing to and from Dropbox or Box is supported as well in case there's no WiFi network available. DataSync+ also supports automatically syncing/backing up applications either on the SDcard or cloud, Bluetooth synchronization and local backups of apps and their data, scheduled and real-time as you open and close your apps.
DataSync features:
- Parallel file/appsync
- Holo-themed and tablet-optimized UI
- Automatic multicast device-discovery
- Optional Dropbox and Box sync
- Quick Sync shortcut to sync data in two clicks
DataSync Beta features:
- Completely rebuild from scratch, it's faster, more efficient and more intuitive
- Brand new UI, holo themed for all devices
- Background syncing support, with Jelly Bean notifications on 4.1+ devices
- Safe app syncing (choose to up/download per app, free feature)
- FTP support
DataSync+ adds:
- Schedule automated syncs of your apps
- Real-time syncing as you open/close your apps (Beta)
- True two-way syncing
- Syncing via Bluetooth
- Syncing via NFC (Beta)
- Create and restore local backups
{
"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"
}
https://market.android.com/details?id=com.quintstoffers.DataSync
Good luck with your app!
Sent from my Xoom using Tapatalk
Hey all,
I just wanted to let you all know that I've updated my application so that you can now also send and receive files or folders stored on your SD-card. You don't need SU rights for that, so pretty much anyone will be able to use it .
Quipeace
hi there, just discovered your app and it seems to be just what I've been looking for
But i have some questions:
1. is there a way for automaticly run the queque, for example with tasker (with an action-intend or something similar)?
2. how can a quoque be saved as default without using a shortcut?
3. are there any problems if i sync game data from my phone to my tablet? in the market a comment mentionet a fc problem after syncing to xoom (which is also my tablet).
Hi,
I already replied per e-mail, but i figured a reply here would be useful to others as well.
1. At the moment there's no way to schedule a queue for up/download. I am however working on both scheduling via DataSync and other apps (like tasker).
2. Yes, just save a queue without ticking the "create shortcut" box .
3. There's an issue with the app's libraries dissapearing. It's similar to what sometimes happens with TitaniumBackup. I'm working on a fix that backup's the app's libraries and copies them back to where they belong after the sync, so that should resolve the FC issues.
A logcat is very useful, so just e-mail me one if you have an app crashing after syncing .
Quint
Great software!
I have two questions:
1. How can I restore a backup tar file (I have sent you an email about this already, sorry)?
2. How can I load a saved queue after I have closed DataSync?
Thanks in advance!
Dude I love datasync exactly what I need fast and easy just Make sure your port 4444 is open
You shouldn't need to open the port, since it's all done locally over your own network, if for some reason DataSync can't connect, change the ports in the settings .
You can restore a backup by long-pressing an app's entry, if nothing pops up there's no backup to be restored. You can load a saved queue by tapping the queue's entry at the top of the applist . (Already replied by e-mail, but as usual I'll post the answers here as well)
Can you please make it work with Temple Run and Death Rally?
Thanks!
What about files that already exist? Are they completely copied again?
Because I would like to keep the Camera folders on both my phone and tablet in sync, kinda like Apple's iPhoto
Hi there,
At the moment it will simply overwrite existing files. I originally wrote the file sharing feature for appdata sharing only, there overwriting the files makes sense. I'm planning to release another update soon so you'll be able to choose whether to overwrite or not .
As for Temple Run (and probably Death Rally as well), it stores it's data on the SD-card at /android/data/TEMPLE_RUN_PACKAGE. For now you'll have to manually sync that data. I'm working on including data stored on the SD-card as well .
Thanks....currently yours is the only one that can sync between tablet and phone on wifi without going through an intermediary like Dropbox, so being able to keep media in sync without having to do the entire cycle again is a boon.
I'm guessing it's a per folder setting? And will we be able to sync different folder structure according to device, instead of the current method of forcing the same folder structure? Because on my S2 it's sdcard/external_sd, while on Tab 7.7 it's sdcard/ExtStorages/sdcard - irritating.
For now it's a global setting, I'm pretty busy working on other features (including scheduling), so it's pretty low priority at the moment. I added the per-folder thing to my to-do list though! The next update will also work with multiple storage locations, providing they're mounted at /mnt on your device
Great, thanks for the replies. Will wait patiently for the updates.
Just bought Datasync+ to support ya, but did not see the overwrite or not option in changelog. I assumed it's not in this update yet?
Edit : nvm, saw it in settings! Much thanks! Good job!
kenkiller said:
Just bought Datasync+ to support ya, but did not see the overwrite or not option in changelog. I assumed it's not in this update yet?
Click to expand...
Click to collapse
Oh it is.in there, I just forgot to add it to.the changelog . Thanks for thr support!
Quipeace said:
Oh it is.in there, I just forgot to add it to.the changelog . Thanks for thr support!
Click to expand...
Click to collapse
Looking forward to more stuff - no pressure.
And an easily accessible overwrite or not toggle would be nice, without having to dig in settings every time I switch between syncing media and syncing saved data.
Yeah, it was a pretty quick fix, just so you can stop overwriting in the first place. I'm going to make that more user-friendly soon. I'm now working on having a dedicated SMS/MMS/WifiAP/etc backup entry .
Aside from the little Dropbox issue last night the release of DataSync+ went pretty smooth. There seems to be a nice demand so far ^.^
Is there any way to see what's on the queue without actually doing a sync?
EDIT: Ah, swipe up will show it! I guess I didn't pick up on the visual cue of the triangle at the bottom. But one thing I notice is if I start the sync then swipe down to hide the queue then swipe up again to show the queue, there's nothing there. Have I cleared the queue or is it just a display thing?
It automatically clears the queue after synchronization so you don't have to remove the synced apps from the queue after syncing. You can turn it off in the settings menu

[APP] 2BORANGE - ROM Mananager [new: SUPPORT EXTERNAL SERVER] - [BETA 1.8] - 05/02/12

Question to EVERYBODY:
do you have an idea to recognize any ROM easily? I already use the SDK function, it is not enough I think.
Description
2BOrange provides an easy way to install ROM or any package on a device, get push notification of the updates, a powerful GPS device localizer which resist to hard reset, and few other tools to improve your device experience (system app uninstaller, task killer...).
https://play.google.com/store/apps/details?id=com.pommedeterresautee.twoborange2​
What you can do:
As a user:
- download a ROM / Kernel... from our server and install it with two click
- get push notification when update are available
- Protect your phone against loss with a GPS localizer.
- Backup / Restore your phone
- Uninstall system application
- Kill background tasks
- get some technical information about your device
As a developer:
- upload your stuff on www.2borange.com server OR make a link to your server / Dropbox
- create your own script to manage your ROM
- add some add on package easily
What is improved compared to other ROM Manager:
- easy and quick to create an account on the server
- easy way to implement your own script to manage your ROM
- push notification to users when you upload your stuff (use the C2DM Google technology -> don't use any extra battery)
- a very beautiful interface (original + follows Google UI guidelines)
- you can have download from a link to your personal server, or even a Dropbox account!!!
- Add Md5Sum Check (file integrity check)
How Does ROM Manager part works?
Short version:
You can post on the server a zip plus the shell script to install the zip on the device.
Long version:
There are 2 parts in the project, a website, and an Android application.
Android application download files and execute it on the phone.
The website is used to upload the package.
A package is composed of two parts:
- a mandatory text file which contains the shell commands to execute
- an optional zip file which contains any file necessary to the execution of the command, like a ROM to install.
The website address: http://www.2borange.com
ROM Supported:
- SLIM (Samsung i9000, SG2, Vibrant, Nexus, Crespo, Crespo 4G)
- Tiramisu (Samsung i9000)
- Sedan Class (Samsung Vibrant)
MOD Supported:
- Beats Audio&Xloud (any phone) What is different from other GPS localizer available on Google Play:
- uses Google C2DM technology, it means that even s your phone is always ready to send its GPS position to you, it doesn't use any extra battery
- if your phone is rooted, the application will resist to a hard reset, as soon as the phone is reused (registration with Google server) the application is able to send its GPS position to you.
- if GPS is not available, application uses GSM triangulation (less precision but works almost everywhere)
Is it Free ? Is it Open Source?
It is totally free.
Android application is open source (GPL 2 License), no paid version to come.
I have tons of ideas for the next steps, but I want your opinion, don't hesitate to ask me to add some functions, I will be happy to program it.
Give it a try and share your opinion here.
Regards.
{
"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"
}
Version:
5/02/12: remove some categories to simplify things
5/02/12: rewriting of important part of the source code
4/23/12: improve support of external server + fix bunch of bugs
4/20/12: add support of external server
4/15/12: fix 1 bug + change comportment of search box (thanks to Misterjokerboy )
4/14/12: fix 2 bugs + possibility to have another background on the app (file to put: /sdcard/bg.jpg)
4/12/12: fix the first public bug relative to GPS localization on ICS
4/10/12: First beta
Ohh yeah, you release a new version ?
Yep!!!
Totally new interface, rewrite almost everything.
I hope people will love it, what do you think about the new UI?
just try the GPS localizer, it works well, that s cool
however put some color in the email you send
ponpadour said:
just try the GPS localizer, it works well, that s cool
however put some color in the email you send
Click to expand...
Click to collapse
Thanks, for the moment I want things to work well, and I am glad to know it is the case for you.
Have you tried the scripts?
Happy to see your project back!
Tried one script, execution is Ok on my SG 2
How does work your app?
Iloveyouandroid said:
How does work your app?
Click to expand...
Click to collapse
Lol! Which part?
The 'Find my phone' part of the applications doesn't work on Galaxy Tab p1000 with unofficial CM9 4.0.3.When I reqest location on the webpage,the application on the tablet force closes and nothing happens...no email and nothing. Please fix it,and if I can help on anyway then please let me know (log file on the tablet or anything).
Thank you!
t.benedek92 said:
The 'Find my phone' part of the applications doesn't work on Galaxy Tab p1000 with unofficial CM9 4.0.3.When I reqest location on the webpage,the application on the tablet force closes and nothing happens...no email and nothing. Please fix it,and if I can help on anyway then please let me know (log file on the tablet or anything).
Thank you!
Click to expand...
Click to collapse
Hi benedek92,
The good news is that your tablet FC after you request the position, it means the notification arrives to your tablet.
My guess is that the bug is due to the localization process, as it uses both GPS and GSM. Because your tablet have no GSM connection, the request to this function probably creates the FC.
You can help me easily, can you install the application "alogcat". It shows a log of your phone. After installing it, ask for a GPS localization. It will FC. After the FC, goes in alogcat, and in the text, you will see red text. It is the error.
In alogcat, you can share the log (option button), send it to me to this email: contact[at]2borange.com (please replace the [at] by @) or post it in this thread.
It should be not so hard to fix.
Thank you for your help!
snoopy33 said:
Hi benedek92,
The good news is that your tablet FC after you request the position, it means the notification arrives to your tablet.
My guess is that the bug is due to the localization process, as it uses both GPS and GSM. Because your tablet have no GSM connection, the request to this function probably creates the FC.
You can help me easily, can you install the application "alogcat". It shows a log of your phone. After installing it, ask for a GPS localization. It will FC. After the FC, goes in alogcat, and in the text, you will see red text. It is the error.
In alogcat, you can share the log (option button), send it to me to this email: contact[at]2borange.com (please replace the [at] by @) or post it in this thread.
It should be not so hard to fix.
Thank you for your help!
Click to expand...
Click to collapse
Hy, I put SIM card in the Tab,but still force closes.Here is the log.
Thanks for quick response Keep up the good work!
t.benedek92 said:
Hy, I put SIM card in the Tab,but still force closes.Here is the log.
Thanks for quick response Keep up the good work!
Click to expand...
Click to collapse
Ok, there are 2 bugs:
- you did not get your notification because you have no phone number!
- the second is about new strict mode policy of Java application, it makes the app crash
Both are easy to fix I will do it tonight as now I am at work
Thank you a lot for your bug report, I will post here a beta beta version p) tonight.
Regards
snoopy33 said:
Ok, there are 2 bugs:
- you did not get your notification because you have no phone number!
- the second is about new strict mode policy of Java application, it makes the app crash
Both are easy to fix I will do it tonight as now I am at work
Thank you a lot for your bug report, I will post here a beta beta version p) tonight.
Regards
Click to expand...
Click to collapse
Awhh,you are awesome. But what do you mean under that I have no phone number? I use my Tab as a phone
t.benedek92 said:
Awhh,you are awesome. But what do you mean under that I have no phone number? I use my Tab as a phone
Click to expand...
Click to collapse
If your phone is stolen or lose, having the GPS is good, but having the phone number of the inserted SIM card could be cool also (you can call directly the new "owner" of your phone).
That is why I included the phone number in the GPS localization Email.
I have not thought to the tablet which have no phone number (SIM card for tablet are just for data).
How do you use your tablet as a phone? Through Skype or directly like any phone? I mean you have a phone number where people can call you on your tab? As per the log you sent me there is no phone number associated with your tab!
snoopy33 said:
If your phone is stolen or lose, having the GPS is good, but having the phone number of the inserted SIM card could be cool also (you can call directly the new "owner" of your phone).
That is why I included the phone number in the GPS localization Email.
I have not thought to the tablet which have no phone number (SIM card for tablet are just for data).
How do you use your tablet as a phone? Through Skype or directly like any phone? I mean you have a phone number where people can call you on your tab? As per the log you sent me there is no phone number associated with your tab!
Click to expand...
Click to collapse
The original Galaxy Tab can be used as a GSM phone. So yes,I have a phone number where people can call me.This is my 'mobilephone'.
But here is another log,I hope it can help
t.benedek92 said:
The original Galaxy Tab can be used as a GSM phone. So yes,I have a phone number where people can call me.This is my 'mobilephone'.
But here is another log,I hope it can help
Click to expand...
Click to collapse
In this log too there is no phone number! Means probably that there is probably a special API for your tablet.
I will fix the 2 bugs I ve discovered in your logs so you will be able to localize without crashing (but no phone number in the email), and after I will try the app on the emulator with the Samsung tablet image to see how I can fix that.
Regards
Well, thank you. It would be great when I would be able to recieve the location via email. Thank you for this app
Can the custom ROM be the problem?
BTW,if I remember well,in Eclipse there is Samsung Galaxy Tab emulator but with Froyo.
Sent from my GT-P1000
t.benedek92 said:
Well, thank you. It would be great when I would be able to recieve the location via email. Thank you for this app
Can the custom ROM be the problem?
BTW,if I remember well,in Eclipse there is Samsung Galaxy Tab emulator but with Froyo.
Sent from my GT-P1000
Click to expand...
Click to collapse
Ok, I think I have fixed everything.
Can you try with this file?
snoopy33 said:
Ok, I think I have fixed everything.
Can you try with this file?
Click to expand...
Click to collapse
Awesome! Everything works
Thank you!
Sent from my GT-P1000
t.benedek92 said:
Awesome! Everything works
Thank you!
Sent from my GT-P1000
Click to expand...
Click to collapse
Glad to hear!!!
I have pushed the update on the market.
Because the version I have posted for test on the forum was not signed with my Google certificate, you will have to uninstall it before installing the market version.
Regards

Windows phone 8 ++ 11 New & Hot feature ++

Hi++
Introducing microsoft windows phone 8 new features (listed by SPIDER7 :fingers-crossed
(source= wpcentral )
1- Internet explorer 10
{
"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"
}
A number of highlighted features included in Internet Explorer 10 for Windows Phone:
Hardware-Accelerated Graphics. Uses your phone’s built-in GPU to improve performance when rendering HTML5-based animation or video in the browser.
Faster JavaScript Engine. When rendering webpages based on JavaScript, Internet Explorer in Windows Phone 8 is up to seven times faster than the version in Windows Phone 7.5.
Improved Support for HTML5 and W3C Web Standards. Including CSS3, SVG, DOM, XHTML, and ECMAScript. Support for HTML5 is double what it was in Windows Phone 7.5, including new support for HTML5 touch events.
A Clean UI Design. Enables you to experience the beauty of the Web instead of the browser frame.
Protected Mode. Helps improve security by constraining the browser session to a low-rights security sandbox.
Tab Isolation. Runs each browser tab in a separate process so that one poorly-designed website won’t crash the entire browser or affect other tabs.
2- Live wallpapers
3- NFC sharing between Windows Phone 8 and Android
4- Xbox music
Xbox Music has been designed to work across multiple devices and allow for a more seamless music playing experience. You’ll be able to buy music from the phone using the store and later either stream or download that purchase to another device like your Surface tablet or Windows 8 laptop.
Windows Phone 8 will allow you to see download or stream previous purchase from your ‘cloud collection’
5- Data Sense
++
Nokia Counters - similar functionality to Data Sense for all windows phone devices
6- One note mobile
you can now dictate a note and have it automatically transcribed into OneNote. Using voice to text technology you can save yourself some typing and let Windows Phone 8 do the work for you. Using this function is similar to how speech to text works in Windows Phone 7, hold down the start button to enable speech and say “Note” and commence dictating your notes. The feature will even work while the screen is locked if you wish it to, saving you having to unlock the phone.
8- New Accents
9- Rooms
These are the features available to the group you create in this application:
Room Chat Unlike with group texting, every Room member in a Room Chat session sees each other’s messages and replies, making it easy to keep everyone in-the-loop—and only Room members can see those messages. And with the new Location Sharing feature you can just as easily let everyone else in a Room know exactly where they are.
Shared Calendar Every Room has a shared calendar, which all Room members can view and update. If anyone adds an event or makes a change, it is automatically synced to all other Room members’ phones.
Shared Photo Album Rooms also provide a shared photo and video album—just share a photo or video with a Room and it’ll be visible to all Room members.
Shared Notes Rooms also make it easy to share OneNote notes, which are automatically synced across all Room members’ phones.
10- Wallet
One of the new features with Windows Phone 8 is the Wallet app. Microsoft has added a digital wallet that you can use to keep your debit, credit, loyalty and membership card information handy on your Windows Phone.
11- The Kid's Corner
Kid's Corner will introduce new ways for parents to allow their children to access content on their Windows Phone without the concern of accidental misuse. But it's not only limited to children, should you wish to lend your device to friends or the loved one for a minute or so, and wish to keep private areas of the device secure, Kid's Corner can be provided with peace of mind.
++I'll waiting for more
----------------------------------------------------------------------------------------------------------
(source= wpcentral )
so according to #8 there still now way of set your own color? wtf?
eortizr said:
so according to #8 there still now way of set your own color? wtf?
Click to expand...
Click to collapse
++
Maybe that settings is in another place because they confirmed the custom Accent colors !
Some of these features are already available in WP7.5
One note, data counters (for nokia only), Xbox muxic is the same as zune, and a few more will come in 7.8 lol.
Not really a big loss as it seems, for old windows phone users.
two new features:
1. Allow multiple mobile no.
2. Enable any languages.
see attched snapshot from MS Community forum. I do not have WP8, can anyone confirm?
++
update
++
12-New features for Skype
First, and maybe the most important improvement, is that Skype can keep you signed-in and reachable even when you've closed out the Skype app. Skype stays asleep in the background until an incoming call or message is received. Not only can you receive calls just like you would through your wireless carrier but staying dormant, you save battery life.
The new Skype app also automatically adds your Skype contacts to your People Hub. This will allow you to start a Skype conversation directly from a person's contact card.
Other improvements include Live Tile support to show unread message counts and/or a text preview of the most recent message and Skype notifications for your Lock Screen.
++
update
++
13-multiple select
-we can see the “select multiple” option in the gallery; which is a huge relief for many who have faced the horror of wanting to delete more than one picture (God forbid).
14-In App purchase
-support for NFC, contactless payments, deals, loyalty cards and the likes
++This feature is just for wp8
15-Group Tile will be a live tile ( like the people tile )
Another little tweak to the Windows Phone 8 People Hub has been noticed. Besides the Recent Contacts now being a vertical pivot, another pivot has been added for groups specifically, showing a similar animation to the start screen People tile.
The discovery shows there is likely many more small changes in Windows Phone 8, which, despite the emulator leak, we will likely only really discover once we hold a real device in our hands.
16- 4 Hot in one
16.1-You will be able to Search from the lock screen
16.2-Download Maps for offline use
16.3-Basic Photo Editing tools like crop, rotate, fix, aspect ratio, etc will be included in the OS
16.4-Voicemail, Email, Text or IM, Email Notification Support
------------------------------------------------
++more coming soon
"wow"...
HTC_FUZE said:
two new features:
1. Allow multiple mobile no.
2. Enable any languages.
see attched snapshot from MS Community forum. I do not have WP8, can anyone confirm?
Click to expand...
Click to collapse
++
You think they lie to us Because one of wpcentral friends confirmed that
This is small, but something Ive been missing ALOT: you can paste to dialer. At least here in Finland so often phone numbers from explorer dont appear as clickable links.
Loco5150 said:
This is small, but something Ive been missing ALOT: you can paste to dialer. At least here in Finland so often phone numbers from explorer dont appear as clickable links.
Click to expand...
Click to collapse
Yes in WP8 you can paste in dialer.
http://wmpoweruser.com/windows-phone-8-will-finally-let-you-paste-phone-numbers-into-the-dialler/
For WP 7.5 you can download my easy dial app :fingers-crossed:
monotheist said:
Yes in WP8 you can paste in dialer.
http://wmpoweruser.com/windows-phone-8-will-finally-let-you-paste-phone-numbers-into-the-dialler/
For WP 7.5 you can download my easy dial app :fingers-crossed:
Click to expand...
Click to collapse
thank you ! :good:
By the way your app is great
++
update
++
17-paste in dialer
Microsoft did not allow one to paste phone numbers into the dialler. This has been such a problem that there has even been apps developed to allow one to copy a phone number from a web page or IM for example and paste it into an app, which would then dial the number.
Like with so many things, Microsoft finally fixed the issue in Windows Phone 8
SPIDER-7 said:
++
You think they lie to us Because one of wpcentral friends confirmed that
Click to expand...
Click to collapse
Ok, thanks. However, I think the multiple mobile no. is still limited to 2? From the hotmail, now I see Mobile 2 becomes available, but still you cannot customize it, e.g. change "Mobile" to Mobile-Personal, change "Mobile 2" to "Mobile-Company" etc. or add more than 2 no.
monotheist said:
For WP 7.5 you can download my easy dial app :fingers-crossed:
Click to expand...
Click to collapse
yes easy dial and few others are great apps for WP7. Only problem for me on all of these is the fact that the tile of the app cannot show missed calls. This of course its due to limitation of WP7, not because people dont want to include this function to their apps. The way the home screen and notifications is build in WP7 would mean basically having 2 tiles for dialing and ehh, its too much. Smart dial is something I thought was very strange that it wasnt present in WP7, but I have got used to dialing from people hub.
SPIDER-7 said:
thank you ! :good:
By the way your app is great
Click to expand...
Click to collapse
Thanks.
Some of the features you missed
1) Now you can take screen shots with the phone, this was demoed long back in the first look of Windows Phone
2) Custom lens, you can have apps that create Custom Lens for the Phone for taking pictures
3) Downloadable Maps for offline Maps support.
++
Update
++
someone please wake me up !!! wow!! wow! and wow!!!
----------------------------------------------------------------------------------------------------------------------------------------------
18-Dual Core Chipsets
Microsoft plans to have the latest and greatest hardware on their new phones, and that includes dual-cores and more (read, multi-cores).
19- 3 Screen Resolutions
WP8 will no longer be restricted to the lowly 800×480 (by today’s standards). Coming forth are 2 new resolutions, HD (1280×720) as well as WXGA (1280×728). The second resolution spec is particularly interesting. WXGA keeps direct aspect ratio compatibility with WP7′s WVGA screen resolution.
20-Micro SD Card support
Not having Micro SD slots was a bummer with Windows Phone 7 as that pretty much limited offline storage capacity. Most phones were stuck with 8 GB of storage (less than 6 GB useful most of the times). For an office guy, it might be enough. But start to take pictures and carry them around, store music and apps and you would soon be running into tight spots. We are glad MS addressed this petty problem with WP7 and is introducing the feature (finally) with WP8.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21-Unleashed Gaming
22-More Countries, More Languages
In their continued expansion, Microsoft highlights the number of different countries and languages in which their apps will be available.
...
Any improvement of the calendar tile?
Thanks for this thread and info!
Is there any improvement of the calendar tile. In particular, more than 1 appointment showing on the start screen tile (Such a big tile of nothingness in WP7). I'd like to see 3 or 4 appointments. Ideally the ability to control how many and from what calendar, all day or not. At present one has to achieve this via third party apps.

[TUTORIAL] Merge Xposed, Tasker, Autovoice and Google Now to use phone only by voice

Guide
How to merge Xposed, Tasker, Autovoice and Google Now all together
​Hi Guys!
This is a guide about how to integrate tasker, xposed, autovoice and google now and get our device to work with voice (even when screen is off)
Read carefully the disclaimer and follow the guide only if you know what you’re doing
​ Credits
Credits go to all the developers who created the apps/plugins/xposed modules I use in this guide and also to @memnoc who wrote this useful guide that gave me this idea...
I got some ideas also reading guides around the web, but I haven’t found one which merges all this things all together, so here it is
Click to expand...
Click to collapse
Purpose
The purpose of this guide is to let our devices act like a Nexus 5 or a Moto X: in the first one you can say “ok google” to launch Google Search in the homescreen, in the second one you can do that even when the phone is in standby :good:
Click to expand...
Click to collapse
Disclaimer
I’m not responsible for bricked devices or wrong setups, this is a part of my personal setup and I’m sharing this “as is”…
Moreover pay attention when setting up tasker, because if you make any mistake you might put your phone in a “non-unlocking loop” and you will be cut off from it…
I'm not using free versions of the apps, but the donate ones! (should work also on free versions, not sure anyway)
Remember also that this setup can drain a lot of battery as it enables our phones to listen to commands even with screen off (you can put a tasker trigger to let it work only with screen on, for example)
I’ve tried this setup only with my phone and it works, so if you test this on yours and it works, please let me know
You can edit this instructions to fit your needs, those are only a guideline…
I’ve got a lot of profiles and tasks in my tasker homescreen because I’ve made a lot of automation, so if I miss something please let me know, I’ll add it asap
if you use my guide and follow my instructions, then you accept the disclaimer
Click to expand...
Click to collapse
Requirements
Root (obviously)
Tasker
Secure settings
assistant event
Xposed
Autovoice
Google search api (xposed module)
You need to mod your google search app as described is memnco’s guide (link above)
Click to expand...
Click to collapse
Missing parts
I will not write down how to install xposed, modules and so on (you already know )
I will only write how to merge everything
Click to expand...
Click to collapse
My setup
Htc One X
ViperX 4.0.7
Click to expand...
Click to collapse
Let’s start
When you have met all the requirements, you can start:​
Google api configuration:
​ 1) Open google api and tick both checkboxes and be sure autovoice is inside plugin list
{
"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"
}
Autovoice configuration:
​ 1) Open autovoice and toggle continuous listener switch on
2) enable google now api integration
3) Edit search type to “both”
Tasker configuration:
**if you want, you can download a minimum working profiles setup from OP#3, but i suggest you to read ths part anyway**
​ Here there is the real important part… you will have to setup different tasks and toggles to have everything working, also because when you start google now autovoice continuous mode stops working and you have to re-enable it…
Keep in mind that if you want to perform tests or change anything during configuration you might need to restart autovoice continuous mode manually, as sometimes it stops working after configurations…
Nothing to worry about anyway
Moreover, if you restart autovoice, pay attention to be in tasker home screen after setting up a task or a trigger, because if you have any pending task/profile configuration autovoice continuous mode might not work properly
p.s. I had those issues on my device with many other tasker triggers and tasks, so you might not encounter them along you way
if Tasker asks you Root permissions, give them to it…
I set my recognition language to en-EN because I’m Italian, infact when I talk to my phone I prefer to do this in English so I will not trigger anything while speaking to my friends J. I also set up a trigger word (viper in my case) so if I’m talking to someone and I say “home” my device will not reconfigure itself for home (to do that I will have to say “viper home”)
When prompting a command after a trigger word, wait a couple of seconds and I suggest you to setup a timeout for command recognition after trigger word…
My device has not an unlock pattern/sim/password, so it’s quite simple to wake it up with a word… if your device has some security lockscreen protection, search in tasker/secure settings instructions how to remove it and re-enable it again (only required if you want your device to listen to you even if its screen is off)
allow tasker external access in preferences and also uncheck beginner mode (should work even without external access, but not sure)
1) Setup a state trigger, call it Autovoice Daemon, search for plugin/Assistant Event for tasker, click it and click “pencil icon in top-right corner” after configuration: it will auto configure itself, do not do anything else here
2) Link a task to it, call it Autovoice Daemon and add plugin/Autovoice Recognize and configure it like mine
edit language according to your likings
3) Create a new state trigger, call it Autovoice Google, search for plugin/Autovoice Recognized and configure it this way: event behaviour “true”, command filter is “google” and trigger word is “viper” (that's for me, you can change it as you prefer)
4) Link a task to it, call it GN and set it up this way
--to setup secure settings, click add/plugin/secure settings and configure them… you will need 3: the first one is to enable keyguard, the second one to disable it and the third one is to wake device (set it to wake both screen and keyboard)
Now, if you restart the autovoice continuous mode and turn display off, after saying “viper google” Google Now should appear on display and you can say "ok google" to do what you want (in the language you want)… google api integration is required to let google handle autovoice triggers
Remember that launching google now will break autovoice continuous mode, so you will need to find a way to disable continuous mode and to re-enable it according to your needs… tasker can easily handle that…
For example I set tasker to turn off continuous mode when google now is opened and to turn it on again when I lock device (this is enough for my likings )
I also set the phone to vibrate after recognition of “viper” trigger word, so I know when the trigger word has been accepted and I can tell the command…
Possibilities are unilimited let your fantasy guide you
Hope you liked the guide, if I missed something or you want more explanations, tell me please
have a nice day!
XDA:DevDB Information
Voice Control with Xposed, Tasker, Autovoice, Google Now, a Tool/Utility for the Android General
Contributors
lukes91
Version Information
Status: Stable
Created 2014-03-29
Last Updated 2014-03-29
XDA DevDB
i converted the thread into a DevDB one so it will be easier to organize stuff and to report bugs/feature requests​
Tested working configurations
​
HTC One X - ViperX 4.0.7 (Sense 5.0 and android 4.2.2)
Galaxy Note 2 N7100 - Ditto Note 3 (thanks to @Daedulus Minion)
Droid RAZR HD Maxx - Android 4.1.2 (thanks to @LifeAsADroid)
Tasker Minimum Working Confguration
(requirements descripted in OP must be met to getting this working)
ok guys, here attached you can find the minimum required profiled/tasks for getting everything working...
i've tried to delete all tasker data from my setup and imported only those and it worked, so you shouldn't encounter issues...
to be sure it will work, verify in tasker preferences that beginner mode is unticked and external access is allowed...
pay attention that those come from my personal configuration, so there might be instructions/settings/profiles/etc not suitable for your personal configuration and so i STRONGLY suggest you to check my profiles and tasks before activating them, i won't be responsible for issues/bricked devices/hair loss or apocalypse
to import them, extract files from zip, put them to sd card, open tasker, click on profiles tab, select import and browse to the files...
the trigger word is "viper"
the word used to launch google now after saying "viper" is "google" (how much fantasy here )
the profile "autovoice recognised" is used only to make the phone vibrate when the trigger word is listened and recognized, so it's not "strictly" required to have everything working
in those profiles you won't fing anything to toggle autovoice continuous mode on/of or to preserve battery life, so if you set everything up the battery might drain very, VERY fast; sorry guys, but you will have to manage this on your own to fit your needs (anyway ask here if you want suggestions )
please edit those profile according to your likings, so for example you can set them/add others so as phone will isten to your voice when it's inside car dock, it might be useful when driving... i assume that in this scenario car charger will be plugged in, so battery won't drain too much
if i forget something please let me know
p.s. i won't write the detailed guide if those profiles work, because it woult take a lot of time and moreover you can deduce all the steps looking at profiles uploaded here...
if you want to change trigger word, jump here
Security Warning!
pay attention that enabling those profiles everyone who knows your trigger word can unlock and wake your device, even if an unlock sequence is set... i've not tested them with pin/password protection..​
Contributors
I would like to thank the following users for reporting their working configurations
@Daedulus Minion
@LifeAsADroid​
great man... i will work on it now..
i needed this screen off feature
Nice Work man , Nice Work !
I wanted to say that I did it before you did but never uploaded it on XDA nice work though now I had this working on my phone from the past 3 months you can have a look at my Google+ profile by my username
Now my main aim is to port the whole Moto X feature into my own ROM soon just need the code to be perfect and working let's hope
Mohhamad Rehan said:
I wanted to say that I did it before you did but never uploaded it on XDA nice work though now I had this working on my phone from the past 3 months you can have a look at my Google+ profile by my username
Now my main aim is to port the whole Moto X feature into my own ROM soon just need the code to be perfect and working let's hope
Click to expand...
Click to collapse
Sorry man, i couldn't know you already did it anyway i hope we can see this feature in every device from now on...
Sent from here
lukes91 said:
Sorry man, i couldn't know you already did it anyway i hope we can see this feature in every device from now on...
Sent from here
Click to expand...
Click to collapse
Brilliantly.
Work this on Nexus 4?
Sorry, i don't know it for sure, because i've got only an HTC One X, but i think it will... If you try and it works, please let me know, so i can add your configuration to the tested ones
Sent from here
I've got a Nexus 5 and I've been looking for a way to voice-wake the phone for months and although I've found workarounds, I've not found anything yet that will turn the phone on by voice.
So I tried this method word-for-word and it doesn't seem to have any effect. I dunno whether I'm using wrong intents within Tasker at certain steps or not but maybe a full, step-by-step for each additional task might be useful? Just to be sure that everyone is matching? Just a thought.
I know that the step to open Google Search isn't necessary on my device but the rest seems obvious enough....kinda.
Any thoughts or possible amendments from Nexus 5 owners?
mcnob said:
I've got a Nexus 5 and I've been looking for a way to voice-wake the phone for months and although I've found workarounds, I've not found anything yet that will turn the phone on by voice.
So I tried this method word-for-word and it doesn't seem to have any effect. I dunno whether I'm using wrong intents within Tasker at certain steps or not but maybe a full, step-by-step for each additional task might be useful? Just to be sure that everyone is matching? Just a thought.
I know that the step to open Google Search isn't necessary on my device but the rest seems obvious enough....kinda.
Any thoughts or possible amendments from Nexus 5 owners?
Click to expand...
Click to collapse
I'll write down every step as soon as i've enough time, so we can double check if it will work
edit: i just checked my guide steps and my working settings on my phone, and they work, so i'll definitely write a post with detailed tasker steps, at least to wake up device
Sent from here
autovoice is not showing up google plugin api downloaded all the requirements set google search api but it still dosent show up, need to if i am doing something wrong......
ct_tec313 said:
autovoice is not showing up google plugin api downloaded all the requirements set google search api but it still dosent show up, need to if i am doing something wrong......
Click to expand...
Click to collapse
autovoice showed me the option from the first time i looked for it, even installing the plugin after autovoice... try to restart autovoice or to reboot the device... anyway it's not strictly required to wake up device, it's required only to let google now handle autovoice triggers set inside tasker...
lukes91 said:
autovoice showed me the option from the first time i looked for it, even installing the plugin after autovoice... try to restart autovoice or to reboot the device... anyway it's not strictly required to wake up device, it's required only to let google now handle autovoice triggers set inside tasker...
Click to expand...
Click to collapse
ok that didn't work, set up everthing like you said, now can i use the donate version becuase apps have certain featues that are turned on when you purchase the full app, also went into tasker and the screeen you have set i don't see i think you need more detailed indtructions because im stuck right now.........
With this working one should now be able to voice search with "ok google" without the google experience launcher? Ive been missing gestures which the GEL doesnt have, but dont want to give up the "ok google" search.
Also having issue with the plugin for autovoice showing in the Google API xposed app.
Note 3 - 4.4.2
can anyone give me more detailed instructions on how to use tasker never used the app before so in stuck at that step, my guess is he is assuning that one would no how to tasker but i totaly clueless on how to proceed any help would be greatly appreciated...thank you in advance
Everything is set up, but Tasker states there are no active profiles, even though both profiles are toggled to "ON" in the profile menu :-/ Using RAZR Maxx HD
Anyone have any ideas? First time Tasker-er here.

Smarty - Custom BTNotification app for MTK smartwatches (tested with DZ09)

so i decompiled the original BTNotification app and after a lot of cleaning up and debugging and reverse engineering their systems, i have finally been able to cobble together a functional version of the app.
This is a customized version of the smartwatch companion app for MTK smartwatches with a few improvements !
No spyware !
The original app had a lot of spyware / analytics in it and i did my best to try and remove all of it
(if you notice any please let me know !)
Better notifications !
The icon that comes with notifications now has black background instead of white , gives better look to watches with black UI
more detailed notifications with more actionable information (like message text etc.) and notifications works with more apps !
can use standard notifications by enabling privacy mode, works exactly like the BTNotification app
Can use front camera for your smartwatch remote camera
just dial a call to the number 00*001 from your smartwatch or phone (the call is automatically blocked )
just call it again to switch camera to rear camera again.
Can open any HTML app / link on your smartwatch with the remote camera
just need to dial a call to the number 00*002 from your smartwatch or phone
call 00*003 to stop opening the app and switch to camera again.
[ by default this opens an analog watch, change the link in the app to open something else]
codes supported currently
switch camera = 00*001
open HTML mode = 00*002
camera mode =00*003
find my phone feature
the phone now vibrates and even if silent the phone will ring !
Release Notes
smarty V1.0.apk
changed minimum sdk version to 16 from 20
Smarty v0.1.ds.apk
uses dual signature v1 and v2
try this if getting "app not installed" error
Missing Features
Can't block certain apps from sending notification yet, looking to add this in soon!
test it out and see if you like it !
the app requires permission to notification and accessibility service simply for allowing both types of notifications.
XDA:DevDB Information
smarty, App for all devices (see above for details)
Contributors
mohtaprashantrocks
Version Information
Status: Testing
Created 2018-04-14
Last Updated 2018-04-23
Git hub repo
hey guys, i don't check XDA very often and am completely blown away by the responses on this thread , and although i am no longer in a position to be directly contributing to the project , i have uploaded the source code of the app to this github repo
i know this comes quite late , but i hope this will be of some use to you and anyone who comes across this thread in the future.
github?
I have some problem with installation this apk. In my tablet p3110 with lineageos 13 (6.01) does not want install this. I get finally communicate "app is not installed". On my g900f (lineageos 15.1) I installed this but I have some problem with system assebility, on my fault. Now I can't test this.
irtrin said:
I have some problem with installation this apk. In my tablet p3110 with lineageos 13 (6.01) does not want install this. I get finally communicate "app is not installed". On my g900f (lineageos 15.1) I installed this but I have some problem with system assebility, on my fault. Now I can't test this.
Click to expand...
Click to collapse
Could you post the exact error you get on g900f? about the p3110 , it might be an android version related issue will look into it.
kapsubm said:
github?
Click to expand...
Click to collapse
the code isn't in the most readable form but i could put it up if there are people willing to contribute :good:
No problem but it is my fault because I install something which break my permission in android settings. When I want to set permission of some application I get error. Coomunicate in Accessibility: "Because an app in obscuring a permission request. Settings can't verify your response". You do not think about it. It is my fault. Maybe, I correct this someday.
irtrin said:
No problem but it is my fault because I install something which break my permission in android settings. When I want to set permission of some application I get error. Coomunicate in Accessibility: "Because an app in obscuring a permission request. Settings can't verify your response". You do not think about it. It is my fault. Maybe, I correct this someday.
Click to expand...
Click to collapse
okay, i did however try to lower required android version so it might work on your tablet now, maybe it will. try v0.1.apk
It will be great because I frequently use snapchat on tablet.
Update: Unfortunately, it does not help. I cannot install this apk on tablet.
mohtaprashantrocks said:
so i decompiled the original BTNotification app and after a lot of cleaning up and debugging and reverse engineering their systems, i have finally been able to cobble together a functional version of the app.
This is a customized version of the smartwatch companion app for MTK smartwatches with a few improvements !
No spyware !
The original app had a lot of spyware / analytics in it and i did my best to try and remove all of it
(if you notice any please let me know !)
Better notifications !
more detailed notifications with more actionable information (like message text etc.) and notifications works with more apps !
can use standard notifications by enabling privacy mode, works exactly like the BTNotification app
Can use front camera for your smartwatch remote camera
just dial a call to the number 00*001 from your smartwatch or phone (the call is automatically blocked )
just call it again to switch camera to rear camera again.
Can open any HTML app / link on your smartwatch with the remote camera
just need to dial a call to the number 00*002 from your smartwatch or phone
call 00*003 to stop opening the app and switch to camera again.
[ by default this opens an analog watch, change the link in the app to open something else]
codes supported currently
switch camera = 00*001
open HTML mode = 00*002
camera mode =00*003
find my phone feature
the phone now vibrates and even if silent the phone will ring !
Release Notes
smarty V1.0.apk
changed minimum sdk version to 16 from 20
test it out and see if you like it !
the app requires permission to notification and accessibility service simply for allowing both types of notifications.
XDA:DevDB Information
smarty, App for all devices (see above for details)
Contributors
mohtaprashantrocks
Version Information
Status: Testing
Created 2018-04-14
Last Updated 2018-04-14
Click to expand...
Click to collapse
i would love to try this on my phone which is a chinese import thru aliexpress (PPTV KING7) running android 5.01 lollipop but i get an error message at end of install saying app no installed
irtrin said:
It will be great because I frequently use snapchat on tablet.
Update: Unfortunately, it does not help. I cannot install this apk on tablet.
Click to expand...
Click to collapse
B1ggles1 said:
i would love to try this on my phone which is a chinese import thru aliexpress (PPTV KING7) running android 5.01 lollipop but i get an error message at end of install saying app no installed
Click to expand...
Click to collapse
I've added a new build which should solve the issue on both of your devices. :good:
Try this file : Smarty v0.1.ds.apk
mohtaprashantrocks said:
I've added a new build which should solve the issue on both of your devices. :good:
Try this file : Smarty v0.1.ds.apk
Click to expand...
Click to collapse
Where do I find this file please?
You are a big. You are right, this version works on my tabet but option "find watch" doesn't work. Anyway, big thanks.
B1ggles1 said:
Where do I find this file please?
Click to expand...
Click to collapse
it is attached in the downloads section of the project
irtrin said:
You are a big. You are right, this version works on my tabet but option "find watch" doesn't work. Anyway, big thanks.
Click to expand...
Click to collapse
does the app show that the watch is not connected even if it is? if yes then try this, turn off bluetooth and click "restart service" in smarty app, that should automatically switch bluetooth on and try to connect to the smartwatch through the app.
:good:
Today, I checked this option again and does not works. I restarted application and bluetooth on my twice devices. It does not works. It is not bad for me because I do not use it. I only tested it and reported to you as appreciate your works. For me this is application is brilliant and works in 99%. Notifications works but for me the most imporant thing is that synchronization date and time works on dz09. It is really helpful. Thanks again.
irtrin said:
Today, I checked this option again and does not works. I restarted application and bluetooth on my twice devices. It does not works. It is not bad for me because I do not use it. I only tested it and reported to you as appreciate your works. For me this is application is brilliant and works in 99%. Notifications works but for me the most imporant thing is that synchronization date and time works on dz09. It is really helpful. Thanks again.
Click to expand...
Click to collapse
have you tested the front camera mode or html mode?
there could be further development on those and we might get basic apps like Google Maps to display on our smartwatch!
I am glad that the app is helpful for you, but can you check and tell me if the "find watch" feature works in the original BTNotification app, in that app it is called "Looking Watch", because if that doesn't work then your watch doesn't support this feature and we might have to trick it into playing sound.
thanks!
Smarty on dz09 (clone?)
Hello,
the application seems to be great but most of the pages in html mode do not open/appear at all. Is it an issue about memory (clone watch has not enough of it? Can i delete application that does not work anyway, like fb or sleepmonitor?). Sometimes says camera launch failed or just shows a blue square. Some pages would appear but first the 'accept cookies' layer pops up so can't see what's behind. Sometimes the bare/empty background appears (ie flightradar24 a grey background without planes etc.)
Anyway thanks in advance and well done so far, hope to see improvement soon...
Regards, Gyuriatya
Gyuriatya said:
Hello,
the application seems to be great but most of the pages in html mode do not open/appear at all. Is it an issue about memory (clone watch has not enough of it? Can i delete application that does not work anyway, like fb or sleepmonitor?). Sometimes says camera launch failed or just shows a blue square. Some pages would appear but first the 'accept cookies' layer pops up so can't see what's behind. Sometimes the bare/empty background appears (ie flightradar24 a grey background without planes etc.)
Anyway thanks in advance and well done so far, hope to see improvement soon...
Regards, Gyuriatya
Click to expand...
Click to collapse
you can get rid of the accept cookies prompt by accepting the cookies on your phone (in the smarty app itself), the web-page is loaded on the phone itself and streamed onto the watch hence there is no memory issue, but also there isn't really a way yet to control the web-page except the settings in the app itself , the biggest issue isn't memory but that the screen size is small to the point that many websites just don't support it well enough.
the feature is mostly intended to be used to develop our own simple web-apps that are designed with the screen-size limitations in mind,
however a few mobile versions of websites may work!
cheers!
Prashant
great app
would it be possible to have the list of applications for which to set up notifications? thank you so much
mohtaprashantrocks said:
so i decompiled the original BTNotification app and after a lot of cleaning up and debugging and reverse engineering their systems, i have finally been able to cobble together a functional version of the app.
This is a customized version of the smartwatch companion app for MTK smartwatches with a few improvements !
No spyware !
The original app had a lot of spyware / analytics in it and i did my best to try and remove all of it
(if you notice any please let me know !)
Better notifications !
The icon that comes with notifications now has black background instead of white , gives better look to watches with black UI
more detailed notifications with more actionable information (like message text etc.) and notifications works with more apps !
can use standard notifications by enabling privacy mode, works exactly like the BTNotification app
Can use front camera for your smartwatch remote camera
just dial a call to the number 00*001 from your smartwatch or phone (the call is automatically blocked )
just call it again to switch camera to rear camera again.
Can open any HTML app / link on your smartwatch with the remote camera
just need to dial a call to the number 00*002 from your smartwatch or phone
call 00*003 to stop opening the app and switch to camera again.
[ by default this opens an analog watch, change the link in the app to open something else]
codes supported currently
switch camera = 00*001
open HTML mode = 00*002
camera mode =00*003
find my phone feature
the phone now vibrates and even if silent the phone will ring !
Release Notes
smarty V1.0.apk
changed minimum sdk version to 16 from 20
Smarty v0.1.ds.apk
uses dual signature v1 and v2
try this if getting "app not installed" error
Missing Features
Can't block certain apps from sending notification yet, looking to add this in soon!
test it out and see if you like it !
the app requires permission to notification and accessibility service simply for allowing both types of notifications.
XDA:DevDB Information
smarty, App for all devices (see above for details)
Contributors
mohtaprashantrocks
Version Information
Status: Testing
Created 2018-04-14
Last Updated 2018-04-23
Click to expand...
Click to collapse
Any updates on the all the "popup" full screen spam ads on the home screen of Oreo & Pie installs??? Any updates since your April build??
{
"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"
}
ilovebillgates said:
Any updates on the all the "popup" full screen spam ads on the home screen of Oreo & Pie installs??? Any updates since your April build??
Click to expand...
Click to collapse
I have put no ads in the app, and in my use of it have not experienced any either, could you check if there is some other application that may be responsible ?
And to the other posters, unfortunately I have not been able to work on the app any more since the last build and so the blocking certain apps feature isn't there yet

Categories

Resources