jake01, on 29 January 2013 - 09:45 AM, said:
You need a driver for adb. I´ve installed PdaNet (
http://pdanet.co/bin/PdaNetA4013.exe) and the nexus7 in the device manager turns into a android phone and adb shows the devices.
Good luck!
Thanks !! i flash usb.zip 100% without problems .... Now i can enter in ADB but fail ....
recognized like android adb interface and 2 mass storage
Following instructions of fdl :
1. adb push fdisk.cmd /tmp OK
2. adb push fdisk.sh /tmp OK
3. adb shell chmod 775 /tmp/fdisk.sh OK
4.
adb shell /tmp/fdisk.sh--------------------------------- > fidk : cant open /dev/block/avnftli
here i enter in adb shell and cd /dev/block and ls listed only loop0,loop1 ...... loop7
i try to modify fdisk.sh
from
/sbin/busybox fdisk /dev/block/avnftli < /tmp/fdisk.cmd/sbin/busybox sync
to
/sbin/busybox fdisk /dev/block/loop0 < /tmp/fdisk.cmd/sbin/busybox sync
and then again point 1,2,3
but then in point 4 error cant read from /dev/block/loop0 ( i try too to modify perms 775 or 777 )
STOP HERE
5. adb shell parted -s /dev/block/avnftli mkfs 1 fat32
EDIT : i try follow withou point 4 and 5 ( because fail )
6. adb push update.zip /tmp OK
7. adb push update-binary /tmp OK
8. adb shell chmod 775 /tmp/update-binary OK
9. adb shell /tmp/update-binary 3 stdout /tmp/update.zip --->>>
....
...
...
about to run program [/tmp/install-optional.sh] wi
Installing face detection support
unmount of /system failed; no such volume
write_raw_image: no mtd partition named "bootloade
write_raw_image: no mtd partition named "boot"
write_raw_image: no mtd partition named "aml_logo"
write_raw_image: no mtd partition named "logo"
write_raw_image: no mtd partition named "recovery"
script result was []
I supose because i can made the point 4 and 5 .....
stop here now
10. copy uImage_recovery for twrp(batch3) to sd card, also included in usb_recovery.zip
11. remove usb cable from device, boot the device, insert usb cable
12. adb push update.zip /tmp
13. adb push update-binary /tmp
14. adb shell chmod 775 /tmp/update-binary
15. adb shell /tmp/update-binary 3 stdout /tmp/update.zip
16. adb push aml_autoscript /sdcard
17. remove usb cable and reboot the device, wait for another reboot, charger screen or shutdown
18. remove sd card, boot the device, you should see your tablet booting
I want to mourn are entering, I feel very silly
ANY IDEA OR HELP ????
is not posible to put avnftli in /dev/block/ is someone download this file and i put with push with adb ( sorry if I say stupid things but it is the first time I deal with these issues)
IN ADB SHELL :
/dev/block # ←[6nls -la
ls -la
drwxr-xr-x 2 root root 200 Jan 13 06:50 .
drwxr-xr-x 10 root root 13200 Jan 13 06:50 ..
brwxrwxrwx 1 root root 7, 0 Jan 13 06:50 loop0
brw------- 1 root root 7, 1 Jan 13 06:50 loop1
brw------- 1 root root 7, 2 Jan 13 06:50 loop2
brw------- 1 root root 7, 3 Jan 13 06:50 loop3
brw------- 1 root root 7, 4 Jan 13 06:50 loop4
brw------- 1 root root 7, 5 Jan 13 06:50 loop5
brw------- 1 root root 7, 6 Jan 13 06:50 loop6
brw------- 1 root root 7, 7 Jan 13 06:50 loop7
/dev/block # ←[6n
This post has been edited by albertetsbd: 29 January 2013 - 04:04 PM