PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Android > Android HTC Devices > Legacy HTC Android Devices > HTC Hero
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 11-09-2009, 02:58 PM
mercado79's Avatar
PPCGeeks Regular
Offline
Pocket PC: Hero
Carrier: Sprint
Threadstarter
Location: Boston, MA
 
Join Date: Aug 2008
Posts: 241
Reputation: 290
mercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android Errors in Program Shortcuts - UPDATE: Fix Available if Rooted

Well, things are moving FAST!

Here's the latest fix for this issue. Works perfectly for me.

http://forum.xda-developers.com/showthread.php?t=582176

Basically, you're deleting the entire cache directory. Don't worry, it is recreated the next time the phone boots up. All icons look good, names are correct, etc.

Be careful! Using this command you will not be prompted with any warnings!

Code:
rm -rf /data/boot-cache
__________________
Sprint Hero - Rooted!!
__________________

Hit me with some THANKS!
Reply With Quote
This post has been thanked 1 times.
  #12 (permalink)  
Old 11-10-2009, 12:09 AM
thacounty's Avatar
White Monster > Red Bull
Offline
Pocket PC: Clean S4 - Development stopped - xposed mod
Carrier: AT&T
Location: BG, Kentucky
 
Join Date: Jul 2007
Posts: 2,644
Reputation: 3855
thacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to thacounty Send a message via MSN to thacounty Send a message via Skype™ to thacounty
Wirelessly posted (Mozilla/5.0 (Linux; U; Android 1.5; en-us; A6277 Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1)

Quote:
Originally Posted by mercado79
Well, things are moving FAST!

Here's the latest fix for this issue. Works perfectly for me.

http://forum.xda-developers.com/showthread.php?t=582176

Basically, you're deleting the entire cache directory. Don't worry, it is recreated the next time the phone boots up. All icons look good, names are correct, etc.

Be careful! Using this command you will not be prompted with any warnings!

Code:
rm -rf /data/boot-cache
Just like deleting apps, which I can't, I get read-only file system errors w this command. Any insight? I am in adb shell w Su, so Idk.
__________________
On On U of K!!!! Sammy GS4 - ATT - Clean Rom - Xposed Mod
Reply With Quote
  #13 (permalink)  
Old 11-10-2009, 12:33 AM
mercado79's Avatar
PPCGeeks Regular
Offline
Pocket PC: Hero
Carrier: Sprint
Threadstarter
Location: Boston, MA
 
Join Date: Aug 2008
Posts: 241
Reputation: 290
mercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android Errors in Program Shortcuts - UPDATE: Fix Available if Rooted

Quote:
Originally Posted by thacounty View Post
Just like deleting apps, which I can't, I get read-only file system errors w this command. Any insight? I am in adb shell w Su, so Idk.
That's weird. Well, I'm not sure what the deal is for this issue, but as far as deleting apps, you have to make sure you do this before attempting to remove the apk file.

Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
see here: http://forum.xda-developers.com/showthread.php?t=581635

Also, I don't have to "su" at all. It seems like I'm always root now (as noted by the # in front of the line. I wonder if that's not supposed to be the case. I'll brainstorm and try to figure out why you aren't able to delete the cache file.
Reply With Quote
  #14 (permalink)  
Old 11-10-2009, 01:02 AM
thacounty's Avatar
White Monster > Red Bull
Offline
Pocket PC: Clean S4 - Development stopped - xposed mod
Carrier: AT&T
Location: BG, Kentucky
 
Join Date: Jul 2007
Posts: 2,644
Reputation: 3855
thacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to thacounty Send a message via MSN to thacounty Send a message via Skype™ to thacounty
Wirelessly posted (Mozilla/5.0 (Linux; U; Android 1.5; en-us; A6277 Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1)

Quote:
Originally Posted by mercado79
Quote:
Originally Posted by thacounty View Post
Just like deleting apps, which I can't, I get read-only file system errors w this command. Any insight? I am in adb shell w Su, so Idk.
That's weird. Well, I'm not sure what the deal is for this issue, but as far as deleting apps, you have to make sure you do this before attempting to remove the apk file.

Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
see here: http://forum.xda-developers.com/showthread.php?t=581635

Also, I don't have to "su" at all. It seems like I'm always root now (as noted by the # in front of the line. I wonder if that's not supposed to be the case. I'll brainstorm and try to figure out why you aren't able to delete the cache file.
I can exit out of it n come back. Still. wont work and modaco force closes Crap n won't work! Haha need a new Rom! If u come up w sthing id appreciate it.
Reply With Quote
  #15 (permalink)  
Old 11-10-2009, 02:21 AM
princem131's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Evo 3D
Carrier: Sprint
Location: Columbus, OH. But from CLEVELAND!!!!
 
Join Date: Jul 2006
Posts: 749
Reputation: 375
princem131 is becoming a PPCGeeks regularprincem131 is becoming a PPCGeeks regularprincem131 is becoming a PPCGeeks regularprincem131 is becoming a PPCGeeks regular
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to princem131 Send a message via Yahoo to princem131
Re: Android Errors in Program Shortcuts

Quote:
Originally Posted by mercado79 View Post
Looks like now that our phone has been rooted, we're better able to see what is actually happening. Some kind of corruption in the app install cache.

This may be a temporary fix, though I haven't had a chance to try it yet:

http://forum.xda-developers.com/showthread.php?t=581806

Credit goes to gilroykilroy over at XDA.
Worked like a charm!
Reply With Quote
  #16 (permalink)  
Old 11-10-2009, 12:07 PM
thacounty's Avatar
White Monster > Red Bull
Offline
Pocket PC: Clean S4 - Development stopped - xposed mod
Carrier: AT&T
Location: BG, Kentucky
 
Join Date: Jul 2007
Posts: 2,644
Reputation: 3855
thacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to thacounty Send a message via MSN to thacounty Send a message via Skype™ to thacounty
Re: Android Errors in Program Shortcuts - UPDATE: Fix Available if Rooted

Quote:
Originally Posted by mercado79 View Post
Well, things are moving FAST!

Here's the latest fix for this issue. Works perfectly for me.

http://forum.xda-developers.com/showthread.php?t=582176

Basically, you're deleting the entire cache directory. Don't worry, it is recreated the next time the phone boots up. All icons look good, names are correct, etc.

Be careful! Using this command you will not be prompted with any warnings!

Code:
rm -rf /data/boot-cache
I am su all the time now that I finally got Modaco to work without force closing. 78MB free on phone after partitioning SD Card EXT2 for apps!! Woot... Anyway the main point I want to make is that I am adding this to the tips thread. Of course it will be a link so people can thank you and I want to add that it sticks after a soft reset which I didn't think would happen!! Thanks again and I am hitting the button haha.
Reply With Quote
  #17 (permalink)  
Old 11-10-2009, 12:56 PM
mercado79's Avatar
PPCGeeks Regular
Offline
Pocket PC: Hero
Carrier: Sprint
Threadstarter
Location: Boston, MA
 
Join Date: Aug 2008
Posts: 241
Reputation: 290
mercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android Errors in Program Shortcuts - UPDATE: Fix Available if Rooted

Glad it finally worked out for you. Just to be clear though, this does stick after reboot, but not after installing an app or updating a pre-existing one. What a hassle!
Reply With Quote
  #18 (permalink)  
Old 11-10-2009, 03:36 PM
thacounty's Avatar
White Monster > Red Bull
Offline
Pocket PC: Clean S4 - Development stopped - xposed mod
Carrier: AT&T
Location: BG, Kentucky
 
Join Date: Jul 2007
Posts: 2,644
Reputation: 3855
thacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIPthacounty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to thacounty Send a message via MSN to thacounty Send a message via Skype™ to thacounty
Re: Android Errors in Program Shortcuts - UPDATE: Fix Available if Rooted

Quote:
Originally Posted by mercado79 View Post
Glad it finally worked out for you. Just to be clear though, this does stick after reboot, but not after installing an app or updating a pre-existing one. What a hassle!
Yea that sucks, but overall it does work well! Until a better fix is made! Haha.
Reply With Quote
  #19 (permalink)  
Old 11-10-2009, 10:16 PM
Brock1909's Avatar
Almost a VIP
Offline
Pocket PC: HERO
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 935
Reputation: 1235
Brock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Brock1909 Send a message via MSN to Brock1909 Send a message via Yahoo to Brock1909
Re: Android Errors in Program Shortcuts - UPDATE: Fix Available if Rooted

well it does work, which is nice. seems like the update from sprint/htc should be pretty massive.
Reply With Quote
Reply

  PPCGeeks > Android > Android HTC Devices > Legacy HTC Android Devices > HTC Hero

Tags
android, error, force cose, hero


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 01:41 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com