Hi all,
I just bought a "Huawei S7 Slim" and wanted to play around with own kernels, but I'm completely stuck already at getting fastboot to work at all. I tried various tipps from this and many other forums already, but everything that seemed to help others still doesn't make it work for me.
My PC setup:
- Ubuntu 10.04 LTS, x86_64, latest updates
- 32-bit fastboot executable
My S7 Slim:
- Android 2.2.2, still plain stock as you may guess already
- Baseband-Version 504030
- Kernel-Version 2.6.32.9-ideos
- Build-Number S7-201uV100R001C187B010
What works:
- Pressing "volume-" (hold) + "power" (short):
1. button lights turn on
2. after a few seconds, device vibrates shortly
3. button lights turn off
4. a short shaded bar appears in the middle of the screen
5. button lights start flashing
- devices stays like this indefinitely until battery removed, "power" doesn't work
- PC doesn't recognize device after attaching usb
- anyone an idea what mode this is?
- Pressing "volume+" (hold) + "volume-" (hold) + "power" (short):
1. button lights turn on
2. after a few seconds, device vibrates shortly
3. button lights turn off
4. screen flashes shortly
5. a long shaded bar appears in the middle of the screen
- devices stays like this indefinitely until battery removed, "power" doesn't work
- PC recognizes device as 12d1:36de after attaching usb
What I tried on PC already:
"lsusb":
...
Bus 001 Device 019: ID 12d1:36de Huawei Technologies Co., Ltd.
...
=> device is there in principle and PC & Linux see it
"fastboot devices"
=> nothing, initially I thought maybe no usb device or permissions wrong
"sudo fastboot devices"
=> nothing, so non-root doesn't seem to be a problem
"strace fastboot devices"
...
open("/dev/bus/usb/001/019", O_RDWR|O_LARGEFILE) = 5
read(5, "\22\1\0\2\0\0\0@\321\22\3366\0\0\3\2\0\1\t\0027\0\2\1\1\340\372\t\4\0\0\2"..., 1024) = 73
close(5) = 0
...
=> verifies that it reads indeed 73 bytes from the correct usb device
=> fastboot doesn't stop there, just continues to read from other usb devices
"fastboot boot zImage ramdisk.gz"
creating boot image...
creating boot image - 3452928 bytes
< waiting for device >
=> maybe just "fastboot devices" broken? no, waits indefinitely
configure udev, add /etc/udev/rules.d/51-android.rules:
SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0666"
=> nothing changed, tried all from above
"sudo /etc/init.d/udev restart"
=> nothing changed, tried all from above
"fastboot -i 0x12d1 reboot"
< waiting for device >
=> PC & device waiting indefinitely on each other again
"fastboot -i 0x12d1 boot zImage ramdisk.gz" =>
creating boot image...
creating boot image - 3452928 bytes
< waiting for device >
=> grrrr, whoa.....tf!
Guys, am I stupid or what do I do wrong?
I'm experienced on linux I would say, but this puzzles even me. Does anyone have an idea?
Kind regards,
STYLON
I just bought a "Huawei S7 Slim" and wanted to play around with own kernels, but I'm completely stuck already at getting fastboot to work at all. I tried various tipps from this and many other forums already, but everything that seemed to help others still doesn't make it work for me.
My PC setup:
- Ubuntu 10.04 LTS, x86_64, latest updates
- 32-bit fastboot executable
My S7 Slim:
- Android 2.2.2, still plain stock as you may guess already
- Baseband-Version 504030
- Kernel-Version 2.6.32.9-ideos
- Build-Number S7-201uV100R001C187B010
What works:
- Pressing "volume-" (hold) + "power" (short):
1. button lights turn on
2. after a few seconds, device vibrates shortly
3. button lights turn off
4. a short shaded bar appears in the middle of the screen
5. button lights start flashing
- devices stays like this indefinitely until battery removed, "power" doesn't work
- PC doesn't recognize device after attaching usb
- anyone an idea what mode this is?
- Pressing "volume+" (hold) + "volume-" (hold) + "power" (short):
1. button lights turn on
2. after a few seconds, device vibrates shortly
3. button lights turn off
4. screen flashes shortly
5. a long shaded bar appears in the middle of the screen
- devices stays like this indefinitely until battery removed, "power" doesn't work
- PC recognizes device as 12d1:36de after attaching usb
What I tried on PC already:
"lsusb":
...
Bus 001 Device 019: ID 12d1:36de Huawei Technologies Co., Ltd.
...
=> device is there in principle and PC & Linux see it
"fastboot devices"
=> nothing, initially I thought maybe no usb device or permissions wrong
"sudo fastboot devices"
=> nothing, so non-root doesn't seem to be a problem
"strace fastboot devices"
...
open("/dev/bus/usb/001/019", O_RDWR|O_LARGEFILE) = 5
read(5, "\22\1\0\2\0\0\0@\321\22\3366\0\0\3\2\0\1\t\0027\0\2\1\1\340\372\t\4\0\0\2"..., 1024) = 73
close(5) = 0
...
=> verifies that it reads indeed 73 bytes from the correct usb device
=> fastboot doesn't stop there, just continues to read from other usb devices
"fastboot boot zImage ramdisk.gz"
creating boot image...
creating boot image - 3452928 bytes
< waiting for device >
=> maybe just "fastboot devices" broken? no, waits indefinitely
configure udev, add /etc/udev/rules.d/51-android.rules:
SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0666"
=> nothing changed, tried all from above
"sudo /etc/init.d/udev restart"
=> nothing changed, tried all from above
"fastboot -i 0x12d1 reboot"
< waiting for device >
=> PC & device waiting indefinitely on each other again
"fastboot -i 0x12d1 boot zImage ramdisk.gz" =>
creating boot image...
creating boot image - 3452928 bytes
< waiting for device >
=> grrrr, whoa.....tf!
Guys, am I stupid or what do I do wrong?
I'm experienced on linux I would say, but this puzzles even me. Does anyone have an idea?
Kind regards,
STYLON
Last edited: