Register Hello & Welcome to AndroidTablets.net, is this your first visit?

Page 3 of 11 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 110
Thanks Tree27Thanks

Thread: [HowTo] A2109 Fastboot

  1. #21
    Member
    Points: 3,616, Level: 37
    Level completed: 78%, Points required for next Level: 34
    Overall activity: 0%
    Achievements:
    31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 7 days registered

    Member #
    159958
    Join Date
    Dec 2012
    Posts
    90
    Thanked
    4 times
    Points
    3,616
    Level
    37
    Device
    Lenovo IdeaTab A2109A
    All in all I am very unsure what I have to do to root the A2109A.

    I have no idea what fastboot does, but I was told, that I have to install it first.
    freecicero thanked this.

  2. # ADS
    Ads
    Circuit advertisement
    Join Date
    Always
    Posts
    Many

  3. #22
    Senior Member
    Points: 3,368, Level: 36
    Level completed: 12%, Points required for next Level: 132
    Overall activity: 0%
    Achievements:
    3 months registered 1000 Experience Points 31 days registered 500 Experience Points 7 days registered

    Member #
    157423
    Join Date
    Dec 2012
    Location
    Florida
    Posts
    358
    Thanked
    114 times
    Points
    3,368
    Level
    36
    Device
    Lenovo A2109
    Quote Originally Posted by a2109a View Post
    All in all I am very unsure what I have to do to root the A2109A.

    I have no idea what fastboot does, but I was told, that I have to install it first.
    Ah. Ok, back to fastboot mode -- do you get two lines of text on your tablet? Type 'fastboot devices'.

  4. #23
    Member
    Points: 3,616, Level: 37
    Level completed: 78%, Points required for next Level: 34
    Overall activity: 0%
    Achievements:
    31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 7 days registered

    Member #
    159958
    Join Date
    Dec 2012
    Posts
    90
    Thanked
    4 times
    Points
    3,616
    Level
    37
    Device
    Lenovo IdeaTab A2109A
    So please confirm, that I need fastboot for root.

    Please tell me exactly what to do:

    Do I have to be root on my linux box?

    When do I connect the tablet with the pc.

    What about debugging mode?

    'fastboot devices' in a user shell on the pc says nothing, when the usb-cable is connected und debugging is on.

  5. #24
    Senior Member
    Points: 3,368, Level: 36
    Level completed: 12%, Points required for next Level: 132
    Overall activity: 0%
    Achievements:
    3 months registered 1000 Experience Points 31 days registered 500 Experience Points 7 days registered

    Member #
    157423
    Join Date
    Dec 2012
    Location
    Florida
    Posts
    358
    Thanked
    114 times
    Points
    3,368
    Level
    36
    Device
    Lenovo A2109
    Quote Originally Posted by a2109a View Post
    So please confirm, that I need fastboot for root.

    Please tell me exactly what to do:

    Do I have to be root on my linux box?

    When do I connect the tablet with the pc.

    What about debugging mode?

    'fastboot devices' in a user shell on the pc says nothing, when the usb-cable is connected und debugging is on.
    You need to unlock the bootloader with fastboot. You need to flash Clockworkmod (cwm) to install the root software. You need to install superuser.zip to root. Here are full instructions: A2109 - Clockworkmod Recovery and Root - Lenovo Community. I was just trying to walk you through, one step at a time. One thing: the cwm listed is out of date. For 4.0.4 use this one: https://docs.google.com/open?id=0BxN...2dob3Z5c2h2ZHM. For 4.1.1 use this one: https://docs.google.com/open?id=0BxN...GdfSXYzM3otcEk.
    a2109a thanked this.

  6. #25
    Member
    Points: 3,616, Level: 37
    Level completed: 78%, Points required for next Level: 34
    Overall activity: 0%
    Achievements:
    31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 7 days registered

    Member #
    159958
    Join Date
    Dec 2012
    Posts
    90
    Thanked
    4 times
    Points
    3,616
    Level
    37
    Device
    Lenovo IdeaTab A2109A
    So what could be the reason for "waiting for device" with "fastboot -i 0x17ef boot boot.img"?

    "fastboot devices" has no result.

    # cat 51-android.rules
    # adb protocol on passion (Nexus One)
    SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", MODE="0600", OWNER="<~/>"
    # fastboot protocol on passion (Nexus One)
    SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0fff", MODE="0600", OWNER="<~/>"
    # adb protocol on crespo/crespo4g (Nexus S)
    SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e22", MODE="0600", OWNER="<~/>"
    # fastboot protocol on crespo/crespo4g (Nexus S)
    SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e20", MODE="0600", OWNER="<~/>"
    # adb protocol on stingray/wingray (Xoom)
    SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", ATTR{idProduct}=="70a9", MODE="0600", OWNER="<~/>"
    # fastboot protocol on stingray/wingray (Xoom)
    SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="708c", MODE="0600", OWNER="<~/>"
    # adb protocol on maguro/toro (Galaxy Nexus)
    SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0600", OWNER="<~/>"
    # fastboot protocol on maguro/toro (Galaxy Nexus)
    SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e30", MODE="0600", OWNER="<~/>"
    # adb protocol on panda (PandaBoard)
    SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d101", MODE="0600", OWNER="<~/>"
    # fastboot protocol on panda (PandaBoard)
    SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d022", MODE="0600", OWNER="<~/>"
    # usbboot protocol on panda (PandaBoard)
    SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d010", MODE="0600", OWNER="<~/>"
    #HTC
    SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
    #LENOV0 Ideapad A2109A
    SUBSYSTEM=="usb", ATTR{idVendor}=="17ef", ATTR{idProduct}=="7542", MODE="0600", OWNER="<~/>"

  7. #26
    Senior Member
    Points: 3,368, Level: 36
    Level completed: 12%, Points required for next Level: 132
    Overall activity: 0%
    Achievements:
    3 months registered 1000 Experience Points 31 days registered 500 Experience Points 7 days registered

    Member #
    157423
    Join Date
    Dec 2012
    Location
    Florida
    Posts
    358
    Thanked
    114 times
    Points
    3,368
    Level
    36
    Device
    Lenovo A2109
    How about 'adb devices'?

  8. #27
    Developer
    Points: 13,653, Level: 76
    Level completed: 1%, Points required for next Level: 397
    Overall activity: 93.0%
    Achievements:
    Recommendation Second Class 10000 Experience Points 5000 Experience Points 1 year registered 1000 Experience Points

    Member #
    61306
    Join Date
    Nov 2011
    Location
    Huntington WV
    Posts
    2,456
    Thanked
    818 times
    Points
    13,653
    Level
    76
    Device
    Coby 9740, Coby 8042, Lenovo A2109
    sudo fastboot devices

    You must run fastboot as root or at least root privileges.
    FloRider thanked this.
    If you like my work buy me a coffee!!!

    Donations Appreciated


    Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.

    No PM's regarding windows questions will be answered, I am a Linux Guy.

  9. #28
    Member
    Points: 3,616, Level: 37
    Level completed: 78%, Points required for next Level: 34
    Overall activity: 0%
    Achievements:
    31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 7 days registered

    Member #
    159958
    Join Date
    Dec 2012
    Posts
    90
    Thanked
    4 times
    Points
    3,616
    Level
    37
    Device
    Lenovo IdeaTab A2109A
    I do it as "real" root, I do not need sudo. My ubuntu-system has an "activated" root user.

    # adb devices
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    List of devices attached
    FD60****** device

  10. #29
    Member
    Points: 14,743, Level: 78
    Level completed: 74%, Points required for next Level: 107
    Overall activity: 0%
    Achievements:
    3 months registered 10000 Experience Points 5000 Experience Points 31 days registered 1000 Experience Points

    Member #
    157440
    Join Date
    Dec 2012
    Location
    Maryland, US
    Posts
    54
    Thanked
    26 times
    Points
    14,743
    Level
    78
    Device
    Lenovo A2109
    You do not need to be root or use sudo on your linux box to perform any fastboot or adb commands. I think you did not have usb debugging turned on the device as discussed over at lenovo forums. If for some reason you would need rood access on the linux side then you have set something up wrong. The most common problem is installing adb/fastboot as root or not having "usb" devices set up correctly on your linux box.
    FloRider thanked this.

  11. #30
    Member
    Points: 3,616, Level: 37
    Level completed: 78%, Points required for next Level: 34
    Overall activity: 0%
    Achievements:
    31 days registered 1000 Experience Points 500 Experience Points 250 Experience Points 7 days registered

    Member #
    159958
    Join Date
    Dec 2012
    Posts
    90
    Thanked
    4 times
    Points
    3,616
    Level
    37
    Device
    Lenovo IdeaTab A2109A
    < waiting for device > drives me crazy, I worked already once. USB-debugging is activated on the tablet.

    $ adb devices
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    List of devices attached
    FD60****** device

    fastboot devices has no result.

    $ fastboot -i 0x17ef boot boot.img
    < waiting for device >

    $ fastboot flash recovery A2109_CWMrecovery-6.0.1.9c.img
    < waiting for device >

    My question is, do I have to execute "fastboot -i 0x17ef boot boot.img" everytime immediately before I do "fastboot flash recovery A2109_CWMrecovery-6.0.1.9c.img" or is it enough to do "fastboot -i 0x17ef boot boot.img" once?

    I have no idea, what I did the last time, when it worked.


 
