Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Next book ROMs

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    My Ramos W13Pro AMlogic was pre-rooted in a way. I was able to ADB to it and type su and got the # prompt back.
    What we need for sure is uImage dump (boot.img is the same). This will give us the kernel and boot which is the most important part!

    Get Android Terminal Emulator. Run it and at the $ prompt type su
    If it returns with # it means you have root access.

    If you do not get # it is not pre rooted. However you can do this command without root I think
    cat /proc/mtd

    This will show the mounted blocks. We need to dump those to SDcard using DD command.

    Bob
    "Pzebacz im, bo nie wiedzą, co czynią"
    "Прости им, они не ведают, что творят"
    "Perdona loro perché non sanno quello che fanno"
    "Vergib ihnen, denn sie wissen nicht, was sie tun"
    "Vergeef hen want ze weten niet wat ze doen"
    "Pardonne-leur car ils ne savent pas ce qu'ils font"
    "Perdónalos porque no saben que lo que hacen"
    "Oprosti im, jer ne znaju što čine"
    "Forgive them as they know not what they do"





    Comment


      #32
      Originally posted by eegorr View Post
      See my previous replies to you on other threads. I think you are mistaken about which tablet you have. According to Nextbook tech support, they only made two versions of Nextbook Premium 8 SE and both of them have screen resolutions of 800x600, 500MB of RAM, and 4GB of internal NVRAM. I think you have a Nextbook Premium 10. Screen size is measured diagonally, from corner to corner of the display. Measure yours - height, width, and diagonally and report the results back here. Also, you can check your model by going to the "Settings" page, selecting "About tablet", and looking at "Model number". Report that here, and, while you are at it, report the "Android version", too.
      Sure I have 8 inch screen tablet with 8 GB internal memory......
      Model Next8P12, Android version 4.0.3.
      If you still not believing I will show you screen shot..... :-)

      Comment


        #33
        Originally posted by asaddotcom View Post
        Sure I have 8 inch screen tablet with 8 GB internal memory......
        Model Next8P12, Android version 4.0.3.
        If you still not believing I will show you screen shot..... :-)


        Is this one yours?

        Comment


          #34
          Originally posted by verucalise View Post
          Yeah its look like same, but I have 1GHZ A8 processor and android version 4.0.3 rest of all is same specs

          Comment


            #35
            Originally posted by Finless View Post
            My Ramos W13Pro AMlogic was pre-rooted in a way. I was able to ADB to it and type su and got the # prompt back.
            What we need for sure is uImage dump (boot.img is the same). This will give us the kernel and boot which is the most important part!

            Get Android Terminal Emulator. Run it and at the $ prompt type su
            If it returns with # it means you have root access.

            If you do not get # it is not pre rooted. However you can do this command without root I think
            cat /proc/mtd

            This will show the mounted blocks. We need to dump those to SDcard using DD command.

            Bob
            Bob,

            I have one of the amlogic tablets. I am more than willing to reset it factory setting and helping any way I can. I am linux illiterrate but not computer stupid.

            I downloaded an emulator and the su command failed. The cat one dud generate info, but no idea on to dump the items to a sd card. Someone want to try to walk me through it?

            Thx for helping us out with this. Everyone too.

            Comment


              #36
              Progress!

              Originally posted by Finless View Post
              My Ramos W13Pro AMlogic was pre-rooted in a way. I was able to ADB to it and type su and got the # prompt back.
              What we need for sure is uImage dump (boot.img is the same). This will give us the kernel and boot which is the most important part!

              Get Android Terminal Emulator. Run it and at the $ prompt type su
              If it returns with # it means you have root access.

              If you do not get # it is not pre rooted. However you can do this command without root I think
              cat /proc/mtd

              This will show the mounted blocks. We need to dump those to SDcard using DD command.

              Bob
              There is no su command, there is no /xsys directory.

              I found the apk for Android Terminal Emulator and installed it. Using it I still don't have access to the /data directory, but I now have write access to the sd card, both internal and external.

              Her are the mounted blocks, via adb in windows command shell:

              shell@android:/ $ cat /proc/mtd
              cat /proc/mtd
              dev: size erasesize name
              mtd0: 00400000 00100000 "bootloader"
              mtd1: 00800000 00200000 "logo"
              mtd2: 00800000 00200000 "aml_logo"
              mtd3: 00800000 00200000 "recovery"
              mtd4: 00800000 00200000 "boot"
              mtd5: 20000000 00200000 "system"
              mtd6: 08000000 00200000 "cache"
              mtd7: 20000000 00200000 "userdata"
              mtd8: b5400000 00200000 "NFTL_Part"
              shell@android:/ $

              If you can walk me through the process of dumping what you need to the external SD card I will try it and get back to you today.

              The path to the external SD card is /mnt/sdcard/external_sdcard.

              BTW, after being denied a ROM image file, I requested source code from their tech support - don't they have to provide this as a condition for using Google's open source OS code? If I got that, could you create a new ROM from it?
              Last edited by eegorr; 12-11-2012, 00:39.
              Nextbook Premium 8 SE (Next8P12) - * ROOTED * (Sold on ****)
              AML8726-M3 Cortex A9 @ 1GHz

              Nextbook Premium 8 HD (N0008HD8G) - * ROOTED *

              Nextbook 8 (NX785QC8G) - STOCK (unfortunately)

              Comment


                #37
                Originally posted by asaddotcom View Post
                Sure I have 8 inch screen tablet with 8 GB internal memory......
                Model Next8P12, Android version 4.0.3.
                If you still not believing I will show you screen shot..... :-)
                Why would their tech support deny making a tablet with your specs? It is not just the display size, but the RAM and NVRAM specs, as well. Did you buy your tablet outside the US?

                Forget the screen shot - it will probably just report whatever the ROM you have loaded says. Just tell me what the dimensions of your display are - height, width, and diagonally.
                Last edited by eegorr; 12-10-2012, 01:32.
                Nextbook Premium 8 SE (Next8P12) - * ROOTED * (Sold on ****)
                AML8726-M3 Cortex A9 @ 1GHz

                Nextbook Premium 8 HD (N0008HD8G) - * ROOTED *

                Nextbook 8 (NX785QC8G) - STOCK (unfortunately)

                Comment


                  #38
                  Root Check Pro Results

                  I found an app called Root Check Pro, installed it, and here is what it says:

                  Root Access is not properly configured or was not granted.

                  Superuser Application Status:
                  Superuser application - is NOT installed!
                  The Superuser application, available in the Android Market, is recommended for managing root access.

                  System File Properties for Root Access:
                  Standard Location
                  Check Command: ls -l /system/bin/su:
                  Result: /system/bin/su: No such file or directory
                  Analysis: File /system/bin/su does not exist.

                  Alternative Location
                  Check Command: ls -l /sbin/su:
                  Result: /sbin/su: No such file or directory
                  Analysis: File /sbin/su does not exist.

                  Standard Location
                  Check Command: ls -l /system/xbin/su:
                  Result: /system/xbin/su: No such file or directory
                  Analysis: File /system/xbin/su does not exist.

                  Alternative Location
                  Check Command: ls -l /system/xbin/sudo:
                  Result: /system/xbin/sudo: No such file or directory
                  Analysis: File /system/xbin/sudo does not exist.

                  Root User ID and Group ID Status:
                  SU binary not found or not operating properly

                  System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin

                  ADB Shell Default User:
                  ADB shell setting for standard access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1

                  -------------------------

                  It also checks for BusyBox:

                  BusyBox has been installed correctly!

                  System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin

                  BusyBox binary location:
                  /system/xbin/busybox

                  BusyBox binary file information:
                  -rwxr-xr-x root shell 406668 2008-08-01 05:00 busybox

                  Installed BusyBox Version:
                  1.16.2androidfull

                  BusyBox supports the following applets:
                  [, [[, arp, ash, awk, basename, bbconfig, blkid, brctl, bunzip2, bzcat, bzip2, cal, cat, catv, chgrp, chmod, chown, chroot, cksum, clear, cmp, cp, cpio, cut, date, dc, dd, depmod, devmem, df, diff, dirname, dmesg, dnsd, dos2unix, du, echo, ed, egrep, env, expr, false, fbset, fdisk, fgrep, find, fold, free, freeramdisk, fuser, getopt, grep, gunzip, gzip, head, hexdump, id, ifconfig, insmod, install, ip, kill, killall, killall5, length, less, ln, losetup, ls, lsmod, lspci, lsusb, lzop, lzopcat, md5sum, mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.vfat, mknod, mkswap, mktemp, modprobe, more, mount, mountpoint, mv, nc, netstat, nice, nohup, ntpd, od, patch, pgrep, pidof, ping, pkill, printenv, printf, ps, pwd, rdev, readlink, realpath, renice, reset, rm, rmdir, rmmod, route, run-parts, sed, seq, setsid, sh, sha1sum, sha256sum, sha512sum, sleep, sort, split, stat, strings, stty, swapoff, swapon, sync, sysctl, tac, tail, tar, tee, telnet, test, tftp, time, top, touch, tr, traceroute, true, tty, tune2fs, umount, uname, uniq, unix2dos, unlzop, unzip, uptime, usleep, uudecode, uuencode, vi, watch, wc, wget, which, whoami, xargs, yes, zcat


                  Results provided on your Next8P12 device by Root Checker Pro version 1.2.7 from joeykrim in the Android Market - http://goo.gl/NcnHn
                  Nextbook Premium 8 SE (Next8P12) - * ROOTED * (Sold on ****)
                  AML8726-M3 Cortex A9 @ 1GHz

                  Nextbook Premium 8 HD (N0008HD8G) - * ROOTED *

                  Nextbook 8 (NX785QC8G) - STOCK (unfortunately)

                  Comment


                    #39
                    The silence is deafening...

                    I'm about to try Superoneclick - someone, stop me!
                    Nextbook Premium 8 SE (Next8P12) - * ROOTED * (Sold on ****)
                    AML8726-M3 Cortex A9 @ 1GHz

                    Nextbook Premium 8 HD (N0008HD8G) - * ROOTED *

                    Nextbook 8 (NX785QC8G) - STOCK (unfortunately)

                    Comment


                      #40
                      Originally posted by eegorr View Post
                      I'm about to try Superoneclick - someone, stop me!
                      LOL no, do it! I'm linux stupid, wish I could help out. If anyone needs me to do anything on mine with the AML processor, feel free to let me know.

                      Comment


                        #41
                        Damaged Internal Storage

                        edit of my original post on damaged internal storage, your latest release totally fixes it thanks a million

                        keep up the good work and always a beta tester here if u need one

                        Last edited by RAIDFIRE; 12-11-2012, 14:57.

                        Comment


                          #42
                          Originally posted by verucalise View Post
                          LOL no, do it! I'm linux stupid, wish I could help out. If anyone needs me to do anything on mine with the AML processor, feel free to let me know.
                          I'd rather continue with the process Bob started on Saturday, but it seems he has abandoned us on the verge of success!
                          Nextbook Premium 8 SE (Next8P12) - * ROOTED * (Sold on ****)
                          AML8726-M3 Cortex A9 @ 1GHz

                          Nextbook Premium 8 HD (N0008HD8G) - * ROOTED *

                          Nextbook 8 (NX785QC8G) - STOCK (unfortunately)

                          Comment


                            #43
                            I really cannot help to much now since you dont have root of any kind to dump it.

                            I imagine like Rockchip it might be possible to read NAND RAW like the Linux RKflash tool does (does not require root) but I bet that tools code would need to be modified.

                            Bob
                            "Pzebacz im, bo nie wiedzą, co czynią"
                            "Прости им, они не ведают, что творят"
                            "Perdona loro perché non sanno quello che fanno"
                            "Vergib ihnen, denn sie wissen nicht, was sie tun"
                            "Vergeef hen want ze weten niet wat ze doen"
                            "Pardonne-leur car ils ne savent pas ce qu'ils font"
                            "Perdónalos porque no saben que lo que hacen"
                            "Oprosti im, jer ne znaju što čine"
                            "Forgive them as they know not what they do"





                            Comment


                              #44
                              What was the point of this, then?

                              Originally posted by Finless View Post
                              However you can do this command without root I think
                              cat /proc/mtd

                              This will show the mounted blocks. We need to dump those to SDcard using DD command.

                              Bob
                              See my previous messages. How do I go about this?
                              Nextbook Premium 8 SE (Next8P12) - * ROOTED * (Sold on ****)
                              AML8726-M3 Cortex A9 @ 1GHz

                              Nextbook Premium 8 HD (N0008HD8G) - * ROOTED *

                              Nextbook 8 (NX785QC8G) - STOCK (unfortunately)

                              Comment


                                #45
                                Originally posted by eegorr View Post
                                Why would their tech support deny making a tablet with your specs? It is not just the display size, but the RAM and NVRAM specs, as well. Did you buy your tablet outside the US?

                                Forget the screen shot - it will probably just report whatever the ROM you have loaded says. Just tell me what the dimensions of your display are - height, width, and diagonally.
                                The dimensions of my Next8P12 display is - height 8", width 6" and For other information please see attached images.


                                Comment

                                Working...
                                X