[Q&A][ROM][4.4.2][Official][CMB Roms cmb4.4.2][TF700T]

Status
Not open for further replies.
Search This thread

sbdags

Inactive Recognized Contributor
Jun 24, 2007
12,753
15,558
Kenilworth, Coventry
OnePlus 9 Pro
You'll need root access in order to flash any custom recovery. After you get rooted follow lj's instructions for flashing the recovery or you could try using flashify from the play store. I'm not sure if it'll work the same way, but it'd be worth a shot. Happy flashing! :)

Technically you don't need root you just need to be unlocked and have a custom recovery. ;) Root access is only beneficial once you have booted into the rom.
 
  • Like
Reactions: bitemeoftn

lj50036

Senior Member
Feb 14, 2013
3,321
3,297
42
FUXDA
Thx _that and sbdags. .can everyone jus simmer with the help I don't want to send this user down the wrong path thx all
 

androidrooky

Member
Feb 24, 2014
12
0
Thx _that and sbdags. .can everyone jus simmer with the help I don't want to send this user down the wrong path thx all

Thanks LJ and everyone else.

Typing just "fastboot" gives me usage info with all options allowed:

Code:
% which fastboot
/usr/bin/fastboot

% fastboot
usage: fastboot [ <option> ] <command>

commands:
  update <filename>                        reflash device from update.zip
  flashall                                 flash boot + recovery + system
  flash <partition> [ <filename> ]         write a file to a flash partition
  erase <partition>                        erase a flash partition
  format <partition>                       format a flash partition 
  getvar <variable>                        display a bootloader variable
  boot <kernel> [ <ramdisk> ]              download and boot kernel
  flash:raw boot <kernel> [ <ramdisk> ]    create bootimage and flash it
  devices                                  list all connected devices
  continue                                 continue with autoboot
  reboot                                   reboot device normally
  reboot-bootloader                        reboot device into bootloader
  help                                     show this help message

options:
  -w                                       erase userdata and cache (and format
                                           if supported by partition type)
  -u                                       do not first erase partition before
                                           formatting
  -s <specific device>                     specify device serial number
                                           or path to device port
  -l                                       with "devices", lists device paths
  -p <product>                             specify product name
  -c <cmdline>                             override kernel commandline
  -i <vendor id>                           specify a custom USB vendor id
  -b <base_addr>                           specify a custom kernel base address
  -n <page size>                           specify the nand page size. default: 2048
  -S <size>[K|M|G]                         automatically sparse files greater than
                                           size.  0 to disable
 

lj50036

Senior Member
Feb 14, 2013
3,321
3,297
42
FUXDA
Thanks LJ and everyone else.

Typing just "fastboot" gives me usage info with all options allowed:

Code:
% which fastboot
/usr/bin/fastboot

% fastboot
usage: fastboot [ <option> ] <command>

commands:
  update <filename>                        reflash device from update.zip
  flashall                                 flash boot + recovery + system
  flash <partition> [ <filename> ]         write a file to a flash partition
  erase <partition>                        erase a flash partition
  format <partition>                       format a flash partition 
  getvar <variable>                        display a bootloader variable
  boot <kernel> [ <ramdisk> ]              download and boot kernel
  flash:raw boot <kernel> [ <ramdisk> ]    create bootimage and flash it
  devices                                  list all connected devices
  continue                                 continue with autoboot
  reboot                                   reboot device normally
  reboot-bootloader                        reboot device into bootloader
  help                                     show this help message

options:
  -w                                       erase userdata and cache (and format
                                           if supported by partition type)
  -u                                       do not first erase partition before
                                           formatting
  -s <specific device>                     specify device serial number
                                           or path to device port
  -l                                       with "devices", lists device paths
  -p <product>                             specify product name
  -c <cmdline>                             override kernel commandline
  -i <vendor id>                           specify a custom USB vendor id
  -b <base_addr>                           specify a custom kernel base address
  -n <page size>                           specify the nand page size. default: 2048
  -S <size>[K|M|G]                         automatically sparse files greater than
                                           size.  0 to disable

What directory are you in when you gave the fastboot command
 

androidrooky

Member
Feb 24, 2014
12
0
OK try this for me open a new terminal and try

fastboot

I get the same output by running fastboot in a new terminal window --- just usage info.

I ran lsusb to make sure the cable is properly connected, and the device is detected on the USB bus (the last entry below should be the TF700):
Code:
% lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0458:705a KYE Systems Corp. (Mouse Systems) Asus USB2.0 Webcam
Bus 002 Device 002: ID 03f0:1617 Hewlett-Packard LaserJet 3015
Bus 001 Device 007: ID 0b05:4daf ASUSTek Computer, Inc.


---------- Post added at 05:13 PM ---------- Previous post was at 04:58 PM ----------

Also, I installed the adb and the fastboot packages from

