Deleting built in (and otherwise undeletable) metro apps (saves disk space too.) - Windows 8 Development and Hacking

EDIT: Found a faster and cleaner way!
You guys who run tablets that have uber tiny amounts of storage (e.g. 32gb dell venue 8 pro) might want to do this as it will free up space used by apps that you probably don't even touch. You can always just install any you want to keep from the Windows store, but personally I think 8 apps are all crap (except Netflix.)
Click start > type 'powershell' (no quotes) > press ctrl+shift+enter > (say yes if it asks)
Type the following:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
Get-AppXPackage | Remove-AppxPackage
Tada! No more useless built in Windows apps taking up disk space, and new user accounts don't start with a cluttered start menu.
If you're like me and you keep an autoconfigure batch script for new installations, you can accomplish the above with the following lines:
powershell -Command "Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online"
powershell -Command "Get-AppXPackage | Remove-AppxPackage"
Guessing this works with RT as well, but it's a sad OS that I wouldn't ever buy, so I can't test.
(Old post sticking around for archival purposes)
I never use these things. I don't like apps that force full screen when it is really unnecessary. I guess it makes sense for a touch screen, but for a desktop this is downright stupid, especially when you have a big monitor and like working with multiple things at once. Anyways, I noticed that these take up a gig of space, and I am on an SSD, so space is precious. Sadly, uninstalling them from the start menu doesn't actually delete them, in fact it's really no different at all from using the unpin from start option.
Simply navigating to that folder to delete them doesn't work. First you'll claim ownership via the UI, and then it will at least let you browse the folder. I tried taking it a step further and using the universal "take all" method from an admin prompt:
d:\windows\program files\> icacls windowsapps\* /T /C /Grant UsersOI)(CI)(MA)
It failed. So I figured, let's try rebooting to the command console and do the same thing. Success! Well, not really.
If you type del windowsapps, it pretends to delete them, but it doesn't actually do so. Microsoft is clever, they really went out of their way to make sure you keep them and like them! So I took it a step further, I tried the same thing from WinPE by booting from the install disk, hitting the repair button, and navigating to the command shell. Same result as above. Microsoft REALLY wants to make sure they remain intact.
Fortunately though, I have an ace up my sleeve. I booted a linux ISO, mounted the partition, and did an rm -rf WindowsApps, and lo and behold, its gone! You see, linux doesn't really care if you keep metro apps, it just does whatever you tell it to.
By the way, I did this inside of a VM just to make sure that it doesn't break anything, and so far, it doesn't appear to do so. The apps still remain in the start menu (if you didn't unpin them) but launching them just returns right back to the start menu. No worries, just unpin them and it will stay out of sight and out of mind.
Something confuses me though...the live tiles for these apps still actually work. At least, the live tiles for news, finance, and travel still work, but launching the app just drops you back to the start menu. My guess is that the live tile portion of the app runs in another process. Somebody who is more familiar with WinRT could chime in here. Also, the useless windows store and some important things like the desktop app and the "pc settings" app (aka metro control panel) remains intact, so no issues there.
Anyways, I'd like to figure out a way to delete these while windows is still running, that way I can automate doing so when I install windows. Any ideas? My current thought is to remove them from the install.wim, but it's kind of a PITA and often something goes wrong when I try to muck with that.

Thanks for the info. I won't be able to do the research until the weekend, but in searching for windows 8 (non-Microsoft) themes, I found info on a program (I hate that all of a sudden all programs are being called 'apps') which lets you take (for real) ownership if system files. The info where I ran into it's usage was because Windows 7 and 8 need either hacked system files (guess having a hacked 7 with legit license was a great idea) or a special program to load a custom theme.
Sent from my LG-P999 using xda premium

Out of curiosity, what built-in apps did you find to be un-deleteable? Removing the built-in apps that I didn't use (Finance, News, etc.) was easy; just right-click or flick downward (to select the tile) then select Uninstall. Leftover files in the WindowsApps dir could be removed.

GoodDayToDie said:
Out of curiosity, what built-in apps did you find to be un-deleteable? Removing the built-in apps that I didn't use (Finance, News, etc.) was easy; just right-click or flick downward (to select the tile) then select Uninstall. Leftover files in the WindowsApps dir could be removed.
Click to expand...
Click to collapse
The built in apps that it places on the start menu when you first log in to Windows 8. It prevents you from deleting them, because then new accounts won't see the apps, and it forces them on to the start menu by default.

You can delete them from Start easily enough, if for some reason you find their presence there offensive. You can also delete the updated versions from the device. The basline (1.2) versions are, I assume, what you are complaining about... meh. If you want to bang your head against this, go ahead. I get what you're asking for now, though I really don't understand why. Besides, full-screen or not, some of the "Metro" apps are pretty good, especially a few of the games (which are frequently FS anyhow). It's worth keeping the store around for free game downloads IMO... but I think we've already established that our opinions differ on how to use Win8.

GoodDayToDie said:
You can delete them from Start easily enough, if for some reason you find their presence there offensive. You can also delete the updated versions from the device. The basline (1.2) versions are, I assume, what you are complaining about... meh. If you want to bang your head against this, go ahead. I get what you're asking for now, though I really don't understand why. Besides, full-screen or not, some of the "Metro" apps are pretty good, especially a few of the games (which are frequently FS anyhow). It's worth keeping the store around for free game downloads IMO... but I think we've already established that our opinions differ on how to use Win8.
Click to expand...
Click to collapse
You're thinking of using the "uninstall" option from the start menu. That does NOT delete them, it just removes all references to them. They still reside on the hard disk and consume disk space. On my 120GB SSD on my laptop, every gig counts. Why leave them there when they are doing nothing at all? No banging your head involved, just boot up linux, rm -rf WinApps, problem solved.
Anyways, last I checked there were approximately zero AAA titles in the windows store. In fact, I've yet to see any windows app do anything that can't already be done better in a web browser. I'm not particularly impressed with solitaire collection, pinball, toy soldiers...and ooh mahjong, the game to end all games. The only one even remotely interesting is hydro thunder, in which case they ought to call it Retro instead of Metro.

Rakeesh_j said:
I never use these things. I don't like apps that force full screen when it is really unnecessary. I guess it makes sense for a touch screen, but for a desktop this is downright stupid, especially when you have a big monitor and like working with multiple things at once. Anyways, I noticed that these take up a gig of space, and I am on an SSD, so space is precious. Sadly, uninstalling them from the start menu doesn't actually delete them, in fact it's really no different at all from using the unpin from start option.
Simply navigating to that folder to delete them doesn't work. First you'll claim ownership via the UI, and then it will at least let you browse the folder. I tried taking it a step further and using the universal "take all" method from an admin prompt:
d:\windows\program files\> icacls windowsapps\* /T /C /Grant UsersOI)(CI)(MA)
It failed. So I figured, let's try rebooting to the command console and do the same thing. Success! Well, not really.
If you type del windowsapps, it pretends to delete them, but it doesn't actually do so. Microsoft is clever, they really went out of their way to make sure you keep them and like them! So I took it a step further, I tried the same thing from WinPE by booting from the install disk, hitting the repair button, and navigating to the command shell. Same result as above. Microsoft REALLY wants to make sure they remain intact.
Fortunately though, I have an ace up my sleeve. I booted a linux ISO, mounted the partition, and did an rm -rf WindowsApps, and lo and behold, its gone! You see, linux doesn't really care if you keep metro apps, it just does whatever you tell it to.
By the way, I did this inside of a VM just to make sure that it doesn't break anything, and so far, it doesn't appear to do so. The apps still remain in the start menu (if you didn't unpin them) but launching them just returns right back to the start menu. No worries, just unpin them and it will stay out of sight and out of mind.
Something confuses me though...the live tiles for these apps still actually work. At least, the live tiles for news, finance, and travel still work, but launching the app just drops you back to the start menu. My guess is that the live tile portion of the app runs in another process. Somebody who is more familiar with WinRT could chime in here. Also, the useless windows store and some important things like the desktop app and the "pc settings" app (aka metro control panel) remains intact, so no issues there.
Anyways, I'd like to figure out a way to delete these while windows is still running, that way I can automate doing so when I install windows. Any ideas? My current thought is to remove them from the install.wim, but it's kind of a PITA and often something goes wrong when I try to muck with that.
Click to expand...
Click to collapse
If you want to remove them from a windows install image
http://forums.mydigitallife.info/threads/37039-Remove-Metro-appz-and-default-associations-to-them

phailyoor said:
If you want to remove them from a windows install image
http://forums.mydigitallife.info/threads/37039-Remove-Metro-appz-and-default-associations-to-them
Click to expand...
Click to collapse
Awesome, thanks!

You could had taken ownership of the WindowsApps folder and delete it, that's what I did.

Rakeesh_j said:
You're thinking of using the "uninstall" option from the start menu. That does NOT delete them, it just removes all references to them. They still reside on the hard disk and consume disk space. On my 120GB SSD on my laptop, every gig counts. Why leave them there when they are doing nothing at all? No banging your head involved, just boot up linux, rm -rf WinApps, problem solved.
Anyways, last I checked there were approximately zero AAA titles in the windows store. In fact, I've yet to see any windows app do anything that can't already be done better in a web browser. I'm not particularly impressed with solitaire collection, pinball, toy soldiers...and ooh mahjong, the game to end all games. The only one even remotely interesting is hydro thunder, in which case they ought to call it Retro instead of Metro.
Click to expand...
Click to collapse
Oh, so a game is only good if it has AAA backing?

Konstantinos said:
You could had taken ownership of the WindowsApps folder and delete it, that's what I did.
Click to expand...
Click to collapse
I tried that, even used some command line stuff that break all file locks and ensure that the current user has full control over the files. It would let you delete them, even go through and say it deleted them, but when you look in the directory again, they are still there.
link68759 said:
Oh, so a game is only good if it has AAA backing?
Click to expand...
Click to collapse
No. My current favorites are both indie titles, and are not AAA. Those being Natural-Selection 2, and League of Legends.
For Google Chrome, there are MORE and BETTER games than in the Windows store, and to a lesser extent, Firefox as well. Yep, web browsers have better games than the Windows store.
Every single game in the windows store is either old or just plain crap. I played Angry Birds on a CELL PHONE over a YEAR ago. These are all casual games, not games that you sit down for a marathon session to play. If the windows store is your idea of a good place to get games, then I dare you to go to your friends and say "Hey guys, let's all go to my house and play some reversi and then some tick tack toe!" and see what kind of reaction you get. Or how about one better, ask them to bring their PC's over for a windows 8 lan party, I'm sure they'll get right on that one.
The two games I listed above are legit desktop titles. Windows 8 games are not. In fact, as I've said numerous times, there isn't a single windows store app that does anything that isn't already done better in a browser.

So I'm doing the ol' nuclear option of a reformat for the windows 8.1 update, and I just updated OP to include some new info I found (Maybe common knowledge at this point after 18 months of futzing around with 8? Who knows, just something I discovered on my own a few minutes ago while tinkering with powershell.)
Really neat and really clean compared to the other way.

I use Embedded edition that doesn't include preinstalled metro apps (only IE, skydrive and photo viewer are included)

441Excelsior said:
I use Embedded edition that doesn't include preinstalled metro apps (only IE, skydrive and photo viewer are included)
Click to expand...
Click to collapse
windows embedded is not windows 8...

windows 8.1 Embedded Industry Pro is the same as Windows 8.1 Pro
here is screen of my desktop

441Excelsior said:
I use Embedded edition that doesn't include preinstalled metro apps (only IE, skydrive and photo viewer are included)
Click to expand...
Click to collapse
That's effectively what you get when you run the two commands I listed. For whatever reason, skydrive and photo viewer aren't possible to remove. In fact they don't even appear to reside in the WindowsApps folder...I'm not even sure where they reside.

ok but true reason why I use embedded edition is that I got free product key from MS DreamSpark

Related

WP7 expectations before adoption

The following are the features NEEDED before I adopt WP7 as my new smartphone OS.
1. Rooted device.
2. Rooted windows share Local network access.
3. File explored => than iFile
3. Phone theme app similar to winterboard for iPhone.
4. DLNA in all forms.
5. True windows live Mesh.
6. Zune updated via explorer, no tethered or untethered syncing needed.
7. Push everything.
8. App pirating scene => apptrackr.org for iPhone.
9. Video game console emulation from all the greats.
10. IE download manager.
11. Video chat.
These needs are almost already met with my iPhone. Being a avid windows 7 and windows media center user I can see a huge advantage of adopting WP7. Devs, can u tell me how many features I can check off this list? I know some are possible with 6.x already. Feel free to add to this list for wanted features that are out of the norm.
Also I don't think I like the idea of ROM cooking. I might not understand it though, since ROM means read only memory does it mean that u have to modify your devices os before you install it in your phone? I don't like that at all. I want to be able to modify my os at anytime in explorer like u can with windows 7.
App pirating...oh yeah that's a feature that will be good for the development of the platform. Seesh, people work hard on stuff and generally charge reasonable prices to keep themselves afloat and you demand app pirating!? Dear Microsoft please allow rpoot access to the device so people can find work arounds and steal your client's good work. That's exactly the attitude which stops Microsoft from allowing root access, because its waaaaay to easy to pirate then.
What we really need is a good ad revenue generator (ie Google ads, iAds) so that innovation can be driven by the financial incentive and these guys who dev can get some well earned cash.
Anyways, whats your job? Would you like it if I asked for yur services and then you didn't get paid?
Sorry grouchy this morning. #Rant
Yea. $400 for a phone is fine but then when asked to pay $3 for an app you'll use all the time it's just too much? :facepalm:
......why the hell does a mobile browser need a download manager?
Thats what the iPhone needs to be able to download mp3s or docs from safari. I just want the ability to download a mp3 from the net in the brower and have it show up in my zune media player. The iphone requires a few jailbroken apps to achieve this at the moment.
that's native in the zune music player already you know...
1. Rooted device.
Click to expand...
Click to collapse
I thought rooting was only used for android. But as far as the unlocking thing, it is device dependent. Several developers are working on finding means to give developers more freedom as well as users with wp7. but it is a work in progress and takes time.
2. Rooted windows share Local network access.
Click to expand...
Click to collapse
what
3. Phone theme app similar to winterboard for iPhone.
Click to expand...
Click to collapse
Does this really have to be said? I mean are you looking for an application that will allow user customization of the start menu like winterboard? If so see post 1. to be frank the theming for wp7 so far is okay but nothing as open as windows mobile. But again we have no idea what the device can really do. It is based on what is found and the extent of what development will lead to.
But if you want winterboard...well get the phone that has it
4. DLNA in all forms.
Click to expand...
Click to collapse
Again unsure if wp7 can do that. It may be able to but no idea. We don't know
5. True windows live Mesh.
Click to expand...
Click to collapse
Isn't live mesh going to be gone soon?
6. Zune updated via explorer, no tethered or untethered syncing needed.
Click to expand...
Click to collapse
I dunno if that's really necessary. There may be a program for it most likely. But I don't think its needed in first generation wp7 devices. Heck I much prefer to just drag and drop my files or sync with zune anyway...
7. Push everything.
Click to expand...
Click to collapse
Not everything has to be push...I think that as far as notification goes push may be a hindrance. I do prefer the old system though
8. App pirating scene => apptrackr.org for iPhone.
Click to expand...
Click to collapse
yeah this is a fail...
9. Video game console emulation from all the greats.
Click to expand...
Click to collapse
That is developer dependent and its tough to say what the emulation scene will be like...
10. IE download manager.
Click to expand...
Click to collapse
Why!? Seriously why!? sorry but that's retarded. I mean how much are you downloading on your phone right now to substantiate a feature like that. remember, wp is the de emphasis of the phone being a computer but performing some basic tasks like all smart phones can do in a different way.
11. Video chat.
Click to expand...
Click to collapse
It could be a developer making something for that. No one knows
As for the things being met for your iphone, keep your iphone =) if you honestly are looking for information on a platform that isn't released, wait a year until wp7 has some options available...
and for the point of not liking rom cooking, do you even know the process? No you don't. May wanna read up on it...
...
IMHO, almost everything you listed I know personally I won't be using my phone for that. I don't mind media centric information but there is overload. For suiting my needs (clinical psychology) I may need to browse some psychology databases, a dedicated pdf reader, an ebook reader, the ability to record notes from class, patient intake, and so on. But again specifics differ according to user of the device.
Thanks for the info domineus, what I mean by "Rooted windows share Local network access." is the abiltiy for my phone's whole file system to show up when I click on the network in explorer on one of the PCs in my house. The iPhone does this with ubuntu when it is jailbroken right now. Also I want the abiltity to telnet/ssh into all my home network PCs to move files around and delete them or whatever. Basicly I want total control of my home network in the command line. This feature is lacking with my iPhone right now. I bet telneting is possible in windows mobile 6.x right now isn't it?
As far as the download manager thing goes. I don't know what u use your phone for but I am constantly getting new mp3s, pics, video, and docs offline everyday. The itunes library on the phone is encrypted right now so u can't just drop and drag in iFile to add to the itunes library. Also the default safari you can't save target as to get the file. I think you can with windows mobile 6.x though, I did it at work once. Half the time I'm not around a pc to sync anyways, I feel like tethered syncing is a chore. I am pretty sure you can't "save target as" in IE with the WP7 emulator.
Yeah Ive decided....you should get the iPhone...Im pretty happy to see how the community goes but for you to make demands a lot of which are stupid or overly tailored to your specific needs and hence serve no purpose on a public forum, well thats pretty darn silly.
gotta agree its a bit solipsistic
especially on a platform that is newly developed and IMHO we have no idea how its going to develop or the clientele requirements
Skatingn330 said:
[...]Also I want the abiltity to telnet/ssh into all my home network PCs to move files around and delete them or whatever. Basicly I want total control of my home network in the command line. This feature is lacking with my iPhone right now. I bet telneting is possible in windows mobile 6.x right now isn't it?[...]
Click to expand...
Click to collapse
Uhm, telnet? Yes, through 3rdparty apps of course. Telnet is a very simple thing to use, but you still need somewhere to telnet TO and something responding on the other end (on your computer(s)). So, the "feature" you want is not something that is related to the device, but rather something you need to setup on your LAN. You would only need a telnetapp on your device
Though I must say... Unless I was in a DIRE need for exposing my WHOLE system for outside access I would NEVER even dream of using a telnetserver on ANY of my systems (except on my linuxbox, hehe). Its a disaster waiting to happen There are fare better choices to use than telnet.
Regarding the file-sharing (SMB) you spoke of. Even if we disregard the fact that SMB is not a very secure protocol, the main thing that speaks against that MS would incorporate such a feature is... since MS doesnt even provide filesystem-access ON the device, why should they do it through SMB? I am pretty sure you can forget that one, at least out-of-the-box, maybe if its unlocked and through some obscure 3rdpartyapp.
Just my two cents...
Moving to general.
Skatingn330 said:
The following are the features NEEDED before I adopt WP7 as my new smartphone OS.
1. Rooted device.
2. Rooted windows share Local network access.
3. File explored => than iFile
3. Phone theme app similar to winterboard for iPhone.
4. DLNA in all forms.
5. True windows live Mesh.
6. Zune updated via explorer, no tethered or untethered syncing needed.
7. Push everything.
8. App pirating scene => apptrackr.org for iPhone.
9. Video game console emulation from all the greats.
10. IE download manager.
11. Video chat.
Click to expand...
Click to collapse
1. Might happen, but a strange requirement
2. Don't understand this one?
3. You're not getting this, the phone don't have a traditional filesystem.
3_. You're not getting this either.
4. Microsoft is a promoter of DLNA
5. It's being merged to SkyDrive, and is supported at launch
6. Won't be possible with the explorer, but it will with the Zune desktop client.
7. The notification-system is based on push.
8. Microsoft is a large company with a long history of anti-piracy. You'll might get in trouble here
9. Write some XNA wrapper for it then!
10. I'd suspect there will be a form of management of downloads and downloaded files.
11. None of the 1. generation phones have a camera on the front side, so you'll have to wait. But software-wise it's supported from day one.
smuppy said:
Though I must say... Unless I was in a DIRE need for exposing my WHOLE system for outside access I would NEVER even dream of using a telnetserver on ANY of my systems (except on my linuxbox, hehe). Its a disaster waiting to happen There are fare better choices to use than telnet.
Click to expand...
Click to collapse
Im pretty new to networking but wouldnt using a VPN serve the purpose of what he is wanting? Im not familiar with telnet hardly at all (expect for watching star wars episode 4 that i stumbled across google, haha) but it sounds like a VPN would do what hes looking for. Which WM, the iphone (from what i understand anyways), and im hoping WP7 does. Plus its much MUCH more secure then telnet in even its most basic form of PPTP.

