Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Barnes & Noble NOOK > Nook Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-22-2011, 04:00 PM   #31
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
OK...one moment
SCION is offline   Reply With Quote
Old 01-22-2011, 04:01 PM   #32
The Joker
Addict
The Joker has learned how to read e-booksThe Joker has learned how to read e-booksThe Joker has learned how to read e-booksThe Joker has learned how to read e-booksThe Joker has learned how to read e-booksThe Joker has learned how to read e-booksThe Joker has learned how to read e-books
 
The Joker's Avatar
 
Posts: 205
Karma: 882
Join Date: Dec 2010
Device: NookColor.........rooted
I do what I'm good at

Slips back into lurker mode

Last edited by The Joker; 01-22-2011 at 04:04 PM.
The Joker is offline   Reply With Quote
Advert
Old 01-22-2011, 04:05 PM   #33
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
Try:

adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system

I got invalid argument when I added /app at the end
SCION is offline   Reply With Quote
Old 01-22-2011, 04:17 PM   #34
BarryR
Connoisseur
BarryR doesn't litterBarryR doesn't litter
 
Posts: 67
Karma: 104
Join Date: Jan 2011
Location: Wilbraham, MA
Device: Color Nook
Quote:
Originally Posted by SCION View Post
Try:

adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system

I got invalid argument when I added /app at the end
I didn't get an error message, but the file is still read only.
I also tried to uninstall it directly from the App Manager that popped up in Astro but I get "installation not successful".

Last edited by BarryR; 01-22-2011 at 04:19 PM. Reason: changed "write" to "read" above
BarryR is offline   Reply With Quote
Old 01-22-2011, 04:22 PM   #35
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
Quote:
Originally Posted by BarryR View Post
I didn't get an error message, but the file is still write only.
I also tried to uninstall it directly from the App Manager that popped up in Astro but I get "installation not successful".
How do you know it was still write only when it was plugged up? Are you going by the unsuccessful uninstall?

Alright, since it said installation not successful try changing the extension of the gingerbread file so it will be ignored.

Change it to GingerBread.bak

adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system

adb shell mv /system/app/gingerbread.apk /system/app/gingerbread.bak

adb reboot
SCION is offline   Reply With Quote
Advert
Old 01-22-2011, 04:37 PM   #36
BarryR
Connoisseur
BarryR doesn't litterBarryR doesn't litter
 
Posts: 67
Karma: 104
Join Date: Jan 2011
Location: Wilbraham, MA
Device: Color Nook
Quote:
Originally Posted by SCION View Post
How do you know it was still write only when it was plugged up? Are you going by the unsuccessful uninstall?

Alright, since it said installation not successful try changing the extension of the gingerbread file so it will be ignored.

Change it to GingerBread.bak

adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system

adb shell mv /system/app/gingerbread.apk /system/app/gingerbread.bak

