hdmi 1080p to hdtv - Eee Pad Transformer Q&A, Help & Troubleshooting

i read in nvidia developer forum that you can set manually a resolution of hdmi when is attached to hdtv.
the procedure is:
Examples:
To set the resolution to 1680x1050 with an HDMI monitor:
adb wait-for-device
adb shell setprop persist.tegra.dpy5.mode.width 1680
adb shell setprop persist.tegra.dpy5.mode.height 1050
adb shell reboot
To set the resolution to 1280x1024 with a CRT monitor:
adb wait-for-device
adb shell setprop persist.tegra.dpy3.mode.width 1280
adb shell setprop persist.tegra.dpy3.mode.height 1024
adb shell reboot
is working for you?
you can create a tool to change the resolution without adb?
p.s. you can reboot for apply the new resolution

On my Note3 running Lollipop I was able to check for supported external resolutions by running ( via a terminal app or adb shell )
Code:
>dmesg
and ( filtering with grep ) looking for the lines:
Code:
<6>[ 581.051746] hdmi_edid_add_sink_video_format: EDID: format: 1 [640x480 p60 4/3], Supported
<6>[ 581.051756] hdmi_edid_add_sink_video_format: EDID: format: 1 [640x480 p60 4/3], Supported by MHL
<6>[ 581.051767] hdmi_edid_add_sink_video_format: EDID: format: 16 [1920x1080 p60 16/9], Supported
<6>[ 581.051777] hdmi_edid_add_sink_video_format: EDID: format: 16 [1920x1080 p60 16/9], Not-Supported by MHL
<6>[ 581.051790] hdmi_edid_add_sink_video_format: EDID: format: 4 [1280x 720 p60 16/9], Supported
<6>[ 581.051801] hdmi_edid_add_sink_video_format: EDID: format: 4 [1280x 720 p60 16/9], Supported by MHL
<6>[ 581.051812] hdmi_edid_add_sink_video_format: EDID: format: 133 [1280x1024 p60 5/4], Not-Supported
<6>[ 581.051822] hdmi_edid_add_sink_video_format: EDID: format: 133 [1280x1024 p60 5/4], Not-Supported by MHL
<6>[ 581.051833] hdmi_edid_add_sink_video_format: EDID: format: 132 [1024x768 p60 4/3], Not-Supported
<6>[ 581.051843] hdmi_edid_add_sink_video_format: EDID: format: 132 [1024x768 p60 4/3], Not-Supported by MHL
which you'll note correspond to supported resolutions in:
Code:
>cat /sys/devices/virtual/graphics/fb1/edid_modes
1,4
then select your preferred output using :
Code:
>setprop hw.hdmi.resolution 1
and then re-plug the mhl adapter.
which in my case resulted in 640x480 which was the only option supported by my 800x600 projector.
Thanks to this stackexchange post.

Related

[Q] ALSA Linux sound /etc/asound.conf troubleshooting (no sound through speakers)

Hello all. I am setting up a Linux From Scratch type system, currently working on ALSA/sound config. Sound will not come out of the speakers at all upon using speaker-test. I am connected to my Westinghouse LCD TV via both S/PDIF (headphone jack on PC -> PC Audio port on TV) and via HDMI. X has not been compiled or configured on this machine. The PC itself is a nettop, the Asus RL70-UR10P. ALSA and the important sub-options have been configured in the kernel.
I have also tried using Ubuntu (PulseAudio), and sound will come through the speakers when I have s/pdif connected, but not HDMI only. Ubuntu does not have anything in /etc/asound.conf or ~/.asoundrc
The outputs of the aplay command:
Code:
null
Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=Generic,DEV=0
HD-Audio Generic, HDMI 0
HDMI Audio Output
default:CARD=SB
HDA ATI SB, ALC662 rev1 Analog
Default Audio Device
sysdefault:CARD=SB
HDA ATI SB, ALC662 rev1 Analog
Default Audio Device
front:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
Front speakers
surround40:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
HDA ATI SB, ALC662 rev1 Digital
IEC958 (S/PDIF) Digital Audio Output
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
The amixer output:
Code:
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
lspci grepped for Audio:
Code:
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
This is my kernel config grepped for SND (for some reason ALSA does not give any output):
Code:
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=y
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_SEQUENCER_OSS is not set
CONFIG_SND_HRTIMER=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_KCTL_JACK=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ASIHPI is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_HDA_HWDEP=y
# CONFIG_SND_HDA_RECONFIG is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_INPUT_JACK is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
CONFIG_SND_HDA_CODEC_HDMI=y
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 is not set
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_USB is not set
# CONFIG_SND_SOC is not set
These two below entries produce meaningful non-error output (shows as testing the speakers), but do not produce any sound in the speakers.
Code:
pcm.dmixer
{
type dmix
ipc_key 2048
slave
{
pcm "hw:1,1"
period_size 512
buffer_size 4096
rate 48000
format S16_LE
}
bindings
{
0 0
1 1
}
}
pcm.!default
{
type plug
slave.pcm dmixer
}
pcm:iec958
{
type plug
slave.pcm dmixer
}
Code:
pcm.!default
{
type plug
slave
{
pcm "hdmi"
}
}
These configurations, as well as others I've tried that didn't work, came from googling, with many of the results coming from Gentoo and ArchLinux forums. I suppose if nothing comes of this thread I will read all official ALSA docs from scratch (I will end up doing that anyway, but I would like sound working for now). Any ideas? Thank you.

[Q] Help for another Android chinese phone

