Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Froyo #3

Open
wants to merge 6 commits into
base: froyo
Choose a base branch
from
Open

Froyo #3

wants to merge 6 commits into from

Conversation

maclaw
Copy link
Member

@maclaw maclaw commented Apr 17, 2011

Now camera can record videos in MP4, 640x480 resolution with 30fps per second.

@cadavre
Copy link

cadavre commented Apr 17, 2011

Sounds really great. Will merge when log to Ubuntu!

@maclaw
Copy link
Member Author

maclaw commented Apr 18, 2011

IMHO - now Spica records great, I'm want to fix sound record in camera later, but video is wonderful ;-)

@maclaw maclaw closed this Apr 18, 2011
@maclaw maclaw reopened this Apr 18, 2011
@maclaw
Copy link
Member Author

maclaw commented Apr 18, 2011

cadavre, and what with my pull request?

@cadavre
Copy link

cadavre commented Apr 18, 2011

It have been already tested and works well! Will be merged as soon as I boot
Ubuntu. Thank you!

2011/4/18 maclaw <
[email protected]>

cadavre, and what with my pull request?

Reply to this email directly or view it on GitHub:

#3 (comment)

@maclaw
Copy link
Member Author

maclaw commented Apr 18, 2011

Java too or camerafix only?

@piskor
Copy link
Member

piskor commented Apr 18, 2011

Java doesn't work for me. Every time, when i try to run it i get FC.
System compiled right now. Clean install after wiping data.
We need additional libraries:

logcat:

I/ActivityManager( 2078): Start proc com.esmertec.android.jbed:remote for service com.esmertec.android.jbed/.service.JbedService: pid=2664 uid=10032 gids={3003, 1006, 1015}
D/JbedApp ( 2664): onCreate
E/jbedservice( 2664): WARNING: Could not load jbed native lib jbedvm
E/jbedservice( 2664): java.lang.UnsatisfiedLinkError: Library jbedvm not found
E/jbedservice( 2664): at java.lang.Runtime.loadLibrary(Runtime.java:461)
E/jbedservice( 2664): at java.lang.System.loadLibrary(System.java:557)
E/jbedservice( 2664): at com.esmertec.android.jbed.service.JbedService.(JbedService.java:170)
E/jbedservice( 2664): at java.lang.Class.newInstanceImpl(Native Method)
E/jbedservice( 2664): at java.lang.Class.newInstance(Class.java:1429)
E/jbedservice( 2664): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2944)
E/jbedservice( 2664): at android.app.ActivityThread.access$3300(ActivityThread.java:125)
E/jbedservice( 2664): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087)
E/jbedservice( 2664): at android.os.Handler.dispatchMessage(Handler.java:99)
E/jbedservice( 2664): at android.os.Looper.loop(Looper.java:123)
E/jbedservice( 2664): at android.app.ActivityThread.main(ActivityThread.java:4641)
E/jbedservice( 2664): at java.lang.reflect.Method.invokeNative(Native Method)
E/jbedservice( 2664): at java.lang.reflect.Method.invoke(Method.java:521)
E/jbedservice( 2664): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
E/jbedservice( 2664): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/jbedservice( 2664): at dalvik.system.NativeStart.main(Native Method)
W/dalvikvm( 2664): No implementation found for native Lcom/esmertec/android/jbed/jsr/JbedMediaManager;.nativeInitialization ()V
W/dalvikvm( 2664): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/esmertec/android/jbed/jsr/JbedMediaManager;.
D/AndroidRuntime( 2664): Shutting down VM
W/dalvikvm( 2664): threadid=1: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime( 2664): FATAL EXCEPTION: main
E/AndroidRuntime( 2664): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 2664): at com.esmertec.android.jbed.service.JbedService.onCreate(JbedService.java:221)
E/AndroidRuntime( 2664): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2963)
E/AndroidRuntime( 2664): at android.app.ActivityThread.access$3300(ActivityThread.java:125)
E/AndroidRuntime( 2664): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087)
E/AndroidRuntime( 2664): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2664): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2664): at android.app.ActivityThread.main(ActivityThread.java:4641)
E/AndroidRuntime( 2664): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2664): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 2664): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
E/AndroidRuntime( 2664): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime( 2664): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2664): Caused by: java.lang.UnsatisfiedLinkError: nativeInitialization
E/AndroidRuntime( 2664): at com.esmertec.android.jbed.jsr.JbedMediaManager.nativeInitialization(Native Method)
E/AndroidRuntime( 2664): at com.esmertec.android.jbed.jsr.JbedMediaManager.(JbedMediaManager.java:107)
E/AndroidRuntime( 2664): ... 12 more
W/ActivityManager( 2078): Timeout executing service: ServiceRecord{463b2e58 com.esmertec.android.jbed/.service.JbedService}
I/ActivityManager( 2078): Crashing app skipping ANR: ProcessRecord{46157b90 2664:com.esmertec.android.jbed:remote/10032} Executing service com.esmertec.android.jbed/.service.JbedService

@nebkat
Copy link

nebkat commented Apr 18, 2011

I dont think we need java, users can install separately.

@nebkat
Copy link

nebkat commented Apr 18, 2011

These commits wont be included in BETA2.1 patch because you say sound doesn't work? Maybe later.

@maclaw
Copy link
Member Author

maclaw commented Apr 19, 2011

Sounds work, but I want better quality in future. Now is the same than before, but video is much better than before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants