Evervolv 3.2/CM10.1 (4.2.2) development thread -All welcome - HTC One V

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is the start of the Evervolv build for the PrimoU, it should give us all a good base to learn how to build from source and get more roms up and running for this device. The original device tree and msm7x30 come from @1ceb0x who I am extremely grateful for helping me understand the little I already do.
https://github.com/mcgi5sr2 contains all the sources I have so far.
Working:
boot to adb
Not Working:
Everything else
XDA:DevDB Information
EV3.2/CM10.1 restart, a ROM for the HTC One V
Contributors
mcgi5sr2, mcgi5sr2, MScorporation95
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.0.x
ROM Firmware Required: PrimoU
Based On: AOSP
Version Information
Status: Alpha
Current Stable Version: N/A
Created 2014-04-07
Last Updated 2014-04-17

Status:
20140407: Rom boots past HTC logo and adb is available, no bootanimation
Handy Terminal Commands:
#Make rom command can use mka instead in CM based roms, also creates log -j* indicates number of cores to use in building
make -j8 otapackage 2>&1 | tee filename.log
#Adds logcat pull request -thanks Lloir
add this to your init.primou.rc
service logcat /system/bin/logcat -f /data/data/logcat
class main
oneshot
reboot into recovery once you got "enough"
adb pull /data/data/logcat
and tada you have a logcat
#Pulls last kernel kmsg - reboot straight into recovery then pull -thanks Simon
adb pull /proc/last_kmsg kernel.txt
#Clears the heads for a new clean sync - helps fix repo sync issues
repo forall -vc "git reset --hard"

So building from source is fun and can take a lot of time. Ultimately it will benefit you and the community somehow.
http://forum.xda-developers.com/showthread.php?t=2060017
Is a good starting point.
http://wiki.cyanogenmod.org/w/Development
Also contains loads of info on how to get started on it all
http://wiki.cyanogenmod.org/w/Doc:_porting_intro
and also how to port
http://elinux.org/Android_Build_System
How building works...
Also the Evervol git hub:
https://github.com/Evervolv/android
will show you the sources we are currently using, I have no qualms with anyone going freelance and splitting into their own sources or anything else they want to try. I can help with the compiling errors etc, where I can but not with anything after that as I am yet to get through all of that myself.
Anyway I am trying to build the JellyBean version which relates to EV3.2 or Android 4.2.2

