Jump to content

ZTE Racer II?


Guest t0mm13b

Recommended Posts

Guest KonstaT

I have extracted that image.bin from turkcell. with gen2 tpt, i found a program swiftbootloaderbuilder that it say it can resize system partition...and i have clockworkmod recovery instaled and i have maked a backup with it. what should i do next for install the turkcell rom, what i need to do with extracted files??

OK, great. So the clockworkmod is this one?

You can use unyaffs to extract files from the system.img (google for unyaffs). Then just create clockworkmod flashable zip with system folder and boot.img. You most definately can't use swiftbootloaderbuilder or any other tool to repartition internal storage on ZTE devices. That can be done within the TPT (image.bin).

I created a quick flashable zip of the Turkish ROM. Default language is changed to english. I removed bootanimation, some custom ringtones and few other things. I removed the Turkish bloat apps and few more (Gmail, Maps - you can download those from market). System size is now ~150mb.

Important, make a nandroid backup in ClockWorkMod! Flash the zip and remember to wipe data/factory reset. There is absolutely no guarantees that it will even boot and if it boots everything might not work (read my previous post of different generation of devices).

GB_P728TV1.0.0B11-update_signed.zip

http://dl.dropbox.com/u/35834778/GB_P728TV1.0.0B11-update_signed.zip

MD5:D4639D327E0C71E70E91E1D052241204

Link to comment
Share on other sites

Guest noobieRO

