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

Rooting the Augen Gentouch

This is a discussion on Rooting the Augen Gentouch within the Augen Gentouch forums, part of the Other Minor Android Tablet Brands category; Originally Posted by obiwan22 I have problem using root where do you put the super user after you download it? anywhere on the computer? then ...


+ Reply to Thread
Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 21 to 30 of 47
  1. #21
    Senior Member
    Points: 5,121, Level: 45
    Level completed: 86%, Points required for next Level: 29
    Overall activity: 5.0%
    Achievements:
    5000 Experience Points 1000 Experience Points 500 Experience Points 250 Experience Points 1 year registered

    Member #
    1474
    Join Date
    Aug 2010
    Location
    North Carolina
    Posts
    354
    Thanked
    23 times
    Points
    5,121
    Level
    45
    Quote Originally Posted by obiwan22 View Post
    I have problem using root

    where do you put the super user after you download it? anywhere on the computer?

    then to use adb from command prompt should my default startup be android-sdk-windows/tools?
    you can either put it in the root of your c:\ on your pc or another directory.. BUT if you do you have to amend the adb comands to reflect that dir change....
    i.e. ... if you placed the unzipped files in a folder on your c:\ called "android" the comands would be changed to this....


    adb push /android/system/app/Superuser.apk /system/app/
    adb push /android/system/xbin/su /system/xbin
    adb shell rm /system/bin/su
    adb shell ln -s /android/system/xbin/su /system/bin/su
    adb shell chmod 6755 /system/xbin/su
    adb shell reboot


    any questions feel free to PM me...

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

  3. #22
    Member Achievements:
    7 days registered 31 days registered 3 months registered 1 year registered 100 Experience Points

    Member #
    1627
    Join Date
    Aug 2010
    Posts
    51
    I still dont get it

    but where do I put the files so that the commands run like in the first post?

    and your commands look very different than the first post ones.

    for example:

    your first command
    adb push /android/system/app/Superuser.apk /system/app/

    first post(first command)
    adb push ./system/app/Superuser.apk /system/app/

    WHY is there a . in front of/system?!!?!

    I really need some help here(this should be easy) but its not!

  4. #23
    Administrator
    Points: 85,746, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%
    Achievements:
    Recommendation Second Class 25000 Experience Points 10000 Experience Points 5000 Experience Points 1000 Experience Points

    Member #
    795
    Join Date
    Jul 2010
    Location
    Hong Kong, China (formerly Canada)
    Posts
    3,470
    Thanked
    340 times
    Points
    85,746
    Level
    100
    The 'adb push' command is structured to accept two locations

    For example:
    Code:
     adb push /android/system/app/Superuser.apk /system/app/
    '/android/system/app/Superuser.apk' = path to the file you want to put into your Android device
    '/system/app/' = path within your Android device

    It's just relative or absolute file paths...
    Huawei Ideos S7-104 on Singapore ROM, HSG X5A, RK2818 RT7, (Past: IMX515 APAD, RK2808 APAD)My written articles are licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License

    位於香港。本人現在已比較小時間瀏覽此論壇。有關和此論壇的合作關係,請聯絡admin或4N ines。

  5. #24
    Senior Member
    Points: 5,121, Level: 45
    Level completed: 86%, Points required for next Level: 29
    Overall activity: 5.0%
    Achievements:
    5000 Experience Points 1000 Experience Points 500 Experience Points 250 Experience Points 1 year registered

    Member #
    1474
    Join Date
    Aug 2010
    Location
    North Carolina
    Posts
    354
    Thanked
    23 times
    Points
    5,121
    Level
    45
    Quote Originally Posted by obiwan22 View Post
    I still dont get it

    but where do I put the files so that the commands run like in the first post?

    and your commands look very different than the first post ones.

    for example:

    your first command
    adb push /android/system/app/Superuser.apk /system/app/

    first post(first command)
    adb push ./system/app/Superuser.apk /system/app/

    WHY is there a . in front of/system?!!?!

    I really need some help here(this should be easy) but its not!

    sorry if i confused you...
    as i said you either unzip the file you downloaded directly to your c: drive... not in to any folder but on the c: .. which would lead you to using the original posts direections.. yet i could only get it to work by eliminating the "."'s that you have pointed out....

    OR... if you do unzip the files to a specific folder... as in my previous explaination using a folder named "android" on the c:\ then you have to use that folder as in my example...

  6. #25
    Member Achievements:
    7 days registered 31 days registered 3 months registered 1 year registered 100 Experience Points

    Member #
    1627
    Join Date
    Aug 2010
    Posts
    51
    dam it

    I tried putting the files directly on C harddrive

    but when I get to adb shell I get too many problems like-that file/directory doesnt exist!

    someone help!

  7. #26
    Administrator
    Points: 85,746, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%
    Achievements:
    Recommendation Second Class 25000 Experience Points 10000 Experience Points 5000 Experience Points 1000 Experience Points

    Member #
    795
    Join Date
    Jul 2010
    Location
    Hong Kong, China (formerly Canada)
    Posts
    3,470
    Thanked
    340 times
    Points
    85,746
    Level
    100
    Quote Originally Posted by obiwan22 View Post
    dam it

    I tried putting the files directly on C harddrive

    but when I get to adb shell I get too many problems like-that file/directory doesnt exist!

    someone help!
    Take screenshots and be more specific if you can...
    Huawei Ideos S7-104 on Singapore ROM, HSG X5A, RK2818 RT7, (Past: IMX515 APAD, RK2808 APAD)My written articles are licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License

    位於香港。本人現在已比較小時間瀏覽此論壇。有關和此論壇的合作關係,請聯絡admin或4N ines。

  8. #27
    Member Achievements:
    7 days registered 31 days registered 3 months registered 1 year registered 100 Experience Points

    Member #
    1627
    Join Date
    Aug 2010
    Posts
    51
    Edit

    I think I rooted it but Im not sure.

    I redid the whole process without any errors.

    however, but when I did get to adb shell commands and pressed enter, I dont know if it went through to the device because it the command prompt line just went down a step with no information like with adb push

    is there a way to check if you rooted it or not?

  9. #28
    Member Achievements:
    7 days registered 31 days registered 3 months registered 1 year registered 100 Experience Points

    Member #
    1627
    Join Date
    Aug 2010
    Posts
    51
    edit nvm!!

    I have root!!!!!

  10. #29
    Junior Member Achievements:
    7 days registered 31 days registered 3 months registered 1 year registered 100 Experience Points

    Member #
    1723
    Join Date
    Aug 2010
    Posts
    24
    Quote Originally Posted by Swould333 View Post
    yeah had the same issue to.. it's not mounting the sd... there's a menu item that'll lead to an option to do so.. i don't have my GT in front of me or i'd tell you which one but it has options to mount and unmount differnt aspects of the hardware and software.... just look into the menus.. if it not there then just back out by using the "back" button.. once you mount the sd card it'll allow you to do nandroid back up...

    and inversly you may have to mount the card to restore if you're going to restore from a previous back up...
    I'd appreciate if you can find out where I can get this menu option, as I looked around and no luck, even in theSettings, the section for SD card is all dimmed as the GT does not see the SD card

  11. #30
    Senior Member
    Points: 5,121, Level: 45
    Level completed: 86%, Points required for next Level: 29
    Overall activity: 5.0%
    Achievements:
    5000 Experience Points 1000 Experience Points 500 Experience Points 250 Experience Points 1 year registered

    Member #
    1474
    Join Date
    Aug 2010
    Location
    North Carolina
    Posts
    354
    Thanked
    23 times
    Points
    5,121
    Level
    45
    Quote Originally Posted by aaoflaca View Post
    I'd appreciate if you can find out where I can get this menu option, as I looked around and no luck, even in theSettings, the section for SD card is all dimmed as the GT does not see the SD card

    It's not showing the card even with the device upa nd running regular,...as in not in clockwork recovery?


    then i'd say try reinserting your card first.. then if that didn't so it.. try another card... and still no luck .. it's prob the tablet..

    AND.. for further ref... the menu in clockwork that will allow you to mount the sd is the one called "partitions"... it's down about the 4th or 5th option... there's actually an option to even mount a usb drive... haven't tried that yet.. will post when i do...
    Last edited by Swould333; 08-16-2010 at 05:45 PM.


 

