[Firmwares] Huawei Ascend P1 U9200 - Original Firmwares

Search This thread

arkedk

Senior Member
Sep 13, 2010
1,218
573
Copenhagen
ASUS ZenFone 8
Original Firmwares
Since I got my Ascend P1 I've been playing around with it alot.
Here's my list of official firmwares for the Ascend P1.

DISCLAIMER
I am not responsible for any bricked devices.

Software downloads
TWRP-2.4.4.0_P1.zip (7.0 MB)
https://mega.co.nz/#!hg4SCQoT!VGUiFxRo6RhlZWCEdbOSWQzsp0AyDDDNbePj9QO4Uok
MD5: 8e95c08d8bb33bf6e393a558c88d611f

cwm_touch_recovery_viva_beta.zip (5.8 MB)
https://mega.co.nz/#!I0A3GZKQ!I3YBzyz63NivAdH7b0tMcSjP5-JmIwuOpUkfCx0Fljg
MD5: cc13117567ad2c85be408c4ab2fdbdcf

CWM-6.0.1.9.U9200.zip (7.0 MB)
https://mega.co.nz/#!Uxxi1brY!J1XcZghxObG-LPm3Dk3jnVIgFu984YnZjVdfikfQxBA
MD5: bc8dbd969e301d49289f24c93872c6f0

SuperSU package with Busybox
CWM-SuperSU-v0.98.zip (670 KB)
https://mega.co.nz/#!Yt42WZ6I!Lrc182C2sUYFjOD83MZ-hn_YI8hFkjhPQ3xcvOM23FA

Root access on all firmwares (Ice Cream Sandwich + Jelly Bean) using TWRP
When you've flashed one of your official Huawei firmwares you need to do this.

  1. Flash or boot into Teamwin Recovery on your Huawei Ascend P1
  2. Go to the "Mount" menu and mount System.
  3. Then go to the Reboot menu and reboot the system.
  4. When it detects you are not rooted TWRP will ask if you want to root.
  5. Swipe to do so and let it boot back into the system.
  6. When done just hit the SuperSU icon and let it setup for the first time. Either by downloading a flashable zip or by going to the Play Store.
  7. After that you've got a rooted device.

Root access on all Huawei Ice Cream Sandwich (4.0.X) firmwares using CWM
Now to get root access on the Ascend P1 I've done it in a couple of different ways.
Download the SuperSU package with Busybox and place it on your external SD card (The card you can put into the side of the Ascend P1)

The easiest way for me was to boot ClockWorkMod Recovery from fastboot.
You need to have ADB and fastboot drivers set up and activated USB debugging on your device.
When that is done you can do some command lines to check the device is recognized and ready to go.

Step 1:
Launch a Command Promt and go to the directory where your ADB is setup.

Step 2:
Connect your device to the computer and make sure USB debugging is activated under the Developers options.

Step 3:
Type in:
ADB devices
and you should get a long unique ID of your device.

Step 4:
Type in:
ADB reboot bootloader

Step 5:
When the phone has rebooted into bootloader (There will just be a Huawei logo) check if the device is responding by typing:
fastboot devices if it's not you need to install the fastboot driver (Android ADB Interface).

Step 6:
If it's there you need to boot to the new CWM recovery by placing the CWM recovery image (cwm_touch_recovery_viva_beta.img) in the same library as your fastboot folder and type:
fastboot boot cwm_touch_recovery_viva_beta.img
Then your phone will reboot into CWM recovery where you can chose the SuperSU package with Busybox zip file and flash it.
That will gain root to your phone.

Step 7 (Optional):
When you're in the CWM recovery you can backup your entire device so you always can get back to it if you need to.
This is done in the back and recovery menu.


HOW-TO Flash these different regions.
If you're coming from a different region firmware than the one you want to flash, you have to do some preparations before it will flash.
This is due to a verification in the recovery and build.prop.
So for this to work you need to have root access on your current firmware.

When you flash a different region firmware the recovery checks the build.prop for matching regions.
The relevant part is at the bottom an looks like this.

Code:
ro.product.board=U9200
ro.confg.hw_systemversion=U9200-1V100R001C185B103_SYSTEM
ro.build.display.id=U9200-1V100R001C185B103
ro.product.model=U9200
ro.product.brand=Huawei
ro.build.tags=ota-rel-keys,release-keys
ro.product.manufacturer=HUAWEI
ro.product.name=U9200
ro.product.device=hwu9200
ro.build.id=HuaweiU9200
ro.build.version.incremental=C185B103
ro.build.description=U9200-user 4.0.3 HuaweiU9200 C185B103 ota-rel-keys,release-keys
ro.build.fingerprint=Huawei/U9200/hwu9200:4.0.3/HuaweiU9200/C185B103:user/ota-rel-keys,release-keys

Here you must replace all the current build details which in this case is U9200-1V100R001C185B103 and if you want to move to U9200-1V100R001C00B226 you need to replace it with that or any of the other region build numbers.
I will add CWM flashable zip files for the different regions later.
So here is the edited version.

Code:
ro.product.board=U9200
ro.confg.hw_systemversion=[COLOR="YellowGreen"]U9200-1V100R001C00B226[/COLOR]_SYSTEM
ro.build.display.id=[COLOR="YellowGreen"]U9200-1V100R001C00B226[/COLOR]
ro.product.model=U9200
ro.product.brand=Huawei
ro.build.tags=ota-rel-keys,release-keys
ro.product.manufacturer=HUAWEI
ro.product.name=U9200
ro.product.device=hwu9200
ro.build.id=HuaweiU9200
ro.build.version.incremental=[COLOR="YellowGreen"]C00B226[/COLOR]
ro.build.description=U9200-user 4.0.3 HuaweiU9200 [COLOR="YellowGreen"]C00B226[/COLOR] ota-rel-keys,release-keys
ro.build.fingerprint=Huawei/U9200/hwu9200:4.0.3/HuaweiU9200/[COLOR="YellowGreen"]C00B226[/COLOR]:user/ota-rel-keys,release-keys

