• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Update on x86 device

jacopo89

Lurker
Excuse me, if i post in the wrong section...
I have a x86 device with AMD Geode that use Android1.5 correctly.
I find a x86 compiled version of Android, and i try to update this.
I substitute the package of /system /etc /bin
All binary package but not kernel(because the configuration is not easy)
After do that i reboot my device and see this error with logcat

Code:
D/AndroidRuntime( 2436): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 2436): CheckJNI is ON
W/dalvikvm( 2436): Unable to register: not native: Ljava/io/FileDescriptor;.valid ()Z
E/JNIHelp ( 2436): RegisterNatives failed for 'java/io/FileDescriptor'
W/dalvikvm( 2436): jniRegisterSystemMethods failed
D/dalvikvm( 2436): VM cleaning up
D/dalvikvm( 2436): LinearAlloc 0x0 used 59004 of 4194304 (1%)
W/dalvikvm( 2436): JNI_CreateJavaVM failed
E/AndroidRuntime( 2436): JNI_CreateJavaVM failed

This error repeat every 2 seconds. Device is block on the boot image...
I can to connect with adb and do everything.

Thanks,
Jacopo
 
Back
Top Bottom