Lets get L booted - LG Optimus 3D

i managed to get L builded and have the first bootlog =D
http://pastebin.com/u30kDNhd
changes yet made:
L device tree
hardware/ti/omap4xxx
kernel
Kernel build script
i attached my working boot.img because asop seems not build the kernel from source.

Hmm, from the logs it looks like graphics issues, might need some new cflags.
Sent from my GT-i8190 using XDA Free mobile app

01-01 13:50:02.825: E/HAL(115): dlopen failed: could not load library "liblgehdmi.so" needed by "hwcomposer.omap4.so"; caused by could not load library "libhdcp.so" needed by "liblgehdmi.so"; caused by can't unprotect loadable segments for "libhdcp.so": Permission denied
Click to expand...
Click to collapse
i dont know, i think it has something todo with sepolicy for surfaceflinger

Then we need to add it to device tree
Sent from my GT-i8190 using XDA Free mobile app

Sources still downloading. I'm glad we are getting an early start on this. Don't want to get caught behind again like with kitkat:thumbup:
Sent from my GT-i8190 using XDA Free mobile app

seems our hwc is outdated again..^^
im trying to build that one from ti with latest ddk driver

troopii said:
seems our hwc is outdated again..^^
im trying to build that one from ti with latest ddk driver
Click to expand...
Click to collapse
Sweet, im working on another kernel and im running in to errors in driver/video/omap2.somthing to do with enabling s3d.can you believe my sources still downloading.lol
Sent from my LG-D620 using XDA Free mobile app

that egl stuff is getting crazy, but gralloc is up...
Code:
11-08 09:00:20.650: I/SurfaceFlinger(114): SurfaceFlinger is starting
11-08 09:00:20.651: I/SurfaceFlinger(114): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
11-08 09:00:20.758: D/libEGL(114): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
11-08 09:00:20.922: D/libEGL(114): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
11-08 09:00:21.019: D/libEGL(114): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
11-08 09:00:21.125: W/surfaceflinger(114): type=1400 audit(0.0:21): avc: denied { read } for name="gralloc.omap4.so" dev=mmcblk0p7 ino=1355 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:unlabeled:s0 tclass=file
11-08 09:00:21.134: W/libEGL(114): eglInitialize(0x1) failed (EGL_BAD_ALLOC)
11-08 09:00:21.166: I/gralloc(114): using (fd=11)
11-08 09:00:21.166: I/gralloc(114): id = omapfb
11-08 09:00:21.166: I/gralloc(114): xres = 480 px
11-08 09:00:21.166: I/gralloc(114): yres = 800 px
11-08 09:00:21.166: I/gralloc(114): xres_virtual = 480 px
11-08 09:00:21.166: I/gralloc(114): yres_virtual = 1600 px
11-08 09:00:21.166: I/gralloc(114): bpp = 32
11-08 09:00:21.166: I/gralloc(114): r = 16:8
11-08 09:00:21.166: I/gralloc(114): g = 8:8
11-08 09:00:21.166: I/gralloc(114): b = 0:8
11-08 09:00:21.166: I/gralloc(114): width = 57 mm (213.894730 dpi)
11-08 09:00:21.166: I/gralloc(114): height = 94 mm (216.170212 dpi)
11-08 09:00:21.166: I/gralloc(114): refresh rate = 60.00 Hz
11-08 09:00:21.187: W/surfaceflinger(114): type=1400 audit(0.0:22): avc: denied { read } for name="gralloc.omap4.so" dev=mmcblk0p7 ino=1355 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:unlabeled:s0 tclass=file
11-08 09:00:21.200: E/ti_hwc(114): Composer HAL failed to load compatible Graphics HAL
11-08 09:00:21.200: E/SurfaceFlinger(114): composer device failed to initialize (Invalid argument)
11-08 09:00:21.200: W/SurfaceFlinger(114): no suitable EGLConfig found, trying a simpler query
11-08 09:00:21.200: A/SurfaceFlinger(114): no suitable EGLConfig found, giving up
11-08 09:00:21.200: A/SurfaceFlinger(114): --------- beginning of crash
11-08 09:00:21.200: A/libc(114): Fatal signal 6 (SIGABRT), code -6 in tid 114 (surfaceflinger)

Some guys iplemented it in p760,p769. Maybe you can ask how they did it.
Sent from my LG-D620 using XDA Free mobile app

what ive seen they all stay on [email protected]
maybe its enough just to update gralloc and the hwcomposer.

Hi troopii, this guy did it for l9, may checkout his github. http://forum.xda-developers.com/showthread.php?t=2728404
[KANG][4.4.4][P760/P765/P768/P769] CyanogenMod 11 for LG Optimus L9 - 20141012
Sent from my LG-D620 using XDA Free mobile app

Inits everything up to the hwcomposer.
tryed it now on nameless with the ti hwc and got this:
Code:
11-09 08:13:55.625: E/ti_hwc(127): failed to get display info (22): m
11-09 08:13:55.625: E/SurfaceFlinger(127): composer device failed to initialize (Invalid argument)
11-09 08:13:55.625: I/SurfaceFlinger(127): Using composer version 1.0
11-09 08:13:55.625: W/SurfaceFlinger(127): getting VSYNC period from fb HAL: 14705882
11-09 08:13:55.625: W/SurfaceFlinger(127): no suitable EGLConfig found, trying a simpler query
11-09 08:13:55.625: A/SurfaceFlinger(127): no suitable EGLConfig found, giving up
11-09 08:13:55.625: A/libc(127): Fatal signal 6 (SIGABRT) at 0x0000007f (code=-6), thread 127 (surfaceflinger)
whats going wrong?
Im now trying to get hwc_ti working on nameless

My sources finished this morning, I'm struggling with kernel. Got most compile errors sorted but it won't build the submodules for WiFi. I don't know why
Sent from my GT-i8190 using XDA Free mobile app

Disable kernel building in your boardconfig.mk.
you have to build the kernel and modules manual or use that from your cm11.
If yiu have the zImage copy it to out/target/product/p920 and rename it to kernel.
Also you have to copy your modules to system/lib/modules in your out folder
Sent from my LG-D855 using XDA Free mobile app

