build.prop not found - Barnes & Noble Nook Tablet

Okay, I'm starting a new thread for this because the sticky for the nookandzergy script means this issue gets buried. After using Unroot app and factory resetting, etc. I think I'm unrooted. There's no su, there's no superuser, etc. My problem is that now I cannot use the rooting script. The nookandzergy script will see my device, but says it's not a nook tablet (I do have android composite device in device manager) because it can't find my build.prop. It will then reboot the device. I'm using win7 professional. I have system restored to before the install and still no dice. I'm afraid something is damaged now or missing permanantly from my nook. I just want to run the debloater and gapps install. Also, nook tablet has a hard time opening apks as well. I can manually root using the instructions in the thread but cannot use that script for the life of me. I've also tried multiple times to reinstall the driver files and can do that successful, but almost always end up with mass usb storage. Uninstalling that does nothing to help the device run the script.
This device is a huge pain. I think if it at least behaved like a normal android device it would be much more enjoyable. No back button, etc. Homecatcher as well doesn't play nice with my device either since I successfully rooted it once.

Here is the NT build.prop file in case you need it. Remove the txt extension from filename. That is how the file was attached in the GApps forum.
Here is the thread to make /system readwrite post#2
http://forum.xda-developers.com/showthread.php?t=1396864
Put build.prop in /system if missing. Reboot.

Moved to Nook Tablet General
This is a question, not development. In the general section please!
Take it easy
O_G

Related

[Q] Scripting on the Archos 70

Hi!
Could anyone help steer me towards a solution please?
Or tell me if its impossible (and why).
I am trying to put together a script of some kind which I can use to do a basic rebuild of my Archos 70 after I have done a Full Reinitialization. I like to mess around installing all sorts of stuff, but when done, it's nice to reset and go
back to a clean machine.
As it's not rooted (yet?) I generally rebuild manually which takes ages.
Although a relative newbie at Android/Linux, I have worked with scripting
on mainframes and in the Windoze arena for many years.
The scripting requirement is quite simple, namely to install packages one by one from the SD card. Also to copy back Bookmarks, launcher setting etc
I am happy to work in any language which will work, but to date have just been trying with .SL (Bash?) scripts which run quite happily from within the SL4A environment or according to my theory, should work also from Android natively.
I envisage the script residing on the SD card and when invoked installing my launcher, Dolphin Browser, various other apps and games, then copying back the settings which I have saved (also by script) before the Initialisation.
Trouble is, I can find no simple samples which help. When I try, I can 'cp' stuff about and echo messages etc, but when I try to install, I don't really know where to start. I have tried just the name of the app package
'/sdcard/sdcard/packagename.apk', it replies 'permission denied' and if I try 'sudo package.apk', it says 'not found'.
I am assuming that the 'permission denied' is a good sign because it understands what I'm trying to do at least. But if I am allowed to do it myself, then surely my script should be allowed to do it?
I am quite happy messing around myself. But if anyone has any pointers
(sample scripts, which language/environment to use, etc.) I would be most grateful.
Sorry if this is covered elsewhere. I have searched but was unable to find much which helped. I am continuing the search!
Thanks in anticipation!
1. All normal installed Apps are installed in /data/app as the apk
2. Local/private data comes into /data/data/name.of.the.package
Both directories are ony accessible with root.
Hell again,
Thanks for your reply fzelle, but I'm not sure as to whether I may have explained it properly.
I am running 'Quick System Info' which is great, and it has a function to backup all the installed apps to a directory you can get at without root access. From there I have copied them onto the SD card.
I am not just trying to copy them into the working directory.
If I click on an app, it lets me install it without any problem.
I am trying to automate that part of the process, and I need the name of the software which does the installation, and how to actually give it the parameters for it to do the install. Although a Linux newbie, I don't really understand why, if I am allowed to install apps myself,
a script that I run should not be allowed to install them also?
Anyone got any ideas please?
Oops! - Sorry for that unfortunate typo at the beginning of my last post. Please read as 'Hello'!
No, i didn't understand you wrong.
You want to automate the installation of your std programs, and that normaly doesn't only include the apk but also the private Data.
And if you manually want to install this, you need root to be able to write in /data/data
If you just want to Backup/Install the apps, use appSaver from the market.
That has allready everything you need, and doesn't need root.
fzelle said:
1. All normal installed Apps are installed in /data/app as the apk
2. Local/private data comes into /data/data/name.of.the.package
Both directories are ony accessible with root.
Click to expand...
Click to collapse
Not entirely true.
I have some SSH tunnels set up on my rooted phone that use keys and a shell script to launch them, all set up with Better Terminal Emulator. The key and script files are located under /data/data/com.magicandroidapps.bettertempro/home. I wanted to use the same keys and script on my A70, so I copied the files from my phone to the same directory on my A70 using the terminal command line. Although you can't browse to the app folders under /data/data/, there is some ability to copy stuff into them. I guess the trick is knowing what and to where.
I've not used appsaver, but Astro will also let you back up and reinstall your apps all at once.

