GAssist.Net - Google Assistant for Galaxy Watch - Android Apps and Games

Beta is available on Galaxy Beta Store PM @Dixon Butz with your Samsung's account email address for an access !!!
Introduction
I've been looking at this topic and I saw that unfortunately the project died... so as I am a java developer and I am very tired with all the unresponsible/crashing apps on Galaxy Store. I decided to try myself at C#/.Net to write my own Google Assistant companion for Galaxy Watch. I hate Bixby as much most of the community.
So here is my approach to the Google Assistant companion app for Tizen Watches.
Click to expand...
Click to collapse
Preview demonstration videos
https://www.youtube.com/watch?v=b3CC3uvr2to
https://youtu.be/qtfn6-p5CQA
Click to expand...
Click to collapse
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Already implemented features
Written with cutting edge libraries
Real time data streaming to/from GA
Push to talk
Real time recognized text display
Responses text display
Start recording after launch
Responses as fast as possible
Click to expand...
Click to collapse
Planned features:
Rework UI (current is just for debugging purposes)
????
Click to expand...
Click to collapse
Requirements:
Tizen 4.0+ based Samsung watch
Doesn't work on Gear S3 at the moment, there is bug with Samsung.Sap library
More info on Samsung forums, https://developer.samsung.com/forum/board/thread/view.do?boardName=SDK&messageId=369273&topCtgy=03
Android 8.0+ smartphone
Microphone/Speaker on watch
Click to expand...
Click to collapse
Changelog
Code:
0.7.0 - 2019-06-20
- added html responses
- cleanup / reduce weight of phone apk
0.6.1 - 2019.06.06
- changed font size, text alligning adjustment
- added option to display raw text recognition result ([B]default ON[/B])
- stability fixes
- apk is now service
0.5.4 - 2019.06.02
- new icon / logo (Credit: @aefelix)
- audio recording / playing adjustment
- stability fixes
- phone app improvements / cleanup
0.5.0 - 2019.05.31
- watch makes requests using Protobuf now (Google native)
0.4.5 - 2019.05.30
- adjusted debounce and throttling times
- introduction to constructing Assistant Requests on watch side
0.4.4 - 2019.05.30
- fixes from 0.4.3
- improved stability
[STRIKE][B]Update 0.4.3[/B]
- using .net reactive framework to handle the problematic cases
- added debounce for button
- added throttling to sensitive method calls
- bugfixes[/STRIKE]
Too unstable, use older version.
0.4.0 - 2019.05.28
-UI draft retouch
-lots of core changes / cleanup
-cosmetic changes
0.3.1 - 2019.05.25
-support volume control
0.3.0 - 2019.05.24
-now using protobuf to talk with phone
-getting mp3's as audio response
-moved most of the response handling logic to watch
-added scroller
0.1.1 - 2019.05.17
-improved auto reconnect / launch android app stability
0.1.0 - 2019.05.11
- code cleanup
- support for external credentials.json file for testers
- improved stability
- auto launch AndroidApp
- auto reconnect
0.0.2 - 2019.05.07
- real time voice recognition text display
- assistant response display
- ability to stop assistant talk with press "Listen" again
- completely reworked internal logic(once again, I hope last time )
- use of new libraries
- changed buffering methods
- changed multithreading libraries
Initial post: 05.05.2019
Click to expand...
Click to collapse
Downloads
Beta is available in Galaxy Beta Store now for Samsung Devices(PM @Dixon Butz for adding access):
Watch app:
http://apps.samsung.com/betastore/a...izen.cybernetic87.GAssist.Tizen.Wearable_beta
Phone app
http://apps.samsung.com/betastore/openAppDetail.as?appId=com.cybernetic87.GAssist
Note: Galaxy Beta store is only available on Samsung Galaxy phones!
For non-Samsung devices - Latest version is still available on my Google Drive:
Note: Always update both apps for compatibility!
https://drive.google.com/drive/folders/1HOhLMaq1dXPyiJiiGXR8sZw2OVrgNnCW?usp=sharing
Click to expand...
Click to collapse
Installation instructions
1) Install both apps from galaxy store / non-samsung users install apk from google drive and see #2
2) NON-SAMSUNG USERS ONLY Install tpk file on Tizen watch - use this guide https://forum.xda-developers.com/smartwatch/gear-fit/howto-sign-sideload-tizen-applications-t3639793
(re-sign the tpk using the method from guide, then install tpk using sdb which comes with tizen-studio)
3) Get the credentials.json file as I wrote in this post https://forum.xda-developers.com/showpost.php?p=79501689&postcount=36
4) Put the credentials.json file into Phone Internal Storage into credentials folder
5) Since version 0.6.1 you only need the client_secrets file, follow the guide from links below to get the file:
Video tutorial: https://www.youtube.com/watch?v=VfunEUzzFVU&feature=youtu.be
6) Rename the client_secrets.....json file to secrets.json and copy it to Phone/Credentials folder - if the folder doesn't exist - create it.
7) Start the app on phone(!) first authenticate with google after everything is allright the app will close and the service will be running.
8) Run the app on watch, from now on you only start the app on watch, no interaction with phone app is required.
Click to expand...
Click to collapse
FAQ
Q: Will this application be available on other watches than Galaxy Watch?
A: Yes, this application should work on any Samsung watch with Tizen 4.0+ and microphone/speaker.
Q: Will this be a paid app?
A: Yes, but the price shouldn't be more than 2USD. I will consider making it 2 variants Free and Premium.
The app will be free.
Q:Will non speaker watches be supported ?
A: Yes, when I develop the text output.
Q:Can this app do xxxx?
A: The app can talk to Google Assistant SDK Service. I'm not answering for any Google Assistant SDK / Service features related questions. This doesn't depend on me, my app is only a bridge to Google Service. Please ask Google what the Assistant Service is capable of, and why not all features are available. Send query to their support, post on their forums etc.
Click to expand...
Click to collapse
How to get the logs
You have to have Tizen studio installed. Watch has to be in debug mode.
Immediately after crash / bug connect watch via wifi.
Open Tizen SDK Device Manager.
Wait a while until it reads the logs.
Export logs:
Zip them and attach to post reporting bug.
THANKS!
XDA:DevDB Information
GAssist.Net, App for all devices (see above for details)
Contributors
Cybernetic87, Dixon Butz
Version Information
Status: Beta
Current Beta Version: 0.7.5
Beta Release Date: 2019-06-25
Created 2019-06-25
Last Updated 2019-06-25

