[N2E][1.1] SalsichaNooter 0.4 18/11 - With Market, Gapps, Themed ADW, NookTouchTools

Search This thread

salsichad2

Senior Member
The packages.xml is edited to make Gmail work, and the build.prop to make the market work, I'm going to check your script.

Sorry, I edit my question after you start your answer.

my /system/build.prop already has this codes:

ro.config.nocheckin=no
ro.build.fingerprint=verizon/voles/sholes/sholes:2.1-update1/

But I still can not use this Market directly.

I will try again.
 

eded333

Senior Member
Apr 25, 2011
342
216
Sorry, I edit my question after you start your answer.

my /system/build.prop already has this codes:

ro.config.nocheckin=no
ro.build.fingerprint=verizon/voles/sholes/sholes:2.1-update1/

But I still can not use this Market directly.

I will try again.

Try this script and tell me if it worked (the sleep is added just for timing issues, I had many when dealing with custom tomato scripts):


cat /sdcard/nooter/system/xbin/busybox >> /system/xbin/busybox
chmod 755 /system/xbin/*

mount -o remount,rw /dev/block/mmcblk0p5 /system
busybox cp -R /sdcard/nooter/system/* /system/
chmod 4775 /system/bin/su
busybox cp -R /sdcard/nooter/data/* /data/

mkdir /cache/boot
busybox cp -R /sdcard/nooter/boot/uRamdisk /cache/boot/
umount /cache/boot/
rm -r /cache/boot
cd /system

busybox sleep 10

busybox echo "ro.config.nocheckin=no" >> /system/build.prop

busybox sed -i 's/^.*ro.build.fingerprint.*$/ro\.build\.fingerprint=verizon\/voles\/sholes\/sholes:2\.1-update1\/ESE81\/29593:user\/release-keys/' /system/build.prop

cd /data/system
busybox sed -i '/uid.system/,/perms/{/uid.system/b;/perms/b;d}' /data/system/packages.xml

echo "Success!" >> /sdcard/nooter/tmp/nooter.log

---------- Post added at 08:41 PM ---------- Previous post was at 08:33 PM ----------

Just edited, use it now, sorry.

---------- Post added at 09:31 PM ---------- Previous post was at 08:41 PM ----------

Had a blackout while burning your image with my script and market on the sd...... Damn! posting from the phone....
 
Last edited:

salsichad2

Senior Member
Try this script and tell me if it worked (the sleep is added just for timing issues, I had many when dealing with custom tomato scripts):

Always the same error:

A server error has ocurred. Retry, or cancel to return to the previus screen.

Had a blackout while burning your image with my script and market on the sd...... Damn! posting from the phone....

I thought this only happened in Brazil. Sorry for that.
 
Last edited:

eded333

Senior Member
Apr 25, 2011
342
216
This a stupid question... Did you click retry 2 or 3 times? It gave me that error at first, but retrying solved it, I cant try it now as the light dosnt seem to come back, maybe reboot and retry.
 

eded333

Senior Member
Apr 25, 2011
342
216
Don't really know why it dosn't work, I've tried again manually and never fails, didn't even have to retry this time which I was starting from a clean backup.

The only difference I see on your script is that you haven't enabled non market apps.
 
Last edited:

myself11

Senior Member
Oct 11, 2009
1,741
804
Do you have normal browser behavior? I click on Opera mobile icon and it refreshes the screen, but doesn't open the browser, just goes to home screen.

Installed Dolphin and though it opens correctly, if I write a link and click go, nothing happens.
 

salsichad2

Senior Member
Don't really know why it dosn't work, I've tried again manually and never fails, didn't even have to retry this time which I was starting from a clean backup.

The only difference I see on your script is that you haven't enabled non market apps.

I'm still trying, if you have any idea I'm accepting suggestions.

Thanks


Do you have normal browser behavior? I click on Opera mobile icon and it refreshes the screen, but doesn't open the browser, just goes to home screen.

Installed Dolphin and though it opens correctly, if I write a link and click go, nothing happens.

Opera mobile works great here. If you have titanium backup, try to wipe data. Or, you can try uninstall and reinstall the app.
 

eded333

Senior Member
Apr 25, 2011
342
216
Don't really know what changes but.... just I wild guess, it shouldn't have anything to do but..... I install Gapps when I have non market apps enabled thats the only real difference from the way I do it to your script...

Try this:
http://www.megaupload.com/?d=CGCAT7Y0
Add this to your img, check the script for typos and tell me if it worked, just added a way to enable non market installs automatically, the updated vending.apk, reordered some steps, and added some sleeps between some steps.
 

salsichad2

Senior Member
Don't really know what changes but.... just I wild guess, it shouldn't have anything to do but..... I install Gapps when I have non market apps enabled thats the only real difference from the way I do it to your script...

Try this:
http://www.megaupload.com/?d=CGCAT7Y0
Add this to your img, check the script for typos and tell me if it worked, just added a way to enable non market installs automatically, the updated vending.apk, reordered some steps, and added some sleeps between some steps.


I still don´t try thid package, but, guess what?

If I uninstall and reinstall youtube the market start to work.
 

eded333

Senior Member
Apr 25, 2011
342
216
Strange, but we maybe have the issue there.
Do you know the folder under /data/data where youtube stores its data?
We could rm it before the scripts ends, then reboot the device without the sdcard and it should be as reinstalling it, as it deletes all its values.

---------- Post added at 02:27 PM ---------- Previous post was at 02:21 PM ----------

Before my script ends, add:

cd /data/data/com.google.android.youtube
sleep 3
rm -r *

and then, before starting the process to register and when its all installed, take the sd-card out and reboot.

---------- Post added at 02:31 PM ---------- Previous post was at 02:27 PM ----------

Let me know when you've tried it.

Maybe you'll need su for that to work:

su
cd /data/data/com.google.android.youtube
sleep 3
rm -r *
 
Last edited:

eded333

Senior Member
Apr 25, 2011
342
216
Totally, sorry for that :p

use this then:

su
rm -R /data/data/com.google.android.youtube/*

If it dosnt exist, nothing happens.

---------- Post added at 06:28 PM ---------- Previous post was at 05:35 PM ----------

I'm getting random success!! but none in a clean system.

If the /data/data/com.google.android.youtube folder doesn't exist the rm -r * command isn´t a little dangerous?

Dosn't it work on a clean system?

What script are you using? The one I gave you on the link + the updates I posted?

Need to know as I can't try it at the moment :(
 

salsichad2

Senior Member
Dosn't it work on a clean system?

What script are you using? The one I gave you on the link + the updates I posted?

Need to know as I can't try it at the moment :(


To be honest, only 2 success:

1. uninstaling and reinstaling youtube, only one time, never more.

2. trying a lot of .imgs one after another, one time it works, when I restore my nook to try again the image don´t work anymore and I don´t remember if I did something diferent before.

Wipe youtube data or reinstall is simply useless.
Your sqlite3 script is working, I can install nonmarket app without nook color tools.


There are three pieces of info that Market asks for:

Android ID (Auto generated on first boot, also on the NST)
Phone Type (NST surprisingly returns GSM when asked for this)
Device ID (this is where it goes ka-blam as this is null on the NST)

getDeviceId() would normally return the IMEI for a GSM unit, but as there are nothing in the other end of the Radio Interface Layer on the NST this function returns null, and it it this function that is patched in the framework.

I've actually been looking into writing a dummy-ril for the NST as to avoid having to use a modified framework.

Device Id: ok
Android Id: ok
 
Last edited:

case-sensitive

Senior Member
Nov 4, 2010
344
33
Thanks! And an opera question

First, thanks for making this available!

I got my NST yesterday. After I updated the firmware from 1.0.0 to 1.1, I used the 0.4.img to successfully rooted my NST, and gmails/calendars both work!

I do run into one problem: Opera mobile does not work. When I click on the opera mobile icon (from the ADW app drawer), NST bounds me back to the home screen. I installed log collector and here are the relevant message. Any suggestions?

THANKS!

------------------------------------------------

11-19 13:53:45.143 D/skia ( 893): find_name_and_style 05
[15 more instances of this]
11-19 13:53:45.297 I/RecoverySystem( 792): No recovery log file
11-19 13:53:45.299 V/Aggregator( 792): Creating new aggregator, data dir=/data/data/com.google.android.server.checkin/files
11-19 13:53:45.393 D/PhoneApp( 888): mProximityWakeLock: null
11-19 13:53:45.409 D/dalvikvm( 893): GC freed 3209 objects / 191008 bytes in 64ms
11-19 13:53:45.440 W/ActivityManager( 792): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
11-19 13:53:45.448 D/PhoneApp( 888): Resetting audio state/mode: IDLE
11-19 13:53:45.627 D/dalvikvm( 893): GC freed 411 objects / 24688 bytes in 37ms
11-19 13:53:45.674 D/EPD#StatusPolicy( 792): set region 0 ACTIVE = 0,0 -> 0,0 = GU
11-19 13:53:45.674 D/NATIVE-EPD( 792): epd_set_region: 0 (0,0,0,0) 1,0 1
11-19 13:53:45.682 I/wpa_supplicant( 877): succeeded in stopping the last periodical scan
11-19 13:53:45.682 I/wpa_supplicant( 877): SCAN: scan_req == SCAN_UI
[14 more instances of this]
11-19 13:53:45.682 E/wpa_supplicant( 877): Start periodical(connection) scan.
11-19 13:53:45.690 I/dalvikvm( 893): Could not find method android.view.animation.Animation.cancel, referenced from method org.adw.launcher.DesktopIndicator$1.run
11-19 13:53:45.690 W/dalvikvm( 893): VFY: unable to resolve virtual method 737: Landroid/view/animation/Animation;.cancel ()V
11-19 13:53:45.690 D/dalvikvm( 893): VFY: replacing opcode 0x6e at 0x0043
11-19 13:53:45.690 D/dalvikvm( 893): Making a copy of Lorg/adw/launcher/DesktopIndicator$1;.run code (177 bytes)
11-19 13:53:45.721 D/SurfaceFlinger( 792): Frame buffer posted; elapsed time = 46 msecs
11-19 13:53:45.721 W/Searchables( 792): did not find component in searchables: ComponentInfo{com.opera.browser/com.opera.Opera}

[skip over other stuff]

11-19 13:54:23.136 I/ActivityManager( 792): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.opera.browser/com.opera.Opera }
11-19 13:54:23.209 I/ActivityManager( 792): Start proc com.opera.browser for activity com.opera.browser/com.opera.Opera: pid=1219 uid=10023 gids={3003, 1015, 1007}
11-19 13:54:23.209 D/SurfaceFlinger( 792): Frame buffer posted; elapsed time = 38 msecs
11-19 13:54:23.405 D/dalvikvm( 1219): Trying to load lib /data/data/com.opera.browser/lib/libOS7.so 0x4a14c9b0
11-19 13:54:23.405 I/dalvikvm( 1219): Unable to dlopen(/data/data/com.opera.browser/lib/libOS7.so): Cannot load library: load_library[1051]: Library '/data/data/com.opera.browser/lib/libOS7.so' not found
11-19 13:54:23.405 D/dalvikvm( 1219): Trying to load lib /data/data/com.opera.browser/lib/libopera.so 0x4a14c9b0
11-19 13:54:23.405 I/dalvikvm( 1219): Unable to dlopen(/data/data/com.opera.browser/lib/libopera.so): Cannot load library: load_library[1051]: Library '/data/data/com.opera.browser/lib/libopera.so' not found
11-19 13:54:23.405 D/AndroidRuntime( 1219): Shutting down VM
11-19 13:54:23.405 W/dalvikvm( 1219): threadid=3: thread exiting with uncaught exception (group=0x4001b170)
11-19 13:54:23.405 E/AndroidRuntime( 1219): Uncaught handler: thread main exiting due to uncaught exception
11-19 13:54:23.413 D/dalvikvm( 1219): GC freed 4414 objects / 272072 bytes in 8ms
11-19 13:54:23.420 E/AndroidRuntime( 1219): java.lang.UnsatisfiedLinkError: Library /data/data/com.opera.browser/lib/libopera.so not found
11-19 13:54:23.420 E/AndroidRuntime( 1219): at java.lang.Runtime.load(Runtime.java:437)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at java.lang.System.load(System.java:536)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at com.opera.common.CommonUtils.a(Source:71)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at com.opera.core.Core.a(Source:44)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at com.opera.Opera.onCreate(Source:119)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.app.ActivityThread.access$2200(ActivityThread.java:119)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.os.Handler.dispatchMessage(Handler.java:99)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.os.Looper.loop(Looper.java:123)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at android.app.ActivityThread.main(ActivityThread.java:4363)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at java.lang.reflect.Method.invokeNative(Native Method)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at java.lang.reflect.Method.invoke(Method.java:521)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
11-19 13:54:23.420 E/AndroidRuntime( 1219): at dalvik.system.NativeStart.main(Native Method)
11-19 13:54:23.420 I/Process ( 792): Sending signal. PID: 1219 SIG: 3
11-19 13:54:23.420 D/EPD#EPD ( 792): resetRegion 4
11-19 13:54:23.420 D/NATIVE-EPD( 792): epd_reset_region: 0x10
11-19 13:54:23.420 D/EPD#EPD ( 792): resetRegion 5
11-19 13:54:23.420 D/NATIVE-EPD( 792): epd_reset_region: 0x20
11-19 13:54:23.420 D/EPD#EPD ( 792): resetRegion 6
11-19 13:54:23.420 D/NATIVE-EPD( 792): epd_reset_region: 0x40
11-19 13:54:23.420 D/EPD#EPD ( 792): resetRegion 7
11-19 13:54:23.420 D/NATIVE-EPD( 792): epd_reset_region: 0x80
11-19 13:54:23.420 D/DeviceManagerBroadcastReceiver( 1093): action (com.bn.devicemanager.ACTION_HANDLE_CRASH)
11-19 13:54:23.428 I/dalvikvm( 1219): threadid=7: reacting to signal 3
11-19 13:54:23.428 E/dalvikvm( 1219): Unable to open stack trace file '/data/anr/traces.txt': Permission denied
11-19 13:54:23.428 I/Process ( 1219): Sending signal. PID: 1219 SIG: 9
11-19 13:54:23.428 I/ActivityManager( 792): Process com.opera.browser (pid 1219) has died.
11-19 13:54:23.428 V/Activity( 893): performResume()
11-19 13:54:23.428 D/EPD#EPD ( 893): resetRegion 4
11-19 13:54:23.428 D/NATIVE-EPD( 893): epd_reset_region: 0x10
11-19 13:54:23.428 D/EPD#EPD ( 893): resetRegion 5
11-19 13:54:23.428 D/NATIVE-EPD( 893): epd_reset_region: 0x20
11-19 13:54:23.428 D/EPD#EPD ( 893): resetRegion 6
11-19 13:54:23.428 D/NATIVE-EPD( 893): epd_reset_region: 0x40
11-19 13:54:23.428 D/EPD#EPD ( 893): resetRegion 7
11-19 13:54:23.428 D/NATIVE-EPD( 893): epd_reset_region: 0x80
11-19 13:54:23.436 D/EPD#ActivityResume( 893): Disable EPD for 350ms!!!!!!!!
11-19 13:54:23.444 I/UsageStats( 792): Unexpected resume of org.adw.launcher while already resumed in com.opera.browser
 

salsichad2

Senior Member
First, thanks for making this available!

I got my NST yesterday. After I updated the firmware from 1.0.0 to 1.1, I used the 0.4.img to successfully rooted my NST, and gmails/calendars both work!

I do run into one problem: Opera mobile does not work. When I click on the opera mobile icon (from the ADW app drawer), NST bounds me back to the home screen. I installed log collector and here are the relevant message. Any suggestions?

THANKS!

Sorry for that, uninstall and reinstall the opera. This will probably solve the problem.

Opera mobile works great too. I will work on that for 0.5 .
 

case-sensitive

Senior Member
Nov 4, 2010
344
33
contact provider?

Sorry for that, uninstall and reinstall the opera. This will probably solve the problem.

Opera mobile works great too. I will work on that for 0.5 .

No problem!

I did run into problem with another (google) contact for which there seems to be no substitute. As a number of people have noted, the Contact app that comes with NST stops working after root. So the first thing I did was to copy from the Contacts.apk and ContactsProvider.apk and move them to /system/app (and with the appropiate permissions) using root explorer. No dice. Next, I copied these two apps from another android tablet running android 2.1 and moved them to NST, and still no dice! Now, NST does come with its own ContactsProvider.apk, and I've tried to run the 2.1 Contacts.apk with or without this NST contactsprovider (in the latter case, by rename the NST contacsprovider).

After I copied the 2.1 contacts to NST (and nothing happened), I used ES File Explorer to check if the contact app was installed, and surprising it was not. And when I tried to manually install the 2.1 Contacts.apk I got an error message. Here is what I got from log collector. Any suggestions?

THANKS!
---------------------------------------------
11-19 16:47:28.475 W/PackageParser( 1296): Activity with priority > 0, forcing to 0 at /system/app/DemoMode.apk Binary XML file line #17
11-19 16:47:28.584 W/PackageParser( 1296): /system/app/ContactsProvider.nookcolor.apk (at Binary XML file line #0): Requires newer sdk version #10 (current version is #7)
11-19 16:47:28.584 W/PackageParser( 1296): /system/app/ContactsProvider.nookcolor.apk (at Binary XML file line #0): Requires newer sdk version #10 (current version is #7)
11-19 16:47:28.592 W/PackageParser( 1296): /system/app/ContactsProvider.nookcolor.apk (at Binary XML file line #0): Requires newer sdk version #10 (current version is #7)
11-19 16:47:28.639 W/PackageParser( 1296): /system/app/ContactsProvider.apk (at Binary XML file line #0): Requires development platform Eclair but this is a release platform.
11-19 16:47:28.647 W/PackageParser( 1296): /system/app/ContactsProvider.apk (at Binary XML file line #0): Requires development platform Eclair but this is a release platform.
11-19 16:47:28.647 W/PackageParser( 1296): /system/app/ContactsProvider.apk (at Binary XML file line #0): Requires development platform Eclair but this is a release platform.
11-19 16:47:28.764 W/ResourceType( 1296): Bad string block: last string is not 0-terminated
11-19 16:47:28.764 W/PackageParser( 1296): /system/app/Contacts.nookcolor.apk (at Binary XML file line #0): Requires newer sdk version #10 (current version is #7)
11-19 16:47:28.795 W/ResourceType( 1296): Bad string block: last string is not 0-terminated
11-19 16:47:28.795 W/PackageParser( 1296): /system/app/Contacts.nookcolor.apk (at Binary XML file line #0): Requires newer sdk version #10 (current version is #7)
11-19 16:47:28.819 W/ResourceType( 1296): Bad string block: last string is not 0-terminated
11-19 16:47:28.826 W/PackageParser( 1296): /system/app/Contacts.nookcolor.apk (at Binary XML file line #0): Requires newer sdk version #10 (current version is #7)
11-19 16:47:28.859 D/SurfaceFlinger( 798): Frame buffer posted; elapsed time = 12 msecs
11-19 16:47:28.881 W/PackageParser( 1296): /system/app/Contacts.apk (at Binary XML file line #0): Requires development platform Eclair but this is a release platform.
11-19 16:47:28.889 W/PackageParser( 1296): /system/app/Contacts.apk (at Binary XML file line #0): Requires development platform Eclair but this is a release platform.
11-19 16:47:28.889 W/PackageParser( 1296): /system/app/Contacts.apk (at Binary XML file line #0): Requires development platform Eclair but this is a release platform.
11-19 16:47:30.305 I/PowerManagerService( 798): setPowerState: mPowerState=0x3 newState=0x3 noChangeLights=false reason=1
11-19 16:47:30.532 I/PowerManagerService( 798): setPowerState: mPowerState=0x3 newState=0x3 noChangeLights=false reason=1
11-19 16:47:30.532 I/PowerManagerService( 798): setPowerState: mPowerState=0x3 newState=0x3 noChangeLights=false reason=1
11-19 16:47:30.655 D/EPD#Dialog( 1296): set region 2 ONESHOT_ALL = 0,0 -> 600,800 = GU
11-19 16:47:30.655 D/NATIVE-EPD( 1296): epd_set_region: 2 (0,0,600,800) 1,0 10
11-19 16:47:30.774 D/SurfaceFlinger( 798): Frame buffer posted; elapsed time = 14 msecs
11-19 16:47:32.773 I/PowerManagerService( 798): setPowerState: mPowerState=0x3 newState=0x3 noChangeLights=false reason=1
11-19 16:47:32.805 D/SurfaceFlinger( 798): Frame buffer posted; elapsed time = 11 msecs
11-19 16:47:32.873 I/PowerManagerService( 798): setPowerState: mPowerState=0x3 newState=0x3 noChangeLights=false reason=1
11-19 16:47:32.873 I/PowerManagerService( 798): setPowerState: mPowerState=0x3 newState=0x3 noChangeLights=false reason=1
11-19 16:47:32.873 I/ActivityManager( 798): Starting activity: Intent { act=android.intent.action.VIEW dat=file:///system/app/Contacts.apk typ=application/vnd.android.package-archive cmp=com.android.packageinstaller/.PackageInstallerActivity }

(NOTE: I already got rid of the Nook Color contact apk before I ran the 2.1 Contacts, so I don't understand why it complains about /system/app/Contacts.nookcolor.apk)
 

met67

Senior Member
Apr 16, 2007
209
35
I am still on 1.0.1, but I got full access to contacts simply by installing GO contacts :)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 21
    SalsichaNooter With Gapps for Nook Touch 1.1

    I do NOT claim ANY credit for this. The credits all goes to:

    What it does:
    • Enables USB ADB via uRamdisk
    • Installs su and Superuser.apk
    • Installs Busybox
    • Installs Button Savior
    • Installs ADW Launcher themed with Minimalist Black (thanks Kralik)
    • Installs NookTouchTools and Jars (Edit n/reading now/side btns/RecentApps+ActivityPicker+ForceOrient)
    • Installs NookColor Tools (To Enable Non-Market Installs)
    • Installs Gapps (Gmail, Market, Youtube, Others)

    HOW TO:

    • write the SalsichaNooter04.img on the SD
      • Linux: Unzip and use dd if=SalsichaNooterXX.img of=/dev/sdcard
      • Windows: Unzip and use WinImage to "Restore Virtual Hard Disk
    • Insert TouchNooter SDcard into your Nook and Reboot.
    • You should see the screen "Rooted Forever".
    • It will boot like normal and you should be asked to select a launcher now.
    • Remove the SD,
    • Reboot,
    • NookColorTools - disable and re-enable non market apps (uncheck and check it again),
    • Youtube > Select "My Channel" and Login using your Gmail Account.
    • Gmail > Sync.
    • Market (install at least 1 application with this version, search doesn't work)
    • now (after you have installed 1 app) eventually replace Vending.apk with this to enable search

    DISCLAMER and WARNING: I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or the current economic crisis. Please do some research if you have any concerns about this app.

    But works fine for me....

    Changes from de original GabrialDestruir's TouchNooter 1.6.24:

    Code:
    0.4 - 18/11/11
    Added: ADW Launcher themed with Minimalist Black (thanks Kralik)
    Removed: Zeam Launcher
    Replace: Gapps by eded333' repack (less Market)
    Added: AdFree
    Added: Opera Mobile
    Updated: su and Superuser.apk
    
    0.3 - 18/11/11
    Removed: SetupWizard.apk (skip the default android registration)
    Removed: LiveWallpapers.apk
    Removed: VisualizationWallpapers.apk
    Removed: LiveWallpapersPicker.apk
    
    0.2 - 18/11/11
    Updated: ButtionSavior
    Added: adbWireless
    Added: uRamdisk for 1.1 USB
    Removed: uRamdisk for 1.1 WIFI
    
    0.1 - 17/11/11
    Added: NookTouchTools
    Added: Zeam Launcher
    Added: ES File Explorer
    Added: framework_1.1_patched.jar
    Added: uRamdisk for 1.1 update
    Removed: Go Launcher

    Download Link

    SalsichaNooter04.img 18/11/11

    Previous versions

    SalsichaNooter03.img 18/11/11
    SalsichaNooter02.img 18/11/11
    SalsichaNooter01.img 17/11/11
    3
    I put my downloaded copy into dropbox, so here you go. Could I ask that you not overload it? :p
    2
    Thats new, for me it seems build.prop wasn't edited correctly.

    Is gmail working?? if it isn't also add the second part before the reboot of the first,

    Try this manually writing it through adb line by line, if it still dosnt work, come to my thread, and look at what apeine is trying.


    Code:
    cd C:/android-sdk-windows/platform-tools
    adb connect yourNSTip
    adb shell
    su
    mount -o remount,rw /dev/block/mmcblk0p5 /system
    rm -R /data/data/com.android.vending/*
    echo "ro.config.nocheckin=no" >> /system/build.prop
    reboot

    If Gmail isnt working add also this :
    Code:
    rm -R /data/data/com.google.android.gm/*
    sed -i '/uid.system/,/perms/{/uid.system/b;/perms/b;d}' /data/system/packages.xml
    reboot
    1
    Great job salsicha.
    I already rooted my 1.1.0 nook with the 1.6.24 nooter with 1.1.0 files. But making it less of a hassle for the other is a plus!!!
    E parabéns por ser o primeiro brasileiro a fazer um nooter para o Nook STR!