[q] installed cm 10.1 now there is a partition - Sprint HTC One (M7)

Hey - I installed CM 10.1 nightly to see what it would be like. It was stuck in a boot after installing and all I ever saw was a never ending boot animation of some alien with his eyes glowing. I then decided well this nightly is too experimental at this point and decided to restore. Well my restore went fine - however I noticed that now there is a partition "0" now and really a duplication of everything thats in the root of the sdcard (even though not really a SDcard). I think CM did this during installation. Whats the best way to get rid of partition "0" and get it back to the way it was so everything is running from the root rather than partition "0". Any help would be greatly appreciated.

This has been posted at least three times. It isnt a duplicate, it moves everything to that 0 folder.
sent while drinking a refreshing, ice-cold Coca-Cola©.

Well I guess I will have the "0" folder - Seems like a duplication - but I will probably flash cm 10.1 once its more stable. I wanted to be able to run both Sense and CM without using so much space. sent while drinking a refreshing, ice cold diet coke.

I deleted the O directory after backing it up first. So far no problems and my backups are showing up in the right folder now in rom tool box pro

Related

All browsers crash without a "force close"

Hey all,
I've been an xda stalker for a while and have been using all sorts of roms for a while now, but now I am in need of my own question.
For a while now, my mother's G1 has been acting up, whether it be her own fault or a bug. But this one has me confused. Over the past three roms i flashed (dwang, cm, superd) this same problem is always around. Everytime I touch browser, dolphin, etc the page begins loading and then i see the home screen.
Everything else works as it should, which confuses me. Everytime I flash a rom, i wipe, wipe ext, repair ext, wipe, flash.
I'd be happy to post a logcat if someone would be so kind as to inform me how to dump to a txt file.
Hopefully this is something extremely easy so I can get her off my back hah
erkmasterflex said:
Hopefully this is something extremely easy so I can get her off my back hah
Click to expand...
Click to collapse
sure its easy, if its your mom's phone, dont have a unsupported non-factory rom on it... the REAL awnser is: wipe EVERYTHING, even your ext partition, and reinstall base, then CM... I'm guessing its something you mucked up by going between builds without wiping, or not fixing permissions between builds, or some app on your ext didnt play nicely.
*oh yeah, wrong section, read stickys, or DIAF, your choice*
jmhalder said:
sure its easy, if its your mom's phone, dont have a unsupported non-factory rom on it... the REAL awnser is: wipe EVERYTHING, even your ext partition, and reinstall base, then CM...
Click to expand...
Click to collapse
Nah I think he should install the RC29...just kiddin you should use Super-D or Enom's official. I kinda assumed this thread was about some kind of fix for browser problems.
Ace42 said:
Nah I think he should install the RC29...
Click to expand...
Click to collapse
well, the RC29 might actually force a wipe... and would update itself and have OTA keys... honestly probably not a bad way to go... Super-D is good, but honestly dont notice a huge difference between that and CM.
it was even not working when i reverted to complete stock. could this be a problem with the phone itself? Maybe revert to stock again and take it in to t-mo?
There should not be any problem with leftovers from previous roms, since i completely wipe data and ext as i mentioned in my first post.
Moderators, please move this to correct section. this seemed like the correct section since this seems to be more involved in the development side of things. Definately not Accessories but more involved than Q&A. Thank you
Phone ><---USB--->< PC/Laptop/Mac
adb logcat
watch text fly up screen ... make browser crash
quick !!!!! take a picture of that text.............
if you don't have a usb cable handy, a PC or the time to figure out how to get adb installed
go to terminal emulator on phone, and type
logcat|tee /sdcard/logcat.txt
( get the pipe "|" with alt then s )
make browser crash
go back to terminal press ball then C
Edit : the ball can be a bit of a pain, when in term do menu --> preferences --> control key , and set to which key you prefer, I like left alt as ctrl[\i]
now have a look at the logcat.txt file, it
less /sdcard/logcat.txt
you could just do logcat > /sdcard/logcat.txt
but it doesn't look as geeky
NB use >> instead of > to append > will make new file >> will add to file
to append to file with tee use tee -a file.txt[\i]
and yeah, wrong section
thank you very much for your assistance and the little linux command briefing ha
i decided to try every sort of wipe, repair, etc and do it multiple times. probably didn't do anythin, but worth a shot ha.
Ended up working! I removed the ext and swap partitions, wiped anything i could multiple times, flashed super d, didn't work, wiped a bunch, flashed htc recovery image, then cyan, and presto. For whatever reason it finally worked.
Shoulda done the logcat and posted it so y'all could see whatever was going on and hopefully help someone out later. but all is resolved for now.
If there is a next time, I will post in Q&A. I want to thank everyone for their input and wish all a good night.
-Eric
Moved as not Android Development.

How to restore deleted (stock) System Apps?

Let me apologize first of all as I come from 5 years of using Windows Mobile knwoing what I am doing (cooking ROMs included) and now just got my Galaxy /Android a couple weeks ago and am blank at all of it.
After messing up with some system files and (useless) stock applications (like I removed stk.apk and other stuff) I decided to do a full hardware reset as the phone started getting random crashes.
But after the full reset things only got dramatically worse. I quickly realized all the missing system apps are still missing (I thought they'd be "restored") and basically nothing works, just crashes one after the next, cant use anything.
So, a hardware system reset on the galaxy, doesnt really reset anything except user installed apps and settings... amazing
Can someone please tell me (the idiot here, I know) how to do a real full restore where all system files, all missing files and positively everything gets back in the Tab as it was originally?
What a flippin' nightmare... Thanks in advance very much!
deletion of Stk.apk causes FC's in phone and acore.
if you don't have a backup of this apk, download a rom (like Modaco or Overcome),
open with winzip and extract the Stk.zpk from system/app and push it to /system/app on your Tab using adb (remember set the permissions to 644 after push).
A hardreset NO restores deletions on /system
Note: Other files that are not deleteable in /system/app are: Browser.apk, Email.apk, TouchWiz30Launcher.apk and TwWallpaperChooser.apk
Note (2): For your convenience, i attach the Stk.apk file from Overcome-1.1.3. Try it
Note (3): In order to restore ALL system data and apps, you need to restore a full rom.
bartito said:
deletion of Stk.apk causes FC's in phone and acore.
if you don't have a backup of this apk, download a rom (like Modaco or Overcome),
open with winzip and extract the Stk.zpk from system/app and push it to /system/app on your Tab using adb (remember set the permissions to 644 after push).
A hardreset NO restores deletions on /system
Note: Other files that are not deleteable in /system/app are: Browser.apk, Email.apk, TouchWiz30Launcher.apk and TwWallpaperChooser.apk
Note (2): For your convenience, i attach the Stk.apk file from Overcome-1.1.3. Try it
Note (3): In order to restore ALL system data and apps, you need to restore a full rom.
Click to expand...
Click to collapse
OK, first of all a big thanks for both file and info. Aside from the Stk.apk, the biggest thing that made me run into problems was trying to update my Contacts.apk:
http://forum.xda-developers.com/showthread.php?t=907399
things didnt work out for me and even after restoring the original files (Contacts.apk and Contacts.odex) nothing really worked again, reason for wich I tried a system reset.
Now, do I need to re-root the Tab or its still rooted, and can I perform the operations easily with Root Explorer like I did before? You mentioned to use adb and set permissions to 644 after push but, sorry again for the ignorance, I have no clue what adb is nor what/how to set permissions. Pathetic to be ignorant huh?
My last 2 questions are, where could I find the original Contacts.apk and Contacts.odex and if needed a full ROM to do a total restore?... hopefully I wont need to get to that point?...
Thanks a million again.
hi,
try to download overcome-1.1.3, and extract all the deleted apk's from system/app directory. push into the /system/app in your tab.
the apk's of overcome are deodexed (you don't need the .odex files). after that, wipe your data/cache and reboot.
if this don't works, try with roto rom
bartito said:
hi,
try to download overcome-1.1.3, and extract all the deleted apk's from system/app directory. push into the /system/app in your tab.
the apk's of overcome are deodexed (you don't need the .odex files). after that, wipe your data/cache and reboot.
if this don't works, try with roto rom
Click to expand...
Click to collapse
Hmmmm thanks again but I think Im beyond all this. I dont have a file manager on my system, just realized I deleted the useless stock one and had repalced it with Root Explorer and ES File Explorer. I have them on my External SD Card to install them again but withou a file manager or an app installer cant get to them. And I tried download an app installer from the Market and get Framework errors non-stop and downloads do not initialize... I think Im beyond a quick fix... how do I get my hands on a stock full ROM to restore everything... and how? What a nightmare... gotta tell you, I love Windows Mobile... I love it... never ran into anything like this in the past 5 years of using it... never...
Thanks again!
use "adb" in order to access to your tab from your desktop pc.
bartito said:
use "adb" in order to access to your tab from your desktop pc.
Click to expand...
Click to collapse
Cant. Dont even know if I need Kies installed or not (I did have it installed) but adb just asks me to connect the phone and thats it... its connected aready... this is desperating...
OK I did manage to connect with adb but, how to I install applications? I can navigate to my SD card where I have ES File Explorer and Root Explorer but dont seem to be able to install them... Also if i try to copy Stk.apk I get immediately an failute message... this is crazy...
OK so I managed to install ES File Explorer and Root Explorer with adb... crazy process. It seems my phone is still rooted after the reset. From the phone I copied Stk.apk back to /system/apps where it was before deleted.
But needless to say nothing got fixed... not sure if Stk.apk is now "actually" installed or just there in the folder. But still nothing works and crashes every 10 seconds... logs provider, dialer, phone, framework, contacts... its all a firework of crashes...
Given that you've hard reset your device already, you are pretty much wasting your time trying to "fix" what you broke by messing with /system, and you should really just flash another ROM.
My suggestion would be to follow the advice on this thread.
Regards,
Dave
Yeap, that what i did and it was succesfull. My only issue is that Id like to convert my Tab's file system to ext4 to improve speed and performance and then update to the 1.4Ghz OC Kernel. I have no idea how to do those 2 things... actually Im not sure I understand the difference between a ROM and a Kernel... I assume a Kernel is part of the engine of the ROM itself but I have no idea how to perform the update. I read countless threads and its all scattered info without finding one straight to the point guide on how to do it...
Thanks again
VeEuzUKY said:
Yeap, that what i did and it was succesfull. My only issue is that Id like to convert my Tab's file system to ext4 to improve speed and performance and then update to the 1.4Ghz OC Kernel. I have no idea how to do those 2 things... actually Im not sure I understand the difference between a ROM and a Kernel... I assume a Kernel is part of the engine of the ROM itself but I have no idea how to perform the update. I read countless threads and its all scattered info without finding one straight to the point guide on how to do it...
Thanks again
Click to expand...
Click to collapse
Part of your problem is that you are trying to run before you can walk! Your experience with WinMo is of pretty much no use to you in the Linux/Android world, and until you get a better handle of how everything hands together you are always going to feel a little lost.
Personally, since your device is now up and running again, I'd suggest that you hold off doing anything else for while, until you get a chance to catch up with some of the basics. Once you are a little more familiar, you can then start with something simple like flashing the MoDaCo kernel (instructions here) to support EXT4, and to give you access to ClockworkMod recovery.
IMO, whilst EXT4 and O/C kernels will give you a performance boost, they are not as noticeable as jumping from a shipping ROM to one of the JMx development builds that Samsung has put out. If you are running JMI, you should already be feeling that the device has got much snappier.
Regards,
Dave
foxmeister said:
Part of your problem is that you are trying to run before you can walk! Your experience with WinMo is of pretty much no use to you in the Linux/Android world, and until you get a better handle of how everything hands together you are always going to feel a little lost.
Personally, since your device is now up and running again, I'd suggest that you hold off doing anything else for while, until you get a chance to catch up with some of the basics. Once you are a little more familiar, you can then start with something simple like flashing the MoDaCo kernel (instructions here) to support EXT4, and to give you access to ClockworkMod recovery.
IMO, whilst EXT4 and O/C kernels will give you a performance boost, they are not as noticeable as jumping from a shipping ROM to one of the JMx development builds that Samsung has put out. If you are running JMI, you should already be feeling that the device has got much snappier.
Regards,
Dave
Click to expand...
Click to collapse
Yes Dave you are right, right and right again!!! Thank you for the wisdom and advice!!!
The main thing I have understood with today's messy experience was that the actual ROM files are never deleted or damaged as long as you dont access them via a rooted tool and start deleting them. Now I understand that Titanium Backup, Sprint Backup (my favorite), My Backup Pro and others, only back-up and restore what the user installs on top of the ROM itself. So a full "reset" wipes all that data but leaves the ROM files as they always were. If they got damaged in the process, they'll still be damaged till a a full ROM restores all system data, now I get it.
What I still dont get is the issue of bakcing up and restoring. In Windows Mobile, a toll like SPB Backup has a simple option called FULL BACKUP and that backs-up everything on top of the ROM and then restores everything after a full reset on top of the ROM again like it was before. The problem I have with apps like Titanium Backup, Sprint Backup, My Backup Pro, etc... is that there is not a "BACKUP ALL" option... one has to backup "data", "settings", "apps" and I always feel stuff will be left behind and then not restored.
Till I find an app or way to do a simple one-click "backup everything" and then "restore evertything" I always feel vulnerable to changes I make to the Tab that may get it unstable or corrupt and then not being able to be restored properly without a full ROM Flash and then re-installing all from scratch.
With WinMo, I could do all sorts of crazy experiments and tweaking and after that, a registry restore or back-up restore would bring me back my phone to exactly like it was with all my stuff and configuration in a matter of seconds or minutes. Thats what I need to find out with this Tab/Android and then Im ready to be able to explore messing up with this knowing I can always easily go back within minutes to the state I had before with all my apps and settings.
This is what I need to learn next how to do! Trampoline without a safety net is not a good idea. Ive alwways loved WinMo for the ease of backing up and restoring whatever I was doing on my handsets withjout ever worrying to put myself at risk to loose it all. I need to learn this on Android and its definitely more intricate!
just put sdcard into your samsung tab and flash modaco kernel amd it will automatically covert to ext4, after that you can flash the 1.4ghz kernel you wanted.
Sent from my GT-P1000 using XDA App
instechgainza said:
just put sdcard into your samsung tab and flash modaco kernel amd it will automatically covert to ext4, after that you can flash the 1.4ghz kernel you wanted.
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Sorry, I cant follow you. I put an SD card in and flash modaco kernel? What files do I put on the sd card for this effect?...
VeEuzUKY said:
Sorry, I cant follow you. I put an SD card in and flash modaco kernel? What files do I put on the sd card for this effect?...
Click to expand...
Click to collapse
no...you need a kernel to flash via odin, you need sdcard mounted so that it will backup all files automatically while converting to ext4..head over to modaco kernel section amd follow the instruction.
Sent from my GT-P1000 using XDA App
instechgainza said:
no...you need a kernel to flash via odin, you need sdcard mounted so that it will backup all files automatically while converting to ext4..head over to modaco kernel section amd follow the instruction.
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Where is the modaco kernel section you refer to? I can search for hours and find zilch... these blogs are endless...
VeEuzUKY said:
What I still dont get is the issue of bakcing up and restoring. In Windows Mobile, a toll like SPB Backup has a simple option called FULL BACKUP and that backs-up everything on top of the ROM and then restores everything after a full reset on top of the ROM again like it was before. The problem I have with apps like Titanium Backup, Sprint Backup, My Backup Pro, etc... is that there is not a "BACKUP ALL" option... one has to backup "data", "settings", "apps" and I always feel stuff will be left behind and then not restored.
Click to expand...
Click to collapse
What you want is a Nandroid backup, which you can only make from a recovery image like Clockworkmod recovery.
Essentially, this does exactly what you want, but you need to flash a new kernel (e.g. the MoDaCo kernel) which supports Clockwordmod.
Regards,
Dave
bartito said:
deletion of Stk.apk causes FC's in phone and acore.
Click to expand...
Click to collapse
i beg to differ about stk.apk fc's your phone. that's the first thing i delete when removing system apps with no fc's
refer to this link about having a bare bones system. stk.apk is for management of multiple sim cards
http://wiki.cyanogenmod.com/index.php?title=Barebones
b0ricuaguerrero said:
i beg to differ about stk.apk fc's your phone. that's the first thing i delete when removing system apps with no fc's
refer to this link about having a bare bones system. stk.apk is for management of multiple sim cards
http://wiki.cyanogenmod.com/index.php?title=Barebones
Click to expand...
Click to collapse
When I delete stk.apk (for me useless useless useless) the first thing that happens immediately is that when I hang-up on a call made or received, the Tab vibrates then freezes for about 5 seconds then tells me the phone application has crashed. I tried this with 2 ROMs now as a test and its guaranteed. More even, if you use a program like SYSTEM APP REMOVER you can emulate the removal of an app by disabling it... it only takes me to disable STK and a reboot for the phone not to work. cant get rid of it, that simple