File Explorer, Multitasking, and Using WP7 As A USB Device?

These are the 3 important things on my list about Windows Phone 7. I know initially these wont be available but i remember reading a while back that the emulator or something got hacked by someone here and revealed a file explorer in windows phone 7
is that any indication that there will be a means of exploring the contents of the device like we currently have on winmo?
also how feasible would it be for them to allow multitasking for apps? is that something impossible for this platform or could they actually do this with a update?
and whats the word on using the device as a usb drive like most phones out there can currently do?
deadwrong03 said:
These are the 3 important things on my list about Windows Phone 7. I know initially these wont be available but i remember reading a while back that the emulator or something got hacked by someone here and revealed a file explorer in windows phone 7
is that any indication that there will be a means of exploring the contents of the device like we currently have on winmo?
also how feasible would it be for them to allow multitasking for apps? is that something impossible for this platform or could they actually do this with a update?
and whats the word on using the device as a usb drive like most phones out there can currently do?
Click to expand...
Click to collapse
Well you probably didn't follow the WP7 news....
Anyway at launch NONE of the above are available.
deadwrong03 said:
the emulator or something got hacked by someone here and revealed a file explorer in windows phone 7
is that any indication that there will be a means of exploring the contents of the device like we currently have on winmo?
Click to expand...
Click to collapse
The file explorer in the emulator didn't really work, but was present. It won't be available in the retail version and there will be no file system access for users.
deadwrong03 said:
also how feasible would it be for them to allow multitasking for apps? is that something impossible for this platform or could they actually do this with a update?
Click to expand...
Click to collapse
Multitasking will likely be added in a future update, although I would bet that this will be some iPhone-style limited multitasking where programs won't actually run in background but rather use OS services to do what needs to be done while they're not in focus. That multitasking is needed was confirmed by MS. How it will be implemented is not known, I'm guessing here.
deadwrong03 said:
and whats the word on using the device as a usb drive like most phones out there can currently do?
Click to expand...
Click to collapse
This won't be available. After all, it's not really useful without file system access.
So in these areas WP7 is very similar to the iPhone. To get this features, WP7 devices will need to be jailbroken (or whatever the process will be called).
Like stated above. Many if not all the things you are looking for may be missing on launch. But future updates may change this. Also don't doubt the good people at XDA-Devs not to find some sort of way around getting USB Mass Storage access as well as a File Explorer. Never Say "Never" around this place.
what about downloading through the web browser? like downloading pictures or like i do with my tp2 download music and albums will any downloading be possible at all thru the browser? since theres no file explorer now im guessing not
IM0001 said:
Also don't doubt the good people at XDA-Devs not to find some sort of way around getting USB Mass Storage access as well as a File Explorer. Never Say "Never" around this place.
Click to expand...
Click to collapse
I'm pretty sure we will get a USB Mass Storage mod, I just hope it isn't a long process like on the iphone.
deadwrong03 said:
what about downloading through the web browser? like downloading pictures or like i do with my tp2 download music and albums will any downloading be possible at all thru the browser?
Click to expand...
Click to collapse
That is possible for file types supported by the OS - images, office documents. All other file types will be downloadable via webbrowser controls within third-party applications to their isolated storage areas.
vangrieg said:
Multitasking will likely be added in a future update, although I would bet that this will be some iPhone-style limited multitasking where programs won't actually run in background but rather use OS services to do what needs to be done while they're not in focus. That multitasking is needed was confirmed by MS. How it will be implemented is not known, I'm guessing here.
Click to expand...
Click to collapse
I think some kinds of multitasking are available. Read this post: bolingconsulting[dot]com/blog/?p=46
Azatey said:
I think some kinds of multitasking are available. Read this post: bolingconsulting[dot]com/blog/?p=46
Click to expand...
Click to collapse
There is first party multitasking for some apps e.g. Zune. No third party multitasking e.g. no Pandora.
-R
sketchy9 said:
There is first party multitasking for some apps e.g. Zune. No third party multitasking e.g. no Pandora.
-R
Click to expand...
Click to collapse
but there is a iPhone esque multi-tasking. They call it tombstoning. The app gets put into a saved state when you switch apps, and when you hit the back button it gets brought back up as if you never left, but it is not running in the background, just saved. But if you go to the home/star menu and start the same app it gets started as if you never had it in the tombstone state.
the toombstoning sounds awefull for anything that uses bluetooth or gps....
Tombstoning is NOT multitasking and it is NOT an alternative.
crow26 said:
Tombstoning is NOT multitasking and it is NOT an alternative.
Click to expand...
Click to collapse
in most cases it is the same as multi tasking with the exception of music other than zune or gps / bluetooth however i do not see a need for a gps app to be running when its not in the foreground. but any other will act the same as it would on a phone with multi tasking. i would be intrested in you posting your example that you think wp7 cant do (with the exception of what is listed above).
It's not at all the same, never. Completely different thing that has nothing to do with multitasking.
crow26 said:
It's not at all the same, never. Completely different thing that has nothing to do with multitasking.
Click to expand...
Click to collapse
you keep making the claim but have yet to give an example... wp7 current way of "multi task" vs andriod "multi task"
WP7:
1. App is running in the forderground
2. App is frozen in the RAM and only some threads are still running
3. App is frozen in the Flash memory and only some threads are still running
4. App is not running
Andriod
1. App is running in the foreground
2. App is frozen in the RAM and only some threads are still running
3. Just a portion of an app is running in the background as a service, the main app is deflated and residing in memory, or has been killed, leaving only the service.
4. App is not running, but is still in Memory in a deflated state until RAM runs out.
5. App is killed and not residing in memory. It may leave call to the OS to revive it periodically when conditions are met.
and here are a few examples people have explained how they use "multi task"
listen to my music
surf on the Internet,
check some addresses with Google Maps.
Also I use the camera.- wp7 possable
listening to music
open my twitter program
open a link from one of the twits
pause twitting to write a SMS - wp7 possable
The fact is there are very few areas where we do need "real multitasking", they are music+whatever and navigation+receiving a call/email. And of these, it is only navigation that seem not to be working as we all expect in first release of WP7 at least. Music, mail, phone are 1. party apps, and those will run in background when needed.
What people often think about when they say; "But I need multitasking"...they often just think about that they want to work in one app, then jump to another app, and then back to the first and continue where they left off...and that is something that is handeled by saving and loading of state. For us users...it will be as it was running in the background.
And then there are multitasking-scenario where you want for example to get notified when there is a new Twitter that mentions you, or when you airplane is delayed, and so forth...and that is also possible in WP7, if the developers use PushNotifications.
for now this is what most people really use as far as "multi task" goes...
Honestly, WM 6/6.5 style multitasking would be instant death for WP7. People who are computer-retarded (the majority of people) wouldn't be able to use it properly. When the memory fills up, the phone simply "stops working" for them and it's time to get an iPhone.
This new system makes much more sense... yes, it's not the same, but it will work just fine in the long run.
Perfect example I use my phone for navigation. I'm driving and my friend wants to surf the net while I drive. My friend takes my phone and starts browsing the net. Navigation is still running in the background giving me voice guided directions. Can WP7 do this?
What about surf the net while on a skype call?
What about Pandora while playing a game?
vetvito said:
Perfect example I use my phone for navigation. I'm driving and my friend wants to surf the net while I drive. My friend takes my phone and starts browsing the net. Navigation is still running in the background giving me voice guided directions. Can WP7 do this?
What about surf the net while on a skype call?
What about Pandora while playing a game?
Click to expand...
Click to collapse
as mentioned above in many post "with the exception of navigation" and not all people use pandora zune will do for current. and yes you are what most consider to be a more "advance user" however this is not the norm as most people use one app at a time.. so although its not giving you all that you are looking for at the current it will fufill 95% of the users and they way they use apps. and the most important thing is it will run alot smoother and better than android, wm 6.5, 6.1, rim... i will take this over a few things not being able to run in the background anyday!!!
"Tombstoning" is nothing. Every OS can do that.
Multitasking means running applications in the background. On WP7, nothing is running at all = NO MULTITASKING.
= no navigation in the background
= no internet radio in the background
= no downloads in the background
= no skype in the backround
= no server in the background
= ...
Is that so hard to understand?! Are you somehow retarded or what's wrong with you?
Crow26, why do you have to be rude? Politeness never hurt anyone.
After I read the review on WM7 on GSMArena, I finally made up my mind: I will never downgrade to WM7, because it's what it actually is: a downgrade.
I use navigation a lot and, obviously, I receive calls while I drive. Is my HD2 the last phone with which I can do that? Is this the end of the line?
WM7 feels like another one of those OS for people who know nothing about computers (the majority). It is such a downgrade from WM6.5 in that sense...