I install that zip file from you but no luck, only boot again and again :( .then i try to recover only boot.img from backup, but then phone start and freeze at zte racer ii logo. I have done something wrong?

Link to comment
Share on other sites

Guest KonstaT

I install that zip file from you but no luck, only boot again and again :( .then i try to recover only boot.img from backup, but then phone start and freeze at zte racer ii logo. I have done something wrong?

OK, but at least it boots into bootanimation, right? That means that the kernel boots. Like said, there's probably some differences in different generation of devices.

Connect your phone to your computer via usb cable and get a logcat.


adb logcat
[/CODE] To write to file
[CODE]
adb logcat > file.txt

Post the output to e.g. pastebin.

Link to comment
Share on other sites

Guest noobieRO

OK, but at least it boots into bootanimation, right? That means that the kernel boots. Like said, there's probably some differences in different generation of devices.

Connect your phone to your computer via usb cable and get a logcat.


adb logcat

To write to file

adb logcat > file.txt

Post the output to e.g. pastebin.

logcat of may working rom??? or with your zip update installed? adb logcat , i use that command to my working rom, Edited by noobieRO
Link to comment
Share on other sites

Guest noobieRO

I cant use that command with your zip update..because the phone restarts over and over again, and adb dont see it, witn the zip update and my original boot img the phone freeze at racer ii logo and adb say that is waiting for devices

Link to comment
Share on other sites

Guest Stormbay

I think that build.prop file will give us the answers about compatibility of these phones and versions...

And can you teach us how to make update.zip files for work with CWR. I think that everybody have this...

Link to comment
Share on other sites

Guest KonstaT

I cant use that command with your zip update..because the phone restarts over and over again, and adb dont see it, witn the zip update and my original boot img the phone freeze at racer ii logo and adb say that is waiting for devices

Ok, so it doesn't even boot then. Did you even see Turkcell logo (there should be one)?

Could you copy /proc/config.gz from your working 2.2 ROM. For some reason I can't extract it from dumped boot.img.

Someone with turkish 2.3 ROM could do 'cat /proc/mtd' and 'busybox df -h' in terminal.

Link to comment
Share on other sites

Guest noobieRO

With update, phone start with android green logo, and after that apear racer ii logo, after that restart again, green logo , and racerii logo.

-where i can find that file? With root explorer i dindnt find that config.cz

Edited by noobieRO
Link to comment
Share on other sites

Guest noobieRO

dev: size erasesize name

mtd0: 01000000 00020000 "modem"

mtd1: 00100000 00020000 "bootloader"

mtd2: 00080000 00020000 "systemdata"

mtd3: 01400000 00020000 "kpanic"

mtd4: 00500000 00020000 "boot"

mtd5: 00040000 00020000 "deviceinfo"

mtd6: 00040000 00020000 "ckdatablock"

mtd7: 004c0000 00020000 "recovery"

mtd8: 00020000 00020000 "misc"

mtd9: 0a000000 00020000 "system"

mtd10: 01e00000 00020000 "cache"

mtd11: 11220000 00020000 "userdata"

This is my mtd data. It helps?

Edited by noobieRO
Link to comment
Share on other sites

Guest KonstaT

With update, phone start with android green logo, and after that apear racer ii logo, after that restart again, green logo , and racerii logo.

That's really strange. There should most definitely by turkcell logo instead of racer ii. It usually goes splash image (green android) -> kernel boot logo (turkcell/racer ii) -> bootanimation.

dev: size erasesize name

mtd0: 01000000 00020000 "modem"

mtd1: 00100000 00020000 "bootloader"

mtd2: 00080000 00020000 "systemdata"

mtd3: 01400000 00020000 "kpanic"

mtd4: 00500000 00020000 "boot"

mtd5: 00040000 00020000 "deviceinfo"

mtd6: 00040000 00020000 "ckdatablock"

mtd7: 004c0000 00020000 "recovery"

mtd8: 00020000 00020000 "misc"

mtd9: 0a000000 00020000 "system"

mtd10: 01e00000 00020000 "cache"

mtd11: 11220000 00020000 "userdata"

This is my mtd data. It helps?

Yeah, someone already posted this for 2.2. It would be great if someone with turkish 2.3 could do


cat /proc/mtd
[/CODE] and
[CODE]
busybox df -h
or just simply

df
[/code]

in terminal emulator.

https://dl.dropbox.c.../config.gz?dl=1 this is config.gz from a greek rom dump.is it good??

Sorry, it's no good (size 0kb). They've really something strange with this 2.2 ROMs kernel. I can extract the config from 2.3 boot.img without issues but with 2.2 the config is no where to be found (it should be at /proc/config.gz). :o It's really difficult to do anything as I don't have the actual device...

Link to comment
Share on other sites

Guest deaddyx

Ok, so it doesn't even boot then. Did you even see Turkcell logo (there should be one)?

Could you copy /proc/config.gz from your working 2.2 ROM. For some reason I can't extract it from dumped boot.img.

Someone with turkish 2.3 ROM could do 'cat /proc/mtd' and 'busybox df -h' in terminal.

Sorry about late answers i have the orginal turkish 2.3 so i can help with what you want

here is two results of the commands above.

mtd0: 00600000 00020000 "recovery"

mtd1: 00400000 00020000 "boot"

mtd2: 00180000 00020000 "splash"

mtd3: 00080000 00020000 "misc"

mtd4: 03980000 00020000 "cache"

mtd5: 0dc00000 00020000 "system"

mtd6: 0a280000 00020000 "userdata"

mtd7: 00100000 00020000 "oem"

mtd8: 00180000 00020000 "persist"

tmpfs 84.0M 32.0k 83.9M 0% /dev

tmpfs 4.0M 0 4.0M 0% /sqlite_stmt_journals

tmpfs 84.0M 0 84.0M 0% /mnt/asec

tmpfs 84.0M 0 84.0M 0% /mnt/obb

/dev/block/mtdblock5 220.0M 208.0M 12.0M 95% /system

/dev/block/mtdblock6 162.5M 121.7M 40.8M 75% /data

/dev/block/mtdblock4 57.5M 6.0M 51.5M 10% /cache

/dev/block/vold/179:1

1.9G 248.3M 1.6G 13% /mnt/sdcard

df: /mnt/secure/asec: Permission denied

/dev/block/dm-0 2.0M 132.0k 1.9M 6% /mnt/asec/com.tigervpns.

android-1

/dev/block/dm-1 6.1M 4.6M 1.5M 75% /mnt/asec/com.whatsapp-1

/dev/block/dm-2 2.0M 108.0k 1.9M 5% /mnt/asec/com.rechild.ad

vancedtaskkiller-1

Link to comment
Share on other sites

Guest noobieRO

Install terminal emulator from android market, and write those commands, copy data and put it here... pls someone who have turkcel t11

Link to comment
Share on other sites

Guest noobieRO

Sorry about late answers i have the orginal turkish 2.3 so i can help with what you want

here is two results of the commands above.

mtd0: 00600000 00020000 "recovery"

mtd1: 00400000 00020000 "boot"

mtd2: 00180000 00020000 "splash"

mtd3: 00080000 00020000 "misc"

mtd4: 03980000 00020000 "cache"

mtd5: 0dc00000 00020000 "system"

mtd6: 0a280000 00020000 "userdata"

mtd7: 00100000 00020000 "oem"

mtd8: 00180000 00020000 "persist"

tmpfs 84.0M 32.0k 83.9M 0% /dev

tmpfs 4.0M 0 4.0M 0% /sqlite_stmt_journals

tmpfs 84.0M 0 84.0M 0% /mnt/asec

tmpfs 84.0M 0 84.0M 0% /mnt/obb

/dev/block/mtdblock5 220.0M 208.0M 12.0M 95% /system

/dev/block/mtdblock6 162.5M 121.7M 40.8M 75% /data

/dev/block/mtdblock4 57.5M 6.0M 51.5M 10% /cache

/dev/block/vold/179:1

1.9G 248.3M 1.6G 13% /mnt/sdcard

df: /mnt/secure/asec: Permission denied

/dev/block/dm-0 2.0M 132.0k 1.9M 6% /mnt/asec/com.tigervpns.

android-1

/dev/block/dm-1 6.1M 4.6M 1.5M 75% /mnt/asec/com.whatsapp-1

/dev/block/dm-2 2.0M 108.0k 1.9M 5% /mnt/asec/com.rechild.ad

vancedtaskkiller-1

thanks, maybe can be usefull
Link to comment
Share on other sites

Guest SicariusLP

Hello guys! What do u think about this, better or not then original Racer 2 notification drawer? It's kinda different.

;)

post-738361-0-21853800-1338040715_thumb.

Link to comment
Share on other sites

Guest KonstaT

What shoult contain that config file?

It's a gzipped file containing the kernel defconfig. Here is the one from Turkish 2.3.

http://pastebin.com/Yw5Vuibu

Sorry about late answers i have the orginal turkish 2.3 so i can help with what you want

here is two results of the commands above.

mtd0: 00600000 00020000 "recovery"

mtd1: 00400000 00020000 "boot"

mtd2: 00180000 00020000 "splash"

mtd3: 00080000 00020000 "misc"

mtd4: 03980000 00020000 "cache"

mtd5: 0dc00000 00020000 "system"

mtd6: 0a280000 00020000 "userdata"

mtd7: 00100000 00020000 "oem"

mtd8: 00180000 00020000 "persist"

tmpfs 84.0M 32.0k 83.9M 0% /dev

tmpfs 4.0M 0 4.0M 0% /sqlite_stmt_journals

tmpfs 84.0M 0 84.0M 0% /mnt/asec

tmpfs 84.0M 0 84.0M 0% /mnt/obb

/dev/block/mtdblock5 220.0M 208.0M 12.0M 95% /system

/dev/block/mtdblock6 162.5M 121.7M 40.8M 75% /data

/dev/block/mtdblock4 57.5M 6.0M 51.5M 10% /cache

/dev/block/vold/179:1

1.9G 248.3M 1.6G 13% /mnt/sdcard

df: /mnt/secure/asec: Permission denied

/dev/block/dm-0 2.0M 132.0k 1.9M 6% /mnt/asec/com.tigervpns.

android-1

/dev/block/dm-1 6.1M 4.6M 1.5M 75% /mnt/asec/com.whatsapp-1

/dev/block/dm-2 2.0M 108.0k 1.9M 5% /mnt/asec/com.rechild.ad

vancedtaskkiller-1

Yeah, this seems a lot more familiar and similar to what I've seen in other ZTE devices. As everyone can see, partition table is very different from 2.2 ROM posted on previous page.

Link to comment
Share on other sites

Guest noobieRO

And can be done something, to make it work on racer ii the rom from turkcell.

The comand adb pull /proc/config.gz should give me the the config from racerii?

Link to comment
Share on other sites

  • 1 month later...
Guest krystal5190

is there or not an update for the old zte racer II??? OMg im gone for a while and zte releases a new update.... hahahah pliz make an romdump of one 2.3.5 turkish to flash it on my phonee :)

