First post - Hi all!
I've been searching and reading many post here regarding the chinese iClone, I have the CECT T32 and so far I'm pretty happy with it. I bought it with the intention of doing some customisation but have since learnt that no one has successfully flashed this device (Can't enter Bootloader). I've managed to dump solme stuff from it (Thanks Chuckbert) and I now have 4 files - PART00 /01 /02 /03 .. all .RAW ... have I got the correct files to start with?... I've also been looking for a 'ROM kitchen' but they all seem to be device specific... I've heard the T32 hardware is similar to the Wizard... not sure....
So many many question -
Can I start 'cooking' withe the files I've dumped?...
Can I extract the OS files/drivers and other stuff from these .RAW files?.. and with what tools?
Is there a way to flash my device? (MSFLASH) - M-Systems Flash Disk?
Can I do a full flash and load a new bootloader?...
I've made some progress by dumping those files but now I'm hitting brick walls!
Cheers
I used the following to dump -----------
C:\itsutils>pdocread -w -d msflash -p Part00 -b 0x800 0 0x11f000 Part00.raw
CopyTFFSToFile(0x0, 0x11f000, Part00.raw)
-l details ------------
C:\itsutils>pdocread -l
125.75M (0x7dc0000) MSFLASH
| 1.12M (0x11f000) Part00
| 1.75M (0x1c0000) Part01
| 47.13M (0x2f20000) Part02
| 75.75M (0x4bc0000) Part03
970.00M (0x3ca00000) DSK1:
| 969.88M (0x3c9e0e00) Part00
STRG handles:
handle#0 47a7de5e 969.88M (0x3c9e0e00)
handle#1 67a403da 75.75M (0x4bc0000)
handle#2 27a67aee 47.13M (0x2f20000)
handle#3 a7a67aca 1.75M (0x1c0000)
handle#4 a7a678fa 1.12M (0x11f000)
CECT/Daxian T32/X999 - ROM dev. and flashing
Just wondering how far you've got since you made this post? I'm attempting the same with my T32 and are finding the going slow. I haven't yet been able to create the 4 files yet successfully. I'm have trouble with the following command with the -b switch and obtaining the part correct size.
pdocread -w -d msflash -p Part00 -b 0x800 0 0x11f000 Part00.raw
I'm using the following command to extract the part sizing however it incorrectly tell me that all parts are 0x200 in size.
pdocread -w -d msflash -p Part00 -t
I've copied your command above to successfully dump part00.raw from my PDA but I cannot proceed any further with the other parts without the correct sizing. Could you tell me how you got the correct sizing?
Boot loader for Daxina T32
Found this Rom for Daxian T32, people on that forum said it works!
just copy content to flash disk and press
volume down + camera + power
best flash disk for this is 256 or 512 mb.
link
http://rapidshare.com/files/290170747/Dixian_x999_T32.zip.html
thank you Determo 13;
Do you mean a usb falsh disk with adatator for the daxian T32 ?
My daxian t32 stay on the windows logo since 1 year ;
Still waiting for a Rom to flash !
unfortunately your links http://rapidshare.com/files/29017074...9_T32.zip.html does not work ;
May you réupload ?
Thanks
bootloader
sand disk for your phone, just copy all content there and press
volume down + camera + power done.... new link to bootloader you can find
http://forum.xda-developers.com/showthread.php?t=390574&page=15
thanks Dertermo 13 , perfectly working now !! after one year block on windows logo;
phsh
Daxian T32 rom development
I can not download the link. Can you redownload it? or is there any other link to wonload it? Thank you
Related
Any one know the key sequence to get the Ipaq Rx5900 series into boot loader mode? or any other way of flashing the ROM? Please help
taket from here http://forum.xda-developers.com/archive/index.php/t-325554.html
Alfatv
06-01-2009, 04:26 AM
OK, here is something.
Bootloader mode:
Disconnect from USB or shut down Active sync processes
While holding Record button(near reset) and Quick Launch(top) press Reset.
It will reboot and the following will appear STEPLDR:1.00.01 BOOT:1.00.04 MVB.
Next press Rotate button, otherwise it will exit bootloader.
USB disconnect message will appear.
Now shut down Activesync processes if haven't done already and connect USB, USB disconnect message will change to USB.
Next, run mtty11a.
Select USB port, \\.\WCEUSBSH002 in my case
Terminal window opens, but unfortunately no messages or any prompt
Another more successful experiment with itsutils and imgfs_tools
Used instructions from this page:
http://wiki.xda-developers.com/index.php?pagename=Elf_HowToDumpOSManually
C:\5915>pdocread -l
47.95M (0x2ff4000) DSK1:
| 1.50M (0x17fc00) Part00
| 3.00M (0x300000) Part01
| 33.00M (0x2100000) Part02
| 10.45M (0xa74000) Part03
1.74G (0x6f3c0000) DSK2:
| 1.74G (0x6f200000) Part00
79.92M (0x4fec000) DSK3:
| 79.84M (0x4fd8000) Part00
C:\5915>pdocread -w -d DSK1: -p Part02 -t
real nr of sectors: 67584 - 33.00Mbyte, 0x2100000
The OS is in partition 2, I was able to dump and unpack it!
Next steps? Any experts?
maybe I should have posted this here first ...
First post - Hi all!
I've been searching and reading many post here regarding the chinese iClone, I have the CECT T32 and so far I'm pretty happy with it. I bought it with the intention of doing some customisation but have since learnt that no one has successfully flashed this device (Can't enter Bootloader). I've managed to dump solme stuff from it (Thanks Chuckbert) and I now have 4 files - PART00 /01 /02 /03 .. all .RAW ... have I got the correct files to start with?... I've also been looking for a 'ROM kitchen' but they all seem to be device specific... I've heard the T32 hardware is similar to the Wizard... not sure....
So many many question -
Can I start 'cooking' withe the files I've dumped?...
Can I extract the OS files/drivers and other stuff from these .RAW files?.. and with what tools?
Is there a way to flash my device? (MSFLASH) - M-Systems Flash Disk?
Can I do a full flash and load a new bootloader?...
I've made some progress by dumping those files but now I'm hitting brick walls!
Cheers
I used the following to dump -----------
C:\itsutils>pdocread -w -d msflash -p Part00 -b 0x800 0 0x11f000 Part00.raw
CopyTFFSToFile(0x0, 0x11f000, Part00.raw)
-l details ------------
C:\itsutils>pdocread -l
125.75M (0x7dc0000) MSFLASH
| 1.12M (0x11f000) Part00
| 1.75M (0x1c0000) Part01
| 47.13M (0x2f20000) Part02
| 75.75M (0x4bc0000) Part03
970.00M (0x3ca00000) DSK1:
| 969.88M (0x3c9e0e00) Part00
STRG handles:
handle#0 47a7de5e 969.88M (0x3c9e0e00)
handle#1 67a403da 75.75M (0x4bc0000)
handle#2 27a67aee 47.13M (0x2f20000)
handle#3 a7a67aca 1.75M (0x1c0000)
handle#4 a7a678fa 1.12M (0x11f000)
can anyone help repair T32 Rom ? The screen hangs on the winodows mobile blue page. Pls help
i just flash it whit some files i download from here
The phone is gorking but now i have white screen the fon seens like it recive phonecalls and everytin but whit out screen there is nothing to touch
ok, so I'ved dumped some stuff from my CECT T32 (chinese clone) ... have I got this right?
Part00.raw - IPL
Part01.raw - SPL
Part02.raw - OS/XIP?
Part03.raw - Ext ROM?
C:\itsutils>pdocread -l
125.75M (0x7dc0000) MSFLASH --(All others I've seen are FLASHDR-???)--
| 1.12M (0x11f000) Part00
| 1.75M (0x1c0000) Part01
| 47.13M (0x2f20000) Part02
| 75.75M (0x4bc0000) Part03
I have also used viewimgfs which extracted a bunch of files from Part02.raw ... are these the SYS or OEM files?
... and what's the next step to creating a new ROM to flash?
... from what I understand IPL/SPL are hardware dependant, so can I just work with OS nd Ext ROM and just flash those?
Sorry if the answers are obvious, but I've spent weeks searching and reading forums here and still can't make much sense of it.
Any help will be GREATLY appreciated!
Hello
I dumped my user's file partition on my HTC S740 by pdocread like this
pdocread.exe -w -d FLASHDR -b 0x800 -p Part03 0 0x25e0000 Part03.raw
It creates a file named Part03.raw but when I mouted it as a Physical drive to recovery some file by mout image pro, it cant be read. The system said it must be formated.
What's wrong? help me please.
help me please
Hi all folks,
I have some question about the stock android system in this specific box and the format of the dumped partition.
Try to explain, I'm using rkflashtool to interact with the memory of the RK3188
This is the output of the command
rkflashtool r 0 1 | head -n 11
-------------------------------------------------------------------------------------------------
CMDLINE:console=ttyFIQ0 androidboot.console=ttyFIQ0
init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:
[email protected](misc),
[email protected](kernel),
[email protected](boot),
[email protected](recovery),
[email protected](backup),
[email protected](cache),
[email protected](userdata),
[email protected](kpanic),
[email protected](system),
[email protected](user)
-------------------------------------------------------------------------------------------------
I guess the boot partition is something linke that:
+-------+ <--- 0x00019fe0
| boot |
+-------+ <----0x00012000
With this command i'm able to dump the entrie boot partition on my linux box in a file named b00t.img :
rkflashtool r 0x12000 0x8000 > b00t.img
Now, i have find out that with the tool rkunpack (or simply with dd) i'm able to unpack this b00t.img. The output are two file:
b00t.img-raw
b00t.img-symbol
The first file is no more than a gzip compressed data file, I'm able to extract the data in a directory with this command:
gunzip < ../b00t.img-raw | sudo cpio -i --make-directories
Now in this dir I have all the files of the / partition. I can modify for example the /init.rc.
I want to repack the entrie b00t.img in order to flash it again on the device.
NB:
In this thread this guys work at something like my problem...
http://www.freaktab.com/showthread.p...ull=1#post4055
The difference is that they work on a different partition layout, and the rkunpack of dumped boot.img return they only boot.img-raw.
Obviously I've already tried to repack the modified directory in this two ways:
mkcramfs myboot myboot-temp.img
kcrc myboot-temp.img customboot.img
or
find . ! -name "."| sort | cpio -oa -H newc | gzip -n > ../newboot.gz
kcrc newboot.gz customboot.img
Neither of these leads to obtain a file large enough to fit the boot partition on the deivice, that I want fill with:
rkflashtool w 0x12000 0x8000 < modifiedb00t.img
Has anyone ever worked with rk3188? Any idea?
Thanks in advance.
SOLVED!
Look at http://www.freaktab.com/showthread.php?12200-ANDROID!-boot-img-want-to-modify-only-the-ramdisk.