[Q] How to replace a system file using pc connection

I have been searching all morning for the answer to my issue, but evidently I am not using the correct words in my search. Either that or I am the first person to need to do this:
In an effort to try to get Netflix working on my Gtab running Vegan 5.1.1, I have been trying differing edits of the build.prop file. Since Netflix is working on my original version Droid, I have been using it as a model. All to no avail. So, last evening, fully aware that I might brick the gtab and willing to pay the price of a reflash if necessary, I copied the entire build.prop file from my Droid to my gtab and rebooted. Sure enough, won't boot.
I have backups of the original working build.prop but cannot access it by connecting my gtab to my pc through usb. I can access the files on the sdcard but cannot figure out how to get into the system folder so that I can replace the offending file with a good one. I thought that nvflash might be my friend, but after reading everything I can find on that tool it seems that it will just reflash to stock.
I can reflash my Vegan install, and may have to do so....but is it possible to just access the files in the system folder? If so, all I would have to do is to delete the current build.prop file and rename my backup file back to build.prop.
Anyone know how I can do this?
Joe
You can us ADB to push (or pull) files as well as accessing the command line on your gTab. ADB is a development tool, and is part of the Android development kit. You need to install the driver that comes with it, but first you need to edit the .INF file with a couple lines referencing the gTab. You can find additional information about ADB in other posts.
If recovery is working ok then you could reflash your ROM or craft a custom update to replace build.prop.
You could also nvflash just the system partition if you have an image for your ROM.
Lots of options.
Edit: Just looked at the Vegan 5.1.1 supplement update and it has a build.prop file in it. Reinstalling it would likely get you running again as long as you haven't made any other significant changes to the system files. It might revert a few system applications to older versions.
If you have adb set up and working, restoring your backed up build.prop would be trivial job. Let us know if you have adb working and then we can give you the commands you need to use.
As of right now, I do not have adb setup and working. Well, that's not quite true....I did set it up quite some time ago and used it on my Droid. Guess I need to reconfigure it for the gtab and then proceed from there?
Joe
Well, I resolved my issue by reflashing the VegaN rom, all is good now.
Joe

[App]: ADB Root Hijack [ADB Runs as Root now]

