[Q] can I use "rdate" to set time on the Nook? - Barnes & Noble Nook Tablet

I have busybox installed on my Nook Tablet and I noticed in the terminal (I installed a terminal app on the Nook so I can get a shell) that "rdate" is installed.
The date and time on my Nook are wrong and the only way I have found to change the time requires that I somehow get my time to UTC (it is not a choice on my device) and then use the adb command to change the system time. I do not know how to install adb but it appears to involve installing the Android SDK on a Windows computer and it seems a bit complicated to do this just to change the time on the Nook.
My Nook is rooted and I am able to install and use apps from Android Market.
So the question is: Can I simply use the rdate command (as root) to change the system time on the NT?
BTW I checked and ntpdate is NOT installed on the Nook. rdate would involve connecting to a time server to change the time to the time given by the server.
I also found a post on another forum where someone indicated that setting the time correctly will allow the Nook to be registered with B&N. Of course, I have patched the Nook so that the upgrade to 1.4.1 of the firmware will not happen.
thanks

spottedtadpole said:
My Nook is rooted and I am able to install and use apps from Android Market.
Click to expand...
Click to collapse
You can install Clocksync app from Android Market. It's free, highly configurable and can do autoadjust clock if your device is rooted.

Related

rooted nook android newbie

how do i add apps like a file browser and b&n nook reader back to a rooted nook? Also, how do i transfer files to it when hooked up to the computer? It's looking for a device driver and without that i cant even add music. any help would be greatly appreciated.
tailleur said:
how do i add apps like a file browser and b&n nook reader back to a rooted nook? Also, how do i transfer files to it when hooked up to the computer? It's looking for a device driver and without that i cant even add music. any help would be greatly appreciated.
Click to expand...
Click to collapse
Okay first off what firmware version do you have on your rooted nook and second of all how did you root your nook? if you used either MonsterRoot or autonooter you should have access to the market if you followed all the steps and can find different versions there like Astro and Root Explorer. There is also the nook app if you changed your launcher. if you didnt then you should be able to just read books through barnes and noble's launcher. second of all you should be able to plug your device into your computer and it should be recognized. rooting your device doesnt ruin your ability to connect and transfer files from your computer to your nook color, it just allows you to do more things with it. fun interesting things!
App Install
First you need to download the apk of the program you want to install, once you have that all you need is the android SDK. As part of the SDK you get the android debug bridge to install an application all you do is:
adb install <path_to_apk>
Installing an Application
You can use adb to copy an application from your development computer and install it on an emulator/device instance. To do so, use the install command. With the command, you must specify the path to the .apk file that you want to install:
adb install <path_to_apk>
For more information about how to create an .apk file that you can install on an emulator/device instance, see Building and Running
Note that, if you are using the Eclipse IDE and have the ADT plugin installed, you do not need to use adb (or aapt) directly to install your application on the emulator/device. Instead, the ADT plugin handles the packaging and installation of the application for you.

How to sideload on 1.4.1 update: Guide + script

