Code Monkey home page Code Monkey logo

rootmyvalet's Introduction

Hello! ๐Ÿ‘‹

About Me

  • ๐Ÿ‘จโ€๐Ÿ’ป Fluent in Python, C, C++, Java, and Javascript
  • ๐ŸŽ“ B.S. Computer Science & Economics, Rensselaer Polytechnic Institute (RPI)
  • ๐Ÿ’ป Linux

My resume

rootmyvalet's People

Contributors

benjimt avatar elliot-huffman avatar johnnyapol avatar joshua-friede avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rootmyvalet's Issues

Complete notification

Add a "Process Complete" notification to your app.

I do not know when it finishes and therefore leave it to run for ~15min before I reboot it.

Push.sh

There is now push.sh file present in the code. Could you please add it so rooting can continue as normal?

SU in source

Can you put the SU binary in the source? It is a bother for people to find it wild on the internet without some knowledge...

Not rooting still...

Here is my error code and output:

shell@android:/data/local/tmp $ ./roothandeler
./roothandeler
/system/bin/sh: ./roothandeler: not found
127|shell@android:/data/local/tmp $ chmod 0755 roothandler
chmod 0755 roothandler
shell@android:/data/local/tmp $ ./roothandler
./roothandler
ro.build.product=seanplus
ro.build.id=JRO03C
search kallsyms...
1 2 3 4 5 6 7 8 9 10 11 12
(kallsyms_addresses=c066fba0)
(kallsyms_num_syms=00010e24)
kernel dump...
1 2 3 4 5 6 7 8 9

prepare_kernel_cred=c00b14c8
commit_creds=c00b113c
ptmx_fops=c09f5698

Succeeded in getroot!
RootMyValet root script for Android devices
' unexpectedtmp/installsu.sh[14]: syntax error: '\
shell@android:/data/local/tmp $

ZTE Whirl 2

In the description it says the valet and phones similar to it.

Is there any chance this could work on the Whirl 2/Z667G?

Not rooting

I have installed and run the "push su" button but it has not rooted the device.
I have rebooted the device and checked again but no luck.
I pushed roothandeler, installsu.sh and su to the /data/local/tmp folder and chmoded the roothandeler and installsu.sh flile.

I am using a ZTE 665c.

cant get this to work at all

hey guys im a little new to this i have download the rootmyvalet.apk and tryed to run it and its telling me an IOExeption has occurred did you push roothandler binary to /data/local/tmp ect... can someone please give me a hand with this

Are you shure it works?

Here is my output

shell@android:/data/local/tmp $ ./roothandler                                   ./roothandler                                                                   ro.build.product=seanplus                                                       ro.build.id=JRO03C                                                              search kallsyms...                                                              1 2 3 4 5 6 7 8 9 10 11 12                                                      (kallsyms_addresses=c066fba0)                                                   (kallsyms_num_syms=00010e24)                                                    kernel dump...                                                                  1 2 3 4 5 6 7 8 9                                                                                                                                               prepare_kernel_cred=c00b14c8                                                    commit_creds=c00b113c                                                           ptmx_fops=c09f5698                                                                                                                                              Succeeded in getroot!                                                           RootMyValet root script for Android devices                                     : not found/tmp/installsu.sh[13]:                                                                                                                               Entering character mode                                                         Escape character is '^]'.                                                                                                                                                                                                                       busybox stty -echo                                                              shell@android:/data/local/tmp # busybox stty -echo                              : not foundid:/data/local/tmp # /data/local/tmp/installsu.sh[13]:               busybox su                                                                      su: unknown user root                                                           : not foundroid:/data/local/tmp # /data/local/tmp/installsu.sh[13]:             busybox mount -o rw,remount /system                                             : not foundid:/data/local/tmp # /data/local/tmp/installsu.sh[13]:               busybox cp /sdcard/su /system/xbin/su                                           cp: can't create '/system/xbin/su': Input/output error                          : not foundroid:/data/local/tmp # /data/local/tmp/installsu.sh[13]:             busybox chmod 06755 /system/xbin/su                                             chmod: /system/xbin/su: No such file or directory                               : not foundroid:/data/local/tmp # /data/local/tmp/installsu.sh[13]:             xbin/su /system/bin/su                                                        < ln: /system/bin/su: Read-only file system                                       : not foundroid:/data/local/tmp # /data/local/tmp/installsu.sh[13]:             busybox pkill telnetd                                                           : not foundroid:/data/local/tmp # /data/local/tmp/installsu.sh[14]:             /data/local/tmp/installsu.sh[15]: syntax error: 'if' unmatched                  shell@android:/data/local/tmp $```

Sleep Commands in Script

I was talking with my friend who works on supercomputers and he noticed the sleep commands.

Why are those there? He says that they are a wast of time to put them in.

Is there any special reason why there there?

can i please get help for my root ??

i was wondering.... could someone please help me understand how to gain root access to my ZTE z665c (valet) ..... i have tried several apps but they don't seem to work. could someone possibly explain
to me step by step how to do this ? i'd be ever so grateful...

New way to execute telnet commands

I have done some research on how to execute telnet commands more efficiently and here is a method to try:

busybox telnet 127.0.0.1 23 <<EOF
command
command 2
command 3
EOF

See if this works :)

An IOException has occurred.

When I open RootMyValet and hit Push SU Binary, the following error message pops up in a grey box after a few seconds:

"An IOException has occured [sic], did you push the roothandler binary to /data/local/tmp and set it execute permissions? Message: Error running exec(). Command: [/data/local/tmp/roothandler] Working Directory: null Environment: null"

I pressed the menu button in the RootMyValet app and pressed Settings, but nothing happened. How do I fix this? Please not that my phone is an actual ZTE Valet and not some other model.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.