http://www.webupd8.org/2012/08/install-adb-and-fastboot-android-tools.html

The write-up is a bit dated, so I'm wondering if I need to reinstall those packages from a more recent and suitable repository?
 

lj50036

Senior Member
Feb 14, 2013
3,321
3,297
42
FUXDA
I get the same output by running fastboot in a new terminal window --- just usage info.

I ran lsusb to make sure the cable is properly connected, and the device is detected on the USB bus (the last entry below should be the TF700):
Code:
% lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0458:705a KYE Systems Corp. (Mouse Systems) Asus USB2.0 Webcam
Bus 002 Device 002: ID 03f0:1617 Hewlett-Packard LaserJet 3015
Bus 001 Device 007: ID 0b05:4daf ASUSTek Computer, Inc.


---------- Post added at 05:13 PM ---------- Previous post was at 04:58 PM ----------

Also, I installed the adb and the fastboot packages from

http://www.webupd8.org/2012/08/install-adb-and-fastboot-android-tools.html

The write-up is a bit dated, so I'm wondering if I need to reinstall those packages from a more recent and suitable repository?


It should be build into Linux if u can uninstall all adb fastboot you should be able to get it right thought terminal
 

androidrooky

Member
Feb 24, 2014
12
0

lj50036

Senior Member
Feb 14, 2013
3,321
3,297
42
FUXDA

lj50036

Senior Member
Feb 14, 2013
3,321
3,297
42
FUXDA
OK, I added the udev rules given in

this link

and restarted udev, and fastboot seems to see the device now:

Code:
% fastboot devices
015d2bbce71c220e	fastboot

What should I do next?

Unzip the recovery there will be a blob file in there put it in your path...you should know that...mine path is my home folder....than type


Code:
fastboot -i 0x0B05 flash recovery blob

This will flash your new recovery it will happen fast

Than type

Code:
fastboot -i 0x0B05 reboot
 
Last edited:

androidrooky

Member
Feb 24, 2014
12
0
Unzip the recovery there will be a blob file in there put it in your path...you should know that...mine path is my home folder....than type


Code:
fastboot -i 0x0B05 flash recovery blob

This will flash your new recovery it will happen fast

Than type

Code:
fastboot -i 0x0B05 reboot

Done. Tablet booted into Asus stock ROM. What next?
 

lj50036

Senior Member
Feb 14, 2013
3,321
3,297
42
FUXDA
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    [SIZE=+2]This thread has been created for Questions & Answers/Troubleshooting[/SIZE]​
    [SIZE=+2]Specific to[/SIZE]

    [ROM][4.4.2][Official][CMB Roms cmb4.4.2][TF700T]

    Click link here>>Dev Forum<<Click link here


    Please feel free to share issues, questions and offer help

    It is always best to thank a ROM OP, in lieu of simply posting "Thank you".

    redLine.png

    Please keep discussion focused, on the topic described in the OP
    redLine.png
    2
    uqe4urav.jpg
    I mean the physical keyboard that attaches to the tablet so i guess itll work

    Sent from my SCH-I535 using Tapatalk

    I have a keyboard that attaches and it is working fine. Haven't had any problems with any of the keys. I guess I should try them all and report back. :)

    edit: all of the keys are functional. The only one I am not certain of is the "launch browser". I use Apex and I don't see any change when I depress that button. The verbage shows at the top so I guess it is operational. I just don't see any change unlike using the other functions. Hope that helps.

    Sent from my ASUS Transformer Pad TF700T using Tapatalk now Free
    2
    New OTA

    I am uploading a new OTA for our beloved 700's.... This on can be install as a stand alone or a OTA... Let me know if there is anything out of the ordinary.. We are working on the inviable text in users.. There are a few other things we are working on, so just let me know if there is anything that is not as it should be.... Thx lj

    Check the dev forum for downloads....
    2
    i would love to be able to say its better than Cromi-X but it would be like comparing apples to oranges.. I would also say Im a little bios as, I do dev for CMB roms, lol.... Battery life is great, performace is getting better as 4.4 has only be live for 2 mouths now... Free ram is 390 MB (on the newest build, not uploaded yet).... Thx for you feedback and great questions... Thx lj

    Well said ;) :good: CROMi-X as you said is much more mature and is on a much more solid base - although I am being tempted to dev a 4.4.2 based rom (out of boredom!) lol. Maybe I should pimp up CMB a bit ;)
    2
    How does this ROM compare in performance compared to Cromix ROM? Is battery life on par with cromix and how well does memory management work (free RAM)?

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


    i would love to be able to say its better than Cromi-X but it would be like comparing apples to oranges.. I would also say Im a little bios as, I do dev for CMB roms, lol.... Battery life is great, performace is getting better as 4.4 has only be live for 2 mouths now... Free ram is 390 MB (on the newest build).... Thx for you feedback and great questions... Thx lj