[App][Jellybean] Google Play Store - Nook Color Themes and Apps

Temporarily Unavailable
Hello again everyone! I have another marketplace option for everyone on your nook colors! I extracted the Jellybean (as the title suggests) market apk and resized it for the 7" display.
WARNING! This will replace your current system market application! SO backup with Clockworkmod Recovery first!
Installation: Nothing special here I set it up so you just put it anywhere you want (dosent have to be in the system directory. I have mine on my SD card) and it will install just fine.
Hope you guys enjoy!

Any chance of a comparison shot?

Sure Ill post one as soon as I can. The main differneces are it adds magazines, tv shows, and a few new settings.

WEM97 said:
Hello again everyone! I have another marketplace option for everyone on your nook colors! I extracted the Jellybean (as the title suggests) market apk and ported it over to the nook color and resized it for the 7" display.
WARNING! This will replace your current system market application! SO backup with Clockworkmod Recovery first!
Installation: Nothing special here I set it up so you just put it anywhere you want (dosent have to be in the system directory. I have mine on my SD card) and it will install just fine.
Hope you guys enjoy!
Click to expand...
Click to collapse
Care to explain how you went about "Porting it over to the nook color and resizing it for the 7" display?" I took your apk file, along with the one posted 4 threads down from this post that just so happens to have the exact same name, LINK, one at random Play Store version 3.7.11 from an AOSP Jelly Bean ROM, and compared them all. Lo and behold, they are all 100% identical.
Code:
=============================
First folder name: C:\Users\GMPOWER\JB_Play_Store\
Second folder name: C:\Users\GMPOWER\JB_Play_Store_1\
Third folder name: C:\Users\GMPOWER\JB_Play_Store_2\
Report type:All (Matching and Differences)
Files:
Identical Files: 3630 3630 3630
Directories:
(recursive)
Identical Directories: 377 377 377
You claim to have "ported it over to the nook color and resized it for the 7" display," and to have "...set it up so you just put it anywhere you want..." to install it. So I ask once again, what did you do to accomplish this, when the file is identical to another one posted only 4 threads down from this one, and one picked at random from an AOSP ROM. It is looking like you are trying to take some credit for something that you had no hand in doing.

Sorry for the confusion, but when I said ported I meant I pulled the file from the Google Update.zip for my Galaxy Nexus and I basically changed the sizing of the apk and installed it on my nook color. Sorry for the confussion. I edited my explaination.

I just visited your link and I hadnt even noticed the post! Im sorry if there was some confussion.

WEM97 said:
Sorry for the confusion, but when I said ported I meant I pulled the file from the Google Update.zip for my Galaxy Nexus and I basically changed the sizing of the apk and installed it on my nook color. Sorry for the confussion. I edited my explaination.
Click to expand...
Click to collapse
But you shouldn't have to "change the sizing of the apk". The play store app is universal, just like most to all Android apps are. I could take the Jellybean Play Store from my Optimus V and put it on my Nook and it would work fine, and vice versa, just as any other app would. No modifications. It's how Android works.
Tapatalkin' it from my Optimus V

Thank you Captain Obvious! Yes I know that and as I explained, I resized it so everything is slightly smaller to fit the big screen better and fit more on it.

just so everyone knows....the Jelly Bean play store post that I posted is the official JB Play Store pulled from AOSP and NOT tinkered with by anyone....
I personally think that is a safer option than the apk that someone fiddled with.

plasticarmyman said:
just so everyone knows....the Jelly Bean play store post that I posted is the official JB Play Store pulled from AOSP and NOT tinkered with by anyone....
I personally think that is a safer option than the apk that someone fiddled with.
Click to expand...
Click to collapse
I am going to close this, for a couple reasons...
1) The link is gone now anyway; no point to this thread
2) What was previously posted as "modded" was not actually modded
3) Because it is the same as everything else, we only need one JB Market thread..
Closed

Related

[Q] Two versions of one app installed at the same time?