Indirect is proud to present you with ADB Hijacker
Note: This modification will remove any custom clrbootcount.sh scripts
Alright, what this application does, is hijacks adb using a root version instead which means from now on, you can do "adb remount" and things like that. This comes with all the needed files within the app and it also extracts them so no worries!
After you run the app once and click that magical button then you can reboot and you will have adb autostart as root so you can even uninstall the app afterwards. As of now, we do not have automount killed. However: I learned that adb stays on even while in usb mode.
Download Link:
Here
Screenshots: Uploading
Benefits and change log:
Benefits:
Code:
You can now rerun the rooting script to apply whatever modifications you missed out on
You can now apply any mod using adb instead of file explorer
You can remount your system by just using "adb remount" instead of using a file explorer
Changelog:
Code:
2.0: Included needed files for extract / included busybox installer
1.0: Initial Release
Credits:
Code:
brianf21 for showing me how to extract files from an apk so now you can install directly from the app and nothing else is needed except root.
Nemith for the adb daemon
Myself for the app, hijack method, and testing
puellanivis from IRC for being terrible at communication and also help with a few of the commands
This one is mine as well.
damn you, I am taking this one for video! click comment for video
Firstly,
Thanks Indirect, you make my Nook a joy to use. Many thanks also to Albertwertz - your Youtube videos are helping a noob like me get up to speed with this Android experience.
Can't post this in the Developer thread (still under 10 posts) but there seems to be a problem running the nookandzergy.bat file whilst running the ADB Hijacker. I'm getting a dos error:
"Your device was found to be rooted. Which is bothersome. However: I will see if you happen to have the proper modification installed to continue to use this script:"
followed by
"goto was not expected at this time".
Having a quick look at the bat file I can't see where %adbr% is being set to "yes".
Update: After making sure adb hijack was running, I tweaked the batch file, forcing adbr=yes. The script then worked and allowed me to replace the SystemUI.apk to remove the B&N Home button. Not sure how Indirect intends to set the variable properly, but by adding:
set adbr=yes
above the line:
if %adbr%==yes goto N1
Allowed by to re-run the rest of the root process
Another thing I did notice when testing the script was that by selecting "N" to the "Do you want to replace the systemUI to have a perm back / menu button on status bar and have the N button goto home on first click?" question the script errors with a -N7 not found.
I am having the same problem. I followed the video that albert posted and even opened up the cmd line to double check my adb remout. Everything worked fine till i get:
"Your device was found to be rooted. Which is bothersome. However: I will see if you happen to have the proper modification installed to continue to use this script:"
followed by
"goto was not expected at this time".
I don't know if Nook&Zergy is setup to support the adbd hijack yet. But that is the most likely answer. Or in particular, you might not have the newest N&Z as well.
I also wanted to momentarily divert the thread, and mention that snowball-mod already includes this adb-hijack, so it is unnecessary to run it on snowball-mod. (However, Indirect worked with me to ensure that it wouldn't hose anything if you did.)
Before I ran nz, i downloaded the latest from Indirect's original root thread. If the updated one isn't using that link, then where do I find it?
Indirect and I were up kinda late last night working on this and he made several modification on my nook zergy extraction that he may have forgotten to make when he remade his and uploaded it for everyone. Here is a link to the mod he made of the latest nook zerg on my pc. This may have something that the new one doesnt that he forgot to do. I am sure he will fix the code soon, but until then, download and try this: http://dl.dropbox.com/u/24100179/Nookie/NookandZergy.bat
this is the nook zergy bat file he modified. copy it and replace the bat file in your new nook zergy extraction and see if it runs right with this app
This is only temporary, dont use this after he fixes it
That did the trick! Thanks Albert!
I just got my nook & I don't understand the programming that you are talking about. But if you both were up late working on the root script (assuming). Just an FYI once I finished w/ the driver loads & started loading the root script, my device wouldn't show up, did a factory reset 3 times, as well as removing any usb traces etc... finally got it to take & all the red stopped & never loaded in the gapps, launchers etc... I reloaded it again & it says that I am rooted, but having a heck of a time w/ Titanium doesn't want to accept any of the
devicemanager .apk stuff. Sorry for no tech terms, Indirect & Albert Thank you so much for making this easy. Loved the video, really helped a ton. Just wanted to say thanks & let you know of the glitch.
I got it loaded now it is not recognizing the sd card 4 Titanium. I have done several of your factory reset, as well as the b&n reset still nada even put in 4 different cards. Happy New Year & Thanks for any help
TRI
did this today, easy, took 5 minutes. Grateful for all this
I'm a little bit confused, my nook updated to 1.41, i've tried downloading adb hijacker to my nook, but it won't open, what am I doing wrong?
Edit: What exactly do I need to do to block the updates and allow my nook to use the android market again?
I'm a pathetic no0b, and I tried downloading the ADB hijacker to my nook, but it won't open. What do I need to do to fix this?
Thank you.
ETA the Nook updated the other day.
Indirect said:
Indirect is proud to present you with ADB Hijacker
Note: This modification will remove any custom clrbootcount.sh scripts
Alright, what this application does, is hijacks adb using a root version instead which means from now on, you can do "adb remount" and things like that. This comes with all the needed files within the app and it also extracts them so no worries!
After you run the app once and click that magical button then you can reboot and you will have adb autostart as root so you can even uninstall the app afterwards. As of now, we do not have automount killed. However: I learned that adb stays on even while in usb mode.
Download Link:
Here
Screenshots: Uploading
Click to expand...
Click to collapse
absolutely awesome!
Guys, this doesn't stop updates or is usable on the 1.4.1 update..it's a 1.4.0 modification that hijacks the adb daemon on the device.
Ok, but what do we do if we didn't get to it in time and the stupid thing updated to 1.4.1? Do we have to return the thing to factory settings and lose all our content?
I'm sorry for asking dumb no0b questions, but if there is a guide for what to do in this situation, I can't seem to find it here.
Thanks for all you do, all the experts here!
ETA I found what I was looking for, in the "Nook general" forum. sorry to waste space on this thread.
My mistake, I thought I would be able to apply the update that stops the ota's through this. Which thread has the method to allow me access to market again? (effectivly null n' voiding the 1.41)
nearlyno0b said:
Ok, but what do we do if we didn't get to it in time and the stupid thing updated to 1.4.1? Do we have to return the thing to factory settings and lose all our content?
I'm sorry for asking dumb no0b questions, but if there is a guide for what to do in this situation, I can't seem to find it here.
Thanks for all you do, all the experts here!
ETA I found what I was looking for, in the "Nook general" forum. sorry to waste space on this thread.
Click to expand...
Click to collapse
^^^^^ Quoted for the sake of others ^^^^^
arkraven000 said:
My mistake, I thought I would be able to apply the update that stops the ota's through this. Which thread has the method to allow me access to market again? (effectivly null n' voiding the 1.41)
Click to expand...
Click to collapse
Below is a link to the information as to how to remove B&N 1.4.1 update and restore 1.4.0:
[Stock Firmware]Restore Barnes & Nobel Nook 1.4.0 from SDCard
ENJOY!