official suggestions for WP7 improvements!!

Hi,
I've only just found the official feature suggestion website, it amazes me that so few people have been shouting for the same three things I want to see:
As it's a bit of a search/tag based site, I'm going to link to the three features I thinking EVERYONE should jump on and vote for, and hopefully they'll get some weight behind them:
1. Allow Zune to Analyse WP7 "Space reserved by other devices"
2. Drag and Drop files
3. Device backup
the last one's already got big support, so please spare 3 votes for each of the first two, and ask your friends to do likewise if they agree...
I've linked to these 3, as hopefully this might avoid repeated feature requests for the same thing, and all votes can be concentrated in one place. As people vote, these suggestions will rise to the top of "most recently voted on", and consequently snowball and gather more votes.
The homepage for the feature request forum is here, should you want to request anything else:
Feature requests
If this was a sticky, I might have known about this earlier
I've never experienced that first one; what's the issue?
Device backup would be great. But I think I'd rather see some type of notification center; if you miss a third party app toast notification there's no easy way of knowing which app it was. Also, skype integration would be nice, assuming they integrate skype messaging as a bbm alternative.
Are you kidding, OP?
I've never heard of this "space reserved" issue. I've got a couple movies, tons of songs, tons of videos, tons of apps, and still have 5gb free.
This obsession with drag and drop is reaching critical mass of annoyance. I mean, how hard is it to open up the Zune software?
And device backup? Is that a joke? You can do that any time you want. In the Zune software.
My goodness man. If you're gonna troll this forum please bring your A game.
I actually think it's a good idea to link to that list and make people aware of this.
sure haven't. He sure hasn't acted like a troll. I do not understand why you have to attack him for something he'd like to share. Ok, if you don't like it, but don't make it personal. The "joke" is shared by at least over 1000 other people on the feedback page btw (>4000 votes). If you want to take this to the next level why don't you convince those that it's a joke?
Can you please tell me how you backup everything on your device (apps, app settings, os and media) via the Zune Client?
Not knowing or trying to understand what somebody is saying and then acting like that person is a fool - that is trolling to me.
keep it civil
Troll? Maybe google a bit first, follow the links, or at least research before you throw that out there
Point 1.: If you've not come across the "reserved space" issue then, then I doubt you've ever hooked your WP7 up to several PCs, as it will happen sooner or later if you do.
http://forum.xda-developers.com/showthread.php?t=1104921
The above is my first post on the issue. I had no idea how bad it was going to get from there. In trying to fix the issue by changing sync setting on the 2 PCs I'd used, nearly all of my device is now taken up with "reserved Space".
There are LOTS of posts all over the internet with users having the same issue.
http://forum.xda-developers.com/showthread.php?t=904321
http://blog.spencen.com/2011/04/05/windows-phone-lsquoreserved-spacersquo.aspx
http://forums.wpcentral.com/windows-phone-7-os-discussion/178895.htm
http://makingwindowseasy.com/2010/03/02/zune-reserved-space/
there are many more, including a massive page on Zuneinsider trying to decipher it:
http://zuneinsider.com/?s=reserved+space
Basically, my WP7 now shows currently as having 200 MB free, with virtually the whole phone taken up by reserve space.
If I "delete all content" from both PCs I've used, this leaves me with between 6GB and 7GB still used in reserved space, and I've certainly not used that with Apps and email (and i don't use GMaps). For a day after Mango update I actually had 13GB reserved space, not bad for a phone with only 8GB
Currently, the only way to sort this is a factory reset. But because the Windows Phone website doesn't work for me, I can't even check to see which Apps are in my history and whether I'd have to manually reinstall them all along with resetting everything else.
So.. brings us to Point 2. Drag and Drop. I hate Zune. I do not want it to sync anything for me automatically anymore. I also want to drag media from a PC without Zune installed, or running Linux, or a Mac. Not too much to ask.
Point 3. Well, point 1 wouldn't be such a major issue if Point 3 existed. If WP6.5 can have a simple backup (even if 3rd party), then why can't Wp7? And choose which to backup from contacts, email, and apps at will.
A simple image backup is going to backup the same issue I'm trying to get rid of.
Hope I'm not trolling too hard here...
i like to have a livetile with a clock like the htc sense
Livetile with a clock
@boma23
Good luck, just remember on this forum talking about WP7 problems = troll
Drag & Drop would be great, this automatic sync drives me nuts too.
It was getting dark in the cave, so I came back to add this one:
Make Windows Phone a 1st class citizen in Windows
Rather ambiguously titled, but this one combines a few of my suggestions, and also already has quite a lot of support and is appearing on the front page of the forum anyway. Please add 3 votes
I think I have a few
* Add Support For Gtalk, mxit, and Nimbuz in the messaging hub. Believe it or not, but these are leading chat networks in both India and Africa by both Businesses and individuals.
* Add Support for Other Bluetooth devices. I want to be able to receive VCard Contacts from other phones as well as send them. If my PC can connect to other phones then why not my WP7??? Its anoying!!!
* Add Dedicated storage area to be used as FLASH Storage, so i can transfer files between PCs that do not have Zune
* Lastly Can someone do some thing about this interface??? the start menu idea is good and by all means should be carried forward. But I want to be able to customize it more say may be have 5 columns of icons. The menu should have a back ground etc. The back ground could be my wall paper, so i don't have to lock my phone to see how cool my wall paper looks.
---------- Post added at 04:37 PM ---------- Previous post was at 04:23 PM ----------
boma23 said:
Troll? Maybe google a bit first, follow the links, or at least research before you throw that out there
Point 1.: If you've not come across the "reserved space" issue then, then I doubt you've ever hooked your WP7 up to several PCs, as it will happen sooner or later if you do.
http://forum.xda-developers.com/showthread.php?t=1104921
The above is my first post on the issue. I had no idea how bad it was going to get from there. In trying to fix the issue by changing sync setting on the 2 PCs I'd used, nearly all of my device is now taken up with "reserved Space".
There are LOTS of posts all over the internet with users having the same issue.
http://forum.xda-developers.com/showthread.php?t=904321
http://blog.spencen.com/2011/04/05/windows-phone-lsquoreserved-spacersquo.aspx
http://forums.wpcentral.com/windows-phone-7-os-discussion/178895.htm
http://makingwindowseasy.com/2010/03/02/zune-reserved-space/
there are many more, including a massive page on Zuneinsider trying to decipher it:
http://zuneinsider.com/?s=reserved+space
Basically, my WP7 now shows currently as having 200 MB free, with virtually the whole phone taken up by reserve space.
If I "delete all content" from both PCs I've used, this leaves me with between 6GB and 7GB still used in reserved space, and I've certainly not used that with Apps and email (and i don't use GMaps). For a day after Mango update I actually had 13GB reserved space, not bad for a phone with only 8GB
Currently, the only way to sort this is a factory reset. But because the Windows Phone website doesn't work for me, I can't even check to see which Apps are in my history and whether I'd have to manually reinstall them all along with resetting everything else.
So.. brings us to Point 2. Drag and Drop. I hate Zune. I do not want it to sync anything for me automatically anymore. I also want to drag media from a PC without Zune installed, or running Linux, or a Mac. Not too much to ask.
Point 3. Well, point 1 wouldn't be such a major issue if Point 3 existed. If WP6.5 can have a simple backup (even if 3rd party), then why can't Wp7? And choose which to backup from contacts, email, and apps at will.
A simple image backup is going to backup the same issue I'm trying to get rid of.
Hope I'm not trolling too hard here...
Click to expand...
Click to collapse
boma23, you should kno better than to plug your device into multiple PCs, let alone sync with them. The WP7 is designed to be a hand held version of your PC, and since every PC is different (System Locale, Time Zone, Registry, Zune Settings, etc) there is bound to be a problem. Though luck for you will have to reset your device. So never do it again there after.
File Backup and Drag-n-Drop would be cool indeed
I expected smart /T9 dialer to be a popular request, but it has less than 100 votes (across different requests). I guess an app can fix this, but when WM had it as an OS feature, I don't understand why WP team thought it was unnecessary.
USB outlook sync, without cloud/exchange etc, is my biggest wish. seems there is some interest for that feature.
TED906 said:
---------- Post added at 04:37 PM ---------- Previous post was at 04:23 PM ----------
[/COLOR]
boma23, you should kno better than to plug your device into multiple PCs, let alone sync with them. The WP7 is designed to be a hand held version of your PC, and since every PC is different (System Locale, Time Zone, Registry, Zune Settings, etc) there is bound to be a problem. Though luck for you will have to reset your device. So never do it again there after.
File Backup and Drag-n-Drop would be cool indeed
Click to expand...
Click to collapse
That is utter crap! Why should he know better? What about people with multiple PC's? Say a desktop, laptop and possibly a work laptop too. Why should we only be able to use our phone with one PC? I plug my htc 7 pro into both my PC and laptop but luckily I havn't came across this problem yet. But I have seen many posts about it and Microsoft need to fix the issue.
A way to copy music, pics and video to the device without Zune would be great. Some of my music is hard to find in Zune. But it would be much better to allow WMP to sync with the device. Then I could just drag a music folder over to it and sync that way. Exactly the same way as I used to with Windows Mobile.
Apart from the lack of bluetooth file transfer, and even thats not a biggy for me. I very pleased with WP7.5 even more so now my 7 Pro has wi-fi tethering
A battery percentage tile would be awesome imo
scoobysnacks said:
A battery percentage tile would be awesome imo
Click to expand...
Click to collapse
Check this out if you like the idea of a battery tile:
http://forum.xda-developers.com/showthread.php?t=1328730
Multiple text message selection like you can with the email. Landscape support for homescreen and throughout OS. Led notification a standard on all devices. Forward button in browser, better yet a better laid out browser. One button access to dialer keypad instead of two. Should be able to access a mini menu when u press the drop down notification for the sig al bar WiFi and battery to have quick access to toggle or more info. That's just a few. I know it's more but that's off the dome
Sent from my Venue Pro using XDA Windows Phone 7 App
I'm guessing the "know better than syncing across multiple devices" thing was sarcasm
I've just thought of another - we need the keybpard API releasing so we can use SWYPE again in WM... I think I miss that app more than anything else since 7 came out

[NST][Home replacement] EpubBrowser [11/04/2012]

Hi,
I did up a home replacement for my Nook simple touch, thought I would share it. This is an initial release, no doubt there are bugs, incompatibilities, etc, you were warned. There are no checks for other devices at this point, NST only.
Thanks to the nook community for the noogie.img file, touch nooter, and relaunch for source code ideas and various threads regarding quick refresh and e-ink support.
Disclaimer: Now, what I am using currently is the bare minimum, I have tried quite a bit of the work in this forum and it works well, but I wasn't satisfied or 100% confident and I wanted less installed. So, I restored my nook to stock, used noogie and copied over a rooted ramdisk. That was it, no touchcolortools, nooktouchtools installed, adw minimal this or that, or button saviors. I am sure they are great programs but I don't know enough about them or have the interest/time to do research on them to want to keep them installed.
For me, the point is to keep things simple and maintain battery life. It's an e-reader not a tablet after all. I just want to read books, check email, check a website or two, get some more use out of wi-fi since I don't live in a B&N supported nation.
​To install:adb install EPubBrowser.apk
Optional:
I also installed Email.apk and set up my gmail from there, no certificates required or a million google app files and plucking a chicken on a Tuesday after jumping on your left foot crap. No offense to those who like chicken plucking.
adb install Email.apk
Done and done.
I can do up a CWM zip upon request, but last going off I have a continuous reboot after installing the latest version and if you know enough to get the Nook's CWM installed you should be able to use adb.​See attached files.
What is not working:
Since Android doesn't really know about multiple external storage locations (at least for the Nook's 2.1 and/or my knowledge of android) EPubBrowser is unable to detect when the internal storage has been remounted, there is no notification of that, just notification of external storage. So if you plug in your usb cord to the computer the list of books will be empty even when you remove it. So if you don't have an sdcard you will have to hit the back button and launch home again to refresh.
Also, B&N books are not listed, whatever is in My Files will be scanned only. That applies to internal and sdcard storage. You can still use B&N's Library to access those.
I don't have any option of uninstalling apps either. adb uninstall works fine or you can just delete files from /data/app via adb shell.
What is working:
Launch of EPubBrowser via nook's home button, without use of nooktouchtools, it duplicates how the B&N home app works.
The notification icon for resuming reading goes through the app. As long as the book was launched from EPubBrowser it can remember the last book, otherwise the main display will show up. Reason being that for whatever reason the last page read doesn't work with the B&N home screen if it's not a book bought from B&N. But if you are just using the B&N Reader app it's not a problem.
When you are prompted which home you want you can select EPubBrowser and hit default. This may not stay set and will go away the next time you reboot.
How to use:Left / right swipes to go to the next 6, previous 6 books, no indication of the current page is displayed, (e-ink and aesthetics).
Touch a book cover to launch a description of the book, swipe up and down to scroll through the description, touch the cover displayed there to start reading. Hit back button on top of screen to exit without launching a book.
To bring up the list of apps installed, swipe a clockwise circle starting at 10 O'clock. Touch an app to launch it, left or right swipe to go back to main screen.​That's it for now.
If you have any ideas for improvements, bug reports, please provide as much detail as possible, and when you have done that add some more detail.
Cheers!
Updates:
2/19/2012:
Added screensaver for last read book. (Jpeg 75%) Settings->Display->Screensavers->EPubBrowser
11/4/2012:
Added src project
Looks nice! I'll give it a shot later when my Nook's charged.
Thank you for making and sharing, i am going to try tomorrow and tell you,
Improvements
First of all, thank you for creating this cool launch screen. I love the simplicity of it. Here are is brief list of improvement that you can perhaps easily implement.
-When on the homescreen with the covers of all the books, I am not sure if I am suppose to scroll down or to the right to view the rest of my books.
-When on the page with the details from the book, there is no back button to take you back to the homescreen. I end up using the button savior back button.
-The circle gesture that takes you to the apps does not feel very responsive to me.
Anyhow, great job. Can't wait to see how you plan on improving it
OW MY EYES
I installed this, and everything just kept flashing. GO Locker and GO Launcher are both broken, and the only way I could fix it was by getting into ADW and closing the task. Did I install it incorrectly? I put it onto an SD card and used ES File Manager to install it.
ChunC said:
First of all, thank you for creating this cool launch screen. I love the simplicity of it. Here are is brief list of improvement that you can perhaps easily implement.
-When on the homescreen with the covers of all the books, I am not sure if I am suppose to scroll down or to the right to view the rest of my books.
-When on the page with the details from the book, there is no back button to take you back to the homescreen. I end up using the button savior back button.
-The circle gesture that takes you to the apps does not feel very responsive to me.
Anyhow, great job. Can't wait to see how you plan on improving it
Click to expand...
Click to collapse
Hi,
Thanks for the feedback.
You swipe left to go to the previous page of books. You swipe right to go to the next page of books, assuming you have more than 6 books. Personally, I know what books I have on the device so it's not a problem knowing how many are left to see for me.
The back button should be on top of the screen in the middle, not sure why it wouldn't be there on yours. I will give it a think, maybe remove the scroll control in the book description and just use gesture detection and scroll the text via code.
Responsiveness and speed will likely improve over time, I am using the gesture library, maybe there are some optimizations there I can do.
Cheers!
Googie2149 said:
OW MY EYES
I installed this, and everything just kept flashing. GO Locker and GO Launcher are both broken, and the only way I could fix it was by getting into ADW and closing the task. Did I install it incorrectly? I put it onto an SD card and used ES File Manager to install it.
Click to expand...
Click to collapse
Hi,
Noted, so it doesn't work with GO Lancher/Locker. Never tried GO stuff, so that wasn't tested. It was tested with ADW and relaunch, and I had all the rest of your typical touch nooter install there without problems, android market, etc.
I have run it with Home.apk renamed to Home.apk.bak and that works fine as well.
As for your other question, if it is installed it is installed, there are no configurations to modify, however you get it there it should be fine.
Cheers!
WANT
Noted that it does not work with go, will have to get rid of that first.
From the screenshots, I can already tell you put time into polishing! Good job!
NFHimself said:
Hi,
Noted, so it doesn't work with GO Lancher/Locker. Never tried GO stuff, so that wasn't tested. It was tested with ADW and relaunch, and I had all the rest of your typical touch nooter install there without problems, android market, etc.
I have run it with Home.apk renamed to Home.apk.bak and that works fine as well.
As for your other question, if it is installed it is installed, there are no configurations to modify, however you get it there it should be fine.
Cheers!
Click to expand...
Click to collapse
I'll try it again without the GO software, but it was making everything just keep flashing, like the lock screen.
@NFHimself, any plans for taking this to github? It is very close to what I always wanted but I was also looking for:
- some kind of usage of Calibre data
- library filtering for series, highly rated, etc.
- tracking of books that are clicked to maintain sort of recent read filter
- sorting options by rating, series, and other Calibre properties
- option to display 6 or 12 (smaller) book covers.
I hope it already does use intents for selecting a different epub reader for those who have no defaults and multiple ones installed.
I know its a long list, and I have some Android experience. I am sure there would be other developers here so a combined effort might help.
Screenshots looks good, but on the Nook - only flashing screen like Googie2149 said
tazzix said:
@NFHimself, any plans for taking this to github? It is very close to what I always wanted but I was also looking for:
- some kind of usage of Calibre data
- library filtering for series, highly rated, etc.
- tracking of books that are clicked to maintain sort of recent read filter
- sorting options by rating, series, and other Calibre properties
- option to display 6 or 12 (smaller) book covers.
I hope it already does use intents for selecting a different epub reader for those who have no defaults and multiple ones installed.
I know its a long list, and I have some Android experience. I am sure there would be other developers here so a combined effort might help.
Click to expand...
Click to collapse
Hi,
I use Calibre as well, I just connect via adb and calibre picks up the nook and I copy books over and it converts on the fly, cool program. Using Calibre data is an idea worth looking into, if I can fit it into the theme of no preferences, no extra buttons or config. There are plenty of those kind of home apps already. Relaunch for one is great, just missing a graphical front end, I was going to mod that, but decided that I didn't really need so much stuff and I wanted to learn more android API.
I did up the app using pretty straight forward epub standards (note the plural), it works with most epubs I have run across, not sure if looking for extra xml is a good functionality vs performance tradeoff. I haven't been using EPubBrowser for very long myself, so when I add more books and find something annoying I will probably make changes to fix it. I want to keep things simple, if I need a preferences menu, it is already going the wrong way.
I am not specifying any class, just a regular launch this epub file intent, so it should work with any reader. I like the stock reader myself, cool reader seems to dislike some epubs I have above a certain size, and I didn't want to deal with it.
I may github it, I am kinda time limited these days.
Cheers!
AgentSlash said:
Screenshots looks good, but on the Nook - only flashing screen like Googie2149 said
Click to expand...
Click to collapse
Hi,
More details are needed to figure that out. What device do you have? What do you have installed on it?
Cheers!
I just wiped then manually rooted my Nook, and this works now. Although I'm having some trouble with getting to the apps page after the first time I did it. Could you possible change how you get to the apps page? Maybe change it so you have to click the menu key to get to apps.
Edit: Now that I've added my books, it shows me two books, one empty, and another book. Now it just flashes and removes/re-adds the last book. :/
Edit 2: I found that there are a few books that just don't like this launcher and cause the entire Nook to start flashing. I've been adding my books one by one to see which work and which don't and I'll try and find similarities between those that don't.
Great launcher replacement.
Running right now, but after the second page, I get sent back to the first, regardless of left-to-right or right-to-left swiping. Ideas?
Also, any chance for a page up/down use for scrolling through books?
I took a quick vid. It looks like when I swipe again from R to L, it tries to redraw the next books, but gets confused?
http://youtu.be/K1ukWFK0syg
ace7196 said:
Great launcher replacement.
Running right now, but after the second page, I get sent back to the first, regardless of left-to-right or right-to-left swiping. Ideas?
Also, any chance for a page up/down use for scrolling through books?
I took a quick vid. It looks like when I swipe again from R to L, it tries to redraw the next books, but gets confused?
http://youtu.be/K1ukWFK0syg
Click to expand...
Click to collapse
Hi,
I'm busy painting the baby's room, but it looks like it is resetting, perhaps one of your books is crashing the app and it is being relaunched as the home screen. Or could be some other bug, how many books are involved, if you remove one or add one, does it go away?
If someone could open the e-pub (it's a zip file) that causes the error and paste the contents of the .odf file (it's an xml file) , that would help.
Cheers!
NFHimself said:
Hi,
I'm busy painting the baby's room, but it looks like it is resetting, perhaps one of your books is crashing the app and it is being relaunched as the home screen. Or could be some other bug, how many books are involved, if you remove one or add one, does it go away?
If someone could open the e-pub (it's a zip file) that causes the error and paste the contents of the .odf file (it's an xml file) , that would help.
Cheers!
Click to expand...
Click to collapse
I've gone through and removed / added ebooks, and still the same problem.
Sorry, been kinda busy.
I need to be able to see the bug on my end to work on it. Maybe I've been lucky with the book selections I have made or converting using Calibre has set them all to have the same kind of format, vs the variety you might see in the wild from multiple sources.
Does the error happen with no books?
What happens when you have just one book?
How many books do you have on your nook? (If it's something like 1000 then yeah, maybe you'd have issues, no checks in the code for being out of memory.)
What firmware are you using?
Are there any hardware differences? (Can't imagine that being a problem, but I am using a NST, not the original Nook.)
What can I do to reproduce this error on my end? What are the steps?
Cheers!
NFHimself said:
Sorry, been kinda busy.
I need to be able to see the bug on my end to work on it. Maybe I've been lucky with the book selections I have made or converting using Calibre has set them all to have the same kind of format, vs the variety you might see in the wild from multiple sources.
Does the error happen with no books?
What happens when you have just one book?
How many books do you have on your nook? (If it's something like 1000 then yeah, maybe you'd have issues, no checks in the code for being out of memory.)
What firmware are you using?
Are there any hardware differences? (Can't imagine that being a problem, but I am using a NST, not the original Nook.)
What can I do to reproduce this error on my end? What are the steps?
Cheers!
Click to expand...
Click to collapse
For me, it doesn't matter how many books I have, it's just a few specific books that crash, independent of the other books in my library, and some books are more severe than others (one makes the entire Nook start flashing (all software), others make only this app flash).
I have the same problem as the people above but I can't get past the first page. I can't seem to narrow it down to a certain book making it crash. It's a shame I love this home screen, but hopefully we can get this fixed and running great.

Windows 8 Start Menu Hack

http://www.wired.com/gadgetlab/2012/10/pokki-brings-the-start-menu-back-to-windows-8/
This one works pretty good for people wanting the start menu back, personally it doesn't matter that much to me, I like Windows 8. But hopefully this can help some people who don't like the changes, enjoy!
Sent from my SCH-R530U using xda app-developers app
Hey, let's dig out progman.exe to help some people who don't like the changes.
If you think I am being facetious you can actually do that. It's just as asinine as trying to cling to the Start Menu.
dragon_76 said:
Hey, let's dig out progman.exe to help some people who don't like the changes.
If you think I am being facetious you can actually do that. It's just as asinine as trying to cling to the Start Menu.
Click to expand...
Click to collapse
Well, to be fair Pokki is not like Start8 it's not just there to bring back the start menu and the start menu it does give you is a bit different from the traditional Windows one and does have some extra features (not to mention the extra features of Pokki). Actually it reminds me more of the "startmenu" that linux mint used to have for Gnome than it does the Windows start menu.
I agree with you though, preserving the startmenu is like preserving progman, of course, progman did remain in Windows 95 and I think even 98, possibly further and I'm sure many thought the start menu was stupid when 95 came out.
I'm actually using Classic Shell in my install. Works well and you can disable Metro, or rather, make it less annoying by disabling the live corners.
http://classicshell.sourceforge.net/
You can also try ex7 for W8. It is a hack that allows the Windows 7 explorer to run on Windows 8 and disables much of the metro stuff, so you go straight to desktop at login. It requires a Windows 7 disc on hand to copy the files.
I'm using it in Virtualbox as Metro was acting really laggy and giving me screen resolution errors since I running the VM at lower than the required screen resolution.
I made a video recently showing different ways you could have start-menu LIKE experience without the Orb on my TechMeShow video (http://youtu.be/10aKOuF6hXA) but at the same time? I also show you how Classic Shell can be used and different options.
Only reason I am offering the video here is simply because I actually use the second method in the video, using a Toolbar for my "Start" Menu but even though it isn't graphical, the 3rd option is just a free download away.
Complaints about Windows 8:
Adds an app store, forces you (not really) to use less functional apps, is fullscreen.
Pokki:
Adds an app store, forces you (not really) to use less functional apps, isn't fullscreen.
Is this really better than Metro? The only difference is that Windows 8 does it all in full screen.
I really don't see the point. If you want the start menu to not be full screen, you might as well just buy Start8.

Categories

Resources