C6602 LTE unlock test

Search This thread

SquallATF

Member
Nov 25, 2011
32
45
Here is a unlock test baseband
1. Try it at your own risk
2.before you flash it, backup your TA first, you can use Backup TA or flashtool 'Advanced->Trim Area->Backup'
3.You need to use my modified version flashtool to flash it
4.flash modified baseband ftf and reboot will get it work
5.SO-02E can not flash this ftf. If you flashed will LOST SINGLE, if you did not backup your TA can use this fix to restore single.

This change is permanent, you only need to flash it once.
c6602's LTE possible work with band 1 5 8, because of different power amplifier IC other bands may not work or work poor .
c6602 pcb
c6602.jpg

c6603 pcb
c6603.jpg

The pcb is same but power amplifier chip in the left area is different
If you want to restore baseband configuration, you can restore TA first and flash the baseband file but exclude TA.

If you have C6603 or SO-02E, I wish you dump TA and send to me to complete unlock.
in NV/TA-log, I found first time init baseband, it will read all item from TA partition 1, such as rfnv files, and baseband config
by writing to TA I have successfully switched baseband configuration from W1358 (WCDMA band 1 2 5 8) to L1357_20W1358 (LTE band 1 3 5 7 20 and WCDMA 1 3 5 8)
but still have a lot of data from TA partition 1 difference, such as rfnv files, so I need more TA S1 Dump to determine which data affect the baseband configuration

here is a modified version flashtool based on flashtool 0.9.18.5 version, which can fast dump all TA data include TA partition 1 and 2

dump step:
click File -> Switch pro to enable Advanced menu
click Advanced -> Trim Area -> S1 Dump to dump ta, them reboot phone to flashmode

if you do not want to send me imei, cert , wlan mac and deviceid info to me, can remove 000007D3,000007E6,000007E7, 00000A00,00000A01,00000A02,00000A03,00001324 lines in 2.ta
000007D3 a SIN file contains imei
000007E6 MARLIN data
000007E7 a cert file contains imei
00000A00,00000A01,00000A02,00000A03 WLAN MAC address
00001324 device Id



please send dump to my gmail “squallatf at gmail.com”


"x10flasher.zip" is the modified version
"x10flasher org.zip" is the original version
 

Attachments

  • x10flasher.zip
    1.3 MB · Views: 4,448
  • C6603_10.5.1.A.0.292_baseband_v3.zip
    142.6 KB · Views: 4,374
Last edited:

Hexchain

Senior Member
Oct 8, 2010
118
25
Hi,

I saw your work at http://xdaforums.com/showpost.php?p=59778029&postcount=104. It was impressive. Thank you!

I have an L36h (running CyanogenMod since bought, so no original TA backup) and I saw the same values (W12458 and yuga_rowwtr_W12458) in my TA dump (but different addresses from yours).

Have you successfully enabled 4G LTE for your device? Maybe you can get free upgrade to 4G at China Unicom.
 
Last edited:

SquallATF

Member
Nov 25, 2011
32
45
Hi,

I saw your work at http://xdaforums.com/showpost.php?p=59778029&postcount=104. It was impressive. Thank you!

I have an L36h (running CyanogenMod since bought, so no original TA backup) and I saw the same values (W12458 and yuga_rowwtr_W12458) in my TA dump (but different addresses from yours).

Have you successfully enabled 4G LTE for your device? Maybe you can get free upgrade to 4G at China Unicom.
Address is not important, token will same,there is a service hinder me to upgrade to 4g on my card, this month is no hope, I will try in May, can you send me a S1 dump? I will do some compare.
 

Hexchain

Senior Member
Oct 8, 2010
118
25
Address is not important, token will same,there is a service hinder me to upgrade to 4g on my card, this month is no hope, I will try in May, can you send me a S1 dump? I will do some compare.

Well that's too bad, it's just the beginning of April! :p

