Nexus 7 car install build thread

samotronta05

Senior Member
Jun 5, 2010
69
9
0
NRW
very interesting, but as a Nx7 owner....
I'm wondering how you solve the on/off button probem, this is rear, unreachable.
I'm currently working on a whole set of soft- and hardware in order to use the Nexus 7 as Mediaplayer in Cars, Kitchen-furniture etc.
It mainly consist of a small 8-Bit microcontroller and a bluetooth module to connect to Nexus 7.
You can connect momentary switches to the microcontroller for waking the device, next and previous song, starting and stopping music and for switching between music, navigation and Internet, as well as an encoder for changing the volume.
If you are interested I can post more information and pictures.
 

yellowfinii

Member
Feb 22, 2008
17
5
0
Atlantic Ocean
can you share how you have it set up to change the screen (brightness i'm guessing) by the time of day?
Yeah, here is my profile export i have.

Code:
Task: Engine On (4)
	A1: Bluetooth [ Set:eek:ff Continue Task After Error:eek:n ] 
	A2: WiFi [ Set:eek:ff ] 
	A3: Wait [ MS:0 Seconds:4 Minutes:0 Hours:0 Days:0 ] 
	A4: Bluetooth [ Set:eek:n Continue Task After Error:eek:n ] 
	A5: WiFi [ Set:Toggle ] 
	A6: Stay On [ Mode:With AC or USB Power ] 
	<Day 1>
	A7: Display Brightness [ Level:255 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME > 8 ]
	<Day 2>
	A8: Display Brightness [ Level:255 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME < 19 ]
	<Night 1>
	A9: Display Brightness [ Level:81 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME > 19 ]
	<Night 2>
	A10: Display Brightness [ Level:81 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME < 8 ]
	A11: Wait [ MS:0 Seconds:30 Minutes:0 Hours:0 Days:0 ] 
	A12: Load App [ App:Play Music Data: Exclude From Recent Apps:eek:ff ]

I dont know if this is the best way to do it, it works thou. I may play around with other ways to do this - particularly to have it adjust continuously instead of just at the task activation. (recalling, i'm not sure if it continuously checks those actions, i dont think it does thou)



And for anyone interested how I have tasker setup:
(my trucks name is 'Mariel')
Code:
Profile: Mariel On (3)
	Priority: 0 CoolDown: 180
	State: Power [ Source:Any ]
Enter: Engine On (4)

Profile: Mariel Off (5)
	Priority: 5 CoolDown: 180
	State: Not Power [ Source:Any ]
Enter: Truck Off (6)

Profile: Mariel On 2 (15)
	Priority: 5 CoolDown: 180
	State: Power [ Source:Any ]
Enter: Engine On 2 (7)

Profile: Mariel Off 2 (17)
	Priority: 5 CoolDown: 180
	State: Not Power [ Source:Any ]
Enter: Truck Off 2 (16)

Task: Anon (2)
	A1: Show Scene [ Name:StartUp4 Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:n Continue Task Immediately:eek:n ] 
	A2: Destroy Scene [ Name:StartUp3 ] 

Task: Engine On (4)
	A1: Bluetooth [ Set:eek:ff Continue Task After Error:eek:n ] 
	A2: WiFi [ Set:eek:ff ] 
	A3: Wait [ MS:0 Seconds:4 Minutes:0 Hours:0 Days:0 ] 
	A4: Bluetooth [ Set:eek:n Continue Task After Error:eek:n ] 
	A5: WiFi [ Set:Toggle ] 
	A6: Stay On [ Mode:With AC or USB Power ] 
	<Day 1>
	A7: Display Brightness [ Level:255 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME > 8 ]
	<Day 2>
	A8: Display Brightness [ Level:255 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME < 19 ]
	<Night 1>
	A9: Display Brightness [ Level:81 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME > 19 ]
	<Night 2>
	A10: Display Brightness [ Level:81 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME < 8 ]
	A11: Wait [ MS:0 Seconds:30 Minutes:0 Hours:0 Days:0 ] 
	A12: Load App [ App:Play Music Data: Exclude From Recent Apps:eek:ff ] 

Task: Truck Off (6)
	A1: WiFi [ Set:eek:ff ] 
	A2: Bluetooth [ Set:eek:ff Continue Task After Error:eek:n ] 
	A3: Stay On [ Mode:Never ] 
	A4: System Lock 
	A5: Wait [ MS:0 Seconds:11 Minutes:0 Hours:0 Days:0 ] 
	A6: Display Brightness [ Level:81 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] 
	A7: System Lock 

Task: Engine On 2 (7)
	A1: Show Scene [ Name:StartUp1 Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:ff Continue Task Immediately:eek:n ] 
	A2: Destroy Scene [ Name:StartUp0 Continue Task After Error:eek:n ] 
	A3: Wait [ MS:0 Seconds:10 Minutes:0 Hours:0 Days:0 ] 
	A4: Show Scene [ Name:StartUp2 Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:ff Continue Task Immediately:eek:n ] 
	A5: Destroy Scene [ Name:StartUp1 ] 
	A6: Wait [ MS:0 Seconds:10 Minutes:0 Hours:0 Days:0 ] 
	A7: Show Scene [ Name:StartUp3 Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:n Continue Task Immediately:eek:n ] 
	A8: Destroy Scene [ Name:StartUp2 ] 
	A9: Wait [ MS:0 Seconds:25 Minutes:0 Hours:0 Days:0 ] 
	A10: Destroy Scene [ Name:StartUp4 ] 

Task: Anon (10)
	A1: Destroy Scene [ Name:Music ] 

Task: Ss (11)
	A1: Show Scene [ Name:StartUp0 Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:ff Continue Task Immediately:eek:n ] 

Task: Anon (12)
	A1: Show Scene [ Name:Music Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:ff Continue Task Immediately:eek:n ] 

Task: Mus (13)
	A1: Show Scene [ Name:Music Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:n Continue Task Immediately:eek:n ] 

Task: Truck Off 2 (16)
	A1: Show Scene [ Name:Shutdown 1 Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:ff Continue Task Immediately:eek:n ] 
	A2: Wait [ MS:0 Seconds:12 Minutes:0 Hours:0 Days:0 ] 
	A3: Show Scene [ Name:StartUp0 Display As:Dialog, Dim Behind Heavy Horizontal Position:100 Vertical Position:100 Show Exit Button:eek:ff Continue Task Immediately:eek:n ] 
	A4: Destroy Scene [ Name:Shutdown 1 ] 
	A5: System Lock
 
Last edited:
  • Like
Reactions: cap[tainkirkw

zedix79

Member
Nov 15, 2010
21
4
0
Nice build! I'm doing the same right now in my Impreza 2010. Any idea how to get around the very hard to reach power button?

I'm doing the same thing with Tasker where it will basically put it in airplane mode when power = off, but not sure how to handle the case where/if the tablet would completely power off. Would suck to remove the bezel just to reach the power button.

Any kernel mods/apps that would make the tablet power on automatically when USB connected?
 

yellowfinii

Member
Feb 22, 2008
17
5
0
Atlantic Ocean
Nice build! I'm doing the same right now in my Impreza 2010. Any idea how to get around the very hard to reach power button?

I'm doing the same thing with Tasker where it will basically put it in airplane mode when power = off, but not sure how to handle the case where/if the tablet would completely power off. Would suck to remove the bezel just to reach the power button.

Any kernel mods/apps that would make the tablet power on automatically when USB connected?

I made a discret push button on my bezel extending the power button. unfortunately the hazards and Traction control buttons are in the way for the volume rocker otherwise i could flash roms in place.
 

dmexs

Senior Member
Aug 15, 2008
51
6
0
Nice build! I'm doing the same right now in my Impreza 2010. Any idea how to get around the very hard to reach power button?

I'm doing the same thing with Tasker where it will basically put it in airplane mode when power = off, but not sure how to handle the case where/if the tablet would completely power off. Would suck to remove the bezel just to reach the power button.

Any kernel mods/apps that would make the tablet power on automatically when USB connected?
Here was my solution:
http://forum.xda-developers.com/showpost.php?p=33355461&postcount=5
 

daclothe

Senior Member
Jun 21, 2007
101
11
0
Yeah, here is my profile export i have.

Code:
Task: Engine On (4)
	A1: Bluetooth [ Set:eek:ff Continue Task After Error:eek:n ] 
	A2: WiFi [ Set:eek:ff ] 
	A3: Wait [ MS:0 Seconds:4 Minutes:0 Hours:0 Days:0 ] 
	A4: Bluetooth [ Set:eek:n Continue Task After Error:eek:n ] 
	A5: WiFi [ Set:Toggle ] 
	A6: Stay On [ Mode:With AC or USB Power ] 
	<Day 1>
	A7: Display Brightness [ Level:255 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME > 8 ]
	<Day 2>
	A8: Display Brightness [ Level:255 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME < 19 ]
	<Night 1>
	A9: Display Brightness [ Level:81 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME > 19 ]
	<Night 2>
	A10: Display Brightness [ Level:81 Disable Safeguard:eek:ff Ignore Current Level:eek:n Immediate Effect:eek:n ] If [ %TIME < 8 ]
	A11: Wait [ MS:0 Seconds:30 Minutes:0 Hours:0 Days:0 ] 
	A12: Load App [ App:Play Music Data: Exclude From Recent Apps:eek:ff ]

I dont know if this is the best way to do it, it works thou. I may play around with other ways to do this - particularly to have it adjust continuously instead of just at the task activation. (recalling, i'm not sure if it continuously checks those actions, i dont think it does thou)
Thanks for posting that...so you have it at max brightness from 8AM to 7PM (if I'm reading that correctly)
 

yellowfinii

Member
Feb 22, 2008
17
5
0
Atlantic Ocean
Nice build! I'm doing the same right now in my Impreza 2010. Any idea how to get around the very hard to reach power button?

I'm doing the same thing with Tasker where it will basically put it in airplane mode when power = off, but not sure how to handle the case where/if the tablet would completely power off. Would suck to remove the bezel just to reach the power button.

Any kernel mods/apps that would make the tablet power on automatically when USB connected?
Thats the one issue which is a concern, i use a quiet 120v a/c adapter on am ignition relay to power the tablet since i cant get fast charge/A/C power charge on usb. right now it seems to just be slowly getting a lower battery, i dont think i spend enough time in my commute to catch-up the charge. how ever it has not yet died with tasker
 

zedix79

Member
Nov 15, 2010
21
4
0
Thats the one issue which is a concern, i use a quiet 120v a/c adapter on am ignition relay to power the tablet since i cant get fast charge/A/C power charge on usb. right now it seems to just be slowly getting a lower battery, i dont think i spend enough time in my commute to catch-up the charge. how ever it has not yet died with tasker
I'm in the same boat, hoping the tablet won't die, but it *will* happen at one point and don't want to remove the car bezel to hit power ever time.

Extending the power button definitely sounds like a valid solution; I was hoping there was a software solution. I was able to find a rooted app that does that but it seems only compatible with Samsung tablets...
 

yellowfinii

Member
Feb 22, 2008
17
5
0
Atlantic Ocean
I'm in the same boat, hoping the tablet won't die, but it *will* happen at one point and don't want to remove the car bezel to hit power ever time.

Extending the power button definitely sounds like a valid solution; I was hoping there was a software solution. I was able to find a rooted app that does that but it seems only compatible with Samsung tablets...
What app are you referring to?



Thanks for posting that...so you have it at max brightness from 8AM to 7PM (if I'm reading that correctly)
Yes, max brightness from 8AM to 7PM

I need to update that now that DST is no longer in effect. I'll probably do 7am to 6.5pm (if 6.5 works)
 
  • Like
Reactions: daclothe

intruda119

Senior Member
Mar 12, 2007
2,028
262
153
Quick question. Anyone having issue with noise/feedback when charging and playing audio at same time. Before i waste tons of money figured i would ask.

Have a ground loop isolator coming tomorrow. Hope will fix. Audio wiring was done correctly.

Sent from my GT-P3113 using XDA Premium HD app
 

cybervyrus8587

Senior Member
Apr 23, 2010
261
22
0
Quick question. Anyone having issue with noise/feedback when charging and playing audio at same time. Before i waste tons of money figured i would ask.

Have a ground loop isolator coming tomorrow. Hope will fix. Audio wiring was done correctly.

Sent from my GT-P3113 using XDA Premium HD app
I have the most faintest of wine with no ground loop. You only hear it when no music is playing. I just grounded everything to the same point. The only time I get bad feedback is when I'm using my Bluetooth adapter while charging... I think its b/c its grounded on a diff point.

Sent from my Nexus 7 using Tapatalk 2
 

intruda119

Senior Member
Mar 12, 2007
2,028
262
153
I have the most faintest of wine with no ground loop. You only hear it when no music is playing. I just grounded everything to the same point. The only time I get bad feedback is when I'm using my Bluetooth adapter while charging... I think its b/c its grounded on a diff point.

Sent from my Nexus 7 using Tapatalk 2
My feedback isnt extremely loud but i would be fighting it trying to talk over without music playing.

Ill post if the ground loop isolator fixes my issue.



Sent from my SAMSUNG-SGH-I747 using xda premium
 

yellowfinii

Member
Feb 22, 2008
17
5
0
Atlantic Ocean
Quick question. Anyone having issue with noise/feedback when charging and playing audio at same time. Before i waste tons of money figured i would ask.

Have a ground loop isolator coming tomorrow. Hope will fix. Audio wiring was done correctly.

Sent from my GT-P3113 using XDA Premium HD app
Only feedback i can hear is when the volume is turned more than 5/8's the way up and playing no music or audio. I use the Bluetooth from tablet to the receiver.
 

cybervyrus8587

Senior Member
Apr 23, 2010
261
22
0
My feedback isnt extremely loud but i would be fighting it trying to talk over without music playing.

Ill post if the ground loop isolator fixes my issue.



Sent from my SAMSUNG-SGH-I747 using xda premium
Well like I said , mine isn't very not very noticeable and u can't hear it when music is playing at any level. I'm curious to know if a GLI would work... b4 I did my stuff I did tons of research and found that many still had noticeable wines or feedback even with a GLI. I plan on making a custom ground block I saw on lifehacker to ground everything to including my lighter ports to c if that'll take care of feedback when charging and using my Bluetooth adapter.

By the way I'm not running my stuff through a radio :cool:

Sent from my Nexus 7 using Tapatalk 2
 

intruda119

Senior Member
Mar 12, 2007
2,028
262
153
No radio here either. I cant hear anything from probably 25% and up when audio is playing. But without audio whine gets louder the lower the volume. Im using a good quality bass knob to control volume.

I post feedback sunday. I purchased the wrong item through amazon with first attempt.

Im also using a galaxy tab 2 7.0 at moment. This is the most active thread i can find and with tablet installs being fairly new its all trail and error. Thanks for info i might try the lifehacker thing.

Sent from my GT-P3113 using xda premium
 

intruda119

Senior Member
Mar 12, 2007
2,028
262
153
Yeah got the ground loop isolater and noise is 100% completely gone. Item cost me $ 10 off amazon and works perfectly. Can charge and play audio without issues.

Sent from my SAMSUNG-SGH-I317 using xda premium