• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

New debranded 2.3.4 working perfectly+solution for root and Link2SD to work + manual deodexing

enotar

Lurker
from here:
Pedidos de ROMs Samsung (Android y Bada)

New debranded 2.3.4 with no problem of light or wifi and no crap stuff:

Unbranded Trinidad y Tobago (TTT): Multiupload.com - upload your files to multiple file hosting sites!


To root it:
Root para 2.3.4 Official Telcel MX - HTCMania: la mayor comunidad hispana sobre HTC y otros smartphones

http://www.multiupload.com/1ZDGP3M867
Install zip file to SD
reboot in recovery
apply zip file
You should be rooted after next reboot....


Solution for Link2SD to work:
Tutorial "Soluci
 
[HOW-TO] Manually deodex your phone. from Webst3r (tkz)
[HOW-TO] Manually deodex your phone.

I AM NOT RESPONSIBLE FOR WHATEVER HAPPENS TO YOUR PHONE!

You must be rooted!

This is a guide on manually deodexing, you phone.

What you'll need:
A Windows based machine
xUltimate v2.2
Rooted fit
install Busybox from market Busybox installer
Patience

Process:
1-Unzip xUltimate v2.2, and launch "Main.exe
2-If everything goes well xUlt should recognize the phone and make a connection. You now should see a list of options.
3-Run option 1. After option 1 is done, run option 2.
4-Now these well take a while. Run option 3.
5-IMPORTANT: After you have run option 3, you MUST navigate to the xUltimate folder and find "origi_frame" folder, and delete "guava.odex". It's a bad file, and interferes with deodexing process.
6-Now run option 4, and wait.
7-Exit xUltimate, and put the phone in USB mass storage
8-Go back into the xUltimate folder and copy "done_frame", and "done_app", and move them to the root of the sdcard
9-Go back into the xUltimate folder and copy "done_frame", and "done_app", and move them to the root of the sdcard

adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
busybox cp /sdcard/done_app/* /system/app/
busybox cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

Make sure that files are copied before passing to the remove step or you'll have to reflash your Rom

Your phone should now be deodexed!

You may notice an increase in speed, and you now have the ability to edit certain files with greater effects. (i.e. services.jar)


 
Back
Top Bottom