Problems with Webtop Mod - Atrix 4G Q&A, Help & Troubleshooting

Well... I went through old forums on here and found out about the command to run in a emulator on the atrix to manually enable Webtop, and thats the closest I've got to getting webtop over HDMI. I don't want to get Gingerblur, on my phone. I want to keep stock, and get the mod.. I have tried everything to my knowledge from the forum from Fenny to do it and I have had no luck at all. If there is any simpler way to enable the hack, I would love to know about it. The install.bat file won't even work thanks to that annoying ADB stuff. Anyone that's willing to help, would be highly appreciated.
And sorry for posting this too many times, I didn't know which section to post this in.

- Download aroot
- unzip it
- download webtop mod
- unzip it
- replace the adb.exe in webtop folder with the one in aroot
- run install.bat from webtop folder
This worked for me... ; )

OMG! Thank you so much! It finally works!

Glad it worked for ya : )

Related

[Q] *US Streak Owners*

Hello,
I have updated my AT&T Dell Streak to 2.1 and now I am in need of the original stock bootanimation.zip file. Can someone with a Dell Streak, with build 6601, run this command:
Code:
adb pull /system/media/bootanimation.zip ./
and post it to this forum or provide a link?
I will use this to replace the 2.1 boot animation (O2). Thanks in advance!!!
Last but not least, does anyone know how to remove the default RSS Widgets? Thanks again!!
More info on how to use the adb command:
http://forum.xda-developers.com/showthread.php?t=502010
http://www.youtube.com/watch?v=1UF5w1dKe2U
http://www.youtube.com/watch?v=A1SOSXwkc_8
If you can give me a little more detail and a step by step on how to exactly do this, I will do it for you.
Is everything still working ok with the Root you did last night? I am thinking of doing this tonight.
Everything is Fine!!!
Hey @mjaverto, thanks for willing to help! And yes, everything is fine; root worked perfectly!! It is what allowed me to update to 2.1 :-D
As a matter of fact I have modified my 2.1 ROM quite a bit:
- Removed O2 boot animation
- Disabled the black popup window that replaced the standard menu bar. I am back to using the 2.1 grey menubar
- Removed/disabled bloatware:
Twitter
Facebook
Getting started guide
Outlook task and notes
RSS Widgets
AmazonMP3 (Replaced with US Version from my Nexus One)
Also modify the build prop to boot US Locale by default and other minor changes. Now all that's left is to change H symbol to 3G symbol and add stock US bootaninmation.zip. That's where you come in. LOL!
Anyways, I am not sure how familiar you are with the Android SDK, but it comes with a tool called "adb." This tool allows you to do all sorts of debugging. It also give you the ability to push and pull files from the Android device's file system.
What I need someone to do is install/download adb and the command from my earlier post. If its done correctly, you will be able to pull files from the Streak's filesystem.
The file I need is:
bootanimation.zip (adb pull /system/media/bootanimation.zip)
I am not sure what OS you use, but here is some more info on adb (Windows specific): http://www.youtube.com/watch?v=1UF5w1dKe2U
http://www.youtube.com/watch?v=A1SOSXwkc_8
Not super familiar but I think I can do this for you. I'm guessing I will need the root done first to be able to use "adb"? Maybe you can share your 2.1 Rom with me after you change these last few things as I'd love to upgrade.
*Windows 7 64x by the way. Should that work ok?
If I have any questions I'll shoot you a PM.
Actually...
No, root isn't necessary. You will only be pulling (copying) files from the filesystem; root is only needed when you want to write to the filesystem and run root system apps.
...And there is one problem with sharing my ROM... I have no idea how to package it. Dell uses, as far as I can tell, a proprietary ROM package (.pkg) format. The best I could do is walk you through the process of getting 2.1 installed. I am basically modifying the ROM on the device.
Hopefully, someone will develop some neat way to backup, modify, and package ROMs for easy installation. Heck, a way may exist... Maybe someone could chime in and enlighten me.
I am not sure about Windows 7, I run Linux. My guess is that you shouldn't have any problems. PM me if you have any more questions or concerns.
***Edit: Is that path you have above correct for sure? I keep getting remote object does not exist.
Upload: I attached tools.zip. *Note the two files inside are the only two files I could find named BootAnimation on my phone which is stock 1.6 ATT US.
Please let me know if I can help with anything else.
Try this...
Try this:
Code:
adb shell ls /system/
and post the output
I posted two "BootAnimation" files I found above
See output:
Cool!
Now type:
Code:
adb shell ls /system/media/
Let see what this produces. Hopefully we will see the file:
Code:
bootanimation.zip
listed.
Nope
Nope sorry. I did a search of the whole device with Astro File manager and it searched all these folders. The above two are the only ones with boot animation.
A search for "boot" yielded these 4. There is no bootanimation.zip:
system/bin/reboot/
system/bin/bootanimation/ (attached in above post)
system/customization/BootAnimation/BootAnimation.xml (attached in above post)
system/bootpriority.xml
sorry.
Private msg...
@mjaverto, check your private messages...
Here ya go mate
I zipped up the bootanimation folder for you from my US Dell Streak Build 6601
Enjoy!
mistadman said:
Hello,
I have updated my AT&T Dell Streak to 2.1 and now I am in need of the original stock bootanimation.zip file. Can someone with a Dell Streak, with build 6601, run this command:
Code:
adb pull /system/media/bootanimation.zip ./
and post it to this forum or provide a link?
I will use this to replace the 2.1 boot animation (O2). Thanks in advance!!!
Last but not least, does anyone know how to remove the default RSS Widgets? Thanks again!!
More info on how to use the adb command:
http://forum.xda-developers.com/showthread.php?t=502010
http://www.youtube.com/watch?v=1UF5w1dKe2U
http://www.youtube.com/watch?v=A1SOSXwkc_8
Click to expand...
Click to collapse
What steps did you take to update to 2.1?
Which steps did you take to update the 2.1 rom?
I was alble to flash the clockwork recovery rom but could not boot it when the device rebooted...
mistadman said:
No, root isn't necessary. You will only be pulling (copying) files from the filesystem; root is only needed when you want to write to the filesystem and run root system apps.
...And there is one problem with sharing my ROM... I have no idea how to package it. Dell uses, as far as I can tell, a proprietary ROM package (.pkg) format. The best I could do is walk you through the process of getting 2.1 installed. I am basically modifying the ROM on the device.
Hopefully, someone will develop some neat way to backup, modify, and package ROMs for easy installation. Heck, a way may exist... Maybe someone could chime in and enlighten me.
I am not sure about Windows 7, I run Linux. My guess is that you shouldn't have any problems. PM me if you have any more questions or concerns.
Click to expand...
Click to collapse
You Are Man!! Thanks!
Thanks! You even grabbed the images! Awesome!!
Anyways, looks like you missed a step with getting 2.1. You need to install the stock UK recovery image: http://www.romraid.com/paul/streak/recovery.stock.img
This will get your recovery image to accept UK ROMS. From here, you should be able to flash 2.1 directly.
See @Greenarcher707's excellent post (http://forum.xda-developers.com/showpost.php?p=7668927&postcount=6) on this forum for detailed guide. Since you have already installed the clockwork recovery image, you should be able to skip steps 1 and 2.
Once you have downloaded the image: (update-6941-21.pkg | http://www.mediafire.com/?bb9cvm5uaap2z8k), save it to the root of your SD as "Update.pkg."
The last step will be rebooting the phone into the recovery mode by holding "volume up" + "volume down" simultaneous and pressing the power key. From here it should be self explanatory.
Good luck and let me know how it goes. Hit me up if you have any more questions and thanks again for your help!!!
US Stock ROM Build 6601?
Awesome!! well I see you have to flash the UK stock rom which has a lower build than ours...Is there anywhere you can download the stock US Rom Build 6601 in case we want to go back to stock? Since the nandroid backup is not working in clockwork..I cannot do a a rom backup
mistadman said:
Thanks! You even grabbed the images! Awesome!!
Anyways, looks like you missed a step with getting 2.1. You need to install the stock UK recovery image: http://www.romraid.com/paul/streak/recovery.stock.img
This will get your recovery image to accept UK ROMS. From here, you should be able to flash 2.1 directly.
See @Greenarcher707's excellent post (http://forum.xda-developers.com/showpost.php?p=7668927&postcount=6) on this forum for detailed guide. Since you have already installed the clockwork recovery image, you should be able to skip steps 1 and 2.
Once you have downloaded the image: (update-6941-21.pkg | http://www.mediafire.com/?bb9cvm5uaap2z8k), save it to the root of your SD as "Update.pkg."
The last step will be rebooting the phone into the recovery mode by holding "volume up" + "volume down" simultaneous and pressing the power key. From here it should be self explanatory.
Good luck and let me know how it goes. Hit me up if you have any more questions and thanks again for your help!!!
Click to expand...
Click to collapse
Unfortunately, I don't know if a stock 6601 ROM exist. I figured that at some point the internets would produce one :-D But for now, those of us that took the plunge are stuck with 2.1 for now.
Thanks cemian!!
FYI...
I just completed the port of the stock boot animation to the 2.1 image. See: http://forum.xda-developers.com/showthread.php?p=7681745#post7681745 for more information.
Thanks again @cemian for your assistance!!
I'm thinking really hard of upgrading to 2.1. but a lil scared but no stranger to flashing.how is this flashing compared to wm flashing.
eastside770 said:
I'm thinking really hard of upgrading to 2.1. but a lil scared but no stranger to flashing.how is this flashing compared to wm flashing.
Click to expand...
Click to collapse
I find it is alot easier than WM once you get the hang of it. I also find that Android phones are harder to brick than WM phone, but not impossible. Just make sure you do plenty of research before you take the plunge. Good luck!!

[Q] Live Wallpaper picker

First i just want to say how much i love this site and really really appreciate the ones keeping it up and all others that also contribute. i have not been much of a poster but i have been a member for a while and used this site for every phone i have had.
Anyways, i have accidentally deleted my livewallpaper from my vibrant, now when i long press it doesnt give a live wallpaper option. i have searched and did find a livewallpaper picker 2.1 apk but i dont know if they are all the same for android.
and im also not following this push thing to well. anyhelp is appreciated
mryounghc said:
First i just want to say how much i love this site and really really appreciate the ones keeping it up and all others that also contribute. i have not been much of a poster but i have been a member for a while and used this site for every phone i have had.
Anyways, i have accidentally deleted my livewallpaper from my vibrant, now when i long press it doesnt give a live wallpaper option. i have searched and did find a livewallpaper picker 2.1 apk but i dont know if they are all the same for android.
and im also not following this push thing to well. anyhelp is appreciated
Click to expand...
Click to collapse
1. place the .apk in C:/AndroidSDK/tools on your PC
2. connect phone to to PC via USB, do not mount, make sure debugging is on.
3. type these commands in command prompt in order:
cd\
cd AndroidSDK\tools\
adb devices
adb push nameof.apk /system/app
.......and youre done
keep in mind, when typing the the name of the apk in the command, it IS case sensitive.
also, im sure its the correct version, but even if its not, it wont mess anything up. just uninstall if it isnt.
Also, if you have root explorer, you can just copy and paste the apk to /system/app
good luck
Thank you so much! i really appreciated it TopShelf. iused the root explorer method as i couldnt get the sdktools going for some reason. took me some time to figure out i had to mount to r/w too bu ti got it. thanksagain!
mryounghc said:
Thank you so much! i really appreciated it TopShelf. iused the root explorer method as i couldnt get the sdktools going for some reason. took me some time to figure out i had to mount to r/w too bu ti got it. thanksagain!
Click to expand...
Click to collapse
glad to help.....make sure you memorize both methods though, because both come in handy when messing around with system apps

HELP! bat files won't work!

I've flashed pre-update SBF and am only able to aqquire root while using SuperOneClick. Before that, when I try using files such as Adeo or GingerBlur I keep getting an error that says either device cannot be found or unable to chmod psneuter such as when i'm trying to use the retain root files. Am I missing something? I've checked environment variables to ensure that they're working, that usb debug is on, and thaty connections are good. What stumps me the most is that my first attempt at installing Gingerblur and Webtop MOD worked with no issues. I only restored back to SBF because i wanted the update with root but right after flashing to SBF, I tried bat files and i get an error message. I've yet to see any post on here that has an answer to this issue please help because if I can't get this to work there'll be no reason for me to keep the Atrix. Thanks to everyone in advance!
I've had SO many problems hacking my atrix.. and have managed to fix them all through this forum so I completly understand your frustration. The main thing I did that fixed everything, was to delete all previously downloaded mod files, then re download them all and place them at the root of your C drive. I'm assuming your using Windows.. None of the install.bat files worked for me until I moved them there..
Hello, friend. Thanks for the quick response. I tried what you recommended but am having the same issue. It doesn't make sense right now. I haven't added anything new to my PC nor have I installed any new programs. All i did was flash SBF to attempt to utilize retain root and then update to new version however my device cannot be detected. If anyone can help out it would be much appreciated.
Try putting the USB connection in mass storage mode. If your computer wants to find drivers, let it. Then give the script a whirl.
Sent from my MB860 using XDA App

[Tool 7/27] Perm-Temp Root w/ R/W, Overclock 1.8GHz and HULU FIX [CONFIRMED WORKING]

First of all I am taking no credit for any of this. All I did was combine other people's work and edit scripts to make this tool that I believe works best on my phone. Plus HULU WORKS!!!
Dev's who's material was used:
panamaniac - Perma-Temp Root + HULU FIX
eugene373 - (TOOL) Perma-Temp Root with *R/W* & Stable!
Almighty1 - [Fix] Hulu working + Flash.apk April 22
coolbho3000 - [MOD] EVO 3D Overclocked to 1.8GHz!
agrabren - [GUIDE] Fre3vo / Fre3dom Official Thread
What I Did: I just combined (TOOL) Perma-Temp Root with *R/W* & Stable! with Perma-Temp Root + HULU FIX and [MOD] EVO 3D Overclocked to 1.8GHz!.
What it does: Basically what the title says. It will temporarily root you device, overclock it to 1.8Ghz and swap out the current flash player for one that will allow you to use Hulu on your device.
AFTER DOWNLOADING, FOLLOW THE BASIC INSTRUCTIONS
BASIC INSTRUCTIONS
1. Plug your phone into your PC and select Charge only
2. Make sure HTC Sync is not running
3. Enable USB debugging by going to Menu>Settings>Applications>Development and checking USB Debugging
4. Unzip the folder titled "Unzip This.zip"
5. Open the file titled "Perm-Temp Root with RW + Overclock + Hulu Fix"
6. Run (Double click) the .bat file of your choice.
NOTE: YOU WILL NEED TO HAVE ROOT FIRST BEFORE YOU RUN HULU FIX OR OVERCLOCK
I am not personally responsible for any damage that may occur to you or your phone. Hopefully you are responsible enough to try and not break things and if you do not to cry all about it. That being said, If you are having problems with anything please describe in detail what you did and I will do my best to try and help.​
DOWNLOAD
If you have NOT taken the OTA Update:
Pre OTA DOWNLOAD
Hulu app
I thought I would share this link with everyone. I downloaded the hulu app and it looks good. The only thing is that auto rotate was disabled and I couldn't figure out how to go full screen.
http://forum.xda-developers.com/showthread.php?t=782169
Hulu Plus +
HULU PLUS+ is soon to come. You can download the app and try it out it looks pretty clean. It won't allow you to watch content because our devices are currently not supported but it looks pretty koo.
http://forum.xda-developers.com/showthread.php?t=1136634
macramentonate said:
First of all I am taking no credit for any of this. All I did was combine other people's work and edit scripts to make this tool that I believe works best on my phone. Plus HULU WORKS!!!
Dev's who's material was used:
panamaniac - Perma-Temp Root + HULU FIX
eugene373 - (TOOL) Perma-Temp Root with *R/W* & Stable!
Almighty1 - [Fix] Hulu working + Flash.apk April 22
coolbho3000 - [MOD] EVO 3D Overclocked to 1.8GHz!
agrabren - [GUIDE] Fre3vo / Fre3dom Official Thread
What I Did: I just combined (TOOL) Perma-Temp Root with *R/W* & Stable! with Perma-Temp Root + HULU FIX and [MOD] EVO 3D Overclocked to 1.8GHz!.
What it does: Basically what the title says. It will temporarily root you device, overclock it to 1.8Ghz and swap out the current flash player for one that will allow you to use Hulu on your device.
AFTER DOWNLOADING, FOLLOW THE BASIC INSTRUCTIONS
BASIC INSTRUCTIONS
1. Plug your phone into your PC
2. Make sure HTC Sync is not running
3. Enable USB debugging by going to Menu>Settings>Applications>Development and checking USB Debugging
4. Unzip the folder titled "Unzip This.zip"
5. Open the file titled "Perm-Temp Root with RW + Overclock + Hulu Fix"
6. Run (Double click) the .bat file
I am not personally responsible for any damage that may occur to you or your phone. Hopefully you are responsible enough to try and not break things and if you do not to cry all about it. That being said, If you are having problems with anything please describe in detail what you did and I will do my best to try and help.​
DOWNLOAD
Click to expand...
Click to collapse
Not working, missing something?
urcboss07 said:
Not working, missing something?
Click to expand...
Click to collapse
Which part is not working? Did you get an error message or something? Unable to download? Please explain.
AdbWinApi.dll is in the wrong place with zip extract. put all files in the tools folder and it works
ok everything runs through fine ... only problem is is doesn't grant root access. no apps can get root.
mallman said:
ok everything runs through fine ... only problem is is doesn't grant root access. no apps can get root.
Click to expand...
Click to collapse
Were you able to overclock in SetCPU?
Working?
Can anyone confirm this as working?
macramentonate said:
Can anyone confirm this as working?
Click to expand...
Click to collapse
I've been wanting to do a data reset because I lost ability to connect to wifi a few days ago. I'll try it out. That way everything is scratch except my 32g card
knightwolf123 said:
I've been wanting to do a data reset because I lost ability to connect to wifi a few days ago. I'll try it out. That way everything is scratch except my 32g card
Click to expand...
Click to collapse
That would be great. Thank you. When you unzip the folder it should look like the file that I've attached here.
I might be a noob, but I don't understand how anyone is able to change setcpu when it tries to OC the phone before SU permissions. Unless the winrar I have is corrupt and it's skipping it,
havent tried it yet (charging phone) plus im currently reformatting my 4G with MikG for the wifey and redoing my 3D after i get it charged up.
however.
i noticed you have only one overclock (do you need befor and after OTA?)
and only one script to root (no root and reroot. which doesnt really matter because if the file is already there it will skip it in theory)
Onethirtytwo said:
I might be a noob, but I don't understand how anyone is able to change setcpu when it tries to OC the phone before SU permissions. Unless the winrar I have is corrupt and it's skipping it,
Click to expand...
Click to collapse
personally what i do (maybe overkill) is keep the .apk for setcpu on sd card and when i know i am going to do a full reboot (not fast reboot) i uninstall setcpu, reboot, reroot, then install setcpu and do my profiles.
again this may be overkill but..... it works for me EVERY TIME ! (and i was using panam script till now)
macramentonate said:
Were you able to overclock in SetCPU?
Click to expand...
Click to collapse
No... Like I said I didn't even have root with this. No apps had root and I tried multiple times rebooting each. Regular prema team works fine
Sent from my PG86100 using XDA Premium App
macramentonate said:
That would be great. Thank you. When you unzip the folder it should look like the file that I've attached here.
Click to expand...
Click to collapse
It does but that doesn't work. Have to put those files in tools folder and run from there. That's the only way it would run for me
Sent from my PG86100 using XDA Premium App
knightwolf123 said:
personally what i do (maybe overkill) is keep the .apk for setcpu on sd card and when i know i am going to do a full reboot (not fast reboot) i uninstall setcpu, reboot, reroot, then install setcpu and do my profiles.
again this may be overkill but..... it works for me EVERY TIME ! (and i was using panam script till now)
Click to expand...
Click to collapse
I simply have no root. Not setcpu not nothin so it doesn't matter what order
Sent from my PG86100 using XDA Premium App
If i may....
I attached to file and it should work now... i just moved the files around so that everything lines out with your script.
here's the link:
Download
Let me know if it works... Cheers!
OP Updated
mallman said:
AdbWinApi.dll is in the wrong place with zip extract. put all files in the tools folder and it works
Click to expand...
Click to collapse
First of all thank you for testing this out. I discovered why it wasn't working and have updated the Original Post accordingly. You were correct regarding the .dll files being in the wrong place but just moved the other files to the wrong location. Why it wasn't working on yours or others Windows machines had to do with the environmental variables. On my PC I have adb configured in my PATH. This was allowing adb to run with the .dll files in my android-sdk-windows folder. If you don't have adb in your PATH than it never would have worked the way that it was set up. I believe I have corrected this and it should be working 100%. Please give it another try and let me know if there's any problems.
Great thank you! This should work for everybody now. I've updated the OP.
Can someone please confirm as working?

[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!

Categories

Resources