Related
Hi, i just went through the online ROM cooking app from Modaco for the desire ROM...after 10 Minutes i got to the bottom where i read "only for paid users". Well it's their right, but i find it lame nevertheless.
Right. to the Howto. You need:
1. Rooted Nexus. You can follow this thread if you haven't done it:
2. You need Explorer or any Explorer like app (the first one is FREE in the Store)
3. Navigate to /system/app/ - Here are all the installed apps, you will want to swipe through and remember the EXACT name you want to remove (Case sensitive!)
Ex.: com.htc.FriendStreamWidget.apk
4. On the Phone navigate to SETTINGS -> PROGRAMS -> DEVELOPMENT -> activate USB Debugging
5. On the PC Open a CMD and navigate to the Android SDK
a. Test if the connection is working:
C:\android-sdk-windows\tools>adb devices
List of devices attached
HT9CVP815983 device
b. adb shell
#
c. #su -ENTER
su
d. #cd /system/app
cd /system/app
e. mount -o rw,remount /system
f. Now here you start to uninstall. To uninstall an app you will need to use the following command together with the exact name you remembered at point 3. The names ARE Case Sensitive!
rm -r teeter.apk (for the Teeter game app for ex.)
That's IT!
Other apps i removed:
rm -r Browser.apk - Default Internet Browser
rm -r com.amazon.mp3.apk - Amazon bloatware
rm -r com.htc.FriendStreamWidget.apk - Integrates Flickr and Facebook Widget
rm -r com.htc.StockWidget.apk - If you use STOCKs you might want this
rm -r DCSStock.apk - Stock App
rm -r FriendStream.apk - Integrates Flickr and Facebook
rm -r HtcTwitter.apk - HTC Twitter App
rm -r com.htc.TwitterWidget.apk - Twitter Widget
rm -r NewsReader.apk - RSS News Reader
rm -r com.htc.NewsReaderWidget.apk - RSS News Reader
rm -r RSS.apk - Another RSS app
rm -r com.htc.MusicWidget.apk - Default Music Widget (i use the icon)
rm -r HtcFootprints.apk - Footprints
rm -r HtcFootprintsWidget.apk - Widget
rm -r /system/app/com.htc.MusicWidget.apk - Music Widget
rm -r /system/app/com.htc.NewsReaderWidget.apk - RSS News Reader Widget
rm -r /system/app/Gmail.apk - Gmail app (i use the normal MAIL app for syncing my gmail account)
rm -r /system/app/GmailProvider.apk (the Gmail provider)
rm -r /system/app/HtcTwitter.apk (i`m sure you use a different app for twitter)
rm -r /system/app/HTCSetupWizard.apk (the initial setup app that i went through one time)
P.s: if you want to add something back just look into the ZIPPED ROM image and take the apk from /system/app
Other apps and what they do (this are reflected by my own research). Please feel free to add applications and a description as there are still a few that i have no idea what they do (and i haven't found a complete list):
HTC_IME.apk - The android keyboard
Clicker.apk - if you want to improve typing experience through calibration
Rosie.apk - Main interface app of SenseUI (same as Launcher.apk)
Launcher.apk - Main interface app of Stock Cupcake1.5 UI - it hosts all application, manage widgets and more...
PCSCII.apk - client for syncronization via HTC Sync
HtcStreamPlayer.apk - Player for streamed audio
iWnnIME.apk - Japanese keyboard
CNSoftKeyboard.apk - Chinese soft Keyboard
Feel free to add to the guide. If it is useful i`ll edit it!
Cheers
teeter.apk is the HTC game called Teeter. The one with the silver ball you roll around into the appropriate hole.
qiuness said:
Hi, i just went through the online ROM cooking app from Modaco for the desire ROM...after 10 Minutes i got to the bottom where i read "only for paid users". Well it's their right, but i find it lame nevertheless.
Right. to the Howto. You need:
1. Rooted Nexus. You can follow this thread if you haven't done it:
2. You need Explorer or any Explorer like app (the first one is FREE in the Store)
3. Navigate to /system/app/ - Here are all the installed apps, you will want to swipe through and remember the EXACT name you want to remove (Case sensitive!)
Ex.: com.htc.FriendStreamWidget.apk
4. On the Phone navigate to SETTINGS -> PROGRAMS -> DEVELOPMENT -> activate USB Debugging
5. On the PC Open a CMD and navigate to the Android SDK
a. Test if the connection is working:
C:\android-sdk-windows\tools>adb devices
List of devices attached
HT9CVP815983 device
b. adb shell
#
c. #su -ENTER
su
d. #cd /system/app
cd /system/app
e. Now here you start to uninstall. To uninstall an app you will need to use the following command together with the exact name you remembered at point 3.
rm -r teeter.apk (for the Twitter app)
That's IT!
Other apps i removed:
rm -r Browser.apk - Default Internet Browser
rm -r com.amazon.mp3.apk - Amazon bloatware
rm -r com.htc.FriendStreamWidget.apk - Integrates Flickr and Facebook Widget
rm -r com.htc.StockWidget.apk - If you use STOCKs you might want this
rm -r DCSStock.apk - Stock App
rm -r FriendStream.apk - Integrates Flickr and Facebook
rm -r HtcTwitter.apk - HTC Twitter App
rm -r com.htc.TwitterWidget.apk - Twitter Widget
rm -r NewsReader.apk - RSS News Reader
rm -r com.htc.NewsReaderWidget.apk - RSS News Reader
rm -r RSS.apk - Another RSS app
rm -r com.htc.MusicWidget.apk - Default Music Widget (i use the icon)
rm -r HtcFootprints.apk - Footprints
rm -r HtcFootprintsWidget.apk - Widget
Other apps and what they do (this are reflected by my own research). Please feel free to add applications and a description as there are still a few that i have no idea what they do (and i haven't found a complete list):
HTC_IME.apk - The android keyboard
Clicker.apk - if you want to improve typing experience through calibration
Rosie.apk - Main interface app of SenseUI (same as Launcher.apk)
Launcher.apk - Main interface app of Stock Cupcake1.5 UI - it hosts all application, manage widgets and more...
PCSCII.apk - client for syncronization via HTC Sync
HtcStreamPlayer.apk - Player for streamed audio
iWnnIME.apk - Japanese keyboard
CNSoftKeyboard.apk - Chinese soft Keyboard
Feel free to add to the guide. If it is useful i`ll edit it!
Cheers
Click to expand...
Click to collapse
HTC_IME is the HTC keyboard called Touch Input, and it used Clicker.apk to calibrate it.
Felt this should be addressed since non Desire ROM's don't have this by default. Unless you add it in of course.
I was actually thinking of how to do this prom the PC...just now. Thanks for the guide. But what's the command to list files in current directory...ls?
Unfortunately i cant uninstall the Amazon App.
Where is the mistake?
C:\android-sdk\tools>adb devices
List of devices attached
HT9CRP802817 device
C:\android-sdk\tools>adb shell
# su -ENTER
su -ENTER
# cd /system/app
cd /system/app
# rm -r com.amazon.mp3.apk
rm -r com.amazon.mp3.apk
rm: remove 'com.amazon.mp3.apk'? y
y
rm: can't remove 'com.amazon.mp3.apk': Read-only file system
#
Click to expand...
Click to collapse
Domskibus said:
Unfortunately i cant uninstall the Amazon App.
Where is the mistake?
Click to expand...
Click to collapse
Type
Code:
adb remount
before you do the commands.
what is the difference between rm -r xxxxx.apk to adb uninstall xxxx.apk? They both uninstall them right? Or am I missing something...
You can always boot into recovery and:
adb shell mount /system
adb shell rm /system/app/xxxx.pk
To look what is there:
adb shell ls /system/app
Okay...I've removed all ringtones from the phone. Now I want to put in my own ringtones from the computer. How do I copy all the ringtones I have all at once to the phone instead of one by one?
Damn i deleted the CalendarProvider which i`m guessing handles the sync with google.
Can someone with a Desire Alpha 14 upload the CalendarProvider.apk somewhere?
Thanks!
EDIT: Nevermind i just unzipped the contents of the ROM and pulled it out from there... working again
SiNJiN76 said:
Okay...I've removed all ringtones from the phone. Now I want to put in my own ringtones from the computer. How do I copy all the ringtones I have all at once to the phone instead of one by one?
Click to expand...
Click to collapse
Just put em on your sdcard, the phone will find them automatically. For mp3's you may have to install ring droid or rings extended.
Why not just use Root Explorer (or equiv), navigate to system/app, mount as r/w, find the file you want and rename it to file.apk.bak, revert back to r/o there you go?
You don't need and PC and you can get it back any time this way.
TurboTsi said:
what is the difference between rm -r xxxxx.apk to adb uninstall xxxx.apk? They both uninstall them right? Or am I missing something...
Click to expand...
Click to collapse
Previously, I was using:
Code:
adb remount
adb shell
adb rm -r xxxxx.apk
I tried using:
Code:
adb remount
adb uninstall xxxx.apk
It keeps saying
Code:
Failure
Does adb uninstall work? If so what am I doing wrong?
setzer715 said:
You can always boot into recovery and:
adb shell mount /system
adb shell rm /system/app/xxxx.pk
To look what is there:
adb shell ls /system/app
Click to expand...
Click to collapse
this way worked fantastic!!!
+1 for this. Very helpfull
updated the app list with some more that were present on the latest A19 Desire ROM
I don't understand the insistence on using adb; all of this can be done from within the terminal emulator just fine.
I just removed Music.apk via this method, via the phone, no connection to a PC needed. Also backed it up first via the terminal.
shograt said:
I don't understand the insistence on using adb; all of this can be done from within the terminal emulator just fine.
I just removed Music.apk via this method, via the phone, no connection to a PC needed. Also backed it up first via the terminal.
Click to expand...
Click to collapse
some prefer to type on a full-sized keyboard when available?
Sure, I guess I can understand that.
I guess from my end, it's more spite, defiance, etc - one of the things I detested about the iphone was the requirement of attaching it to a PC (and of having to keep a windows install running, no itunes on linux). Being able to do damned close to everything directly on the phone, is one of the things I love about this phone.
Any Way I can remove Read only Files Like The Amazon mp3 Store without Rooting my Phone ? ?
Helo
I found a way to return to the recovery 2e
recovery 2e
Copying a file using the Root Explorer
# unzip and put archive contents in a folder called recovery2e on /sdcard/
# first mount -o remount,rw /system (important options in Root Explorer for do this)
# file recovery copy to /system/bin (and replace)
# xbi folder contents copy to /system/xbin/ (and replace)
Click to expand...
Click to collapse
Method by captive thanks buddy
# put archive contents in a folder called recovery2e on /sdcard/
# open a shell and get root (ADB or Terminal on Phone, type su and pres enter / accept )
# remount /system rw (busybox mount -o remount,rw /system)
# rename recovery in /system/bin to recovery3e (for backup purposes)
# copy "recovery" from /sdcard/recovery2e/ to /system/bin/ (cp /sdcard/recovery2e/recovery /system/bin/)
# copy the folder /sdcard/recovery2e/xbin/recovery to /system/xbin/ (cp -rr /sdcard/recovery2e/xbin/recovery /system/xbin/)
# enjoy!
Click to expand...
Click to collapse
Restart your phone
Isn't anyone going to comment on this?
Gurus: does it really work? That simple?
Thanks
Didn't work for me - used root explorer method. Now just hangs when I try to get recovery mode. Can get download mode ok still, and phone boots ok of course. Running JPM with root and voodoo5 3. Anything else to try?
Does not work on JPM....
it no works.
Phone: Doc's JP6 + voodoo pre3 + rooted
Method: Root explorer.
1, during copy the xbin folder to system, it shows "replace files" but after i check inside the system/xbin, the files are disappared??!! I did manually copy everything one after one from xbin to system/xbin, but i can't see where they are after copy.
2, anyway, i reboot the phone with 3b combo, the recovery mode still showing 3e.
so i say it no works. anyone tried the cable methed?
this thing work but it needs a little workaround as discussed by danzel. follow here: http://forum.xda-developers.com/showthread.php?t=774500&page=188
Could you please update the instruction for jp6 + voodoo pre4?
abd remount (don't know why) isn't working and /system is always ro so adb push and shell (adb shell works) cmd aren't working.
It is correct to remove su and busybox int the extracted folder since i have both already installed?
I was on JPM, followed the instructions.
Phone couldn't boot, lost ability to enter recovery. Luckily I could still enter Download mode, flashed to JPM, but being on voodoo kernel before that, didn't managed to disable lagfix before getting into this trouble - Couldn't revert back to RFS, and without ability to enter recovery to format.
Finally reverted back to Eclair firmware, could see my beloved recovery again. No way I'm going through the above again.
The above is just my own experience, for reference just in case someone is as unlucky as me.
This is the clear step on recovering the recovery2e
Recover recovery2 e
1. uncompress the downloaded file recovery 2e and copy the direcotry to sdcard and rename it to recovery2e
2. Using root explorer copy File recovery from recovery2e on sdcard to /system/bin
3. Using root explorer copy Folder recovery in xbin to /system/xbin
4. If did not work try copy xbin folder over /system/xbin folder
Ok, confirmed working for me on JPM+Voodoo.
I installed Rom Manager too, and CWM Recovery is fully working too!! TNX
xtrememorph said:
This is the clear step on recovering the recovery2e
Recover recovery2 e
1. uncompress the downloaded file recovery 2e and copy the direcotry to sdcard and rename it to recovery2e
2. Using root explorer copy File recovery from recovery2e on sdcard to /system/bin
3. Using root explorer Folder recovery in xbin to /system/xbin
Click to expand...
Click to collapse
Your method DO NOT work at all. I cannot enter recovery mode.
Fortunately download mode is still available.
JPM+Voodoo5 pre6
lagigia, what didn't work for you?
Here's what I did:
put archive contents in a folder called recovery2e on /sdcard/
open a shell and get root
remount /system rw (busybox mount -o remount,rw /system)
rename recovery in /system/bin to recovery3e (for backup purposes)
copy "recovery" from /sdcard/recovery2e/ to /system/bin/ (cp /sdcard/recovery2e/recovery /system/bin/)
copy the folder /sdcard/recovery2e/xbin/recovery to /system/xbin/ (cp -rr /sdcard/recovery2e/xbin/recovery /system/xbin/)
enjoy!
if using the root explorer method, copy xbin folder content, do not try to overwrite the entire dir on top.
mike.sw said:
if using the root explorer method, copy xbin folder content, do not try to overwrite the entire dir on top.
Click to expand...
Click to collapse
too late is there a way to solve it or get a step back?
thx!
i think u can just flash only the old kernel back and it will be fixed (only zimage).
captive said:
lagigia, what didn't work for you?
Here's what I did:
put archive contents in a folder called recovery2e on /sdcard/
open a shell and get root
remount /system rw (busybox mount -o remount,rw /system)
rename recovery in /system/bin to recovery3e (for backup purposes)
copy "recovery" from /sdcard/recovery2e/ to /system/bin/ (cp /sdcard/recovery2e/recovery /system/bin/)
copy the folder /sdcard/recovery2e/xbin/recovery to /system/xbin/ (cp -rr /sdcard/recovery2e/xbin/recovery /system/xbin/)
enjoy!
Click to expand...
Click to collapse
Thanks, works fine on JPM/JP6
Could we get a newbie friendly guide please. Get root. What does that mean and should i just type what you quoted. Thanks
Sent from my GT-I9000 using XDA App
Edited the first post and put the new, easy tutorial
Could i get some background on this, please?
Is it correct that:
1) recovery2e is the default samsung recovery?
2) new versions of recovery2e can't apply all the update.zip we were able to apply with the older versions? (unsigned, signed??)
3) This is why we need the old recovery2e to replace the new one?
4) Where did the issue started? Since Froyo releases?
5) Is this why we can't root Froyo FWs with an update.zip anymore like it was the case with Eclair?
I'm really sorry if this is kinda obvious but i never really saw any clear explanation about this. Hope someone could clear it up for me
1) Yes
2) Correct on recovery 2e you can't apply all the update.zip
4) Yes, New tutorial on fist post
4) The JPM ROM brings new recovery 3e
5) You can root phone by flash kernel with root by odni
I used this:
su
mount -o rw, remount/system ENTER
rm -r/system/app/maps.apk ENTER
but then it writes that -r failed, no such application found. Can anybody help me
what is it S-OFF and how to do it? I want remove factory aplication out of my HTC Click and terminal.apk writes me read-only system or something like this. Any help? Somebody adviced me that I must change S-ON to S-OFF
I think the -r should take a space before writing the directory location, that's why the directory does not exist. Type rm -r /system/app/maps.apk or just navigate into the directory like cd /system/app/ and then rm -r maps.apk.
Answering your S-OFF question, if you are rooted, and already have a custom rom I can't see the need to do that. Stay away from SPL and Radios updates if you don't know what you are doing. You can brick your phone.
Post your results.
if I do HBoot holding END+VOLUME DOWN button, there is on the top of the creen written S-on
su
mount -o rw,remount /system
rm -f /system/app/<apk name>.apk
pm uninstall <package name>
where is written package name? Thanks
in data/data have the package.You have to look which corresponds to the application you want to uninstall.Be careful what you uninstall, make a backup before.
Type cd /system/app/ and then l or ls to list the content. Select the apk name and paste on the remove command
Just install RootExplorer on your phone... Go to System/app/ and find Maps.apk that u wanna delete. Make sure it is in "Mount R/W" mode(The white button on top). Then press and hold the Maps.apk and click delete. You don't even need adb...
RootExplorer is for kids, not geeks!
jj_95nano said:
Just install RootExplorer on your phone... Go to System/app/ and find Maps.apk that u wanna delete. Make sure it is in "Mount R/W" mode(The white button on top). Then press and hold the Maps.apk and click delete. You don't even need adb...
Click to expand...
Click to collapse
With these explanations you have given only get you delete the application, and leave the data of the application and consumes space,you could also delete with rootexplorer searching for the package in data/data.Uninstall applications from system in the phone is best titanium backup.and here we were not talking about adb ...talk phone terminal.
Titanium backup can uninstall system app
Thank you for ur post, it helped me o lot.
DEODEXING
must have all these
Download XUltimate
Busybox installed
Root
sdk tools
1. Connect tablet to computer
2. Start xUltimate, we will now get the required files from our phone to deodex and zipalign it which we will describe in the 3rd step.
3. On the main menu of xUltimate, type "deodex" in the main menu then choose option 5 (Pull and deodex all). Everything will be done for you here. Don't worry. You will see all your finished files in the folders 'done_app' and 'done_frame' which are located in the installation directory of xUltimate. If you have issues with the mobileprint.apk remove it and the mobileprint odex from /system/app/
4. move folders 'done_app' and 'done_frame' folders to your sdcard, you can find these folders in the directory of xUltimate as described in the previous step.
5. Make sure the sdcard is not mounted to pc anymore
6. Open Windows Command Prompt and type the following commands.
adb shell
su
stop
mount -o remount,rw /dev/block/stl12 /system
rm /system/app/*.odex
rm /system/framework/*.odex
busybox cp /sdcard/done_app/* /system/app/
busybox cp /sdcard/done_frame/* /system/framework/
chmod 644 /system/app/*
chmod 644 /system/framework/*
mount -o remount,ro /dev/block/stl12 /system
sync
reboot recovery
7. Now data and cache reset in the recovery menu...
8. reboot
Now How to Share and backup
1. download the backup script http://www.multiupload.com/OBLSBY5Z9E
2. extract the file and place in C:\Program Files\Android\android-sdk\platform-tools or where your sdk platform-tools folder is
3.open command prompt [run cmd prompt as administrator] type "cd C:\Program Files\Android\android-sdk\platform-tools" next press enter then type "backup" or where your platform-tools folder is [don't include ""]
4. the files for heimdall sharing will be in cd C:\Program Files\Android\android-sdk\platform-tools or where your platform-tools folder is also they will be on your sdcard
5. make sure when sharing you do a complete wipe you dont want to share your info
6.now lets get some roms posted!
Nice post, I was wondering how to do this just recently.
hi nice how to
i tried to download your backup script but the link is down.
can you please upload the backup script again
thanks
Wow thankss
Sent from my GT-P7500 using XDA Premium HD app
akenathon said:
Wow thankss
Sent from my GT-P7500 using XDA Premium HD app
Click to expand...
Click to collapse
CRC Studio | http://code.google.com/p/custom-rom-creator-studio/
The best rom cooking (windows) gui tool there is!
You can do this to with this gui tool and so much more...
Cheers
Thanks for the tips; but shouldn't this be in DEV or something..?
Well, that's where I would look to find such information... But I'm a noob.
Unable to deodex Phonesky.apk
as stated above, how to deodex Phonesky.apk?
I want to find way to create 3g with task v14 rom. Mybtab is gtab 10.1 3g p7500, but this rom doesnt support 3g.
Sent from my GT-P7510 using XDA Premium HD app
error msg
i try few times but always get this error, app`s is gove well and deodexed, from framework canot deodex following
android.policy
core
ext
framework
qcnvitems
services
Error occured while loading boot class path files. Aborting.
org.jf.dexlib.Util.ExceptionWithContext: Cannot locate boot class path file boun
cycastle.odex
at org.jf.dexlib.Code.Analysis.ClassPath.loadBootClassPath(ClassPath.jav
a:237)
at org.jf.dexlib.Code.Analysis.ClassPath.initClassPath(ClassPath.java:14
5)
at org.jf.dexlib.Code.Analysis.ClassPath.InitializeClassPathFromOdex(Cla
ssPath.java:110)
at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:93)
at org.jf.baksmali.main.main(main.java:278)
The system cannot find the file specified.
any solutions? thanks in advance
I have flashed ddmd1(latest stock firmware) using odin. After that flashed the DE-ODEX zip file using CWM . After starting the device, when switching on the WIFI, rom stucked, gone into a startup loop . Same happening with the ODEX version . ***Need help***
Also cant flash any custom kernel to DDMD1. If there's any in somebody's knowing please share.
surajbecks said:
I have flashed ddmd1(latest stock firmware) using odin. After that flashed the DE-ODEX zip file using CWM . After starting the device, when switching on the WIFI, rom stucked, gone into a startup loop . Same happening with the ODEX version . ***Need help***
Also cant flash any custom kernel to DDMD1. If there's any in somebody's knowing please share.
Click to expand...
Click to collapse
which deodex zip u used?
also to get wifi working, flash this through cwm. mount everything before flash. credits: @whitexp
SaketJoshi said:
which deodex zip u used?
also to get wifi working, flash this through cwm. mount everything before flash. credits: @whitexp
Click to expand...
Click to collapse
the odex and de-odex specified in the link below
http://forum.xda-developers.com/showthread.php?t=2351623
surajbecks said:
the odex and de-odex specified in the link below
http://forum.xda-developers.com/showthread.php?t=2351623
Click to expand...
Click to collapse
you may follow this guide to deodex your ddmd1. tested and 100% working
u need rooted phone
just in the adb shell codes,
use these codes:
remember to put email.apk and email.odex in done-app
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
rm /system/app/*.odex
busybox cp /sdcard/done_app/*.* /system/app/
rm /system/framework/*.odex
busybox cp /sdcard/done_frame/*.* /system/framework/
mount -o ro,remount /system/ /system/
reboot
SaketJoshi said:
you may follow this guide to deodex your ddmd1. tested and 100% working
u need rooted phone
just in the adb shell codes,
use these codes:
remember to put email.apk and email.odex in done-app
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
rm /system/app/*.odex
busybox cp /sdcard/done_app/*.* /system/app/
rm /system/framework/*.odex
busybox cp /sdcard/done_frame/*.* /system/framework/
mount -o ro,remount /system/ /system/
reboot
Click to expand...
Click to collapse
what will be inside done_frame folder.
why copying email.odex
surajbecks said:
what will be inside done_frame folder.
why copying email.odex
Click to expand...
Click to collapse
done_app will have all the deodexed apps like settings, dialer, phone and others
done_frame will have framework files like framework-res, android.policy.jar
as email cannot be deodexed, we need to copy both email.apk and email.odex, else you'll get a bootloop
SaketJoshi said:
done_app will have all the deodexed apps like settings, dialer, phone and others
done_frame will have framework files like framework-res, android.policy.jar
as email cannot be deodexed, we need to copy both email.apk and email.odex, else you'll get a bootloop
Click to expand...
Click to collapse
so, do i need any framework files............. or just leave it blank
surajbecks said:
so, do i need any framework files............. or just leave it blank
Click to expand...
Click to collapse
just follow the instructions in the link. you cannot leave it blank. also remember to copy email.odex and .apk in done_app and use the code i provided
and everything will be fine
SaketJoshi said:
just follow the instructions in the link. you cannot leave it blank. also remember to copy email.odex and .apk in done_app and use the code i provided
and everything will be fine
Click to expand...
Click to collapse
which link ............... ????????????????????
surajbecks said:
which link ............... ????????????????????
Click to expand...
Click to collapse
you may follow this guide to deodex your ddmd1. tested and 100% working
u need rooted phone
just in the adb shell codes,
use these codes:
remember to put email.apk and email.odex in done-app
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
rm /system/app/*.odex
busybox cp /sdcard/done_app/*.* /system/app/
rm /system/framework/*.odex
busybox cp /sdcard/done_frame/*.* /system/framework/
mount -o ro,remount /system/ /system/
reboot
sorry frnd, its near about 3.30am here and i would like to sleep. press thanks if i helped you.