madman1923
Newbie
Ah, okay I think I know what's going on. I'll try and fix it.
When are you going to put up the miui rom?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ah, okay I think I know what's going on. I'll try and fix it.
When are you going to put up the miui rom?
@mantera:
Alright, try giving it another go.
Excellent! I'll try right now. Thanks!
Edit: So the build stopped on:
Notice file: external/sqlite/dist/NOTICE -- out/target/product/triumph/obj/NOTICE_FILES/src//utilities/sqlite3.txt
Notice file: bionic/libm/NOTICE -- out/target/product/triumph/obj/NOTICE_FILES/src//system/lib/libm.a.txt
make: *** No rule to make target `vendor/motorola/triumph/cherry/libcamera.so', needed by `out/target/product/triumph/obj/lib/libcamera.so'. Stop.
Edit 2: Ok, so I tried changing all of the "cherry" references in those lines in the triumph.mk file to "proprietary" and trying a build now.
Sorry, sorry. My mind is elsewhere (MIUI). I fixed the paths now: https://github.com/ikarosdev/androi...mmit/b7ef4bcd7599bf97b0e6ade73b079a01a53aa1f2
Resync and give it another go.
Do you have MIUI up on your repo or did you just make a binary since there is no source?
Lol sorry if I answered my own question![]()
remote object '/system/lib/libaudioeq.so' does not exist
remote object '/system/lib/hw/gralloc.msm7k.so' does not exist
remote object '/system/lib/libOmxEvrcEnc.so' does not exist
remote object '/system/lib/libOmxAacDec.so' does not exist
remote object '/system/lib/libOmxQcelp13Dec.so' does not exist
remote object '/system/lib/libOmxAmrEnc.so' does not exist
remote object '/system/lib/libOmxAdpcmDec.so' does not exist
remote object '/system/lib/libOmxEvrcDec.so' does not exist
remote object '/system/lib/libOmxAmrDec.so' does not exist
remote object '/system/lib/libOmxAmrwbDec.so' does not exist
remote object '/system/lib/libOmxWmaDec.so' does not exist
remote object '/system/lib/libOmxQcelp13Enc.so' does not exist
remote object '/system/lib/libOmxMp3Dec.so' does not exist
remote object '/system/lib/libOmxAmrRtpDec.so' does not exist
remote object '/system/lib/libOmxAacEnc.so' does not exist
remote object '/system/lib/libmm-adspsvc.so' does not exist
remote object '/system/lib/libomx_aacdec_sharedlibrary.so' does not exist
remote object '/system/lib/libomx_amrdec_sharedlibrary.so' does not exist
remote object '/system/lib/libomx_amrenc_sharedlibrary.so' does not exist
remote object '/system/lib/libomx_avcdec_sharedlibrary.so' does not exist
remote object '/system/lib/libomx_m4vdec_sharedlibrary.so' does not exist
remote object '/system/lib/libomx_mp3dec_sharedlibrary.so' does not exist
remote object '/system/lib/libomx_sharedlibrary.so' does not exist
remote object '/system/lib/libloc_api.so' does not exist
remote object '/system/lib/libloc-rpc.so' does not exist
remote object '/system/lib/libloc_ext.so' does not exist
remote object '/system/lib/libgps.so' does not exist
remote object '/system/lib/libloc.so' does not exist
Thanks. I repo synced and then rebuilt. However, the camera wasn't working. It just keeps fc'ing. I think its probably because the build is using your OC kernel. I'll have to do some checking into that area.
Question though: what folder is your source in for your kernel? If you don't mind sharing, that is. I must just be blind because I can't seem to locate it... All I see in your github is the original source wx435 folder.
Thanks again.
when i tried to stup ubuntu for building from source the command to get the repo program failed... it said "could not connect to host"
Thanks. I repo synced and then rebuilt. However, the camera wasn't working. It just keeps fc'ing. I think its probably because the build is using your OC kernel. I'll have to do some checking into that area.
Question though: what folder is your source in for your kernel? If you don't mind sharing, that is. I must just be blind because I can't seem to locate it... All I see in your github is the original source wx435 folder.
Thanks again.
Hey, I ran into this problem as well working on new camera libs. Check ~/android/system/vendor/motorla/BoardConfigVendor.mk and make sure USE_CAMERA_STUB is set to false.
Then, you'll have to rebuild
Thanks. my copy of the repo had gotten messed up so I redownloaded it, checked the line and it was set as you mentioned. I rebuilt and now it's not booting again. Here's the logcat; it looks like it's crashing on the camera libs again--but I'm assuming that's because you're still working on it.:
I/dalvikvm( 755): System server process 758 has been created
I/Zygote ( 755): Accepting command socket connections
D/AndroidRuntime( 758): Shutting down VM
W/dalvikvm( 758): threadid=1: thread exiting with uncaught exception (group=0x2aac0560)
I/Process ( 758): Sending signal. PID: 758 SIG: 9
I/Zygote ( 755): Exit zygote because system server (758) has terminated
E/AndroidRuntime( 758): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 758): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1962]: 755 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1962]: 755 could not load needed library 'libcameraservice.so' for 'libsystem_server.so' (reloc_library[1311]: 755 cannot locate 'HAL_getCameraInfo'...
E/AndroidRuntime( 758): ))
E/AndroidRuntime( 758): at java.lang.Runtime.loadLibrary(Runtime.java:455)
E/AndroidRuntime( 758): at java.lang.System.loadLibrary(System.java:554)
E/AndroidRuntime( 758): at com.android.server.SystemServer.main(SystemServer.java:712)
E/AndroidRuntime( 758): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 758): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 758): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
E/AndroidRuntime( 758): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
E/AndroidRuntime( 758): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 758): Error reporting crash
E/AndroidRuntime( 758): java.lang.NullPointerException
E/AndroidRuntime( 758): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 758): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
E/AndroidRuntime( 758): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
E/AndroidRuntime( 758): at dalvik.system.NativeStart.main(Native Method)
I/Netd ( 768): Netd 1.0 starting
D/AndroidRuntime( 772):
D/AndroidRuntime( 772): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
Here's my boardconfig.mk. It should be exactly the same as what's on your repo since I started from scratch and redownloaded the whole thing last night.
triumph boardconfig.mk - Pastebin.com
Thanks! Trying a build now after deleting that folder and doing a clobber.
So I didn't want to stick this note in the middle of the cm7 thread. Just reporting that I don't think your HDMI code worked.
When I connected my phone to the HDMI in on my tv, the TV seems to recognize an input is connected and the TV screen gets the normal blue screen when an input is recognized but no video is being sent to it look.
This is much better than it was on the previous cm 7 where the tv never recognizes that an hdmi input is connected.
Here's what I did to get your experimental branch code--I don't think this was the best and correct way to do it but I think it should still work, correct me if it wouldn't work. I did a repo sync and then since, at the time, I didn't know I could set up my files as a git so the git cherry-pick command didn't work, I just copied over your files in the
ikarosdev / android_frameworks_base in your gingerbread-experimental branch and replaced my existing files. The build was successful and the phone booted.