[Q] bricked Galaxy Trend GT-S7560, is there any hope?

Search This thread

chooosen

New member
Jan 21, 2014
4
1
Poznań
I made a big mistake - I took recovery and kernel from other phone - galaxy ace 2 I8160
Short version story:
1) I installed temporary recovery from I8160 - CWM 6.0.2.8
2) I installed temporary kernel from I8160 - CM10.1_kernel_CWM.zip wchich didnt look what phone its flashing in update script

An effect: bricked state looks like

Turning on - phones shows his model (1st animation), after that nothing happens.
recovery/download mode dont start, after releaving keys it starts 1st animation only.
After pluging into power charger/computer screen blinks whole the time - doesnt show percent of battery.

Can I save life of this phone?

Before this story I had rooted software from Africa (sept. 2013, changelist 1230914)
Update script from kernel zip:
Code:
ui_print("Instalacja kernela...");
ui_print("Mounting...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
ui_print("Usuwanie obecnych modułów...");
delete_recursive("/system/lib/modules");
ui_print("Wypakowanie modułów...");
package_extract_dir("system", "/system");
assert(package_extract_file("boot.img", "/tmp/boot.img"),
       write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p15"),
       delete("/tmp/boot.img"));
ui_print("Gotowe");
unmount("/system");
 
Last edited:
  • Like
Reactions: Arex Demian

chooosen

New member
Jan 21, 2014
4
1
Poznań
I made a big mistake - I took recovery and kernel from other phone - galaxy ace 2 I8160
Short version story:
1) I installed temporary recovery from I8160 - CWM 6.0.2.8
2) I installed temporary kernel from I8160 - CM10.1_kernel_CWM.zip wchich didnt look what phone its flashing in update script

An effect: bricked state looks like

Turning on - phones shows his model (1st animation), after that nothing happens.
recovery/download mode dont start, after releaving keys it starts 1st animation only.
After pluging into power charger/computer screen blinks whole the time - doesnt show percent of battery.

Can I save life of this phone?

Before this story I had rooted software from Africa (sept. 2013, changelist 1230914)
Update script from kernel zip:
Code:
ui_print("Instalacja kernela...");
ui_print("Mounting...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
ui_print("Usuwanie obecnych modułów...");
delete_recursive("/system/lib/modules");
ui_print("Wypakowanie modułów...");
package_extract_dir("system", "/system");
assert(package_extract_file("boot.img", "/tmp/boot.img"),
       write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p15"),
       delete("/tmp/boot.img"));
ui_print("Gotowe");
unmount("/system");

Plzz help!
 

pinhead97

Senior Member
Jul 20, 2013
334
139
Southampton
If you can't enter download mode then it is hard bricked, so you have probably completely screwed your phone as there is no way to do anything. Sorry

Sent from my GT-I8160 using XDA Premium 4 mobile app
 

Thang Nguyen

New member
Apr 21, 2013
4
0
25
Hanoi
Replay

I made a big mistake - I took recovery and kernel from other phone - galaxy ace 2 I8160
Short version story:
1) I installed temporary recovery from I8160 - CWM 6.0.2.8
2) I installed temporary kernel from I8160 - CM10.1_kernel_CWM.zip wchich didnt look what phone its flashing in update script

An effect: bricked state looks like

Turning on - phones shows his model (1st animation), after that nothing happens.
recovery/download mode dont start, after releaving keys it starts 1st animation only.
After pluging into power charger/computer screen blinks whole the time - doesnt show percent of battery.

Can I save life of this phone?

Before this story I had rooted software from Africa (sept. 2013, changelist 1230914)
Update script from kernel zip:
Code:
ui_print("Instalacja kernela...");
ui_print("Mounting...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
ui_print("Usuwanie obecnych modułów...");
delete_recursive("/system/lib/modules");
ui_print("Wypakowanie modułów...");
package_extract_dir("system", "/system");
assert(package_extract_file("boot.img", "/tmp/boot.img"),
       write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p15"),
       delete("/tmp/boot.img"));
ui_print("Gotowe");
unmount("/system");

I'm not sure this it work. But you should try this if you want to take your phone back
1. Flash ROM Stock with ODIN
2. Install CWM
3. Wipe Data, Cache, Davik
4. Reboot
 

arhamiq

Senior Member
Jul 15, 2012
603
151
I'm not sure this it work. But you should try this if you want to take your phone back
1. Flash ROM Stock with ODIN
2. Install CWM
3. Wipe Data, Cache, Davik
4. Reboot

Well he can't boot into download mode so flashing stock with odin is impossible.

Sent from my GT-I8160 using xda app-developers app
 

chooosen

New member
Jan 21, 2014
4
1
Poznań
JIT USB didnt help.
Phone turn the backlight on for 7 seconds, after them he turn off for 2 seconds and going nowhere.
Odin writes: Add / Removed / ( Add / Removed ) / ...

Hard bricked.
I will try to repair in some specs : )


PS. Thx for posts
 

NesteaZen

Senior Member
Nov 16, 2014
51
12
He just doesnt care to help others couse he is happy with phone recovered... and yet he has asked for help so badly from others... pitty...
Dont you just love when this happens? There are million of threads like this on the internet. But in this case he doesn't know the answer anyway. I guess they JTAGged it?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I made a big mistake - I took recovery and kernel from other phone - galaxy ace 2 I8160
    Short version story:
    1) I installed temporary recovery from I8160 - CWM 6.0.2.8
    2) I installed temporary kernel from I8160 - CM10.1_kernel_CWM.zip wchich didnt look what phone its flashing in update script

    An effect: bricked state looks like

    Turning on - phones shows his model (1st animation), after that nothing happens.
    recovery/download mode dont start, after releaving keys it starts 1st animation only.
    After pluging into power charger/computer screen blinks whole the time - doesnt show percent of battery.

    Can I save life of this phone?

    Before this story I had rooted software from Africa (sept. 2013, changelist 1230914)
    Update script from kernel zip:
    Code:
    ui_print("Instalacja kernela...");
    ui_print("Mounting...");
    mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
    ui_print("Usuwanie obecnych modułów...");
    delete_recursive("/system/lib/modules");
    ui_print("Wypakowanie modułów...");
    package_extract_dir("system", "/system");
    assert(package_extract_file("boot.img", "/tmp/boot.img"),
           write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p15"),
           delete("/tmp/boot.img"));
    ui_print("Gotowe");
    unmount("/system");
    1
    He can't run download mode. In my opinion it's hard brick :/

    Sent from my GT-I8160 using XDA Premium 4 mobile app

    But it's better to try get into download mod by JIG than leave it as it is ;)
    1
    He just doesnt care to help others couse he is happy with phone recovered... and yet he has asked for help so badly from others... pitty...