[Q] Cannot boot after removing Dell Stage

I live in UK, with a Streak 5, updated by Dell to 2.2.2. This is my first smartphone, but I soon stopped using it out of disgust with all the unremovable bloatware.
However, a few weeks ago I managed a successful root (GingerBreak), then used ADB via Win XP to remove the APKs for facebook, ooVoo, twitter, radio, Amazon and a zillion others. The phone became a delight to use, but then, emboldened by my new found power, I rashly assumed that if I removed Stage there would remain a basic default Android launcher. So I very stupildy removed (without backing up...!..) all .APKs with the word Stage in them.
Oh woe.
Phone was still fine, would turn off, reboot (into a blank screen), file system still naviable from my PC with ADB shell, but no way to launch apps or even access the menu from the phone.
So then I did the next silly thing -- factory reset, not realizing this does not restore apps. Now booting never completes after making it past sparkling DELL animation, and even if it finished booting into a blank screen, without root access I would no longer be able to reach the file system via ADB.
However, I successfully connected the phone to my Win XP PC in fastboot mode, but then didn't know what to do next.
I presume I need to get the missing .APKs with Stage in their name back into /system/app from where I so stupidly removed them. I have downloaded update-stageUI360-2.zip, which appears to contain some hopeful-looking .APKs that I presume are intended for /system/app. They don't have the filenames I vaguely recall as the things I deleted, but perhaps that's because they are an update.
But even if those .APKs are what I need, without being able to boot or access the file system via ADB, how do I restore them to their rightful place?
I've read clever how-to stuff in Android fora until my head hurts, but I still lack a proper understanding of how most suggested actions actually work. For example I remain unclear about the word 'flash'. In the Old Days, I understood that to mean burn new data into a firmware ROM, but in Android fora it appears to be more like my current understanding of 'copy' or 'push' to the internal R/W storage.
I've also read and re-read the excellent XDA 'Dell Streak 5/Flashing Guide' but it packs so much pithy info so tightly I'm left going in circles trying to get a rounded picture, because when I seek the meaning of one word or concept, it's often described in terms of other concepts that I also don't understand.
Also I'm confused by extensions like .img, .apk, pkg, .sh, and how Android deals with them.
In the Old Days, a 'ROM' was a lump of read-only hardware, but in Android parlance it seems to mean some kind of pre-formed image. What does it contain, and how is it transferred to where it needs to be in the phone?
What is a nandroid ? What is baseband ?
And what's the difference between .zip and .apk ? If none, why the different extensions? is it so Android's installation management knows how to treat them ?
I apologise for the length of this post. If someone would tell me how to proceed, and hopefully explain what is happening behind those proceedures, I would be most grateful.
I don't have time for an exhaustive post, but here's the basics of what you need.
Flash streakmod via fastboot (look at the wiki)
Boot into streakmod, connect to pc with usb and enter adb shell
type this command:
mount -t yaffs2 /dev/block/mtdblock6 /system
type exit and adb push your needed apks to /system/app
reboot
This should get you up and going. You could find any of the free launcher's apks and just push that instead of all the dell stage apks. VTL Launcher is the first one that comes to mind that can be downloaded from the xda forums, just search for it. (Its not in the Dell Streak subforum)
lordmorphous said:
I don't have time for an exhaustive post, but here's the basics of what you need.
Flash streakmod via fastboot (look at the wiki)
Boot into streakmod, connect to pc with usb and enter adb shell
type this command:
mount -t yaffs2 /dev/block/mtdblock6 /system
type exit and adb push your needed apks to /system/app
reboot
This should get you up and going. You could find any of the free launcher's apks and just push that instead of all the dell stage apks. VTL Launcher is the first one that comes to mind that can be downloaded from the xda forums, just search for it. (Its not in the Dell Streak subforum)
Click to expand...
Click to collapse
Can u give me the link of VTL Launcher, I 'd like to test a new launcher
Sent from my Dell Streak
http://www.lmgtfy.com/?q=vtl+launcher
Is it not more easy to flash a newer rom?
go to the Wiki of dell streak and download a rom (351 ore 360 I would reccomend)
http://forum.xda-developers.com/wiki/Dell_Streak_5#Official
Copy the rom to your sd card (use a usb device or somethinge else to acces it) name the rom Update.pkg
powerup the phone holding down de volumekeys option 2 is for software upgrade. Try that and the phone has a new complete rom.
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
Many thanks for solutions, but now rooting question
My problem has been that no way could I boot into Streakmod recovery as advised by LordMorphus.
However, after abel2007's advice I managed to flash the full stock 360 rom, after installing the appropriate recovery (via Fastboot).
Now I wish to root, but still cannot boot into Streakmod, which appears to install successfuly via Fastboot, but then however many different moments I choose to press the vol buttons, it always reboots into stock recovery screen.
The universal response to a similar problem in other forum posts is that there is no way to root 2.2.2 or later without a custom recovery like Clockwork (which I haven't tried because it's not recommended) or Streakmod, (which doesn't work for me); but Gingerbreak rooted my previous OTA 2.2.2 before I screwed up by rashly removing all APKs with Stage in the name.
However, I'm scared to try it again in case it was just some freak result, or perhaps contributed to my original problem. Why doesn't anyone seem to recommend Gingerbreak?
And if that works but I still can't boot to Streakmod, I presume I won't be able to employ Nandroid; so might there be any other way of backing up my modified Android system?

[Q] RCT6573W23 Recovery

I am using a RCT6573W23, I have rooted it using Kingo and editing the ADK file... Everything went well, and I had installed SU and Busybox, Developement was on, but I don't think it remains on... I did some build.prop tweaks, and when messing with the LCD I messed up my system, disabling it from booting up.
I boot into Recovery just fine, and I DID BACKUP AND HAVE my original build.prop file, however, good ol' RCA doesn't provide any "files" for support at all, and connecting ADB is "SIDELOAD" only... I've read several places but everyone suggests going INTO recovery, which, I can do, or using ADB, but fail to realize it's sideload issue... I've pushed several files, but every single file is a bad footer, and wrong signature... I'm at a loss... Does ANYBODY have a recovery.zip from their Apollo 8" who could make a backup for me, so that I could sideload an official zip file. I would MUCH appreciate it... Thank you.
I have the same model... you're the only one I've heard of that has successfully rooted this one... is there a way I could get my official stock ROM copied without root?
Rooting it was simple, I believe you can go to settings backup and restore to get a .zip of your stock.. If you could shoot me a copy that'd be great. I can share how it was rooted, although it was super easy to look up.
There's not an option to backup entire system just app files.
What recovery did you use? and did you use the kingo universal rooting tool? And what edits did you have to do to the ADK?
I've successfully rooted but have no way, as of yet, to zip up my ROM. Any thoughts?
Anybody know if xposed framework or clockworkmod will work on this device?
-- Rooting your RCT6573W23 --
Install your USB drivers... If you don't have them, or you can't make your system acknowledge them, use the SDK-Method to fool your computer into reading the correct USB for your device... That method can be found at: addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
Once you've got your drivers, before even plugging in your phone, make sure you have all of these options checked... From the developer's menues: "USB Debugging" "Allow Mock Locations", and in your security & screen lock settings: "Device Administrators", and "Unknown Sources" need to be checked...
Install Kingo from kingoapp.com
NOW, simply plug it in and click root on the pc... It'll install SuperUser and enable you to use just about any feature a rooted device can use, but without flashing roms... Still nice for cheatengine and stuff.
----------- Finished, Now... -------------------
Hmmm, once getting it going how would you go about making a backup that could fix my device? All I can do is adb update, and apparently no zip files have the proper signature. Is there no files that put Rom-to-Zip? I guess even if there were, I'd just need the permissions right to push over my build.prop which they wouldn't be most likely... And I can't nandroid...
I've acheived root and have SU, but Here's no way to make a nandrid without some sort of recovery...
Edgia said:
Hmmm, once getting it going how would you go about making a backup that could fix my device? All I can do is adb update, and apparently no zip files have the proper signature. Is there no files that put Rom-to-Zip? I guess even if there were, I'd just need the permissions right to push over my build.prop which they wouldn't be most likely... And I can't nandroid...
Click to expand...
Click to collapse
I believe these tablets have the RK3188T chipset, and I found These CWM Recovery images: http://androtab.info/clockworkmod/rockchip/
I don't have time to mess with it right now but I thought I'd share. I'm going to do some more reading on the subject before trying anything real crazy. Let me know if this works out for you...
Any luck on this? I was hoping to install a mod on this tablet myself

Categories

Resources