Positivo YPY AB10D with ARMLOGIC MESON3 8726M SKT SH Custom ROM - Android Q&A, Help & Troubleshooting

Hello folks. I have an intriguing brazilian tablet POSITIVO YPY_ABD10 and was wondering if it is possible to put some custom rom or custom recorevery or any other rom compatible on it and then try to change the rom because it comes in it is terrible.
I try to followed these tutorials here on forum:
//slatedroid.com/topic/40623-aml-flash-tool-aka-imageburntool/
//slatedroid.com/topic/41478-how-to-unbrick-your-amlogic-aml8726-mx-series-tablet-v20/
//slatedroid.com/topic/95977-howto-create-a-rescue-sd-card-for-pretty-much-every-amlogic-8726-mx-device/
and I try too some roms but so far no effective success... I think only worsened the situation somewhat for before he was "soft bricked" and now is "hard bricked" before I could get into recovery mode that came with him by pressing the "power + vol+" and now the sign of life he gives is when I press "power + vol-" and computer recognizes as "M3 CHIP", then I try burn some rom with the flash tool but still no success yet ...
Presentation of it ... ¬ ¬ '
//youtube.com/watch?v=tmqS-76l5r0
Specs:
Positivo YPY_ABD10
Operating System Android 4.0.4
Model Positivo YPY_AB10D
Processor ARM AMLOGIC @ 1.00 GHz
1 processor
Processor ID ARM implementer 65 architecture 7 variant 2 part 3081 revision 4
L1 Instruction Cache 0 KB
L1 Data Cache 0 KB
L2 Cache 0 KB
L3 Cache 0 KB
Motherboard f03ref_NX
BIOS
Memory 652 MB
-------------------------
CPU
Load Average: 3.00 3.01 3.17 1/664 3934
Processor: ARMv7 Processor rev4(v7L)
BogoMIPS: 655.36
Features: swp half thumb fastmult vfp edsp neon vfpv3
CPU Implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 4
Hardware: AMLOGIC MESON3 8726M SKT SH
Revision: 0020
Serial: 000000000000000c
What are my options? Help me please. :help:
Thank you all. (Sorry my english)

Related

[Q] Single or Dual core ? Mystery SOLVED.

Hi,
I like to verify the CPU spec of Motorola Droid RAZR XT910. From the info I collected, I am quite not sure if the CPU is dual cores or not.
You use console using ConnectBot or adb shell command from PC.
Code:
$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 598.90
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 3
Hardware : mapphone_CDMA
Revision : 0000
Serial : 0000000000000000
For the real SMP system, it should shows,
processor : 0
and
processor : 1
Code:
$ cat /proc/version
Linux version 2.6.35.7-ga671bf6 ([email protected]) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Tue Oct 18 14:45:37 IST 2011
OS Monitor apps, from Market, also shows single core.
The kernel has the SMP supports, but, the CPU doesn't have more than 2 processors. Is there other way to verify it or did I missed something.
Thank you.
Update: 2011-12-22
Yes, RAZR has dual cores CPU, the kernel and OS are supports both cores. The mot_plug will add the additional core, when needed.
It's dual-core, at least it's written everywhere. As the cpecs says it has TI OMAP4430, which is dual-core processor called "Dual-core ARM® Cortex™-A9 MPCore™ with Symmetric Multiprocessing (SMP)".
I don't know what it means exactly, but sounds fair enough for me.
Yes, there are 'Dual Core' everywhere, in documentation or during booting up the phone.
Based on my experiences, using GNU/Linux in SMP multi CPUs or multi-cores cpu server platform, since 1997 , we need hw, kernel, OS and sw to take the advantage of all the CPUs available.
In this case, the kernel is SMP capable, but the CPU hw is not being seen as SMP cpu by the kernel. So, I am not sure, if Android is running on both cores efficiently. It is similar situation running MS-DOS on 6 cores CPU, Core-i7 or AMD Phenom X6, which only 1 core is being use by the OS.
If Android is running on 1 core, in RAZR, then, imagine the full potential when running on both cores.
Thank you.
theEnzy said:
It's dual-core, at least it's written everywhere. As the cpecs says it has TI OMAP4430, which is dual-core processor called "Dual-core ARM® Cortex™-A9 MPCore™ with Symmetric Multiprocessing (SMP)".
I don't know what it means exactly, but sounds fair enough for me.
Click to expand...
Click to collapse
Could some Devs look into it??
This was my fear for all the phones that claimed to be "Dual-core"...
Here in India we get the XT910...and this clearly now scares me...
Based on document and specs, RAZR has the dual cores cpu. But, how much. efficiently being implemented in the current stock kernel.
TQ
Sent from my XT910 using XDA App
This is $ cat /proc/cpuinfo of my Asus eePad Transformer TF101.
Code:
: ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 999.42
processor : 1
BogoMIPS : 215.44
Features : swp half thumb fastmult vfp edsp vfpv3 vfpv3d16
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 0
Hardware : ventana
Revision : 0000
Serial : 0000 Processor 000000000000
That's what supposed to be looks like.
bahathir said:
The kernel has the SMP supports, but, the CPU doesn't have more than 2 processors. Is there other way to verify it or did I missed something.
Click to expand...
Click to collapse
Yes it is DUAL core but second core dynamically up and down by motorola CPU hotplug driver.
Look at http://forum.xda-developers.com/showthread.php?t=1367255
Thank you for the clarification. Yes, RAZR has duai cores cpu, and it's kernel supports it.
Here is my clarification.
1) Open Connectbot and access to lacal
2) $ cat /dev/urandom > /sev/null &
3) cat /proc/cpuinfo
4) fg Ctrl-C # to kill running process cat /dev/urandom
Now, it shows both cores information.
Code:
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 11424.28
processor : 1
BogoMIPS : 1996.68
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 3
Hardware : mapphone_CDMA
Revision : 0000
Serial : 0000000000000000
The missing core's mystery solved.
Tq.
Sent from my XT910 using XDA App