Hi all.
I've bought on Ebay a new Chinese Android 4.2 smartphone, it is identified as Alps X416 (I know that Alps it's a generic identification for something unknown/generic, not a real company...).
It's a strange but powerful phone (I choose it because it's cheap and Android 4.2): it has no SD internal card, but it can use a MicroSD as internal SD, so the space for app is really high...if link2sd could work at all, but it is not.
System appear S-ON, so apps are not really moved to SD, and system memory is very low, so I'm limited in using it and system became slow.
I Had no problem to root it and to install last busybox, but it's quite impossible to use ext2/3/4 filesystems for MicroSD, the original ROM doesn't support them.
I was searching for original ROM (as a backup), but specially a modified ROM (cyano seems not still supporting it, so I don't know what to choose for my phone).
This is Hardware Info' report:
Alps X416
System (Android 4.2.2)
Model X416
Manufacturer alps
Device hexing72_wet_lca
Product X416
Brand alps
Android Version 4.2.2 (Jelly Bean)
API Level 17
Build ID JDQ39
Fingerprint alps/hexing72_wet_lca/hexing72_wet_lca:4.2.2/JDQ39/1387451906:user/test-keys
Display (800x480)
Size 800x480
Refresh Rate 45 Hz
Default Orientation Portrait
Physical Size 5,83" (14,8 cm)
Logical Size Normal
Density 240 dpi (High)
Pixels Per Inch X: 160,42; Y: 160
Processor (ARMv7)
Processor ARMv7 Processor rev 3 (v7l)
Cores 2
Max Frequency 1001 Mhz
Instruction Sets armeabi-v7a, armeabi
SIMD Instructions NEON
Memory (217 MB)
System RAM 217 MB
JVM Max Memory 96 MB
Internal Storage 183 MB
External Storage 18422 MB (Removable)
Back Camera (1,9 megapixel)
Afeng Max Focus Step 0
Afeng Min Focus Step 0
Aflamp Mode Off
Aflamp Mode Values Off, On
Antibanding Off
Antibanding Values Off, 50hz, 60hz
Auto Exposure Lock Supported False
Auto Whitebalance Lock Supported False
Brightness_value 0
Burst Num 1
Cap Mode Normal
Cap Mode Values Normal, Face_beauty, Continuousshot
Capfname /sdcard/DCIM/cap00
Effect None
Effect Values None, Mono, Negative, Sepia, Sepiablue
Exposure Compensation 0
Exposure Compensation Step 1.0
Fb Sharp 0
Fb Sharp Max 4
Fb Sharp Min 4
Fb Skin Color 0
Fb Skin Color Max 4
Fb Skin Color Min 4
Fb Smooth Level 0
Fb Smooth Level Max 4
Fb Smooth Level Min 4
Flash Mode Off
Flash Mode Values Off, On, Auto, Torch
Focal Length 3.5
Focus Distances 0.95, 1.9, Infinity
Focus Mode Auto
Focus Mode Values Auto, Infinity, Continuous Picture, Continuous Video
Horizontal View Angle 55
Iso Speed Auto
Iso Speed Values Auto
Jpeg Quality 100
Jpeg Thumbnail Height 128
Jpeg Thumbnail Quality 100
Jpeg Thumbnail Size Values 0x0, 160x128, 320x240
Jpeg Thumbnail Width 160
Max Exposure Compensation 1
Max Num Detected Faces Hw 15
Max Num Detected Faces Sw 0
Max Num Focus Areas 0
Max Num Metering Areas 0
Max Zoom 10
Min Exposure Compensation 1
Mtk Cam Mode 0
Orientation 90
Picture Format Jpeg
Picture Format Values Jpeg
Picture Size 640x480
Picture Size Values 320x240, 640x480, 1024x768, 1280x720, 1280x768, 1280x960, 1600x1200
Preferred Preview Size For Video 1280x720
Preview Format Yuv420sp
Preview Format Values Yuv420sp, Yuv420p, Yuv420i Yyuvyy 3plane
Preview Fps Range 5000, 60000
Preview Fps Range Values (5000, 60000)
Preview Frame Rate 30
Preview Frame Rate Values 15, 30
Preview Size 640x480
Preview Size Values 176x144, 320x240, 352x288, 480x320, 480x368, 640x480, 720x480, 800x480, 800x600, 864x480, 960x540, 1280x720
Rotation 0
Scene Mode Auto
Scene Mode Values Auto, Night
Smooth Zoom Supported True
Vertical View Angle 49
Video Frame Format Yuv420i Yyuvyy 3plane
Video Size 640x480
Video Size Values 176x144, 480x320, 640x480, 864x480, 1280x720, 1920x1080
Video Stabilization False
Video Stabilization Supported False
Whitebalance Auto
Whitebalance Values Auto, Incandescent, Daylight, Cloudy Daylight, Fluorescent, Tungsten
Zoom 0
Zoom Ratios 100, 114, 132, 151, 174, 200, 229, 263, 303, 348, 400
Zoom Supported True
Zsd Mode Off
Zsd Mode Values Off
Front Camera (1,2 megapixel)
Afeng Max Focus Step 0
Afeng Min Focus Step 0
Antibanding Off
Antibanding Values Off, 50hz, 60hz
Auto Exposure Lock Supported False
Auto Whitebalance Lock Supported False
Brightness_value 0
Burst Num 1
Cap Mode Normal
Cap Mode Values Normal, Face_beauty, Continuousshot
Capfname /sdcard/DCIM/cap00
Effect None
Effect Values None, Mono, Negative, Sepia, Sepiablue
Exposure Compensation 0
Exposure Compensation Step 1.0
Fb Sharp 0
Fb Sharp Max 4
Fb Sharp Min 4
Fb Skin Color 0
Fb Skin Color Max 4
Fb Skin Color Min 4
Fb Smooth Level 0
Fb Smooth Level Max 4
Fb Smooth Level Min 4
Flash Mode Off
Flash Mode Values Off
Focal Length 3.5
Focus Distances 0.95, 1.9, Infinity
Focus Mode Auto
Focus Mode Values Auto, Infinity, Continuous Picture, Continuous Video
Horizontal View Angle 60
Iso Speed Auto
Iso Speed Values Auto
Jpeg Quality 100
Jpeg Thumbnail Height 128
Jpeg Thumbnail Quality 100
Jpeg Thumbnail Size Values 0x0, 160x128, 320x240
Jpeg Thumbnail Width 160
Max Exposure Compensation 1
Max Num Detected Faces Hw 15
Max Num Detected Faces Sw 0
Max Num Focus Areas 0
Max Num Metering Areas 0
Max Zoom 10
Min Exposure Compensation 1
Mtk Cam Mode 0
Orientation 270
Picture Format Jpeg
Picture Format Values Jpeg
Picture Size 640x480
Picture Size Values 320x240, 640x480, 1024x768, 1280x720, 1280x768, 1280x960
Preferred Preview Size For Video 1280x720
Preview Format Yuv420sp
Preview Format Values Yuv420sp, Yuv420p, Yuv420i Yyuvyy 3plane
Preview Fps Range 5000, 60000
Preview Fps Range Values (5000, 60000)
Preview Frame Rate 30
Preview Frame Rate Values 15, 30
Preview Size 640x480
Preview Size Values 176x144, 320x240, 352x288, 480x320, 480x368, 640x480, 720x480, 800x480, 800x600, 864x480, 960x540, 1280x720
Rotation 0
Scene Mode Auto
Scene Mode Values Auto, Night
Smooth Zoom Supported True
Vertical View Angle 40
Video Frame Format Yuv420i Yyuvyy 3plane
Video Size 640x480
Video Size Values 176x144, 480x320, 640x480, 864x480, 1280x720, 1920x1080
Video Stabilization False
Video Stabilization Supported False
Whitebalance Auto
Whitebalance Values Auto, Incandescent, Daylight, Cloudy Daylight, Fluorescent, Tungsten
Zoom 0
Zoom Ratios 100, 114, 132, 151, 174, 200, 229, 263, 303, 348, 400
Zoom Supported True
Zsd Mode Off
Zsd Mode Values Off
OpenGL 1.1 (Mali-400 MP)
General
Renderer Mali-400 MP
Version OpenGL ES-CM 1.1
Vendor ARM
Limits
Texture Size 4096x4096
Texture Units 8
Viewport Size 4096x4096
Modelview Stack Depth 32
Projection Stack Depth 32
Texture Stack Depth 32
Lights 8
Compressed Texture Formats
ETC1, Paletted
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_size_array GL_OES_point_sprite GL_OES_texture_npot GL_OES_query_matrix GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_draw_texture GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_framebuffer_object GL_OES_stencil8 GL_OES_depth24 GL_ARM_rgba8 GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_EXT_discard_framebuffer GL_EXT_robustness
OpenGL 2.0 (Mali-400 MP)
General
Renderer Mali-400 MP
Version OpenGL ES 2.0
Vendor ARM
GLSL Version OpenGL ES GLSL ES 1.00
Limits
Texture Size 4096x4096
Texture Units 8
Vertex Textures 0
Combined Textures 8
Viewport Size 4096x4096
Renderbuffer Size 4096x4096
Cubemap Size 1024x1024
Vertex Attributes 16
Vertex Uniforms 256
Varying Vectors 12
Fragment Uniforms 256
Vertex Numeric Precision
Int [-2^24, 2^24]
Float [-2^127, 2^127], 2^-23
Fragment Numeric Precision
Low Int [-2^11, 2^11]
Medium Int [-2^11, 2^11]
High Int Not available
Low Float [-2^15, 2^15], 2^-10
Medium Float [-2^15, 2^15], 2^-10
High Float Not available
Compressed Texture Formats
ETC1
Extensions
GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness
Graphic Modes (RGBA 32bit)
RGB 16bit (565)
RGB 16bit (565), Depth 24bit, Stencil 8bit
RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x4
RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
RGBA 16bit (5551), Depth 24bit, Stencil 8bit
RGBA 16bit (5551), Depth 24bit, Stencil 8bit, Samples x4
RGBA 16bit (5551), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
RGBA 16bit (4444), Depth 24bit, Stencil 8bit
RGBA 16bit (4444), Depth 24bit, Stencil 8bit, Samples x4
RGBA 16bit (4444), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
RGB 32bit (888)
RGB 32bit (888), Depth 24bit
RGB 32bit (888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888)
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x4
RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
Sensors (3)
KXTJ2-1009 3-axis Accelerometer
Vendor Kionix
Range 32.0 m/s²
Resolution 0.00390625 m/s²
Power 0.13 mA
AKM8963 Orientation sensor
Vendor AKM
Range 360.0°
Resolution 1.0°
Power 0.25 mA
AKM8963 3-axis Magnetic Field sensor
Vendor AKM
Range 600.0 μT
Resolution 0.0016667 μT
Power 0.25 mA
Codecs (34)
OMX.MTK.AUDIO.DECODER.MP3
Media type: audio/mpeg
OMX.MTK.AUDIO.DECODER.AMR.NB
Media type: audio/3gpp
OMX.MTK.AUDIO.DECODER.AMR.WB
Media type: audio/amr-wb
OMX.MTK.AUDIO.DECODER.ADPCM
Media type: audio/x-adpcm-ms
OMX.MTK.AUDIO.DECODER.ADPCM
Media type: audio/x-adpcm-dvi-ima
OMX.MTK.AUDIO.DECODER.RAW
Media type: audio/raw
OMX.MTK.AUDIO.DECODER.AAC
Media type: audio/mp4a-latm
OMX.MTK.AUDIO.DECODER.G711
Media type: audio/g711-alaw
OMX.MTK.AUDIO.DECODER.G711
Media type: audio/g711-mlaw
OMX.MTK.AUDIO.DECODER.VORBIS
Media type: audio/vorbis
OMX.MTK.AUDIO.DECODER.FLAC
Media type: audio/flac
OMX.MTK.AUDIO.DECODER.APE
Media type: audio/ape
OMX.MTK.VIDEO.DECODER.MPEG4
Media type: video/mp4v-es
Color Formats: 0x7f000200
Profiles: Simple (0), Simple (0b), Simple (1), Simple (2), Simple (3), Simple (4), Simple (4a), Simple (5), AdvancedSimple (0), AdvancedSimple (0b), AdvancedSimple (1), AdvancedSimple (2), AdvancedSimple (3), AdvancedSimple (4), AdvancedSimple (4a), AdvancedSimple (5), Main (0), Main (0b), Main (1), Main (2), Main (3), Main (4)
OMX.MTK.VIDEO.DECODER.H263
Media type: video/3gpp
Color Formats: 0x7f000200
Profiles: Baseline (10), Baseline (20), Baseline (30), Baseline (40), Baseline (45), Baseline (50), Baseline (60), Baseline (70)
OMX.MTK.VIDEO.DECODER.AVC
Media type: video/avc
Color Formats: 0x7f000200
Profiles: Baseline (1), Baseline (1b), Baseline (11), Baseline (12), Baseline (13), Baseline (2), Baseline (21), Baseline (22), Baseline (3), Baseline (31), Baseline (32), Baseline (4), Baseline (41), Baseline (42), Baseline (5), Baseline (51), Main (1), Main (1b), Main (11), Main (12), Main (13), Main (2), Main (21), Main (22), Main (3), Main (31), Main (32), Main (4), Main (41), Main (42), Main (5), Main (51), High (1), High (1b), High (11), High (12), High (13), High (2), High (21), High (22), High (3), High (31), High (32), High (4), High (41), High (42), High (5), High (51)
OMX.MTK.VIDEO.DECODER.VPX
Media type: video/x-vnd.on2.vp8
Color Formats: 0x7f000200
OMX.MTK.VIDEO.DECODER.VC1
Media type: video/x-ms-wmv
Color Formats: 0x7f000200
OMX.MTK.VIDEO.DECODER.DIVX
Media type: video/divx
Color Formats: 0x7f000200
Profiles: 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8, 0x8, 0x8, 0x8, 0x8, 0x8
OMX.MTK.VIDEO.DECODER.DIVX3
Media type: video/divx3
Color Formats: 0x7f000200
Profiles: 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8, 0x8, 0x8, 0x8, 0x8, 0x8
OMX.MTK.VIDEO.DECODER.XVID
Media type: video/xvid
Color Formats: 0x7f000200
Profiles: 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8, 0x8, 0x8, 0x8, 0x8, 0x8
OMX.google.aac.decoder
Media type: audio/mp4a-latm
OMX.MTK.VIDEO.DECODER.MJPEG
Media type: video/x-motion-jpeg
Color Formats: 32bitARGB8888
OMX.MTK.VIDEO.ENCODER.MPEG4
Media type: video/mp4v-es
Color Formats: YUV420Planar, Surface, 0x7f000200, YUV420Planar
Profiles: Simple (0), Simple (0b), Simple (1), Simple (2), Simple (3)
OMX.MTK.VIDEO.ENCODER.H263
Media type: video/3gpp
Color Formats: YUV420Planar, Surface, 0x7f000200, YUV420Planar
Profiles: Baseline (10)
OMX.MTK.VIDEO.ENCODER.AVC
Media type: video/avc
Color Formats: YUV420Planar, Surface, 0x7f000200, YUV420Planar
Profiles: Baseline (1), Baseline (1b), Baseline (11), Baseline (12), Baseline (13), Baseline (2), Baseline (21), Baseline (22), Baseline (3), Baseline (31), High (1), High (1b), High (11), High (12), High (13), High (2), High (21), High (22), High (3), High (31), High (32), High (4), High (41)
OMX.MTK.AUDIO.ENCODER.AMR
Media type: audio/3gpp
OMX.MTK.AUDIO.ENCODER.AWB
Media type: audio/amr-wb
OMX.MTK.AUDIO.ENCODER.AAC
Media type: audio/mp4a-latm
OMX.MTK.AUDIO.ENCODER.VORBIS
Media type: audio/vorbis
OMX.MTK.AUDIO.ENCODER.ADPCM
Media type: audio/x-adpcm-ms
OMX.MTK.AUDIO.ENCODER.ADPCM
Media type: audio/x-adpcm-dvi-ima
OMX.google.flac.encoder
Media type: audio/flac
AACEncoder
Media type: audio/mp4a-latm
OMX.google.raw.decoder
Media type: audio/raw
Features (26)
Graphics
OpenGL 2.0
Android Hardware
android.hardware.bluetooth
android.hardware.camera
android.hardware.camera.any
android.hardware.camera.autofocus
android.hardware.camera.front
android.hardware.faketouch
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.microphone
android.hardware.screen.landscape
android.hardware.screen.portrait
android.hardware.sensor.accelerometer
android.hardware.sensor.compass
android.hardware.telephony
android.hardware.telephony.gsm
android.hardware.touchscreen
android.hardware.touchscreen.multitouch
android.hardware.touchscreen.multitouch.distinct
android.hardware.touchscreen.multitouch.jazzhand
android.hardware.usb.accessory
android.hardware.usb.host
android.hardware.wifi
android.hardware.wifi.direct
Android Software
android.software.live_wallpaper
Phone has FM radio too..If anyone has some ideas about any ROM I could use instead of originial, I'll apprecaite a lot!
Thanks in advance.
i also have the exact same handset and i am also looking for firmware... have you had any success since may lol??
You could try and root the app and download busybox and you can have space for everything.
Sent from my Q1000 Opus2 using XDA Free mobile app
Faster Android Mobile
Getting suitable ROMs for china android mobiles are little bit difficult. If you flashed unsupported rom, your mobile will get bricked. Till you flash custom rom, make your device fine.
First you may root your device. For rooting china android mobiles first of all download Moboginie or pdanet on your pc, connect your device to pc it will install drivers automatically for your device. Then download and install "VRoot" latest version on pc, connect mobile, vroot will find your device. Click on root, after 5 to 10 seconds your mobile will be rooted.
Now download Minitool Partion Wizard for partition your sd you may search thread for partition sd. Create fat32 partition around 1gb. This will be your ext2 partition on sd card. Now download and install Link2sd on your mobile. Run Link2sd if 2nd partition will not detected by link2sd. Install and Open Root Explorer, go to system/etc/install-recovery.sh, if there is no such file then create it. In install-recovery.sh file type this lines.
#!/system/bin/sh
#added by link2sd
LOG=/data/link2sd-install-recovery.log
echo "$(date) mounting..." > $LOG
mount -t vfat -o rw /dev/block/vold/179:2 /data/sdext2 1>>$LOG 2>>$LOG
mount -t vfat -o rw /dev/block/mmcblk0p2 /data/sdext2 1>>$LOG 2>>$LOG
mount >> $LOG
echo "$(date) mount finished" >> $LOG
echo "$(date) mount finished" >> $LOG
For more details go here for solution. Now your mobile got sufficient internal storage. Now download Ram Expander and install, set swap file size as you wish and run swap, now you will get more ram on your device.
Enjoy faster android device.

Samsung Galaxy Core 2 (SM-G355H) Root

Are there any method to root this phone? I can't find a section for this phone in the forums.
This is the root solution from miniha. I've moved his method to the first post for convenience. Thank you miniha
miniha said:
yeah ready. root samsung core 2 :
First : copy file "update kinguser.zip " on external card
Second : click button volume up + power + home (same time)
Third : click apply update from external storage by volume down and up ,chose by button power
next : chose file "update kinguser.zip"
final : waiting result ,phone will auto reset. good luck! phone is rooted
Click to expand...
Click to collapse
Detailed steps:
1. Download the file attached in this post and copy it into your external SD card
2. Switch off your phone and boot into recovery by holding Volume Up + Power + Home buttons (Stock recovery is able to flash this file)
3. Navigate by pressing the Volume Up/Down button and choose "Apply update from external storage" by using the Power button.
4. Select the file UPDATE-Kinguser-3.4.0.zip
5. The phone will auto reboot and gives root access
You can try framaroot
pepmat said:
You can try framaroot
Click to expand...
Click to collapse
Thank you for replying. Can I have the link please?
http://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276
takiya said:
http://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276
Click to expand...
Click to collapse
I test already but not work
takiya said:
I test already but not work
Click to expand...
Click to collapse
Yeah.. any other methods? Like ClockWorkMod or sonething
Try Vroot
pepmat said:
Try Vroot
Click to expand...
Click to collapse
same not work
So usually how long before release date of a new phone a new section will be created for the phone?
cyyong95 said:
So usually how long before release date of a new phone a new section will be created for the phone?
Click to expand...
Click to collapse
Do you have cwm?
Sent from my GT-I8262 using XDA Free mobile app
try towelroot
mierdaseca said:
try towelroot
Click to expand...
Click to collapse
same not work have message not support
mushrat farshin said:
Do you have cwm?
Sent from my GT-I8262 using XDA Free mobile app
Click to expand...
Click to collapse
Is CWM compatible for every phone?
Is there a new section for this phone already?
Try this. One click root for kitkat.
http://bs.baidu.com/easyroot/BaiduRoot_2001.apk
Enable internet before.
Sudeep Duhoon said:
Try this. One click root for kitkat.
http://bs.baidu.com/easyroot/BaiduRoot_2001.apk
Enable internet before.
Click to expand...
Click to collapse
Not working. Stuck in app. Need to reboot manually
Sudeep Duhoon said:
Try this. One click root for kitkat.
http://bs.baidu.com/easyroot/BaiduRoot_2001.apk
Enable internet before.
Click to expand...
Click to collapse
same not work but thank you for help
takiya said:
same not work but thank you for help
Click to expand...
Click to collapse
Can u share what hardware it has?
Chipset?
Sudeep Duhoon said:
Can u share what hardware it has?
Chipset?
Click to expand...
Click to collapse
Aututu Benchmark
CPU Model allwinner a10
Core 4
Sudeep Duhoon said:
Can u share what hardware it has?
Chipset?
Click to expand...
Click to collapse
Samsung SM G355H
System (Android 4.4.2)
Model SM-G355H
Manufacturer samsung
Device kanas
Product kanas3gxx
Brand samsung
Android Version 4.4.2 (Kit Kat)
API Level 19
Build ID KOT49H
Fingerprint samsung/kanas3gxx/kanas:4.4.2/KOT49H/G355HXXU0ANF8:user/release-keys
Display (800x480)
Size 800x480
Refresh Rate 60 Hz
Default Orientation Portrait
Physical Size 4.34" (11.01 cm)
Logical Size Normal
Density 240 dpi (High)
Pixels Per Inch X: 225.78; Y: 211.67
Processor (ARMv7)
Processor ARMv7 Processor rev 4 (v7l)
Cores 4
Max Frequency 1200 Mhz
Instruction Sets armeabi-v7a, armeabi
SIMD Instructions NEON
Memory (700 MB)
System RAM 700 MB
JVM Max Memory 64 MB
Internal Storage 2231 MB
External Storage 2211 MB (Emulated)
Back Camera (4.9 megapixel)
Summary
Max Picture Size 2560x1920 (4:3)
Zoom 1.80x
Autofocus Supported
Orientation 90°
Picture
Picture Format Jpeg
Picture Format Values Jpeg
Picture Size 2560x1536
Picture Size Values 2560x1920, 2560x1536, 2048x1536, 2048x1232, 640x480
Video Picture Size Values 1600x1200, 1600x1200, 1600x1200, 1600x1200, 1600x1200
Preview
Preview Env 0
Preview Format Yuv420sp
Preview Format Values Yuv420sp, Yuv420p
Preview Fps Range 1000, 30000
Preview Fps Range Values (1000, 30000)
Preview Frame Rate 30
Preview Frame Rate Values 10, 15, 20, 25, 30, 31
Preview Size 800x480
Preview Size Values 800x480, 720x480, 640x480, 352x288, 320x240, 176x144
Video
Preferred Preview Size For Video
Video Frame Format Yuv420sp
Video Frame Format Values Yuv420sp, Yuv420p
Video Size 640x480
Video Size Values
Video Snapshot Supported False
Flash
Flash Mode Off
Flash Mode Supported True
Flash Mode Values Off, On, Torch, Auto
Focus
Focus Distances 2.0, 2.5, Infinity
Focus Mode Auto
Focus Mode Values Auto, Macro, Infinity
Max Num Focus Areas 1
Zoom
Max Zoom 8
Smooth Zoom Supported False
Zoom 0
Zoom Ratios 100, 110, 120, 130, 140, 150, 160, 170, 180
Zoom Supported True
Whitebalance
Whitebalance Auto
Whitebalance Values Auto, Incandescent, Fluorescent, Daylight, Cloudy Daylight
Exposure compensation
Exposure Compensation 0
Exposure Compensation Step 1
Max Exposure Compensation 4
Min Exposure Compensation 4
Scene
Scene Mode Auto
Scene Mode Values Auto, Portrait, Landscape, Sports, Party, Beach, Sunset, Dusk Dawn, Fall Color, Text, Candlelight, Firework, Back Light, Night
Misc
Antibanding 50hz
Antibanding Supported True
Antibanding Values 50hz, 60hz
Auto Exposure Frame Average
Auto Exposure Values Frame Average, Center Weighted, Spot Metering
Brightness 3
Brightness Supported True
Brightness Values 0, 1, 2, 3, 4, 5, 6
Cameraid Back_camera
Cameraid Values Back_camera, Front_camera
Capture Burst Filepath
Capture Mode 1
Chk_dataline 0
Contrast 3
Contrast Supported True
Contrast Values 0, 1, 2, 3, 4, 5, 6
Effect None
Effect Values None, Mono, Negative, Sepia, Cold, Antique
Focal Length 3.31
Hdr 0
Hdr Supported True
Horizontal View Angle 54
Iso Auto
Iso Supported True
Iso Values Auto, 100, 200, 400, 800, 1600
Jpeg Quality 100
Jpeg Thumbnail Height 240
Jpeg Thumbnail Quality 80
Jpeg Thumbnail Size Values 320x240, 400x240, 0x0
Jpeg Thumbnail Width 320
Max Brightness 6
Max Contrast 6
Max Iso 5
Max Num Detected Faces Hw 0
Max Num Metering Areas 1
Max Slow Motion 3
Slow Motion 1
Slow Motion Supported True
Slow Motion Values 1, 2, 3
Smile Snap Mode 0
Smooth Brightness Supported False
Smooth Contrast Supported False
Vertical View Angle 54
Zsl 0
Zsl Supported False
Front Camera (0.3 megapixel)
Summary
Max Picture Size 640x480 (4:3)
Zoom 2x
Autofocus Not supported
Orientation 270°
Picture
Picture Format Jpeg
Picture Format Values Jpeg
Picture Size 640x480
Picture Size Values 640x480, 320x240
Video Picture Size Values 1280x960, 1280x960, 1280x960
Preview
Preview Env 0
Preview Format Yuv420sp
Preview Format Values Yuv420sp, Yuv420p
Preview Fps Range 1000, 30000
Preview Fps Range Values (1000, 30000)
Preview Frame Rate 25
Preview Frame Rate Values 5, 10, 12, 15, 20, 25, 30
Preview Size 640x480
Preview Size Values 960x540, 720x540, 720x480, 640x480, 352x288, 320x240, 176x144
Video
Preferred Preview Size For Video
Video Frame Format Yuv420sp
Video Frame Format Values Yuv420sp, Yuv420p
Video Size 720x480
Video Size Values
Flash
Flash Mode Off
Flash Mode Supported False
Flash Mode Values Off
Focus
Focus Distances 2.0, 2.5, Infinity
Focus Mode Infinity
Focus Mode Values Infinity
Max Num Focus Areas 0
Zoom
Max Zoom 6
Smooth Zoom Supported False
Zoom 0
Zoom Ratios 100, 120, 140, 160, 180, 190, 200
Zoom Supported True
Whitebalance
Whitebalance Auto
Whitebalance Values Auto, Incandescent, Fluorescent, Daylight, Cloudy Daylight
Exposure compensation
Exposure Compensation 0
Exposure Compensation Step 0
Max Exposure Compensation 0
Min Exposure Compensation 0
Scene
Scene Mode Auto
Scene Mode Values Auto, Night
Misc
Auto Exposure 0
Auto Exposure Supported 0
Brightness 3
Brightness Supported True
Brightness Values 0, 1, 2, 3, 4, 5, 6
Cameraid Front_camera
Cameraid Values Back_camera, Front_camera
Capture Mode 1
Chk_dataline 0
Contrast 3
Contrast Supported True
Contrast Values 0, 1, 2, 3, 4, 5, 6
Effect None
Effect Values None, Mono, Negative, Sepia, Cold, Antique
Focal Length 3.75
Hdr 0
Hdr Supported False
Horizontal View Angle 54
Jpeg Quality 100
Jpeg Thumbnail Height 240
Jpeg Thumbnail Quality 80
Jpeg Thumbnail Size Values 320x240, 0x0
Jpeg Thumbnail Width 320
Max Brightness 6
Max Contrast 6
Max Num Detected Faces Hw 0
Max Num Metering Areas 0
Max Slow Motion 3
Slow Motion 1
Slow Motion Supported False
Slow Motion Values 1
Smile Snap Mode 0
Smooth Brightness Supported False
Smooth Contrast Supported False
Vertical View Angle 54
Zsl 0
Zsl Supported False
OpenGL 1.1 (Mali-400 MP)
General
Renderer Mali-400 MP
Version OpenGL ES-CM 1.1
Vendor ARM
Limits
Texture Size 4096x4096
Texture Units 8
Viewport Size 4096x4096
Modelview Stack Depth 32
Projection Stack Depth 32
Texture Stack Depth 32
Lights 8
Compressed Texture Formats
ETC1, Paletted
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_size_array GL_OES_point_sprite GL_OES_texture_npot GL_OES_query_matrix GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_draw_texture GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_framebuffer_object GL_OES_stencil8 GL_OES_depth24 GL_ARM_rgba8 GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_EXT_discard_framebuffer GL_EXT_robustness GL_OES_depth_texture_cube_map GL_OES_vertex_half_float GL_KHR_debug
OpenGL 2.0 (Mali-400 MP)
General
Renderer Mali-400 MP
Version OpenGL ES 2.0
Vendor ARM
GLSL Version OpenGL ES GLSL ES 1.00
Limits
Texture Size 4096x4096
Texture Units 8
Vertex Textures 0
Combined Textures 8
Viewport Size 4096x4096
Renderbuffer Size 4096x4096
Cubemap Size 4096x4096
Vertex Attributes 16
Vertex Uniforms 256
Varying Vectors 12
Fragment Uniforms 256
Vertex Numeric Precision
Int [-2^24, 2^24]
Float [-2^127, 2^127], 2^-23
Fragment Numeric Precision
Low Int [-2^11, 2^11]
Medium Int [-2^11, 2^11]
High Int Not available
Low Float [-2^15, 2^15], 2^-10
Medium Float [-2^15, 2^15], 2^-10
High Float Not available
Compressed Texture Formats
ETC1
Extensions
GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_vertex_half_float GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map GL_KHR_debug
Graphic Modes (RGBA 32bit)
RGB 16bit (565)
RGB 16bit (565), Depth 24bit, Stencil 8bit
RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x4
RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
RGB 32bit (888)
RGB 32bit (888), Depth 24bit
RGB 32bit (888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888)
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x4
RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
Sensors (2)
BMA254
Vendor BOSCH
Range 19.6133 m/s²
Resolution 0.009576807 m/s²
Power 0.2 mA
Delay 10000 μs
Screen Orientation Sensor
Vendor Samsung Electronics
Range 255.0
Resolution 0.0
Power 0.0 mA
Delay On Trigger
Codecs (38)
OMX.sprd.mpeg4.decoder
Media type: video/mp4v-es
Profiles: Simple(0, 0b, 1, 2, 3) AdvancedSimple(0, 0b, 1, 2, 3, 4, 4a, 5)
OMX.sprd.h263.decoder
Media type: video/3gpp
Profiles: Baseline(10, 20, 30, 45) ISWV2(10, 20, 30, 45)
OMX.sprd.h264.decoder
Media type: video/avc
Profiles: Baseline(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51) Main(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51) High(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51)
OMX.sprd.mp3.decoder
Media type: audio/mpeg
OMX.sprd.mp3.decoder
Media type: audio/mpeg-L1
OMX.sprd.mp3.decoder
Media type: audio/mpeg-L2
OMX.google.mp3.decoder
Media type: audio/mpeg
OMX.google.amrnb.decoder
Media type: audio/3gpp
OMX.google.amrwb.decoder
Media type: audio/amr-wb
OMX.google.aac.decoder
Media type: audio/mp4a-latm
OMX.sprd.aac.decoder
Media type: audio/mp4a-latm
OMX.google.g711.alaw.decoder
Media type: audio/g711-alaw
OMX.google.g711.mlaw.decoder
Media type: audio/g711-mlaw
OMX.google.imaadpcm.decoder
Media type: audio/ima-adpcm
OMX.google.vorbis.decoder
Media type: audio/vorbis
OMX.google.gsm.decoder
Media type: audio/gsm
OMX.sprd.soft.mpeg4.decoder
Media type: video/mp4v-es
Profiles: Simple(0, 0b, 1, 2, 3) AdvancedSimple(0, 0b, 1, 2, 3, 4, 4a, 5)
OMX.sprd.soft.h263.decoder
Media type: video/3gpp
Profiles: Baseline(10, 20, 30, 45) ISWV2(10, 20, 30, 45)
OMX.sprd.soft.h264.decoder
Media type: video/avc
Profiles: Baseline(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51) Main(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51) High(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51)
OMX.google.mpeg4.decoder
Media type: video/mp4v-es
OMX.google.h263.decoder
Media type: video/3gpp
OMX.google.h264.decoder
Media type: video/avc
OMX.google.vp8.decoder
Media type: video/x-vnd.on2.vp8
OMX.google.vp9.decoder
Media type: video/x-vnd.on2.vp9
OMX.google.mjpg.decoder
Media type: video/mjpg
OMX.sprd.vpx.decoder
Media type: video/x-vnd.on2.vp8
OMX.sprd.mpeg4.encoder
Media type: video/mp4v-es
Color Formats: YUV420Planar YUV420SemiPlanar
Profiles: Core(2)
OMX.sprd.h263.encoder
Media type: video/3gpp
Color Formats: YUV420Planar YUV420SemiPlanar
Profiles: Baseline(45)
OMX.sprd.h264.encoder
Media type: video/avc
Color Formats: 0x7fd00001 YUV420Planar YUV420SemiPlanar
Profiles: Baseline(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41, 42, 5, 51)
OMX.google.aac.encoder
Media type: audio/mp4a-latm
OMX.google.amrnb.encoder
Media type: audio/3gpp
OMX.google.amrwb.encoder
Media type: audio/amr-wb
OMX.google.h263.encoder
Media type: video/3gpp
Color Formats: YUV420Planar YUV420SemiPlanar
Profiles: Baseline(45)
OMX.google.h264.encoder
Media type: video/avc
Color Formats: YUV420Planar YUV420SemiPlanar
Profiles: Baseline(1, 11, 12, 13, 1b, 2)
OMX.google.mpeg4.encoder
Media type: video/mp4v-es
Color Formats: YUV420Planar YUV420SemiPlanar
Profiles: Core(2)
OMX.google.flac.encoder
Media type: audio/flac
AACEncoder
Media type: audio/mp4a-latm
OMX.google.raw.decoder
Media type: audio/raw
Features (34)
Graphics
OpenGL 2.0
Android Hardware
android.hardware.bluetooth
android.hardware.bluetooth_le
android.hardware.camera
android.hardware.camera.any
android.hardware.camera.autofocus
android.hardware.camera.flash
android.hardware.camera.front
android.hardware.faketouch
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.microphone
android.hardware.screen.landscape
android.hardware.screen.portrait
android.hardware.sensor.accelerometer
android.hardware.telephony
android.hardware.telephony.gsm
android.hardware.touchscreen
android.hardware.touchscreen.multitouch
android.hardware.usb.accessory
android.hardware.wifi
android.hardware.wifi.direct
Android Software
android.software.app_widgets
android.software.device_admin
android.software.home_screen
android.software.input_methods
android.software.live_wallpaper
android.software.sip
android.software.sip.voip
Sec
com.sec.android.mdm
com.sec.feature.cover.flip
com.sec.feature.cover.sview
com.sec.feature.cover.sviewcover
Created with Hardware Info 4.2.2

gs702c - Get USB-Endoscope-Camera to work

Hello,
i have a USB-Endoscope-Camera (with 10m cable) to inspect my draining away. This works perfect with my Laptop.
I have a cheap 7" Tablet lying around...and try to get the USB-Camera to work. But no program recognizes the camera.
If i use the App "Dashcam" i get a message: "Device has no UVC Driver". I think that is the problem.
Here is the Device Info:
Code:
KV78PH 21
SYSTEM (Android 4.4.2)
Model: KV78PH-21
Manufacturer: KV78PH-21
Device: gs702c
Product: full_gs702c
Brand: Android
Android Version: 4.4.2 (Kit Kat)
API Level: 19
Build ID: KOT49H
Fingerprint: Android/full_gs702c/gs702c:4.4.2/KOT49H/eng.liuzi.20140701.121506:userdebug/release-keys
DISPLAY (800x480)
Size: 800x480
Refresh Rate: 59,89 Hz
Default Orientation: Portrait
Physical Size: 6,71" (17,05 cm)
Logical Size: Normal
Density: 160 dpi (Medium)
Pixels Per Inch: X: 131,95; Y: 141,77
PROCESSOR (ARMv7)
Processor: ARMv7 Processor rev 1 (v7l)
Cores: 2
Max Frequency: 1308 Mhz
Instruction Sets: armeabi-v7a, armeabi
SIMD Instructions: NEON
MEMORY (1024 MB)
System RAM: 1024 MB
JVM Max Memory: 64 MB
Internal Storage: 993 MB
External Storage: 5805 MB
BACK CAMERA (1,9 megapixel)
SUMMARY
Max Picture Size: 1600x1200 (4:3)
Zoom: 4x
Autofocus: Supported
Orientation: 90°
GRAPHICS
OpenGL 2.0
ACTIONS HARDWARE
actions.hardware.hdmi
ANDROID HARDWARE
android.hardware.bluetooth
android.hardware.camera
android.hardware.camera.any
android.hardware.camera.autofocus
android.hardware.camera.front
android.hardware.faketouch
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.microphone
android.hardware.screen.landscape
android.hardware.screen.portrait
android.hardware.sensor.accelerometer
android.hardware.sensor.compass
android.hardware.touchscreen
android.hardware.touchscreen.multitouch
android.hardware.touchscreen.multitouch.distinct
android.hardware.touchscreen.multitouch.jazzhand
android.hardware.usb.accessory
android.hardware.usb.host
android.hardware.wifi
android.hardware.wifi.direct
ANDROID SOFTWARE
android.software.app_widgets
android.software.device_admin
android.software.home_screen
android.software.input_methods
android.software.live_wallpaper
android.software.sip
android.software.sip.voip
Created with Hardware Info 4.2.6
The App "USB Host Diagnostics" found nothing when i connect the Camera to my tablet. I have testet on an Android Phone from my colleague...the cam works perfect.
I think without a UVC-Driver the Cam will not work. I have read that the UVC-Driver is in the Kernel. But I am not familiar with this.
I dont have found a way to update the Android on the Tablet. I have found no custom rom. Is there perhaps a way to get an other Rom to work?
Is there a way to get the camera to work with these Tablet? It would be better than an expensive smartphone or an expensive laptop to use to inspect sewer pipes.
Many thanks.

A95X MAX II Amlogic S905X3 custom rom

Hello, is there some custom rom for Android TV Box A95X MAX II Amlogic S905X3?? Some Aidan or ATV or anything else? Thanks
Specifications​
GeneralModel: A95X MAX II
Type: TV BoxHardwareOS: Android 9.0
CPU: Amlogic S905X3 Quad-core Cortex-A55
GPU: ARM Mali-G31 MP2
RAM: 4GB DDR3
ROM: 64GB eMMC CommunicationWiFi: 2.4G/5G WiFi
Bluetooth: Bluetooth4.2
LAN: 1000MMedia Image: HD JPEG, BMP, GIF, PNG, TIFVideoVP9 Profile-2 up to [email protected],
H.265 HEVC [email protected] up to [email protected],
AVS2-P2 Profile up to [email protected],
H.264 AVC [email protected] up to [email protected] ,
H.264 MVC up to [email protected],
MPEG-4 [email protected] up to [email protected] (ISO-14496),
WMV/VC-1 SP/MP/AP up to [email protected],
AVS-P16(AVS ) /AVS-P2 JiZhun Profile up to [email protected],
MPEG-2 MP/HL up to [email protected] (ISO-13818),
MPEG-1 MP/HL up to [email protected] (ISO-11172),
RealVideo 8/9/10 up to [email protected]AudioSupports MP3, AAC, WMA, RM, FLAC, Ogg and programmable with 7.1/5.1 down-mixing
Built-in serial digital audio SPDIF/IEC958 input/output and PCM input/output
built-in TDM/PCM/I2S ports with TDM/PCM mode up to 384kHz x32bits x 8ch or 96kHz x 32bits x 32ch and I2S mode up to 384kHz x 32bits x 8ch
Digital microphone PDM input with programmable CIC, LPF & HPF, support up to 8 DMICs
Built-in stereo audio DAC
Supports concurrent dual audio stereo channel output with a combination of analog PCM or I2S PCMInterfaceMemory card socket: Micro SD Card Support 4GB/8GB/16GB/32GB/64GB
USB interface: USB2.0x1 , USB3.0x3
AV jack: 3.5mm jack CVBS 480i/576i standard definition output
DC connector: 5.5mm jack
HDMI interface:HDMI 2.1, [email protected] max resolution output. Support transmitter with 3D, Dynamic HDR, CEC and HDCP 2.2
SATA interface: support2.5 inch HDD 500G/1T/2T(Power consumption<4W)
S/PDIF jack: S/PDIF OUTOther FeaturesLanguage: Support Multi-languagesDimensions&WeightProduct weight: 0.2600 kg
Package weight: 0.6300 kg
Product size (L x W x H): 13.00 x 13.00 x 4.50 cm / 5.12 x 5.12 x 1.77 inches
Package size (L x W x H): 20.60 x 14.60 x 6.40 cm / 8.11 x 5.75 x 2.52 inchesPackage Contents1x TV Box
1x Remote control
1x HDMI cable
1x Power adapter
1x User manual

Categories

Resources