{
"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"
}
TODAY I BRING FORTH TO YOU A FIX FOR A ISSUE WHICH HAS BEEN REQUESTED COUNTLESS AMOUNT OF TIMES, TODAY I FINALLY DECIDED TO ATTEMPT TO TACKLE THIS ISSUE HEAD ON.. ITS A DIRTY FIX, ALTHOUGH IT DOES WORK.
THE ISSUE: TOUCHWIZ LAUNCHER USERS NOT HAVING THE ABILITY TO SET SIDELOADED/CUSTOM APPS AS FAVORITES IN GEAR MANAGER !
I HAVE DONE SOME RESEARCH, IT APPEARS THAT GEAR MANAGER STATICALLY UPDATES THE LIST OF INSTALLED APPLICATIONS WHEN CHANGES ARE MADE VIA GEAR MANAGER EG. INSTALLING APPS & REMOVING THEM, IT DOES NOT HOW EVER PULL THE APPLICATION'S FROM THE GEAR BESIDE THE INITIAL PAIRING PHASE.
IT SEEMS GEAR MANAGER ALSO STORES THIS LIST OF APPS AS A .XML FILE ON YOUR PHONE AND QUERY'S IT WHEN YOUR MAKING CHANGES IN GEAR MANAGER.
THE WORK AROUND IS SIMPLE, DELETE THE LIST AND FORCE GEAR MANAGER TO PULL ALL THE AVAILABLE APPS FROM THE GEAR AS IT DID ON THE INITIAL PAIRING PHASE!
YOUR PHONE WILL HAVE TO BE ROOTED IN ORDER FOR THIS TO WORK, OTHERWISE YOUR SIMPLY OUT OF LUCK TILL FURTHER NOTICE.
CUSTOM TOUCHWIZ FAVOURITE SHORTCUT EXAMPLE:
GEAR MANAGER EXAMPLE:
INSTRUCTIONS (DONE ON PHONE):
NAVIGATE TO "/DATA/DATA/COM.SAMSUNG.ANDROID.APP.WATCHMANAGER/FILES" IN YOUR CHOICE OF A ROOT FILE EXPLORER.
DELETE THE FILE "WAPPLIST.XML".
RESTART YOUR PHONE IMMEDIATELY.
*NOTE: THIS HAS ONLY BEEN TESTED AND CONFIRMED WORKING USING GEAR MANAGER 1.5.123002
*NOTE 2: IF YOUR EXPERIENCED WITH TASKER, I WOULD SUGGEST CREATING A SYSTEM POWEROFF EVENT TO DELETE THIS FILE EVERY TIME YOUR PHONE TURNS OFF/RESTARTS.. THIS WAY YOU CAN ENSURE YOU HAVE A UP TO DATE APPLICATION LIST, WHICH IS ALSO MORE OR LESS AUTOMATICALLY UPDATED.
IT SEEMS GEAR MANAGER SOMETIMES WILL DETECT CERTAIN APPS AS ONLY WIDGETS AND WILL IGNORE THE APPLICATION SHORTCUTS. GOOGLE NOW IS A GOOD EXAMPLE OF THIS.
YOU CAN FIX THIS BY MANUALLY EDITING THE "WAPPLIST.XML" FILE:
*NOTE: REMEMBER TO SET THE CORRECT FILE PERMISSIONS & FILE OWNER WHEN PUSHING THE FILE BACK TO THE GEAR, IMITATE THE PERMISSIONS ON ANOTHER XML FILE IN THE DIRECTORY. OTHERWISE YOU WILL RECEIVE AN ERROR IN GEAR MANAGER.
FOR: "GOOGLE SEARCH" ADD THE FOLLOWING:
Code:
<item>
<AppName>Google Search</AppName>
<PackageName>com.google.android.googlequicksearchbox</PackageName>
<ClassName>com.google.android.googlequicksearchbox.SearchActivity</ClassName>
<ImageFileName>com.google.android.googlequicksearchbox.SearchActivity.png</ImageFileName>
<SettingFileName>null</SettingFileName>
<IsAppWidget>false</IsAppWidget>
<PreLoad>true</PreLoad>
<PreCheckSettingsCondition>false</PreCheckSettingsCondition>
</item>
FOR "GOOGLE VOICE SEARCH" ADD THE FOLLOWING:
Code:
<item>
<AppName>Google Voice Search</AppName>
<PackageName>com.google.android.googlequicksearchbox</PackageName>
<ClassName>com.google.android.googlequicksearchbox.VoiceSearchActivity</ClassName>
<ImageFileName>com.google.android.googlequicksearchbox.VoiceSearchActivity.png</ImageFileName>
<SettingFileName>null</SettingFileName>
<IsAppWidget>false</IsAppWidget>
<PreLoad>true</PreLoad>
<PreCheckSettingsCondition>false</PreCheckSettingsCondition>
</item>
FOR "FULL SETTINGS" ADD THE FOLLOWING:
Code:
<item>
<AppName>Settings</AppName>
<PackageName>com.android.settings</PackageName>
<ClassName>com.android.settings.Settings</ClassName>
<ImageFileName>com.android.settings.Settings.png</ImageFileName>
<SettingFileName>null</SettingFileName>
<IsAppWidget>false</IsAppWidget>
<PreLoad>true</PreLoad>
<PreCheckSettingsCondition>false</PreCheckSettingsCondition>
</item>
Just gonna try this now, thanks @f0mey
Sent from my GT-N7100 using Tapatalk
confirmed working, i have google search widgets, pandora widget, power control widget, these are the ones i use. they work great
red rocket said:
confirmed working, i have google search widgets, pandora widget, power control widget, these are the ones i use. they work great
Click to expand...
Click to collapse
What version of gear manager ?
fOmey said:
What version of gear manager ?
Click to expand...
Click to collapse
gear manager 1.5.123002 Zfarishta
If someone could confirm this working on the latest gear manager, would be appreciated.
I haven't tried yet but does Notification still appear to the right of the clock?
Sepharite said:
I haven't tried yet but does Notification still appear to the right of the clock?
Click to expand...
Click to collapse
yep notification is still to the right of the clock, but im missing setting. I dont really care about settings cause i just use the full settings
Interesting. Makes sense though - especially why only system apps would show
Sounds similar to what I found with notification list: http://forum.xda-developers.com/showthread.php?t=2495161. Was able to actually modify things manually
Brendo said:
Interesting. Makes sense though - especially why only system apps would show
Sounds similar to what I found with notification list: http://forum.xda-developers.com/showthread.php?t=2495161. Was able to actually modify things manually
Click to expand...
Click to collapse
Thank you for this f0mey.
Can anyone tell me why the Google search app shows the widgets rather than the app icon?
ajnicho said:
Thank you for this f0mey.
Can anyone tell me why the Google search app shows the widgets rather than the app icon?
Click to expand...
Click to collapse
This method will list ALL the apps & widgets on the gear in gear manager..
fOmey said:
This method will list ALL the apps & widgets on the gear in gear manager..
Click to expand...
Click to collapse
This is how the Google search app is showing in Gear Manager.... The google icon or the voice search icon doesnt appear there no matter what i do.
https://db.tt/GRDEAQfp
ajnicho said:
This is how the Google search app is showing in Gear Manager.... The google icon or the voice search icon doesnt appear there no matter what i do.
https://db.tt/GRDEAQfp
Click to expand...
Click to collapse
Broken link.
fOmey said:
Broken link.
Click to expand...
Click to collapse
Sorry... https://www.dropbox.com/s/rhzw8lyu2iklmkx/Screenshot_2014-01-12-02-58-01.png
ajnicho said:
Sorry... https://www.dropbox.com/s/rhzw8lyu2iklmkx/Screenshot_2014-01-12-02-58-01.png
Click to expand...
Click to collapse
I just installed google now, Did the method I posted:
It appears it actually added the widget onto the list ! LOL.. instead of a shortcut to the app.. Very strange, cool tho !
You can interact with it also.. which is cool.
fOmey said:
If someone could confirm this working on the latest gear manager, would be appreciated.
Click to expand...
Click to collapse
I have tested it with version 1.6.111801of Galaxy gear manager and N9005 Note3 on X-Note 5.0 Custom Rom
it works well , thanks for the finding :good:
fOmey said:
I just installed google now, Did the method I posted:
It appears it actually added the widget onto the list ! LOL.. instead of a shortcut to the app.. Very strange, cool tho !
You can interact with it also.. which is cool.
Click to expand...
Click to collapse
Yeah, it works fine like but it's ugly, lol. Would much prefer the Google voice search icon in my favourites, i've tried everyhing - cant figure out why its doing this.
ajnicho said:
Yeah, it works fine like but it's ugly, lol. Would much prefer the Google voice search icon in my favourites, i've tried everyhing - cant figure out why its doing this.
Click to expand...
Click to collapse
Ever hear the saying beggars cant be choosers..
I did further research and it appears that the search & google now apps are being detected as widgets.. not entirely sure why, If I have time to dig a layer deeper I will..
My suggestion is to try manually editing the wapplist.xml and changing the search & now entry's.. or simply adding two additional new ones which will point to the apps themselves.
On another note this method actually allows other custom widgets to be used on the touchwiz launcher also, which is pretty cool.. I know it worked fine for zooper widget... I dont see why it wouldnt work for others also !
fOmey said:
Ever hear the saying beggars cant be choosers..
I did further research and it appears that the search & google now apps are being detected as widgets.. not entirely sure why, If I have time to dig a layer deeper I will..
My suggestion is to try manually editing the wapplist.xml and changing the search & now entry's.. or simply adding two additional new ones which will point to the apps themselves.
On another note this method actually allows other custom widgets to be used on the touchwiz launcher also, which is pretty cool.. I know it worked fine for zooper widget... I dont see why it wouldnt work for others also !
Click to expand...
Click to collapse
Oh yeah, i know I know.... I wont be a begger for much longer.... I'll be donating shortly, thanks for your hard work
ajnicho said:
Oh yeah, i know I know.... I wont be a begger for much longer.... I'll be donating shortly, thanks for your hard work
Click to expand...
Click to collapse
THATS WHERE YOUR WRONG, BEGGERS CAN BE CHOOSERS ! OTHERWISE THE DEVELOPMENT SCENE WOULD BE NON-EXISTENT.
I think I might have figured it out:
Replace the "Google Search" entry wapplist.xml to the following:
Code:
<item>
<AppName>Google Search</AppName>
<PackageName>com.google.android.googlequicksearchbox</PackageName>
<ClassName>com.google.android.googlequicksearchbox.SearchActivity</ClassName>
<ImageFileName>com.google.android.googlequicksearchbox.SearchActivity.png</ImageFileName>
<SettingFileName>null</SettingFileName>
<IsAppWidget>false</IsAppWidget>
<PreLoad>true</PreLoad>
<PreCheckSettingsCondition>false</PreCheckSettingsCondition>
</item>
For "Google Voice Search" add the following:
Code:
<item>
<AppName>Google Voice Search</AppName>
<PackageName>com.google.android.googlequicksearchbox</PackageName>
<ClassName>com.google.android.googlequicksearchbox.VoiceSearchActivity</ClassName>
<ImageFileName>com.google.android.googlequicksearchbox.VoiceSearchActivity.png</ImageFileName>
<SettingFileName>null</SettingFileName>
<IsAppWidget>false</IsAppWidget>
<PreLoad>true</PreLoad>
<PreCheckSettingsCondition>false</PreCheckSettingsCondition>
</item>
If anyone has any further requests, I will look into them for you.
Related
I've been dabbling around with making text icons, so if anyone has any requests, i'll start making them for you. All i'm going to need is what you want them to look like, and a list of icons you want made. I.E. "Google Talk", "Google Mail", "Web Browser" and goodies like that. I'm also gonna need to know how you want things said, so make sure you spell it EXACTLY as you want it for your text icon.
TEAM VIPER!
Nice. The cake-decorator of this surge of chef work, putting the icing on the cake!
Someone made some genericicons not too long ago. I liked that he had some catch-alls like wife, hubby, gf bf, etc.
Look forward to seeing your work.
Sent from my fully armed and operational Epic using XDA App
Icons
Maybe you guys can help me out... I've been looking for these icons and can't find them nowhere, if you can help
Big thanks
{
"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"
}
SwimDrewid said:
Nice. The cake-decorator of this surge of chef work, putting the icing on the cake!
Someone made some genericicons not too long ago. I liked that he had some catch-alls like wife, hubby, gf bf, etc.
Look forward to seeing your work.
Sent from my fully armed and operational Epic using XDA App
Click to expand...
Click to collapse
Well ...give me a list of what you want, and i'll make em up, and tell me what you want them to look like ...if you want a specific font, let me know that too
Well since you are asking for specifics, I'll give ya some for a decent starting point. Right now I just use Tallmin icons (all white, since my dock/wallpaper color changes all the time. Thatd be a nice one to base work off of (google it). So nice white or light grey ones with some shadows would be nice.
Font? I don't know it all depends on the user and which font they flashed over. Haha. I think personally Russel squared would look nice (one of the ones included in the font changing thread) or any other ones that were in that thread. After all, those are the ones most people out there are using as their system fonts, so having them match wouldn't be a bad thing
Edit: Oh and as for which ones to make, Id take all the standards, Web browser, File Manager, Music Player, Call Dialer, Open Games, Open Navigation, Google Maps, SetCPU, Google Inbox (Or Google Mail, Gmail, etc etc) Text Messaging, Android Market, Take Pictures (or open camera) idk, like I said I use the tallmin ones, they would give you alot of good ideas for examples too, seeing as most of those icon packs have ALOT of different ones.
bobbyblack said:
Maybe you guys can help me out... I've been looking for these icons and can't find them nowhere, if you can help
Big thanks
View attachment 436226
Click to expand...
Click to collapse
These might be it
http://forum.xda-developers.com/showthread.php?t=797194
EDITED:...I think those were created by a member who's account had been disabled, not sure if cause he was charging, could be 100% wrong about that, but am not wrong about Ultralinx's account being disabled, therefore the icons no longer being available, at least through this community!...lol nvmd, i found them
http://forum.xda-developers.com/showthread.php?p=8317505...enjoy!
im using the dreamlyfe letters but if you somehow could create one that looks the same for xda forum that'd be cool
JungleJiujitsu said:
These might be it
http://forum.xda-developers.com/showthread.php?t=797194
EDITED:...I think those were created by a member who's account had been disabled, not sure if cause he was charging, could be 100% wrong about that, but am not wrong about Ultralinx's account being disabled, therefore the icons no longer being available, at least through this community!...lol nvmd, i found them
http://forum.xda-developers.com/showthread.php?p=8317505...enjoy!
Click to expand...
Click to collapse
Thnks a lot, my seach has ended. Because the link must be down, or I don't know how to load it.
Edit; I must don't kmow how to load from 2Shared, tried and tried and nothing
Here the link: http://www.2shared.com/file/batLkSPc/mirror_white.html
If somebody knows how thanks and can you post a mirror.
bobbyblack said:
Thnks a lot, my seach has ended. Because the link must be down, or I don't know how to load it.
Edit; I must don't kmow how to load from 2Shared, tried and tried and nothing
Here the link: http://www.2shared.com/file/batLkSPc/mirror_white.html
If somebody knows how thanks and can you post a mirror.
Click to expand...
Click to collapse
at the very bottom click where it says "click here" next to save to PC, I know its a lil confusing took me a good 5mins to figure it out!
bobbyblack said:
Thnks a lot, my seach has ended. Because the link must be down, or I don't know how to load it.
Edit; I must don't kmow how to load from 2Shared, tried and tried and nothing
Here the link: http://www.2shared.com/file/batLkSPc/mirror_white.html
If somebody knows how thanks and can you post a mirror.
Click to expand...
Click to collapse
Yeah, I know. I tried that about ten times and a no go.
bobbyblack said:
Yeah, I know. I tried that about ten times and a no go.
Click to expand...
Click to collapse
At the very bottom right above "Download 2shared toolbar" link works, I just click and install a 2nd copy of it!
My bad for taking so long... I've been working on cooking a rom and totally forgot to check this thread lol... ill get to work on the text icons asap.
Sent From The Beast Inside My Pocket. Team Viper.
JungleJiujitsu said:
At the very bottom right above "Download 2shared toolbar" link works, I just click and install a 2nd copy of it!
Click to expand...
Click to collapse
I know Bro! It wasn't working for me yesterday, but it work today. Don't know why but "ITS ALL GOOD NOW" Thanks for all your help
n00b alert!!
okay so how do i install the icons? i downloaded the ones from the 2shared link.. i thought it was gonna be a zip file so i can install thru clockwork.. but i guess icons use a different method.. where do i copy the icons to? thanks..
y2bangali said:
n00b alert!!
okay so how do i install the icons? i downloaded the ones from the 2shared link.. i thought it was gonna be a zip file so i can install thru clockwork.. but i guess icons use a different method.. where do i copy the icons to? thanks..
Click to expand...
Click to collapse
You need Launcher Pro and what you do is long press on the desktop>select shortcuts>applications>(Now you select the app you wanna place on your desktop)>then you should see a "Edit Shortcut" window and you can now "touch the icon to change" which will bring up the gallery and you should be able to see the folder containing the text icons. Navigate to the one you want to replace the default icon, hit OK and thats it!(Remember to erase the name under the icon in the "Edit Shortcut"). I created a folder on the root of my SD Card and named it "Icons" and I place all my icon folders in there and they always show up in the gallery whenever I go to replace the default icon! You do the same for the dock icons, just long press and follow the on screen menu's.
Edit: Nevermind, I used a file manager and finally found it. Sneaky Lil picture it is.
Ok. I want the Samsung Epic (touchwiz) application icon. If u could find it, that would be great
Sent from my Android Device using XDA App
signals23 Colorize Widget
Big credit to SnowBEE for this APK.
03.10.11 - Updated OG version and FULL version to 0.8.4 Pro Trial. BOTTOM to follow soon.
NOTES:
There are plenty of bugs, just like with the Market version. I can't fix these problems. Unable to login to Twitter/FB, Missing FB and Twitter photos, missing calendar settings button, Timeline posts are out of order, etc. I will keep these updated as SnowBEE updates.
Only works on certain Launchers, check here.
Only the one widget is shown in the screenshots, but all widgets are themed
All of my APK's are resigned by me, which is why you will need to uninstall SnowBEE's version before installing mine. Refer to the installation instructions at the bottom of this post.
All themes are contained in one APK file. You can change the theme by selecting the settings button on any of the widgets.
DOWNLOAD ORIGINAL SIZE APK
DOWNLOAD FULL SCREEN APK
(Same as below, only full screen. If you have a gap at the top of your screen, check the settings in your launcher)
DOWNLOAD BOTTOM APK
(Same as below, only full screen with the controls on the bottom. If you have a gap at the top of your screen, check the settings in your launcher)
{
"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"
}
INSTALLATION INSTRUCTIONS
IF YOU'VE NEVER INSTALLED COLORIZE WIDGET BEFORE:
Download one of the apk's from here and copy to your SDcard
Use eStrongs, Astro or any APK installer to install on phone
IF YOU HAVE THE MARKET VERSION OF COLORIZE WIDGET INSTALLED:
Uninstall Colorize Widget through Market or Settings->Applications
Download one of the apk's from here and copy to your SDcard
Use eStrongs, Astro or any APK installer to install on phone
IF YOU HAVE A PREVIOUS VERSION OF THESE THEMES INSTALLED:
Download one of the apk's from here and copy to your SDcard
Use eStrongs, Astro or any APK installer to install on phone
-Reserved-
Trying to use them over your LauncherPro 0.8.2 and it says "Launcher not supported". Maybe they look for Fede's package, signature or whatever?
Great job. They look amazing.
ishkarioth said:
Trying to use them over your LauncherPro 0.8.2 and it says "Launcher not supported". Maybe they look for Fede's package, signature or whatever?
Great job. They look amazing.
Click to expand...
Click to collapse
Thanks. He says it's for GoLauncher, ADW, etc. I don't think LPP is supported yet. Prolly because LPP has its own widgets. I got the same error so had to test them on Go and ADW.
Sent from my HERO200 using XDA App
Glad to see my Gingerbread skins taking on a new incarnation...nice work as always!
Benny879 said:
Glad to see my Gingerbread skins taking on a new incarnation...nice work as always!
Click to expand...
Click to collapse
Sorry Benny. There are so many versions now, even I forget! Props to Benny for the Gbread themes!
Sent from my HERO200 using XDA App
Updated the OP. Added full screen version.
The login screen for facebook doesn't work for me. Hit login and it starts to load the facebook screen then backs out of it. Anyone else get this? Using ADW.
Sent from my SCH-I500 using Tapatalk
smstutler said:
The login screen for facebook doesn't work for me. Hit login and it starts to load the facebook screen then backs out of it. Anyone else get this? Using ADW.
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Yeah, I'm getting problems too. Twitter as well. Even on the original unchanged apk. I'm looking in to it.
signals23 said:
Yeah, I'm getting problems too. Twitter as well. Even on the original unchanged apk. I'm looking in to it.
Click to expand...
Click to collapse
I'm thinking it is because there is some remains for the stock version someplace. I redid my rom with complete wipes and it works fine now.
smstutler said:
I'm thinking it is because there is some remains for the stock version someplace. I redid my rom with complete wipes and it works fine now.
Click to expand...
Click to collapse
That's weird because you think a data wipe on the program would do the trick. I just tried it and it still isn't working. Still looking...
As soon as I get caught up on all my bills I will make a donation to you. I def love the work you have done with this as well as on LPP. And maybe someday hope to see a color option for the nextang theme.
smstutler said:
As soon as I get caught up on all my bills I will make a donation to you. I def love the work you have done with this as well as on LPP. And maybe someday hope to see a color option for the nextang theme.
Click to expand...
Click to collapse
Thanks man. I'll take a look at Nextang.
I resolved the login issue, my emulator needed to be restarted because it lost internet connection. So it wasn't the apk, not for me anyway.
Great work on this Man!
Well I've the twitter error... It seems that I'm correctly logged in, as I was able to tweet something... But I'm not able to see any tweet from the widget.
Any idea ?
Thanks!
areicko said:
Well I've the twitter error... It seems that I'm correctly logged in, as I was able to tweet something... But I'm not able to see any tweet from the widget.
Any idea ?
Thanks!
Click to expand...
Click to collapse
I got that too. It just kept cycling between the "allow" webpage and the widget settings. I get it on the original apk too. I've only played with this thing for 2 days, so I'll have to see if I can fix it or if the dev is trying to fix it.
Stay tuned.
smstutler said:
The login screen for facebook doesn't work for me. Hit login and it starts to load the facebook screen then backs out of it. Anyone else get this?
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
+1 my friend
Any news with facebook widget my friend?
zoom8 said:
Any news with facebook widget my friend?
Click to expand...
Click to collapse
Still working on it.
zoom8 said:
Any news with facebook widget my friend?
Click to expand...
Click to collapse
Two things, which may seem very stupid, your data service is working when trying to login, correct? And, try wiping data from the application then login again.
Let me know. I'm trying to fix a problem that the original dev hasn't responded to yet.
Hello people, I'm going to show you how to enable those Gimmicky features from S5 which were removed from the Note 4 like Air Gesture.
1. Download this app: https://play.google.com/store/apps/details?id=com.sika524.android.quickshortcut
2. Choose Activities tab
3. Scroll until you find Settings
4. Open the activity by trying it as shown on screenshots below:
1) For Air Gesture
{
"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"
}
PRESS ON THE RECTANGULAR-SHAPED ACTIVITY AND THEN PRESS TRY FROM THERE, THIS WILL OPEN UP:
2) For Air View
PRESS ON THE RECTANGULAR-SHAPED ACTIVITY AND THEN PRESS TRY FROM THERE, THIS WILL OPEN UP:
You can check and uncheck to your preference, but yes Note 4 got same sensors as S5, in order to enable Quick Glance you need apk from the S5 and that ensures you must be rooted.
henrylife said:
Hello people, I'm going to show you how to enable those Gimmicky features from S5 which were removed from the Note 4 like Air Gesture.
1. Download this app: https://play.google.com/store/apps/details?id=com.sika524.android.quickshortcut
2. Choose Activities tab
3. Scroll until you find Settings
4. Open the activity by trying it as shown on screenshots below:
1) For Air Gesture
PRESS ON THE RECTANGULAR-SHAPED ACTIVITY AND THEN PRESS TRY FROM THERE, THIS WILL OPEN UP:
https://dl-web.dropbox.com/get/Public/airgesture/Screenshot_2014-11-15-02-34-36.png?
_subject_uid=52382366&w=AACDwLhvLMMGA33UwpFdoeSrD69OHkRlyUL7jXwCb369-Q
2) For Air View
PRESS ON THE RECTANGULAR-SHAPED ACTIVITY AND THEN PRESS TRY FROM THERE, THIS WILL OPEN UP:
You can check and uncheck to your preference, but yes Note 4 got same sensors as S5, in order to enable Quick Glance you need apk from the S5 and that ensures you must be rooted.
Click to expand...
Click to collapse
hi the pictures dont show up for some reason its just a small box with an x in it,it would be good if we could get all the apks from the s5 and maybe get everything working...thanks for the guide...:good:
simonhcai said:
hi the pictures dont show up for some reason its just a small box with an x in it,it would be good if we could get all the apks from the s5 and maybe get everything working...thanks for the guide...:good:
Click to expand...
Click to collapse
Resizing them already and will fix up the guide.
EDIT: FIXED
henrylife said:
Resizing them already and will fix up the guide.
EDIT: FIXED
Click to expand...
Click to collapse
Thanks I did it all but no joy,there is a lot of stuff that's been left off by Samsung hope I can find some apks to test it that way instead many thanks for all your help..
Its been believed that this files were left out of some carriers or versions.
Heres an idea ive been floating around.
How about if OP if rooted can pack up those files in a noce lil download link and well install em as such.
Not that dificult simple as
Click link.
Dowload file
install file
enjoy.
Have an espresso
Where to get the S5 apk for note 4?
amlunx said:
Where to get the S5 apk for note 4?
Click to expand...
Click to collapse
I think you mean.
"Can one of the kind rooted people bundle up the files in a zip for us to install as apk's"
Kind of like page 2/3 of the mont blanc pens dl link.
evoxsin said:
Its been believed that this files were left out of some carriers or versions.
Heres an idea ive been floating around.
How about if OP if rooted can pack up those files in a noce lil download link and well install em as such.
Not that dificult simple as
Click link.
Dowload file
install file
enjoy.
Have an espresso
Click to expand...
Click to collapse
Well this NOTE 4 ain't mine and I need permission first to be able root that, then I can test further, reimplementing S-Pause and S-Scroll shouldn't be hard either, some smali work
But well, your point is good. Hehe if I get permission to root it, then ROM will be coming also with tons of unlocked content
henrylife said:
Hello people, I'm going to show you how to enable those Gimmicky features from S5 which were removed from the Note 4 like Air Gesture.
1. Download this app: https://play.google.com/store/apps/details?id=com.sika524.android.quickshortcut
2. Choose Activities tab
3. Scroll until you find Settings
4. Open the activity by trying it as shown on screenshots below:
1) For Air Gesture
PRESS ON THE RECTANGULAR-SHAPED ACTIVITY AND THEN PRESS TRY FROM THERE, THIS WILL OPEN UP:
2) For Air View
PRESS ON THE RECTANGULAR-SHAPED ACTIVITY AND THEN PRESS TRY FROM THERE, THIS WILL OPEN UP:
You can check and uncheck to your preference, but yes Note 4 got same sensors as S5, in order to enable Quick Glance you need apk from the S5 and that ensures you must be rooted.
Click to expand...
Click to collapse
You for got Smart Scroll and Smart Pause. On another note thanks for the heads up on quick glance I was only missing that
Hi bro how to active smart pause on note 4...please tell me?
Is there Air Command in that shortcut hack? I would really like being able to trigger Air Command from an app link without using SPen.
willstay said:
Is there Air Command in that shortcut hack? I would really like being able to trigger Air Command from an app link without using SPen.
Click to expand...
Click to collapse
NO only air gestures and air view
evoxsin said:
I think you mean.
"Can one of the kind rooted people bundle up the files in a zip for us to install as apk's"
Kind of like page 2/3 of the mont blanc pens dl link.
Click to expand...
Click to collapse
i did enable all the settings you said but still air gesture not working
But You said in order to enable Quick Glance you need apk from the S5 and that ensures you must be rooted
my device is rooted but i dont know which S5 apk you talking about
amlunx said:
i did enable all the settings you said but still air gesture not working
But You said in order to enable Quick Glance you need apk from the S5 and that ensures you must be rooted
my device is rooted but i dont know which S5 apk you talking about
Click to expand...
Click to collapse
Oddly it worked for me I can receive the call by waving my hand, I can move forward at pictures in gallery again by waving hand like on previous Galaxy phones
Quick Glance zip added, now modifying Settings apk for rooted users
henrylife said:
Quick Glance zip added, now modifying Settings apk for rooted users
Click to expand...
Click to collapse
Its not APK file. how i am suppose to use that QuickGlance file?
amlunx said:
Its not APK file. how i am suppose to use that QuickGlance file?
Click to expand...
Click to collapse
Flash it in recovery or extract apk from there...
i enable all settings but nothing work...did you finger wiew work for you ?
sugar 7 said:
i enable all settings but nothing work...did you finger wiew work for you ?
Click to expand...
Click to collapse
Yes.
so you are luky !
I m rooted...and I flash ur zip...enable all features...no work...what can I do ?
in activity sfinger ...
And this is done but no work
Hi guys. This is my first app and first thread, so be gentle =)
{
"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"
}
TaskerAuto
TaskerAuto allows you to run Tasker tasks from your headunit. That's pretty much it.
I have some home automation gear at home and wanted to open my garage door from the headunit. I already had a Tasker task to do it, so why not be able to run any task from Android Auto?
If you use something like Home Assistant, it means you can do basically anything with your home automation from your car.
How to use:
1. Open TaskerAuto on your phone and select which tasks you want to be available in-car.
2. Have developer mode enabled in Android Auto.
3. Click on the little gauge icon in Auto (on far right) and select TaskerAuto.
4. Your list of tasks should appear. Clicking a task will run it.
Thanks to Emil Borconi from this thread for helping me get the app to run in the last tab.
EDIT: For some reason I can't attach files. Google Drive Link. Puu.sh Mirror
Great idea!
I'll check it. :good:
However, I have another "complementary" idea: Use some Bluetooth hot number in the phonebook for triggering Tasker actions. With this you can also trigger the same actions "dialing" the code... Useful when the AA is not running.
If you like to include also this other function, please contact with me (I have one indirect mode to do it).
---------- Post added at 03:29 PM ---------- Previous post was at 03:15 PM ----------
MostoX said:
1. Open TaskerAuto on your phone and select which tasks you want to be available in-car.
Click to expand...
Click to collapse
Hi!
I use other tools compatible with Tasker. It's this App working as a Tasker plug-in, or it can only work with Tasker?
I ask this because I don't see anything when I open this App.
Thanks for the idea, and sorry it's not working for you =(
I'm using the query described here:
tasker.dinglisch.net/contentprovider.html
to retrieve the list of tasks. So it's not really running as a plugin, and it may only work with Tasker.
MostoX said:
Thanks for the idea, and sorry it's not working for you =(
I'm using the query described here:
tasker.dinglisch.net/contentprovider.html
to retrieve the list of tasks. So it's not really running as a plugin, and it may only work with Tasker.
Click to expand...
Click to collapse
OK, thank you for sharing it.
One suggestion: You like to incorporate an alternative mode to trigger actions? For example sending a broadcast EVENT or similar? For example, see the documentation of Tasker plugins: http://tasker.dinglisch.net/plugins-intro.html
One option is create a "Event Plugin" and add to your App a list of actions (Action1, Action2, etc.), then any user can link these actions to Tasker Events in any compatible App.
For example, try these two free Apps compatible with Tasket plugins:
https://play.google.com/store/apps/details?id=com.llamalab.automate
https://play.google.com/store/apps/details?id=com.bartat.android.robot
You agree?
Hi @MostoX,
Any option to upgrade your source code supporting Tasker "Event Plugin"?
manos78 said:
Hi @MostoX,
Any option to upgrade your source code supporting Tasker "Event Plugin"?
Click to expand...
Click to collapse
Sorry manos I don't have time to do that. But if you'd like to take a look at it, I can put the source up somewhere. It's very simple.
MostoX said:
Sorry manos I don't have time to do that. But if you'd like to take a look at it, I can put the source up somewhere. It's very simple.
Click to expand...
Click to collapse
Ok. Then, please craete a GitHub account an put your project there. Then we can do some mods for improving it.
You agree?
Hi again,
Code can be found here: https://github.com/IVData/TaskerAuto
Dude, thank you! :good::good::good:
Hi, when I run the app, there is no list of tasks, it's just blank. Any idea why? Tasker is definately running (there are active tasks).
Pierreken said:
Hi, when I run the app, there is no list of tasks, it's just blank. Any idea why? Tasker is definately running (there are active tasks).
Click to expand...
Click to collapse
Allow external access in Tasker settings.
Gesendet von meinem SM-G950F mit Tapatalk
dft601 said:
Allow external access in Tasker settings.
Gesendet von meinem SM-G950F mit Tapatalk
Click to expand...
Click to collapse
Thank you, that solved the issue with the list.
I also had to change some settings in the developer menu to get the tasks to show up in the car menu. Working great now.
I love your app!
Improvement suggestion:
Automatically change the colors of the task list with day/night time. During the night the white is extremely bright on the screen.
Pierreken said:
Thank you, that solved the issue with the list.
I also had to change some settings in the developer menu to get the tasks to show up in the car menu. Working great now.
I love your app!
Click to expand...
Click to collapse
Hi,
The tasks are not showed in my car menu.
I can't realize this step :
3. Click on the little gauge icon in Auto (on far right) and select TaskerAuto.
In which application ?
"I also had to change some settings in the developer menu to get the tasks to show up in the car menu."
Could you indicate the details of the modifications in the developper parameters.
Thanks for your help.
dpm62980 said:
Hi,
The tasks are not showed in my car menu.
I can't realize this step :
3. Click on the little gauge icon in Auto (on far right) and select TaskerAuto.
In which application ?
"I also had to change some settings in the developer menu to get the tasks to show up in the car menu."
Could you indicate the details of the modifications in the developper parameters.
Thanks for your help.
Click to expand...
Click to collapse
The shortcut is the one on the far right in the bottom black navigation bar. See picture below:
http://www.vwcarnetconnect.com/images/android-auto-os.png
These are the settings I have enabled in the developers menu (translated from dutch so may be slightly different):
- Application mode: developer
- Disable ANR check
- Unknown sources
Pierreken said:
The shortcut is the one on the far right in the bottom black navigation bar. See picture below:
These are the settings I have enabled in the developers menu (translated from dutch so may be slightly different):
- Application mode: developer
- Disable ANR check
- Unknown sources
Click to expand...
Click to collapse
Hi Pierreken,
Thank you vey much for your help.
All is ok now. I can use this useful app.
Thanks a lot.
Thanks fot the app.
But after the last Android auto update.. it's not longer showing under the shortcut, instead shows an app list for AA.
Thank you and sorry for my english
I found android auto (official not available in the netherlands, but got apk mirror), understanding you can build plugins for it... thats how i found this tread. Sounds like a great plugin.
Toke a while until i found out how to enable developer mode for android auto in the newest version.
https://developer.android.com/training/auto/testing/index.html#phone
so.. you have to tab the header 10 times in the about screen before the menu option is available.
however now thats done.. tasker is open.. task is selected in the app... but no option/plugin/shortcut is available inside the dashboard of android auto. Is it only available on the screen of your car, or should it also be available on your phone display (i only have the last one).
Or is the plugin not working with the most recent version of android auto?
I want to run a navigation program in phone, and then run android auto mirroring code, so to have one android auto shortcut to make both..
Can i do this somehow with this?
Thanks,
Sent from my Note 8 using XDA Labs
I cant seem to get this menu to appear? i have developer mode enabled, disabled ANR and enabled unknown sources, but when i click the icon on the far right i only see return to chevy mylink button. nothing else.
I have a samsung s8 non root if that matters.
any help would be great, as i cannot seem to get any unknown source android auto apps to work.
I put together a little app for Android Auto that can show a single widget:
{
"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"
}
Update v0.2.0: fullscreen mode
Installation
In the Android Auto app open the Hamburger menu.
Open About.
Tap "About Android Auto" header 10 times, until "Developer mode enabled" toast appears.
Tap dots on the top right of the screen.
Select "Developer settings" from the menu and enable "Unknown sources".
Usage
Open the app and select a widget to display
Connect your device to your head unit and select "Widgets" on the OEM Tab
Download
Dropbox
Github
Changelog
v0.2.3
* New application ID to circumvent blacklisting of old ID by Google in Android Automotive. For existing users this unfortunately means that you have to configure your widget inside the app again (old version should be uninstalled).
v0.2.2
* fix for devices with system built-in widget picker problems
v0.2.0
* fullscreen mode
v0.1.0
* inital release
Source
Github
ns130291 said:
I put together a little app for Android Auto that can show a single widget:
Installation
In the Android Auto app open the Hamburger menu.
Open About.
Tap "About Android Auto" header 10 times, until "Developer mode enabled" toast appears.
Tap dots on the top right of the screen.
Select "Developer settings" from the menu and enable "Unknown sources".
Usage
Open the app and select a widget to display
Connect your device to your head unit and select "Widgets" on the OEM Tab
Download
Dropbox
Click to expand...
Click to collapse
can do one for android 5/ marshmallow?
Sent from my HUAWEI MT7-TL10 using Tapatalk
Does not install on Samsung A5 with Android 6.0.1
Very cool idea. Works great. Thanks!
@ahhl @shmykelsa
Could you try the new version I uploaded?
ns130291 said:
@ahhl @shmykelsa
Could you try the new version I uploaded?
Click to expand...
Click to collapse
Works now, thanks
This is quite an interesting project. I'm guessing you have an AppWidget in the app and you're proxying the user chosen widget through it, right?
If that's the way, it should also be possible to add some other provider info XMLs, to let people choose, say, up to 5 widgets.
Anyway, I'm definitely going to follow this progress. You should definitely host on Labs.
ns130291 said:
@ahhl @shmykelsa
Could you try the new version I uploaded?
Click to expand...
Click to collapse
ya. can install now.
Sent from my HUAWEI MT7-TL10 using Tapatalk
Zacharee1 said:
This is quite an interesting project. I'm guessing you have an AppWidget in the app and you're proxying the user chosen widget through it, right?
If that's the way, it should also be possible to add some other provider info XMLs, to let people choose, say, up to 5 widgets.
Anyway, I'm definitely going to follow this progress. You should definitely host on Labs.
Click to expand...
Click to collapse
Yes, you're totally right. The user can choose a widget in the app and it gets displayed inside the app. Afterwards I take the widget and show it in the Auto Activity. Therefore, it's no problem to extend this to multiple widgets.
I will look into hosting on XDA Labs.
i test it on waze widget. the widget look stretched out full screen, and not able to show any data
Sent from my HUAWEI MT7-TL10 using Tapatalk
ahhl said:
i test it on waze widget. the widget look stretched out full screen, and not able to show any data
Sent from my HUAWEI MT7-TL10 using Tapatalk
Click to expand...
Click to collapse
Since this is an AppWidget proxy, and it allows you to use widgets not optimized for Android Auto, there's not really anything the developer can do.
More screenshots please this be used with a 'Kustom Widget' I hope ?
itesla said:
More screenshots please this be used with a 'Kustom Widget' I hope ?
Click to expand...
Click to collapse
You can use my app with any widget you have installed - so any widget that can be added to your launcher should be possible.
ns130291 said:
You can use my app with any widget you have installed - so any widget that can be added to your launcher should be possible.
Click to expand...
Click to collapse
Please please please let us add more widgets. Already, years have gone by and the developer support for optimized apps just isn't as robust as promised by now.
Also, phone can't open the apk file. Pixel 2XL 8.1
Thanks OP! Looks cool. However I am unable to install it on Pixel OG 8.1. Is Android O not supported? Thanks!
rockingondrums said:
Please please please let us add more widgets. Already, years have gone by and the developer support for optimized apps just isn't as robust as promised by now.
Also, phone can't open the apk file. Pixel 2XL 8.1
Click to expand...
Click to collapse
I had the same problem when trying to install the APK from the download page. Open up a file manager and install it that way, it worked for me.
Thank you for this! Endless possibilities with KustomWidget and Tasker!
Rough copy from my phone homescreen......
RED ZMAN said:
I had the same problem when trying to install the APK from the download page. Open up a file manager and install it that way, it worked for me.
Click to expand...
Click to collapse
I tried that with amaze file manager, it didn't work. I tried to also open it in Dropbox but nothing opened. I'll keep fiddling with it, let you know
rockingondrums said:
I tried that with amaze file manager, it didn't work. I tried to also open it in Dropbox but nothing opened. I'll keep fiddling with it, let you know
Click to expand...
Click to collapse
Perhaps the file didn't download correctly? Could be corrupt.
I used mix Explorer from the XDA labs and it worked fine. Only problem is I can't get any of the widgets to actually show up in Android auto. I have developer mode open so I can use night mode all the time and set it up for unknown sources but no bueno.
RED ZMAN said:
Perhaps the file didn't download correctly? Could be corrupt.
I used mix Explorer from the XDA labs and it worked fine. Only problem is I can't get any of the widgets to actually show up in Android auto. I have developer mode open so I can use night mode all the time and set it up for unknown sources but no bueno.
Click to expand...
Click to collapse
Go to the OEM tab in Auto on your car (the one where you'd normally see a "Return to <Whatever>" button), and you'll see a bunch more stuff there.