Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
lgstoian
Old
(Last edited by lgstoian; 8th March 2010 at 02:51 PM.)
#1  
lgstoian's Avatar
Senior Member - OP
Thanks Meter 54
Posts: 301
Join Date: Mar 2010
Location: Bucharest
Default Tattoo Rosie Remover.

I've been trying to permanently remove all the htc apps and widgets but I've been getting "directory not empty" error when I use :
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/Rosie.apk
rm /system/app/Rosie.odex
rm /system/app/htcbookmarkwidget.apk
rm /system/app/htcbookmarkwidget.odex
rm /system/app/htccalendarwidgets.apk
rm /system/app/htccalendarwidgets.odex
rm /system/app/htccontactwidgets.apk
rm /system/app/htccontactwidgets.odex
rm /system/app/htcmailwidgets.apk
rm /system/app/htcmailwidgets.odex
rm /system/app/htcmsgwidgets.apk
rm /system/app/htcmsgwidgets.odex
rm /system/app/htcsearchwidgets.apk
rm /system/app/htcsearchwidgets.odex
rm /system/app/htcsettingwidgets.apk
rm /system/app/htcsettingwidgets.odex
Would it be possible to use the update.zip for Hero from MoDaCo.

Ok so I tested the hero zip and I get these errors :
No signature (4 files)
Verification failed.

I signed the update.zip with test keys.
Devices : Galaxy Tab 7 Plus ; Samsung Galaxy Note 2 ; FeiTeng H7100
 
Blackdragon_860
Old
#2  
Senior Member
Thanks Meter 0
Posts: 486
Join Date: Oct 2007
same problem here...

where have you found the test keys?
If you like my Work:
 
coolbits
Old
#3  
coolbits's Avatar
Senior Member
Thanks Meter 9
Posts: 268
Join Date: Jan 2010

 
DONATE TO ME
What test keys?
Just run these commands in adb shell

Code:
su
#
rm /system/app/Rosie.apk
rm /system/app/Rosie.odex
rm /system/app/htcbookmarkwidget.apk
rm /system/app/htcbookmarkwidget.odex
rm /system/app/htccalendarwidgets.apk
rm /system/app/htccalendarwidgets.odex
rm /system/app/htccontactwidgets.apk
rm /system/app/htccontactwidgets.odex
rm /system/app/htcmailwidgets.apk
rm /system/app/htcmailwidgets.odex
rm /system/app/htcmsgwidgets.apk
rm /system/app/htcmsgwidgets.odex
rm /system/app/htcsearchwidgets.apk
rm /system/app/htcsearchwidgets.odex
rm /system/app/htcsettingwidgets.apk
rm /system/app/htcsettingwidgets.odex
But backup to /sdcard before removing...
Or at least run backup.sh in recovery
I did it few days ago and got some speed and battery improvement...
Linux - BeRoot
Windows - ReBoot
 
lgstoian
Old
(Last edited by lgstoian; 8th March 2010 at 10:03 PM.)
#4  
lgstoian's Avatar
Senior Member - OP
Thanks Meter 54
Posts: 301
Join Date: Mar 2010
Location: Bucharest
Thanks I managed to remove them. It's wierd when I used mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system before the comands wouldnt work.

Blackdragon_860 There is a tutotrial on the forum how to sign update.zip.
Devices : Galaxy Tab 7 Plus ; Samsung Galaxy Note 2 ; FeiTeng H7100
 
Coburn64
Old
#5  
Senior Member
Thanks Meter 2
Posts: 387
Join Date: Aug 2009
Location: Boonah
Quote:
Originally Posted by lgstoian View Post
I've been trying to permanently remove all the htc apps and widgets but I've been getting "directory not empty" error when I use :
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/Rosie.apk
rm /system/app/Rosie.odex
rm /system/app/htcbookmarkwidget.apk
rm /system/app/htcbookmarkwidget.odex
rm /system/app/htccalendarwidgets.apk
rm /system/app/htccalendarwidgets.odex
rm /system/app/htccontactwidgets.apk
rm /system/app/htccontactwidgets.odex
rm /system/app/htcmailwidgets.apk
rm /system/app/htcmailwidgets.odex
rm /system/app/htcmsgwidgets.apk
rm /system/app/htcmsgwidgets.odex
rm /system/app/htcsearchwidgets.apk
rm /system/app/htcsearchwidgets.odex
rm /system/app/htcsettingwidgets.apk
rm /system/app/htcsettingwidgets.odex
Would it be possible to use the update.zip for Hero from MoDaCo.