Code:
I/DEBUG ( 7076): memory map around fault addr deadbaad:
I/DEBUG ( 7076): be9f8000-bea19000 [stack]
I/DEBUG ( 7076): (no map for address)
I/DEBUG ( 7076): ffff0000-ffff1000 [vectors]
I/Netd (24351): Netd 1.0 starting
W/InterfaceController(24351): Warning (Cannot load library: load_library(linker.cpp:747): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/MDnsDS (24351): MDnsSdListener::Hander starting up
D/MDnsDS (24351): MDnsSdListener starting to monitor
D/MDnsDS (24351): Going to poll with pollCount 1
I/SurfaceFlinger(24558): SurfaceFlinger is starting
I/SurfaceFlinger(24558): use dithering
I/SurfaceFlinger(24558): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL (24558): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL (24558): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL (24558): loaded /system/lib/egl/libGLESv2_adreno200.so
I/Adreno200-EGL(24558): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
I/Adreno200-EGL(24558): Build Date: 07/31/12 Tue
I/Adreno200-EGL(24558): Local Branch:
I/Adreno200-EGL(24558): Remote Branch: quic/master
I/Adreno200-EGL(24558): Local Patches: NONE
I/Adreno200-EGL(24558): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING
I/gralloc (24558): using (fd=20)
I/gralloc (24558): id = msmfb40_0
I/gralloc (24558): xres = 480 px
I/gralloc (24558): yres = 800 px
I/gralloc (24558): xres_virtual = 480 px
I/gralloc (24558): yres_virtual = 2400 px
I/gralloc (24558): bpp = 32
I/gralloc (24558): r = 0:8
I/gralloc (24558): g = 8:8
I/gralloc (24558): b = 16:8
I/gralloc (24558): width = 52 mm (234.461533 dpi)
I/gralloc (24558): height = 88 mm (230.909088 dpi)
I/gralloc (24558): refresh rate = 60.00 Hz
D/CALCFPS (24558): DEBUG_CALC_FPS: 0
D/CALCFPS (24558): period: 10
D/CALCFPS (24558): ignorethresh_us: 500000
D/CALCFPS (24558): DEBUG_CALC_FPS: 0
D/CALCFPS (24558): period: 10
D/CALCFPS (24558): ignorethresh_us: 500000
E/HAL (24558): load: module=/system/lib/hw/hwcomposer.msm7x30.so
E/HAL (24558): Cannot load library: soinfo_relocate(linker.cpp:989): cannot locate symbol "_ZN7overlay7Overlay12waitForVsyncENS_5utils5eDestE" referenced by "hwcomposer.msm7x30.so"...
E/SurfaceFlinger(24558): hwcomposer module not found
W/SurfaceFlinger(24558): getting VSYNC period from fb HAL: 16666666
W/Adreno200-EGL(24558): <qeglDrvAPI_eglChooseConfig:780>: EGL_BAD_ATTRIBUTE
W/SurfaceFlinger(24558): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
W/SurfaceFlinger(24558): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
E/Trace (24558): error opening trace file: No such file or directory (2)
Code:
D/AndroidRuntime(24561):
D/AndroidRuntime(24561): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(24561): CheckJNI is OFF
D/dalvikvm(24561): Trying to load lib libjavacore.so 0x0
D/dalvikvm(24561): Added shared lib libjavacore.so 0x0
D/dalvikvm(24561): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(24561): Added shared lib libnativehelper.so 0x0
E/dalvikvm(24561): ERROR: couldn't find native method
E/dalvikvm(24561): Requested: Landroid/net/wifi/WifiNative;.killSupplicant:(Z)Z
E/dalvikvm(24561): Candidate: Landroid/net/wifi/WifiNative;.killSupplicant:()Z
E/JNIHelp (24561): RegisterNatives failed for 'android/net/wifi/WifiNative', aborting
F/libc (24561): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 24561 (zygote)
I/DEBUG ( 7076): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Seems its a wifi issue holding us up right now
@Lloir fancy throwing any helpful hints.

What I am trying to do next...
##New Stuff to look into
Its a Framework reboot issue. You need to collect ADB logs from the boot up.
adb logcat -v threadtime > logcat.txt
adb shell cat /proc/kmsg > kernellogs.txt
.............
adb bugreport > bugreport.txt
................
Make sure you clear below things at the beginning
/data/anr/*
/data/tombstone/*
Pull the traces and tombstone files from the /data/anr and /data/tombstone
adb pull /data/anr/ .
adb pull /data/tombstone .
Note: You can save in any folder by logging it outside the adb shell prompt
Search for the time stamp where you encountered the Framework reboot.
Map it appropriately with the traces/tombstones to find the issue
Click to expand...
Click to collapse
Scratch the tombstone bit as we don't seem to have that on the phone :'(

Hah Good luck. I can help you if you need, but I don't think that we can do new 4.2 base for it

Minto107 said:
Hah Good luck. I can help you if you need, but I don't think that we can do new 4.2 base for it
Click to expand...
Click to collapse
Thanks Minto, but I'm not sure what you mean?

This phone is not supported like some years ago. There is no one who can help us
Wysłane z mojego HTC One V przy użyciu Tapatalka

Minto107 said:
This phone is not supported like some years ago. There is no one who can help us
Wysłane z mojego HTC One V przy użyciu Tapatalka
Click to expand...
Click to collapse
If there's no one who can help us, we'll stick together and make it work..
@mcgi5sr2 I'm almost ready just syncing repos...

This phone is a fail and it was a fail so what do you want from it? It was next bad HTC phone, now there are more bad than good ones. Sure we can try.
Wysłane z mojego HTC One V przy użyciu Tapatalka

Minto107 said:
This phone is a fail and it was a fail so what do you want from it? It was next bad HTC phone, now there are more bad than good ones. Sure we can try.
Wysłane z mojego HTC One V przy użyciu Tapatalka
Click to expand...
Click to collapse
did you suddenly completely lose confidence.
and poland has a cool national anthem.
@mcgi5sr2 What's in logcat ...?

It's caused that I was using One S and S3 last time
Wysłane z mojego HTC One V przy użyciu Tapatalka

MameTozhio said:
did you suddenly completely lose confidence.
and poland has a cool national anthem.
@mcgi5sr2 What's in logcat ...?
Click to expand...
Click to collapse
I don't get what national anthem have to losing confidence because of bad phones

Hi guys,
I'm too happy to see people actually alive on the forum to worry about phone. Agreed it is a difficult beast, but I figure if we cut our teeth here everything else is only going to be easier in future! Also I think that a lot of the lessons we learn on Evervolv will help CM10.1 and then CM11 builds as well. The more of us know something about the phone, how it works, what loving it needs the better.
Logcat:
logcat.txt - 646.91 KB
BugReport:
bugreport.txt - 614.13 KB
Traces:
traces.txt.bugreport - 1.15 KB
I'm still perusing to try and work out what the magic is, I am starting to think its a frameworks problem, but thats only from the similarity in issues with other people I've found on google.
 @MameTozhio thanks for sticking with us !
 @MScorporation95 will do eventually we will end up as genuine Devs!
 @Minto107 I agree with almost all you said, but I have the phone until at least September, want to learn to Dev some more, and also don't know what I would do with a top of the line super powered phone right now...

Anything new? I'm looking at logcat which you sent.
---------- Post added at 07:59 PM ---------- Previous post was at 07:55 PM ----------
First: There is a problem with Adreno drivers
Many libs are missing
This rly important lib is missing: libnetcmdiface.so ROM is calling it really often

Minto107 said:
Anything new? I'm looking at logcat which you sent.
---------- Post added at 07:59 PM ---------- Previous post was at 07:55 PM ----------
First: There is a problem with Adreno drivers
Many libs are missing
This rly important lib is missing: libnetcmdiface.so ROM is calling it really often
Click to expand...
Click to collapse
Not made any real progress on EV3.2 but have now got a CM10.1 built and squished the first booting issue today. Will post sources once I'm back on a good connection. I am genuinely hopeful that we may get a build up and running both for CM10.1 and EV as AOSP.
With all this learning then we can apply it to CM11!
Sorry to be taking so long, but I am travelling for courses all month.

why everlov, sphongle is based on everlov

Hi cyber,
I used evervolv for that exact reason so that I could learn how it was done, and what did what. Also evervolv is a good base for use as it has legacy depositories.
I am also working through CM10.1 right now as well, I have ADB up and running and am currently looking for a fix for this badger
W/InterfaceController( 9806): Warning (Cannot load library: load_library(linker.cpp:771): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
might be able to add it to packages in the device make, but need to do a bit more research first. OK seemed to do the trick including the package, next up seems to be an egl error:
I/Netd ( 4825): Netd 1.0 starting
D/MDnsDS ( 4825): MDnsSdListener::Hander starting up
D/MDnsDS ( 4825): MDnsSdListener starting to monitor
D/MDnsDS ( 4825): Going to poll with pollCount 1
I/SurfaceFlinger( 5033): SurfaceFlinger is starting
I/SurfaceFlinger( 5033): use dithering
I/SurfaceFlinger( 5033): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 5033): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 5033): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 5033): loaded /system/lib/egl/libGLESv2_adreno200.so
I/Adreno200-EGL( 5033): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
I/Adreno200-EGL( 5033): Build Date: 07/31/12 Tue
I/Adreno200-EGL( 5033): Local Branch:
I/Adreno200-EGL( 5033): Remote Branch: quic/master
I/Adreno200-EGL( 5033): Local Patches: NONE
I/Adreno200-EGL( 5033): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING
F/libc ( 5033): Fatal signal 11 (SIGSEGV) at 0x00000001 (code=1), thread 5034 (SurfaceFlinger)
I/DEBUG ( 1513): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1513): Build fingerprint: 'htc_europe/htc_primou/primou:4.2.2/JDQ39/330937:user/user-debug'
I/DEBUG ( 1513): Revision: '2'
I/DEBUG ( 1513): pid: 5033, tid: 5034, name: SurfaceFlinger >>> /system/bin/surfaceflinger <<<

Cool Rom!

Any progress?
Waiting for CM10.1 eagerly!
:good::good::good:

Related

HELP :- desire boot looping :(

I got a real problem, running gingervillain.
I took out my SD card earlier and put another 1 in (not formatted right) to i could copy somthing onto it...some new maps for my nuvi gps.
Didnt think there would be a problem apart from the phone not finging most of my apps, it all booted ok apart from wigdets etc not working.
I go to put my normal sd card in and now its stuck in a boot loop I dont have any nandroid backups, although i have done 1 now but its just stick in boot loop.
Is there anyway around this? if someone can tell me how to post a log if that helps figure the problem.
I did have my dalvik cache running on the SD.
Its bootlooping 10-12 second after getting to the villainrom logo
sounds like you may have to re-install the rom. did you back up your apps with titanium back-up?
No, i dont have any recent backups at all
I have tried installing rom over the top but that dont help.
Here is a logcat grab :-
=======================
paused 26ms
I/dalvikvm( 368): System server process 386 has been created
I/Zygote ( 368): Accepting command socket connections
I/sysproc ( 386): Entered system_init()
I/sysproc ( 386): ServiceManager: 0xef120
I/SurfaceFlinger( 386): SurfaceFlinger is starting
I/SurfaceFlinger( 386): dithering enabled
I/SurfaceFlinger( 386): SurfaceFlinger's main thread ready to run. Initializing
graphics H/W...
I/qsd8k.gralloc( 386): using (fd=26)
I/qsd8k.gralloc( 386): id = msmfb
I/qsd8k.gralloc( 386): xres = 480 px
I/qsd8k.gralloc( 386): yres = 800 px
I/qsd8k.gralloc( 386): xres_virtual = 480 px
I/qsd8k.gralloc( 386): yres_virtual = 1600 px
I/qsd8k.gralloc( 386): bpp = 32
I/qsd8k.gralloc( 386): r = 0:8
I/qsd8k.gralloc( 386): g = 8:8
I/qsd8k.gralloc( 386): b = 16:8
I/qsd8k.gralloc( 386): width = 48 mm (254.000000 dpi)
I/qsd8k.gralloc( 386): height = 80 mm (254.000000 dpi)
I/qsd8k.gralloc( 386): refresh rate = 60.00 Hz
D/libEGL ( 386): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 386): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 386): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 386): loaded /system/lib/egl/libGLESv2_adreno200.so
E/libEGL ( 386): eglSetSwapRectangleANDROID:1909 error 3008 (EGL_BAD_DISPLAY)
I/SurfaceFlinger( 386): EGL informations:
I/SurfaceFlinger( 386): # of configs : 53
I/SurfaceFlinger( 386): vendor : Android
I/SurfaceFlinger( 386): version : 1.4 Android META-EGL
I/SurfaceFlinger( 386): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_im
age_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_
gl_renderbuffer_image EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle
EGL_ANDROID_get_render_buffer
I/SurfaceFlinger( 386): Client API: OpenGL ES
I/SurfaceFlinger( 386): EGLSurface: 8-8-8-8, config=0x9
I/SurfaceFlinger( 386): OpenGL informations:
I/SurfaceFlinger( 386): vendor : Qualcomm
I/SurfaceFlinger( 386): renderer : Adreno 200
I/SurfaceFlinger( 386): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 386): extensions: GL_AMD_compressed_3DC_texture GL_AMD_compre
ssed_ATC_texture GL_OES_EGL_image GL_OES_blend_equation_separate GL_OES_blend_fu
nc_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_com
pressed_paletted_texture GL_OES_draw_texture GL_OES_framebuffer_object GL_OES_ma
trix_palette GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_O
ES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_textu
re_mirrored_repeat
I/SurfaceFlinger( 386): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 386): GL_MAX_VIEWPORT_DIMS = 4096
I/SurfaceFlinger( 386): flags = 00000000
D/SensorService( 386): nuSensorService starting...
D/AK8973 ( 150): Compass Start
I/SensorService( 386): BMA150 3-axis Accelerometer
I/SensorService( 386): AK8973 3-axis Magnetic field sensor
I/SensorService( 386): AK8973 Orientation sensor
I/SensorService( 386): CM3602 Proximity sensor
I/SensorService( 386): CM3602 Light sensor
I/sysproc ( 386): System server: starting Android runtime.
I/sysproc ( 386): System server: starting Android services.
D/SensorService( 386): nuSensorService thread starting...
I/SystemServer( 386): Entered the Android system server!
I/sysproc ( 386): System server: entering thread pool.
I/SystemServer( 386): Entropy Service
I/SystemServer( 386): Power Manager
I/SystemServer( 386): Activity Manager
I/ActivityManager( 386): Memory class: 32
D/libEGL ( 400): loaded /system/lib/egl/libGLES_android.so
E/SurfaceFlinger( 386): eglSwapBuffers: EGL error 0x3008 (EGL_BAD_DISPLAY)
D/libEGL ( 400): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 400): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 400): loaded /system/lib/egl/libGLESv2_adreno200.so
W/zipro ( 400): Unable to open zip '/data/local/bootanimation.zip': No such f
ile or directory
D/AK8973 ( 150): Compass CLOSE
This is reboot point
ok not sure of that but i had a similar problem, i had to do a full wipe (clear data, cache and dalvik etc) and then re-install. sorted out bootloop.
O god no there is sooooo much stuff i cant afford to lose! (
The nandroid backup seems find i can explorer the data
jonnywells said:
O god no there is sooooo much stuff i cant afford to lose! (
The nandroid backup seems find i can explorer the data
Click to expand...
Click to collapse
U vll have to lose ur precious stuff dude....
U shouldn't have used the corrupt SD card...

[Q] Help Building AOSP from Source for One X [logcat looping]

Hi Everyone,
I'm trying to build Evervolv from source for the One X, I'm using TripNRaVeR's device tree (have also tried with teamNDVRu device/vender tree).. This is my first build, and I'm still learning as I go along...
All builds fine, I then flash the rom with the boot.img (from the prebuilt kernel that TripNRaVeR provides), however, I can't get past the splash screen. I can access adb, so I have taken a logcat - please see attached (also in pastebin, which provides further logcats too).
I have been told I need to get the HAL changes... but haven't a clue what they are... could anyone shed some light on it?
I do see in the logcat this -
Code:
E/FramebufferNativeWindow( 746): couldn't open framebuffer HAL (Invalid argument)
Which mentions the HAL - again, anyone can point me in the right direction?
full looping logcat
Code:
I/gralloc ( 456): b = 16:8
I/gralloc ( 456): width = 53 mm (345.056610 dpi)
I/gralloc ( 456): height = 95 mm (342.231567 dpi)
I/gralloc ( 456): refresh rate = 60.00 Hz
E/gralloc ( 456): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 456): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 456): Display subsystem failed to initialize. check logs. exiting...
D/dalvikvm( 497): Ignoring duplicate verify attempt on Ljava/lang/Object;
D/dalvikvm( 497): Ignoring duplicate verify attempt on Ljava/lang/Class;
D/dalvikvm( 497): Ignoring duplicate verify attempt on Ljava/lang/ref/Reference;
D/dalvikvm( 497): Ignoring duplicate verify attempt on Ljava/lang/ref/ReferenceQueue;
D/dalvikvm( 497): Ignoring duplicate verify attempt on Ljava/lang/ref/FinalizerReference;
D/dalvikvm( 497): DexOpt: load 47ms, verify+opt 611ms, 1591044 bytes
I/Netd ( 506): Netd 1.0 starting
I/mediaserver( 509): ServiceManager: 0x40b9fd80
I/AudioFlinger( 509): Using default 3000 mSec as standby time.
I/CameraService( 509): CameraService started (pid=509)
E/CameraService( 509): Could not load camera HAL module
I/AudioPolicyManagerBase( 509): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioFlinger( 509): loadHwModule() Loaded primary audio interface from Default audio HW HAL (audio) handle 1
F/libc ( 509): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 509(mediaserver)
D/AndroidRuntime( 508):
D/AndroidRuntime( 508): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 508): CheckJNI is OFF
D/dalvikvm( 508): DexOpt: --- BEGIN 'core-junit.jar' (bootstrap=1) ---
I/SurfaceFlinger( 507): SurfaceFlinger is starting
I/SurfaceFlinger( 507): use dithering
I/SurfaceFlinger( 507): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
W/gralloc ( 507): FBIOPUT_VSCREENINFO failed, page flipping not supported
W/gralloc ( 507): page flipping not supported (yres_virtual=1280, requested=2560)
I/gralloc ( 507): using (fd=14)
I/gralloc ( 507): id = tegra_fb
I/gralloc ( 507): xres = 720 px
I/gralloc ( 507): yres = 1280 px
I/gralloc ( 507): xres_virtual = 720 px
I/gralloc ( 507): yres_virtual = 2560 px
I/gralloc ( 507): bpp = 32
I/gralloc ( 507): r = 0:8
I/gralloc ( 507): g = 8:8
I/gralloc ( 507): b = 16:8
I/gralloc ( 507): width = 53 mm (345.056610 dpi)
I/gralloc ( 507): height = 95 mm (342.231567 dpi)
I/gralloc ( 507): refresh rate = 60.00 Hz
E/gralloc ( 507): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 507): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 507): Display subsystem failed to initialize. check logs. exiting...
I/ServiceManager( 162): service 'media.audio_flinger' died
I/ServiceManager( 162): service 'media.player' died
I/ServiceManager( 162): service 'media.camera' died
D/dalvikvm( 547): DexOpt: load 4ms, verify+opt 12ms, 137044 bytes
I/DEBUG ( 167): unexpected waitpid response: n=509, status=00000009
I/DEBUG ( 167): ptrace detach from 509 failed: No such process
I/DEBUG ( 167): debuggerd committing suicide to free the zombie!
I/DEBUG ( 552): debuggerd: Sep 3 2012 09:34:04
I/Netd ( 559): Netd 1.0 starting
I/mediaserver( 562): ServiceManager: 0x40be4ce0
I/AudioFlinger( 562): Using default 3000 mSec as standby time.
I/CameraService( 562): CameraService started (pid=562)
E/CameraService( 562): Could not load camera HAL module
I/AudioPolicyManagerBase( 562): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioFlinger( 562): loadHwModule() Loaded primary audio interface from Default audio HW HAL (audio) handle 1
F/libc ( 562): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 562(mediaserver)
I/SurfaceFlinger( 560): SurfaceFlinger is starting
I/SurfaceFlinger( 560): use dithering
I/SurfaceFlinger( 560): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
W/gralloc ( 560): FBIOPUT_VSCREENINFO failed, page flipping not supported
W/gralloc ( 560): page flipping not supported (yres_virtual=1280, requested=2560)
I/gralloc ( 560): using (fd=14)
I/gralloc ( 560): id = tegra_fb
I/gralloc ( 560): xres = 720 px
I/gralloc ( 560): yres = 1280 px
I/gralloc ( 560): xres_virtual = 720 px
I/gralloc ( 560): yres_virtual = 2560 px
I/gralloc ( 560): bpp = 32
I/gralloc ( 560): r = 0:8
I/gralloc ( 560): g = 8:8
I/gralloc ( 560): b = 16:8
I/gralloc ( 560): width = 53 mm (345.056610 dpi)
I/gralloc ( 560): height = 95 mm (342.231567 dpi)
I/gralloc ( 560): refresh rate = 60.00 Hz
E/gralloc ( 560): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 560): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 560): Display subsystem failed to initialize. check logs. exiting...
I/ServiceManager( 162): service 'media.audio_flinger' died
I/ServiceManager( 162): service 'media.player' died
I/ServiceManager( 162): service 'media.camera' died
I/DEBUG ( 552): unexpected waitpid response: n=562, status=00000009
I/DEBUG ( 552): ptrace detach from 562 failed: No such process
I/DEBUG ( 552): debuggerd committing suicide to free the zombie!
I/DEBUG ( 594): debuggerd: Sep 3 2012 09:34:04
I/Netd ( 601): Netd 1.0 starting
D/AndroidRuntime( 603):
D/AndroidRuntime( 603): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 603): CheckJNI is OFF
I/SurfaceFlinger( 602): SurfaceFlinger is starting
I/mediaserver( 604): ServiceManager: 0x413ebce0
I/AudioFlinger( 604): Using default 3000 mSec as standby time.
I/CameraService( 604): CameraService started (pid=604)
E/CameraService( 604): Could not load camera HAL module
I/AudioPolicyManagerBase( 604): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioFlinger( 604): loadHwModule() Loaded primary audio interface from Defaul
t audio HW HAL (audio) handle 1
I/SurfaceFlinger( 602): use dithering
F/libc ( 604): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 604(mediaserver)
I/SurfaceFlinger( 602): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
W/gralloc ( 602): FBIOPUT_VSCREENINFO failed, page flipping not supported
W/gralloc ( 602): page flipping not supported (yres_virtual=1280, requested=2560)
I/gralloc ( 602): using (fd=14)
I/gralloc ( 602): id = tegra_fb
I/gralloc ( 602): xres = 720 px
I/gralloc ( 602): yres = 1280 px
I/gralloc ( 602): xres_virtual = 720 px
I/gralloc ( 602): yres_virtual = 2560 px
I/gralloc ( 602): bpp = 32
I/gralloc ( 602): r = 0:8
I/gralloc ( 602): g = 8:8
I/gralloc ( 602): b = 16:8
I/gralloc ( 602): width = 53 mm (345.056610 dpi)
I/gralloc ( 602): height = 95 mm (342.231567 dpi)
I/gralloc ( 602): refresh rate = 60.00 Hz
E/gralloc ( 602): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 602): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 602): Display subsystem failed to initialize. check logs. exiting...
I/ServiceManager( 162): service 'media.audio_flinger' died
I/ServiceManager( 162): service 'media.player' died
I/ServiceManager( 162): service 'media.camera' died
I/DEBUG ( 594): unexpected waitpid response: n=604, status=00000009
I/DEBUG ( 594): ptrace detach from 604 failed: No such process
I/DEBUG ( 594): debuggerd committing suicide to free the zombie!
I/DEBUG ( 630): debuggerd: Sep 3 2012 09:34:04
I/Netd ( 634): Netd 1.0 starting
D/AndroidRuntime( 636):
D/AndroidRuntime( 636): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
I/SurfaceFlinger( 635): SurfaceFlinger is starting
I/SurfaceFlinger( 635): use dithering
D/AndroidRuntime( 636): CheckJNI is OFF
I/SurfaceFlinger( 635): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
W/gralloc ( 635): FBIOPUT_VSCREENINFO failed, page flipping not supported
W/gralloc ( 635): page flipping not supported (yres_virtual=1280, requested=2560)
I/gralloc ( 635): using (fd=14)
I/gralloc ( 635): id = tegra_fb
I/gralloc ( 635): xres = 720 px
I/gralloc ( 635): yres = 1280 px
I/gralloc ( 635): xres_virtual = 720 px
I/gralloc ( 635): yres_virtual = 2560 px
I/gralloc ( 635): bpp = 32
I/gralloc ( 635): r = 0:8
I/gralloc ( 635): g = 8:8
I/gralloc ( 635): b = 16:8
I/gralloc ( 635): width = 53 mm (345.056610 dpi)
I/gralloc ( 635): height = 95 mm (342.231567 dpi)
I/gralloc ( 635): refresh rate = 60.00 Hz
E/gralloc ( 635): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 635): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 635): Display subsystem failed to initialize. check logs. exiting...
I/Netd ( 680): Netd 1.0 starting
I/SurfaceFlinger( 681): SurfaceFlinger is starting
I/SurfaceFlinger( 681): use dithering
D/AndroidRuntime( 682):
D/AndroidRuntime( 682): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 682): CheckJNI is OFF
I/SurfaceFlinger( 681): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
W/gralloc ( 681): FBIOPUT_VSCREENINFO failed, page flipping not supported
W/gralloc ( 681): page flipping not supported (yres_virtual=1280, requested=2560)
I/gralloc ( 681): using (fd=14)
I/gralloc ( 681): id = tegra_fb
I/gralloc ( 681): xres = 720 px
I/gralloc ( 681): yres = 1280 px
I/gralloc ( 681): xres_virtual = 720 px
I/gralloc ( 681): yres_virtual = 2560 px
I/gralloc ( 681): bpp = 32
I/gralloc ( 681): r = 0:8
I/gralloc ( 681): g = 8:8
I/gralloc ( 681): b = 16:8
I/gralloc ( 681): width = 53 mm (345.056610 dpi)
I/gralloc ( 681): height = 95 mm (342.231567 dpi)
I/gralloc ( 681): refresh rate = 60.00 Hz
E/gralloc ( 681): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 681): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 681): Display subsystem failed to initialize. check logs. exiting...
I/Netd ( 710): Netd 1.0 starting
D/AndroidRuntime( 712):
D/AndroidRuntime( 712): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 712): CheckJNI is OFF
D/dalvikvm( 712): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 712): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
I/mediaserver( 713): ServiceManager: 0x41abbce0
I/AudioFlinger( 713): Using default 3000 mSec as standby time.
I/CameraService( 713): CameraService started (pid=713)
E/CameraService( 713): Could not load camera HAL module
I/AudioPolicyManagerBase( 713): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioFlinger( 713): loadHwModule() Loaded primary audio interface from Default audio HW HAL (audio) handle 1
F/libc ( 713): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 713(mediaserver)
D/dalvikvm( 712): DexOpt: --- BEGIN 'bouncycastle.jar' (bootstrap=1) ---
I/SurfaceFlinger( 711): SurfaceFlinger is starting
I/SurfaceFlinger( 711): use dithering
I/SurfaceFlinger( 711): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
W/gralloc ( 711): FBIOPUT_VSCREENINFO failed, page flipping not supported
W/gralloc ( 711): page flipping not supported (yres_virtual=1280, requested=2560)
I/gralloc ( 711): using (fd=14)
I/gralloc ( 711): id = tegra_fb
I/gralloc ( 711): xres = 720 px
I/gralloc ( 711): yres = 1280 px
I/gralloc ( 711): xres_virtual = 720 px
I/gralloc ( 711): yres_virtual = 2560 px
I/gralloc ( 711): bpp = 32
I/gralloc ( 711): r = 0:8
I/gralloc ( 711): g = 8:8
I/gralloc ( 711): b = 16:8
I/gralloc ( 711): width = 53 mm (345.056610 dpi)
I/gralloc ( 711): height = 95 mm (342.231567 dpi)
I/gralloc ( 711): refresh rate = 60.00 Hz
E/gralloc ( 711): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 711): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 711): Display subsystem failed to initialize. check logs. exiting...
I/ServiceManager( 162): service 'media.audio_flinger' died
I/ServiceManager( 162): service 'media.player' died
I/ServiceManager( 162): service 'media.camera' died
I/DEBUG ( 630): unexpected waitpid response: n=713, status=00000009
I/DEBUG ( 630): ptrace detach from 713 failed: No such process
I/DEBUG ( 630): debuggerd committing suicide to free the zombie!
I/DEBUG ( 735): debuggerd: Sep 3 2012 09:34:04
D/dalvikvm( 731): DexOpt: load 18ms, verify+opt 237ms, 598396 bytes
I/Netd ( 745): Netd 1.0 starting
D/AndroidRuntime( 747):
D/AndroidRuntime( 747): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 747): CheckJNI is OFF
I/SurfaceFlinger( 746): SurfaceFlinger is starting
I/SurfaceFlinger( 746): use dithering
I/SurfaceFlinger( 746): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
W/gralloc ( 746): FBIOPUT_VSCREENINFO failed, page flipping not supported
W/gralloc ( 746): page flipping not supported (yres_virtual=1280, requested=2560)
I/gralloc ( 746): using (fd=14)
I/gralloc ( 746): id = tegra_fb
I/gralloc ( 746): xres = 720 px
I/gralloc ( 746): yres = 1280 px
I/gralloc ( 746): xres_virtual = 720 px
I/gralloc ( 746): yres_virtual = 2560 px
I/gralloc ( 746): bpp = 32
I/gralloc ( 746): r = 0:8
I/gralloc ( 746): g = 8:8
I/gralloc ( 746): b = 16:8
I/gralloc ( 746): width = 53 mm (345.056610 dpi)
I/gralloc ( 746): height = 95 mm (342.231567 dpi)
I/gralloc ( 746): refresh rate = 60.00 Hz
E/gralloc ( 746): Error mapping the framebuffer (Invalid argument)
E/FramebufferNativeWindow( 746): couldn't open framebuffer HAL (Invalid argument)
E/SurfaceFlinger( 746): Display subsystem failed to initialize. check logs. exiting...
or is pastebin - please see here - http://pastebin.com/APzmF1dt - And click my name for 3 others (also trying with other kernels, same thing)
Any help appreciated
Thanks, Matt
Solution
Navigate to /system/lib/hw/ inside the zip
IF in that directory is gralloc.tegra.so rename to gralloc.tegra3.so
IF in that directory is gralloc.tegra3.so rename to gralloc.tegra.so
Change the names then also inside the vendor tree's, do the same for hwcomposer.
Enjoy
TripNRaVeR said:
Solution
Navigate to /system/lib/hw/ inside the zip
IF in that directory is gralloc.tegra.so rename to gralloc.tegra3.so
IF in that directory is gralloc.tegra3.so rename to gralloc.tegra.so
Change the names then also inside the vendor tree's, do the same for hwcomposer.
Enjoy
Click to expand...
Click to collapse
Thank you very much! I will try this later when I have a chance, and report back!!
Thanks again!!
TripNRaVeR said:
Solution
Navigate to /system/lib/hw/ inside the zip
IF in that directory is gralloc.tegra.so rename to gralloc.tegra3.so
IF in that directory is gralloc.tegra3.so rename to gralloc.tegra.so
Change the names then also inside the vendor tree's, do the same for hwcomposer.
Enjoy
Click to expand...
Click to collapse
Hi again,
I looked in my zip file and I had gralloc.default.so and no grallac.tegra.so or gallaoc.tegra3.so - I changed the default to tegra and tegra3, however, it is still on the splash screen (but the backlight does dimm, so it is improving)...
New logcat over here (although it seems the same) - http://pastebin.com/HJgyH1Ai
I see some sense roms have gralloc.default.so and gralloc.tegra.so - would I need to do that to?
Kind Regards,
Matt
Well.... that can be only thing right :/
Those files are included in my vendor trees so they should be automaticly copied to the output dir. If this doesnt happen you need to verify the paths directing to the vendor trees..
TripNRaVeR said:
Well.... that can be only thing right :/
Those files are included in my vendor trees so they should be automaticly copied to the output dir. If this doesnt happen you need to verify the paths directing to the vendor trees..
Click to expand...
Click to collapse
Thanks again... I will delete the trees and try again when I got a chance...
I can see it in the lender tree, and see it being called by the blobs file, but it doesn't end up in there... Strange...
Thanks again for your help, will report back if anything changes...
Sent from my HTC One X using xda premium
Hi, I had an error with one of my mk files pointing to a different device... All seems to be sorted now...
Thank you for your help TripNRaVeR. Also thank you for the device/vender trees and all your hard work with One X community..
Thanks, Matt

Soft Bricked my Galaxy Nexus,HELP!!

I soft bricked my Galaxy Nexus .I formatted everything on that device, its completely empty(not purposely)(no android files in sd and no system files backup is not available too).Please can anyone help me to return my nexus to stock and BTW I also rooted my nexus before and tried to install a custom rom but it failed and thus later led to this situation.I am on mac please send advices which can be done on mac :roll eyes: .I want it fixed please please please help me!!
Custom Rom installation failed??
How are you flashing them?
Or getting any error?
Sent from my C6603 using xda app-developers app
Sorry, but wrong section mate! This is the correct section for ur device:
http://forum.xda-developers.com/forumdisplay.php?f=1431
I have asked the mods to move this post.
"To err is human, to forgive is divine"
Sent from my SGS II
Tritinum said:
I soft bricked my Galaxy Nexus .I formatted everything on that device, its completely empty(not purposely)(no android files in sd and no system files backup is not available too).Please can anyone help me to return my nexus to stock and BTW I also rooted my nexus before and tried to install a custom rom but it failed and thus later led to this situation.I am on mac please send advices which can be done on mac :roll eyes: .I want it fixed please please please help me!!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1626895
follow this.
It looks like I sofbricked my gnex too. I restored my CM10.1 RC2 copy then dirty-flashed RC3, phone booted but then restarted immediately (it's been like that over and over again). I thought it could be dirty flash that caused this issue so I did full wipe and reflashed everything....As a result I didn't even go beyond the boot animation screen - bootloop and then restart! I restored my stock backup - the same. I wiped everything reflashed stock image using standrad fastboot procedure...IT didn't do the trick either. Still bootloop + reboot!
Perhaps I will try Odin and then Omap flash....but I start to think that it can be something related to CPU (overheat - I did couple of backup/restore/install processes in a row indeed. and last time I checked CPU temp was about 65-70 centigrades). I decided to turn it off and wait an hour or two.
forever_lol said:
It looks like I sofbricked my gnex too. I restored my CM10.1 RC2 copy then dirty-flashed RC3, phone booted but then restarted immediately (it's been like that over and over again). I thought it could be dirty flash that caused this issue so I did full wipe and reflashed everything....As a result I didn't even go beyond the boot animation screen - bootloop and then restart! I restored my stock backup - the same. I wiped everything reflashed stock image using standrad fastboot procedure...IT didn't do the trick either. Still bootloop + reboot!
Perhaps I will try Odin and then Omap flash....but I start to think that it can be something related to CPU (overheat - I did couple of backup/restore/install processes in a row indeed. and last time I checked CPU temp was about 65-70 centigrades). I decided to turn it off and wait an hour or two.
Click to expand...
Click to collapse
its almost like you totally missed the link i posted right above your post.
impressive.
Zepius said:
its almost like you totally missed the link i posted right above your post.
impressive.
Click to expand...
Click to collapse
You're kidding right? Did you even read what I posted? You clearly misunderstand what my issue is all about.
I know how to flash nexus in every possible way and I DID it several times today (even repartitioned). Phone boots in bootloader, recovery, download mode without any issues. Installation goes smooth and it's always successful. Problems begin when I try to restart the system. It just simply reboots after couple of seconds. I can hardly reach welcome screen. Forget about signing in. I am not a tech guy but It looks like it can be related to processor power circuit. Device reboots when cpu speeds up. I cannot even enable (usb-debugging) to get the logcat.
EDIT: OMAP flash didn't help either. I guess my adventure with gnex is over. It was imported via ebay so no warranty, I am not really willing to pay for motherboard replacement or stuff like that.
You could just have flashed a custom rom that has adbd enabled and get access to see logs at least from the android boot process.
Sent from my Nexus
It looks like a hardware defect anyway. I bought N4 today. I'll take a deeper look in gnex when I have more time.
bk201doesntexist said:
You could just have flashed a custom rom that has adbd enabled and get access to see logs at least from the android boot process.
Sent from my Nexus
Click to expand...
Click to collapse
I took your advice and pushed rasbean jelly via adb (recovery) and managed to get a logcat (I mean before it rebooted on bootanimantion screen
Code:
--------- beginning of /dev/log/main
I/installd( 132): installd firing up
E/IMGSRV ( 122): :0: SetupuKernel : EDM status value DevVAddr: 0x0F004000 pvLinAddrKM: 0xC89B1000
--------- beginning of /dev/log/system
I/Vold ( 121): Vold 2.1 (the revenge) firing up
E/Vold ( 121): Error reading configuration (No such file or directory)... continuing anyways
I/DEBUG ( 126): debuggerd: May 26 2013 17:30:01
I/Netd ( 125): Netd 1.0 starting
W/InterfaceController( 125): Warning (Cannot load library: load_library(linker.cpp:771): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/SurfaceFlinger( 128): SurfaceFlinger is starting
I/SurfaceFlinger( 128): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 128): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/ ( 127): [CP BOOT] __boot_6260: START CP BOOT
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/ ( 127): [CP BOOT] __boot_6260: CP POWER ON DONE
D/ ( 127): [CP BOOT] mipi_xmit_atat: SENT ATAT 0
I/mediaserver( 131): ServiceManager: 0x419e2e30
I/AudioFlinger( 131): Using default 3000 mSec as standby time.
I/CameraService( 131): CameraService started (pid=131)
D/ ( 127): [CP BOOT] mipi_xmit_atat: SENT ATAT 1
I/AudioPolicyManagerBase( 131): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/ti_hwc ( 128): clone region is set to (0,0) to (720,1280)
I/ti_hwc ( 128): external display changed (state=0, mirror={disabled tform=0deg}, dock={disabled tform=0deg}, tv=0
I/ti_hwc ( 128): omap4_hwc_device_open(rgb_order=1 nv12_only=0)
I/SurfaceFlinger( 128): Using composer version 1.0
W/SurfaceFlinger( 128): getting VSYNC period from fb HAL: 16954612
W/SurfaceFlinger( 128): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
I/AudioFlinger( 131): loadHwModule() Loaded primary audio interface from Tuna audio HW HAL (audio) handle 1
I/AudioFlinger( 131): HAL output buffer size 144 frames, normal mix buffer size 864 frames
I/SurfaceFlinger( 128): EGL informations:
I/SurfaceFlinger( 128): vendor : Android
I/SurfaceFlinger( 128): version : 1.4 Android META-EGL
I/SurfaceFlinger( 128): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger( 128): Client API: OpenGL_ES
I/SurfaceFlinger( 128): EGLSurface: 8-8-8-8, config=0x2
I/SurfaceFlinger( 128): OpenGL ES informations:
I/SurfaceFlinger( 128): vendor : Imagination Technologies
I/SurfaceFlinger( 128): renderer : PowerVR SGX 540
I/SurfaceFlinger( 128): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 128): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_sprite GL_OES_point_size_array GL_OES_matrix_palette GL_OES_draw_texture GL_OES_query_matrix GL_OES_texture_env_crossbar GL_OES_texture_mirrored_repeat GL_OES_texture_cube_map GL_OES_blend_subtract GL_OES_blend_func_separate GL_OES_blend_equation_separate GL_OES_stencil_wrap GL_OES_extended_matrix_palette GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_stencil8 GL_OES_compressed_ETC1_RGB8_texture GL_OES_mapbuffer GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_multi_draw_arrays GL_OES_required_internalformat GL_IMG_read_format GL_IMG_texture_compression_pvrtc GL_IMG_texture_format_BGRA8888 GL_EXT_texture_format_BGRA8888 GL_OES_egl_sync GL_IMG_vertex_array_object
I/SurfaceFlinger( 128): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 128): GL_MAX_VIEWPORT_DIMS = 2048 x 2048
I/AudioMixer( 131): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 131): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/SurfaceFlinger( 128): Screen acquired, type=0 flinger=0x4203c318
D/ ( 127): [CP BOOT] __boot_6260: XIMT PSI DONE
D/ ( 127): [CP BOOT] __boot_6260: XIMT EBL DONE
D/ ( 127): [CP BOOT] __boot_6260: SET EBL DONE
D/ ( 127): [CP BOOT] __boot_6260: REQSECSTART CMD DONE
D/AndroidRuntime( 129):
D/AndroidRuntime( 129): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 129): CheckJNI is OFF
D/MDnsDS ( 125): MDnsSdListener::Hander starting up
D/MDnsDS ( 125): MDnsSdListener starting to monitor
D/MDnsDS ( 125): Going to poll with pollCount 1
D/libEGL ( 293): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 293): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 293): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/dalvikvm( 129): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 129): Added shared lib libjavacore.so 0x0
D/dalvikvm( 129): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 129): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 129): Failed to mount /storage as MS_SLAVE: Invalid argument

[DEV] CyanogenMod 12

Hi
Don't expect much, this is the first time I'm doing android porting
I'm trying to get Lollipop working on primou and I need some help by people with more experience.
Github: https://github.com/AndroidPrimou
Builds: https://www.dropbox.com/sh/jghm6m8imi0hzzf/AAB7suJFmzTAtX-1QaeJ4KHQa?dl=0
THIS IS A DEVELEOPENT THREAD, THE BUILDS ARE ONLY FOR DEVS!
Current status:
Booting, ram fills up and system crashs.
Last updated: 22-03-2015
That is really good news!!! it would be nice to have Lollipop on HTC ONE V!!! i dont want even code so i cant help you with coding but i can help with noob testing! ))
its too much work bro, leave it
I'll just try it cause I wanna know more about android, there are much cm12 7x30 drivers out there
What about primoc :laugh:
I need someone who knows about the internals of the graphics system, because I need to apply all the display changes in lollipop to the display driver.
Maybe this is a good place to start, but I don't have time to read this and I have no C/C++ skills at all.
cybervibin said:
its too much work bro, leave it
Click to expand...
Click to collapse
if everyone said this the Motorola defy wouldn't have 5.0.
Will it be for primoc? Can you make it work on both
Sorry, this will be for primou only (if it will work someday)
Hello,
Compeltely new user here, I've never done anything with Android ROM dev but I know C++ and I want to help to make this possible !
If you mind sharing what you did
Great Going.....
Keep doing your work and upload as soon as you get a build that boots.
Will definitely test it and send you the logcats.(if you need them)
Try to make sure that you get a working camera app unlike the Jb and KitKat PrimoU Roms
And Yes Many people out there still use HOV (PrimoU) as their primary device
adeen-s said:
Keep doing your work and upload as soon as you get a build that boots.
Will definitely test it and send you the logcats.(if you need them)
Try to make sure that you get a working camera app unlike the Jb and KitKat PrimoU Roms
And Yes Many people out there still use HOV (PrimoU) as their primary device
Click to expand...
Click to collapse
Every dev is welcome in #hov on freenode. We need people who have some experience with the display-hal.
i have another problem.
Code:
--------- beginning of main
I/lowmemorykiller( 1617): Using in-kernel low memory killer interface
W/auditd ( 1615): type=2000 audit(0.0:1): initialized
I/auditd ( 1615): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
W/auditd ( 1615): type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
--------- beginning of system
I/Vold ( 1620): Vold 2.1 (the revenge) firing up
D/Vold ( 1620): Volume sdcard0 state changing -1 (Initializing) -> 0 (No-Media)
I/Cryptfs ( 1620): Check if PFE is activated on Boot
E/Cryptfs ( 1620): Bad magic for real block device /dev/block/platform/msm_sdcc.2/by-num/p26
E/Cryptfs ( 1620): Error getting crypt footer and key
I/SurfaceFlinger( 1621): SurfaceFlinger is starting
I/SurfaceFlinger( 1621): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 1621): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 1621): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 1621): loaded /system/lib/egl/libGLESv2_adreno200.so
W/DirectVolume( 1620): Deprecated implied prefix pattern detected, please use '/devices/platform/msm_sdcc.4/mmc_host/mmc2*' instead
D/Vold ( 1620): Volume sdcard0 state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 1620): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 65, PARTN 1
D/Vold ( 1620): Volume sdcard0 state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/Adreno200-EGL( 1621): <qeglDrvAPI_eglInitialize:269>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051_msm8960_JB_VANILLA_CL2997615_release_AU (CL2997615)
I/Adreno200-EGL( 1621): Build Date: 04/11/13 Thu
I/Adreno200-EGL( 1621): Local Branch:
I/Adreno200-EGL( 1621): Remote Branch: quic/mako_jb_mr1
I/Adreno200-EGL( 1621): Local Patches: NONE
I/Adreno200-EGL( 1621): Reconstruct Branch: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051 + NOTHING
I/gralloc ( 1621): using (fd=13)
I/gralloc ( 1621): id = msmfb
I/gralloc ( 1621): xres = 480 px
I/gralloc ( 1621): yres = 800 px
I/gralloc ( 1621): xres_virtual = 480 px
I/gralloc ( 1621): yres_virtual = 2400 px
I/gralloc ( 1621): bpp = 32
I/gralloc ( 1621): r = 0:8
I/gralloc ( 1621): g = 8:8
I/gralloc ( 1621): b = 16:8
I/gralloc ( 1621): width = 52 mm (234.461533 dpi)
I/gralloc ( 1621): height = 88 mm (230.909088 dpi)
I/gralloc ( 1621): refresh rate = 0.00 Hz
D/CALCFPS ( 1621): DEBUG_CALC_FPS: 0
D/CALCFPS ( 1621): period: 10
D/CALCFPS ( 1621): ignorethresh_us: 500000
D/CALCFPS ( 1621): DEBUG_CALC_FPS: 0
D/CALCFPS ( 1621): period: 10
D/CALCFPS ( 1621): ignorethresh_us: 500000
E/SELinux ( 1618): avc: denied { add } for service=display.hwcservice scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:system_server_service:s0 tclass=service_manager
E/ServiceManager( 1618): add_service('display.hwcservice',1) uid=1000 - PERMISSION DENIED
I/Adreno200-C2D( 1621): <c2d_wrapper_init:126>: C2D2 initializing z180 version: libc2d2_z180.so
I/Adreno200-C2D( 1621): <c2d_wrapper_init:183>: C2D2 wrapper initialized successfully
I/hwcomposer( 1621): Initializing Qualcomm Hardware Composer
I/hwcomposer( 1621): MDP version: 0
I/hwcomposer( 1621): DYN composition threshold : 2.000000
I/hwcomposer( 1621): hwc_device_open: Faking Hardware VSYNC
I/SurfaceFlinger( 1621): Using composer version 1.0
I/hwcomposer( 1621): Initializing UEvent Listener Thread
I/hwcomposer( 1621): Initializing VSYNC Thread
I/SurfaceFlinger( 1621): EGL information:
I/SurfaceFlinger( 1621): vendor : Android
I/SurfaceFlinger( 1621): version : 1.4 Android META-EGL
I/SurfaceFlinger( 1621): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 1621): Client API: OpenGL_ES
I/SurfaceFlinger( 1621): EGLSurface: 8-8-8-8, config=0x4
I/SurfaceFlinger( 1621): OpenGL ES informations:
I/SurfaceFlinger( 1621): vendor : Qualcomm
I/SurfaceFlinger( 1621): renderer : Adreno (TM) 205
I/SurfaceFlinger( 1621): version : OpenGL ES 2.0 [email protected] [email protected] ([email protected])
I/SurfaceFlinger( 1621): extensions: GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture GL_EXT_texture_filter_anisotropic
I/SurfaceFlinger( 1621): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 1621): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace( 1621): Error opening trace file: No such file or directory (2)
D/SurfaceFlinger( 1621): Set power mode=2, type=0 flinger=0x40662000
D/libEGL ( 1712): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 1712): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 1712): loaded /system/lib/egl/libGLESv2_adreno200.so
W/BootAnimation( 1715): type=1400 audit(0.0:4): avc: denied { search } for name="tmp" dev=mmcblk0p26 ino=34 scontext=u:r:bootanim:s0 tcontext=u:object_r:shell_data_file:s0 tclass=dir
W/BootAnimation( 1715): type=1400 audit(0.0:5): avc: denied { search } for name="tmp" dev=mmcblk0p26 ino=34 scontext=u:r:bootanim:s0 tcontext=u:object_r:shell_data_file:s0 tclass=dir
I/Adreno200-EGL( 1712): <qeglDrvAPI_eglInitialize:269>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051_msm8960_JB_VANILLA_CL2997615_release_AU (CL2997615)
I/Adreno200-EGL( 1712): Build Date: 04/11/13 Thu
I/Adreno200-EGL( 1712): Local Branch:
I/Adreno200-EGL( 1712): Remote Branch: quic/mako_jb_mr1
I/Adreno200-EGL( 1712): Local Patches: NONE
I/Adreno200-EGL( 1712): Reconstruct Branch: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051 + NOTHING
E/cutils-trace( 1712): Error opening trace file: No such file or directory (2)
E/BootAnimation( 1712): couldn't find audio_conf.txt
W/Binder_2( 1637): type=1400 audit(0.0:6): avc: denied { read write } for name="genlock" dev=tmpfs ino=1084 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file
E/libgenlock( 1621): genlock_create_lock: open genlock device failed (err=Permission denied)
E/gralloc ( 1621): alloc_impl: genlock_create_lock failed
E/gralloc ( 1621): terminateBuffer: unmapping a non pmem/ashmem buffer flags = 0x0
E/memalloc( 1621): getAllocator: Invalid flags passed: 0x0
E/gralloc ( 1621): Could not unmap memory at address 0x40601d60
E/memalloc( 1621): getAllocator: Invalid flags passed: 0x0
--------- beginning of crash
F/libc ( 1621): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1637 (Binder_2)
F/libc ( 1621): Unable to open connection to debuggerd: Connection refused
I/ServiceManager( 1618): service 'SurfaceFlinger' died
W/SurfaceComposerClient( 1712): ComposerService remote (surfaceflinger) died [0x40c591c0]
D/BootAnimation( 1712): SurfaceFlinger died, exiting...
Code:
W/Binder_2( 1637): type=1400 audit(0.0:6): avc: denied { read write } for name="genlock" dev=tmpfs ino=1084 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file
E/libgenlock( 1621): genlock_create_lock: open genlock device failed (err=Permission denied)
E/gralloc ( 1621): alloc_impl: genlock_create_lock failed
It looks like Selinux is denying to open a genlock device and gralloc fails.
Try to set selinux into permissive mode with this kernel command line: androidboot.selinux=permissive
By the way, which display hal sources are you using? The display-legacy by evervolv?
yes. but i use
display-caf/msm7x30
audio-caf/msm7x30
media-caf/msm7x30
this is cm12 format
Yes I know.
But what github sources are you using?
That one: https://github.com/Evervolv/android_hardware_qcom_display-legacy/tree/lollipop
Or that one: https://github.com/LegacyXperia/android_hardware_qcom_display
Or another one?
first. Evervolve.
rastomanchik said:
first. Evervolve.
Click to expand...
Click to collapse
This one doesn't build for me.
surfaceflinger is missing some things in hardwarecomposer.

[ROM][UNOFFICIAL][woods] LineageOS 14.1 for Moto E4 Mediatek [11/12/2017]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have worked to bring LineageOS to the Mediatek based Moto E4, code-named woods. The device trees I have built are commonized with all other 32 bit Motorola Mediatek devices with a 3.18 Linux kernel. The intention is for these to become the official LineageOS device trees once we are ready for that.
The device specific code for this device is still very new and a work in progress. Don't expect everything to be working or complete. However, at least on GSM devices, this ROM is stable and functional enough for daily use on GSM devices. I don't have a CDMA device, and we don't even have CDMA networks in Canada any more, so I don't know what the status of CDMA is.
Known working:
Booting
Graphics and video playback
RIL
Connecting to GSM networks, calls, and data
Fingerprint sensor
Camera
Audio
WiFi
Sensors
GPS
Untested or possibly broken
Modifying some camera settings may cause the camera to behave oddly
CDMA support is untested
Let me know if you encounter other device specific issues
Sources
https://github.com/Motorola-MT6737
https://github.com/LineageOS
Downloads:
Folder AFH Builds
Screenshot
Credits:
darklord4822
igor1144
olegsvs
Decker
danielhk
mdeejay
Zormax
SRT
iykeDROID™
And other people for working in MTK devices
XDA:DevDB Information
Lineage-14.1, ROM for the Moto E4
Contributors
Carlos Arriaga, iykeDROID™
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
ROM Firmware Required: TWRP Recovery
Version Information
Status: Stable
Created 2017-12-11
Last Updated 2017-12-11
Reserved
Prerequisites:
This is for the Mediatek based Moto E4 only! If you have a Qualcomm phone, don't install this. First ensure your phone is bootloader unlocked. Follow the procedure on Motorola's website if required. Next, ensure that you you have TWRP installed on your device. If you are using somebody else's recovery, you're on your own. Once that is all taken care of, you can boot into TWRP and install the ROM.
Initial/Clean Installation
Using TWRP, wipe system, data, cache, and dalvik.
Install my LineageOS zip file, and optionally GApps.
Optionally install the ARM su addon and/or a weather provider downloaded from the LineageOS extras page.
Reboot into your fresh installation of LineageOS.
If you want GApps, you MUST install the same time as the initial OS installation. Else, you will need to wipe data and start again.
Upgrading:
When upgrading from a previous version of my own LineageOS builds, dirty flashing should be fine unless I say otherwise. Just install the LineageOS zip over an existing installation. There is no need to reinstall GApps.[/QUOTE]
Reserved
if you want donate for a coffe here my paypal
- https://www.paypal.me/CarlosArriagaCM
Not for xt1763. Give ROM for xt1763 mtk please.
Max Teodoro said:
Not for xt1763. Give ROM for xt1763 mtk please.
Click to expand...
Click to collapse
SKU version doesn't matter. just the variant.
ok, I tested here in xt1763 Mediatek Brazilian version and it did not work for me, stuck on the boot screen
---------- Post added at 05:30 AM ---------- Previous post was at 05:20 AM ----------
I need help. I have no baseband = null IMEI = null, no radio signal. I can not write IMEI, I've already tried with several programs and applications and it did not work. I saw that NVRAM is in trouble so I can not write IMEI. xt1763 MTK LATAN.BR.P79. I need to backup any IMEI just for me to restore and try to put the original, because with backup the NVRAM will be new. thank you. I'm sorry, I'm Brazilian and I use Google translator. Backup for TWRP ZIP. THANK YOU.
Max Teodoro said:
ok, I tested here in xt1763 Mediatek Brazilian version and it did not work for me, stuck on the boot screen
---------- Post added at 05:30 AM ---------- Previous post was at 05:20 AM ----------
I need help. I have no baseband = null IMEI = null, no radio signal. I can not write IMEI, I've already tried with several programs and applications and it did not work. I saw that NVRAM is in trouble so I can not write IMEI. xt1763 MTK LATAN.BR.P79. I need to backup any IMEI just for me to restore and try to put the original, because with backup the NVRAM will be new. thank you. I'm sorry, I'm Brazilian and I use Google translator. Backup for TWRP ZIP. THANK YOU.
Click to expand...
Click to collapse
Does sp flash tool installation works with XT1763 ? please confirm that its a Mediatek Variant of E4 ! As i own a Moto E4 of Mediatek Variant, SKU XT1760, Baseband Andy.ROP. Every custom rom in mediatek subforum belongs to SKU Version XT1762 and i tried every custom rom on my E4 with SKU Version XT1760. I didn't face any problem. Everything works well like Radio, wifi and all. How you know that imei is null and your device nvram somehow got corrupted since you cannot boot into system. Please confirm that its a mtk variant phone not the qualcomm one.
Just flashed this ROM. After installation I was not able to adjust brightness. Mayor inconvenience. Might try this ROM later on.
Any suggestions why brightness couldn't be adjusted?
Max Teodoro said:
ok, I tested here in xt1763 Mediatek Brazilian version and it did not work for me, stuck on the boot screen
---------- Post added at 05:30 AM ---------- Previous post was at 05:20 AM ----------
I need help. I have no baseband = null IMEI = null, no radio signal. I can not write IMEI, I've already tried with several programs and applications and it did not work. I saw that NVRAM is in trouble so I can not write IMEI. xt1763 MTK LATAN.BR.P79. I need to backup any IMEI just for me to restore and try to put the original, because with backup the NVRAM will be new. thank you. I'm sorry, I'm Brazilian and I use Google translator. Backup for TWRP ZIP. THANK YOU.
Click to expand...
Click to collapse
Need clean flash for boot
Max Teodoro said:
ok, I tested here in xt1763 Mediatek Brazilian version and it did not work for me, stuck on the boot screen
---------- Post added at 05:30 AM ---------- Previous post was at 05:20 AM ----------
I need help. I have no baseband = null IMEI = null, no radio signal. I can not write IMEI, I've already tried with several programs and applications and it did not work. I saw that NVRAM is in trouble so I can not write IMEI. xt1763 MTK LATAN.BR.P79. I need to backup any IMEI just for me to restore and try to put the original, because with backup the NVRAM will be new. thank you. I'm sorry, I'm Brazilian and I use Google translator. Backup for TWRP ZIP. THANK YOU.
Click to expand...
Click to collapse
It works just fine on my XT1763
Tested ok in moto e4 xt1764. LTE no supported. Thanks.
It dont have data of use to the battery and automatic brightness
After some time testing this build on XT1762:
- Only boots clean-flashing;
- No 4G;
- No brightness control;
- No Live Display support (a.k.a. Night Mode);
- No battery usage data;
- Music playback is buggy;
- Camera problems when changing modes;
- Turning Bluetooth off restarts the system (bug found in every custom ROM for this device).
lucasdeeiroz said:
After some time testing this build on XT1762:
- Only boots clean-flashing;
- No 4G;
- No brightness control;
- No Live Display support (a.k.a. Night Mode);
- No battery usage data;
- Music playback is buggy;
- Camera problems when changing modes;
- Turning Bluetooth off restarts the system (bug found in every custom ROM for this device).
Click to expand...
Click to collapse
i don't know about this rom but wanted to say my bluetooth doesnt reboot my device on any rom ...i need to toggle it on/ off a few times occasionally to get it to switch on or off but i don't get reboot or fc or system restarts ....are you sure it is a device bug or a *setup bug
KevMetal said:
i don't know about this rom but wanted to say my bluetooth doesnt reboot my device on any rom ...i need to toggle it on/ off a few times occasionally to get it to switch on or off but i don't get reboot or fc or system restarts ....are you sure it is a device bug or a *setup bug
Click to expand...
Click to collapse
When I only flash the ROM, I get the same behavior as yours. But after flashing ROM + Gapps (AROMA) + Magisk + Xposed, I get the behavior i described. That happens on every single custom ROM I tested in this device.
EDIT: forgot to mention that i already saw some people with the exact same issue around these threads.
lucasdeeiroz said:
When I only flash the ROM, I get the same behavior as yours. But after flashing ROM + Gapps (AROMA) + Magisk + Xposed, I get the behavior i described. That happens on every single custom ROM I tested in this device.
EDIT: forgot to mention that i already saw some people with the exact same issue around these threads.
Click to expand...
Click to collapse
okay no problem
i use:
magisk 14.5
systemless exposed( magisk )
microG & fakegapps
( i formatted my data partition to ext4 to remove magisk img. merge / mount error so i can install magisk modules )
* my bluetooth works perfectly but if i switch it on in settings i need to toggle it or switch it off in my quick tiles menu otherwise it stays on but is working well *
maybe i am lucky :victory:
sidenote : i don't use substratum because sometimes diffent themes break different things don't know why
KevMetal said:
okay no problem
i use:
magisk 14.5
systemless exposed( magisk )
microG & fakegapps
( i formatted my data partition to ext4 to remove magisk img. merge / mount error so i can install magisk modules )
* my bluetooth works perfectly but if i switch it on in settings i need to toggle it or switch it off in my quick tiles menu otherwise it stays on but is working well *
maybe i am lucky :victory:
Click to expand...
Click to collapse
Didn't know that ext4 trick. I'm gonna use that. I think the problem is with opengapps builds, tho.
moto e4 x1762 bootloader relock
Merhaba; Arkadaşların önyükleyici yeniden kilitlemesini nasıl kapatabilirim? Moto E4 x1762 Nough 7.1.1
sessizada00 said:
Merhaba; Arkadaşların önyükleyici yeniden kilitlemesini nasıl kapatabilirim? Moto E4 x1762 Nough 7.1.1
Click to expand...
Click to collapse
Say whaaaat ?
Build from source
Hi,
Thanks for this, the pre-built ROM works fine.
I managed to build cm-14.1 for woods from source following the instructions here : https://github.com/Motorola-MT6737/local_manifest : but surfaceflinger crashes, see logcat below.
I have the same content in /vendor as in the pre-built ROM.
Any clue ?
Thanks
01-04 18:09:03.210 2313 2313 I SurfaceFlinger: SurfaceFlinger is starting
01-04 18:09:03.252 2313 2313 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-04 18:09:03.303 1490 1533 W dex2oat : Compilation of void android.view.ViewGroup.invalidateChild(android.view.View, android.graphics.Rect) took 115.322ms
01-04 18:09:03.372 2313 2313 D PQ : [PQ_PROT][PQCust] libpq_cust_base.so absent, libpq_cust.so OK
01-04 18:09:03.372 2313 2313 E PQ : [PQ][PQWhiteList] libwlparser.so is absent
01-04 18:09:03.385 2313 2313 D MALI : osup_constructor:144: osup_constructor
01-04 18:09:03.386 2313 2313 D libEGL : loaded /vendor/lib/egl/libGLES_mali.so
01-04 18:09:03.582 2313 2313 E HAL : load: module=/vendor/lib/hw/hwcomposer.mt6735.so
01-04 18:09:03.582 2313 2313 E HAL : dlopen failed: cannot locate symbol "_ZN7android11IDumpTunnel11asInterfaceERKNS_2spINS_7IBinderEEE" referenced by "/system/vendor/lib/libgui_ext.so"...
01-04 18:09:03.582 2313 2313 E SurfaceFlinger: hwcomposer module not found
01-04 18:09:03.583 2313 2313 E SurfaceFlinger: ERROR: failed to open framebuffer (Invalid argument), aborting
01-04 18:09:03.583 2313 2313 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 2313 (surfaceflinger)
01-04 18:09:03.583 227 227 W : debuggerd: handling request: pid=2313 uid=1000 gid=1003 tid=2313
01-04 18:09:03.621 2330 2330 E : debuggerd: Unable to connect to activity manager (connect failed: No such file or directory)
01-04 18:09:03.672 2330 2330 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-04 18:09:03.672 2330 2330 F DEBUG : LineageOS Version: '14.1-20180104-UNOFFICIAL-woods'
01-04 18:09:03.672 2330 2330 F DEBUG : Build fingerprint: 'Motorola/lineage_woods/woods:7.1.2/NJH47FV0963/5909ac9a91:userdebug/test-keys'
01-04 18:09:03.672 2330 2330 F DEBUG : Revision: '0'
01-04 18:09:03.672 2330 2330 F DEBUG : ABI: 'arm'
01-04 18:09:03.672 2330 2330 F DEBUG : pid: 2313, tid: 2313, name: surfaceflinger >>> /system/bin/surfaceflinger <<<
01-04 18:09:03.673 2330 2330 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-04 18:09:03.673 2330 2330 F DEBUG : r0 00000000 r1 00000909 r2 00000006 r3 00000008
01-04 18:09:03.673 2330 2330 F DEBUG : r4 b6f0558c r5 00000006 r6 b6f05534 r7 0000010c
01-04 18:09:03.673 2330 2330 F DEBUG : r8 b46de178 r9 b46de01c sl 00000000 fp becaca7c
01-04 18:09:03.673 2330 2330 F DEBUG : ip 00000002 sp becac880 lr b6a5dd07 pc b6a60564 cpsr 200f0010
01-04 18:09:03.734 2330 2330 F DEBUG :
01-04 18:09:03.734 2330 2330 F DEBUG : backtrace:
01-04 18:09:03.734 2330 2330 F DEBUG : #00 pc 0004a564 /system/lib/libc.so (tgkill+12)
01-04 18:09:03.734 2330 2330 F DEBUG : #01 pc 00047d03 /system/lib/libc.so (pthread_kill+34)
01-04 18:09:03.734 2330 2330 F DEBUG : #02 pc 0001d565 /system/lib/libc.so (raise+10)
01-04 18:09:03.734 2330 2330 F DEBUG : #03 pc 000190b1 /system/lib/libc.so (__libc_android_abort+34)
01-04 18:09:03.734 2330 2330 F DEBUG : #04 pc 00017118 /system/lib/libc.so (abort+4)
01-04 18:09:03.734 2330 2330 F DEBUG : #05 pc 00033753 /system/lib/libsurfaceflinger.so
01-04 18:09:03.734 2330 2330 F DEBUG : #06 pc 0002837b /system/lib/libsurfaceflinger.so
01-04 18:09:03.734 2330 2330 F DEBUG : #07 pc 00029ce9 /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+252)
01-04 18:09:03.734 2330 2330 F DEBUG : #08 pc 00001037 /system/bin/surfaceflinger
01-04 18:09:03.734 2330 2330 F DEBUG : #09 pc 00016c8d /system/lib/libc.so (__libc_init+48)
01-04 18:09:03.734 2330 2330 F DEBUG : #10 pc 00000eec /system/bin/surfaceflinger

Categories

Resources