ARM Neon support on Galaxy Tabs

Hello all, I'm trying to cofirm for sure (before buying a device) which versions of the Galaxy Tab product line support ARM NEON instructions. These are the SIMD instructions implemented by the ARM architecture.
From searching around the web I'm guessing:
- Galaxy Tab 7" - Does supports neon (it's a Cortex A8 which always supports neon)
- Galaxy Tab 10.1" - Does _not_ support neon (it's a Cortex A9 which optionally supports neon. This device I have and /proc/cpuinfo doesn't report neon support I guess because it's a Tegra 2 SoC whose Cortex A9 implementation does not have neon suppot)
- Galaxy Tab 2 7" - Does support neon (it's a Cortex A9 which optionally supports neon. The SoC in the device is reportedly an OMAP 4430 whose Cortex A9 implementation reportedly supports neon)
- Galaxy Tab 2 10.1" - Does support neon (it's a Cortex A9 which optionally supports neon. The SoC in the device is reportedly an OMAP 4430 whose Cortex A9 implementation reportedly supports neon)
Can anyone confirm or deny any of these? If you have one of these devices can you cat /proc/cpuinfo and check for "neon"?
Thanks.
tegra2 only supports up to vfpv3-d16
Here is what I get from my P3113 Tab 2 7.0
[email protected]:/ $ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 1592.38
processor : 1
BogoMIPS : 1592.38
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 3
Hardware : espresso
Revision : 000a
Serial : 0008083a19cb692f
[email protected]:/ $

[Q] Custom ROMs for Navcity NT-1710?

Hi, I've been looking around for a while for a custom ROM for my Navcity NT-1710 tablet without much luck.
I came across this thread for CM10 for Allwinner A13, which my tablet supposedly has, but upon further inspection on the thread for CWM, it says the "Hardware" in CPU info should be either "sun4i" (A10) or "sun5i" (A13), while my device returns this from ADB:
Code:
[email protected]:/ $ cat /proc/cpuinfo
cat /proc/cpuinfo
Processor : ARMv7 Processor rev 0 (v7l)
BogoMIPS : 2400.32
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc09
CPU revision : 0
Hardware : WMT
Revision : 0000
Serial : 0000000000000000
Does anyone have any idea whether I have another processor (and the company lies to its customers), or this could be some sort of misreading and I can still install CM10 normally? Thank you.
I’m looking for a custom ROM too, but without lucky....
I'm even thinking that I should make one, but without CWM it's futile.....
Sent from my NT1710

