New Hp Slate 7 Intel cpu 1800la

Search This thread

Naxala

New member
Dec 24, 2013
1
1
Error: Device not found

:good::good::good::good::good:

I got several references on how to root these devices. I can verify that this method (IF followed correctly) Will in fact work and it worked great.

All this information was taken from http://xdaforums.com/showthread.php?p=48613847#post48613847 from konnspiracy, kzerafa who got me all worked up to do this.

These steps are what I had to do directly to get these 3 HP 7 1800 Tablets rooted.

I just rooted it. WEWT! :) Verified.
Windows 7 Ultimate 64bit

First time on this kind of root but if this can help someone else, here goes..

VERY first thing, go here and download this package and extract to C:\adt-bundle-windows-x86_64-20131030\sdk\platform-tools.

https://developer.android.com/sdk/index.html

1. Plug in your device and make sure its the cable that came with the device before starting this process.
2. Go to your HP 7 1800 Settings then Developer options and turn ON (Default is OFF)
3. Check mark USB debugging under DEBUGGING (5th option down)
4. Go here and Download AdbDriverInstaller.exe http://adbdriver.com/downloads/
5. Once its detected your device, install the driver.
6. Now go to this link http://xdaforums.com/showthread.php?t=2541398
7. Download TwerkMyMoto-1.0.zip (Direct Link http://xdaforums.com/attachment.php?attachmentid=2412292&d=1385320284 )
8. Extract the files into your C:\adt-bundle-windows-x86_64-20131030\sdk\platform-tools
9. Follow the instructions per http://xdaforums.com/showthread.php?t=2541398 under jcase post. Yes this post is for a Motorola Razr I BUT THIS WILL WORK FOR OUR HP 7 1800 Tablets :)

Now open CMD by hitting your start ball and in the search programs and files box type in, CMD. Black box comes up and type these in order.

Type

C: then press Enter
cd adt-bundle-windows-x86_64-20131030\sdk\platform-tools then press enter

Now type these exactly.

adb push su /data/local/tmp/
adb push rootme.sh /data/local/tmp/
adb push TwerkMyMoto.jar /data/local/tmp/
adb shell chmod 755 /data/local/tmp/rootme.sh
adb shell /data/local/tmp/rootme.sh
adb reboot
adb shell /data/local/tmp/rootme.sh
After this last command, your device will reboot after about 40-50 seconds, please be patient.

BLAMO! At least it should be a blamo. :)

GO to the play store and download SuperSU Free and Root Checker.
Run Superuser under Normal for first run, then use root checker to verify.

If not, Im sorry and Id like to take this time to say that I in NO way am responsible for anyone blowing their device up. :)


Happy Rooting! :)
More importantly THANK YOU XDA and the great people with no fear to help all of us! :)

JJMAN
http://www.jjman.org/modules/news/article.php?storyid=66

Hello JJMAN1st, I have the same HP 7 that I got couple weeks ago. I did everything in this tutorial to root mine but I couldn't :crying:. When I start using the commands for the ADB it prompt: "Device not found". I install the driver and I think did everything correctly. I need your Help to root mine. Thanks!
 
Last edited:
  • Like
Reactions: lrose79

shavkatov

New member
Dec 23, 2013
4
0
Guys, need help. I've changed lcd density, now it's stuck in boot loop. I suppose i can flash it with a rom with a proper build. in it, who can help me? Pls
 

konnspiracy

Senior Member
Dec 25, 2010
192
16
ill push the kernel source to git tonight, i think the android parts are 4.1.2

i just downloaded the Venue 7/8 dell 4.2.2 source and the lenovo k900 source ruffly looking at them the parts that all three sources have look to be the same.

still no device tree guess have to use the razr-i device tree as a starting point and modify for the HP,

Ya,
I believe everything for the razr i and the galaxy tab 3 10" should have the same device tree. If we can get a working kernel we can flash aa recovery through fastboot. It will let me flash the stock recovery anyways. With a semi working recovery we can get some builds going. Really the hardest part should be wifi and the screen.
 

konnspiracy

Senior Member
Dec 25, 2010
192
16
  • Like
Reactions: shavkatov

konnspiracy

Senior Member
Dec 25, 2010
192
16
ill push the kernel source to git tonight, i think the android parts are 4.1.2

i just downloaded the Venue 7/8 dell 4.2.2 source and the lenovo k900 source ruffly looking at them the parts that all three sources have look to be the same.

still no device tree guess have to use the razr-i device tree as a starting point and modify for the HP,

Any progress on uploading to github?

Sent from my HP 7 using xda app-developers app
 

JJMAN1st

Member
Jun 30, 2009
17
6
Park Hills MO
:eek:

Naxala,

Try this first step by konnspiracy first and see if you can get your windows to see this device before attempting the root. Hope that helps you and I just gave these to my kids this morning and I tell you, this tablet runs like a dream for real. Its really fast and works really nice. Well worth the price. :)

Good Luck! :)

JJMAN

Originally Posted by konnspiracy View Post
Okay guys,

For windows 7 and 8 you are going to want to install the generic adb drivers

https://developer.android.com/sdk/index.html

Download the windows installer

Follow onscreen instructions

Then

1. please use this command to add it
echo 0x03F0 >> %HOMEPATH%\.android\adb_usb.ini

2. And, find the Google USB driver android_winusb.inf which is located in <sdk>\extras\google\usb_driver\.

Add below sections and save it,

; HP
%SingleAdbInterface% = USB_Install, USB\VID_03F0&PID_5E1D
%CompositeAdbInterface% = USB_Install, USB\VID_03F0&PID_5D1D&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_03F0&PID_601D&MI_01

3. Manual install driver for the device, from Device Manager.

You will need to go to your device manager and you should see an unknown android device with a little yellow symbol next to it.
follow this for a rough guide.

http://www.eightforums.com/tutorials...ndows-8-a.html

Obviously your looking for the adb driver in the sdk on the C:\ android-sdk\etc.....

After all these done, restart ADB service to check the device (adb devices)


I'm on linux so if one of yall can get the hang of the process, please take some snap shots and then we can get a better adb tutorial.

Also after you see your device after using the adb command "adb devices" you can use the mototweak exploit to get access to root.

I need help with getting this procedure down in windows so please feel free to contribute.



I would like to give credit to the folks over at the hp forums,
http://h30434.www3.hp.com/t5/Android...s/td-p/2574571
 
Last edited:

infinitysedge

New member
Dec 27, 2013
2
0
Pikeville
I could never get adb to work with mine so I mixed methods. I downloaded moborobo, and the Shuame I think it was root program. It wouldn't root it for me but it could however see the tablet. So I put the mototweak files in the shuame directory where it installs adb. Then ran adb from within shuame since it could see the tablet. I just copied and pasted all the commands from the mototweak and presto, rooted. However moving apps to SD is still not supported by this tablet. I'm running into lots of issues. For instance DO NOT install chainfire3d driver unless you're ready to recover from the factory update.zip. nova launcher works well. Titanium backup mostly works. Dont expect to get much out of root on this one yet. I've read here for a long time. Rooted several different devices. Other than that I'm a dummy lol. Hoping this thread goes somewhere and happy to test what I can for folks. I've lurked long enough. I just wanted to thank all who have contributed their knowledge. You guys are awesome.

Sent from my HP 7 using xda app-developers app
 

PookEB

New member
Dec 29, 2013
1
0
Thanks!

I created an account just say thanks! Great work! I'll definitely be checking these forums often.
 

dustinxx

New member
Jan 1, 2014
2
0
Just rooted my hp 7 1800, havnt found much support except here so just wanted to say thanks, hope theres more support to come i would love to install costum roms and change up my os someday, maybe when im a little more confident with knowing how these tablets will handle it. use the bios prompt that konnspiracy listed earlier and it work like a charm.
 

dabigbmc

Member
Jan 13, 2012
7
0
Link to Working adb