Link to comment
Share on other sites

Guest noobieRO

For those who have Turkcell T11 try this to root phone it seem that is working,

Takeover of all T11 T11 Yes friends' e were complaining because you do not root. Everyone was looking for T11 root method. But no one could find the remedy.

T11 PREMIER ROOT IS NOW!

SWORD Named friend worked for months on MUSTAFA T11 'has managed to give root privileges at the end of ine.

HOW DO YOU?

Here are direct mail to me and to you the beats.

T11 FRIENDS HAVE APPROXIMATELY 2 months. Be installed in many unnecessary TURKCELL TO ME AND AWAY no way was troubling. Not reading SINCE THE SITE FOR THE ROOT OF THIS FORUM SO NOT the day you buy. BI SHALL BE ACCEPTED AT THE END OF THE USE OF A LITTLE EASY TO ROOT FOR PERSONS ANDROİDLE tried succeeded. MAYBE I DO NOT KNOW ONE ANOTHER, BUT I have yet to see the same method may have developed.

Anyway, here's EXPECTED ROOT METHOD FOR MULTI-T11:

I'll Give RAR FILES AND IF ALL try to write straightforward explanation.

- FIRST COMPUTER PROGRAM DROİDEXPLORER scratch.

- Our phones TO BE OPEN MODE USB debugging.