[HELP] Navtech Freeme Stylo S55 Root and CFW

Hi guys,
I recently bought this phone called Navtech Freeme Stylo S55. I've been trying various ways to get root access but I've been failing. Here are the basics specifications of the device.
HTML:
Device
Manufacturer Navtech
Model ID Ruby
Android Version 8.1.0
Kernel Version 3.18.79
Battery Capacity 1000 mAh
SoC (Processor)
Architecture ARM (armv7l)
SoC Model MediaTek MT6580
SoC Family 4x ARM Cortex-A7 @1,30 GHz
Frequency 1300 MHz / Min: 604 MHz - Max: 1300 MHz
Main CPU Cores 4 Cores / 4 Threads
Process 28 nm
CPUID 41.0.7.C07.3
Revision R0P3
Features HALF THUMB FASTMULT VFP EDSP NEON VFPV3 TLS VFPV4 IDIVA IDIVT VFPD32 LPAE EVTSTRM
Bogomips 33.17 MIPS
Display (GPU / LCD)
SoC Manufacturer ARM
SoC Model Mali-400 MP
OpenGL Ver. 2.0
LCD Size 4.5 inches / 11.4 cm
LCD Resolution 480 x 960 pixels
LCD Definition 204 DPI
Memory
RAM 951 MB (1 GB)
Flash 5253 MB
Embedded Sensor
Sensor #1 ACCELEROMETER
Sensor #2 PROXIMITY
Can you please assist me in the process of Rooting the device.
Thanks in advance.

Tablet ALPS SH-7208, searching ROM

i have a tablet ALPS SH-7208, but is installed a custom rom.
I would like to install another rom, stock or not, but i want to change the actual.
can someone help me to found a compatible rom and guide to install ?
Thank you
Below the system info
DROID INFO REPORT
DEVICE
Model: SH-7208 (tongjun72_et_jb3)
Manufacturer: alps
Baseband Version: MOLY.WR8.W1315.MD.WG.MP.V11.P1, 2014/01/02 19:58
RIL Version: mtk gemini ril 1.0
Build Number: ALPS.JB3.MP.V1.17
Build Fingerprint: alps/tongjun72_et_jb3/tongjun72_et_jb3:4.2.2/JDQ39/1404288553:user/test-keys
Bootloader: unknown
Java VM: Dalvik 1.6.0
OS Version: Jelly Bean MR1 (4.2.2)
SDK: 17
DISPLAY
Resolution: 600x1024 pixels
Software Density: 240 dpi (hdpi)
Refresh Rate: 0.49 Hz
PROCESSOR
CPU Architecture: ARMv7 Processor rev 3 (v7l)
Board: tongjun72_et_jb3
Chipset: MT6572
Cores: 2
Clock Speed: 806 MHz - 1209 MHz
Instruction Sets: armeabi-v7a, armeabi
CPU Features: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU Governor: hotplug
Kernel Version: 3.4.5
Kernel Architecture: armv7l
GRAPHICS
Renderer: Mali-400 MP
Vendor: ARM
OpenGL Version: OpenGL ES 2.0
RAM
Total: 972 MB
Java Heap: 96 MB
STORAGE
Internal: 1.3 GB
EXTERNAL: Not Detected
Click to expand...
Click to collapse
Stock ROM is here:
MT6572__alps__A736__tongjun72_et_jb3__4.2.2__ALPS.JB3.MP.V1.17. FLASHFILE ! FIRMWARE DOWNLOAD | CFirmware - Mobile Phone Flashing, Unlocking and, Latest Firmwares Available.
www.cfirmware.com
jwoegerbauer said:
Stock ROM is here:
MT6572__alps__A736__tongjun72_et_jb3__4.2.2__ALPS.JB3.MP.V1.17. FLASHFILE ! FIRMWARE DOWNLOAD | CFirmware - Mobile Phone Flashing, Unlocking and, Latest Firmwares Available.
www.cfirmware.com
Click to expand...
Click to collapse
i cannot download from this site, do you have alternatives ?

Categories

Resources