General :: MT6577 Android 4.2 Porting Video Error
Nov 20, 2013
As I was porting Android 4.2 for my Micromax A92 based on mt6577 I am encountering these errors
While playing video and recording videos
Code:
D/MPEG4Writer( 113): A bufferChunk
D/MPEG4Writer( 113): left_video_chunk_num=0, mInterleaveDurationUs=1000000, mBitrate=6128000
D/MPEG4Writer( 113): left_mem_size 0
E/OMXCodec( 113): [OMX.MTK.AUDIO.ENCODER.AAC] Calling emptyBuffer on buffer 0x42b10e60 (length 1024), timestamp 1076436623 us (1076.44 secs)
[Code] .......
While opening messaging (it force closes)
Code:
E/AndroidRuntime( 7534): FATAL EXCEPTION: main
E/AndroidRuntime( 7534): java.lang.VerifyError: com/android/mms/ui/MessageUtils
E/AndroidRuntime( 7534): at com.android.mms.MmsApp.onCreate(MmsApp.java:97)
E/AndroidRuntime( 7534): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1000)
[code]...
View 5 Replies
Mar 22, 2012
Just started with one. But while flashing the ROM i'm getting Status 7 error.
I took RazoDroid ROM which is for Galaxy Fit and SplashMod ROM of Wildfire.
The following are the steps i followed while porting which were guided from here.
1.Extracted boot.img and replaced the kernel from SplashMOD.
2.From the ramdisk changed to init.buzz.rc
3.Repacked kernel.
4.Replaced the following folders/files from SpashMOD
Code:
/system/lib/modules/
/system/lib/hw/
/system/usr/keylayout/
[Code]....
Else the procedure itself is wrong or the ROM can not be ported?
View 4 Replies
View Related
Feb 23, 2013
On the MK802 Android 4.0 Mini PC there is a video player called 2160p. This video player can play SBS 3D videos. [URL] ....
I have an Acer passive 3D monitor that hasn't got an option to watch SBS videos in 3D. The only format it supports is interlaced.
I just got myself an Android mini-pc. The Uhost 2. I was hoping I could use the 2160p Player to view SBS videos in interlaced 3D. The 2160p Player installs fine on the device and the Gallery works. But when I select a video to play, it crashes.
I am not sure if its a buggy app or if it only works on the AllWinner A10 processor. Is it possible to get it working on other devices.
There definitely seems to be a market for this app [URL] ......
View 4 Replies
View Related
Apr 11, 2013
how do I unbrick my MK6577 (Noir A-8) I tried to use SPTool to install CWM but now luck need ROM files to flash it through SPTools.
View 2 Replies
View Related
Mar 25, 2013
in my device htc one x mt6577 it have ram 1g but always used 802mb and free 186mb its high usage of ram and in same time i dont open any app and when i connect device to computer and run eclipse program this appear in this picture
it appears 82% of ram uknown it need same to format it
View 1 Replies
View Related
Nov 4, 2013
As I was porting a rom for my micromax canvas lite (nt6577) everything works except the camera.
View 5 Replies
View Related
Feb 27, 2014
i have ZTE v907m that stuck on splash screen and i cannot go to recovery. I search all threads on how to flash rom on this device and i found this...
[URL]
i already download almost all the roms by bgcngm but i cant find why it doesnt have scatter file when using SP Flash Tool.
View 1 Replies
View Related
Mar 3, 2013
my question is once i flash is there a way to revert all settings back to the wait it was? for let's say, if something bad happens, i can still go for the warranty on the phone?
View 3 Replies
View Related
Mar 25, 2014
i have this phone (alps e1901 v77 fwvga) aka xtouch x507 (mt6577)
i flashed the original firmware from the supplier but since then the phone didn't boot
it wont charge also, but it's being recognized by pc and i still can flash on it.and i tested the battery its charged, and also there is current drain (~50 mA)when power button is pressed
View 4 Replies
View Related
Nov 29, 2012
I'm about to flash my B92M (SIII Clone) MT6577 but I need to make sure that I have everything set up. This is my first time flashing a phone and I don't want to mess it up.
So basically I'm having trouble installing the MediaTek DA USB VCOM Driver and I'm not even sure if I'm trying to install the right one. How do I go about installing this? And download link for one that supports MT6577 or does the MT6575 one work with it?
View 1 Replies
View Related
Dec 24, 2013
My mt6577 cherry mobile titan is brick.. how to unbrick my cherry mobile titan.. my phone is not off and cant turn on.. and it is has been format thru sp flashing tool.. my problem is i have no firmware.nfo and the scatter-loading file of my cherry mobile titan..
View 3 Replies
View Related
Mar 17, 2013
I have a Mtk6577 based device (WIKO cink slim or fly IQ442) and i found a fonctionnal miui rom for this device "port from other MTk6577 device wich are very very similar, instead of Wifi Bt and gps chipset) So Wifi and BT dosen't want to start, even if we press the ON button. it's the same thing for BT and gps.So i would like to fix that, i tried with the kernel I hqve Compiled from manufacturer sources, but there still that problem.
View 2 Replies
View Related
Jan 26, 2013
I have a MT6577 Android ICS device. I want to update it to Jelly Bean. How would I do that.
View 1 Replies
View Related
Aug 7, 2011
Im using Eclipse created new android project.First thing i added to the menifest xml file two lines:
Code:
uses-permissionandroid:name="android.permission.INTERNET"></uses-permission>
<uses-permissionandroid:name="android.permission.STORAGE"></uses-permission>
And this is the complete menifest file code:
Code:
xmlversion="1.0"encoding="utf-8"?>
manifestxmlns:android="http://schemas.android.com/apk/res/android"
package="com.AllFormatsVideoPlay"
android:versionCode="1"
android:versionName="1.0">
[code]....
Now i tried to play a video file .3gp from the internet youtube link via my android device ! not emulator. And it worked! But when i tried to play a video file .3gp or .mp4( i converted the mp4 from 3gp ) its not working. Im getting error "Cannot play video Sorry, this video cannot be played"
Tried to play with the link to my device wich is: I:DCIM100MEDIAVIDEO0030.3gp or .mp4 or tried this: I:/DCIM/100MEDIA/VIDEO0030.3gp with "" like: "I:/DCIM/100MEDIA/VIDEO0030.3gp ";
I tried to remove the I: but it didn't change anything.This is the main code im using to play the video files on my device. And there some lines i marked with // wich i used to play from the internet and im not using now.
Code:
com.AllFormatsVideoPlay;
import
android.app.Activity;
import
android.graphics.PixelFormat;
import
[code]....
View 7 Replies
View Related
Feb 21, 2013
I have a phone with a MT6577. The vendor (Wiko) published the kernel source code. So, i'm trying to build it. I can get the zImage. I converted it to boot.img but i can't boot with it on my phone.build a good zImage? (if you want to try) : URL...
cp mediatek-configs .config
TARGET_PRODUCT=s9081 MTK_ROOT_CUSTOM=../mediatek/custom make
# sudo mtk-tools/repack-MT65xx.pl -boot zImage boot.img-ramdisk boot.img
MTK-Tools by Bruno MartinsMT65xx repack script (last update: 27-01-2013)
Repacking boot image...
Ramdisk size: 2046 blocs
Repacked boot image into 'boot.img'.
Here are the Warnings I got when compiling
mediatek/platform/mt6577/kernel/drivers/video/tvc_drv.c:61:5: warning: "FIXED_WVGA_PARAMS" is not defined
net/ipv4/tcp.c: In function 'tcp_nuke_addr':
include/net/ipv6.h:338: warning: 'in6' may be used uninitialized in this function
net/ipv4/tcp.c:3367: note: 'in6' was declared here
In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
[code]....
View 9 Replies
View Related
Jul 5, 2012
How to port Android onto phones? I can't find a lot on the internet...
View 7 Replies
View Related
Dec 22, 2012
Is there a way to port windows phone on an android device. HTC Flyer P512
View 1 Replies
View Related
Sep 4, 2013
I know that Benru89 has made a CM7 port for the Huawei U8650 (the aforementioned being thusly compatible with his ROM). I was wondering, given that there is already a compatible ROM in place, what methods would I need to port a different Android version, namely 4.2.2 onto this device? How does one move up from CM7 to CM10.1.2, essentially?
View 1 Replies
View Related
Sep 27, 2013
I recently got the Geeksphome Keon Firefox OS developer preview phone. Although it is a good phone I'm sure it would be better if it could run android and Firefox OS is still in beta. This is what I've worked out so far:
*firefox OS is based on the same kernel as android
*it uses ADB and android fastboot, so they are definitely similar
*thriugh eclipse sdk, one can install an app on ff os but it can't run.
So they definitely aren't too different. Also if you download a build for the Keon it uses the same kind if structure as an android ROM. And there's a .android secure folder in the SD card.
View 2 Replies
View Related
Feb 24, 2012
Blackberry playbook price have been downsized by 50% so its a great buy only if android porting can be done....
View 7 Replies
View Related
Jan 5, 2012
i heard of an app for windows7 phones called "Xbox Companion app => [URL] which is able to control the xbox remote with your phone.
Could that be ported to android? Or is there a port?
View 7 Replies
View Related
Dec 3, 2009
know if it has been done or is possible to port Android to the Satio?
I have seen video of Android working on a K or W series phone.
View 9 Replies
View Related
May 7, 2009
I tried for video streaming in sdk 1.5. The video format .mp4.But it gives error like "This video is not valid for streaming to this video". But in http://developer.android.com/sdk/android-1.5-highlights.html .mp4 is supported for streaming.
View 7 Replies
View Related
Oct 14, 2012
I saw at software development there is a way to port rom to rom, but the devices need to be in the same resolution. Thread: [URL] For the galaxy ace plus wich device is the good, and wich rom?
View 8 Replies
View Related
Jan 21, 2013
The title pretty much explains my question. I would like to port apps from the Sony-ified stock ICS to Cm10.
View 3 Replies
View Related
Aug 7, 2010
Dear PV engineer: I have try several days for this. We want to add video conference function in PV opencore, so we need to create video capture node in native mode, I try the following code to capture video, My code is like this:
CODE:......................
View 2 Replies
View Related
Mar 22, 2013
My bro has a note running jb. He has a secgallery app which I cant install on my xperia u wid ics
I always get an error "App not installed".
I have decompiled the app... But m nt a modder so I dun knw what changes to make in androidmanifest or some other folder to run it..
View 1 Replies
View Related
Nov 7, 2012
Port CM7 based rom for Galaxy Pocket GT-S5300?
I've tried, but always failed. Only appears Samsung logo when turned on. I follow these guidelines.
[URL]
View 4 Replies
View Related
Jul 11, 2013
How to port based on stock rom? I tried to port pyramid's cm9.1 on my device. Both cpu is msm8260..
View 1 Replies
View Related
Feb 14, 2012
If we can play some Unity 3D games (etc.: Counter-Strike) on android, so I have a question how to port these games to android?
Is there any way to play games like these?:
View 1 Replies
View Related