- Our phones MEMORY CARD FROM rar file, water-bin-3.0.3.2-d-signed.zip, superuser-3.0.7-efgh-signed.zip and update.zip and copy FILES. Telnet copy SHAPE WITHOUT DAMAGE.

- Disconnecting the USB PHONE WITH COMPUTER, DROİDEXPLORER program.

- PROGRAM YOUR PHONE TO RECOGNIZE and the files inside a window will open.

- DROID EXPLORER PROGRAM PROMPT File, Edit the sample of his writing is to the right 4 COLOURED SHIELD OFF icons click on the icon to open the window "REBOOT OF DEVICES TO RECOVERY MODE" We choose.

- SELF-RECOVERY AFTER PHONE closed mode. We're not done, BUT LIKELY THIS MOD does not work on your own.

- 4 Alternate RECOVERY MENU 2 ENDING THE INTERVIEW BY PRESSING select Mute OPTION AND FILE BY PRESSING update.zip Installation provide.

- INSTALLATION OF A RECOVERY PROCESS AFTER THE BROADER menu is displayed.

- Mute key AGAIN WITH "FROM İNSTALLZİP sdcard" OPTION ON AND menu button and choose at this time. THEN AGAIN OPENED 4 Alternate menu button and run the MENU, select the first option.

- Located at the newly opened window FILES WILL PHONE sdcard.

- BEFORE WE Mute using the key water-bin-3.0.3.2-d-signed.zip external device and to establish the MENU THIS FILE BY PRESSING provide.

- Then again, four Alternate return back to the menu. THIS TIME IN THE SAME WAY TO CHOOSE THE FIRST OPTION superuser-3.0.7-efgh-signed.zip FILE WITHIN sdcard from scratch. After this APPLIANCE IS ROOTLANMIŞ.

- Multiple Choice RECOVERY BUT IS SUITABLE MENU BI does not become permanent ROOTLU DEVICE THEN BE GOOD RECOVERY If you set up. PHONE SYSTEM BOARD WITH APP REMOVER PROGRAM PROGRAMS rum are unnecessary, remove it.

After downloading the zip file from the link below and after you apply the same can be sure they are told. I will also add some screen shots of their own phone. so make sure you apply the method.

problems still occur with the side to try the method I described is not responsible for root.

http://sendfile.su/625696

http://sendfile.su/625698

After the super one click at this link rootladıktan program I have tried with my phone, before the program on the root section of the article is false is true, you will see there now.

There are also pictures of him here, showing that the phone t11 root undermine get better

Evet arkadaşlar bütün T11 ciler T11′ e root yapamadıklarından dolayı yakınıyorlardı. Herkez T11 root yöntemi arıyordu. Fakat kimse bunun çaresini bulamamıştı.

TURKCELL T11 ARTIK ROOT OLUYOR !!

MUSTAFA KILIÇ İsimli arkadaşımız üzerinde Aylardır çalıştığı T11′ ine sonunda root yetkisi verebilmeyi başarmış.

NASIL MI ?

İşte arkadaşın bana attığı maili direk size aktarıyorum.

ARKADAŞLAR YAKLAŞIK 2 AYDIR T11 KULLANIYORUM. TURKCELL’İN GEREKSİZ BİRÇOK PROGRAMININ YÜKLÜ OLMASI BENİ ÇOK RAHATSIZ EDİYORDU VE KALDIRMAK DA İMKANSIZDI. BU YÜZDEN ALDIĞIM GÜNDEN BERİ ROOT İÇİN OKUMADIĞIM SİTE FORUM KALMADI. EN SONUNDA BİRAZ ANDROİDLE UĞRAŞMIŞ KİŞİLER İÇİN KOLAY SAYILACAK Bİ YÖNTEMLE ROOT ETMEYİ BAŞARDIM. BİLMİYORUM BELKİ BAŞKA BİRİSİ DE AYNI YÖNTEMİ GELİŞTİRMİŞ OLABİLİR AMA BEN HENÜZ GÖRMEDİM.

NEYSE, İŞTE BEKLENEN ÇOK T11 ROOT YÖNTEMİ:

TÜM DOSYALARI RAR HALİNDE VERECEĞİM VE ANLAŞILIR BİR AÇIKLAMA YAZMAYA ÇALIŞACAĞIM.