Alright, you need to be able to have the drivers setup and everything correctly because I'm not offering support on this. Sorry but I have alot of stuff to maintain so I can't always help. I'll try but I would prefer the community support each other too. (you also need tgps launcher already installed so if you havent rooted, I dont think you will be able to do this.)
Anyway: you need to get the .apk file you want to install and just put it into the directory and name it A.apk b.apk c.apk d.apk and so on. I will have it install up to 26 apps (all the way up to z) then you can remove and start over.
Script download:
here
I will probably update it eventually but right now it's supposed to be very basic.
Manual instructions:
All you need to do is use adb install appname.apk
Indirect said:
Alright, you need to be able to have the drivers setup and everything correctly because I'm not offering support on this. Sorry but I have alot of stuff to maintain so I can't always help. I'll try but I would prefer the community support each other too. (you also need tgps launcher already installed so if you havent rooted, I dont think you will be able to do this.)
Anyway: you need to get the .apk file you want to install and just put it into the directory and name it A.apk b.apk c.apk d.apk and so on. I will have it install up to 26 apps (all the way up to z) then you can remove and start over.
Script download:
here
I will probably update it eventually but right now it's supposed to be very basic.
Click to expand...
Click to collapse
Basically, for those a little familar with ADB, they didn't block adb install, so you should be able to adb install path\to\app.apk and it will load without an issue. If your not familiar with adb, using xIndirect's method is probably for the best for you.
so the android central sideload wonder machine should work.
In addition, they did not actually close the hole, they just covered it up better. If you sideload anycut, in theory, you can allow any other install. I am going to try it, and let you all know how it goes.
~Leko
gameman733 said:
Basically, for those a little familar with ADB, they didn't block adb install, so you should be able to adb install path\to\app.apk and it will load without an issue. If your not familiar with adb, using xIndirect's method is probably for the best for you.
Click to expand...
Click to collapse
They would have to maintain two versions of their software if they blocked adb install. How are they going to test the apps going into their market.
Sent from my BNTV250 using xda premium
xdahgary said:
so the android central sideload wonder machine should work.
Click to expand...
Click to collapse
Someone try this. You need the apk file of the app you want to install on your cimputer.
http://forums.androidcentral.com/an...-central-sideload-wonder-machine-v-1-2-a.html
Hey all, I cannot get his to work because I no longer have usb debugging. I should say I am on a Nook Color not tab. I just thought it would be nice to try non-rooted for a while. I guess I will just re root.
~Leko
lekofraggle said:
In addition, they did not actually close the hole, they just covered it up better. If you sideload anycut, in theory, you can allow any other install. I am going to try it, and let you all know how it goes.
Click to expand...
Click to collapse
I have AnyCut installed and created a shortcut to app settings. I reset the "Install from unknown sources" to be checked and then tried installing an app from the Amazon Market. When the package manager ran I got the new will not install dialog. Dang! So I launched the app settings again and noticed that the unknown sources box was unchecked. I checked it again, closed, and relaunched the settings window. The option is unchecked again. Grr....
Installing apps from the Android Market works just fine though, as it does not require the package installer to install an app.
Am I understanding this correctly? So even with un-rooted NT that has updated to 1.41 we can use this method to sideload? I so hope I am understanding this correctly. If so thank you so very much!!!!! If not thanks anyway for helping me learn!!!!!
I have been unable to clear and reset my drivers for the NOOK Tablet.
I've uninstalled and reinstalled but I must not have the right drivers.\
I'm running Win 7 64bit.
Any link would be appreciated.
GreenFuzzer said:
Am I understanding this correctly? So even with un-rooted NT that has updated to 1.41 we can use this method to sideload? I so hope I am understanding this correctly. If so thank you so very much!!!!! If not thanks anyway for helping me learn!!!!!
Click to expand...
Click to collapse
BUMP, as I was wondering this myself.
I understand how to use adb, but how do I get the Nook Tablet with 1.4.1 in debugging mode? I can't install the tgps launcher apk because it says it is not a Nook Store app. My Nook was previously 1.4.0 and rooted with android market and lots of apps installed. I have no problem with the new side loading method, but I need to figure out how to re-enter USB debugging mode.
Ugh, my Nook just updated to the dreaded 1.4.1 version. I tried the script from XDA and ran it with the command prompt, but it says "error no decide found", even though my Nook Tablet is plugged into my Windows XP Machine. Any ideas why this is happening?
I'd greatly appreciate it. Thanks!
Also, I got the script from here: http://forum.xda-developers.com/showthread.php?t=1407023 . I run the Sideload.bat file which usually doesn't run until an Android device has been found, and in MS Dos it says: C:\Sideload>adb wait-for-device . And yet when if I were to install an apk residing in the Sideload folder via Command Prompt, it says no device found.
szumlanski said:
I understand how to use adb, but how do I get the Nook Tablet with 1.4.1 in debugging mode? I can't install the tgps launcher apk because it says it is not a Nook Store app. My Nook was previously 1.4.0 and rooted with android market and lots of apps installed. I have no problem with the new side loading method, but I need to figure out how to re-enter USB debugging mode.
Click to expand...
Click to collapse
Scrap that. I thought I had to re-download the apk file. I realized that it is installed as a device app. Once I entered debugging mode I was able to sideload apps onto 1.4.1 using the instructions.
Now I would love to get Android Market working again...
Indirect said:
Script download:
Click to expand...
Click to collapse
Is there something available for Mac users? I don't have access to any Windows system for over a week.
Also, I was wondering if anyone out there has had success access the Android Market after using this new script? Hopefully some of the root teams/specialists out there can find use a better answer that going by to sideloading.
szumlanski said:
Scrap that. I thought I had to re-download the apk file. I realized that it is installed as a device app. Once I entered debugging mode I was able to sideload apps onto 1.4.1 using the instructions.
Now I would love to get Android Market working again...
Click to expand...
Click to collapse
Ok, so how DID you get it into debugging mode?
geonjay said:
Ok, so how DID you get it into debugging mode?
Click to expand...
Click to collapse
If you rooted 1.4.0, you would have used tgps launcher downloaded over the air. Once you run (install) the tgps launcher, it remains in your android apps installed on the Nook tablet after the 1.4.1 is installed by B&N. Just unplug your USB cable, run tgps launcher, go into te development settings, enable two debugging options, disable auto mount. Then when you plug in USB it should pop up a notification that you are in debugging mode.
Do "adb devices" from a command prompt. If your device is found, you can adb install apps.
so this won't work for unrooted? got my mom this for xmas, we had 1.4.0 and started sideloading apps...then outta nowhere today, the OTA came through and now i can't do anything. when i try this method, it tells me device not found. it doesn't show up under adb devices, either.
jayochs said:
so this won't work for unrooted? got my mom this for xmas, we had 1.4.0 and started sideloading apps...then outta nowhere today, the OTA came through and now i can't do anything. when i try this method, it tells me device not found. it doesn't show up under adb devices, either.
Click to expand...
Click to collapse
Looks like your only option will be to manually downgrade to 1.4.0 and load all the apps you want. You can also prevent OTA update to 1.4.1. Search the forums for the instructions. That sucks.
Alternatively, wait and see if a 1.4.1 root comes out.
xdahgary said:
Someone try this. You need the apk file of the app you want to install on your cimputer.
http://forums.androidcentral.com/an...-central-sideload-wonder-machine-v-1-2-a.html
Click to expand...
Click to collapse
Thanks, this works great. I know there is a way to root and install google apps on 1.4.1 now, but I'm fine with this since I don't have to go through the process of losing and then restoring all the apps and books I have loaded.
Just like another person mentioned, all one has to do is have NT Hidden Settings or tgps_launcher installed prior to the upgrade to be able to enable USB debugging.

