Congratulations to Cicadaman & co. for getting Froyo running on the Nook Color! Visit the nook Color portal!
See Rooting new hardware FIRST if you have a nook original with a 1003* serial# or above.

Honeycomb App List

From nookDevs

Revision as of 14:24, 9 February 2011 by Vid (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Working Apps

ADW.Launcher v1.3.6 Standalone

Works after a reboot

AppBrain App Market v5.3

No problems

Angry Birds v1.4.2

No problems

Angry Birds Seasons v1.1.1

Angry Birds Seasons works perfectly.

Aquarium Free v2.3

Live wallpaper fishtank works.

ASTRO v2.5.2

No problems, However, SMB Addon Crashes Astro when used.

Dolphin Browser HD v4.3.0

No problems, but skip entering an email address on first startup. If you don't you will be stuck in the initial installation wizard.

Facebook v1.5.1 (by Facebook)

No problems with primary app but if you try to add a FB widget to any home page the primary app will crash. Trying to relaunch app results in continued crashes until widget is removed.

Gmail v2.3.2

No problems

Google Services Framework v2.2.1

No problems

Kindle v2.0.4.103870164

No problems

Launcher Pro v0.8.3

Installs but hangs when executed the first time. Eventually displays a dialog:

Sorry!
Activity LauncherPro (in application LauncherPro) is not responding.

Force Close/Wait

After a reboot, works OK

Maps v4.5.1

No problems

Maps v5.0.0

No problems, although the new 'tilt' feature doesn't seem to work

Market v2.2.11

No problems

Meebo v22

No problems so far

Nook v2.4.1

No problems

Skyfire v3.2.0

No problems

Terminal Emulator v1.0.21

No problems

YouTube v2.1.6

Won't play HQ video

Broken Apps

Flash 10.1 v10.1.61.68

Installation fails:

$ adb install Flash101.apk 
2619 KB/s (4396237 bytes in 1.639s)
        pkg: /data/local/tmp/Flash101.apk
Failure [INSTALL_FAILED_MISSING_FEATURE]

'adb logcat' shows which feature is missing:

D/PackageManager( 1463): Scanning package com.adobe.flashplayer
E/PackageManager( 1463): Package com.adobe.flashplayer requires unavailable feature com.google.android.feature.GOOGLE_PLUGIN; failing!

Google Voice v0.4.2.13

Crashes in 'Welcome to Google Voice' wizard. Upon clicking 'Next' a dialog appears:

Sorry!

The application Google Voice (process com.google.android.apps.googlevoice) has stopped unexpectedly.  Please try again.

Force close

'adb logcat' reports:

D/GLUtils ( 2081): EGL ERROR - eglCreateImage() returned 0
D/GLUtils ( 2081): after eglCreateImage() eglError (0x300c)
[repeats]
E/ActivityManager(  891): Activity Manager Crash
E/ActivityManager(  891): java.lang.IllegalArgumentException: Null intent at index 0
E/ActivityManager(  891):       at com.android.server.am.ActivityManagerService.getIntentSender(ActivityManagerService.java:3907)
E/ActivityManager(  891):       at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:791)
E/ActivityManager(  891):       at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:1516)
E/ActivityManager(  891):       at android.os.Binder.execTransact(Binder.java:320)
E/ActivityManager(  891):       at dalvik.system.NativeStart.run(Native Method)
D/AndroidRuntime( 2081): Shutting down VM
W/dalvikvm( 2081): threadid=1: thread exiting with uncaught exception (group=0x40014760)
E/AndroidRuntime( 2081): FATAL EXCEPTION: main
E/AndroidRuntime( 2081): java.lang.IllegalArgumentException: Null intent at index 0
E/AndroidRuntime( 2081):        at android.os.Parcel.readException(Parcel.java:1326)
E/AndroidRuntime( 2081):        at android.os.Parcel.readException(Parcel.java:1276)
E/AndroidRuntime( 2081):        at android.app.ActivityManagerProxy.getIntentSender(ActivityManagerNative.java:2337)
E/AndroidRuntime( 2081):        at android.app.Activity.createPendingResult(Activity.java:3652)
E/AndroidRuntime( 2081):        at com.google.android.apps.googlevoice.system.AuthenticationHelperEclairAndLater.sendActivityResult(AuthenticationHelperEclairAndLater.java:291)
E/AndroidRuntime( 2081):        at com.google.android.apps.googlevoice.system.AuthenticationHelperEclairAndLater.access$600(AuthenticationHelperEclairAndLater.java:36)
E/AndroidRuntime( 2081):        at com.google.android.apps.googlevoice.system.AuthenticationHelperEclairAndLater$5.run(AuthenticationHelperEclairAndLater.java:284)
E/AndroidRuntime( 2081):        at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 2081):        at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2081):        at android.os.Looper.loop(Looper.java:126)
E/AndroidRuntime( 2081):        at android.app.ActivityThread.main(ActivityThread.java:3900)
E/AndroidRuntime( 2081):        at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2081):        at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime( 2081):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 2081):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 2081):        at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager(  891):   Force finishing activity com.google.android.apps.googlevoice/.activity.setup.MessageActivity

