Page 1 of 2 12 LastLast
Results 1 to 25 of 40
  1. Thread Author  Thread Author    #1  

    Default No Angry Birds?

    This may be a dumb noob question. I've just received my NC today & successfully rooted it on firmware 1.1.0. However, upon opening the Android market I wanted to get a little Angry Birds going but it's not there - just some holiday version. I've searched for it & I get nothing else. Am I missing something? Thanks.
  2. #2  

    Default

    I also have a rooted nook but I am running CM7 and Angry Birds works just fine.
  3. #3  

    Default

    There's something about the Market which only allows it to be seen by SMS-enabled phones. There is a fix for that around here somewhere, but I downloaded it to my computer and installed it using adb. Here's a link to the latest version: .
    Thanked by 2:
  4. #4  
    micl9's Avatar

    Posts
    46 Posts
    Global Posts
    48 Global Posts

    Default

    Nice tip Roberto
    Can I use CWR to install this?
    mmmm Donuts... and Cyanogen Nightlies... Got CM? GS III CM10.1 NookColor CM10.1 TouchPad CM10 XperiaPlay StkGB iMito MX2 Finnless 1.5
  5. #5  
    avi
    avi is offline
    avi's Avatar

    Posts
    51 Posts

    Default

    Quote Originally Posted by micl9 View Post
    Can I use CWR to install this?
    CWR ? You mean you want to install CWR ?

    Then download Rom manager > Move to NC > Install > Flash
  6. #6  
    micl9's Avatar

    Posts
    46 Posts
    Global Posts
    48 Global Posts

    Default

    No - I already had CWR installed.
    Went with Root Explorer. Had to buy, but it can be used on my NC as well as my phone.
    mmmm Donuts... and Cyanogen Nightlies... Got CM? GS III CM10.1 NookColor CM10.1 TouchPad CM10 XperiaPlay StkGB iMito MX2 Finnless 1.5
  7. Thread Author  Thread Author    #7  

    Default

    Thanks for the reply! I'll definitely have to check that out.
  8. #8  

    Default

    I tried to install it with Root Explorer, but failed. ADB isn't working for me over USB (it used to, but no more) however I was able to install ADBWireless using Root Explorer and then used that to install Angry Birds.
  9. #9  
    avi
    avi is offline
    avi's Avatar

    Posts
    51 Posts

    Default

    for adb, check this -
    Thanked by:
  10. #10  

    Default

    Quote Originally Posted by roberto View Post
    I tried to install it with Root Explorer, but failed. ADB isn't working for me over USB (it used to, but no more) however I was able to install ADBWireless using Root Explorer and then used that to install Angry Birds.
    Where did you put the .apk and what wireless commands did you use?

    From other advice here I put the Angry Birds.apk in the system/app folder already. However nothing I do will actually install it.
    So if the only wireless commands are to basically copy files, what is different about this than me using Root Explorer to copy it in system/app? How would it install differently?

    I assume the .apk is supposed to stay in system/app but I ask just in case you need to copy it from someplace else etc...
    Last edited by Paladin; 02-28-2011 at 03:35 PM.
    Systems Analyst by trade, drummer by desire and music lover by birth.
    A self proclaimed geek and gadget nut. ii <--Drum sticks
  11. #11  

    Default

    Just go to pandaapp.com and get it there. You can download most apps from that site. They may not be the absolutely most recent update, but Angrybirds worked just fine for me.

    Sent from my LogicPD Zoom2 using Tapatalk
  12. #12  

    Default

    Okay I got it, it is easy.
    The link provided here never mentioned what command to use to install apps.
    It is..wait for it... INSTALL

    Anyway I have not found any clear directions.
    So if it helps here are the steps to get Angry Birds installed on your nook

    Install the Android SDK on your PC


    Install the ADB app as instructed here: I used the wireless section.


    Make sure your nook is on your home wireless and it is connected. Test with a web browser.

    Open the adbWireless app on your device and tap on that big green button.

    Now on your PC that is attached to the same home wireless connection
    Create a directory(folder) on your PC called Nook.

    So you should now have a c:\nook folder

    Put your Angry Birds apk file in there. Google for it.

    Once you get the wireless ADB installed and your AB file in that folder run the
    Open a command prompt on your PC and type
    adb connect 192.168.1.2:5555

    You should get a connected message that says: connected to 192.168.1.2:5555
    If you don't you need to get one ii

    In the same command prompt and type
    cd c:\nook

    You should see a c:\nook prompt

    Then type the install command of
    adb install App_Angry_Birds_1.apk (or whatever your file is called)

    Thats it, it should now install Angry Birds for you.

    Have fun!
    Last edited by Paladin; 02-28-2011 at 06:32 PM.
    Systems Analyst by trade, drummer by desire and music lover by birth.
    A self proclaimed geek and gadget nut. ii <--Drum sticks
    Thanked by 2:
  13. #13  

    Default

    If system/app doesn't work, try data/app
  14. #14  

    Default

    Or you could just go to pandaapp.com and that you you don't have to mess with adb at all. Just saying.

    Sent from my ADR6300 using Tapatalk
  15. #15  

    Default

    Quote Originally Posted by dhornbeck View Post
    Or you could just go to pandaapp.com and that you you don't have to mess with adb at all. Just saying.

    Sent from my ADR6300 using Tapatalk
    I already have it running but for curiosity sake if I went there what would that do? Is there an installer or something that you just click on and it installs it for you automatically?
    Systems Analyst by trade, drummer by desire and music lover by birth.
    A self proclaimed geek and gadget nut. ii <--Drum sticks
  16. #16  

    Default

    Quote Originally Posted by Paladin View Post
    I already have it running but for curiosity sake if I went there what would that do? Is there an installer or something that you just click on and it installs it for you automatically?
    Yes to the later. If you go to the site, click on Downloadcenter, then click on Android, the links for dowwnload will download the apk file right to your SD card, then you just have to install.

    Sent from my LogicPD Zoom2 using Tapatalk
  17. #17  
    avi
    avi is offline
    avi's Avatar

    Posts
    51 Posts

    Default

    Quote Originally Posted by Paladin View Post
    ...
    I hope you liked my blog post

    and thanks for reminding, I haven't mentioned how to install an app there :@

    editing the post now. Thanks again
  18. #18  

    Default

    Quote Originally Posted by avi View Post
    I hope you liked my blog post

    and thanks for reminding, I haven't mentioned how to install an app there :@

    editing the post now. Thanks again

    Your post got me started! ii

    You did not list the install command so I had to google around but it was not an issue.

    BTW your quick tips #4 is confusing. "Make sure you have not installed adbWireless app or disable it otherwise."

    I mean is that not the opposite of what you want? You have to have the app installed and enabled to send commands right?
    Or did I miss something.. Probably ii

    Quote Originally Posted by dhornbeck View Post
    Yes to the later. If you go to the site, click on Downloadcenter, then click on Android, the links for download will download the apk file right to your SD card, then you just have to install.

    Sent from my LogicPD Zoom2 using Tapatalk
    Okay so that puts the APk on your SD card. I already had the apk on my SD card man. The problem is the Nook does not seem to allow you to install an APK file from AndExplorer or any place else I tried. I tried from internal memory in two folders and various ways from the SD card.

    I know I can do that on my Evo easily but the Nook is locked from installing apk files directly somehow.

    Hence the need to install it from the ADB as far as I know.

    I am just trying to help others and give back.
    Last edited by Paladin; 03-01-2011 at 09:03 AM.
    Systems Analyst by trade, drummer by desire and music lover by birth.
    A self proclaimed geek and gadget nut. ii <--Drum sticks
  19. #19  

    Default

    Quote Originally Posted by Paladin View Post
    Okay so that puts the APk on your SD card. I already had the apk on my SD card man. The problem is the Nook does not seem to allow you to install an APK file from AndExplorer or any place else I tried. I tried from internal memory in two folders and various ways from the SD card.

    I know I can do that on my Evo easily but the Nook is locked from installing apk files directly somehow.

    Hence the need to install it from the ADB as far as I know.

    I am just trying to help others and give back.
    If you want to get around the adb stuff, just download the apk and put it in your dropbox folder. Open dropbox on NC and load the apk it from there (make sure allow non-market apps is checked in NC Tools).
  20. #20  

    Default

    Quote Originally Posted by 2andFro View Post
    If you want to get around the adb stuff, just download the apk and put it in your dropbox folder. Open dropbox on NC and load the apk it from there (make sure allow non-market apps is checked in NC Tools).

    HEHEHE ROTFL.. Beating a dead horse here. I am really not being clear am I? Sorry guys. ii

    For me getting the file on the device or card is easy. This is not the issue. Using Drop box, a web site or just copying it via USB is all the same.

    They all get the apk file on the SD card. That is fine.

    It is INSTALLING the apk that is the issue, at least for me.

    I had the non-market apps checked but it would NOT allow me to install the APK from any utility I tried.

    If you get to install simply by the APK on the SD card then great, it is not working for me.

    Maybe I did something wrong and I am the only person with this problem but I tried root explorer, AndExplorer and a few other ways to try to install it. I have root access and used utilities that allow root but they did not work.
    I can install APK's on my Evo using AndExplorer just fine but not on the Nook. It gives me an error.

    As I said FOR ME. ii

    The only way I got AB installed was the ADB wireless method I posted.

    Just trying to help anyone else that has this issue. ii
    Last edited by Paladin; 03-01-2011 at 11:08 AM.
    Systems Analyst by trade, drummer by desire and music lover by birth.
    A self proclaimed geek and gadget nut. ii <--Drum sticks
  21. #21  
    avi
    avi is offline
    avi's Avatar

    Posts
    51 Posts

    Default

    ^Say if you have already installed ADB wireless and enabled it, once you try my post, while connecting via USB, it won't connect [sometimes]. Hence I wrote that. In simpler sentences it should be

    Make sure you don't have adbWireless installed earlier. If you have, then disable it while connecting via USB.
    Hope I am clear now.

    Now, coming to your another issue, follow this carefully and report me back here :
    1. Go to Nook Color Settings
    [I believe it is checked under Install apps from Non market etc etc]
    2. Uncheck it
    3. Check it again
    4. Come out and reboot the device

    try installing apps and see.
    Last edited by avi; 03-01-2011 at 10:41 AM. Reason: meh...my grammar
  22. #22  

    Default

    Quote Originally Posted by avi View Post
    ^Say if you have already installed ADB wireless and enabled it, once you try my post, while connecting via USB, it won't connect [sometimes]. Hence I wrote that. In simpler sentences it should be



    Hope I am clear now.
    Thats better but If I understand what you are saying; that if you use the USB method then you should not have the wireless app running while using USB. I assume having it installed is actually fine as long as it is not running..

    Instead of:
    Make sure you don't have adbWireless installed earlier. If you have, then disable it while connecting via USB.

    I would maybe word it as:
    If you want to use ADB via a USB connection make sure the ADBWireless app is not running.

    Quote Originally Posted by avi View Post
    Now, coming to your another issue, follow this carefully and report me back here :
    1. Go to Nook Color Settings
    [I believe it is checked under Install apps from Non market etc etc]
    2. Uncheck it
    3. Check it again
    4. Come out and reboot the device

    try installing apps and see.

    I will try that. I was not trying to argue with you guys. I was just trying to explain my situation.

    I had the Nook rooted and all set up and could not install APK's.

    I originally set up my Nook under a different Gmail act than my phone. I thought I had to.
    I found out it is best to use the same account so you can use your paid apps so I deregistered it. It has issues logging onto the gmail account so I had to re root it again and it is working fine for the most part.

    I tried again to install an APK after the re-root but no go. Same error.

    I will try your method, thanks.
    I thought I did try that before but I will again.
    Last edited by Paladin; 03-01-2011 at 12:20 PM.
    Systems Analyst by trade, drummer by desire and music lover by birth.
    A self proclaimed geek and gadget nut. ii <--Drum sticks
  23. #23  
    avi
    avi is offline
    avi's Avatar

    Posts
    51 Posts

    Default

    Mate I am not arguing with you in anyway, I am just helping you.

    Try my method and let me know what happened. Peace.
  24. #24  
    micl9's Avatar

    Posts
    46 Posts
    Global Posts
    48 Global Posts

    Default

    hmmm I am seeing something similar - when I emailed the apk to myself I do not get the option to install (like I do on my phone). I actually get an error that there is no sdcard.

    I will try avi's steps tonight.
    mmmm Donuts... and Cyanogen Nightlies... Got CM? GS III CM10.1 NookColor CM10.1 TouchPad CM10 XperiaPlay StkGB iMito MX2 Finnless 1.5
  25. #25  
    avi
    avi is offline
    avi's Avatar

    Posts
    51 Posts

    Default

    Sure

    do let me know
Page 1 of 2 12 LastLast

Posting Permissions