Sponsors:

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. Augen GenTouch video review (not by me)
    By wuyanks in forum Augen Gentouch
    Replies: 20
    Last Post: 09-15-2010, 05:45 PM
  2. Augen Gentouch: $149.99 at K-Mart & SEARS
    By wuyanks in forum Augen Gentouch
    Replies: 54
    Last Post: 09-09-2010, 01:53 PM
  3. Is the GenTouch really running Android 1.6?
    By wuyanks in forum Augen Gentouch
    Replies: 17
    Last Post: 08-12-2010, 11:31 AM
  4. Gentouch NBA7800ATP factory reset
    By kevins7189 in forum Augen Gentouch
    Replies: 24
    Last Post: 08-06-2010, 09:16 PM
  5. Augen Gentouch Information
    By xaueious in forum Augen Gentouch
    Replies: 0
    Last Post: 08-02-2010, 08:20 PM

Search tags for this page

Augen Gentouch root

,
augen gentouch rooting
,

augen root

,
augen rooting
,

augen tablet root

,
how do i upgrade my augen 7.4
,
how do you reset augen gebtouch
,
how to root a augen gentouch
,
how to root a gentouch7
,
how to root augen
,

how to root augen gentouch

,
how to root augen gentouch tablet
,
how to root the augen gentouch 7
,
nba7800atp eclair driver
,

root augen

,
root augen 78 tablet
,
root gentouch
,
rooting augen
,
rooting augen gentouch
,
rooting gentouch 7
Click on a term to search our sites for related topics.
Powered by vBulletin® Version 4.1.7
Copyright © 2012 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 05:59 PM.