Giter Site home page Giter Site logo

android_device_bn_encore's People

Contributors

attn1 avatar binjeh avatar cvpcs avatar dalingrin avatar dhiru1602 avatar drmarble avatar eyeballer avatar fat-tire avatar gweedo767 avatar hyperb1iss avatar keyodi avatar kmobs avatar koush avatar krylon360 avatar nemith avatar polymath257 avatar rbrune avatar rmcc avatar ryands avatar steven676 avatar sven-dawitz avatar twidgevr avatar unforgiven512 avatar verygreen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android_device_bn_encore's Issues

no sound

ALSA not building. No sound coming out of the encore.

Magic Smoke Live Wallpaper doesn't work

Here's what it's dumping:

I/ActivityManager( 953): Start proc com.android.magicsmoke for service com.android.magicsmoke/.MagicSmoke: pid=2191 uid=10004 gids={}
V/RenderScript( 2191): rsContextCreateGL 0x90640, 0
V/RenderScript( 2191): RS Launching thread
V/RenderScript( 2191): initEGL start
D/libEGL ( 2191): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 2191): loaded /system/lib/egl/libEGL_POWERVR_SGX530_125.so
D/libEGL ( 2191): loaded /system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so
D/libEGL ( 2191): loaded /system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
V/RenderScript( 2191): GL Version OpenGL ES 2.0
V/RenderScript( 2191): GL Renderer PowerVR SGX 530
D/AndroidRuntime( 2191): Shutting down VM
W/dalvikvm( 2191): threadid=1: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 2191): FATAL EXCEPTION: main
E/AndroidRuntime( 2191): java.lang.IllegalArgumentException: x + width must be <= bitmap.width()
E/AndroidRuntime( 2191): at android.graphics.Bitmap.checkPixelsAccess(Bitmap.java:823)
E/AndroidRuntime( 2191): at android.graphics.Bitmap.getPixels(Bitmap.java:780)
E/AndroidRuntime( 2191): at com.android.magicsmoke.MagicSmokeRS.loadBitmap(MagicSmokeRS.java:245)
E/AndroidRuntime( 2191): at com.android.magicsmoke.MagicSmokeRS.loadBitmaps(MagicSmokeRS.java:263)
E/AndroidRuntime( 2191): at com.android.magicsmoke.MagicSmokeRS.createScript(MagicSmokeRS.java:296)
E/AndroidRuntime( 2191): at com.android.magicsmoke.RenderScriptScene.init(RenderScriptScene.java:42)
E/AndroidRuntime( 2191): at com.android.magicsmoke.RenderScriptWallpaper$RenderScriptEngine.onSurfaceChanged(RenderScriptWallpaper.java:85)
E/AndroidRuntime( 2191): at android.service.wallpaper.WallpaperService$Engine.updateSurface(WallpaperService.java:590)
E/AndroidRuntime( 2191): at android.service.wallpaper.WallpaperService$Engine.attach(WallpaperService.java:654)
E/AndroidRuntime( 2191): at android.service.wallpaper.WallpaperService$IWallpaperEngineWrapper.executeMessage(WallpaperService.java:878)
E/AndroidRuntime( 2191): at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:61)
E/AndroidRuntime( 2191): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2191): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2191): at android.app.ActivityThread.main(ActivityThread.java:3649)
E/AndroidRuntime( 2191): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2191): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 2191): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime( 2191): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 2191): at dalvik.system.NativeStart.main(Native Method)
I/ActivityManager( 953): Displayed com.android.wallpaper.livepicker/.LiveWallpaperPreview: +1s12ms

Ad-Hoc Wireless

Can someone verify this is working and close if it is and fix if it isn't?

OTA build can't handle VFAT boot partition (only knows boot.img)

Need to put uRamdisk, uImage, and potentially u-boot.bin in the vfat p1. Right now Android doesn't know how to do that, as there are no devices that do that.

This means that any OTA will fail or worse overwrite /boot making a device unoperable.

Three ways to fix it:

METHOD ONE: extend edify to support stripping boot.img into component files and then mount p1 and copy the files in. This requires changes to edify as well as the python program that builds the updater-script.

METHOD TWO: don't use boot.img at all. This requires modifying BOTH the OTA-maker so that it doesn't create a boot.img but instead copies the files into a folder and then ALSO requires modifying the script-builder so that it handles the two files.

METHOD THREE: patch the nook's bootloader to actually USE boot.img.

Everyone seems to think Method 2 is the right way to go.

Mount sdcard as usb mass storage

Appears to be vold configuration.

This can be seen in logcat:
E/UsbObserver( 967): Could not parse switch state from event {SUBSYSTEM=switch, SWITCH_STATE=online, DEVPATH=/devices/virtual/switch/usb_mass_storage, SEQNUM=999, ACTION=change, SWITCH_NAME=usb_mass_storage}

DSP support

this needs to go in. Cicada has done this with NF so we're looking to his lead :)

Fix kernel (graphic) image.

This is another one I'm working on right now.

Update-- by "image" i'm talking about a graphic, either an initlogo.rle or a new logo_linux_clut224.ppm in /usr/src/linux/drivers/video/logo/ (or both).

This is an aesthetic thing to replace the hideous "Loading..." graphic in the kernel.

Set default lockscreen style to "Sliding Tab"

It now defaults to "Rotary" which (not our fault, this is upstream) looks crappy on a giant nook screen.

Find CM settings and change the default to "Sliding Tab" and all will be good.

Kernel Panics/reboot on Browser/other apps.

Hate to add another issue, but it's here so we may as well acknowlege/eliminate it.

This kp/reboot started within the last week. Previously browser worked fine without even a FC. Theory: this is related to browser hitting the GPS or otherwise using the location service, leading to a kp (somehow).

If it's useful, I or someone else can post a /proc/last_kmsg.

Fix network issues

Fix network connection issues on ICS. Certain apps are unable to make HTTP requests.

I will update this issue with the appropriate logcat info when I get a chance.

Android Market "My Apps" empty

Apps list is empty with no errors that I can see. Sometimes it shows up and function correctly but most of the time the list is empty.

Keyboard still tiny in landscape

android/system/packages/inputmethods/LatinIME/java/res/values-land/dimens.xml has to match values/dimens. Easy fix and I'll do it this afternoon.

Live Wallpapers Missing Again

Live Wallpapers were missing. Then they showed up.

Now they seem to be gone again. No clue why, but this is an issue that should be resolved so that they appear again.

Days of the week/default Language screwy.

Experiment: Run the clock, go to "alarm".

notice that the days are expressed as "2, 3, 4, 5, 6"

Now go to Settings->Language & Keyboard. Notice Language is:

"Md(United States)"

Huh? Now choose "Select Language" and try the option "English (United States)" or the appropriate language for you.

Now go back to the clock. The days of the week are correct.

For some reason the date is defaulting to a configuration that does not exist. This might be an upstream issue, but probably should check it out.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.