OK, I have put the kernel aside for now to start on 5.0, what I did find thou is that in the kernel there a 3main folders for display. Drivers/video/omap2, include/video has most of the header files for the drivers there and include/Linux .with the kernel I was testing, a lot of the s3d compiler warnings can be sorted through these folders. I wish I knew some programming languages, so that I can tackle it. Some where in there can may also set the 1.9 GPU binaries. The omaplfb folder in drivers/video/omap2 has a lot to do with the implementation of the PVR stuff it seems.
Sent from my GT-i8190 using XDA Free mobile app

I cant believe our O3D will go far this way looking further to try this. Hopefully it will be a success. Cheers mate! I wish i could help you guys.

@berni987654321 any news? i hope you have it booted =D

@troopii, @bernie9876t4321 any news?any logs we can do research on?
I havent started with 5.0 yet trying to get video working for cm and nameless.
Sent from my LG-D620 using XDA Free mobile app

shaqfu786 said:
@troopii, @bernie9876t4321 any news?any logs we can do research on?
I havent started with 5.0 yet trying to get video working for cm and nameless.
Sent from my LG-D620 using XDA Free mobile app
Click to expand...
Click to collapse
About Video Recording i remember that i fix it once by copy some Missing files.
i make compare between cm10 and PacMan 4.2.2 rom and copy the missing files in bin etc lib vendor etc... and make them as flashzip and flash it
and video recording work.
u should try it maybe it will work also with cm or nameless.

@tropii I had to reset my vm because I ****ed the hard disk image some how I'll build tomorrow a new build when the download of the sources are done.
Sent from my LG-P920 using xda app-developers app

Related

Wifi not working cm9 based ics roms on international Sim

Wifi not working cm9 based ics roms on international Sim(lg-p999dw)
Any one have this issues?
Any one have how to fix idea?
Wifi working us sim or not sim state
Logcat:
E/WifiStateMachine( 1597): Unable to change interface settings: java.lang.IllegalStateException: Unable to communicate with native daemon to interface setcfg - com.android.server.NativeDaemonConnectorException: Cmd {interface setcfg wlan0 0.0.0.0 0 [down broadcast running multicast]} failed with code 501 : {Flag unsupported}
03-12 00:00:22.926 I/wpa_supplicant( 7483): CTRL-EVENT-STATE-CHANGE id=-1 state=2 BSSID=00:00:00:00:00:00
03-12 00:00:22.986 E/WifiConfigStore( 1597): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
Sent from my LG-P999 using xda premium
sukhochir said:
Wifi not working cm9 based ics roms on international Sim(lg-p999dw)
Any one have this issues?
Any one have how to fix idea?
Wifi working us sim or not sim state
Logcat:
E/WifiStateMachine( 1597): Unable to change interface settings: java.lang.IllegalStateException: Unable to communicate with native daemon to interface setcfg - com.android.server.NativeDaemonConnectorException: Cmd {interface setcfg wlan0 0.0.0.0 0 [down broadcast running multicast]} failed with code 501 : {Flag unsupported}
03-12 00:00:22.926 I/wpa_supplicant( 7483): CTRL-EVENT-STATE-CHANGE id=-1 state=2 BSSID=00:00:00:00:00:00
03-12 00:00:22.986 E/WifiConfigStore( 1597): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
You need to ask this in the appropriate place. Either in General or Q&A. Starting a thread in the Dev section for this is a big no-no.
Creampuffyness said:
You need to ask this in the appropriate place. Either in General or Q&A. Starting a thread in the Dev section for this is a big no-no.
Click to expand...
Click to collapse
..... isn't this in the Q&A section? No wonder you got 150+ posts just trolling around.
As for the issue - I had the same problem, no matter which ROM I used... I never guess though that it could have been an international SIM. If you find someone to get it working - let me know .
calebcoverdale said:
..... isn't this in the Q&A section? No wonder you got 150+ posts just trolling around.
Click to expand...
Click to collapse
This was in the Dev section soooo. you don't know what you're talking about and calling someone a troll when in fact they aren't lol.
Sent from my LG-P999 using xda premium
I have Same exact problem
Wifi works fine on GB ROMS and on ICS its not
Need help!

[rom][23.08.2012 - TUK][linaro]Unknown CM9[Port - Supercharged - Tweaked]

