Currently not working due to unknown error Please do not try yet
Hello
This is a transparent lockscreen like from the rom superhero
----------(Download Here )----------
This is not my work i ported it from JsChiSurf Over at the cdma forums
The zip below is not flashable , unzip it and folow the instructions you must have the androidsdk installed as this includes pushing some files through adb
instructions below
Open CMD and enter these adb comands *Note if your android sdk is not in the same place as the commands say either change the commands or rename the sdk folder to AndroidSDK then placce it at the root of your c drive
cd/
cd AndroidSDK/tools/
adb devices
adb remount
adb push android.policy.jar /system/framework/
adb push framework-res.apk /system/framework/
adb reboot (that is to reboot phone and is not necisary)
Remembar to make a nandroid back-up before flashing/
Thanks
The Problem is it is still boooting after instaling the .jar after the framework folder i will post once i've finished booting
Related
i have looked all over to find the original nexus one boot animation.
i am on cyan and as you users know, the boot animation is cyan,
where can i find the original one and how to i apply it?
i attached my backup here for you. put it in you SDK tools directory and push it with adb like so to overwrite the CM one:
Code:
adb remount
adb push bootanimation.zip /system/media
adb reboot
or if you want you can push it here and it will default to this location first and keep the CM one intact :
Code:
adb remount
adb push bootanimation.zip /data/local
adb reboot
if you go the second route, you can delete it later like so:
Code:
adb shell
rm /data/local/bootanimation.zip
exit
adb reboot
and you will then revert to the old CM one...
Is there anyway to flash with terminal? Or must you use adb?
Root explorer
Hi,
By my mistake i delete recovery file in system directory, and now my phone doesnt start up only wait at galaxy S logo.
What can i do?
what rom was you running.
what if the full directory of the file you deleted.
As you can push it back with adb if someone else has it.
I had froyo2.2, and directory was: system/bin/ recovery
i want to change it with diferent recovery file but i see now that file was only deleted and not replaced xD
so i am without recovery option and phone doesnt start.
I can go to download mode.
denesch said:
I had froyo2.2, and directory was: system/bin/ recovery
i want to change it with diferent recovery file but i see now that file was only deleted and not replaced xD
so i am without recovery option and phone doesnt start.
I can go to download mode.
Click to expand...
Click to collapse
if you still have the recovery file you wanted to put there.
plug your phone into the computer and try
adb devices if something pops up your in luck
move the recovery file to your tools folder (in the sdk)
then use
adb push recovery /system/bin/
i have file on phone under Download folder. how can i get it and how can i copy back file.
my phone is detected by computer and i can acess it with odin.
denesch said:
i have file on phone under Download folder. how can i get it and how can i copy back file.
my phone is detected by computer and i can acess it with odin.
Click to expand...
Click to collapse
To copy a file or directory (recursively) from the emulator or device, use:
adb pull <remote> <local>
To copy a file or directory (recursively) to the emulator or device, use:
adb push <local> <remote>
example:
adb push foo.txt /sdcard/foo.txt
ttf said:
To copy a file or directory (recursively) from the emulator or device, use:
adb pull <remote> <local>
To copy a file or directory (recursively) to the emulator or device, use:
adb push <local> <remote>
example:
adb push foo.txt /sdcard/foo.txt
Click to expand...
Click to collapse
Sry but i am noob here
when i try to connect with adb says that no device found
but odin works fine.
ok we SOLVED with new firmware.
CLOSE thread.
And big thx to iammodo
I've flashed multiple ROMs before but this is the first time I'm experiencing this issue. I download the .zip I want to my PC, connect my HTC One to my computer and copy the file to the root of the SD. I boot into recovery but the .zip doesn't show up.
Has anyone has this problem before?
Thanks for the help in advance.
Maybe is in another folder.
With adb, try to use the command:
Code:
adb push name_rom.zip /data/media/
and check if you can see the zip, if not, try
Code:
adb push name_rom.zip /sdcard/
p.s. The rom will be in the same folder of adb
Hey guys, any help you could give me with my problem would be great. Basically, i tried to flash cyanogenmod 11 unofficial on my d959 g flex and it didn't work. unfortunately, i had created backups with twrp recovery, but had cwm on at the time and no cwm backup. I try to send the stock 1.5gb zip over with adb push or adb sideload, but neither is ever successful(stops after 1gb). basically need a way to flash a twrp.zip in cwm to restore my phone recovery to twrp, then I can restore my phone using my twrp backup. Any ideas? I've got the twrp.img file that the Freedom flex app downloaded before, and found a recoveryinstaller.zip that i have put it in and have thought about flashing that to my phone, but don't want to brick it further.
I lost where you replied to what I said about the otg cable but you're halfway right.
Try this.
Download Flash_img. and extract it from the zip file to a location on your computer. We extracted it to the main C drive (not in any folder) and will use that in the next steps.
Copy the recovery image for your phone to a convenient location on your computer, preferably with a short path. We will be placing it on the C Drive directly (not in any folder) and using that in the next steps.
Note: The recovery image should have .img extension. If it is in a zip file, extract the .img file from it.
Enable USB debugging mode on your device from Menu > Settings > Applications > Development.
Connect your device to your computer via USB.
Open a Command Prompt window on your computer and enter the following commands:
adb push c:\flash_image /sdcard/
adb push c:\recovery.img /sdcard/
adb shell
su
mount -o remount, rw /system
cp /sdcard/flash_image /system/bin
cd /system/bin
chmod 777 flash_image
flash_image recovery /sdcard/recovery.img
This will first transfer flash_image and recovery.img to your phone. Then it will copy flash_image to the /system/bin folder of your Android device and make it executable. Finally, it will flash the custom recovery image to your device using flash_image.
Note that we used c:\flash_image and c:\recovery.img in the first two lines as we had these files extracted at the root of our C drive. If you extracted the files elsewhere, use the appropriate paths and if your recovery image has a different name, use the appropriate name.
Reboot your device once the process is finished and you’re done. You may exit adb and the Command Prompt window on your computer by entering ‘exit’ twice.
Here is the "bumped" twrp.img
https://docs.google.com/file/d/0B2OabWtEBQcpVjZGb2ppT083OGs/edit?usp=docslist_api
Here is the flash.img that you need to extract on your PC
https://docs.google.com/file/d/0B2OabWtEBQcpcmowamtnUVY1YU0/edit?usp=docslist_api
---------- Post added at 12:13 PM ---------- Previous post was at 12:10 PM ----------
If you can get into download mode try opening cmd and
Fastboot flash recovery " then drag and drop the twrp.img that I just posted the link for here with out the quotations". It doesn't matter what you name it in this case. This is the easiest way to me.
Disclaimer: I am not responsible for bricking your device or bootloop. Also, note that modifying /system will break OTA update. So, please try it at your own risk.
1. Download any bootanimation and make sure to change the name to bootanimation only. You can get it from here. Link: https://forum.xda-developers.com/and...nware-t3721978 (Credit goes to @mauam)
2. Go to device settings/Developers option and turn on USB debugging
3. Make sure you have ADB tool installed properly in your computer.
4. Connect your device to the computer using the USB cable.
5. Now open ADB tool folder and paste the bootanimation zip file here.
6. On the same ADB folder, press shift+right click and open command box.
7. Type: adb shell mount /system
8. Now type: adb push bootanimation.zip /system/media
9. Type: adb shell unmount /system
10. Type: adb shell reboot