Download this and run adb in here was having same problem then made this file and it worked first try.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    :good::good::good::good::good:

    I got several references on how to root these devices. I can verify that this method (IF followed correctly) Will in fact work and it worked great.

    All this information was taken from http://xdaforums.com/showthread.php?p=48613847#post48613847 from konnspiracy, kzerafa who got me all worked up to do this.

    These steps are what I had to do directly to get these 3 HP 7 1800 Tablets rooted.

    I just rooted it. WEWT! :) Verified.
    Windows 7 Ultimate 64bit

    First time on this kind of root but if this can help someone else, here goes..

    VERY first thing, go here and download this package and extract to C:\adt-bundle-windows-x86_64-20131030\sdk\platform-tools.

    https://developer.android.com/sdk/index.html

    1. Plug in your device and make sure its the cable that came with the device before starting this process.
    2. Go to your HP 7 1800 Settings then Developer options and turn ON (Default is OFF)
    3. Check mark USB debugging under DEBUGGING (5th option down)
    4. Go here and Download AdbDriverInstaller.exe http://adbdriver.com/downloads/
    5. Once its detected your device, install the driver.
    6. Now go to this link http://xdaforums.com/showthread.php?t=2541398
    7. Download TwerkMyMoto-1.0.zip (Direct Link http://xdaforums.com/attachment.php?attachmentid=2412292&d=1385320284 )
    8. Extract the files into your C:\adt-bundle-windows-x86_64-20131030\sdk\platform-tools
    9. Follow the instructions per http://xdaforums.com/showthread.php?t=2541398 under jcase post. Yes this post is for a Motorola Razr I BUT THIS WILL WORK FOR OUR HP 7 1800 Tablets :)

    Now open CMD by hitting your start ball and in the search programs and files box type in, CMD. Black box comes up and type these in order.

    Type

    C: then press Enter
    cd adt-bundle-windows-x86_64-20131030\sdk\platform-tools then press enter

    Now type these exactly.

    adb push su /data/local/tmp/
    adb push rootme.sh /data/local/tmp/
    adb push TwerkMyMoto.jar /data/local/tmp/
    adb shell chmod 755 /data/local/tmp/rootme.sh
    adb shell /data/local/tmp/rootme.sh
    adb reboot
    adb shell /data/local/tmp/rootme.sh
    After this last command, your device will reboot after about 40-50 seconds, please be patient.

    BLAMO! At least it should be a blamo. :)

    GO to the play store and download SuperSU Free and Root Checker.
    Run Superuser under Normal for first run, then use root checker to verify.

    If not, Im sorry and Id like to take this time to say that I in NO way am responsible for anyone blowing their device up. :)


    Happy Rooting! :)
    More importantly THANK YOU XDA and the great people with no fear to help all of us! :)

    JJMAN
    http://www.jjman.org/modules/news/article.php?storyid=66
    4
    Okay guys,

    For windows 7 and 8 you are going to want to install the generic adb drivers

    https://developer.android.com/sdk/index.html

    Download the windows installer

    Follow onscreen instructions

    Then

    1. please use this command to add it
    echo 0x03F0 >> %HOMEPATH%\.android\adb_usb.ini

    2. And, find the Google USB driver android_winusb.inf which is located in <sdk>\extras\google\usb_driver\.

    Add below sections and save it,

    ; HP
    %SingleAdbInterface% = USB_Install, USB\VID_03F0&PID_5E1D
    %CompositeAdbInterface% = USB_Install, USB\VID_03F0&PID_5D1D&MI_01
    %CompositeAdbInterface% = USB_Install, USB\VID_03F0&PID_601D&MI_01

    3. Manual install driver for the device, from Device Manager.

    You will need to go to your device manager and you should see an unknown android device with a little yellow symbol next to it.
    follow this for a rough guide.

    http://www.eightforums.com/tutorials/9695-driver-install-device-manager-windows-8-a.html

    Obviously your looking for the adb driver in the sdk on the C:\ android-sdk\etc.....

    After all these done, restart ADB service to check the device (adb devices)


    I'm on linux so if one of yall can get the hang of the process, please take some snap shots and then we can get a better adb tutorial.

    Also after you see your device after using the adb command "adb devices" you can use the mototweak exploit to get access to root.

    I need help with getting this procedure down in windows so please feel free to contribute.



    I would like to give credit to the folks over at the hp forums,
    http://h30434.www3.hp.com/t5/Android-Tablets-e-g-HP-Slate-7/ADB-drivers/td-p/2574571
    2
    Rooted - hp 7 1800

    i too have picked up the hp 7 on black friday i also managed to root it yesterday as well im including what i have done to get root. havent fully tested it out yet but i have installed busybox x as well . Checked with RootChecker


    as for restoreing i have found the Update.zip on the Hp Site
    Update.zip ( http://ftp.hp.com/pub/softlib/software12/COL52068/ob-125848-1/update.zip )


    i take no credit for any of this work other then just TRYING others work

    real credit goes to jcase
    http://xdaforums.com/showthread.php?t=2541398

    with SuperSU 1.80 (Play Store)


    if you looking for busybox i did manage to get BusyBox X (Play Store) to install
    2
    Thanks, that's what I suspected as well. Documentation for IFWI seems rather scant :-/

    The actual application for signing + some description of the images and image building process may be found in a Russian 4PDA forum, but it looks like the signing uses asymmetric cryptography, so even if you could extract the keys from IFWI image, they would be only public keys. And messing with IFWI image seems like a sure way to brick the phone/tablet (+ I guess they may be asymmetrically signed by Intel as well).

    Unsigned images can be flashed but they did not work in Dell Venue 7 so I think they won't work for you as well :(.
    2
    Give me a day or to and I will do a write up on installing the drivers and root procedure. You will have to install drivers with the HP vendor Id. So for windows 8 you have to allow unsigned drivers. Otherwise adb cannot see the device. In Linux you have to set your permissions and use the HP vendor Id.

    Sent from my HP 7 using xda app-developers app