Hi,
I have an HTC Paradise, it's a phone that never saw the light of day. It's working properly but the rom is "watermarked".
I would like to know if there is any way to backup my current ROM and bootloader from ADB shell.
That way I can backup it, modify it and flash it again.
Would this work? I know that backup is very easy with "custom recovery", but dunno without it.
This is a picture of the bootloader:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The phone is already rooted.
I have found that busybox might help, but I don't want to brick the phone.
No help?
Any comments?
Got BusyBox running thru "adb shell".
I backuped the "/system" folder but it seems that it's not enough to generate and "update.zip"
I found in another forum how to dump "recovery" and "bootloader".
Using: "adb shell" and then "busybox cat /proc/mtd" I've got this:
mtd0 "misc"
mtd1 "recovery"
mtd2 "boot"
mtd3 "system"
mtd4 "cache"
mtd5 "userdata"
mtd6 "crashdata"
So I proceed to "busybox dd if=/dev/mtd/mtd1 of=/sdcard/recovery-dump.img bs=4096"
Now I have an IMG file of about 5mb...
That's enough to flash it thru FASTBOOT? What about the ROM? Can I modify it (remove sense) and flash it again?
Related
Delete delete /data/app_s/ using adb i need a step by step i try doin wat qteks said but to remove dont werk
open up ya command prompt and type:
adb remount
adb shell
rm -r /data/app_s/
exit
this will delete ya entire app_s folder, use caution and make sure this is what you want to do. if you just want to delete the files inside of app_s, use the same command but do "rm -r /data/app_s/*" without the quotes. Itll preserve ya actual app_s folder, but remove all files within it. make backups before deleting anything in case you want to revert.
Next time please make a title that is related to the thread, also try search before you start a new thread and put it in the General section, since you are not trying to develop anything here.
This is the same as I would go to this forum and post a new thread about "How do I shoot web?"
Thread repported!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi, i flashed the ICS HongKong/Taiwan because i want to install CM10.1 Kexec.
I'm using this method: http://forum.xda-developers.com/showthread.php?p=35000737
I have installed the latest moto drivers, and i have activated usb debugging.
I open the .bat and says
<waiting for device>
sending boot 8192KB
Or something like that, but, never moves from there.
I'm using windows 8, but i tried the same in another pc with windows 7, and it happens almost the same.
PS: Can i install CM10.1 Kexec with Retail UAE?
PS: I think it fails at this line:
adb shell mv /data/local/12m/batch /data/local/12m/batch.bak
adb shell ln -s /data /data/local/12m/batch
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
no you didn't turned on usb debugging before starting too flash.
or manually flash the Chinese kernel then reboot then root using 4.0.4 root method then flash hktw kernel.
well it worked for me. is used this method to go on official miui becausei have mb one
Sent from my ME865 using xda premium
i can't apply deodex por 4.2.2!! please help me! it shows me that error. what can i do??
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
looks like you don't have a full root. how did you root? when the batch tries to remount system as r/w, it makes the device reboot, and that's why you get the device not connected error. The push to local is fine because data is always read/write, so it makes it an easy dump ground for exploits and such, but you need root to mount system.
getochkn said:
looks like you don't have a full root. how did you root? when the batch tries to remount system as r/w, it makes the device reboot, and that's why you get the device not connected error. The push to local is fine because data is always read/write, so it makes it an easy dump ground for exploits and such, but you need root to mount system.
Click to expand...
Click to collapse
i have full root bro I use vroot method and it get's fully not reboots when I remount r/w, and I install busybox all correct!
but I still have this problem
EDIT: bro i solved the problem I install remountrebootfix now my xperia is fully deodexed thanks
Hello everyone! I have a Moto g XT1040 and was wearing cm13, but after a while I had a problem in \system and could not clean the system. I tried to install Stock 4.4.4 and 5.1 and have not had success. I can enter TWRP recovery and it shows that my inner mamoria is 0 and my date, cache and system can not be mounted, so I can not install custom rom. Can anyone give me any tips of what to do?
NOTE: If I install stock again, is nothing more than "warning bootloader unlocked."
With TWRP booted, run these commands on your connected PC:
adb pull /tmp/recovery.log
adb shell dmesg > dmesg.txt
Post recovery.log and dmesg.txt.
_that said:
With TWRP booted, run these commands on your connected PC:
adb pull /tmp/recovery.log
adb shell dmesg > dmesg.txt
Post recovery.log and dmesg.txt.
Click to expand...
Click to collapse
Appears "error: device not found".
using the "copy to log sd" the TWRP, picked up this .txt do not know if you can help.
Recovery log.
This is the error I get when trying to install custom ROMs, any custom:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello Guys
I have this Moto G xt1032 (version whitout sdcard slot)
I used this cm-14.1-20161225-NIGHTLY-falcon.zip and open_gapps-arm-7.1-pico-20170928.zip
I got this message when I tried to use the camera:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
My guess is the mount point do not worked fine
So I made a ssh connection:
$: df
$: Vim /fstab.qcom
I tried other snapshots from lineageOS and CyanogenMod but the error is the same
I know some versions of this phone has sdcard slot, but mine don’t.
You guys have any clue to solve this? Thank you
I discover that /storage/emulated/0 or /sdcard has no DCIM folder, so I tried to create with no sucess this fodler, i got no permissions, even root on Terminal.
so I boot on TWRP and create folder there, sucess, but when android boots again I cant write any files there
falcon:/storage/emulated/0/DCIM # chmod 7777 /storage/emulated/0/DCIM -R
falcon:/storage/emulated/0/DCIM # touch 34
touch: '34': Permission denied
Solved!
Hi man, I had the same, the problem was I did format internal storage with that every folder was deleted, but I fixed, how come?
Install de rom stock and this fixed the folders problem and then you could flash your favorite rom