Ok so I tested the hero zip and I get these errors :
No signature (4 files)
Verification failed.

I signed the update.zip with test keys.
You cannot use a Hero ROM on the Tattoo.
This is the Coburn.
I'm a AzusaROM Developer, Helper, Programmer, Server Administrator, and general nice guy.
Twitter: coburn64 :: Blog: Geek In The Family :: Buy me a coffee! :: Visit Coburn's Domain!
Current Phones: Samsung SGH-E900, Motorola Droid (CDMA), Motorola Milestone (GSM version of Droid)
Current Project: DroidNet - Wifi Internet Tablet using Moto Droid.
 
lgstoian
Old
#6  
lgstoian's Avatar
Senior Member - OP
Thanks Meter 54
Posts: 301
Join Date: Mar 2010
Location: Bucharest
The update.zip only contained a script to remove Rosie. It wasn't a hero rom.
Devices : Galaxy Tab 7 Plus ; Samsung Galaxy Note 2 ; FeiTeng H7100
 
marsdroid
Old
#7  
Account currently disabled
Thanks Meter 1
Posts: 210
Join Date: Dec 2009
Quote:
Originally Posted by lgstoian View Post
I've been trying to permanently remove all the htc apps and widgets but I've been getting "directory not empty" error when I use :
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/Rosie.apk
rm /system/app/Rosie.odex
rm /system/app/htcbookmarkwidget.apk
rm /system/app/htcbookmarkwidget.odex
rm /system/app/htccalendarwidgets.apk
rm /system/app/htccalendarwidgets.odex
rm /system/app/htccontactwidgets.apk
rm /system/app/htccontactwidgets.odex
rm /system/app/htcmailwidgets.apk
rm /system/app/htcmailwidgets.odex
rm /system/app/htcmsgwidgets.apk
rm /system/app/htcmsgwidgets.odex
rm /system/app/htcsearchwidgets.apk
rm /system/app/htcsearchwidgets.odex
rm /system/app/htcsettingwidgets.apk
rm /system/app/htcsettingwidgets.odex
Would it be possible to use the update.zip for Hero from MoDaCo.

Ok so I tested the hero zip and I get these errors :
No signature (4 files)
Verification failed.

I signed the update.zip with test keys.
well done...but sence is more...
u used it... and
u need to add some more in that script m8 ...
'well.done

THX
Marsdroid
 
Blackdragon_860
Old
#8  
Senior Member
Thanks Meter 0
Posts: 486
Join Date: Oct 2007
i continue having this problem:

"directory not empty"

i used the command: mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

but it doesent works.. i have su!
If you like my Work:
 
lgstoian
Old
#9  
lgstoian's Avatar
Senior Member - OP
Thanks Meter 54
Posts: 301
Join Date: Mar 2010
Location: Bucharest
For me it worked without the mount comand on a freshly flashed rom and with mainfram3 custom boot.img. Before that I ran in the same problem as you did. I don't know exactly why it worked that time.
Devices : Galaxy Tab 7 Plus ; Samsung Galaxy Note 2 ; FeiTeng H7100
 
Zecanilis
Old
#10  
Zecanilis's Avatar
Retired Forum Moderator
Thanks Meter 372
Posts: 1,204
Join Date: Feb 2008
Location: Aveiro
Worked for me too...
Goodbye sense ui...
Thank you for the commands...

Cheers

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Go to top of page...

XDA PORTAL POSTS

Flash Custom ROM and Recovery to Samsung Galaxy S 4

After reading about Dan Rosenberg’s bootloader exploit for the Samsung Galaxy S 4,I … more

Windows-Based Multi-Tool for the Sony Xperia U

If you are a flashaholic and an owner of the Sony Xperia U, you may be interested in the … more

XDA University: Crafting Recovery-Flashable Packages

Those of us who use Linux on a day to day basis don’t think twice about sinking … more