Hi Andria,
Can you tell me how did you use the UEvenetObserver ?
I can't import it and the an error appear to me and i can't solve this
problem !
On Tuesday, 8 November 2011 11:41:18 UTC+2, andria wrote:
>
> Hi
>
> I just want to update what I said before.
>
> On 7 nov, 10:53, andria wrote:
Verizon Moto X 8Gb Jellybean 4.2.2
Kernel version 3.4.42-xline-g3ecbDCF
hudsoncm@il93lnxdroid86#1
Friday Sept 20 15:45:05 CDT 2013
I'm looking to take ultimate control over the device, Android 4.4 KitKat latest
release with all the bloatware removed and rooted, kernel allowing maximum
tweaks fo
I am just initializing ffmpeg by calling av_register_all in android jni code
JNIEXPORT jstring JNICALL Java_com_testplayer_MainActivity_ffmpegOpen(
JNIEnv* env, jobject thiz, jstring path)
{
const char *input_filename = "mtbiketribe-small.mp4";
av_register_all();
return env->NewStringUT
You should be fine with about any version.
It would probably be easier for you to start with an Android kernel and add
your patches, and you may be lucky enough to have your chipset as one of
the published trees (MSM, omap, exynos...).
Otherwise start from common.git
On Feb 9, 2014 9:50 PM, wrote