[idea] for HTC usb connection popup - Touch Diamond, MDA Compact IV Themes and Apps

well as you connect the phone to USB, a Pop up screen from HTC appeas=rs
it is asking about what kind of connection you want to use.
* Active sync
* Disk drive
* Internet sharing
so why not a Car option?
for example
if i connect the power supply of the car, the pop up comes up, but i have nothing to choose.
but if the option was there for driving car, and then this option would do the following.
it would be great.
for instance,
* start Blue tooth (for handsfrea speaking)
* Change letter font zise to big (so the message`s can be read from the dash mount)
* Change phone settings to auto anser the phone after three rings
and offcourse change the settings back to normal when the power source is disconnected.
and maybe there are other options that makes driving easyer.
maybe even make a setting screen for things that you like to change for the driving settings.
unfortunaly i dont have any knowledge about programming so i leave it up for you wizzards to check out if it is possible.

very cool idea i vote for that too

Related

how to Disable "Choose a connection type" when usb connected

i use my laptop to charge my phone and i also do this at work, i realise i can just plug in the usb wall charger but ideally what i want is the ability to plug in the the usb into laptop / pc and get the
Choose a connection type
1) activesync
2) harddrive
3) internet sharing
4) just charge
any ideas?
Just select either activesync or disk drive, and then press the power button to turn it back off...
when the connection screen pops up just click activsync and check the little square box " Don't Ask Again" and it won't pop up anymore
SEE SCREENSHOT
i want to use the phone ... its the only thing that keeps me sane at work lol
You dont have to select an option. When the menu comes up 'activesync, hard drive, internet sharing', , , just press the home button and the menu goes away, the phone charges.
You could of course just choose activesync, it wont affect anything if there is no partnership set up on the laptop.
if i click dont ask again doesnt it just set my selection as the default selection?
if you press home it still does what was last selected (such as harddrive) my problem is i use it at work where it will freak out if harddrive is found or it activesync is attempted to connect
larrytango said:
if i click dont ask again doesnt it just set my selection as the default selection?
Click to expand...
Click to collapse
No, the popup won't appear anymore and remember that setting.
There's no "do nothing". So get your USB charger out
kilrah said:
No, the popup won't appear anymore and remember that setting.
There's no "do nothing". So get your USB charger out
Click to expand...
Click to collapse
i realise no option exists im hoping someone has a way to do it??? any ideas
I'm not sure i understand the problem, are you saying your works computer will recognise it as a storage device and 'freak out'? Because it won't, it will happily ignore it.
samsamuel said:
I'm not sure i understand the problem, are you saying your works computer will recognise it as a storage device and 'freak out'? Because it won't, it will happily ignore it.
Click to expand...
Click to collapse
i work in a banking environment and amazingly they're not too happy about people with unauthorised phones lol, if u plug in my charger to the usb port it will either select it as harddrive in which case loads of nice messages appear and people are alerted (manager once plugged a usb drive into my pc forgetting that i didnt have the correct permissions and this happened) and if selected activesync the software (which is installed and i dont have permissions to stop it) would kick start and i expect cause similar results
on my old phone (ignito / diamond 2) i used an old usb cable i had that was damaged and data lines where broke and thus it just charged - i guess i could do that i just was wondering is a software tweak existed.
ahhhh gotcha. Wasn't thinking hard enough. heh.
Looks like your only option is taking the charger to work with you. (I have several 3 pin chargers that have no cable, just a USB slot made by Garmin that i have positioned around the house, and at work, , saves dragging the charger itself about, just need the cable.)

[APP] WiimoteController, can someone test?

Can someone please test if this works? good indication on how the bluetooth works for the Galaxy S.
from the test logs:
"Device/OS pairs that this app probably does not work on:
* Google Nexus One/MoDaCo Alpha r21 Custom ROM Desire Port
* Samsung Moment/Android 2.1 DD10
* Samsung Galaxy Spica/Stock 1.5"
Which worries me slightly....
Doesn't work. App keep saying BT not turned on even though it is in settings. The built in BT scanner can see the wiimote, but unable to connect as it requests for a passcode but the usual ones don't work.
damn! i wonder if its down to a setting somewhere or a more serious issue that causes the other samsung phones to fail at this too.
not sure if you have but try it this way:
Usage:
* turn bluetooth on
* run the app
* if this is your first run, hit Yes. Enable "WiiControllerIME". This is only needed once right after installation
* tap the first button and at the same time put your Wii remote in discovery mode by pressing "1" and "2" simultaneously
* wait for the "Connected" message to appear. The first LED will turn on on the Wii remote
* back in WiimoteController tap the second button and select WiiControllerIME
* done. The Wii remote is connected. Go play!
* if you want to connect more than one Wii remote, follow the same procedure, but put ALL the remotes to discovery mode
* to disconnect a single Wii remote, hold the power button on it
* to disconnect all Wii remotes, use the option from the menu or simply turn the phone's bluetooth off
* don't forget to set your favorite IME back or you won't be able to type (or check Preferences to find an option to do that automatically)
thats from the authors post on how to do it...
forum.xda-developers.com/showthread.php?t=672884
Nope, it doesn't work. I have no problems with reading english.

[Q] Interface/Controlling Android remotely via USB Rx/Tx commands

Here's some context, skip below the asterisks*** to read my actual question:
I have an arduino project I am working on that combines the arduino with GPRS, relay, and camera attachments (shields) to act as a smart alarm for a car. Essentially extending the range of functionality (remote starting, lock/unlock/ alerts etc...) to my smartphone.
Since car alarm sirens are annoying and useless, I would rather be called if my car is being "violated". The GPRS and arduino could easily handle phone call or text message notifications. It could also receive texts and turn on relays etc...
One feature I think would be great would be the ability to send a MMS message with a picture of the inside of the car. This would be difficult and probably more expensive to do (needs stronger arduino board, good camera etc...)
Then I thought why not just hack up an "old" ($50 used android phone that can take really good pics etc...) They are just built a lot better and more compact than the hack job I would end up piecing together and cost a lot less. There is only one thing I can think of... see below.
************************************
1) Is there any way to interface or control an android phone through the serial communication connector (ie usb plug hole) using commands from a device such as a raspberry pi, or arduino or similar.
What I would want to do is have a trigger (arduino monitor the dome light voltage line) to signal the arduino to control the phone to do the following:
--Call me
--take picture inside car
--send said picture via mms to me
I would also like the arduino to be able to read the sms messages I send to the phone in my car to do things like roll windows up, remote start etc... (arduino can do this last part with the gprs) as long as the arduino can read the text message it can perform something.
I am not looking for a remote client (like VM whatever its called).
If this isn't the place for this, please let me know where to start looking.
There is a product called mimic USB from customgadz.com that makes me think that sending commands through USB must be doable, but they are expensive and I don't know enough about it to help you do it well.
My first instinct would be bluetooth. I am not especially versed in arduino, but I know you can get a bluetooth shield for about 20-30 bucks. If you could make your dome light "trigger" tell the arduino to turn ON its bluetooth or send the equivalent of a button-press from a bluetooth headset (if the shield is always on). Then use Tasker on the phone! Create a task that when the phone senses bluetooth (either the new connection or the button press) then it snaps the picture, texts you, and calls you etc.
AFTERTHOUGHT: tasker can also detect charge state, to change settings when phones are plugged in/unplugged... So if you got the arduino to flip a relay, when triggered, that turned the port that charges the cell phone off... Then tasker could read that change in charge state and activate the steps you wanted. Then after a preset delay, or once the dome light went back out, you could have the USB turn back on to keep the phone charged. It is a little more circuitous work-around, but it would effectively be a command from the USB, like you asked for

Android Auto

I'm having an issue getting Android Auto to launch in my Subaru Crosstrek 2018 model. It works when I use my Nexus 6p but not with the Essential phone. I've tried different cables and reinstalling Android Auto but no luck. Anybody else having issues with Android Auto in their car with the Essential phone?
I had major problems getting Android Auto to work with my Essential phone.
At first, I kept getting the red screen of death (something about "do this when the car is stopped and the brake is on"...of course the car was stopped and the brake was on...). The next day (after a phone update), I tried again and could get past that screen. But then it wouldn't connect.
Turns out you have to scroll down the notifications and change the connect mode from USB charge to MTP manually. Once you do that, it quickly connects. Why the phone can't automatically do that for you...I don't know. But I've done this repeatedly now and each time it connects once you change to MTP mode.
(I also have USB debugging on--don't know if that's important as well).
quadcrap1 said:
I had major problems getting Android Auto to work with my Essential phone.
At first, I kept getting the red screen of death (something about "do this when the car is stopped and the brake is on"...of course the car was stopped and the brake was on...). The next day (after a phone update), I tried again and could get past that screen. But then it wouldn't connect.
Turns out you have to scroll down the notifications and change the connect mode from USB charge to MTP manually. Once you do that, it quickly connects. Why the phone can't automatically do that for you...I don't know. But I've done this repeatedly now and each time it connects once you change to MTP mode.
(I also have USB debugging on--don't know if that's important as well).
Click to expand...
Click to collapse
Android Auto doesn't kick-in on my '20 Subaru Outback (works on my wife's '19 Nissan Rogue).
Can you specify how to get to this setting. I'm unable to find it...
Thanks
levpri said:
Can you specify how to get to this setting. I'm unable to find it...
Click to expand...
Click to collapse
For the current connection, expand the "usb charging" notification, and it will give you a prompt to the available options - just select what you need. To change the default USB connection behaviour, go to Settings - System - Developer options - Default USB configuration, and select an appropriate connection mode.
kt-Froggy said:
For the current connection, expand the "usb charging" notification, and it will give you a prompt to the available options - just select what you need. To change the default USB connection behaviour, go to Settings - System - Developer options - Default USB configuration, and select an appropriate connection mode.
Click to expand...
Click to collapse
Funny there is no USB charging notification on the top, but in Default USB configuration should it be on File Transfer? Thanks!
I've never had a problem with android auto on mine, though I think I probably did change the default connection mode to file transfer a long time ago (before I had a vehicle with android auto).
You can also try a USB hub. These resolved the problem:
AmazonBasics 4 Port USB to USB 3.0 Hub with 5V/2.5A power adapter
ASIN B00DQFGH80
TP-Link | 4 - Port USB 3.0 Hub | Slim & Foldable Cord Design | Compact Travel Size with Charging Ports | Universal Compatibility - USB Flash Drive, Notebook, MacBook, PC, Chromebook and More (UH400)
ASIN B012B6YQY6
Sorry, I can't post direct links

Help with Android setting for Internet Connectivity

I am desperately seeking help......
I have just fitted a brand new Android 11 based head unit to my wife's car and I am having one issue in particular that is creating a lot of angst. My wife is not tech savvy and would simply like to jump in her car, start it up and have everything work inlcuding playing her favorite radio apps. I can have this work for her perfectly via Bluetooth Tethering when a toggle under ANDROID SETTINGS - CONNECTED DEVICES - PHONE - INTERNET ACCESS is switched on. However, this toggle reverts to off everytime the car is switched off and needs to be manually switched on eveyrtime to restore functionality. The unit supports wired Android Auto, but even then my wife does not want to pull the phone out of her bag everytime and plug/unplug. Is there any way the unit can remember the last setting or have it default to on? I have tried Macdroid app, but it does not offer this specific action. I have attached an image of the setting in question along with the specs of the head unit. Wifes phone is a Samsung Galaxy A52 runing Android 11. Help me save my marriage!
Albyzz said:
I am desperately seeking help......
I have just fitted a brand new Android 11 based head unit to my wife's car and I am having one issue in particular that is creating a lot of angst. My wife is not tech savvy and would simply like to jump in her car, start it up and have everything work inlcuding playing her favorite radio apps. I can have this work for her perfectly via Bluetooth Tethering when a toggle under ANDROID SETTINGS - CONNECTED DEVICES - PHONE - INTERNET ACCESS is switched on. However, this toggle reverts to off everytime the car is switched off and needs to be manually switched on eveyrtime to restore functionality. The unit supports wired Android Auto, but even then my wife does not want to pull the phone out of her bag everytime and plug/unplug. Is there any way the unit can remember the last setting or have it default to on? I have tried Macdroid app, but it does not offer this specific action. I have attached an image of the setting in question along with the specs of the head unit. Wifes phone is a Samsung Galaxy A52 runing Android 11. Help me save my marriage!
Click to expand...
Click to collapse
Hi, if unit has SD cards and USB drives in multimedia ports remove them first, then tweek settings again and then save settings (device will write in internal device memory) by shutting down device (remove key / shut down engine).
Repeat procedure if first time is not saved in internal memory (without SD cards or USB in ports).
After bootup again it will eventually write in internal memory and save settings.
Anton TNT said:
Hi, if unit has SD cards and USB drives in multimedia ports remove them first, then tweek settings again and then save settings (device will write in internal device memory) by shutting down device (remove key / shut down engine).
Repeat procedure if first time is not saved in internal memory (without SD cards or USB in ports).
After bootup again it will eventually write in internal memory and save settings.
Click to expand...
Click to collapse
Thanks for your reply, however there are no SD cards or USB drives. There does not also appear to be an option to 'save" settings.
It "saves" by it self when you turn device off (or remove key from contact). As for USB or cards, ok, you probably have master setings/factory settings in there that is entered with a pin code, do you know how to enter it ?
(thru infotainment)
We will go one step at a time.
Anton TNT said:
It "saves" by it self when you turn device off (or remove key from contact). As for USB or cards, ok, you probably have master setings/factory settings in there that is entered with a pin code, do you know how to enter it ?
(thru infotainment)
We will go one step at a time.
Click to expand...
Click to collapse
Thanks very much for your reply! When I toggle the switch to on, it does not retain that setting when I turn car off and remove the key. I do have the passcode to get into the factory settings of the HU, but I have had a good look and cannot identify any setting which relates to my issue, that's not to say it doesnt exist.
Take a picture of your device factory settings please, or maybe it's better to record a small video.
Anton TNT said:
Take a picture of your device factory settings please, or maybe it's better to record a small video.
Click to expand...
Click to collapse
Is this what you were after? Apologies if I misread your message.
Yes, let me see where can we find memory issues
Most likely it is in APP SETTINGS menu.
Play with settings untill you find correct setting, it will not harm device in any way, but prior to changing anything take a photo of each settings menu to avoid unpleasent changes that lead to app and config problems.

Categories

Resources