Jump to content

New U8230 ROM on HuaweiDevice.com - analysis


Recommended Posts

Guest Swift_gti
Posted

ugurr, I don't really understand what you are saying in your post.

Are you saying you have applied one of the ROMs and you are now stuck at the T-Mobile/Huawei screen ? - Android does not load ?

If so pull out your battery, download Amon RAs Recovery image (sticky in forum) and extract to your PC.

Now put in your battery and turn on your phone while holding Vol- and Red (Call Reject) you should boot to bootloader (Blue screen)

Plug in your USB cable to your PC and run fastboot (I will assume your using Windows)

Open a cmd window and change directory to where you extracted the AmonRA recovery image, now run;

fastboot boot recovery_RA_pulse.1.5.2.img (check this file name as I don't have the archive on my PC)

You should now boot to recovery image where you can re-flash another ROM to your phone.

Posted (edited)
ugurr, I don't really understand what you are saying in your post.

Are you saying you have applied one of the ROMs and you are now stuck at the T-Mobile/Huawei screen ? - Android does not load ?

If so pull out your battery, download Amon RAs Recovery image (sticky in forum) and extract to your PC.

Now put in your battery and turn on your phone while holding Vol- and Red (Call Reject) you should boot to bootloader (Blue screen)

Plug in your USB cable to your PC and run fastboot (I will assume your using Windows)

Open a cmd window and change directory to where you extracted the AmonRA recovery image, now run;

fastboot boot recovery_RA_pulse.1.5.2.img (check this file name as I don't have the archive on my PC)

You should now boot to recovery image where you can re-flash another ROM to your phone.

after I installed t-mobile pulse; I can not upload any originally firmware.

example U8230V100R001C00B250 U8230 (Normal) Normal 2010-02-01 and U8230 HUAWEI U8230 V100R001C101B219S P02 (France BYTEL) France had BYTEL error update failed

Edited by ugurr
Posted
after I installed t-mobile pulse; I can not upload any originally firmware.

example U8230V100R001C00B250 U8230 (Normal) Normal 2010-02-01 and U8230 HUAWEI U8230 V100R001C101B219S P02 (France BYTEL) France had BYTEL error update failed

You have applied a tmobile phone to a phone which isn't tmobile. This has made changes that your proper operator doesn't expect so their update doesn't work. The best you can hope for is that your operator will release a full update at some point which will overwrite the changes made by the tmobile update. In the meantime, you could possibly apply the MCR U8230 vanilla ROM available on this forum, hopefully that might still work with your phone.

Guest _melchett
Posted (edited)

Its that time again people - new rom!!!! This time for the 8220-6?????

Geniuses on this forum, please begin unpacking!!!

http://www.huaweidevice.com/worldwide/down...20&treeId=0

EDIT: The number looks almost the same as the 8230 already on there but with HD before the name and 027 in there somewhere- any ideas?

Edited by _melchett
Guest robot1000
Posted
Its that time again people - new rom!!!! This time for the 8220-6?????

Geniuses on this forum, please begin unpacking!!!

http://www.huaweidevice.com/worldwide/down...20&treeId=0

EDIT: The number looks almost the same as the 8230 already on there but with HD before the name and 027 in there somewhere- any ideas?

It has HOST in the name of the file which means it's not a ROM but Software

Guest Glycerin
Posted

Hey... in my RBM2/U8230 stock rom the dialer isnt pink...! Its all in dark grey!

But therefor work no other roms for me...

Posted

this rom has some more stuff in /system/wifi...for people looking at ad-hoc and AP mode...

/system/wifi

# ls -la

ls -la

drwxr-xr-x	1 0		0			2048 Aug  1  2008 .

drwxr-xr-x	1 0		0			2048 Feb  3 21:09 ..

-rw-r--r--	1 0		0			 768 Aug  1  2008 U8220.bin

-rw-r--r--	1 0		0		  163868 Aug  1  2008 ar6000.ko

-rw-r--r--	1 0		0			9640 Aug  1  2008 artagent

-rw-r--r--	1 0		0		   84962 Aug  1  2008 athtcmd_ram.bin

-rw-r--r--	1 0		0		   95369 Aug  1  2008 athwlan.bin.z77

-rw-r--r--	1 0		0			 860 Aug  1  2008 data.patch.hw2_0.bin

-rw-r--r--	1 0		0		   84785 Aug  1  2008 device.bin

-rw-r--r--	1 0		0		   31128 Aug  1  2008 iwconfig

-rw-r--r--	1 0		0		   35564 Aug  1  2008 iwlist

-rw-r--r--	1 0		0			 174 Aug  1  2008 loadART.sh

-rw-r--r--	1 0		0			 180 Aug  1  2008 loadecho.sh

-rw-r--r--	1 0		0			5408 Aug  1  2008 udp_server

#

# cat loadART.sh

cat loadART.sh

#!/bin/sh

# Load ART target image into RAM.

insmod /system/wifi/ar6000.ko work_mode=2

chmod 777 /system/wifi/artagent

sleep 5

/system/wifi/artagent eth0 /dev/ttyHSUSB0 80 &

#

# cat loadecho.sh

cat loadecho.sh

#!/bin/sh

cd /system/wifi/

insmod ar6000.ko

sleep 5

chmod 744 iwconfig

chmod 744 udp_server

./iwconfig eth0 essid U8220WIFITESTAP

ifconfig eth0 192.168.1.3 up

sleep 3

./udp_server

#

# chmod 744 iwconfig

chmod 744 iwconfig

#

# insmod ar6000.ko

insmod ar6000.ko

#

# ./iwconfig

./iwconfig

lo		no wireless extensions.


dummy0	no wireless extensions.


rmnet0	no wireless extensions.


rmnet1	no wireless extensions.


rmnet2	no wireless extensions.


eth0	  AR6000 802.11g  Mode:Managed  Bit Rate=1 Mb/s   Tx-Power=0 dBm

		  Sensitivity=0/3

		  Retry:on

		  Encryption key:off

		  Power Management:off

		  Link Quality:255/94  Signal level:-96 dBm  Noise level:-96 dBm

		  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0

		  Tx excessive retries:0  Invalid misc:0   Missed beacon:0


#

Posted
this rom has some more stuff in /system/wifi...for people looking at ad-hoc and AP mode...

So do you think it will connect to an ad-hoc AP?

Posted

If someone could make the vibrate work on this rom it would be perfect.

Posted
So do you think it will connect to an ad-hoc AP?

doing a simple 'insmod ar6000.ko' doesn't let iwconfig change the wifi mode...

# ./iwconfig eth0 commit

./iwconfig eth0 commit

Error for wireless request "Commit changes" (8B00) :

	SET failed on device eth0; Operation not supported on transport endpoint.

and if I 'insmod ar6000.ko work_mode=2' then the phone reboots when I try to ./iwconfig

Posted (edited)

I believe that is the 2.0/2.1 rom!

Here is the U8230 running it, as u can see the live wallpapers with the leaves

http://img111.yfrog.com/i/8wdxv.jpg/

I think 2.0 is coming sooner than we think!

Edit- This is the same phone, it seems to run 1.5 though,

Edited by Spooke
Posted (edited)

Well the bottom bar is exactly the same as the U8230 photo which also has live wallpaper running which is a 2.0 only feature?

Huawei officially confirm that Android 2.1 will - before May!!!

Edited by Spooke
Guest McSpoon
Posted

There are another 2 new files on the Huawei site.

U8220 HD1U822M29V100R001C125B249SP01(Sweden H3H)

http://www.huaweidevice.com/worldwide/down..._Sweden_H3H.zip

U8230 HD1U822M06V100R001C00B250(Normal)

http://www.huaweidevice.com/worldwide/down...B250_Normal.zip

I've no idea what these are.

Perhaps the Swedish one is the ROM seen in those pictures?

The other one has the same ID as the previous one in this thread (U8230V100R001C00B250) but why does it start with HD1U822M06?

Posted

The Swedish one is either the 1.5 thats in the video review i posted or the newer 2.1? I highly doubt its 2.1 though..

Guest Richard_Arkless
Posted
There are another 2 new files on the Huawei site.

U8220 HD1U822M29V100R001C125B249SP01(Sweden H3H)

http://www.huaweidevice.com/worldwide/down..._Sweden_H3H.zip

U8230 HD1U822M06V100R001C00B250(Normal)

http://www.huaweidevice.com/worldwide/down...B250_Normal.zip

I've no idea what these are.

Perhaps the Swedish one is the ROM seen in those pictures?

The other one has the same ID as the previous one in this thread (U8230V100R001C00B250) but why does it start with HD1U822M06?

I think they are just contain the software for the pc, Im not 100% until I download it myself (why is their website speeds so pathetic)

Posted

I think when the name starts with HOST- its has the PC software, I think the swedish one is a Rom, almost finished downloading

Guest Richard_Arkless
Posted
I think when the name starts with HOST- its has the PC software, I think the swedish one is a Rom, almost finished downloading

so far 66.71mb out of unknown lol going at around 50-70kpbs :D

Guest meinnit
Posted

It's probably slow due to us all downloading it!! Far Eastern sites are generally very slow.

Seems strange that Huawei have quoted March/April for Android 2 when it seems that they have already released to an operator!

Posted (edited)

Im at 91.5mb lol, 44kb/sec, I dont think its android 2.0 anyway, proberly just another 1.5 build..

Into the 100's MB, are roms usually this big?!

Edit- its 112mb!

Edited by Spooke
Posted

Do tell what you find, but all I have seen of the newly released Swedish ones (unboxing vids on youtube) ... they have 1.5 on them =[

Guest Richard_Arkless
Posted (edited)
Im at 91.5mb lol, 44kb/sec, I dont think its android 2.0 anyway, proberly just another 1.5 build..

Into the 100's MB, are roms usually this big?!

Edit- its 112mb!

no not normally, thats why im doubting very much that this is a rom

EDIT, mine just finished downloading, its not letting me open it :D

104mb, think its corrupt, great

Edited by Richard_Arkless

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.