[Q] Sideload Script says no device found?

My Nook Tablet just updated to the dreaded 1.4.1 version which makes sideloading pretty difficult.
I was reading this article which has steps to sideload apps onto the 1.4.1 NT without rooting it, and pointed to downloading this script on the XDA forums which will push the apk onto the plugged in tablet, as long as the apk is in the same folder as the Sideload script files.
So, steps 1 to 5 weren't a real problem but its Step 6 that I'm stuck on.
There is a Sideload BAT script which seemed to run (its disclaimer is that it will only run if it finds an Android device -- which is a clear indication that it could find and recognize that my Nook Tablet is plugged in). It even says C:\Sideload>adb wait-for-device. However, when I try to tell it to install the apk via Command Prompt (I type in: adb install Amazon_Appstore-release.apk ), it returns "error: device not found" .
Just for good measure, I also type in C:\Sideload\adb devices and it returns: List of devices attached .
I'd greatly appreciate if somebody could help me with this--I really have it up a wall and would just like to put this problem to bed. Thanks!
i'm having the same exact problems here! are there any specific drivers to install?
Yep, I was still fairly a noob at this when I first posted but have learned a lot ever since. Here's what you want to do:
(btw, I factory resetted to 1.4.0--you may need to as well):
When it says "no device found", it's corresponding to this command line : adb install whatevernameofapp.apk . I interpreted "no device found" to mean that it does not know what "adb" means in the command.
For it to recognize all "adb" related commands, you have to have the USB drivers installed. Look for tgps_launcher.apk on this link: http://forum.xda-developers.com/showthread.php?t=1354487. That will set you up with having you Nook to accept third party applications + having it on UBS debug mode.
Then, install the drivers (I saw this YouTube walkthrough because it is NOT intuitive and you want to be sure you're doing it right , it's not the way you would traditionally update drivers for a mouse or keyboard; here: http://www.youtube.com/watch?v=ZtGveN7jbzs )
After that, I followed the instructions on this article, made a folder in C:, called it sideload, and also pasted an .apk. Now, when I do the Commant Prompt, it says this: http://img23.imageshack.us/img23/2914/cmdnookadb.jpg . While, the transfer was successful, I haven't been able to see the app on my tablet. Does anyone know where I can find this (data/local wasn't found when I connected the tablet to my PC either, and it wasn't on my SD or so). Is it because I'm still on 1.4.0?
Let me know if you get it working all the way!
I followed all those directions exactly. I had received the No Device Found error. I followed the Youtube directions to add drivers and it seems like I did it correctly. I am seeing the android device on the device manager.
I tried running the script again and got the same error! I'm now stuck!
I had the amazon marketplace already installed and was using it successfully until my nook updated to 1.4.2. I thought I had ES File Explorer downloaded but for some reason I can't find it! So I now I am trying to sideload ES File Explorer this way but it wont work!
0x2080
^ put that in %userprofile%\.android\adb_usb.ini
Can you give me more specific instructions on how to do that?
FYI - I have ver 1.4.2 and I am NOT rooted. I have already enabled unknown sources and downloaded the amazon market. I was installing 3rd party apps fine before the update.
[HOW-TO] Use ADB tool | Android Debug Bridge
You need to revert to stock 1.4.0, there are easier and faster ways to do that now > check development section. Basically you need to have CWM booting from sdcard then flash stock ROMS posted >> Albert and I have posted 1.4.0 stock ROMs.
~ Veronica
Moved To Q&A​

cannot "reroot" my NT

I decided I wanted to be able to use B&N apps and buy stuff from them, so in order to register my Nook Tablet, I performed a factory reset. Then I enabled debugging and disabled automount on the Nook Tablet and ran the Nook&Zergy script and the script says the device is already rooted and then says that I do not have the "ADB Hijack" and could not continue. What is this ADB Hijack and how do I install it?
I did register my Nook before setting out on this for the second time.
P.S. - I found the ADB Hijack and installed it and I believe my problem was solved. I installed the Honeycomb launcher this time and did not debloat.
So I take it the ADB Hijack makes it not necessary to unroot and then reroot.
ADB hijack app was created to be able to re-run Nook&Zergy script so users could update the script, adb hijack app is a must have because it lets adb remount run as root and that can be a life savior when you mess thing up

how to install 'nc applet' in Busybox?

I have been wandering in the internet for 3 days now. I have reached a dead end and would really be thankful for any help
My ultimate goal is to clone my old Samsung Galaxy S2 internal memory and play with the clone safely on laptop.
The problem is that the 'nc applet' on Busybox on the S2 in not installed. I tried to install it by launching Busybox on the phone, swiping right to go the 'applet manager' section, scrolled down to the 'nc applet' (which is listed there but has the word Uninstalled next to it) and long press on it, which is suppose to show a menu asking if I want to install the applet, but nothing happens.
I'm on Windows 10 and mainly utilizing this guide which establishes a connection through the command line and then pull a copy of the disk and stores it on the laptop:
https://youtu.be/KKkvkCgMeMA
The phone runs on android 2.3.3, rooted by pushing speedmod using Odin and the Busybox version is 1.21. unfortunately, this is the latest version that can be installed on my configuration.
However, this same problem is present on newer devices. I have a samsung tablet with android 6.0.1 and the latest Busybox v1.32.
Even in this latest version, when I go to 'applet manager' and long press on any of the applets, no menu for installing/uninstalling shows up!
But somehow, for the version on the tablet, the nc applet is installed. I successfully managed to do the whole procedure on the tablet. so I think I got everything right except for the nc applet not being installed on Busybox on the phone.
Any ideas on how to fix the 'applet manager' in Busybox to allow me install nc applet? I'm open to any other options to clone my phone as well.
some failing attempts:
1) I tried to decompile the busybox.apk and add nc applet manually in it but couldn't do it
2) downloaded Busybox source code, make sure nc applet is there and then package it in an apk and install it on the phone. also couldn't do it
3) tried different approach using this method:
https://forum.xda-developers.com/ga...rnal-memory-data-recovery-yes-t1994705/page30
but faced problem finding adb in Cygwin and couldn't reach the connection with the phone phase

Categories

Resources