[Q] Manually Deodex ? - Galaxy Ace S5830 General

I tryed to deodex my galaxy ace stock rom and i'm stuck here ...
Tryed with this -> http://forum.xda-developers.com/showthread.php?t=765270
Got this eroor ->
C:\android-sdk-windows\platform-tools>adb shell
$ su
su
# stop
stop
# mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
# cp /sdcard/done_app/* system/app
cp /sdcard/done_app/* system/app
cp: not found
#
What's the problem ?

try
busybox cp ...​

tossan said:
try
busybox cp ...​
Click to expand...
Click to collapse
I'm on stock XWKT7, i will try it, thanx

After a long search i Succesfull deodex my stock S5830XWKT7 !
I will make a tutorial for those who want to deodex a stock rom !

Related

[Q] Deodex/adb help!

Ok I am on a rooted 345 us White dell streak.
I am trying to deodex. I have used the deo 1.2.1 deodexer in the xda forum thread for auto deodex 2.3.
I pulled all my apks and their odex files from the /system/app/ folder
and the jars and odex files from the /system/framework folder
I am trying to use adb to copy them from my sdcard to the correct folders, but when i reboot my phone hangs at the dell logo.
Hopefully someone can see what I am doing wrong.
I enter:
adb shell
su (then I allow permission on my phone)
mount -o rw,remount -t yaffs2 /dev/block/mtdblock6 /system
cp /sdcard/doneapk/* /system/app/
cp /sdcard/doneframework/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t yaffs2 /dev/block/mtdblock6 /system
reboot
what am i missing?
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
sync
reboot
also u can find them here as i done this to intgrade arabic to streak its in done_app & done_fram
my rom 345
http://hotfile.com/dl/110981641/4de9442/arabic_streak_345_15380_00.7z.html
bump..
can you guys post a quick guide with steps on how to do this? How hard is it to go back and edit files later like services.odex? if it doesn't exist anymore?
I have no idea what bump means......forum noob obviously.
But if you search auto deodex 2.3 in xda forums it is under droidx forums.
So I changed the mount command to yaffs2 /dev/bkock/mtdblock6 where theirs is different because from what I understand, that is the streaks mount command for mounting.
But I will try the other path and see if it works. I will keep you updated when I try it later.
freepal08 said:
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
sync
reboot
also u can find them here as i done this to intgrade arabic to streak its in done_app & done_fram
my rom 345
http://hotfile.com/dl/110981641/4de9442/arabic_streak_345_15380_00.7z.html
Click to expand...
Click to collapse
so I tried your command path and no luck. still stuck on the dell logo.
Thank GOD for nandroid backup.
how exactly did you deodex your files? maybe thats what i am missing. Maybe the deodexed files i put in have an issue.
i used xUltimate-v2.2.2
and if u are 345 rom
u can use my files
also its take up to 10 min to load the phone
Krad said:
bump..
can you guys post a quick guide with steps on how to do this? How hard is it to go back and edit files later like services.odex? if it doesn't exist anymore?
Click to expand...
Click to collapse
Whenever you edit services.odex you first doedex it...then you modify it...then you carefully and painfully re-odex it...with a deodexed file system you get rid of the first and last steps...
so it would be services.dex, you copy it to your pc, edit it, and send it back...quicker and easier modding
freepal08 said:
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
sync
reboot
also u can find them here as i done this to intgrade arabic to streak its in done_app & done_fram
my rom 345
http://hotfile.com/dl/110981641/4de9442/arabic_streak_345_15380_00.7z.html
Click to expand...
Click to collapse
ok I am trying your files. I see you put sync as your last command after you remount. that differs than the droidx forum How to manually deodex thread.
what does sync do?
I got farther with your files than i have before. So maybe I might have some luck after all, but still stuck on a frozen boot animation
I have no idea what I did differently but I am now deodexed using the file provided above.
My phone is now a rooted and deodexed 345 build. Nice!

[Q] Koodo Optimus One - need help on INSTALLING A CUSTOM RECOVERY

OBJECTIVE - Install CyanogenMod 7
http://forum.xda-developers.com/showthread.php?t=946354
Obstacle - Failed at INSTALLING A CUSTOM RECOVERY
http://androidforums.com/getitnowmarketing/221388-custom-recovery-optimus-one-p500-thunderg.html
1. I have successfully root by following this guide
http://forum.xda-developers.com/showthread.php?t=1001713
2. I have placed both flash_image and recovery-RA-GNM-thunderg-1.1.0at the root of sd card
http://forum.xda-developers.com/showthread.php?t=1007244
3. I am stucked at "INSTALLING A CUSTOM RECOVERY" and need help (I am getting error messages of file not found. Pictures attached)
Picture 1:
http://www.flickr.com/photos/[email protected]/5562426547/
Picture 2:
http://www.flickr.com/photos/[email protected]/5563002890/
Picture 3:
http://www.flickr.com/photos/[email protected]/5563002928/
PS: My phone is still locked to Koodo, does it matter I leave it locked ?
I think '>' has error
You'd better typing it in terminal no in cmd
need root and type in terminal
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/recovery-RA-GNM-thunderg-1.1.0.img
reboot recovery
It will help you
sondw said:
I think '>' has error
You'd better typing it in terminal no in cmd
need root and type in terminal
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/recovery-RA-GNM-thunderg-1.1.0.img
reboot recovery
It will help you
Click to expand...
Click to collapse
Thanks and it works.

Droid X2 2.3.4 OTA Deodexed App/Framework Files

Here is zip with the stock 2.3.4 deodexed app/framework you can use this to deodex your phone or just to have for backup or whatever. This was taken from OTA update and deodexed myself using Xultimate. I did this to my phone to install my own eclipse type hack that still includes all stock blur components. I can also include that if you want but the phone has to be deodexed first.
Deodexed Files Zip...http://db.tt/1NQ4NCxX
Instructions to use this to deodex your phone...Must be Rooted.
Unzip File
Copy done_app and done_frame to sd-card then...
Code:
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
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
**Not Responsible for Damage to Your Phone** HAVE FUN!!!!

Guide Enable Init.d for i9205 w/o Need of Custom Kernels

This is not my work i just discover were to put this scribe
open Root Explorer go to system/etc/init.qcom.post_boot.sh edit the file
fine this at the bottom
#fastrpc permission setting
insmod /system/lib/modules/adsprpc.ko
chown system.system /dev/adsprpc-smd
chmod 664 /dev/adsprpc-smd
then put this
# init.d support
/system/etc/init.d/*
export PATH=/sbin:/system/sbin:/system/bin:/system/xbin
run-parts /system/etc/init.d
mount -o remount,rw -t auto /system
chmod -R 777 /system/etc/init.d
mount -o remount,ro -t auto /system
for other phone try to put .......boot.sh
Thank to
 @Ryuinferno this poss
 @DooMLoRD this poss
Comfirm working on i9205, S4 try by @mom4ence at THIS

[Q] Problem mounting partition through a script

Hello everybody.
First, I have searched a lot and I haven't found any solution of my problem, but sorry if this is already answered and I didn't found it.
I own a Meizu MX4 running 4.4.2 with FlymeOS with locked bootloader and a recovery that only allows to install official roms.
So I am making a big Mod that is flasheable through FlashGordon, but now I'm facing a problem and I don´t know to solve.
In the main updater_script I want to run other script that erase some files in this path:
/custom/3rd-party
So I have to mount RW the path /custom
I have tried this comands, and I have executed throught a terminal and always says: rm failed for /custom/3rd-party, Read only file system.
Code:
#!/system/bin/sh
mount -o remount,rw /custom
rm -rf /custom/3rd-party
#
Code:
#!/system/bin/sh
busybox mount -0 remount,rw /custom
rm -rf /custom/3rd-party
#
Code:
#!/system/bin/sh
mount ext4 /dev/block/platform/mtk-msdc.0/by-name/custom /custom relatime rw wait commit=1,noauto_da_alloc
rm -rf /custom/3rd-party
#
Code:
#!/system/bin/sh
mount -o remount,rw -t ext4/dev/block/platform/mtk-msdc.0/by-name/custom
rm -rf /custom/3rd-party
#
Sorry for my english
What do you think?
Thanks in advance :good:

Categories

Resources