It seems that this is the first time I start a new thread.
Hi, all. I want to know how to install two versions of one same application at the same time.
As a matter of fact, I want to install Opera Mini 4.2 China Version and Opera Mini 4.2 Internaional Version at the time. But...Since Opera Mini 5 makes it difficult to describe the question, here takes HelloWorld.apk as an example.
Well, there are two versions of the application "HelloWorld": 1.0 and 1.1. (This is just an example)
I have installed HelloWorld 1.0 on my phone, and when I try to install HelloWorld 1.1, the 1.0 version will be replaced. But...I want to have both of them installed on my phone. That is to say, there will be two "HelloWorld" icons in the app drawer.
I use APKTool to extract the com.hello.world.apk into some "text" files, including an AndroidManifest.xml and a lot of *.smali files. In the AndroidManifest.xml, I saw this:
<manifest package="com.hello.world" versionCode="100" versionName="1.0">
I chaged the value "com.hello.world" to "com.goodbye.world". Then I re-build the apk file and transferred it to my phone.
I installed the modified package, it was successfully installed and I see two "HelloWorld" icons in my app drawer!
I try to launch the HelloWorld 1.0, it succeeds.
I try to launch the HelloWorld 1.1, it FCs immediately.
Well, this is my situation. How can I make both of them launch-able in my phone? Is it possible? What should I modify apart from "package" filed in AndroidManifest.xml?
Thanks a lot.
~~~~
wzyboy
wzyboy said:
It seems that this is the first time I start a new thread.
Hi, all. I want to know how to install two versions of one same application at the same time.
As a matter of fact, I want to install Opera Mini 4.2 China Version and Opera Mini 4.2 Internaional Version at the time. But...Since Opera Mini 5 makes it difficult to describe the question, here takes HelloWorld.apk as an example.
Well, there are two versions of the application "HelloWorld": 1.0 and 1.1. (This is just an example)
I have installed HelloWorld 1.0 on my phone, and when I try to install HelloWorld 1.1, the 1.0 version will be replaced. But...I want to have both of them installed on my phone. That is to say, there will be two "HelloWorld" icons in the app drawer.
I use APKTool to extract the com.hello.world.apk into some "text" files, including an AndroidManifest.xml and a lot of *.smali files. In the AndroidManifest.xml, I saw this:
<manifest package="com.hello.world" versionCode="100" versionName="1.0">
I chaged the value "com.hello.world" to "com.goodbye.world". Then I re-build the apk file and transferred it to my phone.
I installed the modified package, it was successfully installed and I see two "HelloWorld" icons in my app drawer!
I try to launch the HelloWorld 1.0, it succeeds.
I try to launch the HelloWorld 1.1, it FCs immediately.
Well, this is my situation. How can I make both of them launch-able in my phone? Is it possible? What should I modify apart from "package" filed in AndroidManifest.xml?
Thanks a lot.
~~~~
wzyboy
Click to expand...
Click to collapse
Well I'm not an android programmer but if I'm understanding you correctly you did the following (in the order I'm listing them):
1) Installed helloworld 1.1 (which over-wrote v1.0)
2) Opened the APK for helloworld 1.0 and made the manifest change
3) Installed the modded helloworld 1.0 on your phone
From a programmer point of view (just not with Android), if you followed the above scenario what is happening is HW1.1 installs it's files which are updated versions of the previous one (why else install an update). When you modded the HW1.0 you only changed the name and nothing else.
What is happening is when you go to install the modded version it's overwriting the newer files with the older ones since the phone is assuming the modded app is an entirely new program and allows the process to occur. This is why the modded one works and the 1.1 won't since the files it needs are the wrong version.
The only option of really have is to mod the actual program to look for different filenames, but without the source code to that app, that isn't going to happen.
Basically you need to have version 1.1 use the default files, and with the modded 1.0 you need to tell the software to "look" for the updated filenames (just don't forget to rename the actual files too).
Short of all that, as far as I know your SOL.
Rayvenhawk said:
Well I'm not an android programmer but if I'm understanding you correctly you did the following (in the order I'm listing them):
1) Installed helloworld 1.1 (which over-wrote v1.0)
2) Opened the APK for helloworld 1.0 and made the manifest change
3) Installed the modded helloworld 1.0 on your phone
From a programmer point of view (just not with Android), if you followed the above scenario what is happening is HW1.1 installs it's files which are updated versions of the previous one (why else install an update). When you modded the HW1.0 you only changed the name and nothing else.
What is happening is when you go to install the modded version it's overwriting the newer files with the older ones since the phone is assuming the modded app is an entirely new program and allows the process to occur. This is why the modded one works and the 1.1 won't since the files it needs are the wrong version.
The only option of really have is to mod the actual program to look for different filenames, but without the source code to that app, that isn't going to happen.
Basically you need to have version 1.1 use the default files, and with the modded 1.0 you need to tell the software to "look" for the updated filenames (just don't forget to rename the actual files too).
Short of all that, as far as I know your SOL.
Click to expand...
Click to collapse
Great thanks to your reply. But...
Android uses .apk files to install and run the application. When installing an apk file, the package installer just copys the apk file to /data/app directory and "register" the program in the system. The apk itself will not be "extracted" or anything else. That is to say, an apk file can be installed, and also can be run.
On the other hand, the apk will generate some files in /data/data directory when running. I am considering that it was these file that made the modded version FCs. I will try to look into these files to see will this works...
English is my second language, hoping that I did not made many grammar misktaks...
+1 on this topic. It's been a year and a half since the last reply and I've done a bit of searching online to find no answers. I anyone have some feedback on this? I'd ultimately like to use this to install two Google voice applications. I actually have an app from a blacked out version with a different icon. But if I install it it will overwrite the original Google voice app
cowboyaryk said:
+1 on this topic. It's been a year and a half since the last reply and I've done a bit of searching online to find no answers. I anyone have some feedback on this? I'd ultimately like to use this to install two Google voice applications. I actually have an app from a blacked out version with a different icon. But if I install it it will overwrite the original Google voice app
Click to expand...
Click to collapse
You are one hell of an archaeologist
Sent from My Samsung Galaxy S2 running Paranoidandroid Rom.What else if not?=P
I'd also like to know if that's possible. Even if it were possible, and an updated version of helloworld is relaeased (Say, HelloWorld v1.2), which version would it replace? Would it replace the (original) HelloWorld 1.1 or the (modded)HelloWorld 1.0?
Yes. Titanium backup. Profiles. These are the keywords.
lambstone said:
Yes. Titanium backup. Profiles. These are the keywords.
Click to expand...
Click to collapse
any idea how i would use TB and "profiles" to do it? sounds like you know from experience
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
lufc said:
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
Click to expand...
Click to collapse
thanks cheif i'm not the one who posted this almost two years ago
bbsrailfan said:
I'd also like to know if that's possible. Even if it were possible, and an updated version of helloworld is relaeased (Say, HelloWorld v1.2), which version would it replace? Would it replace the (original) HelloWorld 1.1 or the (modded)HelloWorld 1.0?
Click to expand...
Click to collapse
It would replace the only legitimate version found, the unmodded one. The point of modding the APK is to make Android see it as a completely different app, and not think of one as an update to the other.
dstruct2k said:
It would replace the only legitimate version found, the unmodded one. The point of modding the APK is to make Android see it as a completely different app, and not think of one as an update to the other.
Click to expand...
Click to collapse
do how do you mod the apk? change the filename? i'm sure theres more to it than that
lambstone said:
Yes. Titanium backup. Profiles. These are the keywords.
Click to expand...
Click to collapse
that feature on tibu is for switching DATA profiles basically so two or people can play the same game or whatever and keep they're progress separate like having multiple saved games. its not for switching versions of an app
I've tried to googling how to install multiple same applications in one device,but i didn't found anything how to do that simply...there are lot of stuff using ant and ruby script,but don't understand with that..so anyone figured out how to install multiple same apps with simply method? because i want to install operamini 7.5,but I've already instaled version 6.5...
sorry for my bad english
Need to install Galaxy S4 gallery on custom rom which has S4 gallary apk
Need help to install two versions of Gallary S4 and S5 Gallary can someone help...since I like the spiral option very good in S4 gallary which I miss and I like few features of Gallary from S5....in Ozcan rom on S4 i19500...please help
Necro, sorry. I have the same question. I have a copy of the old ifunny app and want both the new and the old, I would also like to run two versions of the same game (one with a nodded apk for unlimited coins and etc and one stock) I wouldn't mind if they shared data but if there's a way to make it where the asks do not share days that would be cool too.
Possible solution
Hi there,
While searching for a solution I found this thread and as it is one of the first results in google I thought to share what I found (didn't try yet) :
http://android.stackexchange.com/questions/19935/how-to-keep-two-versions-of-an-app-installed
It's first answer has a guide how to run two versions of same app throigh modifying onee of them with apktool.
Greets
Gachmuret said:
Hi there,
While searching for a solution I found this thread and as it is one of the first results in google I thought to share what I found (didn't try yet) :
http://android.stackexchange.com/questions/19935/how-to-keep-two-versions-of-an-app-installed
It's first answer has a guide how to run two versions of same app throigh modifying onee of them with apktool.
Greets
Click to expand...
Click to collapse
Hi
I would also like to do this for Google earth app I want to have both version 7.1.3 and 8.0.1 because the earlier version has more features but the latest looks more beautiful so I read the instructions from that link but it is way too complicated for a noob user like me plus judging from the last message it seems it hasn't been resolved so isn't there an app or xposed mod that does this automatically ?

Some help?

Right, so I'm attempting to port Xperia Sola skin to my Motorola Defy+. (Gingerbread to Gingerbread).
I've got some questions:
1. I've found out that .sin files must be extracted with Xperia ROM manager tool and with unyaffs.exe. The latter app cannot be used, and frankly I've had experience with such console apps.
Is there any other app out there that I'm missing?
Is the source released so that I won't bother with .sin/.img files?
2. I've noticed that some Xperia apps (I've got my hands on the music one) cannot be ported since they have some sort of protection (?) Am I being wrong?... If not, how can I "crack" it?
3. If there are other .apk files such as the topbar file - does it also have any protection?...
Many thanks,
Alex.
EDIT: This source: http://developer.sonymobile.com/dow...re/open-source-archive-for-build-6-0-b-3-184/
I've searched through it but didn't found out system/app folder.
Maybe I'm used to Motorolas and speaking a different language?...
heres my first advice
ask questions in the q and a forum

Run Netflix on CM10 & 11 Xposed Framework module

You can run Netflix on CM 10 & 11 (4.2, 3&4) on EMMC through the latest CM10.2 nightly and CM11 builds.
The Kernel changes make watching Netflix in "MEDIUM" playback speed watchable. Only occasional bumps after the first 30 seconds. Great for a three year old tablet. I claim no credit, save some research time. I'm only pointing out the work of giants.
It works in CM11 (4.4) in most devices. PLEASE post a note with make and model as well as ROM you are using. If you try with Xposed Framework make sure and get the latest version. Also with CM11 on Nook Color (maybe others) You Must Use Liquid64's NetflixHackPersist.zip per option #2 and nightly 2-10 or later. Also you must use Ver. 3.2.1-B1346 netflix or earlier, Available below. Versions 3.3.1-B1463+ don't work for CM10 or CM11. I urge everyone to call Netflix at 1-866-658-3608 and complain about the new app that leaves so many behind. Also go to Twitter and Facebook and encourage others to let Netflix know their displeasure.
It is working on SD with CM11. See Post (#14) & (#39) for details. (Please, If you try on SD whether it works or not please post a reply in forum and I'll update.) Runs on my Nook Color with CM10.2 or CM11 on EMMC just fine, (See post #3 for 24+ others).
The Process, if your interested:
I had to do a lot of searching to find this since most of it is not on the Nook Color forums. I thought I would post the accumulated info and links here to make it easier for fellow Nookie (and others tablet) owners. Did also find that other tablets and phones are having the same problem with Netflix app. The following is a listing of things I have tried and know that they work on the Nook Color. Some of this has been mentioned sporadically on Nook Color (Encore) ROM and DEV forums.
The two forums with the most helpful info:
By Entropy512 Originator of the Xposed Netflix module All Exynos4 devices (Go there and give him thanks)
Use the XposedCM10.1NetflixWorkaround.apk below for Exynos4 devices
and
by Kaepernick - Changes that made it work on HTC Droid Incredible (And Nook Color and several others) (Go there and give him thanks)
Use the XposedCM10-10.1NetflixWorkaround-Dinc.apk below for all other devices
Option #1 - From Kaepernicks OP. If running CM11 on nook color must use option #2 and Ver. 3.2.1-B1346 netflix or earlier, Available below.
"Well, thanks to Entropy512's help, I was able to modify his Xposed hack to work on CM10 (based on Android 4.1) and CM10.1 (based on Android 4.2) for the Incredible. Using the newest Netflix app and it's working well without issue. It's easy to install. You just need two files:
Xposed Installer: See latest Xposed Installer file link in the link just above the attachments at the bottom of this post.
*****For Installer Forum and Updates: (Go there and give Rovo89 thanks)
XposedCM10-10.1 Netflix Hack: See attached file below (XposedCM10=10.1NextflixWorkaround-Dinc)
In order to install:
1. Download both files to the root directory of your SD Card. Install the Xposed Installer apk
2. Once Installed, open it up. Press the Install/Update button to install the Xposed Framework. Allow Superuser Permissions. Once it's done, reboot.
3. Install the Xposed Netflix Workaround apk. For Nooks, Droids, Etc use XposedCM10-10.1NetflixWorkaround-Dinc.apk
4. Open up the Xposed Installer and select the Modules button. You should see the Xposed Netflix Workaround option. Tap the checkbox. Reboot.
5. Open up Netflix. Enjoy.
The background of the app will be white, which is weird, but video will work."
Click to expand...
Click to collapse
*** Make the Xposed Framework persist through a CM ROM update with script "90-xposedpersist.sh" (in the 90-xposedpersist.zip), put the ".sh" file in the /system/addon.d/ folder. See Post #4 for specifics***
Option #2 - On Entropy512's site I noted that Liquid64 was working on a zip to make the install persist and has since done it. I have tried it and it works. It's easier than #1 but you'll miss trying the other modules in Xposed. If running CM11 on nook color must use option #2 and Ver. 3.2.1-B1346 netflix or earlier, Available below.
His response to my request to include his work is below: (You should give him thanks here)
"Just for reference, my zip file does not rely on the xposed modules. It is just an init.d script that changes the nflx_player_type value. There's also an addon.d script that backs up the init.d script in the event there is a firmware upgrade.
I guess is anyone is interested in looking at there, here it is:
(See attached files below: NetflixHackPersist.zip & removeNetflixHack.zip)
The addon.d script can be adapted to also back up the exposed modules, as Entropy512 had suggested above. "
Click to expand...
Click to collapse
There are two zip files. The Hack Persist.zip is installed from recovery to make the changes persist after upgrades without using the Xposed installer. The Remove.zip uninstalls the Hack persist also installed in recovery. The background of the App will again be in black.
This does work on SD on Nook Color running CM11. See Post (#14) & (#39) for details or
Copy NetflixHackPersist.zip to the root directory of the SD and rename it to cm-update.zip. Install the card and boot to Leapinlar's recovery to install to the card. Reboot and good to go.
I will try to keep this up to date as to any changes or problems. I found others on XDA did not know the Nook Color had the same problem. If you know of other tablets or phones using CM 10+ are having this problem let them know so they also might benefit.
Where is the NetFlix Icon?
I have received a couple of PMs asking where the Netflix shortcut (icon) is after installing the workarounds. These workarounds are fixes that allow the newer Netflix apps to work with the ROM. You must have the current Netflix app installed from the Google play store. The workarounds do not replace the Netflix app, nor do they install the Netflix app.
Problem with Netflix App Ver 3.1.0+?
If you have problems with updating to version 3.1.0, in app manager delete all data for Netflix then open Netflix and reenter user id and password. Then reboot the tablet. When you enter Netflix again everything should work fine.
All credit for the attached files goes to the authors listed above. I have also attached all needed files below including the latest updates. If you have any suggestions or questions please post below.
Personal note about Xposed Framework:
I encourage you to to install the latest Xposed framework (See link above attachments at the bottom of this post). I have found several of the modules available for downloading right in the Xposed app do great things. The App settings module gives an interface like Paranoid Android ROM without losing any of the CM greatness. Best of both worlds for me. See XDA article here: http://www.xda-developers.com/andro...ds-new-features-and-support-for-miui-and-x86/
For the diehards that just want a Netflix app that works and don't care if its the latest Netflix app.
I included the 1.8.1 version, just extract from the zip. Easier yes, more exciting no. I like a little excitement in my tablet. Also have added Version 2.0.2 which works on some devices. If running CM11 on nook color must use option #2 also.
Enjoy and spread this to everyone you know that wants to use the Netflix app on their devices and has been unable. (+85) If this helped you please hit the thanks button.
:highfive:
Get latest Xposed Framework apk at this link http://dl.xposed.info/latest.apk
thx for this netflix works !
pastordl said:
You can run the current version of netflix on the latest CM 10 on EMMC through the Latest CM10.1 nightly. The Kernel changes make watching netflix in "better" download speed watchable. Only occasional bumps after the first 30 seconds. Great for a three year old tablet. I claim no credit, save some research time. I'm only pointing out the work of giants.
Not sure about it working on SD, or CM10.2. (If you try and find it works please note in forum or PM me and I'll update.)
I had to do a lot so searching to find this since most of it is off the Nook Color forum. I thought I would post the accumulated info and links here to make it easier for fellow nookie owners. Did also find that other tablets and phones are having the problem with Netflix app. The following is a listing of things I have tried and know that they work on the Nook Color. Some of this has been mentioned sporadically on Encore ROM and DEV forums.
The two forums with the most helpful info are:
By Entropy512 Originator of the xposed netflix module
http://forum.xda-developers.com/showthread.php?t=2101525 (Go there and give him thanks)
and
by Kaepernick - Changes that made it work on HTC Droid Incredible (And Nook Color and several others)
http://forum.xda-developers.com/showthread.php?t=2185130 (Go there and give him thanks)
From Kaepernicks OP
This works great but I like to keep up with the nightlies and you have to go into the Xposed app instruct to install and reboot with each new ROM to have it work.
On Entropy512's site I note that Liquid64 was working on a zip to make the install persist and has since done it. I have tried it and it works.
His response to my request to include his work is below, (from #69) of Entropy512's forum above: (You should give him thanks there)
There are two zip files. The Hack Persist is installed from recovery to make the Xposed install persist after upgrades without using the Xposed installer. The Remove zip uninstalls the Hack persist also installed in recovery. The background of the App will again be in black.
I will try to keep this up to date as to any changes or problems. I found others on XDA did not know the Nook Color had the same problem. If you know of other tablets or phones using CM 10+ are having this problem let them know so they also might benefit.
This is my first new thread attempt so please bear with me if I have messed up something. All credit for the attached files goes to the authors listed above. I have also attached all needed files below including the latest updates.
Enjoy and spread this to everyone you know that wants to use Netflix on their devices and has been unable. :highfive:
Click to expand...
Click to collapse
I can confirm this is working on my CM 10.2 nightly for Galaxy S3 (i9300) thank you very much
For future update reports
Developed originally for Exynos4 (Samsung) devices, modified for arm7.
Reported working on:
Atrix 4g 4.1.2
Droid Incredible
Galaxy Note N7000
Galaxy Note SGH-T879
Galaxy S2 jellybam V 7.0.0
Galaxy S II (I9100) on CM10.1
Galaxy S3 (i9300) running CM 10.2 and Paranoid Android 3.65
GT-N8013
GT-I9305
HP Touchpad running Milaq's CM11 (4.4) & JCSullins 20140409 CM11
i777
Kindle fire running hellkat 4.4
LG optimus g pro E980
MTK6577 phone running custom JB firmware, not CM
MTK6589 SoC
Nook Color CM10.1.2, CM10.2 and CM11 on EMMC & CM11 on SD
Nook Tablet using CM10.1
Note 2 Tmobile running AOKP Milestone 2 4.2.2
Odroid U2
Ouya - CM10
Rikomagic MK802 IV
SGS2 Epic 4G Touch running CM10.1
Verizon Note 2
Zopo 810 which is a quadcore mtk6589 SoC
Doesn't work on:
Galaxy note i717, running LiquidSmooth V3.1 (4.4.4) (probably ROM issue)
Make your Xposed Framework Persist also.
After some continued research and testing I have found this work around for having to reinstall Xposed and do a reboot after a ROM update.
I asked Rovo89 the developer of Xposed Framework and got this answer.
Is your ROM based on CM? Then this should work better for you:
http://forum.xda-developers.com/show...php?p=43112783
http://forum.xda-developers.com/show...php?p=43473060
Click to expand...
Click to collapse
The Source info and Script are first here:
http://forum.xda-developers.com/showpost.php?p=43112783&postcount=1911 (Go there and give him thanks)
And also here.
http://forum.xda-developers.com/showpost.php?p=43473060&postcount=2043 (Go there and give him thanks)
I put Fiouz's script in file "90-xposedpersist.sh" and put the file in /system/addon.d/ in the Nook. If your tablet has this directory it should work.
The file is attached in the OP (in the 90-xposedpersist.zip),
I tried it for a few weeks and regular nightly ROM updates and works great on Nook Color CM 10.2 & 11 in EMMC. Should work on any CM 9, 10 or 11. Great time saver for nightly update addicts.
:highfive:
pastordl said:
Developed for Exynos4 (Samsung) devices
Reported working on:
***** Atrix 4g 4.1.2
***** Galaxy Note N7000
***** Galaxy Note SGH-T879
***** Galaxy S2 jellybam V 7.0.0
***** Galaxy S II (I9100) on CM10.1
***** Galaxy S3 (i9300) running CM 10.2 and Paranoid Android 3.65
***** GT-N8013
***** GT-I9305
***** i777
***** MTK6577 phone running custom JB firmware, not CM
***** MTK6589 SoC
***** Nook Color CM10.1.2 and CM10.2 on EMMC
***** Nook Tablet using CM10.1
***** Note 2 Tmobile running AOKP Milestone 2 4.2.2
***** Odroid U2
***** Rikomagic MK802 IV
***** SGS2 Epic 4G Touch running CM10.1
***** Verizon Note 2
***** Zopo 810 which is a quadcore mtk6589 SoC
Click to expand...
Click to collapse
Works perfect on my lg optimus g pro E980
Sent from my LG-E980 using XDA Premium 4 mobile app
working on Kindle fire running hellkat 4.4 thanks
I am running CM11 on my NC and have attempted the Xposed Netflix workaround with the updated frameworks (updated apk) from this thread. I managed to get Xposed and my frameworks updated, (I also needed to update binaries using SuperSU) but now Netflix is crashing. If I unload the Netflix module, Netflix will run but I have the small playback window surrounded by visual "noise."
Has anyone else experienced this? Is there any advise you can offer?
Mr.BungIe said:
I am running CM11 on my NC and have attempted the Xposed Netflix workaround with the updated frameworks (updated apk) from this thread. I managed to get Xposed and my frameworks updated, (I also needed to update binaries using SuperSU) but now Netflix is crashing. If I unload the Netflix module, Netflix will run but I have the small playback window surrounded by visual "noise."
Has anyone else experienced this? Is there any advise you can offer?
Click to expand...
Click to collapse
Unfortunately, I cannot provide any advice, but I wanted to add that I get the same thing in CM 10.2 on nightly 12/31. Netflix runs, but I too have the small playback window surrounded by visual noise. So it is not unique to CM11.
granny smith said:
Unfortunately, I cannot provide any advice, but I wanted to add that I get the same thing in CM 10.2 on nightly 12/31. Netflix runs, but I too have the small playback window surrounded by visual noise. So it is not unique to CM11.
Click to expand...
Click to collapse
Mr.BungIe said:
I am running CM11 on my NC and have attempted the Xposed Netflix workaround with the updated frameworks (updated apk) from this thread. I managed to get Xposed and my frameworks updated, (I also needed to update binaries using SuperSU) but now Netflix is crashing. If I unload the Netflix module, Netflix will run but I have the small playback window surrounded by visual "noise."
Has anyone else experienced this? Is there any advise you can offer?
Click to expand...
Click to collapse
In the OP under: Problem with Netflix App Ver 3.1.0+?
If you have problems with updating to version 3.1.0, in app manager delete all data for Netflix then open Netflix and reenter user id and password. Then reboot the tablet. When you enter Netflix again everything should work fine.
Something about the update from prior to 3.1.0 to 3.1.0 or later does this. I had this problem and took the above steps and every thing worked fine in 10.2. Have not yet tried it in CM 11 myself. Since clearing the netflix data cures the problem it doesn't seem to be the framework or the work around. It is the reason I put the :Problem with Netflix App Ver 3.1.0+?" info in the OP.
Edit: Finally got CM11 running. Had to use option#2 in the OP, Liquid64's NetflixHackPersist.zip available in the OP. It works fine and persists past Rom updates to boot.
Just goes to show that searching is the way to go I kept getting this green screen and a movie of about 1/4 size of the window. This fixed the issue!
Thank you for posting it up and saving my sanity
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I keep getting that. I cleared the data even rebooted. Anyone got any advice?
Sent from my Nexus 4 using Tapatalk
Cor-master said:
I keep getting that. I cleared the data even rebooted. Anyone got any advice?
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
I'm getting the same thing. Something has changed in the latest Nightlies. Could you provide your ROM version and tablet make and model.
Edit: Problem resolved in 2-10 Nightly and use Liquid64's script.
Be sure to clear the Netflix data in system / apps. You may need to reboot also after clearing the data. I have not tried with the framework module since i don't like the white background.
Sure no problem it's a Nook Color model number bnrv200 and here is the ROM version
Sent from my Nexus 4 using Tapatalk
Netflix on CM11 on SD
Confirming that the latest Netflix is working on an SD install. Copy NetflixHackPersist.zip to the root directory of the SD and rename it to cm-update.zip. Install the card and boot to Leapinlar's recovery to install to the card. Reboot and good to go.
Must have missed a step somewhere
1. Install CM11 Nightlies on Nook Color
2. Install Netflix
3. Install Xposed Hack > Update > Reboot
4. Install Mod netflix apk module
5. Enable Module within Xposed
6. Reboot
7. Run Netflix > FC
Wiped data on Netflix and reboot, still same issue. I've also tried with Netflix being installed after module is enabled and still same thing. Anyone else running into similar issue or is it just issue with nightlies?
deboyz1014 said:
Must have missed a step somewhere
1. Install CM11 Nightlies on Nook Color
2. Install Netflix
3. Install Xposed Hack > Update > Reboot
4. Install Mod netflix apk module
5. Enable Module within Xposed
6. Reboot
7. Run Netflix > FC
Wiped data on Netflix and reboot, still same issue. I've also tried with Netflix being installed after module is enabled and still same thing. Anyone else running into similar issue or is it just issue with nightlies?
Click to expand...
Click to collapse
Use liquid64 method, not Xposed. See OP and pastordl's post above. It does work.
Netflix updates itself (not for the better)
Little-Boy-Lost said:
I kept getting this green screen and a movie of about 1/4 size of the window.
Click to expand...
Click to collapse
I tried Netflix 2.0.2 on my Nook Color. It has a nasty habit of updating itself to version 3.2.1 -- and the latter is the version where I've experienced shrunken video playback (in the upper-left 1/4 of the screen, while the other 3/4 of the screen is green). Update: after installing Liquid64's NetflixHackPersist.zip, version 3.2.1 behaves great -- no more mostly-green screen!
Does anyone know how to prevent Netflix from updating itself?
---------- Post added at 11:20 PM ---------- Previous post was at 10:21 PM ----------
Thanks for compiling this info. I'm about to try the Liquid64 method. If it works, it will be the attainment of what my wife considers to be something of a Holy Grail (getting Netflix to work reliably on the Nook Color, which we just haven't been able to do after about a year of various attempts).
pastordl said:
For the diehards that just want a Netflix app that works and don't care if its the latest Netflix app, I included the 1.8.1 version, just extract from the zip.
Click to expand...
Click to collapse
Version 1.8.1 wasn't all it's cracked up to be on my Nook Color. Video plays fine for the first 5 seconds (when it's about 95% of full-screen, and partially covered by a progress bar and volume control). Then the progress bar/volume control disappears, and the video goes truly full-screen, and it becomes extremely jittery or jumpy. (Unwatchably so.) Has anyone else experienced that? Update: Liquid64's NetflixHackPersist.zip even improves the behavior of version 1.8.1 -- no more jittery video!
OrionNav said:
I tried Netflix 2.0.2 on my Nook Color. It has a nasty habit of updating itself to version 3.2.1 -- and the latter is the version where I've experienced shrunken video playback (in the upper-left 1/4 of the screen, while the other 3/4 of the screen is green). Update: after installing Liquid64's NetflixHackPersist.zip, version 3.2.1 behaves great -- no more mostly-green screen!
Does anyone know how to prevent Netflix from updating itself?
---------- Post added at 11:20 PM ---------- Previous post was at 10:21 PM ----------
Thanks for compiling this info. I'm about to try the Liquid64 method. If it works, it will be the attainment of what my wife considers to be something of a Holy Grail (getting Netflix to work reliably on the Nook Color, which we just haven't been able to do after about a year of various attempts).
Version 1.8.1 wasn't all it's cracked up to be on my Nook Color. Video plays fine for the first 5 seconds (when it's about 95% of full-screen, and partially covered by a progress bar and volume control). Then the progress bar/volume control disappears, and the video goes truly full-screen, and it becomes extremely jittery or jumpy. (Unwatchably so.) Has anyone else experienced that? Update: Liquid64's NetflixHackPersist.zip even improves the behavior of version 1.8.1 -- no more jittery video!
Click to expand...
Click to collapse
That is why the big red type, if using CM11, must use option #2. With option #2 the updates are not an issue and work fine.
New life breathed into my Nook Color
pastordl said:
That is why the big red type, if using CM11, must use option #2. With option #2 the updates are not an issue and work fine.
Click to expand...
Click to collapse
Oh yes, I saw the red text that said #2 was the only way to go for the Nook Color... so I never even considered option #1. Thanks again for the stellar info.
I applied the Liquid64's fix on the HP Touchpad running Milaq's CM11 Previously I had a spinning wheel when trying to load videos. Now with the fix applied I have nice quality Netflix Videos!
Thanks Liquid64!

Installed ROM for the first time and got myself into trouble - please help

So I always knew that ROMs are powerful and adding an extra dimension to an old device.
I had a TAB 10.1 and decide to install kitkat on it- [KK 4.4.4]Nameless ROM GT.
Followed Zedomax from highonandroid from a movie I found on YouTube and I can't be more frustrated!
The whole device is slow, the app store is not installed, I'm not used to anything and the whole OS glitches and freezes.
What the hell do I do now? Can someone please help me before I'll lose my mind? I start to regret I did this whole rooting thing but it's obviously too late.
When I got on the official tread of that ROM on the developers forum I see 800+ pages and I don't even know where to start.
In a search for a good soul out there who will save me from that mess.
Thanks!
to be more specific
imgingi said:
So I always knew that ROMs are powerful and adding an extra dimension to an old device.
I had a TAB 10.1 and decide to install kitkat on it- [KK 4.4.4]Nameless ROM GT.
Followed Zedomax from highonandroid from a movie I found on YouTube and I can't be more frustrated!
The whole device is slow, the app store is not installed, I'm not used to anything and the whole OS glitches and freezes.
What the hell do I do now? Can someone please help me before I'll lose my mind? I start to regret I did this whole rooting thing but it's obviously too late.
When I got on the official tread of that ROM on the developers forum I see 800+ pages and I don't even know where to start.
In a search for a good soul out there who will save me from that mess.
Thanks!
Click to expand...
Click to collapse
I would like to know how to install the Google Play store.
Tried everything I saw online (manula download from the browser) but after installation the deivce wont open the store. It'll try, a white screen will appear and nothing happens. Somone?
imgingi said:
I would like to know how to install the Google Play store.
Tried everything I saw online (manula download from the browser) but after installation the deivce wont open the store. It'll try, a white screen will appear and nothing happens. Somone?
Click to expand...
Click to collapse
same problems as you
imgingi said:
So I always knew that ROMs are powerful and adding an extra dimension to an old device.
I had a TAB 10.1 and decide to install kitkat on it- [KK 4.4.4]Nameless ROM GT.
Followed Zedomax from highonandroid from a movie I found on YouTube and I can't be more frustrated!
The whole device is slow, the app store is not installed, I'm not used to anything and the whole OS glitches and freezes.
What the hell do I do now? Can someone please help me before I'll lose my mind? I start to regret I did this whole rooting thing but it's obviously too late.
When I got on the official tread of that ROM on the developers forum I see 800+ pages and I don't even know where to start.
In a search for a good soul out there who will save me from that mess.
Thanks!
Click to expand...
Click to collapse
Well when installing a ROM you should also have the appropriate gapps package as well. The gapps package contains the play store and syncing libs needed as well as some other Google apps hence the name gapps. You could use Google to find the gapps package for your android version. Download it, reboot into recovery and flash. Reboot and play store should be there.

How to apply missing (stock) apks?

Hi there,
just installed Lollipop 5.1.1 on my GT-S8500 from here. It works really great and impressivly smooth!
Due to being very slim it misses some stock apks like calendar provider. I already asked within thread and also the OP - no response yet.
Is there rule of thumb / basic rule where to grab such apks from to late install them into own ROM?
Many thanks in advance!
Bye
At least for them ROM mentioned here I identified its origin by accident (opening an stock APK in ES Explorer showed the original ROM so I could google for it).
Is there another way to find out about origin of stock apks?

Categories

Resources