Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
shodutta92
Old
#1  
Junior Member - OP
Thanks Meter 9
Posts: 9
Join Date: Jun 2012
Default Running apps

Not sure if this is strictly 'development', but it turns out the nexus Q with debugging enabled can run pretty much anything. So far I've only tested the doubleTwist alarm clock and firefox, but it works! (Admittedly, navigation is slow, but still, it's nice to see that Google was open with this)
 
DarkIntegral
Old
#2  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Jun 2010
how are you controlling the apps?
 
shodutta92
Old
#3  
Junior Member - OP
Thanks Meter 9
Posts: 9
Join Date: Jun 2012
Well right now I'm just feeding it xy coordinates from a computer, but I'm considering trying to rig something up for wireless communication...if I feel motivated enough.
 
jellydroid13
Old
#4  
jellydroid13's Avatar
Senior Member
Thanks Meter 174
Posts: 738
Join Date: Oct 2011
Nice! If i can run things like netflix and a web browser i will definitely pick one up.
Nexus 10 16GB
Nexus 7 16GB
Sapphire Black Galaxy S3 Verizon 16GB


Previous Devices:
Moto Droid 2
Moto Droid X
Moto Droid 3
HTC Thunderbolt
Verizon Galaxy Nexus
HTC One S
Marble White Tmo Galaxy S III
White 32GB International S-Off One X
Pebble Blue Verizon Galaxy S III
Titanium Grey Verizon Galaxy Note II
Nexus 4 16GB
HTC DROID DNA
Asus Transformer Prime
Motorola Xoom
__________________________________________________ _

Say THANKS!!!!
 
FadedLite
Old
#5  
FadedLite's Avatar
Senior Member
Thanks Meter 220
Posts: 151
Join Date: Jul 2010
Location: California

 
DONATE TO ME
Quote:
Originally Posted by shodutta92 View Post
Not sure if this is strictly 'development', but it turns out the nexus Q with debugging enabled can run pretty much anything. So far I've only tested the doubleTwist alarm clock and firefox, but it works! (Admittedly, navigation is slow, but still, it's nice to see that Google was open with this)
Pandora would be nice with this. How are you running the apps? What if we could have an app that would directly communicate to the Nexus Q and just push the running app to it? Just brainstorming ideas
Google Glass Explorer Edition
Samsung Galaxy Nexus CDMA/LTE
Nexus 7 Developer Edition
HP Touchpad
Droid Incredible Retired

Glassware Gallery - Collection of Google Glass Apps

SoCal Devs Developer
 
shodutta92
Old
#6  
Junior Member - OP
Thanks Meter 9
Posts: 9
Join Date: Jun 2012
1. I have actually done some web surfing using firefox, and it works (although its not very easy right now)

2. Netflix streaming in fact does work, although I haven't really tested for video quality at the moment.

3. I can try pandora at some point during the week. Unfortunately, I don't currently have access to speakers for it, so I haven't tested any audio yet.

4. I'm running the app by sideloading apks using adb and then running adb shell to start the app.

5. I was considering writing a service that would allow me to send some commands from an android phone...but somebody may have done that already (there's an app on the play store called Tablet Remote that I may try) so I may just give that a go.
 
deadlocked007
Old
#7  
Senior Member
Thanks Meter 122
Posts: 833
Join Date: Feb 2011
Location: Glendale Heights
Quote:
Originally Posted by shodutta92 View Post
1. I have actually done some web surfing using firefox, and it works (although its not very easy right now)

2. Netflix streaming in fact does work, although I haven't really tested for video quality at the moment.

3. I can try pandora at some point during the week. Unfortunately, I don't currently have access to speakers for it, so I haven't tested any audio yet.

4. I'm running the app by sideloading apks using adb and then running adb shell to start the app.

5. I was considering writing a service that would allow me to send some commands from an android phone...but somebody may have done that already (there's an app on the play store called Tablet Remote that I may try) so I may just give that a go.
Isn't it possible just to use a USB mouse and keyboard?

Sent from my PG86100 using xda app-developers app
 
Arcadia310
Old
#8  
Arcadia310's Avatar
Senior Member
Thanks Meter 89
Posts: 1,037
Join Date: Aug 2010
I just got my Nexus Q so I'm definitely interested in development. If you need any testers feel free to hit me up!

Sent from my SAMSUNG-SGH-I747 using Tapatalk 2

Sidekick LX > HTC Espresso > Samsung Galaxy S I9000 > HTC Vision > HTC Glacier
 
nwadams
Old
#9  
Junior Member
Thanks Meter 1
Posts: 16
Join Date: Jun 2010
anyone know how to get windows to recognize the nexus q when you put it in debugging mode (so I can use adb)
 
blix247
Old
#10  
Junior Member
Thanks Meter 0
Posts: 13
Join Date: Jun 2010
Quote:
Originally Posted by shodutta92 View Post
1. I have actually done some web surfing using firefox, and it works (although its not very easy right now)

5. I was considering writing a service that would allow me to send some commands from an android phone...but somebody may have done that already (there's an app on the play store called Tablet Remote that I may try) so I may just give that a go.
I've had similar experiences, side loading works just fine and all the apps start up. I looked into this tablet remote, and it seems like it would work too, but I hate the idea of Bluetooth pairing.

In the spirit of this device, I suppose the "right" way to do this would be to forward commands through a server. The receiver service running on the device end with a remote on the client end.

The limitation of the Tablet Remote is that it would require all of the apps to be started via ADB. I'm thinking of making a simple interface that starts some of the apps you would want to run (Pandora, Crackle, Netflix, etc).

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...