Showing posts with label AOKP. Show all posts
Showing posts with label AOKP. Show all posts

Sunday, 24 July 2016

Z00L AOKP vs BEANSTALK



Which ROM is best for Zenfone 2 Laser (Z00L)?
Now i flashed BEANSTALK.



Thursday, 14 July 2016

Problems with Video recording on AOKP MM rom.



Greetings Developers,

I would really appreciate some help. By God's grace, in the T-Mobile S4 development thread http://forum.xda-developers.com/gala...kp-mm-t3391994 , I have put together several Marshmallow Roms, namely PAC Rom and AOKP MM, that have the same problem. The camera works to take pictures, but cannot record video. It "appears" to be recording in the built in camera app, but does not actually save the recording. If I use another app, such as OpenCamera, it stops the recording as soon as I try to start. I am relatively new to development, and any help would be greatly appreciated, as well as fully recognized and credited.

Below is the logcat errors/fails when using the CM camera app, and the OpenCamer app. I just really want to get this fixed for the people who are using the roms. I hate to sell them short because I've made some sort of error.

In my inexperienced opinion, this appears to be an audio problem. I have compared the mediarecorder.cpp and similar files between CM13 and my roms, and they are identical. I was wondering if it might be vendor blobs, so I borrowed them from Beanstalk (where the camera video recorder function works), but that did not work either.

I am pretty sure that it is not the app, because using any video recording app fails to actually record the video.


Code:


Here are the fails from the logcat. I am only focusing on the errors, stops, or fails.

Using the built in Camera app:

07-12 06:43:32.459  244  3766 I MediaCodecSource: encoder (audio) stopped
07-12 06:43:32.459  244  652 I MediaCodecSource: puller (audio) stopping
07-12 06:43:32.461  244  3847 E OMXNodeInstance: setConfig(1d:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
07-12 06:43:32.461  244  3847 I ACodec  : codec does not support config priority (err -2147483648)
07-12 06:43:32.462  244  3847 I MediaCodec: MediaCodec will operate in async mode
07-12 06:43:32.467  244  3846 I NuPlayerDecoder: [OMX.google.vorbis.decoder] resubmitting CSD
07-12 06:43:32.468  244  3846 I NuPlayerDecoder: [OMX.google.vorbis.decoder] resubmitting CSD
07-12 06:43:32.469  244  3775 D ALSAStreamOps: setParameters(): keyRouting with device 0x0
07-12 06:43:32.469  244  3775 E ALSAStreamOps: must not change mDevices to 0
07-12 06:43:32.470  244  3775 D AudioStreamInALSA: standby
07-12 06:43:32.470  244  3775 D AudioStreamInALSA: standby
07-12 06:43:32.470  244  3775 D ALSADevice: standby: handle 0xb216c1c0 h 0x0
07-12 06:43:32.472  244  3848 W SoftVorbis: vorbis_dsp_synthesis returned -135
07-12 06:43:32.473  244  3848 W SoftVorbis: vorbis_dsp_synthesis returned -135
07-12 06:43:32.500  3612  3612 E MediaRecorder: stop failed: -1007
07-12 06:43:32.502  3612  3612 E CAM_VideoModule: java.lang.RuntimeException: stop failed.
07-12 06:43:33.984  244  3647 W AMessage: failed to post message as target looper for handler 0 is gone.

Using the OpenCamera App for comparison:

07-12 06:50:28.951  244  4439 E ACDB-LOADER: Error: ACDB EC_REF_RX returned = -8
07-12 06:50:28.976  244  4436 E SoftAVCEnc: Error in extractGraphicBuffer
07-12 06:50:28.976  244  4435 E ACodec  : [OMX.google.h264.encoder] ERROR(0x80001001)
07-12 06:50:28.976  244  4435 E ACodec  : signalError(omxError 0x80001001, internalError -2147483648)
07-12 06:50:28.976  244  4435 E ACodec  : [OMX.google.h264.encoder] ERROR(0x80001001)
07-12 06:50:28.976  244  4435 E ACodec  : signalError(omxError 0x80001001, internalError -2147483648)
07-12 06:50:28.977  244  4434 E MediaCodec: Codec reported err 0x80001001, actionCode 0, while in state 6
07-12 06:50:28.977  244  4439 D ALSADevice: setHardwareParams: buffer_size 16384, period_size 4096, period_cnt 4
07-12 06:50:28.977  244  4431 E MediaCodecSource: Encoder (video) reported error : 0x80001001
07-12 06:50:29.124  4180  4180 E MediaRecorder: stop failed: -1007

So, the errors or fails that are the same are these:
ACDB-LOADER: Error: ACDB EC_REF_RX returned = -8
MediaRecorder: stop failed: -1007

These are both audio errors. It appears that the audio is creating an error, so the video will not save. Unless someone out there knows better (be sure to correct me, I'm still learning). So I will be looking at MediaRecorder and ACDB-LOADER and audio problems.


Once again, any assistance would be greatly appreciated! Thanks!



Problems with Video recording on AOKP MM rom.



Greetings Developers,

I would really appreciate some help. By God's grace, in the development thread, I have put together several Marshmallow Roms, namely PAC Rom and AOKP MM, that have the same problem. The camera works to take pictures, but cannot record video. It "appears" to be recording in the built in camera app, but does not actually save the recording. If I use another app, such as OpenCamera, it stops the recording as soon as I try to start. I am relatively new to development, and any help would be greatly appreciated, as well as fully recognized and credited.

Below is the logcat errors/fails when using the CM camera app, and the OpenCamer app. I just really want to get this fixed for the people who are using the roms. I hate to sell them short because I've made some sort of error.

In my inexperienced opinion, this appears to be an audio problem. I have compared the mediarecorder.cpp and similar files between CM13 and my roms, and they are identical. I was wondering if it might be vendor blobs, so I borrowed them from Beanstalk (where the camera video recorder function works), but that did not work either.

I am pretty sure that it is not the app, because using any video recording app fails to actually record the video.


Code:


Here are the fails from the logcat. I am only focusing on the errors, stops, or fails.

Using the built in Camera app:

07-12 06:43:32.459  244  3766 I MediaCodecSource: encoder (audio) stopped
07-12 06:43:32.459  244  652 I MediaCodecSource: puller (audio) stopping
07-12 06:43:32.461  244  3847 E OMXNodeInstance: setConfig(1d:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
07-12 06:43:32.461  244  3847 I ACodec  : codec does not support config priority (err -2147483648)
07-12 06:43:32.462  244  3847 I MediaCodec: MediaCodec will operate in async mode
07-12 06:43:32.467  244  3846 I NuPlayerDecoder: [OMX.google.vorbis.decoder] resubmitting CSD
07-12 06:43:32.468  244  3846 I NuPlayerDecoder: [OMX.google.vorbis.decoder] resubmitting CSD
07-12 06:43:32.469  244  3775 D ALSAStreamOps: setParameters(): keyRouting with device 0x0
07-12 06:43:32.469  244  3775 E ALSAStreamOps: must not change mDevices to 0
07-12 06:43:32.470  244  3775 D AudioStreamInALSA: standby
07-12 06:43:32.470  244  3775 D AudioStreamInALSA: standby
07-12 06:43:32.470  244  3775 D ALSADevice: standby: handle 0xb216c1c0 h 0x0
07-12 06:43:32.472  244  3848 W SoftVorbis: vorbis_dsp_synthesis returned -135
07-12 06:43:32.473  244  3848 W SoftVorbis: vorbis_dsp_synthesis returned -135
07-12 06:43:32.500  3612  3612 E MediaRecorder: stop failed: -1007
07-12 06:43:32.502  3612  3612 E CAM_VideoModule: java.lang.RuntimeException: stop failed.
07-12 06:43:33.984  244  3647 W AMessage: failed to post message as target looper for handler 0 is gone.

Using the OpenCamera App for comparison:

07-12 06:50:28.951  244  4439 E ACDB-LOADER: Error: ACDB EC_REF_RX returned = -8
07-12 06:50:28.976  244  4436 E SoftAVCEnc: Error in extractGraphicBuffer
07-12 06:50:28.976  244  4435 E ACodec  : [OMX.google.h264.encoder] ERROR(0x80001001)
07-12 06:50:28.976  244  4435 E ACodec  : signalError(omxError 0x80001001, internalError -2147483648)
07-12 06:50:28.976  244  4435 E ACodec  : [OMX.google.h264.encoder] ERROR(0x80001001)
07-12 06:50:28.976  244  4435 E ACodec  : signalError(omxError 0x80001001, internalError -2147483648)
07-12 06:50:28.977  244  4434 E MediaCodec: Codec reported err 0x80001001, actionCode 0, while in state 6
07-12 06:50:28.977  244  4439 D ALSADevice: setHardwareParams: buffer_size 16384, period_size 4096, period_cnt 4
07-12 06:50:28.977  244  4431 E MediaCodecSource: Encoder (video) reported error : 0x80001001
07-12 06:50:29.124  4180  4180 E MediaRecorder: stop failed: -1007

So, the errors or fails that are the same are these:
ACDB-LOADER: Error: ACDB EC_REF_RX returned = -8
MediaRecorder: stop failed: -1007

These are both audio errors. It appears that the audio is creating an error, so the video will not save. Unless someone out there knows better (be sure to correct me, I'm still learning). So I will be looking at MediaRecorder and ACDB-LOADER and audio problems.


Once again, any assistance would be greatly appreciated! Thanks!



Monday, 11 July 2016

galaxy e7 AOKP ROM



Build a rom for galaxy e7 !!!



I need a aokp custom rom 4.4 kitkat for my Pantech IM-A840S



Please help
I and more people using this device but we not have a kitkat rom.
I live in vietnamese

Sent from my IM-A840S using XDA Free mobile app



Sunday, 10 July 2016

[rom][6.0.1] aokp mm



Hi
I've managed to boot AOKP marshmallow on i9300
I did that by using cm13 as a base rom and downloaded @sagarshah1729 AOKP rom for n7100
I've replaced some files and rom is stable,
Not working:
-NFC (had to remove nfc.apk to not get force closes)
-Bluetooth (also removed Bluetooth.apk to avoid FC)

I will upload rom soon
IDK how to make flashable zip, so i attach TWRP backup.

If someone can, plss help me fix nfc and bluetooth issues and teach me how to do flashable zip package :)



[ROM][6.0.1_r52][UNOFFICIAL] AOKP MM [TAOSHAN]



Because the old AOKP thread was inactive for a long time now, I will be updating it from now on :D



AOKP-ANDROID OPEN KANG PROJECT

What is AOKP?

AOKP stands for Android Open Kang Project. It is a custom ROM distribution for several high-end Android devices. The name is a play on the word kang and AOSP (Android Open Source Project). The name was sort of a joke, but it just stuck, just like our infatuation with unicorns.

We fork the source code of Android that Google puts out in the open with every major version release, and we then add the magical unicorn bytes (read: we add some of the coolest features that are both useful and make your ROM awesome).

With AOKP, you can generally do a lot more with your device than what you could do with the original firmware that came installed on it.

Why AOKP ?

We were waiting for when you'd ask this.

There are a variety of reasons why a hilly billy Android user, on a bright sunny day, would suddenly start using AOKP and loving it.

For one, AOKP is lightweight. Most OEMs provide a heavy UI layer over Android and have loads of bloatware (i.e. apps that not everyone use every day, but you cannot remove because they're "baked in" by default). Since AOKP is built upon vanilla Android source, it has neither of the above.

Also AOKP has features that you will not find on your stock firmware. You can have a multitude of toggles to quickly flip a lot of your phone's settings right at your fingertips, or you can launch apps quickly from any screen using our Ribbons.

You can change almost each and every aspect of the OS, from its looks to the way it functions, with total freedom. And did we tell you, AOKP helps you make tacos?


Downloads

Download

Gapps

Instructions

Factory Reset/Wipe Data
Format System
Format Cache
Format Dalvik Cache
Install ROM
Install Gapps
Reboot
Enjoy :D

XDA:DevDB Information
[ROM][6.0.1_r52][UNOFFICIAL] AOKP MM [TAOSHAN], ROM for the Sony Xperia L

Contributors
Xperia_L
Source Code: https://github.com/AOKP

ROM OS Version: 6.0.x Marshmallow

Version Information
Status: Testing

Created 2016-07-10
Last Updated 2016-07-10



Friday, 1 July 2016

[ROM][UNOFFICIAL][6.0.1] AOKP [Z00L]



  1. Verify that you're using the latest version of TWRP

  2. Perform a FULL WIPE as described below if coming from another ROM or a different version of Android (A full wipe is when you wipe system/data/cache)

  3. Flash the latest version of this ROM

  4. Flash GAPPS

  5. Reboot and ENJOY!!


Z00L: https://s.basketbuild.com/devs/imjohncarlo/aokp/Z00L

We spend countless of hours doing this for next to nothing. Posts, views, and donations encourage me, and everyone else who helps out.

Donate to AOKP

Every donation is cherished and loved.


If you'd like to help contribute by writing code, feel free to stop by IRC and talk to us!

Check out the ROM source on github. Open source, in the spirit of community kangage.

CREDITS


Thanks to Cyanogen-mod


XDA:DevDB Information
Aandroid Open Kang Project, ROM for the Zenfone 2 Laser

Contributors
imjohncarlo
Source Code: http://github.com/AOKP

ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked Bootloader, TWRP
Based On: CyanogenMOD

Version Information
Status: Testing

Created 2016-07-01
Last Updated 2016-07-01