BEFORE YOU GO ON READING, READ THIS !!!!!​
Another pure version of CM9 but this is a port of Linaro version...For what is linaro?...please use Google...
This rom isn't based on our CM9, just use some libs from our device to boot up...don't mistake me
and Supercharged...
Click to expand...
Click to collapse
FEATURE LIST
Linaro toolchain 4.6
Supercharged
Heavy tweaked
S3's sounds
Hefe 0.8.0 kernel (Jeffsf's work)
Thomas's LZ scripts
Change log
Code:
[B]19.08.2012[/B]
[LIST]
[*]First build
[*]Hefe Kernel of JEFFSF...BIG THANKS TO HIM
[*]Tweaked build.prop
[*]Supercharged
[*]Init.d Tweaks from Thomas (Unknown gapps)
[*]Exclusive gapps
[*]Added some sounds
[*]Cleaned some stuffs
[/list]
[B]23.08.2012[/B]
[list]
---------------Carlos's work
[*] Second build by [B][COLOR="Red"]Carlos[/COLOR][/B]
[*]Remove some extra lines that maybe could cause phone slow down
[*]Added my first personal init.d tweak (specially made for Unknown CM9) that adds better internet speed and, increase ondemand scheduler responsive so it should be smooth ) (personal tweak name's 12tweak)
[*]Added sony bravia
[*]Ported some libs and lines from samsung galaxy s 4g beam(with my permission literally)
[*]Some corrections in the build.prop and with more tweaks
[*]Increased GPS speed
[*]JELLYBEAM look!!
---------------My work
[*]Updated kernel to Hefe 0.8.1
[*]Cleaned some stuffs
[/list]
---------------Gapps version 2
[list]
[*]Some minor init.d tweaks problems
[*]Some dump stuff not very important
[*]Revert back to Google Search
[*]Version FB w/o tweaks for who wants faster boot time (but still Supercharged)
[/LIST]
Download LinksRom​
First testing build (94.64MB)
MD5: 1cb1da23332133ffc64ca073f3e32d64
Second build By Carlos
Second testing build (94.35MB)
MD5: c95819036bb557503be13d29fb8d8bfc​Gapps and Morphine​
Uknown gapps
MD5: 9d29becfb711980f04d4b17f1582b4b9
Uknown gapps v2 Mirror By Carloshttps://dl.dropbox.com/u/86760139/unknown_gapps.ziphttps://dl.dropbox.com/u/86760139/unknown_gapps.zip
MD5: 89b46e94c27fe8f2fe419906c6884741
Uknown gapps v2 FB (Faster boot - No tweak but still supercharged)
MD5: 554b883056547403412bb40526fd4929​
Bugs
CM9 bugs
You tell me
INSTRUCTION
YOU MUST BE ON ICS TO FLASH THIS
Download the ROM zip file to your SD card
Reboot to CWM/TWRP
Do a factory reset
Format /system
Flash the ROM using CWM/TWRP
(Optional) Flash Unknown_gapps if you want the Market plus other Google apps and Tweaks
Reboot to the ROM
Let it sit for 10 mins
If you previously had IMEI/EFS problems, flash back to stock with my Heimdall OneClick, then Heimdall OneClick either AntonX's or Hampsterblade's kernel with CWM, then flash CM9 from there.
Flashing from 3.0.2.8 recovery does not work. Make sure the version of your recovery is 5.0.2.x (x being 7 or 8).
Got problems? Ask in the Q&A Thread!
CREDITS​
Cyanogen team
zeppelinrox
Kylesum
Team Acid (Especially JT, Bryan, Fernando,...)
Team Kickass - (Especially Thomas, Erikmm,...)
Team Unknown (my mates...)
Jeffsf
Juan - Mr.dope for graphics logo and some will come in future so stay tuned ^^
Carlos Maintainer w me
Here is the Q&A thread
http://forum.xda-developers.com/showthread.php?p=30431015#post30431015
brandonc0526 said:
Here is the Q&A thread
http://forum.xda-developers.com/showthread.php?p=30431015#post30431015
Click to expand...
Click to collapse
Thanks man...Idk if we need it or not since this is CM9 anw ^^
P/s: I had some trouble w Goo and now my parents force me to go to sleep so...I will upload it again at 4.00AM (at most ur evening I think)...Sorry for this trouble...
daothanhduy1996 said:
Thanks man...Idk if we need it or not since this is CM9 anw ^^
P/s: I had some trouble w Goo and now my parents force me to go to sleep so...I will upload it again at 4.00AM (at most ur evening I think)...Sorry for this trouble...
Click to expand...
Click to collapse
I think it does since its a different build/version of CM9 then what we already currently have. And don't worry about it, we can wait
seems really cool. If you google and actually read about it.i noticed a link wasnt up was wondering if it will be back up soon or can we just use the packages from the linaro website. I would rather have the port to save time trouble. Says linaro about doubles the speed in their cm9 version. Sorry i got an error posting to qa
Sent from my SGH-T959V using XDA Premium HD app
Okay, Links are up now, you can flash and try it now ^^
For who uses Wifi, maybe u will have a quick battery drain, if u want to save some juice, you can do the following steps: before flashing, open the zip file and modify the build.prop by deleting this line: wifi.supplicant_scan_interval=20 (just that line)
Your warranty now is void
AGAIN, YOU MUST BE ON ICS TO FLASH THIS
P/s: This rom was built by Linaro toolchain 4.6 but our kernels weren't so, if u don't get it at full speed as u hope, don't comment bad things in this thread...Thank you
Pp/s: Hit thanks if u like
Nice job dao. I will be back to android soon hope to start a new project so be ready!
This rom is really fast. Only bug that i found on few other roms. When adding lockscreen as toggle for pulldown bar it dont lock screen when selected
Sent from my SGH-T959V using XDA Premium HD app
update coming just wait like..........................two hours depending internet mood
okay links up there have been several butter changes
Unknown CM9 2 and Unknown gapps 2
Unknown CM9 Changes​
Click to expand...
Click to collapse
* Remove some extra lines that maybe could cause phone slow down
*Added my first personal init.d tweak (specially made for Unknown CM9) that adds better internet speed and, increase ondemand scheduler responsive so it should be smooth ) (personal tweak name's 12tweak)
*Added sony bravia
*Ported some libs and lines from samsung galaxy s 4g beam(with my permission literally)
*Some corrections in the build.prop and with more tweaks
*Increased GPS speed
*JELLYBEAM look!!
Click to expand...
Click to collapse
Unknown gapps changes
Click to expand...
Click to collapse
​
*Some minor init.d tweaks problems
*Some dump stuff not very important
Click to expand...
Click to collapse
WiFi doesn't seem to be enabling at all. I'll get a log for you in the morning..
**edit**
seems to be an issue with the Wi-Fi driver..
Sent from my SGH-T959V using xda app-developers app
---------- Post added at 06:43 AM ---------- Previous post was at 05:55 AM ----------
--------- beginning of /dev/log/system
W/InputManagerService( 4286): Window already focused, ignoring focus gain of: [email protected]
--------- beginning of /dev/log/main
D/AudioHardware( 450): AudioHardware pcm playback is going to standby.
V/AudioHardware( 450): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 450): closePcmOut_l() mPcmOpenCnt: 1
I/ActivityManager( 4286): START {act=android.settings.SETTINGS flg=0x10000000 cmp=com.android.settings/.Settings} from pid 15889
D/AudioHardware( 450): AudioHardware pcm playback is exiting standby.
V/AudioHardware( 450): open pcm_out driver
D/AudioHardware( 450): openPcmOut_l() mPcmOpenCnt: 0
V/AudioHardware( 450): openMixer_l() mMixerOpenCnt: 0
V/AudioHardware( 450): open playback normal
V/AudioHardware( 450): write() wakeup setting route SPK
I/ActivityManager( 4286): Start proc com.android.settings for activity com.android.settings/.Settings: pid=28972 uid=1000 gids={1015, 3002, 3001, 3003, 3007}
D/LocalBluetoothProfileManager(28972): LocalBluetoothProfileManager construction complete
I/Process ( 4286): Sending signal. PID: 28972 SIG: 3
I/dalvikvm(28972): threadid=3: reacting to signal 3
I/dalvikvm(28972): Wrote stack traces to '/data/anr/traces.txt'
D/libEGL (28972): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL (28972): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL (28972): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/OpenGLRenderer(28972): Enabling debug mode 0
W/InputManagerService( 4286): Starting input on non-focused client [email protected] (uid=10075 pid=28912)
I/ActivityManager( 4286): Displayed com.android.settings/.Settings: +1s65ms
D/AudioHardware( 450): AudioHardware pcm playback is going to standby.
V/AudioHardware( 450): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 450): closePcmOut_l() mPcmOpenCnt: 1
I/ActivityManager( 4286): START {act=android
Sent from my SGH-T959V using xda app-developers app
Lol, I think I know why but I will download the build 2 and see what's wrong when I get home
Sent from my SGH-T959V using xda premium
Before I go back to Galaxy S 4G Beam, here is the alogcat that I got. I wanted to attach but phone app wouldn't let me.
Below seems to be the content of wifi failure
__________________________
I/ActivityManager( 1991): Process com.google.android.apps.maps:LocationFriendService (pid 6073) has died.
D/androidNetworkLocationListeners( 4307): Still have listener com.google.android.location.int[email protected]
E/WifiStateMachine( 1991): DriverFailedState
D/WifiLocator( 4307): Too many no-location APs. Will not compute a location nor go to the server. hasLocation=0 noLocation=0 cacheMiss=0
E/WifiStateMachine( 1991): DriverFailedState
Sent from my SGH-T959V using xda app-developers app
Well try flashing first the rom and the gapps without rebooting when flashing both because I have the same problem when I flash the rom and then reboot later after that go to thr recovery and flash the gapps
I did flash them both at the same time.. Or am I misreading your post?
I flashed the rom, gapps, kernel, awesome beats, and a modem all at the same time via twrp tbh.
Sent from my SGH-T959V using xda app-developers app
GMSonicX said:
I did flash them both at the same time.. Or am I misreading your post?
I flashed the rom, gapps, kernel, awesome beats, and a modem all at the same time via twrp tbh.
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
I flashed rom then gapps, nothing else, and wifi is working. Could it be the kernel or modem? I dont see awesome beats being the issue.
Sent from my SGH-T959V using xda premium
I've had issues with the Hefe kernel causing Wifi not to work, but it gets fixed if you re-flash the kernel again.
That works, I still get an error though. Well its in red. And red ALWAYS means there's something wrong. Right?
Sent from my SGH-T959V using xda app-developers app

[DEV][ROM]AndroidArm CM-10.1 Android 4.2 for FIT <<inactive>>

Original thread from WaylandAce click here (also for changelog)
All credits to WaylandAce for his fantastic work!
Click here to download nightlies from our buildserver!!
Updated every two days, allways synced with latest CM + androidarmv6 sources.
Changelogs: Click here to follow our reviewsite! Changes in nightlies you can find in merged!
Please no non-dev talk in this thread. Her you find, a more general, discussion thread
CM-10.1: How to install the extra packages in extradir in zip
(DSP Manager, Apollo, Email and Exchange reside in an extra folder on zip and are not installed by default)
Changelog: Second post.
If you are on a pre 07.01 release: Please full wipe because of systemwide resizing!!
Development can be followed here
Many thanks to Dark Passenger and Francesco Colella for their ldpi fixing!
Older releases:
02-04 build: cm-10.1
http://www.androidfilehost.com/?fid=22897186102575334
md5: 8b32f7bd494185a4301394dd38ae75cd
cm-9
http://www.androidfilehost.com/?fid=22897186102575333
md5: 22c5e747b86c8836ada9ae1b9940220a
cm-10.1-20130309-NIGHTLY-beni
md5: 40582d4e5b09f2382395bc3edb02912c
cm-10.1-20130224-NIGHTLY-beni
md5: f88c71482f29364ee4040fc8ef92a2c0
cm-10.1-20130216-NIGHTLY-beni
cm-10.1-20130117-NIGHTLY-beni
cm-10.1-20130108-UNOFFICIAL-beni
cm-10.1-20130107-UNOFFICIAL-beni.zip
cm-10.1-20130106-UNOFFICIAL-beni
cm-10.1-20121231-UNOFFICIAL-beni.zip
Please keep in mind, we donot have the device, so we are going a little blind on this.
Please no mirrorring!
Changelog
02-04-2013 CM-10.1
implemented FM support, still wip, NOT(!) operational yet.
new kernel. Still 2.6.35, but based on stock Samsung sources source here
Fixed battery stats
Improved memory management (Reintroduced. Based on an idea from Lagloose in Jellaxy. Testing stage)
Some extra ringtones
Latest CM sources
02-04-2013 CM-9
Initial release
Known "bug" double gallery. Will fix that later, I am lazy for now
09.03.2013
Fixed layout for ldpi by Dark Passenger (many thanx to him)
systemUI FC fixed (AOKP)
kernelfix for BT tethering (Thanx for suggestion to my old pal TheWhisp)
various changes from AOKP (AOKP release)
various changes from CM (CM release)
Added exhange and email
CM: Added Apollo and DSP Manager
24.02.2013
Stable
Ringtone loop fixed
CRT animation fixed
Expirimental (need confirmation!)
SystemUI layout
Fixed 1 on dialpad???
16.02.2013
Upgraded to 4.2.2 by CM
some kernel enhancements
17.01.2013
yesterday my son Luuk was born (most important change!)
GPS Fix (Wayland Ace)
Re-organized vendor samsung, added device specific files (psyke83)
Disabled Triple FrameBuffer and some other kernelchanges (optimize memory)
CM Changes
Wifi allways on in sleep (reconnecting problems)
Applications added: Google Talk, chrome bookmarks sync, Setup wizard
OMX libs fixed: Youtube controls bug fixed, camera crash fixed, camcoder works in HW mode
BLN enabled by default
Might have forgotten some things been very busy past two days
08.01.2013
more resizing work (still work in progress!)
camera improved (panorama works)
data usage border fix
kernelfix for spontanious reboots on certain occasions
CM updates / improvements
07.01.2013
Please full wipe because of systemwide resizing!!
changed dl link for bandwith reasons
boot issue from 06.01.2013 (confirmed)
fixed overscroll
fixed clock on lockscreen
06.01.2013
I tried to solve some ldpi overlay size issues. As I cannot test, please let me know if I screwed up, or what was solved and what still needs to be solved. Thanx in advance!
Applications added: Google Talk, chrome bookmarks sync, Setup wizard
OMX libs fixed: Youtube controls bug fixed, camera crash fixed, camcoder works in HW mode
Source based liblight with BLN support, BLN enabled by default
Superuser settings crash fixed
Added lagloose's force repeat ringtone hack
Other fixes
Latest CM and androidarmv6 sources
Minor kernel bug
If you kindly allow me to know the changes u did to beni rather from the device config and the repos in the androidarmv6 please kindly letme know as i am trying hard to make it boot but stuck in many things..
yajnab said:
If you kindly allow me to know the changes u did to beni rather from the device config and the repos in the androidarmv6 please kindly letme know as i am trying hard to make it boot but stuck in many things..
Click to expand...
Click to collapse
Download link added. bootproblem is caused by kernel. Kernel should boot now. If not I have a job to do. Or you should try to use whisps kernelsources form mini for ICS
When did you last sync sources?
Verstuurd van mijn GT-N8010 met Tapatalk
erikcas said:
Original thread from WaylandAce click here (also for changelog)
All credits to WaylandAce for his fantastic work!
Development can be followed here
Download here
Please keep in mind, we donot have the device, so we are going a little blind on this.
Click to expand...
Click to collapse
Wow...nice job sir...and Happy new year..!!
Sent from my GT-S5670 using xda premium
droider007 said:
Wow...nice job sir...and Happy new year..!!
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
Not too early
Does it boot?
Verstuurd van mijn GT-N8010 met Tapatalk
erikcas said:
Not too early
Does it boot?
Verstuurd van mijn GT-N8010 met Tapatalk
Click to expand...
Click to collapse
gimme five minutes....
EDIT= BOOTED!!!
camera working....wifi working.....video camera buggy....everything working....awesome!!
droider007 said:
gimme five minutes....
EDIT= BOOTED!!!
camera working....wifi working.....video camera buggy....everything working....awesome!!
Click to expand...
Click to collapse
Camera takes picz or force close on taking picz? Camera needs some more attention on Gio..
USB tethering works? Wifi tethering works?
Please test as many as you can
Verstuurd van mijn GT-N8010 met Tapatalk
droider007 said:
gimme five minutes....
EDIT= BOOTED!!!
camera working....wifi working.....video camera buggy....everything working....awesome!!
Click to expand...
Click to collapse
Cud u test Data connection,gapps plz
MajinSaiyan4 said:
Cud u test Data connection,gapps plz
Click to expand...
Click to collapse
Maybe test yourself? Only you can test your own needs
Verstuurd van mijn GT-S5660 met Tapatalk
MajinSaiyan4 said:
Cud u test Data connection,gapps plz
Click to expand...
Click to collapse
Data connection wrking....where to find gapps..?? Lol
Will try usb tethering asap...!!
Edit: sometyms after clicking pic it fcs saying "gallery fc's"....but its very rare......
Sent from my GT-S5670 using xda premium
erikcas said:
Maybe test yourself? Only you can test your own needs
Verstuurd van mijn GT-S5660 met Tapatalk
Click to expand...
Click to collapse
With all pleasure but i dont have pc with me n my data connection sucks...thats y im asking..i will sure test it n report here :thumbup:
erikcas said:
Download link added. bootproblem is caused by kernel. Kernel should boot now. If not I have a job to do. Or you should try to use whisps kernelsources form mini for ICS
When did you last sync sources?
Verstuurd van mijn GT-N8010 met Tapatalk
Click to expand...
Click to collapse
I am using the CM10 Kernel of whisp.. THe boot.img is also same... i synced the last sources yesterday.. WIll send u a complete report tomorrow
droider007 said:
Data connection wrking....where to find gapps..?? Lol
Will try usb tethering asap...!!
Edit: sometyms after clicking pic it fcs saying "gallery fc's"....but its very rare......
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
Cam still has some issues. Gapps are partly included (playstore is but no voice search)
Wifi tethering works but has issue with secure connection
Verstuurd van mijn GT-N8010 met Tapatalk
yajnab said:
I am using the CM10 Kernel of whisp.. THe boot.img is also same... i synced the last sources yesterday.. WIll send u a complete report tomorrow
Click to expand...
Click to collapse
Kernel is fixed, confirmed booting by droider here
Verstuurd van mijn GT-N8010 met Tapatalk
erikcas said:
Cam still has some issues. Gapps are partly included (playstore is but no voice search)
Wifi tethering works but has issue with secure connection
Verstuurd van mijn GT-N8010 met Tapatalk
Click to expand...
Click to collapse
usb tethering also working.....gapps also working great.....almost as stable as cm10
erikcas said:
Kernel is fixed, confirmed booting by droider here
Verstuurd van mijn GT-N8010 met Tapatalk
Click to expand...
Click to collapse
I waited for about 20 min.. Nothing more is coming in my logcat.. Checked two comp but same logcat.. Its getting stuck here
[email protected]:~/sdk/platform-tools$ ./adb logcat
--------- beginning of /dev/log/main
I/cm ( 99): ____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___
I/cm ( 100): | \_/ |__| |\ | | | | __ |___ |\ | |\/| | | | \
I/cm ( 101): |___ | | | | \| |__| |__] |___ | \| | | |__| |__/
I/cm ( 104): Welcome to Android 4.2.1 / CyanogenMod-10.1-20121220-UNOFFICIAL-beni
I/run-parts( 96): Setting permissions for brcm_patchram_plus! (dirty hack, I know :/)
I/DEBUG ( 117): debuggerd: Dec 20 2012 10:49:53
I/installd( 124): installd firing up
E/cutils ( 124): Failed to read /data/.layout_version: No such file or directory
D/installd( 124): Upgrading /data/media for multi-user
D/installd( 124): Upgrading to shared /data/media/obb
I/SurfaceFlinger( 119): SurfaceFlinger is starting
I/SurfaceFlinger( 119): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 119): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 119): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 119): loaded /system/lib/egl/libGLESv2_adreno200.so
I/gralloc ( 119): using (fd=15)
I/gralloc ( 119): id = msmfb30_30001
I/gralloc ( 119): xres = 240 px
I/gralloc ( 119): yres = 320 px
I/gralloc ( 119): xres_virtual = 240 px
I/gralloc ( 119): yres_virtual = 960 px
I/gralloc ( 119): bpp = 32
I/gralloc ( 119): r = 24:8
I/gralloc ( 119): g = 16:8
I/gralloc ( 119): b = 8:8
I/gralloc ( 119): width = 38 mm (160.421051 dpi)
I/gralloc ( 119): height = 51 mm (159.372543 dpi)
I/gralloc ( 119): refresh rate = 1986356224.00 Hz
D/CALCFPS ( 119): DEBUG_CALC_FPS: 0
D/CALCFPS ( 119): period: 10
D/CALCFPS ( 119): ignorethresh_us: 500000
D/CALCFPS ( 119): DEBUG_CALC_FPS: 0
D/CALCFPS ( 119): period: 10
D/CALCFPS ( 119): ignorethresh_us: 500000
I/hwcomposer( 119): Initializing Qualcomm Hardware Composer
I/hwcomposer( 119): MDP version: 300
I/hwcomposer( 119): hwc_device_open: Hardware VSYNC not supported
I/SurfaceFlinger( 119): Using composer version 0.0
I/hwcomposer( 119): Initializing UEvent Listener Thread
W/SurfaceFlinger( 119): getting VSYNC period from fb HAL: 0
W/SurfaceFlinger( 119): getting VSYNC period from thin air: 16666666
E/Adreno200-EGL( 119): <qeglDrvAPI_eglChooseConfig:757>: EGL_BAD_ATTRIBUTE
W/SurfaceFlinger( 119): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
W/SurfaceFlinger( 119): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
E/Trace ( 119): error opening trace file: No such file or directory (2)
I/SurfaceFlinger( 119): EGL informations:
I/SurfaceFlinger( 119): vendor : Android
I/SurfaceFlinger( 119): version : 1.4 Android META-EGL
I/SurfaceFlinger( 119): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger( 119): Client API: OpenGL_ES
I/SurfaceFlinger( 119): EGLSurface: 8-8-8-8, config=0x4
I/SurfaceFlinger( 119): OpenGL ES informations:
I/SurfaceFlinger( 119): vendor : Qualcomm
I/SurfaceFlinger( 119): renderer : Adreno (TM) 200
I/SurfaceFlinger( 119): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 119): extensions: GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_binning_control GL_QCOM_extended_get GL_QCOM_tiled_rendering GL_AMD_compressed_3DC_texture
I/SurfaceFlinger( 119): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 119): GL_MAX_VIEWPORT_DIMS = 4096 x 4096
D/SurfaceFlinger( 119): Screen acquired, type=0 flinger=0xe318
E/bdaddr ( 157): Can't open /data/.nvmac_bt.info
Please post logcats on pastebin
Which rom is this?
Verstuurd van mijn GT-N8010 met Tapatalk
droider007 said:
usb tethering also working.....gapps also working great.....almost as stable as cm10
Click to expand...
Click to collapse
On Gio it is better then CM10
Verstuurd van mijn GT-N8010 met Tapatalk
erikcas said:
Not too early
Does it boot?
Verstuurd van mijn GT-N8010 met Tapatalk
Click to expand...
Click to collapse
In India is New Year.

