AS100/folio fastboot/adb toolkit

Search This thread

yochenhsieh

Member
Dec 11, 2011
10
3
Taipei
Hello,
I just find out why I cannot use adb... AS100 have different VID/PID, so the usb driver just won't install in Windows.
Code:
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_D002
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_D002&MI_01
I've edited android_winusb.inf and repacked a toolkit that should work for both AS100 and folio.
The file size is (slightly) larger than 8MB,so I uploaded it to mediafire:
http://www.mediafire.com/?44gzifauee07u9j
Including adb usb driver, fastboot and adb command.

---
Use fastboot:
boot your toshiba AS100/folio
when you see toshiba logo, press power 3 times and vol+ 1 time to enter fastboot mode.
you should see "Starting Fastboot USB download protocol..." on screen.
connect tablet to PC with USB.
install usb driver in Windows.
open cmd console in Windows
cd to where you put the tools folder, e.g. cd D:\toshiba\folio-toolkit\tools
run "fastboot devices" (without quotes)
if you see "? fastboot" in console, the tablet is connected and you can use fastboot to flash images.
(run "fastboot help" to see a list of usable commands)
---
Use adb:
boot your toshiba AS100/folio into android.
make sure usb debug option is checked.
connect tablet to PC with USB.
install usb driver in Windows.
open cmd console in Windows.
cd to where you put the tools folder, e.g. cd D:\toshiba\folio-toolkit\tools
run "adb start-server" (without quotes)
run "adb devices"
you should see the following in Console:
Code:
List of devices attached
0123456789ABCDEF        device
(run "adb help" to see a list of usable commands)
---
Adb troubleshooting:
If you see "0123456789ABCDEF offline" when you run adb devices, try the following:
Code:
adb kill-server
adb start-server
If it still not works, try reboot the tablet again when connected with USB.
---
About AS100: basically it's as same as folio 100, with 1GB on board RAM.
 

newbee66

New member
Sep 22, 2012
1
0
totally lost

Sorry guys, Im totally lost, trying to fastboot my folio and was gonna install a fresh rom. I need thorough instuctions. Not all of us are wizkids, for example, its not enough for me to just write "do this" or "do that", i need to know HOW to do things, like my name says, Im a noobie :eek:
Come on you guys, help the clueless ppl :D
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Hello,
    I just find out why I cannot use adb... AS100 have different VID/PID, so the usb driver just won't install in Windows.
    Code:
    %SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_D002
    %CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_D002&MI_01
    I've edited android_winusb.inf and repacked a toolkit that should work for both AS100 and folio.
    The file size is (slightly) larger than 8MB,so I uploaded it to mediafire:
    http://www.mediafire.com/?44gzifauee07u9j
    Including adb usb driver, fastboot and adb command.

    ---
    Use fastboot:
    boot your toshiba AS100/folio
    when you see toshiba logo, press power 3 times and vol+ 1 time to enter fastboot mode.
    you should see "Starting Fastboot USB download protocol..." on screen.
    connect tablet to PC with USB.
    install usb driver in Windows.
    open cmd console in Windows
    cd to where you put the tools folder, e.g. cd D:\toshiba\folio-toolkit\tools
    run "fastboot devices" (without quotes)
    if you see "? fastboot" in console, the tablet is connected and you can use fastboot to flash images.
    (run "fastboot help" to see a list of usable commands)
    ---
    Use adb:
    boot your toshiba AS100/folio into android.
    make sure usb debug option is checked.
    connect tablet to PC with USB.
    install usb driver in Windows.
    open cmd console in Windows.
    cd to where you put the tools folder, e.g. cd D:\toshiba\folio-toolkit\tools
    run "adb start-server" (without quotes)
    run "adb devices"
    you should see the following in Console:
    Code:
    List of devices attached
    0123456789ABCDEF        device
    (run "adb help" to see a list of usable commands)
    ---
    Adb troubleshooting:
    If you see "0123456789ABCDEF offline" when you run adb devices, try the following:
    Code:
    adb kill-server
    adb start-server
    If it still not works, try reboot the tablet again when connected with USB.
    ---
    About AS100: basically it's as same as folio 100, with 1GB on board RAM.