I was unable to use your x10flasher.jar with FlashTool 0.9.18.5 for Linux. Error:
Code:
$ ./FlashTool
Not running as root but Sony/SonyEriccson Vendor ID found on your udev rules
if Flashing didn't work well, run flashtool as root
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre64
ldd: warning: you do not have execution permission for `x10flasher_lib/linux/lib64/udev/libusbx-1.0.so.0.1.0'
Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSet
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
	at java.lang.Class.privateGetMethodRecursive(Class.java:3040)
	at java.lang.Class.getMethod0(Class.java:3010)
	at java.lang.Class.getMethod(Class.java:1776)
	at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
	at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSet
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 7 more

Plus, it would be better if you provide a way for people to strip IMEI and other sensitive information from their dump ;)
 

SquallATF

Member
Nov 25, 2011
32
45
Well that's too bad, it's just the beginning of April! :p

I was unable to use your x10flasher.jar with FlashTool 0.9.18.5 for Linux. Error:
Code:
$ ./FlashTool
Not running as root but Sony/SonyEriccson Vendor ID found on your udev rules
if Flashing didn't work well, run flashtool as root
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre64
ldd: warning: you do not have execution permission for `x10flasher_lib/linux/lib64/udev/libusbx-1.0.so.0.1.0'
Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSet
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
	at java.lang.Class.privateGetMethodRecursive(Class.java:3040)
	at java.lang.Class.getMethod0(Class.java:3010)
	at java.lang.Class.getMethod(Class.java:1776)
	at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
	at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSet
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 7 more

Plus, it would be better if you provide a way for people to strip IMEI and other sensitive information from their dump ;)

run as root, you can remove 000007D3,000007E6,000007E7, 00000A00,00000A01,00000A02,00000A03,00001324 lines in 2.ta
000007D3 a SIN file contains imei
000007E6 MARLIN data
000007E7 a cert file contains imei
00000A00,00000A01,00000A02,00000A03 WLAN MAC assress
00001324 device Id
 

ozaki86

Member
Apr 13, 2011
25
10
IF someone get error at the x10flasher modified ver. step
Just rename any name for firmwares folder will be ok.
 

sipe1

Senior Member
Jul 31, 2011
276
71
Hi SquallATF, I sent you my dump to e-mail, hope will help! C6602 TA dump.
 

yuht10veyu

New member
Apr 9, 2015
3
1
China
Already flash my L36H(c6602) with your attachments "TA+v3 baseband".:p
The China Unicom 4G FDD-LTE is perfect with DATA and CALL.:victory:
See the ScreenShots.:fingers-crossed:

Screenshot_2015-04-10-06-53-40.jpg

Screenshot_2015-04-10-06-56-13.jpg
 
Last edited:
  • Like
Reactions: pggdt

william9524

New member
Oct 7, 2013
4
3
The telecom I'm using only have band 28 and band 3 (LTE)
But I just got the signal this morning. Even through the signal is weak.
Maybe C6602 is till possible to use band 3
 

Attachments

  • bLHcDeN.jpg
    bLHcDeN.jpg
    186.4 KB · Views: 798

Gstream

New member
Jun 1, 2015
4
0
Already flash my L36H(c6602) with your attachments "TA+v3 baseband".:p
The China Unicom 4G FDD-LTE is perfect with DATA and CALL.:victory:
See the ScreenShots.:fingers-crossed:

View attachment 3254404

View attachment 3254405

what android version you use ?
i tried unlock on 4.4.4 but cannot connecting lte.
in my country works onli LTE bands 9 and 20 (800MHz).

---------- Post added at 02:14 PM ---------- Previous post was at 02:02 PM ----------

its works on 4.4.4, maybe needs another android version ? I unlock successfully on 4.4.4 but not see LTE signal. In my country works 800/1800 lte frequency.
 

ozaki86

