[ROM] Philips W3620 - MT6572 HELP PLEASE - Android Q&A, Help & Troubleshooting

Hi, I'm from Argentina, and I have a cell CTW3620WH Philips Smartphone / 55.
Need, the ROM Official, otherwise available for my device. Currently I have Android 4.2.2
Now I have a ROM Backup, made with CWM. But it is not original is modified. as it had done previously without saving changes the original copy. The problem was I did not know how to do it until you install the CWM.
MediaTek MT6572 brings dual-core performance to entry-level smartphones without taking a toll on battery life. Based on the energy-efficient dual-core ARM® Cortex®-A7 processor, MT6572 features a cost-optimised system level design that simplifies product development, reduces manufacturing costs and speeds up the time to market.
Features:
Dual-core (1.2GHz) processor ARM Cortex-A7
Multi-mode Release 8 HSPA + / TD-SCDMA
960 x 540 (qHD) display controller
802.11x Wi-Fi, Bluetooth, GPS, FM receiver
5MP rear and 1.3MP front cameras
720p HD video recording and playback at 30fps
Board: hexing72_wet_jb3
Product: Sangfei
Model: W3620
Device: W3620
Build: W3620_M6572A_1423_00_V13A_AM
Philips/Sangfei/W3620:4.2.2/JDQ39/1401953411:user/release-keys
Manufacturer: Philips
Brand: Philips
CPU ABI: armeabi-v7a
Kernel
Linux version 3.4.5 ([email protected]) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Jun 5 15:29:52 CST 2014
Frequency : 1300000 KHz
Load Avg : 7.08 16.43 20.03 1/869 5710
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 2589.52
processor : 1
BogoMIPS : 2589.52
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 3
Hardware : MT6572
Revision : 0000
Serial : 0000000000000000
PD: Story with pictures from my phone but can not publish the new Being in the forum.

Hello...HELP ME

Related

Manufacturing date of processor

Is there any way to see the manufacturing date of the processor
from my hero?
I only know about this:
Code:
Processor : ARMv6-compatible processor rev 2 (v6l)
BogoMIPS : 669.77
Features : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 6TEJ
CPU variant : 0x1
CPU part : 0xb36
CPU revision : 2
Hardware : hero
Revision : 0080
Serial : 0000000000000000

[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

[Q]how to root/flashing this device:smartphone 451

hi , i have this chinese smartphone;h*t*t*p://webcache.googleusercontent.com/search?q=cache:JwVsYld4STEJ:w*w*w*.eprice.*it/smartphone-MASTER/d-5617469+&cd=1&hl=it&ct=clnk&gl=it
and i need to root,but i don't know the right way to do.anyone can help me?
here the specs from antutu and cpu-z:
CPU : ARMv7 Processor rev 3 (v7l)
Name : MediaTek MT6582
Arch : ARM Cortex-A7
Rev : r0p3
Cores : 4
CPUID : 0x4107C073
Process : 28 nm
Max Clock : 1536 MHz
GPU Vendor : ARM
GPU Renderer : Mali-400 MP
Impl.id : 0x41
Arch.id : 0x7
Var.id : 0
Part.id : 0xc07
Rev.id : 3
Model : SMART PHONE451 (Android)
Manufacturer : SMART
Board : SMART
Hardware : mt6582
Android Ver. : 4.4.2
CPUInfos :
abi : armeabi-v7a
abi2 : armeabi
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 2383.46
processor : 1
BogoMIPS : 2383.46
Features : swp half thumb fastmult
vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 3
Hardware : MT6582
Revision : 0000
Serial : 0000000000000000
BRAND: SMART
MODEL: SMARTPHONE 451
ANDROID 4.4.2
ANDROID SDK VERSION 19 (ANDROID 4.4)
KERNEL LINUX VERSION 3.4.67 ([email protected]) (GCC VERSION 4.7 (GCC)) #1 SMP PREEMPT THU JUN 19 11:59:33 VLAT 2014
thanks in advance.
trulse said:
hi , i have this chinese smartphone;h*t*t*p://webcache.googleusercontent.com/search?q=cache:JwVsYld4STEJ:w*w*w*.eprice.*it/smartphone-MASTER/d-5617469+&cd=1&hl=it&ct=clnk&gl=it
and i need to root,but i don't know the right way to do.anyone can help me?
here the specs from antutu and cpu-z:
CPU : ARMv7 Processor rev 3 (v7l)
Name : MediaTek MT6582
Arch : ARM Cortex-A7
Rev : r0p3
Cores : 4
CPUID : 0x4107C073
Process : 28 nm
Max Clock : 1536 MHz
GPU Vendor : ARM
GPU Renderer : Mali-400 MP
Impl.id : 0x41
Arch.id : 0x7
Var.id : 0
Part.id : 0xc07
Rev.id : 3
Model : SMART PHONE451 (Android)
Manufacturer : SMART
Board : SMART
Hardware : mt6582
Android Ver. : 4.4.2
CPUInfos :
abi : armeabi-v7a
abi2 : armeabi
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 2383.46
processor : 1
BogoMIPS : 2383.46
Features : swp half thumb fastmult
vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 3
Hardware : MT6582
Revision : 0000
Serial : 0000000000000000
BRAND: SMART
MODEL: SMARTPHONE 451
ANDROID 4.4.2
ANDROID SDK VERSION 19 (ANDROID 4.4)
KERNEL LINUX VERSION 3.4.67 ([email protected]) (GCC VERSION 4.7 (GCC)) #1 SMP PREEMPT THU JUN 19 11:59:33 VLAT 2014
thanks in advance.
Click to expand...
Click to collapse
Hi, i have rooted this smartphone
Require to boot.img and cwm patched with mtkdroidtool to read the rom obtened with readback of flashtool... sorry my english i am italian
Can you post your boot.img and CWM for this phone? If you still have it, of course.
Ciao,
Francesco

Aligator ss5540 Duo - TWRP compatible image, request

Hello
I have this Android Smartphone (Android 9.0)
DEVICE
Model: ALIGATOR S5540 (ALIGATOR_S5540_EEA)
Manufacturer: magcomm
Version BASEBAND: MOLY.LR12A.R3.MP.V66.11,MOLY.LR12A.R3.MP.V66.11
version RIL: android reference-ril 1.0
Build number: PPR1.180610.011 release-keys
Sign software build: ALIGATOR/ALIGATOR_S5540_EEA/ALIGATOR_S5540:9/PPR1.180610.011/1567243468:user/release-keys
Bootloader: unknown
Java VM: ART 2.1.0
Verze OS: P (9)
SDK: 28
PROCESSOR
Architecture CPU: ARMv7 Processor rev 4 (v7l)
Main board: k39tv1_bsp
Chipset: MT6739WW
CPU units: 4
Frequency: 1495 MHz - 1495 MHz
Instructions: armeabi-v7a, armeabi
CPU functions: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32
CPU Governor: schedplus
Kernel: 4.4.146
Architecture: armv7l
RAM
Total: 1899 MB
Java Heap: 256 MB
But, I can't found this device on
//twrp.me/Devices/
Can anybody help and identify with which twrp image is my device compatible?
Best regards
Michal

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