Wiki GTVHacker Wiki Blog GTVHacker Blog Register    Login    Forum    Search    FAQ

Board index » Apps and App Suggestions




Author Message
 Post subject: Confirmed Working Apps
 Post Posted: Mon Aug 01, 2011 9:13 pm 
Offline
Android 1.0

Joined: Mon Aug 01, 2011 6:46 pm
Posts: 29
Thanks to user jd567890, there is a shared Dropbox account set up with confirmed working app installers (apk's).

login: gtvmarket@gmail.com
password: GTV2011



Amazon Appstore http://www.amazon.com/mobile-apps/b?ie= ... 2350149011
Blackmoon File Browser https://market.android.com/details?id=com.blackmoonit.android.FileBrowser
Calculator stock
ClearCheckbook MoneyManagement https://market.android.com/details?id=com.clearcheckbook.app
diviClock https://market.android.com/details?id=divi.clock
Dropbox https://market.android.com/details?id=com.dropbox.android
Facebook https://market.android.com/details?id=com.facebook.katana
Google+ https://market.android.com/details?id=com.google.android.apps.plus
Google Music https://market.android.com/details?id=com.google.android.music
Google Voice https://market.android.com/details?id=com.google.android.apps.googlevoice
Launcher Pro https://market.android.com/details?id=com.fede.launcher
Logitech Squeezebox Controller https://market.android.com/details?id=com.logitech.squeezeboxremote
Pulse News https://market.android.com/details?id=com.alphonso.pulse
Root Explorer (File Manager) https://market.android.com/details?id=com.speedsoftware.rootexplorer
Seesmic https://market.android.com/details?id=com.seesmic
Slacker Radio https://market.android.com/details?id=com.slacker.radio
SwiFTP http://code.google.com/p/swiftp/downloads/list
SystemPanel https://market.android.com/details?id=nextapp.systempanel
Twitter https://market.android.com/details?id=com.facebook.katana
Zillow Real Estate & Rentals https://market.android.com/details?id=com.zillow.android.zillowmap

Note: most apps need to be side-loaded and cannot be installed from the Android Market yet.

This Dropbox account is NOT controlled by any member of GTVHacker.


Last edited by resno on Sun Aug 21, 2011 6:02 pm, edited 5 times in total.
Added note aobut Dropbox account.


Top 
 Post Posted: Mon Aug 01, 2011 10:27 pm 
Offline
2.1 Eclair

Joined: Mon Jul 25, 2011 4:16 pm
Posts: 163
Launcher pro works as well

_________________
Please sign the petition for an open bootloader for the Logitech Revue.
http://www.change.org/petitions/logitech-release-an-open-boot-loader-for-the-logitech-revue


Top 
 Post Posted: Mon Aug 01, 2011 11:57 pm 
Offline
1.5 Cupcake

Joined: Mon Aug 01, 2011 8:54 pm
Posts: 63
I've found in searching the market using "LaunchPro" there were a list of small things that were found under the same results with it that loaded such as AniFlipClock Lite, Fast Uninstaller(Free), and Essential Games Guide.


Top 
 Post Posted: Tue Aug 02, 2011 12:40 am 
Offline
Android 1.0

Joined: Mon Aug 01, 2011 10:39 pm
Posts: 6
Taskiller is a good one. Works great.

With the previous build of GoogleTV holding the home key would show running apps which you could terminate. Now it just shows recent apps, not only the ones running, without the ability to close what is running.
Taskiller seems like a good solution.


Top 
 Post Posted: Tue Aug 02, 2011 2:39 am 
Offline
Android 1.0

Joined: Tue Aug 02, 2011 2:36 am
Posts: 13
Do we know why some apps work, whilst others do not?
There needs to be something in the android manifest to indicate one or the other

Is it as simple as this?
http://code.google.com/intl/no-NO/tv/an ... tures.html

Quote:
Caution: By default, Android Market assumes that an application requires full touchscreen support. If you want your application to appear in Android Market for Google TV devices, you must specify in your manifest file (AndroidManifest.xml) that your application does not require full touchscreen support. To do this, add the following element specification exactly as it appears:
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>


Top 
 Post Posted: Tue Aug 02, 2011 5:07 am 
Offline
Android 1.0

Joined: Mon Aug 01, 2011 6:22 pm
Posts: 6
elsewhat wrote:
Do we know why some apps work, whilst others do not?
There needs to be something in the android manifest to indicate one or the other

Is it as simple as this?
http://code.google.com/intl/no-NO/tv/an ... tures.html

Quote:
Caution: By default, Android Market assumes that an application requires full touchscreen support. If you want your application to appear in Android Market for Google TV devices, you must specify in your manifest file (AndroidManifest.xml) that your application does not require full touchscreen support. To do this, add the following element specification exactly as it appears:
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>


I think so. The whole point of using Java (or something Java-like) as the base for Android was that you would have bytecode that could be run on multiple architectures. The OS itself is the interpreter as it were. Most apps on the market should be able to run on the CPU. The only time they wouldn't be able to is if they used underlying architecture specific binaries, for example with something like Titanium Backup Pro where you occasionally need to re-download binaries for the OS. Outside of that, it's all about the attributes within the application and support turned on for the various kinks of the platform (no touchscreen, landscape only, etc).

Personally I'm not sure what on the market I'd like to run on the GTV. Maybe some of the productivity stuff, sure. I can see where tablets and handsets might share a good bit of the apps on the market due to their similarities and functionality. However I don't see how that would translate to a television. I think we may end up seeing a whole nother breed of application take shape just for the TV format. Besides, I don't want to run widgets on a background on my screen, I want to hit a button and have widgets for twitter and/or facebook (or gmail) float semi-transparent over what I'm watching and only go full opaque when I scroll over them. I think the nature of television will dictate a new class of behavior with the info-apps we use.


Top 
 Post Posted: Tue Aug 02, 2011 8:46 am 
Offline
Android 1.0

Joined: Mon Aug 01, 2011 9:33 pm
Posts: 22
Could not agree with you more...


Top 
 Post Posted: Tue Aug 02, 2011 9:14 am 
Offline
1.5 Cupcake

Joined: Mon Aug 01, 2011 8:54 pm
Posts: 63
So after playing with this, after a few hours, it seems that if you go to a group it from the main screen it might or might not allow you to install something but if you type in something to search, it will bring up apps that will work and install so just do a search and it will show you what can be installed on the Revue :D


Top 
 Post Posted: Tue Aug 02, 2011 7:36 pm 
Offline
Android 1.0

Joined: Mon Aug 01, 2011 9:53 pm
Posts: 45
GTV Device Owned: Logitech Revue
From Sideloading via dropbox here's the apps that I have installed and are working (so far):
1. Dropbox (of course)
2. Root Explorer
3. Google Music (though no menu for streaming from my google music yet)
4. Google+ (HELL YEAH!)
5. Clearcheckbook (though the layout is a little buggy)


Will test out more later


Top 
 Post Posted: Tue Aug 02, 2011 7:42 pm 
Offline
1.5 Cupcake

Joined: Mon Aug 01, 2011 8:54 pm
Posts: 63
All I do, is if I have the APK on my phone, I just email the APK to myself and via the web pull my email up. I've managed to add Facebook, Twitter, G+, Huddle, Craigslist Browser and Alchemy.


Top 
Display posts from previous:  Sort by  
 
 Page 1 of 61 [ 608 posts ] Go to page 1, 2, 3, 4, 5 ... 61  Next




Board index » Apps and App Suggestions


Who is online

Users browsing this forum: No registered users and 2 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

SEOed