- ÖNCELİKLE BİLGİSAYARIMIZA DROİDEXPLORER PROGRAMINI KURUYORUZ.

- TELEFONUMUZUN USB HATA AYIKLAMA MODU AÇIK OLMASI GEREK.

- TELEFONUMUZUN HAFIZA KARTINA RAR DOSYASINDAN ÇIKAN, su-bin-3.0.3.2-d-signed.zip, Superuser-3.0.7-efghi-signed.zip ve update.zip DOSYALARINI KOPYALIYORUZ. ZİP’Lİ ŞEKLİNİ BOZMADAN KOPYALAYINIZ.

- TELEFONUN BİLGİSAYARLA USB BAĞLANTISINI KESMEDEN, DROİDEXPLORER PROGRAMINI ÇALIŞTIRIN.

- PROGRAM TELEFONUNUZU TANIYACAKTIR VE İÇİNDEKİ DOSYALARI GÖSTEREN BİR PENCERE İLE AÇILACAKTIR.

- DROİD EXPLORER PROGRAMININ PENCERESİNDE FİLE, EDİT YAZILARININ ALTINDA YERALAN İKONLARDAN KAPATMA SİMGESİNİN SAĞINDAKİ 4 RENKLİ KALKAN SİMGESİNE TIKLIYORUZ VE AÇILAN PENCEREDEN ” REBOOT DEVİCES İN TO RECOVERY MODE ” SEÇENEĞİNİ SEÇİYORUZ.

- BUNDAN SONRA TELEFON KAPANIP KENDİLİĞİNDEN RECOVERY MODA GEÇECEKTİR. ANCAK İŞİMİZ BİTMEDİ BU MOD PEK İŞE YARAMIYOR KENDİ BAŞINA.

- 4 SECENEKLİ RECOVERY MENUSUNDE 2. SEÇENEĞİ SES KISMA TUŞUNA BASARAK SEÇİYORUZ VE GÖRÜŞMEYİ SONLANDIRMA TUŞUNA BASARAK UPDATE.ZİP DOSYASINI YÜKLEMESİNİ SAĞLIYORUZ.

- YÜKLEME İŞLEMİ BİTTİKTEN SONRA DAHA GENİŞ BİR RECOVERY MENUSU AÇILACAKTIR.

- YİNE SES KISMA TUŞU İLE ” İNSTALLZİP FROM SDCARD ” SEÇENEĞİNE GELİP BU KEZ DE MENÜ TUŞU İLE SEÇİYORUZ. DAHA SONRA AÇILAN 4 SEÇENEKLİ MENUDE İLK SEÇENEĞİ SEÇİP YİNE MENU TUŞU İLE ÇALIŞTIRIYORUZ.

- YENİ AÇILAN PENCEREDE TELEFONUNUZUN SDCARD BÖLÜMÜNDE YERALAN DOSYALAR GÖRÜNECEKTİR.

- BİZ SES KISMA TUŞUNU KULLANARAK ÖNCE su-bin-3.0.3.2-d-signed.zip DOSYASINI SEÇİP MENU TUŞUNA BASARAK BU DOSYAYI KURMASINI SAĞLIYORUZ.

- DAHA SONRA YİNE 4 SEÇENEKLİ MENUYE GERİ DÖNECEKTİR. AYNI ŞEKİLDE İLK SEÇENEĞİ SEÇEREK BU KEZ DE SDCARD İÇİNDEN Superuser-3.0.7-efghi-signed.zip DOSYASINI KURUYORUZ. BU İŞLEMDEN SONRA CİHAZIMIZ ROOTLANMIŞ OLUYOR.

- ANCAK ÇOK SEÇENEKLİ RECOVERY MENU KALICI OLMUYOR DAHA SONRA CİHAZ ROOTLU OLDUĞUNDAN UYGUN Bİ RECOVERY KURARSANIZ İYİ OLUR. SYSTEM APP REMOVER PROGRAMI İLE TELEFONDA KURULU GEREKSİZ GÖRDÜĞÜNÜZ PROGRAMLARI ROMDAN KALDIRABİLİRSİNİZ.

rar dosyasını aşağıdaki linkten indirdikten sonra ve anlattıklarını aynen uyguladıktan sonra şüpheniz olmasın. kendi telefonumun bazı ekran resimlerini de ekleyeceğim. böylelikle emin olaran yöntemi uygularsınız.

yine de anlattığım root yöntemini denemeniz ile oluşacak sorunlardan tarafın sorumlu değildir.

i use google translate for translate into english, original text is below english translate

Edited by noobieRO
Link to comment
Share on other sites

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.