Confirmed Working Apps

Talk about apps goes here.
Locked
androidblind
Android 1.0
Posts: 2
Joined: Wed Aug 03, 2011 11:50 am

Re: Confirmed Working Apps

Post by androidblind »

So far: (installed by sideloading backed up apks from my phone via Dropbox)

Evernote: Yes (and it looks amazing)
Elixir: Sideways, crashes (kind of)
Rage Faces: Yes (but the comics need to be dragged with the "mouse" - arrow keys don't do it)

edit: a few more:

Facebook: Yes
Total Commander: Yes
Redditmag: Yes (although the OK button doesn't open the image, and the image itself is small).
Doggcatcher: Yes (apparently in tablet mode)
SPB Shell: No way (I had to try)
APRS Viewer: Yes (The map wasn't full screen though)
Aix Weather widget: Yes (Perfectly, and looks great on the TV)

I did notice in a few of these apps that I couldn't see the text I was typing in some pop-up boxes.
txyaloo
Android 1.0
Posts: 20
Joined: Tue Aug 02, 2011 5:21 am

Re: Confirmed Working Apps

Post by txyaloo »

davpel wrote:
MarFan wrote:
I also was able to load Plex, everything worked except for the streaming of a video.
There are reports elsewhere that Plex will work properly if you are connected over WiFi, but that video will not stream if the GTV is connected via Ethernet. How is your GTV set up?
Negative. You have to be connected via Wifi for Plex to even see the Plex server. Under ethernet, it doesn't sense a network connection.

Once you connect to the server, files won't play. Not sure exactly what's going on. The Plex logs look like transcoding starts, and then it just abandon's the process.
joedeveloper
1.5 Cupcake
Posts: 62
Joined: Tue Aug 02, 2011 9:22 am

Re: Confirmed Working Apps

Post by joedeveloper »

androidblind wrote:So far: (installed by sideloading backed up apks from my phone via Dropbox)

Evernote: Yes (and it looks amazing)
Elixir: Sideways, crashes (kind of)
Rage Faces: Yes (but the comics need to be dragged with the "mouse" - arrow keys don't do it)

edit: a few more:

Facebook: Yes
Total Commander: Yes
Redditmag: Yes (although the OK button doesn't open the image, and the image itself is small).
Doggcatcher: Yes (apparently in tablet mode)
SPB Shell: No way (I had to try)
APRS Viewer: Yes (The map wasn't full screen though)
Aix Weather widget: Yes (Perfectly, and looks great on the TV)

I did notice in a few of these apps that I couldn't see the text I was typing in some pop-up boxes.
Yeah I listed that over in the known issues thread. Black on black text is a bug it appears across this build. Has to do with the framework-res.apk and it not having the right pngs or settings in the xml. I'm sure it will be fixed in a later build.
mattland
Android 1.0
Posts: 3
Joined: Wed Aug 03, 2011 5:38 am

Re: Confirmed Working Apps

Post by mattland »

Ad free Android = YES ..installs and works but reverts to sideways on your tv.
mattland
Android 1.0
Posts: 3
Joined: Wed Aug 03, 2011 5:38 am

Re: Confirmed Working Apps

Post by mattland »

Also the Sugarsync apk works...for those of us who use it as an alternative to dropbox....It give you 5gb of free storage as opposed to 2gb
strvmarv
Android 1.0
Posts: 3
Joined: Tue Aug 02, 2011 6:37 pm

Re: Confirmed Working Apps

Post by strvmarv »

These work as well:

My-Cast Weather (w/widgets)
System Info Widgets (by Jason Calhoun)

- Paul
Dell Streak 5
StreakDroid/GingerStreak
---
Logitech Revue
kentoe
Android 1.0
Posts: 4
Joined: Wed Aug 03, 2011 9:39 am

Re: Confirmed Working Apps

Post by kentoe »

joedeveloper wrote:
kentoe wrote:
joedeveloper wrote: Better Terminal Pro - http://i.imgur.com/FhRIah.jpg

How did you get BTP to work? Mine kept force closing before the terminal was launched.
Have to download the paid version from the market. I figured it was a good buy, I tried a bunch of other versions prior to paying for it, none of which worked.

It only FC's after closing the app when you are done, not a big deal.
Oh okay, I just happened to stumble on it when just searching terminal emulator.apk because terminal emulator was free and I accidentally downloaded that one and it's apparently a good terminal. Was disappointed to see it wasn't working for me. Good to know it actually works from the legit marketplace.

mattland wrote:N64oid Works..but force closes when trying to open up a ROM..Maybe we can work on this. Haven't tried any other emulators yet but I'm gonna try.
I noticed this with Snesoid as well. Would it be useful to grab the error from logcat you think?

By the way this is the error:

Code: Select all

08-03 22:50:16.060: WARN/dalvikvm(1899): threadid=1: thread exiting with uncaught exception (group=0x66a81778)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899): FATAL EXCEPTION: main
08-03 22:50:16.064: ERROR/AndroidRuntime(1899): java.lang.UnsatisfiedLinkError: Couldn't load emu: findLibrary returned null
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at java.lang.Runtime.loadLibrary(Runtime.java:425)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at java.lang.System.loadLibrary(System.java:554)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at com.androidemu.Emulator.createInstance(Emulator.java:42)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at com.androidemu.snes.EmulatorActivity.onCreate(EmulatorActivity.java:128)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1732)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.app.ActivityThread.access$1500(ActivityThread.java:124)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1016)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.os.Handler.dispatchMessage(Handler.java:99)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.os.Looper.loop(Looper.java:132)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at android.app.ActivityThread.main(ActivityThread.java:4083)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at java.lang.reflect.Method.invokeNative(Native Method)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at java.lang.reflect.Method.invoke(Method.java:491)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
08-03 22:50:16.064: ERROR/AndroidRuntime(1899):     at dalvik.system.NativeStart.main(Native Method)
08-03 22:50:16.068: WARN/ActivityManager(156):   Force finishing activity com.androidemu.snes/.EmulatorActivity
08-03 22:50:16.072: WARN/ActivityManager(156):   Force finishing activity com.androidemu.snes/.MainActivity
08-03 22:50:16.576: WARN/ActivityManager(156): Activity pause timeout for ActivityRecord{66f8b3b8 com.androidemu.snes/.EmulatorActivity}
tcblues
Android 1.0
Posts: 21
Joined: Sat Jul 30, 2011 5:18 pm
Contact:

Re: Confirmed Working Apps

Post by tcblues »

Thanks!!!
That was the case :)
danger-rat wrote:
tcblues wrote:hey!!
In my case google music is all the time saying: Music Library is empty
How did you manage to solve this
Check your notifications - it's probably asking for permission to access your account...
tcblues
Android 1.0
Posts: 21
Joined: Sat Jul 30, 2011 5:18 pm
Contact:

Re: Confirmed Working Apps

Post by tcblues »

it is boring to try apps out doing all the process... you know downloading in the phone->usb->pc->dropbox->gtv and ... just to see that it is not working many times... is there any way to download an apk directly from browser??
Locked