[APP] [23.04.2014] [UPDATED] Lenovo Super Camera v3.6.6

Hi friends, here is the Lenovo Super Camera for all android phones. It is the best custom camera app I've seen for our devices with a ton of options and you will definitely love it.
UPDATED FROM V3.5.6 TO V3.6.6.
Download:
Lenovo Super Camera v3.6.6
This is a CWM flashable zip.
PS: Panorama mode gives FC's but the rest works fine.
Keep the camera resolution at the maximum and you will see that a few effects work. The camera is not in the maximum resolution by default.
Was trying to fix panaroma these days but in vain and infact kinda busy with SOKP
P.S : If you need a file with phone permissions removed, kindly PM me.
Could you please shrink the pics? Its hardly to see anything
Thanks!
EDIT: Can't get it working
Code:
D/dalvikvm(12304): Trying to load lib /data/app-lib/com.lenovo.scg-1/libLeCSC.so 0x42034d60
D/dalvikvm(12304): Added shared lib /data/app-lib/com.lenovo.scg-1/libLeCSC.so 0x42034d60
D/dalvikvm(12304): No JNI_OnLoad found in /data/app-lib/com.lenovo.scg-1/libLeCSC.so 0x42034d60, skipping init
D/dalvikvm(12304): Trying to load lib /data/app-lib/com.lenovo.scg-1/libLeImage.so 0x42034d60
E/dalvikvm(12304): dlopen("/data/app-lib/com.lenovo.scg-1/libLeImage.so") failed: dlopen failed: cannot locate symbol "_
ZN8SkCanvas14drawBitmapRectERK8SkBitmapPK7SkIRectRK6SkRectPK7SkPaint" referenced by "libLeImage.so"...
W/dalvikvm(12304): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/lenovo/scg/LeImageJI/CLeIma
geEncoder;
D/AndroidRuntime(12304): Shutting down VM
W/dalvikvm(12304): threadid=1: thread exiting with uncaught exception (group=0x41854700)
E/AndroidRuntime(12304): FATAL EXCEPTION: main
E/AndroidRuntime(12304): java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN8SkCanvas14drawBitmapRe
ctERK8SkBitmapPK7SkIRectRK6SkRectPK7SkPaint" referenced by "libLeImage.so"...
E/AndroidRuntime(12304): at java.lang.Runtime.loadLibrary(Runtime.java:361)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.invokeOriginalMethod(XposedBridge.java:624)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:455)
E/AndroidRuntime(12304): at java.lang.Runtime.loadLibrary(Native Method)
E/AndroidRuntime(12304): at java.lang.System.loadLibrary(System.java:525)
E/AndroidRuntime(12304): at com.lenovo.scg.LeImageJI.CLeImageEncoder.<clinit>(CLeImageEncoder.java:213)
E/AndroidRuntime(12304): at com.android.camera.Camera.<init>(Camera.java:3346)
E/AndroidRuntime(12304): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime(12304): at java.lang.Class.newInstance(Class.java:1130)
E/AndroidRuntime(12304): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
E/AndroidRuntime(12304): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2257)
E/AndroidRuntime(12304): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2400)
E/AndroidRuntime(12304): at android.app.ActivityThread.access$600(ActivityThread.java:153)
E/AndroidRuntime(12304): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1269)
E/AndroidRuntime(12304): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(12304): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(12304): at android.app.ActivityThread.main(ActivityThread.java:5295)
E/AndroidRuntime(12304): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(12304): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(12304): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime(12304): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:110)
E/AndroidRuntime(12304): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 3073): Force finishing activity com.lenovo.scg/com.android.camera.CameraLauncher
I/WindowManager( 3073): Screenshot max retries 4 of Token{42a36af0 ActivityRecord{42a36990 u0 com.lenovo.scg/com.android
.camera.CameraLauncher}} appWin=Window{4202ec68 u0 Starting com.lenovo.scg} drawState=4
W/WindowManager( 3073): Screenshot failure taking screenshot for (720x1280) to layer 21010
I/Toggle2G( 5971): show notification running=true, noWifi=true, noData=false, saveBattery=false, alwaysSwitchTo3G=false
I/Toggle2G( 5971): show notification running=true, wait=false, waitNotify=false, show=false
I/Toggle2G(12010): show plugin message = false
I/System.out( 7442): 15:42:41) BATTERYDIVINER OUT LOG: BL.oR: L=100, S=100
W/ActivityManager( 3073): Activity pause timeout for ActivityRecord{42a36990 u0 com.lenovo.scg/com.android.camera.Camera
Launcher}
Which phone and what version of Android?
Sent from my GT-I9500 using xda premium
Thanks for sharing 3.12 and 3.13 works on HTC one 4.3 senseless .Galley fc and continuous pictures freezes.
Sent from my HTC One using Tapatalk 4
Camera app does nt start on optimus g 4.1.2
Gallery starts but it s laggy
LG-E975 cihazımdan Tapatalk 4 ile gönderildi
Working great on my optimus g thanks!
Continuous shot freezes for me though everything else works fine using dirty unicorn
Sent from my LG-LS970 using xda app-developers app
Will give a try
Se ti sono stato d' aiuto sfondalo il tasto thanks!
Works fine on S4 but crashes while switching to Panaromic mode.
redhat_123 said:
Works fine on S4 but crashes while switching to Panaromic mode.
Click to expand...
Click to collapse
Tats what I told u. Panaroma and burst modes will crash.
Sent from my GT-I9500 using xda premium
Panorama & burst mode not working on Note 2
Thanks a2441918 for post.
Camera resolution set to maximum, Panorama & burst mode not working on Note 2 rest of camera features r working fine.:good:
i've mod this app to disable all 3rd party chinese social network functions & some translation.
if i can hv camera libs frm this lenovo device, maybe we can solve some/all FC(s) in certain modes.
Get it here.
Will be version on ICS?
app crashing when taking a photo (freeze, then forceclose), app also crashing the camera firmware. device must rebooted to use my camera again.
Samsung Galaxy S3 international (I9300) running CM10.1.
monx® said:
i've mod this app to disable all 3rd party chinese social network functions & some translation.
if i can hv camera libs frm this lenovo device, maybe we can solve some/all FC(s) in certain modes.
Get it here.
Click to expand...
Click to collapse
How come it's 55.6 MB. The original apk was 39.2 MB. If you only disabled some stuff, why is there an extra 16+MB?
booci said:
How come it's 55.6 MB. The original apk was 39.2 MB. If you only disabled some stuff, why is there an extra 16+MB?
Click to expand...
Click to collapse
this version seems to have few more functions and shortcuts buttons than the v3.55 from another topic, but the UI and especially shutter button have some problems.
Nexus 4 cm10.2 does not work
On HTC One S with Android 4.1 (Venom Viper One S 2.2.1 custom rom) the camera works (not tried all functions by now). But there isn't an option to silent the shutter or the focus. I hate unwanted sounds.
The gallery is buggy: can't open the left menu and all chinese stuff are boring.
em , i can't download from zippyshare
can u upload it on mediafire? or d-h.st ? or google drive.? plz =)
and thanks
killoi said:
em , i can't download from zippyshare
can u upload it on mediafire? or d-h.st ? or google drive.? plz =)
and thanks
Click to expand...
Click to collapse
Here you are mate. It's a Mediafire link. If you are still more concerned abt DB, please let me know.
Sent from my GT-I9500 using xda premium
booci said:
How come it's 55.6 MB. The original apk was 39.2 MB. If you only disabled some stuff, why is there an extra 16+MB?
Click to expand...
Click to collapse
is just matter of compression ratio mate. my apktools are geared by zipalign & apk optimizer. not to optimize apk the size tho. tomorrow i will post another mod. this time both panorama & burst mode are disabled atm until we get proper lib/config. shutter also has been fixed.

