Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[ROM] Cyanogen Mod For Nextbook includes Google apps 4/13/2012

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

    [ROM] Cyanogen Mod For Nextbook includes Google apps 4/13/2012

    Download ROM from https://www.dropbox.com/sh/0fwztpxqu...PGY/update.img

    Please read before using ROM

    HEAVILY RECOMMENDED APPS TO download with ROM

    To Display battery life



    To Control Volume



    TO use internal SDCARD Go to Settings/Cyanogen Mod Settings/Application and check use internal storage

    Things that dont work

    Since this Rom doesnt have Hardware acceleration there is no flash video or youtube IF YOU KNOW HOW TO MAKE HARDWARE ACCELERATED VIDEO POSSIBLE ON THIS COULD YOU PLEASE TELL ME SO I CAN INCLUDE IN NEXT RELEASE

    Credit

    Most of the work in this rom wasnt done by me

    For original ROM port fun_ from xda and androtab

    For Gapps
    http://www.slatedroid.com/topic/2196..._gopid__232307


    Last edited by xxjoshxxx; 13 April 2012, 08:51.

    #2
    Here you are a guide with ADB

    Comment


      #3
      I just tried that and it didn't work any suggestions whenever I try I get unknown image <00 00 00 00>
      Last edited by xxjoshxxx; 11 April 2012, 19:31.

      Comment


        #4
        If you flashed your nextbook with this, then you already have a ROM?

        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


          #5
          Originally posted by Finless View Post
          If you flashed your nextbook with this, then you already have a ROM?

          Bob
          Im aware of that but i added and changed a few things that arent included in the port and i thought itd be nice if i could dump the rom and upload it for others

          Comment


            #6
            Well the only thing you can change is system.img. Since it's rooted I assume? You can just use ADB and the DD command to dump system..However just a word of caution. If you innsalled apps you should not put them in a ROM without the APP makers permission. Most apps have distribution rights even if they are free. They may want people to get them soley from the Market. I see a lot of people cook apps in a ROM and the app maker could come and make a take down request or worse yet file a DMCA against the web site.

            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


              #7
              Originally posted by Finless View Post
              Well the only thing you can change is system.img. Since it's rooted I assume? You can just use ADB and the DD command to dump system..However just a word of caution. If you innsalled apps you should not put them in a ROM without the APP makers permission. Most apps have distribution rights even if they are free. They may want people to get them soley from the Market. I see a lot of people cook apps in a ROM and the app maker could come and make a take down request or worse yet file a DMCA against the web site.

              Bob
              Ok then ill just include links to download all the other apps

              Comment


                #8
                BTW, also understand a little about apps. Some apps can be in the ROM in /system/data. These are called system apps. Apps you install go in /data/app. Data/app does not exist in a ROM flash ever. It is created on first boot after a flash. In fact even if you dumped system.img it would not include /data/app since that is in the user data area. The user data area is not part of a ROM flash structure!

                Now some apps can be put in a ROM in /system/app but not all can! Not all apps will work in /system/app and will either crash with a force close, cause the ROM to be unstable and reboot or boot loop, or not even show up in the application list!

                So just understand that even if you got permission to put them in a ROM, you may not even be able to if they wont run from /system/app. A prime example is Google Earth. It will not run from /system/app. Another example is the terminal emulator from the market. It also will not run for /system/app. From all my testing of this, most the "google" apps will run from /system/app except Google earth. However many market apps especially ones that make or use SQL databases, will not run from /system/app.

                So just letting you know how things work for future development you do. When in doubt just copy the APK to /system/data and reboot. See what it does, if it runs or shows up, etc.

                Boib
                "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


                  #9
                  Some apps that don't work in system/app, we can get to work if we add their libraries in system/lib, I've got with apps like Supermanager.apk or Quickpic.apk

                  Comment


                    #10
                    Originally posted by Miklaus View Post
                    Some apps that don't work in system/app, we can get to work if we add their libraries in system/lib, I've got with apps like Supermanager.apk or Quickpic.apk
                    How about ones that setup SQL databases? I tried that with Google Earth and it still would not work even with the lib files. I assumed it was because it needs to be in /data along with it's databases it creates?

                    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


                      #11
                      Originally posted by Finless View Post
                      How about ones that setup SQL databases? I tried that with Google Earth and it still would not work even with the lib files. I assumed it was because it needs to be in /data along with it's databases it creates?

                      Bob
                      I've never tried to move Google Earth to System/app, but I have problems with flashplayer 11, seems to always need to have their libraries in data/data? when I've time I'll make some tests with these apps

                      Comment


                        #12
                        Its up now
                        Last edited by xxjoshxxx; 13 April 2012, 20:25.

                        Comment


                          #13
                          Wish I had a nextbook to try it!!!!

                          If there are no copyrighted apps in it, we can host it here for you Josh so people do not have to go to add based pop up spam sites.

                          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


                            #14
                            Originally posted by Finless View Post
                            Wish I had a nextbook to try it!!!!

                            If there are no copyrighted apps in it, we can host it here for you Josh so people do not have to go to add based pop up spam sites.

                            Bob
                            You could make a rom like this too

                            What i did was use fun_'s port from androtab and did some looking around and was able to install market with this

                            I wrote a java program with a GUI that will one click install gapps and/or root any android device. Gingerbread Version (Android 2.3.4) Ice Cream Sandwich Version (Android 4.0) RootThat-ICS.zip If you want to update the gapps version just download the new zip and put the /system...

                            Comment


                              #15
                              Originally posted by xxjoshxxx View Post
                              Download ROM from https://www.dropbox.com/sh/0fwztpxqu...PGY/update.img

                              Please read before using ROM

                              HEAVILY RECOMMENDED APPS TO download with ROM

                              To Display battery life



                              To Control Volume



                              TO use internal SDCARD Go to Settings/Cyanogen Mod Settings/Application and check use internal storage

                              Things that dont work

                              Since this Rom doesnt have Hardware acceleration there is no flash video or youtube IF YOU KNOW HOW TO MAKE HARDWARE ACCELERATED VIDEO POSSIBLE ON THIS COULD YOU PLEASE TELL ME SO I CAN INCLUDE IN NEXT RELEASE

                              Credit

                              Most of the work in this rom wasnt done by me

                              For original ROM port fun_ from xda and androtab

                              For Gapps
                              http://www.slatedroid.com/topic/2196..._gopid__232307


                              So how do i DL this rom?

                              Comment

                              Working...
                              X