adb reboot
I meant to say it was "read" only (based on the "r" flag that I see when I view it with Astro.

I ran the above commands and strangely get:
failed on '/system/app/gingerbread.apk' - No such file or directory

I noticed that it's com.android.inputmethod.gbltn
Is that the file that's supposed to be there?
Do I have gingerbread half uninstalled?

PS: I'm including the following screen shots so you know that I'm neither insane or dumb:


Click image for larger version

Name:	11-01-22-1.png
Views:	225
Size:	37.3 KB
ID:	65300

Click image for larger version

Name:	11-01-22-2.png
Views:	232
Size:	141.0 KB
ID:	65301
BarryR is offline   Reply With Quote
Old 01-22-2011, 04:45 PM   #37
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
Quote:
Originally Posted by BarryR View Post
I meant to say it was "read" only (based on the "r" flag that I see when I view it with Astro.
Yes, it doesn't stay read/write.

The file should be: com.android.inputmethod.gbltn.apk

Try:

adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system

adb shell mv /system/app/com.android.inputmethod.gbltn.apk /system/app/com.android.inputmethod.gbltn.bak
SCION is offline   Reply With Quote
Old 01-22-2011, 04:49 PM   #38
BarryR
Connoisseur
BarryR doesn't litterBarryR doesn't litter
 
Posts: 67
Karma: 104
Join Date: Jan 2011
Location: Wilbraham, MA
Device: Color Nook
Quote:
Originally Posted by SCION View Post
Yes, it doesn't stay read/write.

The file should be: com.android.inputmethod.gbltn.apk

Try:

adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system

adb shell mv /system/app/com.android.inputmethod.gbltn.apk /system/app/com.android.inputmethod.gbltn.bak
Thanks for your perseverance.
Sadly this gets me the same "No such file exists" error.
BarryR is offline   Reply With Quote
Old 01-22-2011, 04:50 PM   #39
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
How about installing Gingerbread again. See what happens. Maybe it will clean itself up. Do you have the .apk?

Root Explorer would just be able to delete the thing.
SCION is offline   Reply With Quote
Old 01-22-2011, 04:54 PM   #40
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
Are the file names case sensitive? Does it have to be GingerBread.apk?
SCION is offline   Reply With Quote
Old 01-22-2011, 05:02 PM   #41
BarryR
Connoisseur
BarryR doesn't litterBarryR doesn't litter
 
Posts: 67
Karma: 104
Join Date: Jan 2011
Location: Wilbraham, MA
Device: Color Nook
Quote:
Originally Posted by SCION View Post
Are the file names case sensitive? Does it have to be GingerBread.apk?
I tried adb uninstall GingerBread.apk but it fails.
I tried reinstalling gbkb-en.apk and gbkb.apk both fail:
[INSTALL_FAILED_ALREADY_EXISTS]


I'm not sure I'll really use root explorer again as it's a bit beyond my technical abilities, but that might be the best answer.
BarryR is offline   Reply With Quote
Old 01-22-2011, 05:07 PM   #42
BarryR
Connoisseur
BarryR doesn't litterBarryR doesn't litter
 
Posts: 67
Karma: 104
Join Date: Jan 2011
Location: Wilbraham, MA
Device: Color Nook
PS: Are there any other keyboards I should look at?
I read about slideit but that may not be my thing.
BarryR is offline   Reply With Quote
Old 01-22-2011, 05:10 PM   #43
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
Do you have the stock keyboard?
SCION is offline   Reply With Quote
Old 01-22-2011, 05:16 PM   #44
BarryR
Connoisseur
BarryR doesn't litterBarryR doesn't litter
 
Posts: 67
Karma: 104
Join Date: Jan 2011
Location: Wilbraham, MA
Device: Color Nook
Quote:
Originally Posted by SCION View Post
Do you have the stock keyboard?
When I look under NookColor Tools my choices are Multi-touch and Gingerbread. I think those are my only current choices (all though obviously GingerBread is not a real choice.
BarryR is offline   Reply With Quote
Old 01-22-2011, 05:17 PM   #45
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
OK, I thought you were without a keyboard. So you're using the Multi-Touch one now?

The only other keyboards that may be of interest are SlideIT (swype and arrows) and Ultra (with arrows). They are paid apps though. I have SlideIT.
SCION is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
K3 keyboard shortcuts et al btobw Amazon Kindle 25 10-15-2011 09:43 AM
Your vote - keyboard or no keyboard on Kindle mrzerga Amazon Kindle 56 03-10-2011 07:22 PM
IQ Keyboard? tmg820 PocketBook 3 01-07-2011 04:31 PM
Keyboard of the Gods... which one do you use? MrPLD Writers' Corner 18 09-23-2010 09:18 AM
K3 Keyboard Labels clintbradford Amazon Kindle 10 08-28-2010 03:14 AM


All times are GMT -4. The time now is 02:13 AM.


MobileRead.com is a privately owned, operated and funded community.