CM14.1 Unofficial Builds

Hello, everyone, since nobody is building CM14.1(based on Android 7.1) for our beloved flo yet, i decided to build it. This is an unofficial build, built straight from CM14.1 sources with no modifications. Post any bugs you find since this is a relatively new build. I have a cron script building everyday and will post it when I visit the forum.Have fun.
Downloads:cm-14.1-20161111-UNOFFICIAL-flo.zip
Downloading it and giving it a go. Nano gapps won't work as the partition is too small so I get to try Pico...
I occasionally got a force close on the settings app and the camera crashes on startup. Everything else is real fast.
ming3r said:
Downloading it and giving it a go. Nano gapps won't work as the partition is too small so I get to try Pico...
Click to expand...
Click to collapse
yea, flo has a small system partition, i used pico gapps and installed whatever i need from the play store.
Looks like we should be able to fit opengapps nano with this
https://review.cyanogenmod.org/#/c/170475/
There has been a bit of activity today
https://review.cyanogenmod.org/#/q/project:CyanogenMod/android_device_asus_flo
Might be building officially soon (read comments for more details)
https://review.cyanogenmod.org/#/c/170481/
Hello, there are big bugs? Or the rom is it stable?
Will it be regularly updated?
hisname said:
Hello, everyone, since nobody is building CM14.1(based on Android 7.1) for our beloved flo yet, i decided to build it. This is an unofficial build, built straight from CM14.1 sources with no modifications. Post any bugs you find since this is a relatively new build. I have a cron script building everyday and will post it when I visit the forum.Have fun.
Downloads:cm-14.1-20161111-UNOFFICIAL-flo.zip
Click to expand...
Click to collapse
I just flashed your CM14.1 build on my flo.
And i found that camera does not work. It is not very important for me but it is a fact that it does not work.
I grabbed logcat.
Code:
E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
I chatty : uid=1006(camera) mm-qcamera-daem expire 44 lines
W Binder:218_1: type=1400 audit(0.0:65): avc: denied { write } for name="cam_socket1" dev="mmcblk0p30" ino=15 scontext=u:r:cameraserver:s0 tcontext=u:object_r:camera_socket:s0 tclass=sock_file permissive=0
I chatty : uid=1006(camera) mm-qcamera-daem expire 2 lines
I chatty : uid=1006(camera) mm-qcamera-daem expire 3 lines
E mm-camera-intf: mm_camera_open: opened, break out while loop
E mm-camera-intf: mm_camera_socket_create: socket_fd=-1 Permission denied
W Binder:218_1: type=1400 audit(0.0:66): avc: denied { write } for name="cam_socket1" dev="mmcblk0p30" ino=15 scontext=u:r:cameraserver:s0 tcontext=u:object_r:camera_socket:s0 tclass=sock_file permissive=0
E mm-camera-intf: mm_camera_socket_create: socket_fd=-1 Permission denied
E mm-camera-intf: mm_camera_open: cannot open domain socket fd of '/dev/video1'(Permission denied)
I chatty : uid=1006(camera) mm-qcamera-daem expire 2 lines
E mm-camera-intf: camera_open: mm_camera_open err = -1
E QCamera3HWI: static int qcamera::QCamera3HardwareInterface::initCapabilities(int): camera_open failed
I think that something wrong with a selinux.
tank0412 said:
I just flashed your CM14.1 build on my flo.
And i found that camera does not work. It is not very important for me but it is a fact that it does not work.
I grabbed logcat.
Code:
E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
I chatty : uid=1006(camera) mm-qcamera-daem expire 44 lines
W Binder:218_1: type=1400 audit(0.0:65): avc: denied { write } for name="cam_socket1" dev="mmcblk0p30" ino=15 scontext=u:r:cameraserver:s0 tcontext=u:object_r:camera_socket:s0 tclass=sock_file permissive=0
I chatty : uid=1006(camera) mm-qcamera-daem expire 2 lines
I chatty : uid=1006(camera) mm-qcamera-daem expire 3 lines
E mm-camera-intf: mm_camera_open: opened, break out while loop
E mm-camera-intf: mm_camera_socket_create: socket_fd=-1 Permission denied
W Binder:218_1: type=1400 audit(0.0:66): avc: denied { write } for name="cam_socket1" dev="mmcblk0p30" ino=15 scontext=u:r:cameraserver:s0 tcontext=u:object_r:camera_socket:s0 tclass=sock_file permissive=0
E mm-camera-intf: mm_camera_socket_create: socket_fd=-1 Permission denied
E mm-camera-intf: mm_camera_open: cannot open domain socket fd of '/dev/video1'(Permission denied)
I chatty : uid=1006(camera) mm-qcamera-daem expire 2 lines
E mm-camera-intf: camera_open: mm_camera_open err = -1
E QCamera3HWI: static int qcamera::QCamera3HardwareInterface::initCapabilities(int): camera_open failed
I think that something wrong with a selinux.
Click to expand...
Click to collapse
interesting...but hey, CM has fixed the issue.
hisname said:
interesting...but hey, CM has fixed the issue.
Click to expand...
Click to collapse
Yeah but it was 2 hours ago.
I think that you built CM14 build more than 2 hours ago so your device tree does not have latest version of this commit.
flo will have an official CM 14.1 build soon, courtesy of forkbomb (Simon Shields). He took the rebased trees and brought it up to 7.1.
Camera work or no?
Byooxyde said:
Camera work or no?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=69579022&postcount=2
ming3r said:
http://forum.xda-developers.com/showpost.php?p=69579022&postcount=2
Click to expand...
Click to collapse
I don't understand your link
Nougat nightly was just posted!
Byooxyde said:
I don't understand your link
Click to expand...
Click to collapse
You don't understand the link? You click on it and it shows his post stating that camera doesn't work. How isn't that not understandable ?
Just installed the official nightly, works like a charm. Only two things I've noticed:
- during the i installation got an error "unknown command "LOG". The installation continues without issue however.
- CM Bug reporter daemon crashes during initial configuration.
Locke_G said:
Just installed the official nightly, works like a charm. Only two things I've noticed:
- during the i installation got an error "unknown command "LOG". The installation continues without issue however.
- CM Bug reporter daemon crashes during initial configuration.
Click to expand...
Click to collapse
Same for me and tape recorder don't work
bbernardini said:
Nougat nightly was just posted!
Click to expand...
Click to collapse
Do you mean on the CM website?
Thanks.
bbernardini said:
Nougat nightly was just posted!
Click to expand...
Click to collapse
Could you provide the link? Thanks!
Enviado desde mi LG-D855 mediante Tapatalk
https://download.cyanogenmod.org/?device=flo
Sent from my SM-G900V using Tapatalk
Enviado desde mi LG-D855 mediante Tapatalk

Categories

Resources