Hey, i'm opening this thread since i've noticed that some other threads are used to talk about this.
As i have already mentioned it should be possible to show the screen content via http using my app (https://github.com/nerone-github/WebViewAuto) (or any other webview app to be exact).
Basically we need something which can pass user input (tap) from Car -> Phone, and the Image from Phone -> Car.
Now at least i can confirm that the second - Image Phone -> Car is not a big deal. It even works without root using this wonderful application
https://play.google.com/store/apps/details?id=info.dvkr.screenstream
https://github.com/dkrivoruchko/ScreenStream
Now all we need is the input. So anyone got an idea how to do that?
I know that this is basically "against" the Android Auto concept of providing a distraction-free UI. But ultimately this will probably never be an easy thing to do, and probably just used by experienced and hopefully responsible drivers.
{
"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"
}
Good idea for creating this thread..
Let's hope for a good solution!
I would like to see Navigon navigation in car screen, very much..
Sent from my SM-N910F using XDA-Developers Legacy app
ktwo said:
Hey, i'm opening this thread since i've noticed that some other threads are used to talk about this.
As i have already mentioned it should be possible to show the screen content via http using my app (https://github.com/nerone-github/WebViewAuto) (or any other webview app to be exact).
Basically we need something which can pass user input (tap) from Car -> Phone, and the Image from Phone -> Car.
Now at least i can confirm that the second - Image Phone -> Car is not a big deal. It even works without root using this wonderful application
https://play.google.com/store/apps/details?id=info.dvkr.screenstream
https://github.com/dkrivoruchko/ScreenStream
Now all we need is the input. So anyone got an idea how to do that?
I know that this is basically "against" the Android Auto concept of providing a distraction-free UI. But ultimately this will probably never be an easy thing to do, and probably just used by experienced and hopefully responsible drivers.
Click to expand...
Click to collapse
If i understood well, you succeed to have mirroring screen of the phone to the car with the above app? At least to see the screen, without tapping.
Can you write some details to try? What should write to the address bar of WebViewauto, and what settings to screen stream over http app?
You did this without using internet data?
If this work, it is very useful although not full mirroring.
Thanks,
Sent from my SM-T700 using XDA-Developers Legacy app
sosimple said:
If i understood well, you succeed to have mirroring screen of the phone to the car with the above app? At least to see the screen, without tapping.
Can you write some details to try? What should write to the address bar of WebViewauto, and what settings to screen stream over http app?
You did this without using internet data?
If this work, it is very useful although not full mirroring.
Thanks,
Sent from my SM-T700 using XDA-Developers Legacy app
Click to expand...
Click to collapse
Just use the IP and port you see in the screen stream app. If you're not connected to Wifi you can probably use 127.0.0.1 or localhost
All I really want is some way to use Android Auto without having to use Google Play Music -- it's horrendous.
tomiga said:
All I really want is some way to use Android Auto without having to use Google Play Music -- it's horrendous.
Click to expand...
Click to collapse
Oftopic what you ask.. Try player pro. It support android auto now. It is better..
Sent from my SM-T700 using XDA-Developers Legacy app
Yeah, or use try my app if you want something nicer without annoying nag screens when choosing music https://github.com/nerone-github/UnleashedAudioPlayer
Topic: Ive also noticed that there is no Audio
so
Video
Input
Audio
ktwo said:
Topic: Ive also noticed that there is no Audio
so
Video
Input
Audio
Click to expand...
Click to collapse
Yes.. I noticed the same..
Sent from my SM-N910F using XDA-Developers Legacy app
ktwo said:
Yeah, or use try my app if you want something nicer without annoying nag screens when choosing music https://github.com/nerone-github/UnleashedAudioPlayer
Topic: Ive also noticed that there is no Audio
so
Video
Input
Audio
Click to expand...
Click to collapse
i lost volume control when using your unleashedAudioplayer. something youtube auto experiencing too, but yta manage to solve it
Sent from my HUAWEI MT7-TL10 using Tapatalk
---------- Post added at 08:46 PM ---------- Previous post was at 08:42 PM ----------
ktwo said:
Yeah, or use try my app if you want something nicer without annoying nag screens when choosing music https://github.com/nerone-github/UnleashedAudioPlayer
Topic: Ive also noticed that there is no Audio
so
Video
Input
Audio
Click to expand...
Click to collapse
on non touch screen, unleashedAudio difficult to use. i prefer Spotify interface. simple
Sent from my HUAWEI MT7-TL10 using Tapatalk
unleashedAudio works perfectly - with touchscreen! getting better and better
Wip
Mirror working, no input for now.
imgur.com/a/S5nuo
Nothing really new. Or is at least audio working?
ktwo said:
Nothing really new. Or is at least audio working?
Click to expand...
Click to collapse
yes full mirror
So what server are you using?^^
Mirror + multitouch input (root) + minilauncher, (no back key yet):
github.com/slashmax/AAMirror
slash_m_a_x said:
Mirror + multitouch input (root) + minilauncher, (no back key yet):
github.com/slashmax/AAMirror
Click to expand...
Click to collapse
It sounds good but can you describe it in more detail that everyone can understand it? The links to the regarding apps would be very helpful and maybe some screenshots. Thanks in advance.
I try this solution from OP in my car and it's working. I see my lockscreen and, if I unlock my phone, the writing "Android auto" with black background.
The problem is that AA overlays other apps and I don't have the ability to use Android normally. I try to disable the option that AA display over other apps but then AA always starts with configuration wizard.
Unfortunately, so far it's not a solution.
AndroidenKalle said:
I try this solution in my car and it's working. I see my lockscreen and, if I unlock my phone, the writing "Android auto" with black background.
The problem is that AA overlays other apps and I don't have the ability to use Android normally. I try to disable the option that AA display over other apps but then AA always starts with configuration wizard.
Unfortunately, so far it's not a solution.
Click to expand...
Click to collapse
Use the integrated mini launcher to launch apps (lower left button).
I'll try getting back and menu button to work, but that will require root also.
Didn't test on phone with software buttons.
slash_m_a_x said:
Use the integrated mini launcher to launch apps (lower left button).
I'll try getting back and menu button to work, but that will require root also.
Didn't test on phone with software buttons.
Click to expand...
Click to collapse
Sorry, I mean the solution from OP.
I don't test your solution yet. I need to compile it at first. After that you'll get a feedback.
slash_m_a_x said:
Mirror + multitouch input (root) + minilauncher, (no back key yet):
github.com/slashmax/AAMirror
Click to expand...
Click to collapse
OMG!
Works very fine. Audio, video and touch. It's really awesome!
Do you think it's possible to add a button to hide left bar (and android nav bar)?
If I turn off the screen of the phone, the mirroring is disconnected. Is there a way to leave it on?
Related
{
"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"
}
Actually the real name was AnthewaWiFi™ (And there was WiFi™)
This app can Enable / Disable your WiFi in just one Tap.
- Tap on the Application -- it enables your WiFi
- Tap on the Application again -- it disables your WiFi
Easy as that. It will automatically connect to any of your Known WiFi networks (the one in the lists in your WiFi settings)
The Background in the application is randomly chose from your Camera Roll pictures.
Interop were made possible with the big help and hardwork from fiinix in XDA-Developers with his thread here
requirements:
Unlocked WP7 device.
one issue:
-- The WiFi status does not reflect in Settings
future:
-- There will be no UI
nuf said.
Download the XAP file here
And_there_was_WiFi.xap (393.35KB)
That's cool!
Maybe can you implement a live tile that shows the actual status?
And also want something similar for bluetooth
Works Flawlessly. Is it possible to make live tiles based on connection names. Possibly you might like to give one more reason to users to use it over other shortcut apps
I like the idea of the app but sadly it´s not working on my OMNIA 7.
The wifi icon appears in the taskbar but the device doesn´t connect.
Same issue as above, icon appears but no connection.
HTC HD7 with latest updates.
Thanks ..
samnas2 said:
Same issue as above, icon appears but no connection.
HTC HD7 with latest updates.
thanks ..
Click to expand...
Click to collapse
Same on my HD7.
It would be super cool if this would work.
Hopefully it can be fixed.
contable said:
I like the idea of the app but sadly it´s not working on my OMNIA 7.
The wifi icon appears in the taskbar but the device doesn´t connect.
Click to expand...
Click to collapse
samnas2 said:
Same issue as above, icon appears but no connection.
HTC HD7 with latest updates.
Thanks ..
Click to expand...
Click to collapse
Ashe80 said:
Same on my HD7.
It would be super cool if this would work.
Hopefully it can be fixed.
Click to expand...
Click to collapse
I tried simulating your problems where it only enables your WiFi but does not connect
The only reason I found and I could think of is because ...
You don't have any known network in your list
like for example here
Nullstring said:
I tried simulating your problems where it only enables your WiFi but does not connect
The only reason I found and I could think of is because ...
You don't have any known network in your list
like for example here
Click to expand...
Click to collapse
That´s not the reason because I tried it with my home-network.
contable said:
That´s not the reason because I tried it with my home-network.
Click to expand...
Click to collapse
when you connect manually (not using this app) does it connect automatically?
I also tried from my home network.
I found out following.
I start the app. The wlan icon appears but there is no animation. It is greyed out.
Then i got to settings --> wlan and here wlan was simply deactivated.
Maybe a hint.
---------- Post added at 08:51 PM ---------- Previous post was at 08:51 PM ----------
Nullstring said:
when you connect manually (not using this app) does it connect automatically?
Click to expand...
Click to collapse
yes it does.
maybe reason from comment above.
Ashe80 said:
I also tried from my home network.
I found out following.
I start the app. The wlan icon appears but there is no animation. It is greyed out.
Then i got to settings --> wlan and here wlan was simply deactivated.
Maybe a hint.
---------- Post added at 08:51 PM ---------- Previous post was at 08:51 PM ----------
yes it does.
maybe reason from comment above.
Click to expand...
Click to collapse
like what I said in my first post
one issue is that the WiFi toggle bar in Settings is disabled although the WiFi is enabled and it should connect automatically when it has Known Networks.
So you said it does connect when you enable the WiFi manually in Settings, this means you do have Known Networks when you tap on "advanced" button?
Nullstring said:
when you connect manually (not using this app) does it connect automatically?
Click to expand...
Click to collapse
Normally yes, but after using your app not. I have to softreset my device.
It looks like that the app breaks my wifi-connection.
contable said:
Normally yes, but after using your app not. I have to softreset my device.
It looks like that the app breaks my wifi-connection.
Click to expand...
Click to collapse
run the app which will Enable the WiFi then goto Settings then tap the WiFi (grayed) toggle bar. It should open your WiFi connection list again.
anyway, I have to contact fiinix about his DLLImport
so for now
This does not work in HD7 and Omnia7 or probably because of your Custom ROMs
Hi
yes known networks are available. Also my home network.
If i trigger it manually it connects.
If i use the app it does not.
I also had to activate and deactivate wlan several time after using your app, like in comment from contable
Nullstring said:
run the app which will Enable the WiFi then goto Settings then tap the WiFi (grayed) toggle bar. It should open your WiFi connection list again.
anyway, I have to contact fiinix about his DLLImport
so for now
This does not work in HD7 and Omnia7 or probably because of your Custom ROMs
Click to expand...
Click to collapse
For the OMNIA 7 don´t exist custom roms so far. I use a stock rom.
You have a Mozart, right ?
Sn00PiG said:
That's cool!
Maybe can you implement a live tile that shows the actual status?
And also want something similar for bluetooth
Click to expand...
Click to collapse
wpxbox said:
Works Flawlessly. Is it possible to make live tiles based on connection names. Possibly you might like to give one more reason to users to use it over other shortcut apps
Click to expand...
Click to collapse
Hey guys, what WP device do you have?
As your app is based on the dll import project by fiinix it should work on all devices.
Is your device "full-unlocked" ?
contable said:
As your app is based on the dll import project by fiinix it should work on all devices.
Is your device "full-unlocked" ?
Click to expand...
Click to collapse
Yes it is. I am also using a Custom ROM for my Mozart
Nullstring said:
Yes it is. I am also using a Custom ROM for my Mozart
Click to expand...
Click to collapse
I will test it later on the "full-unlocked" HD7 of my wife...
Users should post which device and which rom they´re using.
contable said:
I will test it later on the "full-unlocked" HD7 of my wife...
Click to expand...
Click to collapse
yes please do.
A long time galaxy nexus user here, and since i think facebook 2.0 or 1.9 there have been a random rectangle the pops up when pressing back two times in a row from the firends list. Now i thought it was just my nexus, but now on the One i've been getting it too. Its easy to avoid but still annoying. Using ARHD rom. With latest facebook app.
From sense, I enter the facebook app/ fb messenger app, click the the freinds list / online tab scroll down to see who's online, press back twice to go to home screen then bam! A random reactangle appears. Now i can avoid this by pressing back once and scrolling through the timeline/ conversation list on facebook or anything inbetween the 1st back press and second back press (if you know what i mean)
Anyone at all can reproduce this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EDIT: ive also tried to return to stock and only have facebook installed and I am still reproducing it...
Can anyone help?
Sent from my HTC One using Tapatalk 4 Beta
Have you looked at Facebook settings?
I can't find the option now, but it was "chat heads" or something.
I have no idea what that is, but in response to BenPope, I use chat heads and no they don't do that at all.
It happens to me for some reason. I just open the facebook / messenger app. Click on the friends tab. Press back twice and then a rectangle appears.so strange
Sent from my HTC One using Tapatalk 4 Beta
Can you guts tell me what widgets you're using or your home screen set up ? Thank you!
I tried reproducing what you said, nothing happens. It's odd that you say it happened on your nexus aswell, which would make me think its not a common bug but instead some app that you personally use which is interfering with facebook and causing the rectangle to form. Look around, close background processes and then see if it happens.
And if worst comes to worst..only click the back button....once.
Sent from my HTC One using xda app-developers app
Hmmm you might have a point there. Since i did restore all my previous apps when i went to stock.
Doesn't seem to fix... i even tried using another FB account. .. anyone know of a easy way to embed video here other than youtube so i can show you guys thanks.
johno168 said:
Hmmm you might have a point there. Since i did restore all my previous apps when i went to stock.
Doesn't seem to fix... i even tried using another FB account. .. anyone know of a easy way to embed video here other than youtube so i can show you guys thanks.
Click to expand...
Click to collapse
Do you have any old phone laying around which you do reset and try on without any other apps?
I've seen this before too. It simply means the icon is selected. If we had hardware keys, hitting enter would open it. I don't quite know how to remove it though. Does tapping somewhere other than the icon deselect it?
Bhavpreet said:
Do you have any old phone laying around which you do reset and try on without any other apps?
Click to expand...
Click to collapse
yup my galaxy nexus but I've tried. Might need to fully reset it like lock bootloader and that...
pankakes said:
I've seen this before too. It simply means the icon is selected. If we had hardware keys, hitting enter would open it. I don't quite know how to remove it though. Does tapping somewhere other than the icon deselect it?
Click to expand...
Click to collapse
Yep! Tapping anywhere and it goes away! Thanks
Okay just tried wiping and flashing arhd on my one. Only set up facebook account. (installed through aroma) and problem still exists.random rectangle when pressing back twice from online friends list tab inside fb or fb messenger
Sent from my HTC One using Tapatalk 4 Beta
johno168 said:
yup my galaxy nexus but I've tried. Might need to fully reset it like lock bootloader and that...
Click to expand...
Click to collapse
If youre rooted and got custom recovery, make a nandroid and then factory reset your phone and try it out. Thatll tell you if the app itself has a glitch, or if its because of your setup of the phone
Bhavpreet said:
If youre rooted and got custom recovery, make a nandroid and then factory reset your phone and try it out. Thatll tell you if the app itself has a glitch, or if its because of your setup of the phone
Click to expand...
Click to collapse
I just flashed mike1986's sotck 4.2.2, only set up fb app the was pre installed. verison 2.2. Nothing wrong. Updated to version 3.x and then the rectangle again... hmm
johno168 said:
I just flashed mike1986's sotck 4.2.2, only set up fb app the was pre installed. verison 2.2. Nothing wrong. Updated to version 3.x and then the rectangle again... hmm
Click to expand...
Click to collapse
i have no ideas left ahaha
Bhavpreet said:
i have no ideas left ahaha
Click to expand...
Click to collapse
I just figured out a fix!!!! haha. But i was just wondering if there was a way you guys could show me if your doing the steps correctly to reproduce the problem :/
johno168 said:
I just figured out a fix!!!! haha. But i was just wondering if there was a way you guys could show me if your doing the steps correctly to reproduce the problem :/
Click to expand...
Click to collapse
i tried too..you go to the app, go into friends, then press backspace twice quickly?
Bhavpreet said:
i tried too..you go to the app, go into friends, then press backspace twice quickly?
Click to expand...
Click to collapse
As in the friends list in the top right corner? Yup. I use teh fb messenger app to reporduce it. its faster haha.
So I have a shortcut either in my social folder or just an icon on the main homescreen, open app, slecect the top right corner online firends tab, wait to see the green dots, then press back twice .
Thanks!
Nothing. I did it slow, fast, but nothing happens, I return to the home screen. I just flashed a new ROM as well (paranoid) bit it didn't work on ARHD either. So I'm guessing it definitely has something to do with your phones setup. Something that you had on your nexus and have on this phone as well.
Sent from my HTC One using xda app-developers app
Bhavpreet said:
Nothing. I did it slow, fast, but nothing happens, I return to the home screen. I just flashed a new ROM as well (paranoid) bit it didn't work on ARHD either. So I'm guessing it definitely has something to do with your phones setup. Something that you had on your nexus and have on this phone as well.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
hmm do you have a particular widget set up or anything ? thanks
johno168 said:
hmm do you have a particular widget set up or anything ? thanks
Click to expand...
Click to collapse
on ARHD, i had the google search bar and a 2x2 weather widget and a 2x1 clock widget.
On Paranoid i have the google search bar and the standard google clock.
Has anyone with a rooted (gear watch / note 3) investigated bluetooth tethering?
Bluetooth tethering
I was definately planning on trying this. There's a Bluetooth tether root app that I want to load into the gear and then enable Bluetooth tethering on the phone and hope it works. I just got my note 3 yesterday and haven't had a chance to test out my plan yet though
I tried with easy tether and easy tether laptop. Failed
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
nikkobenson said:
I was definately planning on trying this. There's a Bluetooth tether root app that I want to load into the gear and then enable Bluetooth tethering on the phone and hope it works. I just got my note 3 yesterday and haven't had a chance to test out my plan yet though
Click to expand...
Click to collapse
Was there one specific app you had in mind?
Let us know if and which you try, please~ ^_^
JDV28 said:
Was there one specific app you had in mind?
Let us know if and which you try, please~ ^_^
Click to expand...
Click to collapse
I have tried every bluetooth app in the market, and several not on the market with their companion apps when applicable, but none have proven to work. it is because the device needs a whole new bluetooth stack. if SOMEONE managed to get Cyanogenmod or something on it then, it has a tethering capable bluetooth stack...
maybe google glass sdk has the answer... booth devices uses android, and booth have Bluetooth 4.0.... don't bother with Bluetooth tethering aps on g play... non of them work...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i have foxfi on my phone and installed pdanet tablet on the gear....it configures, however the "connect" button ends up below the gear screen, as seen in the pic. i cant get it to scroll up to select...any ideas? would it even connect anyway?
karsdroid said:
i have foxfi on my phone and installed pdanet tablet on the gear....it configures, however the "connect" button ends up below the gear screen, as seen in the pic. i cant get it to scroll up to select...any ideas? would it even connect anyway?
Click to expand...
Click to collapse
Pic doesn't work, but perhaps try installing some soft keys?
https://play.google.com/store/apps/details?id=net.hoopajoo.android.SoftKeys
https://play.google.com/store/apps/details?id=com.rhoadster91.floatingsoftkeys
karsdroid said:
i have foxfi on my phone and installed pdanet tablet on the gear....it configures, however the "connect" button ends up below the gear screen, as seen in the pic. i cant get it to scroll up to select...any ideas? would it even connect anyway?
Click to expand...
Click to collapse
I've tried that and it doesn't work. When the connect button is pushed, the app crashes.
Sent from my SM-N900V using Tapatalk
chhaggerty said:
I've tried that and it doesn't work. When the connect button is pushed, the app crashes.
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
Have you tried moving the apk file to the /system/data folder instead like you need to do with Nova Launcher or the same thing happens when you add widgets - Nova crashes.
All blue tooth dun clients get this error
Sent from my SM-N900P using xda app-developers app
gtxaspec said:
All blue tooth dun clients get this error
Sent from my SM-N900P using xda app-developers app
Click to expand...
Click to collapse
Yep, looks like it needs the TUN.KO module. https://play.google.com/store/apps/details?id=com.aed.tun.installer
I have no idea how to compile it though
Also, looks like the fact the it doesn't have a \system\lib\modules folder may be part of the reason it won't mount on a pc
Sent from my SM-N900P using xda app-developers app
gtxaspec said:
Sent from my SM-N900P using xda app-developers app
Click to expand...
Click to collapse
Yeah, that app needs to connect to the net to download/upload the required file
http://droidvpn.com/tun-repository.php
Don't know how to manually download and device isn't in list anyway
Our kernel is: Linux version 3.0.31-1698508 ([email protected]) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Tue Sep 17 03:07:18 KST 2013
http://stevechui.blogspot.com.au/2011/10/compiling-kernel-modules-tunko-for.html
http://sshrootat.blogspot.com.au/2011/06/compiling-tunko-for-android-openvpn.html
Source code: http://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=v700
READ ME READ ME READ MEREAD ME READ ME READ ME I was able to get it to work! All you need to do is go into the full settings app on your gear, tap Bluetooth, then tap the settings icon just to the right of your devices name, scroll down and check the box labelled Internet Access. And of course make sure Bluetooth tethering is enabled on your phone. On my note two it the setting was under settings/more networks/tethering/Bluetooth tethering. Only downside so far is that I can only get it to tether the wifi network. Can't get it to work on the cellular network. Not sure why. Hope this helped you guys!!!! Merry Christmas!!!!
Nintendo878 said:
READ ME READ ME READ MEREAD ME READ ME READ ME I was able to get it to work! All you need to do is go into the full settings app on your gear, tap Bluetooth, then tap the settings icon just to the right of your devices name, scroll down and check the box labelled Internet Access. And of course make sure Bluetooth tethering is enabled on your phone. On my note two it the setting was under settings/more networks/tethering/Bluetooth tethering. Only downside so far is that I can only get it to tether the wifi network. Can't get it to work on the cellular network. Not sure why. Hope this helped you guys!!!! Merry Christmas!!!!
Click to expand...
Click to collapse
Hello,
On my phone, i have the option for share my connection with bluetooth. But i don't have this option in bluetooth's connection with my gear, i've got only option about call. Can you help me because i can't use 3/4 of application.
Nobody have an idea ?
I'm sorry, I don't speak english very well
Envoyé de mon GT-I9505 en utilisant Tapatalk
Your phone or ROM doesn't seem like it supports (or you didn't turn it on) native Bluetooth tethering if it isn't showing up as an option on the Gear.
Since Android Auto 3.0, third party apps have been removed from Android Auto despite having Developer Options and "Unknown Sources" checked.
Some developers have came up with a root workaround to allow these apps to show in the menu.
This workaround is dependent on current AA version to work and has always been implemented by specific apps. Some even had the unlock button in the AAuto interface
This app comes to fix that all.
It will list the currently installed AA third party apps, and will apply the workaround for them.
Instructions:
1. Get AA in developer mode and "Unknown Sources" checked. (details in steps 1-7 in this thread). Start head unit server is not needed in my tests.
2. Open the app, click "Read apps". Check the apps you want to enable in AA.
3. Click "Unlock"
4. Click "Apply".
5. Reboot.
6. Enjoy your apps
The indicator of wheter the Chimera service is enabled or not doesn't still work properly, don't take it as reference. Just click unlock every time you want to apply changes in the list.
The app will be improved whenever I have time.
Screenshot:
{
"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
Download: https://androidfilehost.com/?fid=1322778262904028904 (updated 15/10 with support to android 5.0 and 6.0)
manudroid19 said:
Since Android Auto 3.0, third party apps have been removed from Android Auto despite having Developer Options and "Unknown Sources" checked.
Some developers have came up with a root workaround to allow these apps to show in the menu.
This workaround is dependent on current AA version to work and has always been implemented by specific apps. Some even had the unlock button in the AAuto interface
This app comes to fix that all.
It will list the currently installed AA third party apps, and will apply the workaround for them.
Instructions:
1. Get AA in developer mode and "Unknown Sources" checked. (details in steps 1-7 in this thread). Start head unit server is not needed in my tests.
2. Open the app, click "Read apps". Check the apps you want to enable in AA.
3. Click "Unlock"
4. Click "Apply".
5. Reboot.
6. Enjoy your apps
The indicator of wheter the Chimera service is enabled or not doesn't still work properly, don't take it as reference. Just click unlock every time you want to apply changes in the list.
The app will be improved whenever I have time.
Screenshot:
Download: https://www.androidfilehost.com/?w=files&flid=283691
Click to expand...
Click to collapse
Wow!!! Great job. Thank you, I will test it right away. Is this still dependent on GPS version?
This looks good, and I think it's exactly what I am looking for.
But I have a slight problem!
I hope this is a relevant place to ask, but please tell me if not.
Suzuki Vitara 2017 (UK) with SLDA 1860
SG8+
Rooted
Google Play Services 12.6.89
(I have disabled automatic/background updates in the hope that I can restrict this from updating as I believe newer versions cause AAMirror to stop working(?))
Android Auto 3.6.583534
AA with AAMirror was working fine, than as is the case with many people, the "AAMirror" Icon/Option disappeared from my car's display.
I looked in various places and tried various things to no avail. First I ended up not being able to connect to my car, then even on my Android, AA stopped working.
It opens, sort of swipes left-right, then just freezes and gives me a notification every 1/4 of a second or so saying "android auto collecting feedback". I can't even get to "About" and change it to developer mode, I just get the big blue arrow.
So today, I reset my phone, reinstalled AAMirror, AA, AAUnlock and now AAuto App Enabler, but AA *still* keeps freezing and giving me this notification.
Hoping someone can help.
Am I right to restrict GPS to 12.6.89?
Is version 3.6.583534 of AA appropriate?
Are these two compatible with each other?
Thanks in advance and let me know if I have missed some detail you need.
datasource said:
Wow!!! Great job. Thank you, I will test it right away. Is this still dependent on GPS version?
Click to expand...
Click to collapse
Works with latest GPS, but if Google changes the way of blocking apps in a new update, it will stop working.
The difference is that other implementations of this method only worked with a specific version of AAuto, while this app will work with any version of AAuto using this method for blocking. This approach was first implemented by AAMirror and AAUnlock's developer.
Credits for him, even though he obfuscated his code and I had to figure out how it was done by my own methods.
Breaders said:
This looks good, and I think it's exactly what I am looking for.
But I have a slight problem!
I hope this is a relevant place to ask, but please tell me if not.
Suzuki Vitara 2017 (UK) with SLDA 1860
SG8+
Rooted
Google Play Services 12.6.89
(I have disabled automatic/background updates in the hope that I can restrict this from updating as I believe newer versions cause AAMirror to stop working(?))
Android Auto 3.6.583534
AA with AAMirror was working fine, than as is the case with many people, the "AAMirror" Icon/Option disappeared from my car's display.
I looked in various places and tried various things to no avail. First I ended up not being able to connect to my car, then even on my Android, AA stopped working.
It opens, sort of swipes left-right, then just freezes and gives me a notification every 1/4 of a second or so saying "android auto collecting feedback". I can't even get to "About" and change it to developer mode, I just get the big blue arrow.
So today, I reset my phone, reinstalled AAMirror, AA, AAUnlock and now AAuto App Enabler, but AA *still* keeps freezing and giving me this notification.
Hoping someone can help.
Am I right to restrict GPS to 12.6.89?
Is version 3.6.583534 of AA appropriate?
Are these two compatible with each other?
Thanks in advance and let me know if I have missed some detail you need.
Click to expand...
Click to collapse
I got problems similar to yours trying to use lastest AAuto with an old GPS, update your GPS.
I have tested my app successfully using last version of AAuto and GPS.
manudroid19 said:
Works with latest GPS, but if Google changes the way of blocking apps in a new update, it will stop working.
The difference is that other implementations of this method only worked with a specific version of AAuto, while this app will work with any version of AAuto using this method for blocking. This approach was first implemented by AAMirror and AAUnlock's developer.
Credits for him, even though he obfuscated his code and I had to figure out how it was done by my own methods.
I got problems similar to yours trying to use lastest AAuto with an old GPS, update your GPS.
I have tested my app successfully using last version of AAuto and GPS.
Click to expand...
Click to collapse
Excellent, will try, thanks.
---------- Post added at 09:16 PM ---------- Previous post was at 08:38 PM ----------
manudroid19 said:
I got problems similar to yours trying to use lastest AAuto with an old GPS, update your GPS.
Click to expand...
Click to collapse
It worked. Thanks once again.
Now I just get an error message saying Google Play Services won't run unless you update Google Play Services! (14.3.62) But no option to update
But that's not your problem, will try and work out what's happening.
---------- Post added at 09:22 PM ---------- Previous post was at 09:16 PM ----------
Breaders said:
Excellent, will try, thanks.
---------- Post added at 09:16 PM ---------- Previous post was at 08:38 PM ----------
It worked. Thanks once again.
Now I just get an error message saying Google Play Services won't run unless you update Google Play Services! (14.3.62) But no option to update
But that's not your problem, will try and work out what's happening.
Click to expand...
Click to collapse
Actually, scrub that. I used "Play Services Info" to go back to the old version and update to the latest.
I feel bad for hogging your thread with my inane waffle, but will leave it up just in case it helps anyone.
Thanks for this app but i have one problem:
The app does not recognize Magisk Root. How can i fix that?
Thanks!
HofaTheRipper said:
Thanks for this app but i have one problem:
The app does not recognize Magisk Root. How can i fix that?
Thanks!
Click to expand...
Click to collapse
I have magisk v17.1 and the app asked for root permission without any problems. Maybe you need to update magisk.
Ok thanks. I was on an custom Magisk 17.2.8 version - reverted back to official 17.1 and it works!
@manudroid19
I have a little of confusion, I have AA unlock and AA mirror sometimes works & sometimes not.. My question is your app replace AA unlock?..Thanks
el_easy said:
@manudroid19
I have a little of confusion, I have AA unlock and AA mirror sometimes works & sometimes not.. My question is your app replace AA unlock?..Thanks
Click to expand...
Click to collapse
It does the same, but applies to any app you have installed, not just AAMirror. And allows you to check which applications are currently enabled. You can keep AAunlock installed if you wish
Hi,
great job, Thank you!
Unfortunately, your app will not install on my HTC ONE M8, Android 6.0, root with SuperSu, TWRP.
Message: App can not be installed
Everything is unlocked and works with all other apps.
I can not install only your AAuto App Enabler.
Do you have any idea?
DarkSide10 said:
Hi,
great job, Thank you!
Unfortunately, your app will not install on my HTC ONE M8, Android 6.0, root with SuperSu, TWRP.
Message: App can not be installed
Everything is unlocked and works with all other apps.
I can not install only your AAuto App Enabler.
Do you have any idea?
Click to expand...
Click to collapse
Similarly. The application is not installed.
DarkSide10 said:
Hi,
great job, Thank you!
Unfortunately, your app will not install on my HTC ONE M8, Android 6.0, root with SuperSu, TWRP.
Message: App can not be installed
Everything is unlocked and works with all other apps.
I can not install only your AAuto App Enabler.
Do you have any idea?
Click to expand...
Click to collapse
alexfocus said:
Similarly. The application is not installed.
Click to expand...
Click to collapse
What? I have just installed it again without any problem. So strange... Can you provide a screenshot?
Maybe is Google Play Protect detecting the app is used to cheat their restrictions?
Google Play Protect is off.
Code:
Can you provide a screenshot?
From XDA:
To prevent spam on the XDA forums, ALL new users prevented from posting outside links in their messages. After approximately 10 posts, you will be able to post outside links. Thank you for understanding!
manudroid19 said:
What? I have just installed it again without any problem. So strange... Can you provide a screenshot?
Maybe is Google Play Protect detecting the app is used to cheat their restrictions?
Click to expand...
Click to collapse
Huawei P9 Plus, Android 6.0, ARM64 HiSilicon Kirin 955 (ARM Cortex-A53)
Magisk-v17.1 GPS-14.3.66, Android Auto-3.6.583534
Hi manudroid19!
Nice Job! While everything works. Let's see what happens in a day or two.
alexfocus said:
Similarly. The application is not installed.
Click to expand...
Click to collapse
Perhaps the reason in the processor architecture (ARM7 or ARM64). I've ARM64 and I haven't any problem.
I have ARM7.
DarkSide10 said:
I have ARM7.
Click to expand...
Click to collapse
I told "perhaps". But some of my friends have arm7 too and haven't any problems with application works ))) 2-3 days testing and I'm will ready make a donation.
Also not installed. Samsung Galaxy Tab 2
Uksus17 said:
I told "perhaps". But some of my friends have arm7 too and haven't any problems with application works ))) 2-3 days testing and I'm will ready make a donation.
Click to expand...
Click to collapse
Everything else works for me(AAMirror + Unlock and many more), but this app does not want
I hope the author still has a good idea to fix this!
This is a quick post........
I finally succeeded in playing cod mobile on PC without any emulator...after very long try
--------------------------------------------------------------------------------------------------------------------
requirements:
1.Win7 (32/64bits), Win 8 (32/64bits), and Win10 (32/64bits).
2.Android Device.(make sure that the android game you want to play on pc is supported on this device)
3.USB cable.
Follow the steps:
1.First download TC games server rar file
2.extract and install using the setup
3.now install TC Games mirror and control app on your android device(https://play.google.com/store/apps/details?id=com.sigma_rt.tcg&hl=en_GB)
4.go to settings enable developer options(Go to "Settings", then tap "About device" or "About phone". Scroll down, then tap "Build number" seven times. ...)
5.go ahead and install call of duty mobile(or any other game you want to play) on your android device
6.open tc games on your pc, and connect your android device using usb cable, popup will appear on your android "Allow usb debugging?",tap on OK
{
"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"
}
7.on your pc, click on your device name and click connect.
------------------------------------------------------------------------------------------------------------------
now your phone screen should appear on your pc,
now open the game and map keys as you like!......YOU CAN USE BOTH KEYBOARD AND MOUSE!!
THERE YOU GO!!!
but why?? gameloop emulator would probably run much better than whatever phone you're using if you have a good pc
historys said:
but why?? gameloop emulator would probably run much better than whatever phone you're using if you have a good pc
Click to expand...
Click to collapse
When you use gameloop....you match up with other players who are using either a controller or playing on emulator..... But using this method you match up with other mobile players....
Shubham2222 said:
When you use gameloop....you match up with other players who are using either a controller or playing on emulator..... But using this method you match up with other mobile players....
Click to expand...
Click to collapse
ooh that's smart and pretty good
and would be pretty amazing if we can do bypass charging to prolong battery life
historys said:
ooh that's smart and pretty good
and would be pretty amazing if we can do bypass charging to prolong battery life
Click to expand...
Click to collapse
It also charges your device thats the best part....btw....sry for lack of such info....its my first post
Is it safe? Is it possible to get banned by Activision??
Mhsoly said:
Is it safe? Is it possible to get banned by Activision??
Click to expand...
Click to collapse
+1
Any Idea?
Mhsoly said:
Is it safe? Is it possible to get banned by Activision??
Click to expand...
Click to collapse
I've been playing using this method since I Made this post..... I have not yet been banned.....
Shubham2222 said:
I've been playing using this method since I Made this post..... I have not yet been banned.....
Click to expand...
Click to collapse
I can't use mouse. I mean in game while playing i can't see here and there i can't move mouse. Only forward or backward with keyboard
I can click but person is not moving
And also sound is coming from mobile only. Is there anyway to make it come from pc only
Mhsoly said:
Is it safe? Is it possible to get banned by Activision??
Click to expand...
Click to collapse
i have not yet been banned. 28-02-2021
this is great
you got really unfair advantage with this specially with fps game you can do some insane 360 no scope
Mohitash said:
I can't use mouse. I mean in game while playing i can't see here and there i can't move mouse. Only forward or backward with keyboard
I can click but person is not moving
And also sound is coming from mobile only. Is there anyway to make it come from pc only
Click to expand...
Click to collapse
use the sight button and place it on the right side of your screen.....you acn also adjust the sensitivity of the mouse.
and the solution for sound is to connect one end of an AUX cable (3.5mm male to male) to your phone and other to the lineIn port of your computer and enable listen to this device in line in properties.
Shubham2222 said:
View attachment 5235319
use the sight button and place it on the right side of your screen.....you acn also adjust the sensitivity of the mouse.
and the solution for sound is to connect one end of an AUX cable (3.5mm male to male) to your phone and other to the lineIn port of your computer and enable listen to this device in line in properties.
Click to expand...
Click to collapse
That's ok. But do i need to click everytime when i need to look and move around with the mouse or any alternative?
Mohitash said:
That's ok. But do i need to click everytime when i need to look and move around with the mouse or any alternative?
Click to expand...
Click to collapse
No....you click once, it will turn on the look around mode
WARNING:NOT SAFE | SEE SCREENSHOT
I am banned for the first time but for a very small time atleast
This is really not safe specially for pro gamers.
They are watching us.
i was having cod disconnection issue and force closes several times in a day whenever i play it with this. But i ignored it for 3-4 days. I was having in mind that i think cod admins are watching us/me cheating... but still i ignored it.
But then today after 2 force closes i am got banned but for a very small time.
Mohitash said:
WARNING:NOT SAFE | SEE SCREENSHOT
I am banned for the first time but for a very small time atleast
This is really not safe specially for pro gamers.
They are watching us.
i was having cod disconnection issue and force closes several times in a day whenever i play it with this. But i ignored it for 3-4 days. I was having in mind that i think cod admins are watching us/me cheating... but still i ignored it.
But then today after 2 force closes i am got banned but for a very small time.
Click to expand...
Click to collapse
Have you been playing ranked?... I never tried playing ranked using this method....
Any way......this seems to be no longer working......i will delete this post after 2 or 3 days.... till then ill put on warning
Shubham2222 said:
Have you been playing ranked?... I never tried playing ranked using this method....
Any way......this seems to be no longer working......i will delete this post after 2 or 3 days.... till then ill put on warning
Click to expand...
Click to collapse
Never played Ranked using this. I have played Only Multiplayer Featured maps till now with TC Games. (In this also i got connection issues and force closed several times
And at the time of Bann, I was just playing "vs Practice Mode" to enhance my controls for this.
i used to play lot of games with nox back in the day but for whatever reasons nox is giving problems with windows 11.
can anyone suggest alternative??
{Mod edit: Quoted post has been deleted - Oswald Boelcke}
You thought right; you are an awful player. Your solution to the problem is to be the problem. I've never been able to wrap my head around how people feel like they win a game if they cheat. The bugs, desync, etc. issues in Mobile shooters are horrible. There's not as many cheaters as you think.
Mohitash said:
WARNING:NOT SAFE | SEE SCREENSHOT
I am banned for the first time but for a very small time atleast
This is really not safe specially for pro gamers.
They are watching us.
i was having cod disconnection issue and force closes several times in a day whenever i play it with this. But i ignored it for 3-4 days. I was having in mind that i think cod admins are watching us/me cheating... but still i ignored it.
But then today after 2 force closes i am got banned but for a very small time.
Click to expand...
Click to collapse
Thanks for your review, I almost gave it a try