Member
Apr 13, 2011
25
10
what android version you use ?
i tried unlock on 4.4.4 but cannot connecting lte.
in my country works onli LTE bands 9 and 20 (800MHz).

---------- Post added at 02:14 PM ---------- Previous post was at 02:02 PM ----------

its works on 4.4.4, maybe needs another android version ? I unlock successfully on 4.4.4 but not see LTE signal. In my country works 800/1800 lte frequency.
Because C6602 seems support band 1,5,8 only.
So your phone doesn't find LTE signal
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    Here is a unlock test baseband
    1. Try it at your own risk
    2.before you flash it, backup your TA first, you can use Backup TA or flashtool 'Advanced->Trim Area->Backup'
    3.You need to use my modified version flashtool to flash it
    4.flash modified baseband ftf and reboot will get it work
    5.SO-02E can not flash this ftf. If you flashed will LOST SINGLE, if you did not backup your TA can use this fix to restore single.

    This change is permanent, you only need to flash it once.
    c6602's LTE possible work with band 1 5 8, because of different power amplifier IC other bands may not work or work poor .
    c6602 pcb
    c6602.jpg

    c6603 pcb
    c6603.jpg

    The pcb is same but power amplifier chip in the left area is different
    If you want to restore baseband configuration, you can restore TA first and flash the baseband file but exclude TA.

    If you have C6603 or SO-02E, I wish you dump TA and send to me to complete unlock.
    in NV/TA-log, I found first time init baseband, it will read all item from TA partition 1, such as rfnv files, and baseband config
    by writing to TA I have successfully switched baseband configuration from W1358 (WCDMA band 1 2 5 8) to L1357_20W1358 (LTE band 1 3 5 7 20 and WCDMA 1 3 5 8)
    but still have a lot of data from TA partition 1 difference, such as rfnv files, so I need more TA S1 Dump to determine which data affect the baseband configuration

    here is a modified version flashtool based on flashtool 0.9.18.5 version, which can fast dump all TA data include TA partition 1 and 2

    dump step:
    click File -> Switch pro to enable Advanced menu
    click Advanced -> Trim Area -> S1 Dump to dump ta, them reboot phone to flashmode

    if you do not want to send me imei, cert , wlan mac and deviceid info to me, can remove 000007D3,000007E6,000007E7, 00000A00,00000A01,00000A02,00000A03,00001324 lines in 2.ta
    000007D3 a SIN file contains imei
    000007E6 MARLIN data
    000007E7 a cert file contains imei
    00000A00,00000A01,00000A02,00000A03 WLAN MAC address
    00001324 device Id



    please send dump to my gmail “squallatf at gmail.com”


    "x10flasher.zip" is the modified version
    "x10flasher org.zip" is the original version
    2
    after taking TA backup whether i should flash these zip files
    i.e 1. x10flasher.zip
    2. x10flasher org.zip
    3. C6603_10.5.1.A.0.292_baseband_v3.zip
    or 1 and 3 only should be flashed.
    Give me a simple instruction.
    1
    Already flash my L36H(c6602) with your attachments "TA+v3 baseband".:p
    The China Unicom 4G FDD-LTE is perfect with DATA and CALL.:victory:
    See the ScreenShots.:fingers-crossed:

    Screenshot_2015-04-10-06-53-40.jpg

    Screenshot_2015-04-10-06-56-13.jpg
    1
    LTE Working now on STOCK ROM Lollipop 5.0.2 C6602, Thanks @SquallATF

    uploadfromtaptalk1433330298670.png
    1
    i unlocked the LTE bands and been using it for a year now.. i started having daily bad headaches & sleep problems..but i didn't knew if it was because of phone.. then one day i installed the quanta moniter app to see the SAR value..the results were shocking.. the values were reaching full extend upto 6w/kg since the as the network is most of the time low. The high SAR value can really harm you.. i've stopped using 4g in XZ from then on & i request everyone to do the same & be safe. I'm still recovering from those headaches. you can install the app & see for yourself