cmod7 kindle app - no menu bar when reading

Don't know it this is a setting somewhere or what, but I have a question on using the Kindle app on the Nook Color running cmod 7 (7.20 stable). The app runs okay, but I seem to be missing a navigation bar once I start reading a book. It only shows the title and where I am - no options to go back to the Kindle menu (like if I want to read a different book). The only way I can get back to the Kindle menu is to reboot.
I've searched the forum and the closest thread to this problem talks about changing the settings - I don't seem to have any settings to adjust. Even if I go to settings/applications/manage applications/downloaded/kindle there still aren't any changable options.
Sorry for so many questions - I'm a noob. I've searched the net on this and searched this forum with no luck.
any help is greatly appreciated!
Thanks in advance!
Dave
dweaton said:
Don't know it this is a setting somewhere or what, but I have a question on using the Kindle app on the Nook Color running cmod 7 (7.20 stable). The app runs okay, but I seem to be missing a navigation bar once I start reading a book. It only shows the title and where I am - no options to go back to the Kindle menu (like if I want to read a different book). The only way I can get back to the Kindle menu is to reboot.
I've searched the forum and the closest thread to this problem talks about changing the settings - I don't seem to have any settings to adjust. Even if I go to settings/applications/manage applications/downloaded/kindle there still aren't any changable options.
Sorry for so many questions - I'm a noob. I've searched the net on this and searched this forum with no luck.
any help is greatly appreciated!
Thanks in advance!
Dave
Click to expand...
Click to collapse
On my device I only have to tap the middle of the page and the menus all pop up.
Sent from my Nook Color running ParanoidAndroid and Tapatalk
Still no go......
Tried that - I still only get the title at the top and the how much I've read meter at the bottom - no menu.
Thanks for replying!
Dave
dweaton said:
Tried that - I still only get the title at the top and the how much I've read meter at the bottom - no menu.
Thanks for replying!
Dave
Click to expand...
Click to collapse
What version of the Kindle app are you using? Try updating to the latest version.
Also try playing with the settings in cm. Go to settings, cyanogenmod settings, tablet tweaks, and play with checking and unchecking disable full screen.
Sent from my NookColor using Tapatalk
uh.....I'm not sure
Thanks for the reply! I downloaded the Kindle app via Amazon, so hopefully it is whatever is their latest. I sure didn't know about the settings, so I'll give the go and see what happens! I do get the drop down from the top stating the title, and the pull-up from the bottom, but the bottom only has how much I've read so far.
Thanks again!
Dave
EDIT: Well, I don't have the tablet options. Everything in there is for a phone! Seems kind of weird on a device that doesn't have a phone.
lost cm settings
I tried the cyanogenmod settings, and while everything there was for a phone, I turned off things like vibrate, etc. - pretty much everything dealing with a phone. Now when I try to go back to cyanogenmod settings, the app aborts.
I also look in the dev settings and see a config file in there that set s default resolutions, etc., and includes an option that looks like it hides the menu bar, so I used terminal (I am familiar with Linux) and checked for such a file for the system but wasn't able to locate one. I'm wondering if there's a setting like that somewhere, as I don't get any back arrows, menu, etc., just on the pages, and was wondering if that was also stopping me from getting the full menu bar in the Kindle app?
So you do NOT see the word Kindle in orange Aa, magnifying glass and three vertical dots and a bookmark icon as well as the blue dot and position in book at the bottom of screen when you touch anywhere that is NOT the far left and far right of the screen?
And you do NOT see the back, home, recent apps and "menu" button in the bar at the bottom of the screen outside of the kindle window?
Dev settings? no such beast in CM7 or CM9
There is a Developer options which has nothing to do with any sort of resolutions..
I suggest you reinstall CM7.2 release from the official site, stay out of ADB, and stay away from all the various "work in progress" roms until you can actually navigate the default device...
I think you probably got a bit happy and broke something .. there is a setting in CM7 settings to disable fullscreen apps from hiding the "menubar" at the far bottom of the screen and that should be under tablet tweaks in the system settings app.
Yep, none of those
Yep - none of those. This was just after getting 7.0 stable installed and loading in the gapps, since the gapps file was dated just slightly after that release. Immediately went and got Kindle and Nook reader apps. Tried them to be sure they looked like they were working and then applied the zip of 7.2 stable. I didn't try the cyanogenmod settings until later when it was posted in this thread. Again, there are no options in there for a tablet - only a phone. I don't mind going back and doing everything over, just as long as I don't end up in that deadly embrace of things aborting and google market not working. I'll let you know what happens.
If I flush out the Kindle cache I can get back to seeing my titles, but that really defeats the purpose of reading on the device.
Something is not right
Okay, I downloaded everything again and made the microSD. I booted the microSD, did the format data/system reset, went to mounts and did the format /system, while there I tried the format /data - it fails. I had noticed before that when the data/system reset is run and completes, I can no longer do anything - I have to manually power off, wait a while, and power back on. Did all that, went to advance and cleared the kelvich or whatever it's call cash. Installed the cmod7.20 stable. Took out the microSD and rebooted. All of my old apps, etc., are still there. I also was looking at settings and see that the settings I changed were under "phone", not using the cyanomod settings app - it still just aborts.
So, what have I got to do to completely clean all this stuff off and then try installing again? As you can imagine, the number of attempts, partial successes, successes (at least I thought it was only the Kindle app that wasn't showing the menu), etc., we're talking all kinds of hours starting Monday night - probably at least 10 hours each day. Now I'm no further than when I started. For now I'm going to load the old 1.4.1 image again for the umpteenth time and hope someone can tell me how to clear this all up, or else recommend a different android that will run on the Nook Color without problems.
I still think if I can clear EVERYTHING (well, not /boot, obviously) so I'm starting with a CLEAN slate again it may help. I just don't have a clue how to do that using cwm recovery.
Still no good
I redownloaded everything again, created the microsd and tried to install 1.4.1 just to get back to a clean starting point. Can't get beyond where it asks for B&N userid/password as the keyboard shows for about 1/2 a second, no matter what I do. So, I tried the format data/system reset again and just loaded in the cmod 7.20 stable. Again, after booting, everything is still there - the google apps and all. How do I get rid of all this stuff so I can try an install from a clean slate? Right now I've been going thru all the data folders I can find and manually removing everything there. I would like to delete a lot of apps, but I never seem to be able to "uninstall".
So, before I start over again, can someone tell me how to clear EVERYTHING (except /boot, /emmc [unless I need to],/sd*) so I have a clean system first?
Thanks!
Dave
dweaton said:
I redownloaded everything again, created the microsd and tried to install 1.4.1 just to get back to a clean starting point. Can't get beyond where it asks for B&N userid/password as the keyboard shows for about 1/2 a second, no matter what I do. So, I tried the format data/system reset again and just loaded in the cmod 7.20 stable. Again, after booting, everything is still there - the google apps and all. How do I get rid of all this stuff so I can try an install from a clean slate? Right now I've been going thru all the data folders I can find and manually removing everything there. I would like to delete a lot of apps, but I never seem to be able to "uninstall".
So, before I start over again, can someone tell me how to clear EVERYTHING (except /boot, /emmc [unless I need to],/sd*) so I have a clean system first?
Thanks!
Dave
Click to expand...
Click to collapse
Boot to CWM and do a factory reset. If you don't have CWM on emmc, make a bootable CWM SD. You can get one on my tips thread linked in my signature. A factory reset clears /data, /cache and clears any apps you may have installed to SD. It does not touch boot, system or emmc media.
no good
leapinlar said:
Boot to CWM and do a factory reset. If you don't have CWM on emmc, make a bootable CWM SD. You can get one on my tips thread linked in my signature. A factory reset clears /data, /cache and clears any apps you may have installed to SD. It does not touch boot, system or emmc media.
Click to expand...
Click to collapse
That's what I've been doing - format data/factory reset option from cwm. Before rebuilding the entire microSD on my Windows PC I have also done a complete format of the media. I then boot CWM from the microSD and install the cmod7 7.20 stable zip - I always assumed this was going straight to the device since when I remove the microSD and boot cmod7 is there. However, none of the pre-existing apps are gone - everything is still there.
I've tried using CWM, advanced options, and format /data - it always fails. So I'm wondering if perhaps the format of /data the is part of the factory reset also fails but the script doesn't error out. Right now I'm going through an extremely time consuming task of manually removing the files and folders in /data via the terminal and su so I get the permissions. If there is another quicker way to clear /data I'd sure appreciate knowing. I've tried some of the treed removes from my Linux experience but they don't seem to work.
Thanks!
Dave
EDIT: forgot to mention - I'm trying your partition restores from the link in your signature - only the "safe" ones - I don't to do that partition 2 stuff and really mess up. Perhaps this will clean everything off.
Thank you thank you thank you!!!!!
leapinlar said:
Boot to CWM and do a factory reset. If you don't have CWM on emmc, make a bootable CWM SD. You can get one on my tips thread linked in my signature. A factory reset clears /data, /cache and clears any apps you may have installed to SD. It does not touch boot, system or emmc media.
Click to expand...
Click to collapse
I followed the link and did the repartitioning and formating with the first 2 scripts (left partition 2 alone!). Installed 7.20 stable - I now have the bar at the bottom of my screens. I'm waiting to format a 16gb microSD then I'm going to try the Kindle app out again, but I'd say this looks REALLY promising! Your scripts did what I wanted to do - they cleared everything out!
Thank you SO much!!!!!
Dave
Thank to everyone!
I just wanted to post a big THANK YOU to all the people who made cwm and cmod 7 so this whole thing would even be possible. Thanks to everyone here who helped me! Now "all" I have to do is just try to learn this! Maybe some place down the road I might try some programming, but I don't know how different it will be from my C using GTK++ on Linux. But first, to learn!
Thank you everyone SO much!
Dave
dweaton said:
That's what I've been doing - format data/factory reset option from cwm. Before rebuilding the entire microSD on my Windows PC I have also done a complete format of the media. I then boot CWM from the microSD and install the cmod7 7.20 stable zip - I always assumed this was going straight to the device since when I remove the microSD and boot cmod7 is there. However, none of the pre-existing apps are gone - everything is still there.
I've tried using CWM, advanced options, and format /data - it always fails. So I'm wondering if perhaps the format of /data the is part of the factory reset also fails but the script doesn't error out.
Click to expand...
Click to collapse
I know you got it all working and I am glad, but just for future reference, the problem you were having probably stemmed from using an old version of CWM. You have to use version 3.2.0.1 or newer or the format of data will fail on the newer nooks. The one in my tips thread is the newest version.
Thanks!
leapinlar said:
I know you got it all working and I am glad, but just for future reference, the problem you were having probably stemmed from using an old version of CWM. You have to use version 3.2.0.1 or newer or the format of data will fail on the newer nooks. The one in my tips thread is the newest version.
Click to expand...
Click to collapse
I did look at the the tar file I downloaded when I was trying to install from a 4gb microSD - it does say only 3.0.2.8, so I'm sure the 16gb I ended up installing from was probably the same, so I'll go grab what you recommended!
Since I don't want to have the problem again, I'm DEFINITELY going to follow your advise!
I had another suspicion for what may have happened, and why I had so much problem from the get-go with cmod 7 - I tried someone else's "put android on your nook" thing, which I know tried to root the nook and then dump some stuff in, and that didn't end up working.
I'm just glad your posts have gotten me going correctly!! BTW - the Kindle app works fine now, too!
Again, thank you SO much!!
Dave
Want to make sure I get this all right
You've been such a great help - I hope you don't mind a couple of more questions:
- The new CWM you recommend is the 5.x.x.x that's on the link, correct?
- Are there any newer releases of Android for the Nook Color? Right now I don't know anything about Android (complete noob [LOVE the movie on the registration page!] ). I know someone who is quite versed in all of this he mentioned that I'm running some name (honeycomb or something like that) and that there are newer ones out there (maybe that was honeycomb). At any rate, are there some updates I could run to make this any "better"? I know the version I'm running also seems to think it's a phone - is there one where it actually thinks it's a tablet?
Again, thank you SO much!
Dave :good:
dweaton said:
You've been such a great help - I hope you don't mind a couple of more questions:
- The new CWM you recommend is the 5.x.x.x that's on the link, correct?
- Are there any newer releases of Android for the Nook Color? Right now I don't know anything about Android (complete noob [LOVE the movie on the registration page!] ). I know someone who is quite versed in all of this he mentioned that I'm running some name (honeycomb or something like that) and that there are newer ones out there (maybe that was honeycomb). At any rate, are there some updates I could run to make this any "better"? I know the version I'm running also seems to think it's a phone - is there one where it actually thinks it's a tablet?
Again, thank you SO much!
Dave :good:
Click to expand...
Click to collapse
Yes that CWM is attached to my tips thread linked in my signature.
You can try CM9 which is tablet based, but it is still in alpha and not as stable as CM7. Don't use honeycomb, it is old and very buggy.
Thanks!
Thanks again for the info! I'll get that copy of cwm right away. Since CM9 is still early, I'll wait on any updates. I really don't know anything yet, but I am having fun with the Nook Color being all Android now. It's nice having the Kindle app and the Nook app - this way have all my books on 1 device, and that works great!
Thanks again!
Dave :good:

[11-26][TH4NX-4-FI$H!] Tablet UI for CM10

So Long...
Update 3/22: Autopatcher is updated for CM10.1 and should be working for all devices. Check our dedicated TabletUI thread maintained by Caldair.
I was about to post this in the CM10 user thread, but figured I would give it it's own thread to make it easy to find.
I have seen a couple people request combined bars and/or tabletUI for the CM10 build. You can get true tabletUI by using my tool the auto-patcher. It is linked in my sig and runs on Linux or OSX terminals and Windows actually has a GUI.
It just outputs a flashable zip that you install directly over the ROM, as well as a restore.zip.
The command in the terminal would look like this (the cm stands for Cyanogen and due to some irregular build.prop entries in the build, it is required:
Code:
./auto_patcher cm-fullofbugsETC.zip tabletUI cm
The attachments from this thread have been taken down as they were for the beta builds. Now that the Nook Color has Official CM10 builds, those zips no longer apply (Thanks to our encore CM10 team!)
If you want tabletUI on a CM10 Official Nightly Build, you have two options that I know of:
You can use my tool the Autopatcher to apply tabletUI to any build, for any rom/device that doesn't come with Tablet as stock.
Works on Linux, OSX and Windows
Windows has a GUI
One command outputs a flashable zip.
works for emmc and sdcard installs.
./auto_patcher CM10-encore.zip voice (for those of you who want to use the command line)
You can use the ParanoidAndroid build (also nightly!) for the Nook Color- All the work and code from the CM10 kernel and device tree are used in these, so all the benefits are there as well.
Allows choice of Tablet, Phablet, Phone or combination thereof.
If someone is regularly making TabletUI zips for the CM10 nightlies and wants to maintain a post in this thread with download links, I can link to it in this space, but you should trust me that it is better just leave it up to individuals. The zips go out of date pretty often, and the Auto-Patcher is easy to use...
Since this is all just a little over my head, I for one thank you for the zip!
Edit- tried this out. Love the tablet UI, but it split my wallpaper into 4 sections, didn't like my apex launcher (app drawer came up narrow and took a long time to load) and overall made my nook run very slow and the screen became very unresponsive. I ran the restore and ran the update again, just to be sure. Same problems.
Maybe it's just my nook. I'm interested to see how others fare.
Sent from my NookColor using xda premium
This is really cool and I had gotten use to the tabletUI on my Nexus7.......thanks for posting this!!!!!
@k8108, I am running Nova Launcher....IDK if that makes a difference or not.
Sent from my NookColor using xda app-developers app
What happens when the NC is held in portrait direction.. still a tablet interface, or back to the familiar one that comes stock with the alpha build?
davidr415 said:
What happens when the NC is held in portrait direction.. still a tablet interface, or back to the familiar one that comes stock with the alpha build?
Click to expand...
Click to collapse
It goes back to portrait mode. The notification bar stays at the bottom. But you still get the cool split screens in the settings menu.
Sent from my NookColor using xda app-developers app
Setting
Sent from my NookColor using xda app-developers app
k8108 said:
Since this is all just a little over my head, I for one thank you for the zip!
Edit- tried this out. Love the tablet UI, but it split my wallpaper into 4 sections, didn't like my apex launcher (app drawer came up narrow and took a long time to load) and overall made my nook run very slow and the screen became very unresponsive. I ran the restore and ran the update again, just to be sure. Same problems.
Maybe it's just my nook. I'm interested to see how others fare.
Sent from my NookColor using xda premium
Click to expand...
Click to collapse
I am not one to discount user experience, but these are VERY minor edits. VERY, lol.
Not much here that would impact response time or anything of that nature. You can look at the patches here. Go ahead and ignore the framework-res patch, since it isn't applied as lockscreen rotation is already merged into this build.
As far as I know, you should be okay with most launchers, but I haven't tried Apex. I do know that Nova and Trebuchet work fine.
Works like a charm. Thanks man.
Sent from my NookColor using XDA Premium HD app
Still a noob. Sorry but I don't know how to use the zips. Do I run it from an sd?
Edit: duh... answered my own question.
Thanks! I love the tablet UI!
Sent from NC CM10 XDA
Thanks mateorod!
So, from all of these kudos, I must be doing something wrong. I install it over CM10 alpha, and Trebuchet gets very ill, can't start, and reports closing continually. I pop into settings/apps and clear Trebuchet's data, and it's stable for just a little while as I set up my homescreen again, then dies continuously again.
I reflash the alpha and gapps (because I wasn't paranoid enough download the restore zip first), download the restore zip, flash alpha, gapps, and update all at once, and I get the same behavior. I wiped both caches each time.
I flash restore, and all is well.
Any ideas?
Tablet UI looks perfect, though!
Sent from my NookColor using xda premium
stolenmoment said:
So, from all of these kudos, I must be doing something wrong. I install it over CM10 alpha, and Trebuchet gets very ill, can't start, and reports closing continually. I pop into settings/apps and clear Trebuchet's data, and it's stable for just a little while as I set up my homescreen again, then dies continuously again.
I reflash the alpha and gapps (because I wasn't paranoid enough download the restore zip first), download the restore zip, flash alpha, gapps, and update all at once, and I get the same behavior. I wiped both caches each time.
I flash restore, and all is well.
Any ideas?
Tablet UI looks perfect, though!
Sent from my NookColor using xda premium
Click to expand...
Click to collapse
Hmm...for some reason my subscription to this thread isn't working. I hadn't seen any of the recent comments.
To be honest, I don't know why you are seeing this. Have you been running CM10 for awhile? There is possibly some setting interfering. But I have seen a lot of people use this for a bunch of devices, with almost no problems. Like I said earlier, the actual changes are quite minor. The source code just blocks access to tabletUI at certain settings, and I unblock them. That's it, it is stuff that is already in the code and meant to work.
My recommendation would be to try and install a different launcher and see what happens. If that works, then reinstall Trebuchet from Play or another source and see how that goes.
mateorod said:
Hmm...for some reason my subscription to this thread isn't working. I hadn't seen any of the recent comments.
To be honest, I don't know why you are seeing this. Have you been running CM10 for awhile?
Click to expand...
Click to collapse
No, only the alpha.
The source code just blocks access to tabletUI at certain settings, and I unblock them. That's it, it is stuff that is already in the code and meant to work.
My recommendation would be to try and install a different launcher and see what happens. If that works, then reinstall Trebuchet from Play or another source and see how that goes.
Click to expand...
Click to collapse
I restored ADW from my CM9 Titanium backup and it works just fine. I like it a lot better than Trebuchet, in fact, but I was trying to go with the flow. EDIT: The background scrolls, which Trebuchet never managed to do.
As a test, I cleared ADW's default and tried Trebuchet again, and it fails unless I force stop and delete its data. I'll try adding things to the homescreen when I get time, but work and kids push that back on my list.
I really like having the tablet UI back! I do miss the power widget in the notifications, though. Is there a way to add it?
Thanks for this. It was one of only 2 issues I had with the CM10 build (the other is no openGL, so no chrome). Works great, but I can confirm it doesn't play nice with the Apex Launcher app drawer - the icons are zoomed in cutting off the label and side of the icons. It's not big deal for me though, as I rarely use my app drawer, and I can still identify the apps. Just thought I'd report it on this thread as a known issue. No other issues at all.
Sent from my NookColor using Tapatalk 2
IDK how tied in to your Launchers you folks are, but this works great with Nova.
Sent from my NookColor using xda app-developers app
Tablet UI update.zip constantly crashing - possible solution
stolenmoment said:
So, from all of these kudos, I must be doing something wrong. I install it over CM10 alpha, and Trebuchet gets very ill, can't start, and reports closing continually. I pop into settings/apps and clear Trebuchet's data, and it's stable for just a little while as I set up my homescreen again, then dies continuously again.
I reflash the alpha and gapps (because I wasn't paranoid enough download the restore zip first), download the restore zip, flash alpha, gapps, and update all at once, and I get the same behavior. I wiped both caches each time.
I flash restore, and all is well.
Any ideas?
Tablet UI looks perfect, though!
Sent from my NookColor using xda premium
Click to expand...
Click to collapse
I may have found a solution for your issue of Trebuchet crashing after flashing the tablet UI update.zip file.
I was having the exact same problem as you described it, and it was your post that helped me to fix it on my NC.
This is what I did:
1. Wiped everything
2. Installed CM10 Alpha + GAPPs (I didn't install the tablet UI update.zip yet)
3. REBOOTED-
4 .I bypassed setting up WIFI and my account, and went straight to Settings>Apps> and cleared Trebuchet's data cache.
5. REBOOTED into Recovery, and flashed the tablet UI update.zip file, and cleared caches once more for good measure.
After Android booted, I got a single FC from 'Google', not Trebuchet.
6. Went straight back to >SettingsApps> and cleared Trebuchet's cache one last time, and rebooted one last time.
My Nook is now running the tablet UI, and is stable. It may be that one or two of the steps I took were superfluous, but it working for me now.
You helped, because I was unaware that Trebuchet had a data cache that could be cleared by the user- something you pointed out.
I'd really like to know if this works for you because this is my very first forum post, and it would make my day to know I actually helped.
Thanks to Mateorod for posting the file, and the XDA community for breathing new life into the NookColor.
[ I watched XDA's 'Noob Video', now I need a therapist!]
Just an update on my experience with the tablet ui. Almost everything works well except Hotmail (no headers), and swiftkey (doesn't think I have a tablet). Also can't get the swipe to work to adjust brightness.
Sent from my NookColor using xda app-developers app
Has anyone successfully installed this patch to CM10 Alpha1 running on an SD card?
I have tried and get a boot loop. I even tried cmdralpha's trick about doing a fresh install and clearing Trebuchet's cache before installing the patch. No joy.
I don't think I can run Clockwork Recovery from the same SD card I am booting my ROM from, so this makes updating and restoring a pain.
dcahoe said:
Has anyone successfully installed this patch to CM10 Alpha1 running on an SD card?
I have tried and get a boot loop. I even tried cmdralpha's trick about doing a fresh install and clearing Trebuchet's cache before installing the patch. No joy.
I don't think I can run Clockwork Recovery from the same SD card I am booting my ROM from, so this makes updating and restoring a pain.
Click to expand...
Click to collapse
You cannot use his zip to install the patch to SD using CWM. He has it hard coded to flash to emmc. I will look at it to see if there is something I can do to make it work on SD.
EDIT: So far I have not been successful in getting a zip to work on my SD install. Theoretically you should be able to just rename to update-.zip and put it into your boot partition and boot to the SD recovery. It loads ok, but hangs on boot animation on booting. It could be because have my resolution set to phone gui and using ADW launcher.
Sent from my Nook Color running CM10 and Tapatalk.
leapinlar said:
You cannot use his zip to install the patch to SD using CWM. He has it hard coded to flash to emmc. I will look at it to see if there is something I can do to make it work on SD.
EDIT: So far I have not been successful in getting a zip to work on my SD install. Theoretically you should be able to just rename to update-.zip and put it into your boot partition and boot to the SD recovery. It loads ok, but hangs on boot animation on booting. It could be because have my resolution set to phone gui and using ADW launcher.
Sent from my Nook Color running CM10 and Tapatalk.
Click to expand...
Click to collapse
Hmmm...interesting. The updater-script that is used is just a cat if the existing one from the ROM. But I will admit, this patcher is a general tool, used by all devices and the Nook is the first I know of to try and use it with a sdcard install. If one of you sdcard folks would pull a logcat, I will look at it.
I can't think of why it would matter, this is the same thing we did with Botbrew, for instance, and sdcard installs worked no problem. Might just be a tabletUI issue, although again, I can't imagine why...

[Q] upgrade to 2.0.6 and re-root?

All,
I have an HD+ running 2.0.5 and its rooted. When I've turned on wifi, half the time it tries to update to 2.0.6. It always goes through its process then dies at 99% and drops back telling me that something is wrong. The first time I freaked out and thought something really WAS wrong.
Boy was I relieved to see that I still had my stock root.
I was just thinking that maybe I should update to 2.0.6 just to keep it current. I use the Nook side for reading and stuff as it is. Can I just rerun the root process like I did for 2.0.5?
Also what is the best way to make it not fail the update?
I did the white-on-white fix, but changed it back.
Please don't tell me I need to do the 8 boot factory reset.
Thanks,
-Jeff
How did you change back the white on white? I suspect that is what is wrong.
Sent from my Nook HD+ running CM10 on Hybrid SD
Since the fix made a backup of the original file, I just renamed the original back to it's proper name.
I moved the orig to a new temp name. Then I copied the active "fixed" one to a something.bak or something like that.
Then I renamed the original one (with the temp name) back to the original/active name.
Upon renaming it crashed, and rebooted. The w-o-w fix was gone.
BTW, looking back at that description it's a bit messy. If it doesn't make sense I'll just put the commands down (as I recall them)
-Jeff
js5752 said:
Since the fix made a backup of the original file, I just renamed the original back to it's proper name.
I moved the orig to a new temp name. Then I copied the active "fixed" one to a something.bak or something like that.
Then I renamed the original one (with the temp name) back to the original/active name.
Upon renaming it crashed, and rebooted. The w-o-w fix was gone.
BTW, looking back at that description it's a bit messy. If it doesn't make sense I'll just put the commands down (as I recall them)
-Jeff
Click to expand...
Click to collapse
No, I understand what you did. You left the symlink in /system and just manipulated the files in /data. That works to get rid of white on white, but does not put framework-res.apk back in /system. And the update zip needs framework-res.apk there. That is why it was failing.
Did you do a back up of your system before you added white on white like I recommended? If so, restore that and then update. If you did not, you can try putting that original framework-res.apk back in /system/etc via ADB. Doing it with ADB prevents that crashing you experienced the first time.
As a last resort go back to 2.0.0 with my plain stock zip in my HD/HD+ CWM thread. You can flash that and it will not erase your media files. You should backup your system with CWM first. Then wipe /data, then flash the zip. Then sign on, register and it will update you to 2.0.6. Then go to CWM and do an advanced restore of /data. Then flash again the zips you want, like root or gapps. Then you should be ok.
Edit: If you want to keep 2.0.5 and not be bothered by those attempts to update, I just added to both my Tips thread and my CWM thread linked in my signature a method to stop those updates.
Sent from my Nook HD+ running CM10 on Hybrid SD
Thanks for the reply.
I expected the crash from what I had read. I just decided that ADB was more hassle than it was worth for a quick change. That and I like to live dangerously
Ok, the symlink vs the data file makes sense. Now I understand why it wasn't working. Thank you, because I thought all was back where it should be.
As for backups, I did one before rooting, and I've done a couple since just to make sure I've got backups. That plus titanium, I figured I should be able to recover if the worst happens.
Thanks for the tips, and for all the work you've done on rooting these devices. It was the option to root that tipped me over the edge to buy one, and I'm glad I did.
-Jeff

Categories

Resources