Page 3 of 11 FirstFirst 1 2 3 4 5 ... LastLast

Ads:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. So, How Many A2109 Users Do We Have Here So Far?
    By FloRider in forum Lenovo IdeaTab A2109
    Replies: 132
    Last Post: 04-26-2013, 12:46 AM
  2. Welcome To The Lenovo IdeaTab A2109 Sub-Forum
    By Spider in forum Lenovo IdeaTab A2109
    Replies: 3
    Last Post: 12-14-2012, 01:09 AM
  3. A2109 Bluetooth Question
    By Nate_Cz in forum Lenovo IdeaTab A2109
    Replies: 3
    Last Post: 12-03-2012, 04:38 AM
  4. What are the chances of getting an A2109 sub-forum?
    By FloRider in forum Lenovo Tablets
    Replies: 1
    Last Post: 12-02-2012, 01:36 PM
  5. A2109 Bluetooth Question
    By Nate_Cz in forum Lenovo Tablets
    Replies: 2
    Last Post: 11-07-2012, 07:58 PM

Search tags for this page

a2109 fastboot driver

,
boot into fastboot lenovo a2109
,

fastboot lenovo a2109

,
how to a2109 setup fastboot
,

how to fastboot lenovo a2109

,
how to unlock bootloader lenovo a2109a
,

ideatab a2109a adb

,
lenovo a2109 cannot recognize device under adb windows 8
,
lenovo ideapad a2109 usb device not recognized
,

lenovo ideatab a2109 drivers

,
twrp for a2109
,
ubuntu does not recognize ideatab
Click on a term to search our sites for related topics.
Powered by vBulletin® Version 4.1.11
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Android Tablets.net is not affiliated or associated with Google, Android Project or any of the device manufacturers listed on this site.
We are simply an enthusiast site.
All times are GMT -5. The time now is 01:46 AM.