Now with that done you need to flash the recovery.img from the build you want to move to.
I will supply the recovery.img files later.
I've put some recovery.img in some of the packages. But will upload them separately later when I've extracted them all.

Now this is very similar to what you did when rooting.

Step 1:
Do a reboot to bootloader again by typing:
ADB reboot bootloader

Step 2:
Check the device is there by typing:
Fastboot devices

Step 3:
Flash the recovery by typing:
Fastboot flash recovery recovery.img (the recovery name can vary)

Step 4:
Type:
Fastboot reboot

Let it boot up and then go to:
Settings->Storage->Software Upgrade->SD card Upgrade->Confirm->Upgrade
This will erase all apps and settings, so remember to backup your stuff.

There is also a force upgrade mode which you can enter by holding down Volume Up and Volume Down keys right after the vibration when the device boots up.


Installation of EmotionUI B704 with all langauges enabled.
SO DON'T SETUP YOUR PHONE RIGHT AFTER YOU'VE FLASHED IT, YOU WILL HAVE TO DO A FACTORY RESET!

So if you flash B704 you'll notice when you want to change the locale on it that it only contains 4 languages, some Asian ones and English.
To get all languages you'll need to flash a zip in TWRP that I made to enable them again.

Procedure:
  1. Flash B704 through normal means (stock recovery)
    If it fails you need to flash the intermediate firmware then flash B704 (intermediate firmware can be found in the download links below).
  2. When B704 installation is complete reboot the device to bootloader.
  3. From there boot TWRP 2.4.4.0 with the command:
    Code:
    fastboot boot "recovery_image_name.img" (usually just recovery.img or twrp_recovery.img but can vary)
  4. Flash GAPPS for 4.1.x (http://goo.im/gapps/gapps-jb-20121011-signed.zip)
  5. Flash my language enabler package - This can be found below in the links section or as an attachment.

    Optional step if you want root:
  6. When you do a Reboot system from TWRP it will ask you if you want to root as it can see you don't have it.
  7. If you want that just slide the slider and click the SuperSU icon when your back in Android.
  8. If you don't want root just click the button above that ignores that.

    Final step:
  9. When you're booted back into Android go to Setting > Backup & Reset and press the Factory data reset button.
    This is necessary if you want the languages to be enabled as the settings is being read and reinitialized from the cust partition.
    Screenshot_2013-08-31-21-44-54_zpsa11ec277.png~original


Official Huawei Firmwares

English Huawei Ascend P1 EmotionUI website
Chinese Huawei Ascend P1 EmotionUI website

Intermediatepack.zip (235.7 MB)
https://mega.co.nz/#!48x2hLBa!EkJ2NxuM4-kGmj38a_QbywtQFaIASxA2deT4ZmCsizQ
MD5: 0ceb2b4cb89ecfcc138855e798a7d7e2

U9200-1V100R001C00B226.zip (486.2 MB) [Generel Global Version]
https://mega.co.nz/#!1xIQ3CpK!KOWAh3CoerA5UI9WcYdKDTqCvmdAJ6wNI6A1MlPK__4
MD5: 3e14da9fac783dc5494fcf5b105ed4ed

U9200-1V100R001C00B229.zip [Generel Global Version]
MD5: d8faf295f41981f4f79c9cf7416fd454
https://mega.co.nz/#!Bh5BzZzK!dCEzsU_a3tO-UWdz_qsjaE-h7tZr0RIXib6f6v2g_3Y
Included in package: boot.img, recovery.img and build.prop

U9200-1V100R001C185B105.zip (501.4 MB) [North European Version]
https://mega.co.nz/#!U4QBTJAY!PHV2tw3wn85QZ3isW6h0uke1vJcKH78waol4ADSL6M0

U9200-1V100R001CHNC00B124.zip (532.3 MB) [Chinese Version]
http://www.multiupload.nl/H0JQLQ5PTD
MD5: 76d1b1d0500ee6ce30e6c1cb94348281

U9200-1V100R001CHNC00B525_681031.zip (658.5 MB) [EMUI 1.5 Jelly Bean Beta]
https://mega.co.nz/#!A5BDyTqQ!UkfiiQCf3e8dCBryH-SNsib6GosVVNq0TeNtKHmD5R8

U9200-EmotionUI_1.5_V100R00G411D00B315.zip (923.2 MB) [Global EMUI 1.5 Jelly Bean Beta]
https://mega.co.nz/#!IlxGgCSa!E4NNy1ee_57dreKlCGvUGURfojtu5JC_pH15ohBHJ-0
MD5: 241df4f9105c9ffbb2eee98dbdd142cb

U9200-EmotionUI_1.5_V100R001CHNC00B605SP01.zip (588.0 MB) [Chinese EMUI 1.5 Jelly Bean Beta 2013-07-24]
https://mega.co.nz/#!AxxhBbab!LqbhWBtuKfeie7sHoo69-gxniHUMr25KpcNkE_eUPpg
MD5: 7cbe1045136e071a9eb45009a0b5d67a

U9200-EmotionUI_1.6_V100R001CHNC00B701.zip (602.0 MB) [Chinese EMUI 1.6 Jelly Bean Beta 2013-08-08]
https://mega.co.nz/#!94YQjbwJ!GCjjAyUdhpLehdw-ZF41-CrDl8tkMydK5k-uJCOzStI
MD5: b9ec867dc064d7324eb2d7a2002abd8a

U9200_EmotionUI_1.6_V100R001CHNC00B704.zip (611.8 MB) [Chinese EMUI 1.6 Stable Jelly Bean 2013-30-08]
https://mega.co.nz/#!FpxFELrD!DRt26h3GZzh9G1jmR4tFSw9wdq0NOomUZFG2BkqywR0
MD5: ac400e52face499f6ca3c69ee95999ab

Language enabler works for both B704 & B706.
U9200_EmotionUI_1.6_B704_enable_language-signed.zip (283 KB)
https://mega.co.nz/#!lkAiyb6b!FemgigBmdVDOCX60uV3VhAKDvQNFh_En8ji4iKu3LOk
MD5: c7dbb50f41fc014056530971c5a6bf70

Unofficial Huawei Ascend P1 ROMS
Cyanogen Mod 10.1
Cyanogen Mod 10.2
MoKee OpenSource
MIUI
JellyBeer
AOKP
PAC
RootBox
 

Attachments

  • u9200_EmUI_1.6_B704_enable_lang-signed.zip
    282.6 KB · Views: 3,456
Last edited:

saob007

New member
Dec 31, 2012
1
0
Nice!

Hey dude . thanks for sharing that .

i wonder what ICS version is it ? cuz i need Android ICS 4.0.4 for my Huawei Ascend p1 .

:(
 

demhaa

Senior Member
Feb 20, 2010
84
19
Essen
Hi Arkedk
How can I root my ascend p1.
I have B226 FW.

Sorry for bad english.

Sent from my U9200 using xda premium
 

arkedk

Senior Member
Sep 13, 2010
1,218
573
Copenhagen
ASUS ZenFone 8
Hi Arkedk
How can I root my ascend p1.
I have B226 FW.

Sorry for bad english.

Sent from my U9200 using xda premium

There is external pages that runs you through that.
Team Android:
http://www.teamandroid.com/2012/08/...nd-p1-android-40-b113-b115-official-firmware/

Johnny Paranoia:
http://johnnyparanoia.blogspot.dk/search/label/Huawei Ascend P1 U9200

Or you can boot cwm recovery and flash a the SuperSU package with Busybox from this thread.
http://xdaforums.com/showthread.php?t=1993331
 
  • Like
Reactions: demhaa

arkedk

Senior Member
Sep 13, 2010
1,218
573
Copenhagen
ASUS ZenFone 8
I believe they all are multi lingual. But I've only used English in them and don't remember if they contained all languages. The global version has most languages.

Sent from my U9200 using xda app-developers app
 
  • Like
Reactions: ricardow111

enpa84

Member
Oct 5, 2011
11
3
Palermo
Hello , i have firmware version b023 ( vodafone )
How do I install this firmware? I want to install the B226
thank
best regards
 

arkedk

Senior Member
Sep 13, 2010
1,218
573
Copenhagen
ASUS ZenFone 8
Great stuff bud!

I just got my Huawei Ascend P1 U9200 a few weeks back. Really enjoying it.

I currently have B105 FW. Waiting patiently on how to flash B525 on the U9200 :good:

I've updated the thread with a upgrade tutorial, this is a bit advanced if you're not used to use ADB and Fastboot and haven't set it up.
I will make a complete walk through on how to set it all up later.
 

zanyarzz

Member
Sep 8, 2012
6
2
Help

Hi
I bought a laptop a Chinese fashion modelmid-gsm.'ve Upgraded version now gone.
I want to return to the previous version
You can help
This is the version of Android I 4.0.3.My Tablet Model: MID-GSM
Android Version: 4.0.3
Baseband Version: M1190_V 1.0.3
Kernel Version: 3.0.8
software_pub @ compiler # 11
Build Number: 20120526-LY-F8S.0.5.5
Please tell me where to download this version
Please get help immediately
 

arkedk

Senior Member
Sep 13, 2010
1,218
573
Copenhagen
ASUS ZenFone 8
Hi
I bought a laptop a Chinese fashion modelmid-gsm.'ve Upgraded version now gone.
I want to return to the previous version
You can help
This is the version of Android I 4.0.3.My Tablet Model: MID-GSM
Android Version: 4.0.3
Baseband Version: M1190_V 1.0.3
Kernel Version: 3.0.8
software_pub @ compiler # 11
Build Number: 20120526-LY-F8S.0.5.5
Please tell me where to download this version
Please get help immediately

This makes no sense. Looks like a Google Translate. These firmwares is ONLY for Huawei Ascend P1 (U9200).
 

Preston2009

Member
Jan 6, 2013
7
1
Piaski
Let it boot up and then go to:
Settings->Storage->Software Upgrade->SD card Upgrade->Confirm->Upgrade
This will erase all apps and settings, so remember to backup your stuff.

There is also a force upgrade mode which you can enter by holding down Volume Up and Volume Down keys right after the vibration when the device boots up.

U9200-1V100R001C00B226.zip (486.2 MB) [Generel Global Version]
MD5: 3e14da9fac783dc5494fcf5b105ed4ed

U9200-1V100R001C185B105.zip (501.4 MB) [North European Version]
MD5: 90870fbf130bafb05c694df38283440e

I have on my polish P1 U9200-1V100R001C185B104 software. I can't play youtube videos in you tube stock&new app and on browsers (maxthoon, chrome, boat). If I turn off dolby sond in Music+ app then I can once (but not always) play a video on YT app. Aftrer 3-4 times trying to play a video phone gets lags worse than HTC Wildfire, sreen moves/shakes few pixels to right showing on left something orange and after few minutes it reboots. When phone boot up it works without lags but video playback don't work.
And here are my questions:
Can I force install of North European Version or Generel Global Version without installing cwm?
If it might help and won't cruch my new phone or I should go to Huawei Authorized Service Center??
 
Last edited:

swukjay

Senior Member
Mar 5, 2010
503
110
I've updated the thread with a upgrade tutorial, this is a bit advanced if you're not used to use ADB and Fastboot and haven't set it up.
I will make a complete walk through on how to set it all up later.

I was able to bypass the verification check by using clockwork to format boot, cache,system,data and dalvik , hope this helps :)

---------- Post added at 09:50 AM ---------- Previous post was at 09:48 AM ----------

anyone know the diffrence betwen U9200-1V100R001C185B105.zip and U9200-1V100R001C185B104.zip ?

Yes, one is B104 firmware and the other is B105 firmware lol :D
 

aydin.gsm1

Senior Member
Oct 22, 2010
107
14
40
Tabriz
www.facebook.com
Hello,
I do this
Code:
Settings->Storage->Software Upgrade->SD card Upgrade->Confirm->Upgrade
and just seen this
Code:
[COLOR="Sienna"]Huawei SD card update processing...
Please wait several minutes...

Version list verify fail!
Huawei SDcard update fail......[/COLOR]
How can Update my phone with U9200-1V100R001CHNC00B525_681031.zip
tnx.
 
Last edited:

aydin.gsm1

Senior Member
Oct 22, 2010
107
14
40
Tabriz
www.facebook.com
I also changed build.prop like below:

Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri Jun 29 17:54:05 CST 2012
ro.build.date.utc=1340963645
ro.build.type=user
ro.build.user=d81004864
ro.build.host=sapp9-android-server2
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.wifi.channels=
ro.board.platform=omap4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=viva
# Do not try to parse ro.build.description or .fingerprint
ro.build.characteristics=default
# end build properties

# begin of volatile config

##############################################################
#
#modify history             author      date                    reason  
#DTS2011120602683           d00185874   2011/12/06              add audio modem interface
#DTS2011120105354           z00192837   20111220                merge the funtion of FM on ICS
#DTS2011102003963           l00186420   20111020               defined the function of press key on MMITest
#DTS2011121904887           c00204148   2011/12/19             modify the USE_FLASHLESS instead of system-prop way
#DTS2012021603135              h58695   2012/02/16             add switch main storage location function
#DTS2012022802590          w000193878   2012/03/07             add internal sd card flag
##############################################################

wifi.interface=wlan0
com.ti.omap_enhancement=true
#DTS2011120602683 d00185873 2011/12/06 Start
audioril.lib=libhuawei-audio-ril.so
#DTS2011120602683 d00185873 2011/12/06 End
#/*<DTS2011120105354 z00192837 20111220 begin*/
ro.config.fm_type=libbcmfm_if
#/*DTS2011120105354 z00192837 20111220 end>*/
#DTS2011102003963 l00186420 20111020 begin
ro.config.KeyPassToUser=true
#DTS2011102003963 l00186420 20111020 end
# <DTS2011112304441 k00159607 20111124 sync BU5D00953 begin
# Whether use the way of resource customize
# <DTS2012032005482 huhao 20120320  begin
ro.config.hw_isCustomize=true
# The Customize Type we need
ro.config.hw_customizeType=1
# DTS2012032005482 huhao 20120320 end>
# DTS2011112304441 k00159607 20111124 sync BU5D00953 end>
#DTS2011120606556 f00189446 20111206 begin
# ro.config.hw_addsettingsdbex is added for DTS2010081400204 by h00152727&x00165767
ro.config.hw_addsettingsdbex=1
# ro.config.hw_menu_unlockscreen is added for DTS2011030204519 by s00159653 
ro.config.hw_menu_unlockscreen=false
#DTS2011120606556 f00189446 20111206 end
#DTS2011120503999 liuhao 20111205 begin
ro.config.incall_notify_mms=true
#DTS2011120503999 liuhao 20111205 end
# DTS2011032202087 g00194542 20111212 begin
# Enable closing the Gsensor when Activity needn't
ro.config.hw_GSensorOptimize=true
# DTS2011032202087 g00194542 20111212 end
# <DTS2012021507323 taoning 20111103 Begin
# <DTS2011110200257 taoning 20111103 Begin
ro.config.hw_vcardBase64=true
# DTS2011110200257 taoning 20111103 End>
# DTS2012021507323 taoning 20111103 End>
#DTS2010101603090 jinsu 20101020 begin! synchronization BU6D00416 yuanzhiquan , for taiwan
ro.config.endstksession=true
#DTS2010101603090 jinsu 20101020 end! synchronization BU6D00416 yuanzhiquan , for taiwan
# DTS2011112101441 h00152727 for omacp 20111121 begin
ro.config.hw_omacp=1
# DTS2011112101441 h00152727 for omacp 20111121 end
# DTS2011092101089 k00159607 20110921 begin
ro.config.hw_RemindWifiToPdp=true
# DTS2011092101089 k00159607 20110921 end
#DTS2010060300084 xiongshiyi 00165767 20100603 begin
ro.config.keypasstouser=true
#DTS2010060300084 xiongshiyi 00165767 20100603 end
# <DTS2011121603221 ningzhenyu00184073 20111221 begin
ro.config.hw_lockscreen=true
# DTS2011121603221 ningzhenyu00184073 20111221 end>
# <DTS2010111202622 mengxiaokun00172620 20101112 begin
ro.config.hw_proximity=true
# DTS2010111202622 mengxiaokun00172620 20101112 end>
#DTS2011033000979 caolibin begin
ro.config.hwft_PinPukUnlockscr=true
#DTS2011033000979 caolibin end
#DTS2011021201507 lishilong begin
ro.backlight.space = 5000
#DTS2011021201507 lishilong end
#DTS2011101004724 liutianbao lkf59271 20111208 begin
ro.config.bro_about=true
ro.config.bro_exit=true
#DTS2011101004724 liutianbao lkf59271 2011208 end
# <DTS2011120504027 luowentao59275 20111205 begin
ro.config.hw_toolbox=true
# DTS2011120504027 luowentao59275 20111205 end
# DTS2011121206253 luowentao kf59275 20111212 begin
ro.config.hw_temperature_warn=true
# DTS2011121206253 luowentao kf59275 20111212 end
# DTS2010082001008 by liuxiangning 20100820 begin
# DTS2012041003089 z00183808 20120410 begin
ro.config.hw_uaprof=http://wap1.huawei.com/uaprof/HUAWEI_U9200_UAProfile.xml
# DTS2012041003089 z00183808 20120410 end
# DTS2010082001008 by liuxiangning 20100820 end
# DTS2010092701023 mengxiaokun00172620 20100930 begin
# allow to tear down mobile data connection when device is idle
ro.config.hw_power_saving=true
# DTS2010092701023 mengxiaokun00172620 20100930 end
# DTS2011102703577 niguanhua 20111123 begin
ro.config.hw_voicerecord=true
# DTS2011102703577 niguanhua 20111123 end
# DTS2011112503270 yangchenghai 00184280 20111205 begin
#DTS2012051007729 jiangxiaoke KF59274 20120510 delete
# DTS2011112503270 yangchenghai 00184280 20111205 end
#DTS2011121600561 niguanhua 20111216 begin
#DTS2012022900500 nkf59272 20120229 begin
ro.config.hw_show_number=false
#DTS2012022900500 nkf59272 20120229 end
#DTS2011121600561 niguanhua 20111216 end
# DTS2011101004724 w00193978 20110713 begin
ro.config.bro_about=true
ro.config.bro_exit=true
# DTS2011101004724 w00193978 20110713 end
# DTS2011112504993 fujinhu 20111124 begin
ro.config.AM_PM_STYLE=2
# DTS2011112504993 fujinhu 20111124 end
# DTS2010121704813 jinhui 20101228 begin
ro.config.do_sdcard_upgrade=true
# DTS2010121704813 jinhui 20101228 end
# DTS2012032305353 fujinhu 20120323 begin
# DTS2012031508008 xiazhonglin 00206005 20120315 begin
# DTS2011120600123 wuye 00193878 20111206 begin
ro.config.hw_quickpoweron=true
# DTS2011120600123 wuye 00193878 20111206 end
# DTS2012031508008 xiazhonglin 00206005 20120315 end
# DTS2012032305353 fujinhu 20120323 end
# <DTS2011122600794 g00204739 20111226 bein
# for custom-make emergency numbers, the format is ECC category + ECM number
ro.config.hw_ecclist_withcard=1+110,6+119,8+118
ro.config.hw_ecclist_nocard=1+110,6+119,8+118
# DTS2011122600794 g00204739 20111226 end>
# DTS2011121904887 c00204148 20111219 begin
ro.config.hw_flashless=false
# DTS2011121904887 c00204148 20111219 end
#DTS2011102405215 x00186492 20111021 BEGIN
ro.config.hw_test_version=true
#DTS2011102405215 x00186492 20111021 END
ro.config.hw_sns_acc_support=38
# DTS2011121904887 c00204148 20111219 end
# BEGIN PN:DTS2012010505568,Added by fengfeng00172574, 2012/1/6
persist.sys.strictmode.visual=false
# END   PN:DTS2012010505568,Added by fengfeng00172574, 2012/1/6
# DTS2012011207615 zhaowei 00195747 20120112 begin
ro.cellbroadcast.emergencyids=0-65534
# DTS2012011207615 zhaowei 00195747 20120112 end
#DTS2012011902027 guanjunujie 20120120 begin
ro.config.hw_allowformat=true
#DTS2012011902027 guanjunujie 20120120 end
# DTS2012010500726 w00166520 for fast power on 20120105 begin
persist.sys.quickpoweron=normal
persist.sys.animationstart=false
ro.config.hw_poanimation=5000
# DTS2012010500726 w00166520 for fast power on 20120105 end
# <DTS2012010500769 w00166520 poweroff alarm 20120105 begin
persist.sys.powerup_reason=
ro.poweroff_alarm=true
persist.sys.actualpoweron=true
#DTS2012010500769 w00166520 poweroff alarm 20120105 end
#DTS2012011902069 guanjunujie 20120120 begin
ro.config.hw_allow_ums_and_mtp=true
#DTS2012011902069 guanjunujie 20120120 end
#DTS2012020907712 guqi00194542 20120210 begin
keyguard.no_require_sim=true
#DTS2012020907712 guqi00194542 20120210 end
#DTS2012021302244 xiazhonglin00206005 20120213 begin
ro.config.notification_sound=Glory.ogg
ro.config.alarm_alert=Pmukkale.ogg
ro.config.ringtone=Huawei_Tune.ogg
#DTS2012021302244 xiazhonglin00206005 20120213 end
#DTS2012021402184 z00181848 20120221 begin
ro.config.hw_proximitySensor=true
#DTS2012021402184 z00181848 20120221 end
#DTS2012021607935  guanjunujie 20120214 begin
ro.config.switchPrimaryVolume=true
#DTS2012021607935 guanjunujie 20120214 end
#DTS2012021603135 h58695 begin
persist.sys.main_storage=internal_sd
#DTS2012021603135 h58695 end
#DTS2012022308202 f00189446 begin
#/*<DTS2010091000150 yangzijin 20100921 begin
ro.opengles.version=131072
#DTS2010091000150 yangzijin 20100921 end>*/
#DTS2012021704226_zhaojingjing_zhouming_20120217_begin
ro.config.hw_dolby=true
#DTS2012021704226_zhaojingjing_zhouming_20120217_end
# <DTS2012021702623 taoning 20120220 Begin
ro.config.sim_hot_swap=true
# DTS2012021702623 taoning 20120220 End>
#DTS2012013105290 jinyan 00193806 20120221 begin
ro.config.hw_subtitle_support=true
#DTS2012013105290 jinyan 00193806 20120221 end
# <DTS2012021002468 g00204739 20120210 begin
# global version
ro.config.hw_globalEcc = true
# DTS2012021002468 g00204739 20120210 end>
#DTS2012022308202 f00189446 end
# DTS2012021305624 h00152727 for WMA support 20120223 begin
ro.config.helix_enable=true
# DTS2012021305624 h00152727 for WMA support 20120223 end
#DTS2012022204471 litao 20120225 begin
ro.config.CphsOnsEnabled=false
#DTS2012022204471 litao 20120225 end
#DTS2012030302036 jinkehan 20120227 begin
ro.camera.sound.forced=1
#DTS2012030302036 jinkehan 20120227 end
# DTS2012020701830 jkf59274 20120302 begin 
ro.config.always_animation=true
# DTS2012020701830 jkf59274 20120302 end 
#  DTS2012022802590 wuye00193878 20120229 begin
ro.config.internal_sdcard=yes
#  DTS2012022802590 wuye00193878 20120229 end
# DTS2012030604690 z00181848 20120309 begin
gsm.sim.num.pin2=3
gsm.sim.num.puk2=10
# DTS2012030604690 z00181848 20120309 end
# DTS2012030603076 yufei y00205987 20120310 begin
#ro.com.google.mcc_fallback=262
# DTS2012030603076 yufei y00205987 20120310 end
#DTS2012021000837  s00190137 20120223 begin
ro.config.hw_use_browser_ua=http://wap1.huawei.com/uaprof/HUAWEI_U9200_UAProfile.xml
#DTS2012021000837  s00190137 20120223 end
# DTS2012011103951 lianmin 20111228 begin
ro.config.hw_gcf_mms=true
# DTS2012011103951 lianmin 20111228 end
ro.com.google.clientidbase=android-huawei
ro.com.google.clientidbase.yt=android-huawei
ro.com.google.clientidbase.am=android-huawei
ro.com.google.clientidbase.gmm=android-huawei
ro.com.google.clientidbase.ms=android-huawei
# DTS2012052207487  t00192950 2012/05/22 Start
ro.com.google.gmsversion=ics_signed_r2
# DTS2012052207487  t00192950 2012/05/22 End
# DTS2012052501919  w00182909 20120612 begin
hw.net.tcp.buffersize.default=4096,262140,523264,4096,49152,523264
hw.net.tcp.buffersize.umts=4096,262140,523264,4096,49152,523264
hw.net.tcp.buffersize.edge=4096,78840,105120,4096,49152,105120
hw.net.tcp.buffersize.gprs=4096,26280,35040,4096,26280,35040
hw.net.tcp.buffersize.hspa=4096,262140,523264,4096,49152,523264
# DTS2012052501919  w00182909 20120612 end

# end of volatile config

#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
hwui.render_dirty_regions=false
ro.opengles.version=131072
ro.sf.lcd_density=240
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt


ro.product.board=U9200
ro.confg.hw_systemversion=U9200-1V100R001C185B103_SYSTEM
ro.build.display.id=U9200-1V100R001C185B103
ro.product.model=U9200
ro.product.brand=Huawei
ro.build.tags=ota-rel-keys,release-keys
ro.product.manufacturer=HUAWEI
ro.product.name=U9200
ro.product.device=hwu9200
ro.build.id=HuaweiU9200
ro.build.version.incremental=C185B103
ro.build.description=U9200-user 4.0.3 HuaweiU9200 C185B103 ota-rel-keys,release-keys
ro.build.fingerprint=Huawei/U9200/hwu9200:4.0.3/HuaweiU9200/C185B103:user/ota-rel-keys,release-keyss

But again get that error!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 27
    Original Firmwares
    Since I got my Ascend P1 I've been playing around with it alot.
    Here's my list of official firmwares for the Ascend P1.

    DISCLAIMER
    I am not responsible for any bricked devices.

    Software downloads
    TWRP-2.4.4.0_P1.zip (7.0 MB)
    https://mega.co.nz/#!hg4SCQoT!VGUiFxRo6RhlZWCEdbOSWQzsp0AyDDDNbePj9QO4Uok
    MD5: 8e95c08d8bb33bf6e393a558c88d611f

    cwm_touch_recovery_viva_beta.zip (5.8 MB)
    https://mega.co.nz/#!I0A3GZKQ!I3YBzyz63NivAdH7b0tMcSjP5-JmIwuOpUkfCx0Fljg
    MD5: cc13117567ad2c85be408c4ab2fdbdcf

    CWM-6.0.1.9.U9200.zip (7.0 MB)
    https://mega.co.nz/#!Uxxi1brY!J1XcZghxObG-LPm3Dk3jnVIgFu984YnZjVdfikfQxBA
    MD5: bc8dbd969e301d49289f24c93872c6f0

    SuperSU package with Busybox
    CWM-SuperSU-v0.98.zip (670 KB)
    https://mega.co.nz/#!Yt42WZ6I!Lrc182C2sUYFjOD83MZ-hn_YI8hFkjhPQ3xcvOM23FA

    Root access on all firmwares (Ice Cream Sandwich + Jelly Bean) using TWRP
    When you've flashed one of your official Huawei firmwares you need to do this.

    1. Flash or boot into Teamwin Recovery on your Huawei Ascend P1
    2. Go to the "Mount" menu and mount System.
    3. Then go to the Reboot menu and reboot the system.
    4. When it detects you are not rooted TWRP will ask if you want to root.
    5. Swipe to do so and let it boot back into the system.
    6. When done just hit the SuperSU icon and let it setup for the first time. Either by downloading a flashable zip or by going to the Play Store.
    7. After that you've got a rooted device.

    Root access on all Huawei Ice Cream Sandwich (4.0.X) firmwares using CWM
    Now to get root access on the Ascend P1 I've done it in a couple of different ways.
    Download the SuperSU package with Busybox and place it on your external SD card (The card you can put into the side of the Ascend P1)

    The easiest way for me was to boot ClockWorkMod Recovery from fastboot.
    You need to have ADB and fastboot drivers set up and activated USB debugging on your device.
    When that is done you can do some command lines to check the device is recognized and ready to go.

    Step 1:
    Launch a Command Promt and go to the directory where your ADB is setup.

    Step 2:
    Connect your device to the computer and make sure USB debugging is activated under the Developers options.

    Step 3:
    Type in:
    ADB devices
    and you should get a long unique ID of your device.

    Step 4:
    Type in:
    ADB reboot bootloader

    Step 5:
    When the phone has rebooted into bootloader (There will just be a Huawei logo) check if the device is responding by typing:
    fastboot devices if it's not you need to install the fastboot driver (Android ADB Interface).

    Step 6:
    If it's there you need to boot to the new CWM recovery by placing the CWM recovery image (cwm_touch_recovery_viva_beta.img) in the same library as your fastboot folder and type:
    fastboot boot cwm_touch_recovery_viva_beta.img
    Then your phone will reboot into CWM recovery where you can chose the SuperSU package with Busybox zip file and flash it.
    That will gain root to your phone.

    Step 7 (Optional):
    When you're in the CWM recovery you can backup your entire device so you always can get back to it if you need to.
    This is done in the back and recovery menu.


    HOW-TO Flash these different regions.
    If you're coming from a different region firmware than the one you want to flash, you have to do some preparations before it will flash.
    This is due to a verification in the recovery and build.prop.
    So for this to work you need to have root access on your current firmware.

    When you flash a different region firmware the recovery checks the build.prop for matching regions.
    The relevant part is at the bottom an looks like this.

    Code:
    ro.product.board=U9200
    ro.confg.hw_systemversion=U9200-1V100R001C185B103_SYSTEM
    ro.build.display.id=U9200-1V100R001C185B103
    ro.product.model=U9200
    ro.product.brand=Huawei
    ro.build.tags=ota-rel-keys,release-keys
    ro.product.manufacturer=HUAWEI
    ro.product.name=U9200
    ro.product.device=hwu9200
    ro.build.id=HuaweiU9200
    ro.build.version.incremental=C185B103
    ro.build.description=U9200-user 4.0.3 HuaweiU9200 C185B103 ota-rel-keys,release-keys
    ro.build.fingerprint=Huawei/U9200/hwu9200:4.0.3/HuaweiU9200/C185B103:user/ota-rel-keys,release-keys

    Here you must replace all the current build details which in this case is U9200-1V100R001C185B103 and if you want to move to U9200-1V100R001C00B226 you need to replace it with that or any of the other region build numbers.
    I will add CWM flashable zip files for the different regions later.
    So here is the edited version.

    Code:
    ro.product.board=U9200
    ro.confg.hw_systemversion=[COLOR="YellowGreen"]U9200-1V100R001C00B226[/COLOR]_SYSTEM
    ro.build.display.id=[COLOR="YellowGreen"]U9200-1V100R001C00B226[/COLOR]
    ro.product.model=U9200
    ro.product.brand=Huawei
    ro.build.tags=ota-rel-keys,release-keys
    ro.product.manufacturer=HUAWEI
    ro.product.name=U9200
    ro.product.device=hwu9200
    ro.build.id=HuaweiU9200
    ro.build.version.incremental=[COLOR="YellowGreen"]C00B226[/COLOR]
    ro.build.description=U9200-user 4.0.3 HuaweiU9200 [COLOR="YellowGreen"]C00B226[/COLOR] ota-rel-keys,release-keys
    ro.build.fingerprint=Huawei/U9200/hwu9200:4.0.3/HuaweiU9200/[COLOR="YellowGreen"]C00B226[/COLOR]:user/ota-rel-keys,release-keys

    Now with that done you need to flash the recovery.img from the build you want to move to.
    I will supply the recovery.img files later.
    I've put some recovery.img in some of the packages. But will upload them separately later when I've extracted them all.

    Now this is very similar to what you did when rooting.

    Step 1:
    Do a reboot to bootloader again by typing:
    ADB reboot bootloader

    Step 2:
    Check the device is there by typing:
    Fastboot devices

    Step 3:
    Flash the recovery by typing:
    Fastboot flash recovery recovery.img (the recovery name can vary)

    Step 4:
    Type:
    Fastboot reboot

    Let it boot up and then go to:
    Settings->Storage->Software Upgrade->SD card Upgrade->Confirm->Upgrade
    This will erase all apps and settings, so remember to backup your stuff.

    There is also a force upgrade mode which you can enter by holding down Volume Up and Volume Down keys right after the vibration when the device boots up.


    Installation of EmotionUI B704 with all langauges enabled.
    SO DON'T SETUP YOUR PHONE RIGHT AFTER YOU'VE FLASHED IT, YOU WILL HAVE TO DO A FACTORY RESET!

    So if you flash B704 you'll notice when you want to change the locale on it that it only contains 4 languages, some Asian ones and English.
    To get all languages you'll need to flash a zip in TWRP that I made to enable them again.

    Procedure:
    1. Flash B704 through normal means (stock recovery)
      If it fails you need to flash the intermediate firmware then flash B704 (intermediate firmware can be found in the download links below).
    2. When B704 installation is complete reboot the device to bootloader.
    3. From there boot TWRP 2.4.4.0 with the command:
      Code:
      fastboot boot "recovery_image_name.img" (usually just recovery.img or twrp_recovery.img but can vary)
    4. Flash GAPPS for 4.1.x (http://goo.im/gapps/gapps-jb-20121011-signed.zip)
    5. Flash my language enabler package - This can be found below in the links section or as an attachment.

      Optional step if you want root:
    6. When you do a Reboot system from TWRP it will ask you if you want to root as it can see you don't have it.
    7. If you want that just slide the slider and click the SuperSU icon when your back in Android.
    8. If you don't want root just click the button above that ignores that.

      Final step:
    9. When you're booted back into Android go to Setting > Backup & Reset and press the Factory data reset button.
      This is necessary if you want the languages to be enabled as the settings is being read and reinitialized from the cust partition.
      Screenshot_2013-08-31-21-44-54_zpsa11ec277.png~original


    Official Huawei Firmwares

    English Huawei Ascend P1 EmotionUI website
    Chinese Huawei Ascend P1 EmotionUI website

    Intermediatepack.zip (235.7 MB)
    https://mega.co.nz/#!48x2hLBa!EkJ2NxuM4-kGmj38a_QbywtQFaIASxA2deT4ZmCsizQ
    MD5: 0ceb2b4cb89ecfcc138855e798a7d7e2

    U9200-1V100R001C00B226.zip (486.2 MB) [Generel Global Version]
    https://mega.co.nz/#!1xIQ3CpK!KOWAh3CoerA5UI9WcYdKDTqCvmdAJ6wNI6A1MlPK__4
    MD5: 3e14da9fac783dc5494fcf5b105ed4ed

    U9200-1V100R001C00B229.zip [Generel Global Version]
    MD5: d8faf295f41981f4f79c9cf7416fd454
    https://mega.co.nz/#!Bh5BzZzK!dCEzsU_a3tO-UWdz_qsjaE-h7tZr0RIXib6f6v2g_3Y
    Included in package: boot.img, recovery.img and build.prop

    U9200-1V100R001C185B105.zip (501.4 MB) [North European Version]
    https://mega.co.nz/#!U4QBTJAY!PHV2tw3wn85QZ3isW6h0uke1vJcKH78waol4ADSL6M0

    U9200-1V100R001CHNC00B124.zip (532.3 MB) [Chinese Version]
    http://www.multiupload.nl/H0JQLQ5PTD
    MD5: 76d1b1d0500ee6ce30e6c1cb94348281

    U9200-1V100R001CHNC00B525_681031.zip (658.5 MB) [EMUI 1.5 Jelly Bean Beta]
    https://mega.co.nz/#!A5BDyTqQ!UkfiiQCf3e8dCBryH-SNsib6GosVVNq0TeNtKHmD5R8

    U9200-EmotionUI_1.5_V100R00G411D00B315.zip (923.2 MB) [Global EMUI 1.5 Jelly Bean Beta]
    https://mega.co.nz/#!IlxGgCSa!E4NNy1ee_57dreKlCGvUGURfojtu5JC_pH15ohBHJ-0
    MD5: 241df4f9105c9ffbb2eee98dbdd142cb

    U9200-EmotionUI_1.5_V100R001CHNC00B605SP01.zip (588.0 MB) [Chinese EMUI 1.5 Jelly Bean Beta 2013-07-24]
    https://mega.co.nz/#!AxxhBbab!LqbhWBtuKfeie7sHoo69-gxniHUMr25KpcNkE_eUPpg
    MD5: 7cbe1045136e071a9eb45009a0b5d67a

    U9200-EmotionUI_1.6_V100R001CHNC00B701.zip (602.0 MB) [Chinese EMUI 1.6 Jelly Bean Beta 2013-08-08]
    https://mega.co.nz/#!94YQjbwJ!GCjjAyUdhpLehdw-ZF41-CrDl8tkMydK5k-uJCOzStI
    MD5: b9ec867dc064d7324eb2d7a2002abd8a

    U9200_EmotionUI_1.6_V100R001CHNC00B704.zip (611.8 MB) [Chinese EMUI 1.6 Stable Jelly Bean 2013-30-08]
    https://mega.co.nz/#!FpxFELrD!DRt26h3GZzh9G1jmR4tFSw9wdq0NOomUZFG2BkqywR0
    MD5: ac400e52face499f6ca3c69ee95999ab

    Language enabler works for both B704 & B706.
    U9200_EmotionUI_1.6_B704_enable_language-signed.zip (283 KB)
    https://mega.co.nz/#!lkAiyb6b!FemgigBmdVDOCX60uV3VhAKDvQNFh_En8ji4iKu3LOk
    MD5: c7dbb50f41fc014056530971c5a6bf70

    Unofficial Huawei Ascend P1 ROMS
    Cyanogen Mod 10.1
    Cyanogen Mod 10.2
    MoKee OpenSource
    MIUI
    JellyBeer
    AOKP
    PAC
    RootBox
    4
    Holy f**k!
    English EmUI version is released!
    http://en.ui.vmall.com/downloadp1.html
    It says it's based on ICS and still Beta. I'm going to bed now, can anyone try it for me?

    Edit: According to http://en.ui.vmall.com/wordpress/ only these fw's can update to this EmUI beta:
    U9200-1V100R001RUSC10B101,
    U9200-1V100R001RUSC10B102,
    U9200-1V100R001RUSC10B103.

    I've extracted recovery.img from English EmUI beta + made build.prop for U9200-1V100R001RUSC10B103. And the firmware (Update.app) itself is included in this package: https://mega.co.nz/#!PwRAXKLb!Te0BNRrUgsU3zEgjiM-nyXzx5flL49Z-GS0i_ZvAF4w

    To flash it i suggest you follow my guide (link in signature) or arkedk's guide, page one this thread :)
    3
    Someone said some P6 features are integrated in B708, better power management, etc...

    B708 released:

    http://zh.ui.vmall.com/emotiondownload.php?type=Ascend P1

    MEGA link

    https://mega.co.nz/#!l5cyCSiY!ZdKKHUOghWTRB9gaHx6tkl9P2WtX1ROR87r0rGpNrJk
    3
    Yes, it's there. But when I try to edit it with ES Explorer I get an error when I want to save it. How can I make the change :confused:
    Edit : got it ! Apparently ESE can't modify read-only files, I used X-Plore which has an option doing just that.

    I found 650 Mb of logs in data/gps which I could delete with ESE, I feel much lighter now !

    ES File Explorer can do root browsing and editing just fine.
    You just have to mount the partition as RW.
    Screenshot_2013-09-07-09-11-32_zpsbb7267c0.png~original
    Screenshot_2013-09-07-09-11-37_zps27001903.png~original
    Screenshot_2013-09-07-09-11-47_zps8c6c68fa.png~original
    3
    Updated thread. Rewrote some stuff, added new rooting method and added more firmwares.