Maps v5.1.0

On startup, this dialog box is displayed:

Sorry!

The application Maps (process com.google.android.apps.maps) has stopped unexpectedly.  Please try again.

Force close

'adb logcat' reports a NullPointerException:

W/dalvikvm( 3465): threadid=1: thread exiting with uncaught exception (group=0x40014760)
E/AndroidRuntime( 3465): FATAL EXCEPTION: main
E/AndroidRuntime( 3465): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.apps.maps/com.google.android.maps.MapsActivity}: java.lang.NullPointerException
E/AndroidRuntime( 3465):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1701)
E/AndroidRuntime( 3465):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1717)
E/AndroidRuntime( 3465):        at android.app.ActivityThread.access$1500(ActivityThread.java:123)
E/AndroidRuntime( 3465):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:984)
E/AndroidRuntime( 3465):        at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3465):        at android.os.Looper.loop(Looper.java:126)
E/AndroidRuntime( 3465):        at android.app.ActivityThread.main(ActivityThread.java:3900)
E/AndroidRuntime( 3465):        at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3465):        at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime( 3465):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 3465):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 3465):        at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3465): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 3465):        at com.google.android.maps.MapsActivity.f(Unknown Source)
E/AndroidRuntime( 3465):        at com.google.android.maps.MapsActivity.a(Unknown Source)
E/AndroidRuntime( 3465):        at com.google.android.maps.MapsActivity.onCreate(Unknown Source)
E/AndroidRuntime( 3465):        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
E/AndroidRuntime( 3465):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1665)
E/AndroidRuntime( 3465):        ... 11 more

Superuser v2.3.6.1

/bin/su fails to install, and won't link properly if installed by hand. From adb:

adb remount
adb shell
root:/ # cat data/data/com.noshufou.android.su/files/su > system/bin/su
root:/ # chmod 6755 system/bin/su
root:/ # system/bin/su
reloc_library[1315]:  2404 cannot locate '_mktemp'...
CANNOT LINK EXECUTABLE

Comparing system/lib/libc.so from Nookie Froyo 0.5.9 and nookhoney02, the mangled function names for mktemp() do not match:

$ strings -a nookhoney02/libc.so | grep mktemp
mktemp
$ strings -a NookieFroyo/libc.so | grep mktemp
_mktemp
warning: gets() is very unsafe; consider using fgets()warning: mktemp() possibly used unsafely; consider using mkstemp()warning: tempnam() possibly used unsafely; consider using mkstemp()warning: tmpnam() possibly used unsafely; consider using mkstemp()$NetBSD: ev_timers.c,v 1.2 2004/05/20 19:52:31 christos Exp $
.gnu.warning.mktemp

YouTube v1.6.21

Refuses to start. 'adb logcat' output:

I/ActivityManager(  919): Start proc com.google.android.youtube for activity com.google.android.youtube/.HomeActivity: pid=2690 uid=10034 gids={3003}
I/ActivityThread( 2690): Pub com.google.android.youtube.SuggestionProvider: com.google.android.youtube.suggest.SuggestionProvider
I/YouTube ( 2690): Distribution channel:mvapp-android-google
I/ActivityManager(  919): Process com.google.android.youtube (pid 2690) has died.
D/Zygote  (  831): Process 2690 exited cleanly (214)
Views
Personal tools
  • Log in / create account
Navigation
nookDevs Team
miscellaneous