Related

[APP][MOD]OGYouTube v3.5 Downloader, Popup/Background/ScreenOff Playback [STOPPED]

{
"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"
}
Features:
You can download multiple downloads in the meantime
You can watch the video on Background & Popup Window
You can watch the video while the Screen is off
You can play all qualities *140p~1440p*
You can download the video as [MP3]
You can download the subtitles
You can download any quality
Seek Controls (Position, Volume, Brightness)
Option to press back button twice to exit the video
And more
Download:
Here
Disabling the original version:
Settings >> Application manager >> All >> YouTube >> {Uninstall Updates then Disable}
Or If you have Root just delete it...
FAQ
Here it is
Translation :
You can translate the project into your language from my site here!
Thanks to:
@[] AL [] for the Black Theme
@MaR-V-iN for his open source project MicroG
@MichaelGroth for providing the app icons and sort icons
@BigCrisco39 for providing an app icon
majidgolshadi for providing the chunk download ability
StandOut for providing the popup window ability
Guardian Project for providing ffmpeg for android
Donors:
@bengadget
[If you have already donated to me, send me the 'Transaction Id' on a private message to add your name here]
You can be one of them
------------------------------------------
Enjoy ​
XDA:DevDB Information
OGYouTube, App for the Apps & Games
Contributors
OsamaGhareeb
Version Information
Status: Stable
Current Stable Version: 3.5
Stable Release Date: 2017-05-12
Current Beta Version: 0.9
Beta Release Date: 2015-04-17
Created 2015-03-15
Last Updated 2017-05-11
Changlog
v3.1 - 14/04/2017
Fixed an issue with Popup mode
Fixed an issue with seeking controls
Fixed an issue that caused the video to stop when playing it in Background
v3.0 - 13/04/2017
Added Downloads Queue
Added Seek Controls (Position, Volume, Brightness)
Fixed some issues with updating the download links
Fixed some issues with downloading
Revamped Settings Screen
Improved the Downloads app
The Black screen when you come back from Popup/Background mode, will be added back sooner now
Other Bug fixes and improvements
v2.7 - 01/04/2017
Root version and No-root version now support devices that doesn't have Google Services installed
Added back "Enable All Qualities" option (doesn't work on all devices)
Improved videos decryption process
Fixed some issues with Android 4.x
Improved 'Downloads' app
Supported x86 architecture
Other bug fixes
v2.6 - 28/03/2017
OGYouTube (Unroot version only) now support Devices that doesn't have Google Play Services installed
Download notifications will vibrate only instead of making sound
Fixed an issue when starting the app for the first time
Fixed an issue when clicking the option menu on subscription videos
Improved the download notification on Android Nougat
Removed "Enable all qualities" since it doesn't work anymore
Minor fixes and improvements
v2.5 - 27/03/2017
Updated the base version to YouTube 12.10.60
Support the download on Android Nougat
Fixed some issues with decrypting videos
Fixed some issues with downloading
Other bug fixes
v2.1 - 31/08/2016
Support downloading to the external SDCard (only on Lollipop and newer versions)
Added an option to set a speed limit for downloads
Added an option to select how many threads for each download
Added back the option to auto switch to background playback
Added an option to reset the transaction id (on Remove Ads)
Fixed the issue that kept the download stopping by itself
Fixed some decryption issues
Fixed the default screen option
Improved the download process
Improved some other functions
Many bug fixes and improvements
v2.0 - 05/05/2016
Updated the base to YouTube 11.16.62
Fixed Popup issue on Android Marshmallow
Fixed the Chromecast issue
Fixed some download problems
Supported chunk download (Download speed should be 5 times faster now)
Now you only need 1 app to fix login fix (thanks to @MaR-V-iN)
Many bug fixes and improvements
v1.2 - 13/01/2016
Android Marshmallow is now supported
Fix download issues with some videos
Other bug fixes and improvements
v1.1 - 22/11/2015
Updated to base 10.45.53
Improved Download UI
Added a new button to go to background
Added a new option to go to background mode automatically
Fix download issues with some videos
Fix default quality problem
Other bug fixes and improvements
---------------------------------------------------------
v1.0 - 16/08/2015
Support downloading 60FPS
Added Download button in Video's menu (Download w/o opening the video)
Ability to Hide Downloads icon
Ability to Rename videos before download
Last downloaded quality will be selected automatically
Fix bugs with merging files
Fix default quality problem
Fix notifications issues
Fix download issues with some videos
Login Fix
---------------------------------------------------------
v0.9 (Beta) - 17/04/2015
Updated the base to 10.13.54
New option to 'Remove Ads from (Downloads) app'
New option to 'Clear downloads'
New Support 60FPS
New option to set 'Default screen'
New option to set 'Default Quality'
Added 'Downloads Setting' inside YouTube Settings
Background Playback is on by default
Enable ExoPlayer (Dogfood) options in YouTube Settings
Fix MP3 Downloading Problems
Other Bug Fixes
Re: [APP] YouTube 4.3.9 with download button **OG YouTube Downloader**
Nice work bro.
Am I able to download the mature content videos without logging in with this?
bengadget said:
Am I able to download the mature content videos without logging in with this?
Click to expand...
Click to collapse
I don't tried that...
You can give it a try
I tried but it closed whenever I tried to play any video. I have a N7100 with an AOSP rom.
Re: [APP] YouTube 4.3.9 with download button **OG YouTube Downloader**
bengadget said:
I tried but it closed whenever I tried to play any video. I have a N7100 with an AOSP rom.
Click to expand...
Click to collapse
So you can't... Because this will be dangerous for your account..
And users don't want that..
I couldn't play any video though. As soon as the app loaded, I tried to play a video and it closed. I never got a chance to download anything.
package names are reversed , com.google.android.ogyoutube is in youtube.apk and com.google.android.youtube is in ogyutube.apk !
Sorry for that... there was a bug in the app and fixed now
New links :
[URL="http://d-h.st/9oa"]Version 1, Version 2[/URL]http://d-h.st/ibC
Re: [APP] YouTube 4.3.9 with download button **OG YouTube Downloader** (2013/31/03)
OsamaGhareeb said:
Sorry for that... there was a bug in the app and fixed now
New links :
[URL="http://d-h.st/9oa"]Version 1, Version 2[/URL]http://d-h.st/ibC
Click to expand...
Click to collapse
I only see url after quoting your post. lol.
Sent from my supercharged :tank:
No offense or disrespect to the developers
How do i know that the apk is not a malware. Because i have seen few of them with malware. thanks
registermyid said:
No offense or disrespect to the developers
How do i know that the apk is not a malware. Because i have seen few of them with malware. thanks
Click to expand...
Click to collapse
You can scan it, ask the people who test it or TRUST Me
Feature request: Demux video-audio
Hi. Is the latest version close to release?
Sent from my Motorola Electrify using xda app-developers app
Updated to 4.4.11
​
OG YouTube Downloader​
no HD? cant use it
PC Jona said:
no HD? cant use it
Click to expand...
Click to collapse
You can download HD videos (1080p) ...
It works for me !!
@OG
Could u also add a MP3 download ?
Would be nice
Thank u
Sent from my ST25i using xda app-developers app
SpaceCaker said:
@OG
Could u also add a MP3 download ?
Would be nice
Thank u
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Coming soon

[APP][4.1+] Pin Note v0.9.5.4 (Beta) *Customisable Notifications & Actions*

Use Pin Note to place customisable notifications in the notification area to be used as reminders, notes or application shortcuts. Pressing the notification will start a specified action, for example start your text messaging app, email app or dial a phone number directly. Obviously I will be adding further actions and functionality as time progresses. Any suggestions? Let me know.
{
"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"
}
Pin Note is currently in active development and is in the Play Store for public testing. There may be minor issues, but expect regular updates as functionality and design is updated and tweaked and of course any bugs fixed. Please feedback if you can, I would appreciate it greatly. I have tested on a LG Nexus 4, Samsung Galaxy Nexus and in AVDs but it hasn't been extensively tested in real world usage.
Get Pin Note now on Google Play - https://play.google.com/store/apps/details?id=com.roryrjb.android.pinnote.
Please be so kind to report bugs here.
Change Log
Version 0.9.5.4 (Beta 3)
- Fixed Non-XHDPI Resources
Version 0.9.5.3 (Beta 2)
- Changed Theme to Holo Dark
- Added "Launch Activity" Action
- Added Instructions and Changelog to About Section
- XDA-Only Release
- Plus More...
Version 0.9.0.1 (Beta 1)
- Major UI Update, support for MDPI (low end devices) to XXHDPI (Full HD/1080p) resolutions
- Notifications can be set to appear at set times even if the device is asleep
Version 0.3.1.1 (Alpha)
- Fixed Intents.
- Added Contacts Selector.
Version 0.3.1.0 (Alpha)
- Added Persistent Notification, Timer and Notification LED Options.
- Minor Notification UI Changes.
Version 0.3.0.0 (Alpha)
- Added Permissions INTERNET and ACCESS_NETWORK_STATE.
- Incorporated Google Analytics and AdMob Advertising in Free Version.
- Fixed ActionMode Toolbar Colours Bug.
- Another Major UI Update (Now Requires Android 4.1+).
- Removed Welcome Screen Entirely.
- Settings Recorded and Saved More Efficiently.
- Actions Working 100% of the Time.
Version 0.2.1.0 (Alpha)
- Major UI Update.
- Added Welcome Screen for New Users.
- Added Web Browser Action.
- Added Clear Notification Menu Option.
- Fixed Blank Notification Header Bug.
- Internal Code Optimisation.
Version 0.1.9.15 (Alpha)
- Cleaned Up Some Code. Minor UI Updates.
Version 0.1.9.14 (Alpha)
- Initial Public Alpha Release.
Click to expand...
Click to collapse
Thanks...
BTW the store link is still showing 0.2.1.0 version
sent from the state where marijuana is NOT illegal !
chris_marsh said:
Thanks...
BTW the store link is still showing 0.2.1.0 version
sent from the state where marijuana is NOT illegal !
Click to expand...
Click to collapse
I have just uploaded the latest APK to the Play Store just before writing the post, it'll take a little time to appear but it will be there.
I've just checked and the Play Store has just updated with latest description, screenshots and APK. Also if anyone wants to submit bugs if they use the app and find anything then either just reply or submit here: https://bitbucket.org/roryrjb/pinnote/issues.
Again sorry no actual link because I'm below 10 posts.
I've added a few more options:
- Persistent Notification (have to clear from app, won't swipe to clear)
- Timer Notification (will count for as long as notification is active, to see how long it has been there)
- LED Notification (if your device supports it, the LED will flash every 5 seconds for as long as the notification is active)
I've also tweaked the notification layout slightly and a ticker also appears as well.
Version update:
Version 0.3.1.1 (Alpha)
- Fixed Intents.
- Added Contacts Selector.
Please find new APK attached to the first post. Play Store updating as I type.
I downloaded the latest copy for testing >>> had a parsing error pop up when I went to install it.
is that just me or what? BTW this application looks promising. Has great potential and I want to help you out
I can create a new icon or re-design the one you currently have to make it more professional or I can do a new UI design for you? Just let me know I love helping others out!
I use Notif Pro but this looks interesting. Going to give this a shot.
Sent from my SPH-L710 using XDA Premium 4 mobile app
SystemErrorOne said:
I downloaded the latest copy for testing >>> had a parsing error pop up when I went to install it.
is that just me or what? BTW this application looks promising. Has great potential and I want to help you out
I can create a new icon or re-design the one you currently have to make it more professional or I can do a new UI design for you? Just let me know I love helping others out!
Click to expand...
Click to collapse
Hmm.. not sure about parsing error. Try to download from Play Store if it doesn't work again after a re-download. I'll look into it and might have to upload a new APK.
Also, thanks, I'll let you know if I need anything.
Sent from my Galaxy Nexus using Tapatalk 4
JohnnyEpic said:
I use Notif Pro but this looks interesting. Going to give this a shot.
Sent from my SPH-L710 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, please give any feedback or a rating if you want. I've never used Notif Pro, I'll take a look.
Sent from my Galaxy Nexus using Tapatalk 4
It's been a little while but I have updated. Notifications can be customised and then set to appear at set times. The free version (a Pro version will come along eventually) is limited to 4 reminders at a time. Whilst I have now classed this as Beta there still may be issues or bugs. As always any bug reporting or feedback is welcome.
Code:
Version 0.9.5.3 (Beta 2)
- Changed Theme to Holo Dark
- Added "Launch Activity" Action
- Added Instructions and Changelog to About Section
- XDA-Only Release
- Plus More...
New version with some significant changes. Again this won't be a perfect release as I am adding more and more functionality. Your time, comments or bug reports are greatly appreciated.
New screenshots will be attached to the OP shortly.
Update Attached
I realised in the last update I didn't add some resources for non-XHDPI devices, they have now been added in this latest update (v0.9.5.4).

[APP][JB+] Pintasking - Create floating shortcuts

{
"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"
}
This is an app for power users that miss the old good Taskbar, ALT-TAB shortcut, WIN+[n] shortcut or workspaces on their Android devices. PinTasking allows you to create floating shortcuts in form of pins, on demand and based on their current task and workload.​
Features:
pin apps/tasks/documents to access them quickly from any screen and app
jump quickly to your most recent task
or your whole tasks history
doesn't restart your tasks under Lollipop like similar apps
[ROOT] Disable the app-switch-delay
extremely customizable
smooth & cool animations
Material design
integrate your browser in PinTasking to:
easily pin your browser whenever you open a link
collect / preload links without to leave an application
quickly share or open links in another app
works with nearly all browsers
Help me to translate Pintasking into your language:
https://www.localize.im/v/m3
Changelog:
Code:
1.0.5:
- bug fix
- small improvements
1.0.4:
- bug fixes
- Accessibility Helper mode improvements
- preparation for a new browser extension feature
1.0.3 :
- small improvements
1.0.2 :
- bug fixes
- improved In-app Billing
1.0.0 :
- stable release
- added an introduction
- added a warning for HTC devices
- added flashable ZIPs as an alternative to the automatic Helper installation process
- device & android version specific bug fixes
- browser extension fix for Android M Preview 2
Short Youtube clips:
I'm currently working on a new app but Pintasking will still receive a lot of updates in the future!
Upcoming features & improvements:
a new mode for the browser extension (preloading on Andorid 5.0+ without root)
activities & shortcuts as home actions for the swipe pad & assist action
automatic recreation of pins after an update or reboot
auto-hiding pins in black-listed apps
more customization options like pin color
custom toasts implementation
translations
In form of independent apps:
hardware buttons remapping on Android 4.3+ (without root)
a gestures based swipe pad app with a lot of possibilities
News writers can drop me an email or PN to get temporary access to all PRO features. In order to do that I have to add the reviewer's email to my testing access list in my Developer Console.
XDA:DevDB Information
Pintasking, App for all devices (see above for details)
Contributors
PhinxApps
Version Information
Status: Stable
Created 2015-04-03
Last Updated 2015-08-23
nOice
I'm looking forward to trying this out soon.
This app sounds really nice. I was looking for an app like this to have more possibilities of multitasking. I have installed it and I will give you some feedback soon.
UPDATE:
PinTasking Beta: http://goo.gl/WxZzMc
Changelog:
improved descriptions
Improved crash reporting
fixes for rare bugs
fixed root-helper-installer bug on tablets
updated icons
a Iot of new customization options
the swipe pad isn't accessible from the lockscreen anymore
The Play Store listening should appear in the next hours.
Gadget Hacks made a short review of the alpha version:
Is there any way to make it not hafta require rooot on 5.0+?? Or is that not feasible? Thanks!
thank you very much
JoeFCaputo113 said:
Is there any way to make it not hafta require rooot on 5.0+?? Or is that not feasible? Thanks!
Click to expand...
Click to collapse
It's possible with some limitations:
- no preloading / preopening (Quick opener mode) of webpages
- a click on Evernote, Google Docs and etc. will bring you to the latest document or screen of this app and maybe not to the document you actually pinned
- a few apps may reinitialize and lose text in input fields, scroll progress and etc. after switching to them
I'll implement a non-root mode if there're enough interested people that are okay with this limitations.
btw:
PinTasking is live on the Play Store:
wow, you added even more options!
nice update
PhinxApps said:
It's possible with some limitations:
- no preloading / preopening (Quick opener mode) of webpages
- a click on Evernote, Google Docs and etc. will bring you to the latest document or screen of this app and maybe not to the document you actually pinned
- a few apps may reinitialize and lose text in input fields, scroll progress and etc. after switching to them
I'll implement a non-root mode if there're enough interested people that are okay with this limitations.
btw:
PinTasking is live on the Play Store:
Click to expand...
Click to collapse
I would like non root also please.
Very nice and intuitive app
ktetreault14 said:
I would like non root also please.
Very nice and intuitive app
Click to expand...
Click to collapse
Agreed!
JoeFCaputo113 said:
Agreed!
Click to expand...
Click to collapse
Okay, I'll implement a non-root mode before or after the full release. May I ask you why folks with a rooted phone (?!) want it? I wonder if it's for security reasons? You can install the system helper by yourself with a root file explorer. Even system apps need a confirmation to gain root and the helper app declares only two additional permissions and shares them with PinTasking.
I am rooted but their are plenty of people who arent.
My phone is rooted, running plenty of rooted apps, and it says I am not and asks to install the helper or uninstall. Do I have to install the helper? I am on Android 5.1.1 HTC One M8.
yung40oz84 said:
My phone is rooted, running plenty of rooted apps, and it says I am not and asks to install the helper or uninstall. Do I have to install the helper? I am on Android 5.1.1 HTC One M8.
Click to expand...
Click to collapse
This could help you:
1. Make sure that you haven't accidentally denied the root pop-up.
2. Restart the app and try it again.
3. It takes a while on Cyanogenmod to show up the root dialog. Tap "verify root" and wait 2-8 seconds.
I experienced the same bug once but I couldn't reproduce it and a simple application restart solved it for me. I'll look into it again.
Anyway, thanks for reporting.
PhinxApps said:
Okay, I'll implement a non-root mode before or after the full release. May I ask you why folks with a rooted phone (?!) want it? I wonder if it's for security reasons? You can install the system helper by yourself with a root file explorer. Even system apps need a confirmation to gain root and the helper app declares only two additional permissions and shares them with PinTasking.
Click to expand...
Click to collapse
I am not rooted lol...
Looks cool dev. kudos
Oneplus Temasek + AK Goodness
JoeFCaputo113 said:
I am not rooted lol...
Click to expand...
Click to collapse
Oh okay, I implied it because of your signature.
0.9.1 is out:
http://goo.gl/WxZzMc (link stays the same)
Play Store update is pending
Changelog:
- bugfix release
PhinxApps said:
Oh okay, I implied it because of your signature.
0.9.1 is out:
http://goo.gl/WxZzMc (link stays the same)
Play Store update is pending
Changelog:
- bugfix release
Click to expand...
Click to collapse
It says I am 100% stock!
bye bye link bubble thx
---------- Post added at 10:28 PM ---------- Previous post was at 10:24 PM ----------
this app is the best app I need to buy premium to support... Maybe next update can allow impatient users (like me) to buy premium lol
hi ,
Your app PinTasking looks very interesting and practical .Thanks !
One issue i am trying to understand ................
I have Note 4 ( N910F ) rooted and on Lollipop 5.0.1
i installed your app from Play store,granted root access etc .
But i found app a bit confusing at first ( functions ..how to use etc ).
i uninstalled app ,as i wanted to see your video and then decide.
After watching video ,i was happy i understood functions better and reinstalled from Play store .
This time app was installed ,without asking again for root ( as in 1 st time when i installed )
It is working fine ,tested it rebooted etc ,but PinTasking does not show up in Superuser..?
However ,whilst typing above ,i had idea and went to PinTasking /Root helper installer and reinstalled
helper then was ask for root access etc ,( even though it was never uninstalled ,as i could see it in Titanuim )
and activated it ,and now app shows up in Superuser .
I have solved my issue ,but want to bring it to your attention.
Very impressed so far with apps.........practical /functional uses !
good luck

[APP][4.0+][UPDATE : 07/09][5.1] Aivon - Artificial Intelligence Image Identifier

Greetings xda, I'm here to proudly announce the launch of our new app, Aivon - Artificial Intelligence Image Identifier
{
"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"
}
Description :
Aivon is a powerful image analysis app powered by Artificial Intelligence that enables users to understand the content of an image.
Can't figure out your favorite movie star's name? Quickly snap a picture and Aivon will help you!
Our advanced vision-based computing capabilities tool can recognize whatever you’re looking at and offer any essential information you require. Aivon can read facial expressions, identify the name of any public figure, tell you the color of an object, read the behavior of a person/object state, and also name its surroundings. Additionally, Aivon can communicate with you! Simply shake your device or click on the mic button to start talking, ask "What can you do?" to learn more about it.
Features :
- Aivon can communicate with users
- Identify Public Figures (celebrities, political members, etc)
- Identify Objects
- Identify Emotions
- Get quote suggestions based on emotions
- Search for anything you ask her online
- Fetch Images of a person/object
- Grabs in-depth info about a person/object from Wikipedia
- Can directly bring up YouTube videos
- Click a picture or upload from gallery from within the app
- Smart & Fast
* more features will be added in updates.
- Currently, Aivon surfs as public BETA, so bugs are to be expected.
We would appreciate if you could drop us an email if you have any bug report or/and feature request to make.
- We're trying hard to improve the app and bring out newer features each update but we are also focused on fixing the current bugs, so please just bear with us.
- Please note that the results may not be 100% accurate as the technology behind Aivon itself is new & our application is in its initial stages of development.
Download : You can either download from XDA Labs or
Google Play Store : DOWNLOAD
XDA:DevDB Information
Aivon - Artificial Intelligence Image Identifier, App for all devices (see above for details)
Contributors
DeveDroid
Version Information
Status: Beta
Current Beta Version: 5.1
Beta Release Date: 2017-09-07
Created 2017-06-12
Last Updated 2017-09-14
Changlogs :-
Version 5.1
- Fixed "Disgust" emotion quote suggestions bug
- Fixed crashes on some devices
- Reduced the size of the app
- Minor design changes & fixes
- Fixed results not showing up on some devices
- Performance improvements
- Added more number of quote suggestions & improved the accuracy
Version 5.0
- New design approach
- Added QR/Barcode scanner with smart results
- Now get quote suggestions based on your emotions
- Added Splash Screen
- New Icon
- Bug fixes & performance improvements
- Added built-in feedback button
- Bigger database & faster results
Version 4.4 (Testers update)
- Not publically released
- Experimental update
- Bug fixes
- Code cleanup
Version 4.3 (Testers update)
- Not publically released
- Weekly Update
- Bug Fixes
Version 4.2
- Aivon can now Identify President's of almost 60 countries
- Added Terms & Conditions (please accept the terms in order to use the app)
- Minor design changes
- Upgraded server
- Fixed lag on lower-end devices
- Improved communication
Version 4.1 (Major Update)
- Fixed crashes on devices with hardware navigation bar
- Bug Fixes
- Minor UI changes
- Added built-in browser for Aivon to make web searches easily
- Aivon can now do web searches, fetch images, get information about a person/object from Wikipedia, & also bring up YouTube videos directly.
To learn more, click on the mic button or shake your device & ask "What can you do?"
- Response speed optimised
- She can now identify famous historians
Version 4.0
- Bug fixes
Version 3.5
- User Interface Changes
- Updated Intro Slider
- Updated Aivon Communication Database
- Fixed layout misplacement on larger screens
- Bug Fixes
- Minor Server Upgrades
Version 3.4 (Testers update)
- Not publically released
Version 3.3 (Testers update)
- Not publically released
Version 3.2 (Testers update)
- Not publically released
Version 3.1
- Minor bug fixes
- Improved calculation algorithms
- Server upgraded & added China compatibility
Version 3.0
- Upgraded Server, Fixed Crashes
- Aivon Can Communicate
Either shake your device when in the app (only works on devices with accelerometer sensor) or click on the mic button in launch screen. After waking Aivon up, just ask "What can you do?" to know more about her.
Currently, Aivon can solve basic math equations, answer general questions, and also bring up the camera to directly access the image identification feature.
- Keep in mind that Aivon is still in "Beta" (3) phase.
Version 2.0
- Added New Facial Expression Reading Technology
Just snap a picture of yourself with an expression & Aivon will tell you the emotions.
- Added Confident Percent
Aivon now also informs you about how confident/accurate it is with the answer.
- Design Upgrades
We've made some changes to the design.
- Minor Bug Fixes
Under the hood optimisations and faster results calls.
- Fixed Force Close Issues
Fixed crashes on some devices.
Version 1.1
- Fixed back button issues from main activity
- Minor bug fixes
Click to expand...
Click to collapse
Screenshots
Screenshots :-
App updated to version 2.0. See change-logs for more info. Cheers.
Aivon can now be found in XDA-Labs. Cheers!
Will this work in China?? What I mean is that does this program rely on any Google services et al that are blocked where I stay
this app use Google AI or Microsoft AI?
kingbenzima said:
Will this work in China?? What I mean is that does this program rely on any Google services et al that are blocked where I stay
Click to expand...
Click to collapse
It should probably work as it does not use Google's Mobile Vision API instead, our own classifier.
Try and drop your feedback.
[APP][4.4+][UPDATE : 19/06][2.0] Aivon | Smart AI Image Identifier
betri28 said:
this app use Google AI or Microsoft AI?
Click to expand...
Click to collapse
Aivon uses some parts of Microsoft's API (specifically emotion/facial expression identification) along with our own classifier hosted in our personal servers. For detailed info, feel free to PM me.
Cheers.
DeveDroid said:
It should probably work as it does not use Google's Mobile Vision API instead, our own classifier.
Try and drop your feedback.
Click to expand...
Click to collapse
Tried it with 10 pictures today, mainly hit or miss for me but can confirm that it works in China, and that the results were quick, I also like the UI great work and can't wait for the next version :good:
kingbenzima said:
Tried it with 10 pictures today, mainly hit or miss for me but can confirm that it works in China, and that the results were quick, I also like the UI great work and can't wait for the next version :good:
Click to expand...
Click to collapse
I'm glad it worked for you. As you already know Aivon is still in it's very early stages & we're trying hard to improve the app in every possible update. Feel free to PM me if you have any further queries. Cheers!
Added poll to interact & know what you all expect in the future updates. Cheers!
Why does this app have a virus?
sevenr33 said:
Why does this app have a virus?
Click to expand...
Click to collapse
That's weird. Maybe try scanning one more time and test the latest version.
Updated to the latest version!
- Cheers.
Very nice app. I'm seriously loving the design. Awaiting for more features in updates. Thanks.
App looks and works great but I wish to have an ad free version. Please look into ad free version.
Maria Alphanso said:
Very nice app. I'm seriously loving the design. Awaiting for more features in updates. Thanks.
Click to expand...
Click to collapse
Thank you for your kind words. I'm glad you like the app.
Anwar Syed said:
App looks and works great but I wish to have an ad free version. Please look into ad free version.
Click to expand...
Click to collapse
Sure! In-app purchase to get rid of ads will be implemented when the app is in its stable versions. Cheers.

GAssist.Net Google Assistant for Tizen Smartwatches

App is pending verification to Official Samsung Store, no new beta testers can be accepted till then.
Introduction
I've been looking at this topic and I saw that unfortunately the project died... so as I am a java developer and I am very tired with all the unresponsible/crashing apps on Galaxy Store. I decided to try myself at C#/.Net to write my own Google Assistant companion for Galaxy Watch. I hate Bixby as much most of the community.
So here is my approach to the Google Assistant companion app for Tizen Watches.
Click to expand...
Click to collapse
Preview demonstration videos
https://www.youtube.com/watch?v=b3CC3uvr2to
https://youtu.be/qtfn6-p5CQA
Click to expand...
Click to collapse
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Already implemented features
Written with cutting edge libraries
Real time data streaming to/from GA
Push to talk
Real time recognized text display
Responses text display
Start recording after launch
Responses as fast as possible
Click to expand...
Click to collapse
Planned features:
Rework html responses so they display properly on watch screen
Click to expand...
Click to collapse
Requirements:
Tizen 4.0+ based Samsung watch
Doesn't work on Gear S3 at the moment, there is bug with Samsung.Sap library
More info on Samsung forums, https://developer.samsung.com/forum/board/thread/view.do?boardName=SDK&messageId=369273&topCtgy=03
Android 8.0+ smartphone
Microphone/Speaker on watch
Click to expand...
Click to collapse
Changelog
Code:
0.7.0 - 2019-06-20
- added html responses
- cleanup / reduce weight of phone apk
0.6.1 - 2019.06.06
- changed font size, text alligning adjustment
- added option to display raw text recognition result ([B]default ON[/B])
- stability fixes
- apk is now service
0.5.4 - 2019.06.02
- new icon / logo (Credit: @aefelix)
- audio recording / playing adjustment
- stability fixes
- phone app improvements / cleanup
0.5.0 - 2019.05.31
- watch makes requests using Protobuf now (Google native)
0.4.5 - 2019.05.30
- adjusted debounce and throttling times
- introduction to constructing Assistant Requests on watch side
0.4.4 - 2019.05.30
- fixes from 0.4.3
- improved stability
[STRIKE][B]Update 0.4.3[/B]
- using .net reactive framework to handle the problematic cases
- added debounce for button
- added throttling to sensitive method calls
- bugfixes[/STRIKE]
Too unstable, use older version.
0.4.0 - 2019.05.28
-UI draft retouch
-lots of core changes / cleanup
-cosmetic changes
0.3.1 - 2019.05.25
-support volume control
0.3.0 - 2019.05.24
-now using protobuf to talk with phone
-getting mp3's as audio response
-moved most of the response handling logic to watch
-added scroller
0.1.1 - 2019.05.17
-improved auto reconnect / launch android app stability
0.1.0 - 2019.05.11
- code cleanup
- support for external credentials.json file for testers
- improved stability
- auto launch AndroidApp
- auto reconnect
0.0.2 - 2019.05.07
- real time voice recognition text display
- assistant response display
- ability to stop assistant talk with press "Listen" again
- completely reworked internal logic(once again, I hope last time )
- use of new libraries
- changed buffering methods
- changed multithreading libraries
Initial post: 05.05.2019
Click to expand...
Click to collapse
Downloads
Beta is available in Galaxy Beta Store now for Samsung Devices(PM @Dixon Butz for adding access):
Watch app:
http://apps.samsung.com/betastore/a...izen.cybernetic87.GAssist.Tizen.Wearable_beta
Note: Galaxy Beta store is only available on Samsung Galaxy phones!
Phone app:
Available on Play Store, the app page will open automatically on Phone after you run the watch app.
Click to expand...
Click to collapse
Installation instructions
1) Install GAssist.Net app from Galaxy Store (Gear Store) or however they call it
2) Get the secrets.json file using tutorial below.
Video tutorial: https://www.youtube.com/watch?v=VfunEUzzFVU&feature=youtu.be
3) Run the phone app, and perform authentication.
Click to expand...
Click to collapse
FAQ
Q: Will this application be available on other watches than Galaxy Watch?
A: Yes, this application should work on any Samsung watch with Tizen 4.0+ and microphone/speaker.
Q: Will this be a paid app?
A: Yes, but the price shouldn't be more than 2USD. I will consider making it 2 variants Free and Premium.
The app will be free.
Q:Will non speaker watches be supported ?
A: Yes, when I develop the text output.
Q:Can this app do xxxx?
A: The app can talk to Google Assistant SDK Service. I'm not answering for any Google Assistant SDK / Service features related questions. This doesn't depend on me, my app is only a bridge to Google Service. Please ask Google what the Assistant Service is capable of, and why not all features are available. Send query to their support, post on their forums etc.
Click to expand...
Click to collapse
How to get the logs
You have to have Tizen studio installed. Watch has to be in debug mode.
Immediately after crash / bug connect watch via wifi.
Open Tizen SDK Device Manager.
Wait a while until it reads the logs.
Export logs:
Zip them and attach to post reporting bug.
THANKS!
XDA:DevDB Information
GAssist.Net, App for all devices (see above for details)
Contributors
Cybernetic87, dixon butz
Version Information
Status: Beta
Current Beta Version: 0.8.8
Beta Release Date: 2019-07-03
Created 2019-07-03
Last Updated 2019-07-03

Categories

Resources