[DEV] HTC One X firmware | Partitions Info | [20.04.2012]
This thread's content might brick your device.
This is not a ROM thread, so I'm not going to answer again and again and again the same questions over and over and over again.
You can't read - quit this thread now. You can read but you can't understand more or less simple things - quit as well.
You can read and you understand things, but you are too lazy to read the whole thread before asking the question - watch this first. And quit.
This is what we know so far:
Some conclusions:
1. It's very nice to see that finally someone separated "internal sd card" from userdata partition. So it's no longer linked to /data/media, as it used to be on Asus Transformer, Transformer Prime, Galaxy Nexus etc. but it's a separate partition now - mmcblk0p14. Basically the biggest benefit from that is that now formatting userdata partition will no longer erase virtual sd card content.
2. It seems that NFC and WLAN deep settings are stored on separate partitions: mmcblk0p1 (wlan) and ? (NFC).
3. There is a 5th PHYSICAL core, but it's invisible to the system. Android only sees the 4 main cores. The 5th companion core is not controlled by Android. Tegra 3 architecture itself handles the load balancing between the main cores and the companion core. (Thanks to Diamondback)
4. There is no radio.img in current RUUs.
Supported devices:
--- CID's added by users requests are marked with green color ---
cidnum: HTC__001
cidnum: HTC__E11
cidnum: HTC__203
cidnum: HTC__Y13
cidnum: HTC__102
cidnum: HTC__405
cidnum: HTC__304
cidnum: HTC__032
cidnum: HTC__J15
cidnum: HTC__A07
cidnum: HTC__016
cidnum: HTC__M27
Why it's better then full RUU:
1. It doesn't contain stock recovery
2. It doesn't contain stock, non rooted system
3. It doesn't contain secured boot.img
4. It wont wipe your data partition
5. It's much smaller
1. Check your CID using fastboot getvar cid and MID using fastboot getvar mid
2a. If your CID and MID are supported by default, navigate to point 3.
2b. If your CID or MID is not supported by default, do this: (you do it at your own risk)
2c. Open PJ46IMG.zip (don't extract it)
2d. Open android-info.txt in text editor
2e. Add your cidnum: <your CID> or modelid: <your MID> to the list, save file and close archive
3. Place PJ46IMG.zip on your SD card
4. Boot your device holding power button + vol down button
5. Follow instructions on the screen
Additional information:
1. Flash above firmware at your own risk!
2. It's recommended to flash it before flashing custom ROM based on proper RUU!
3. Unlocking via htcdev.com will change your CID number into "none".
4. RUU variants:
x.xx.61.x - Orange UK (United Kingdom)
x.xx.75.x - Orange ES (Spain)
x.xx.110.x - T-Mobile UK (United Kingdom)
x.xx.111.x - T-Mobile DE (Germany)
x.xx.112.x - T-Mobile AT (Austria)
x.xx.114.x - T-Mobile NL (Netherlands)
x.xx.118.x - T-Mobile PL (Poland)
x.xx.161.x - Vodafone UK (United Kingdom)
x.xx.166.x - Vodafone CH-DE (Switzerland - Germany)
x.xx.163.x - Vodafone FR (France)
x.xx.169.x - Vodafone AT (Austria)
x.xx.206.x - O2 UK (United Kingdom)
x.xx.207.x - O2 DE (Germany)
x.xx.401.x - World Wide English
x.xx.707.x - Asia WWE (World Wide English)
x.xx.720.x - Asia India
x.xx.771.x - Hutchison 3G UK (United Kingdom)
x.xx.862.x - Voda-Hutch AU (Australia)
x.xx.980.x - Optus AU (Australia)
x.xx.1400.x - HTC China
Please post here your findings, thoughts or experience with after flashing images listed above.
Archived devices and my other threads:
These threads are still open, but support is limited to rare updates.
Some details about how Tegra 3 works on HTC One X:
1. While screen is turned OFF only cpu0 is online. cpu1, cpu2 and cpu3 are all offline.
2. I think that cpu2 and cpu3 are online only on heavy load. That needs to be confirmed.
3. While screen is turned OFF only interactive governor is available.
4. When battery is < 20%, CPU downclocks to 1.0 GHz.
Fastboot commands that doesn't work without S-OFF:
fastboot flash rcdata rcdata.img
fastboot oem writesecureflag
fastboot oem writecid
Archived devices and my other threads:
These threads are still open, but support is limited to rare updates.
Arent there 4 main cores and 1 companion core, so only companion core should be running when screen off?
I don't see any companion core for now:
ls /sys/devices/system/cpu
cpu0
cpu1
cpu2
cpu3
cpu_on (output on ls = 2)
cpu_on_mdelay (output on ls = 0)
cpufreq
cpuidle
kernel_max
offline (output on ls = 1-3)
online (output on ls = 0-3)
possible (output on ls = 0-3)
present (output on ls = 0-3)
Archived devices and my other threads:
These threads are still open, but support is limited to rare updates.
ls /sys/devices/system/cpu
cpu0
cpu1
cpu2
cpu3
cpu_on (output on ls = 2)
cpu_on_mdelay (output on ls = 0)
cpufreq
cpuidle
kernel_max
offline (output on ls = 1-3)
online (output on ls = 0-3)
possible (output on ls = 0-3)
present (output on ls = 0-3)
Thats weird :s
Cpu0 to cpu3 = main cpu cores
Any sign of a cpu1p? (Cpu1p = companion core)
Yup just found out that companion core is cpu0 (explains why cpu0 is on all the time)
There is only 4 physical cores
Wow thought they had 5 physical cores, guess not lol
EDIT: ill double check to confirm
EDIT: yup thats what it looks like
The saving power core is cpu0, it enters LP2 state when saving power
No that is wrong. There is a fith PHYSICAL core but it's invisble to the system. Android only sees the four main cores.
The fith companion core is NOT, i repeat NOT, controlled by android. The tegra architecture itself handels to load balacing between the main cores and the companion core.
YOu won't find any traces of this companion core in the system.
No that is wrong. There is a fith PHYSICAL core but it's invisble to the system. Android only sees the four main cores.
The fith companion core is NOT, i repeat NOT, controlled by android. The tegra architecture itself handels to load balacing between the main cores and the companion core.
YOu won't find any traces of this companion core in the system.
Thanks for clearing that up, I was thinking its hidden but then looking @ kernel code, when idle cpu0 enters LP2 state :s + cpu0 is online all the time
From HTML to LEDs or Android to Arduino, Hardware Hacking is a pastime of many people … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?