Hello i accidentaly replace framework.jar and i keep a backup but my device wont boot and i cant replace the file.can you help me? Thank you
1 - how can you accidentally replace it? Lol
2 - what rom?
panagiwtis90 said:
Hello i accidentaly replace framework.jar and i keep a backup but my device wont boot and i cant replace the file.can you help me? Thank you
Click to expand...
Click to collapse
Restore a nandroid backup (if you have one) or dirty flash the rom and possible gapps you have in recovery or flash system.img if you are on stock in fastboot.
i accidentaly replace it with a file without volume sounds but now i think that is from a different phone.paranoid android 4.4.4.no way to replace the file?i dont have nandroid backup
panagiwtis90 said:
i accidentaly replace it with a file without volume sounds but now i think that is from a different phone.paranoid android 4.4.4.no way to replace the file?i dont have nandroid backup
Click to expand...
Click to collapse
Easiest thing to do is flash a rom.zip from recovery. Or fastboot flash system.img
How can i flash system in paranoid android?can i loose my data?
panagiwtis90 said:
How can i flash system in paranoid android?can i loose my data?
Click to expand...
Click to collapse
Do you use Paranoid android? If so, just reflash the rom.zip without a wipe.... And learn teh lesson, always take a nandroid backup before changing anything in /system
What rom were you on before and I assume you have recovery installed?
I am on stock lollipop before.ok i will flash my rom again
Either fastboot flash just the system img or go to themes and apps and download smooth scroll mod for stock rom as its a framework.jar file
no luck.no one of this methods work.
panagiwtis90 said:
no luck.no one of this methods work.
Click to expand...
Click to collapse
Reflashing a stock rom.zip or system image will definitely work, if all you did was change the framework.jar. Try erasing system first. If that doesn't work at all, then you've probably done more than you said. You'll just have to get your data off then flash the factory images and learn the lesson
fixed with flash rom.zip .Thank you
Related
hi guys
i this rom on my phone i9023. now i want to update 4.1.2 ota but when i try to install ota i get status 7 error. i tried to flash zip file with cwm manually but no different.
is there any solution?
itline said:
hi guys
i this rom on my phone i9023. now i want to update 4.1.2 ota but when i try to install ota i get status 7 error. i tried to flash zip file with cwm manually but no different.
is there any solution?
Click to expand...
Click to collapse
are you on stock kernel as well?
that was my issue - was stock rom, rooted, cwm and marmite kernel
had to flash back the stock kernel via fastboot and then apply the OTA via cwm
cheers
hr_kaleu said:
are you on stock kernel as well?
that was my issue - was stock rom, rooted, cwm and marmite kernel
had to flash back the stock kernel via fastboot and then apply the OTA via cwm
cheers
Click to expand...
Click to collapse
yeah i'm on stock kernel.
itline said:
yeah i'm on stock kernel.
Click to expand...
Click to collapse
do you have some other mods on your system (like face unlock, galaxy nexus sounds as described in the ROM thread you mentioned)?
did you try to fix permissions in cwm and give it another shot?
did you try to wipe cache and dalvik before flashing (that's even recomended from some devs)
The OTA is for JB JRO03E only (not for JRO03L)
Another possibility would be to flash the 4.1.2 factory image, but you will loose everything (it's a full wipe!)
For OTA you should be on stock recovery. Flash back stock recovery with fastboot (take recovery from stock image from Google).
!
hr_kaleu said:
do you have some other mods on your system (like face unlock, galaxy nexus sounds as described in the ROM thread you mentioned)?
did you try to fix permissions in cwm and give it another shot?
did you try to wipe cache and dalvik before flashing (that's even recomended from some devs)
The OTA is for JB JRO03E only (not for JRO03L)
Another possibility would be to flash the 4.1.2 factory image, but you will loose everything (it's a full wipe!)
Click to expand...
Click to collapse
Hmmm. i flashed a fix for search bottom!
and no i don't chane permissions because i don't really know about it.
seems i should flash full image factory finally :-/
polobunny said:
For OTA you should be on stock recovery. Flash back stock recovery with fastboot (take recovery from stock image from Google).
Click to expand...
Click to collapse
can you tell me howto flash back step by step?
will i lose all data ?
i think this is my answer
http://forum.xda-developers.com/showpost.php?p=32873412&postcount=86
You just need to flash the stock recovery, not the whole image...
Download a stock image:
http://forum.xda-developers.com/showthread.php?t=1572307
Let's say I download JZO54K Android 4.1.2
You should end up with a .tgz file. Extract it. (soju-jzo54k-factory-36602333.tgz)
You should have a .tar file. Extract it. (soju-jzo54k-factory-36602333.tar)
Then you should have a folder, in that folder there will be a few files including a .zip file, extract it (image-soju-jzo54k.zip)
From the files you just extracted, you should have a recovery.img file.
Using fastboot, you flash this recovery.img file to the recovery partition, and voilĂ , you have stock recovery.
http://wiki.cyanogenmod.com/wiki/Fastboot#Flash_Custom_Recovery.img (Flash Custom Recovery.img section)
polobunny said:
You just need to flash the stock recovery, not the whole image...
Download a stock image:
http://forum.xda-developers.com/showthread.php?t=1572307
Let's say I download JZO54K Android 4.1.2
You should end up with a .tgz file. Extract it. (soju-jzo54k-factory-36602333.tgz)
You should have a .tar file. Extract it. (soju-jzo54k-factory-36602333.tar)
Then you should have a folder, in that folder there will be a few files including a .zip file, extract it (image-soju-jzo54k.zip)
From the files you just extracted, you should have a recovery.img file.
Using fastboot, you flash this recovery.img file to the recovery partition, and voilĂ , you have stock recovery.
http://wiki.cyanogenmod.com/wiki/Fastboot#Flash_Custom_Recovery.img (Flash Custom Recovery.img section)
Click to expand...
Click to collapse
would you only upload recovery.img file for me if you can :silly:
i should use this commad?
fastboot flash recovery /path/to/recovery.img
fastboot reboot
may i lose root and unlock bootloader?
itline said:
would you only upload recovery.img file for me if you can :silly:
i should use this commad?
fastboot flash recovery /path/to/recovery.img
fastboot reboot
may i lose root and unlock bootloader?
Click to expand...
Click to collapse
No I cannot upload the recovery.img for you sadly, I cannot download stuff from where I am.
Yes this is the command. Don't forget to replace the /path/to/recovery.img by the actual path.
No you will not lose root and no your bootloader will not be relocked.
itline said:
would you only upload recovery.img file for me if you can :silly:
i should use this commad?
fastboot flash recovery /path/to/recovery.img
fastboot reboot
may i lose root and unlock bootloader?
Click to expand...
Click to collapse
sorry, was busy yesterday - attached you find the stock recovery image!
hope this helps...
cheers
thanks buddy. but how can i find my actual path?
itline said:
thanks buddy. but how can i find my actual path?
Click to expand...
Click to collapse
path to recovery? this is where you saved recovery.img on your computer...
I always copy the things I want to flash via fastboot to the directory where fastboot is located
e.g. c:\fastboot\
ok. i flashed the stock recovery but i didn't make it! anyway i'm going to flash a full package and full wipe
thanks for your helps.
maybe your search fix you flashed is prventing you from updating with the ota...
sorry it didn't work out for you...
anyone can post a stock kernel?
thank you
shendaixiaoshi said:
anyone can post a stock kernel?
thank you
Click to expand...
Click to collapse
here you go...
you'll find it in this thread:
http://forum.xda-developers.com/showthread.php?t=1932832
esp. - stock kernel for i9023 from jb4.1.1 factory image
http://forum.xda-developers.com/showpost.php?p=32874313&postcount=92
hello i make cwm (backup not working correctly)
but other working nice and make hacked boot.img when busybox is in system
you can root phone by "ADB ROOT" command
i dump and edit original files form my B92M phone !!!!!!
i havent got stock rom i have it dumped but it have 800MB
flash it by SP Flash Tool
here is link
CWM RECOVERY + EDITED BOOT ONLY
http://www.uloz.to/xU2BNWt/cwm-root-b92m-zip
or in english
http://www.ulozto.net/xU2BNWt/cwm-root-b92m-zip
FULL ROM WITHOUT SYSTEM
(not tested use it when you have bricked phone only)
http://uloz.to/xjPQWHh/rom-backup-zip
or
http://ulozto.net/xjPQWHh/rom-backup-zip
SYSTEM FOR ROM BACKUP
(not tested use it when you have bricked phone only)
http://uloz.to/xmjTVSJ/system-zip
or
http://ulozto.net/xmjTVSJ/system-zip
CWM BACKUP OF SYSTEM AND CACHE
(restore it by advanced restore)
http://uloz.to/xLYKNWt/backupcwm-zip
or
http://ulozto.net/xLYKNWt/backupcwm-zip
2.5 GB DATA PERMANENT ROOT + FULLY WORKING RECOVERY
(for 2.5gb data after flash you must format data in recovery)
http://uloz.to/xC6fACS/2-5gb-data-perm-root-zip
or
http://ulozto.net/xC6fACS/2-5gb-data-perm-root-zip
TABLET UI MODE REPLACE SERVICES.JAR IN framework and change dpi to 169
http://uloz.to/xXo5qo8/services-jar
or
http://ulozto.net/xXo5qo8/services-jar
brick the phone, help me.
veisen said:
hello i make cwm (backup not working correctly)
but other working nice and make hacked boot.img when busybox is in system
you can root phone by "ADB ROOT" command
i dump and edit original files form my B92M phone !!!!!!
i havent got stock rom i have it dumped but it have 800MB
flash it by SP Flash Tool
here is link
http://www.uloz.to/xU2BNWt/cwm-root-b92m-zip
or in english
http://www.ulozto.net/xU2BNWt/cwm-root-b92m-zip
Click to expand...
Click to collapse
i have my phone bricked. i have formatted all the memory. Could you help me?
I need entire rom with all file .img and .bin including preloader and uboot to flash in sp flash tool..
i'm desperate please help! Thank you!
luka91861 said:
i have my phone bricked. i have formatted all the memory. Could you help me?
I need entire rom with all file .img and .bin including preloader and uboot to flash in sp flash tool..
i'm desperate please help! Thank you!
Click to expand...
Click to collapse
UPLOADED 1ST POST
flash FULL ROM WITHOUT SYSTEM and restore CWM BACKUP OF SYSTEM AND CACHE in CWM by advanced restore
veisen said:
UPLOADED 1ST POST
flash FULL ROM WITHOUT SYSTEM and restore CWM BACKUP OF SYSTEM AND CACHE in CWM by advanced restore
Click to expand...
Click to collapse
ok i tried but the phone doesn't enter in recovery mode. Which buttons do i press to enter in recovery mode?
can you post also system.img and cache.img
you are fantastic! Thank you!
veisen said:
hello i make cwm (backup not working correctly)
but other working nice and make hacked boot.img when busybox is in system
you can root phone by "ADB ROOT" command
i dump and edit original files form my B92M phone !!!!!!
i havent got stock rom i have it dumped but it have 800MB
flash it by SP Flash Tool
here is link
CWM RECOVERY + EDITED BOOT ONLY
http://www.uloz.to/xU2BNWt/cwm-root-b92m-zip
or in english
http://www.ulozto.net/xU2BNWt/cwm-root-b92m-zip
FULL ROM WITHOUT SYSTEM
(not tested use it when you have bricked phone only)
http://uloz.to/xjPQWHh/rom-backup-zip
or
http://ulozto.net/xjPQWHh/rom-backup-zip
SYSTEM FOR ROM BACKUP
(not tested use it when you have bricked phone only)
http://uloz.to/xmjTVSJ/system-zip
or
http://ulozto.net/xmjTVSJ/system-zip
CWM BACKUP OF SYSTEM AND CACHE
(restore it by advanced restore)
http://uloz.to/xLYKNWt/backupcwm-zip
or
http://ulozto.net/xLYKNWt/backupcwm-zip
Click to expand...
Click to collapse
luka91861 said:
ok i tried but the phone doesn't enter in recovery mode. Which buttons do i press to enter in recovery mode?
can you post also system.img and cache.img
you are fantastic! Thank you!
Click to expand...
Click to collapse
volume UP AND power and keep volupe up pressed wait
reinsert battery first
ok i have entered in cwm but when i go on advanced restore. i have this message: E: can't mount sdcard
cwm doesn't work properly. cant't mount anything...
maybe because i need mbr and ebr1 because i have bricked and in those files i have information about partitions...
maybe i need also dsp_bl and sec_ro
luka91861 said:
ok i have entered in cwm but when i go on advanced restore. i have this message: E: can't mount sdcard
cwm doesn't work properly. cant't mount anything...
maybe because i need mbr and ebr1 because i have bricked and in those files i have information about partitions...
maybe i need also dsp_bl and sec_ro
Click to expand...
Click to collapse
in this package you have full system without system.img
FULL ROM WITHOUT SYSTEM look on first post
to unbrick we need also userdata and cache
luka91861 said:
to unbrick we need also userdata and cache
Click to expand...
Click to collapse
no
i unbrick mtk6577 and 6575 phones without data and cache partition
veisen said:
no
i unbrick mtk6577 and 6575 phones without data and cache partition
Click to expand...
Click to collapse
Ok i have unbricked. But i have used also cache and data. Now everythigs goes fine.
Thanks so mouch! Is possible start a jelly bean project togheter? I see that other mtk6577 had recived an official jb update. What can we do?
Thanks mate for CWM?
I've flashed and confirms it works.
Here is a good tutorial i followed. Make sure you have MT6577 drivers first-
http://bm-smartphone-reviews.blogspot.co.uk/2012/05/mt6575-flashing-tutorial.html
ahmadcentral said:
Thanks mate for CWM?
I've flashed and confirms it works.
Here is a good tutorial i followed. Make sure you have MT6577 drivers first-
http://bm-smartphone-reviews.blogspot.co.uk/2012/05/mt6575-flashing-tutorial.html
Click to expand...
Click to collapse
i repair CWM and have it fully works upload soon
Thinking to buy this cell...
veisen said:
hello i make cwm (backup not working correctly)
but other working nice and make hacked boot.img when busybox is in system
you can root phone by "ADB ROOT" command
i dump and edit original files form my B92M phone !!!!!!
i havent got stock rom i have it dumped but it have 800MB
flash it by SP Flash Tool
here is link
CWM RECOVERY + EDITED BOOT ONLY
http://www.uloz.to/xU2BNWt/cwm-root-b92m-zip
or in english
http://www.ulozto.net/xU2BNWt/cwm-root-b92m-zip
FULL ROM WITHOUT SYSTEM
(not tested use it when you have bricked phone only)
http://uloz.to/xjPQWHh/rom-backup-zip
or
http://ulozto.net/xjPQWHh/rom-backup-zip
SYSTEM FOR ROM BACKUP
(not tested use it when you have bricked phone only)
http://uloz.to/xmjTVSJ/system-zip
or
http://ulozto.net/xmjTVSJ/system-zip
CWM BACKUP OF SYSTEM AND CACHE
(restore it by advanced restore)
http://uloz.to/xLYKNWt/backupcwm-zip
or
http://ulozto.net/xLYKNWt/backupcwm-zip
Click to expand...
Click to collapse
Hi Friend;
Im'thinking to buy this cell. Can you tell me cons and pros? thanks for your cooperation!!!:good:
tanoobx said:
Hi Friend;
Im'thinking to buy this cell. Can you tell me cons and pros? thanks for your cooperation!!!:good:
Click to expand...
Click to collapse
i complete custom rom soon and i realy like this phone
with stock rom have problem with GPS long time lock but i fix it in rom
rom will be multilanguage (all android languages)
now 2.5gb data partition complete (upload soon)
Fantastic! is the ROM compatible with 512mb phone?
Veisen,
I appreciate your support for this phone my friend. Please let me know how you get on with they custom rom. I will be happy to use and test for you.
+1
luka91861 said:
+1
Click to expand...
Click to collapse
look first post
2.5gb data + fully working recovery
this rom is compatible with 512mb rersion
Now i have invalid imei message. What can I do?
solved!
veisen said:
look first post
2.5gb data + fully working recovery
this rom is compatible with 512mb rersion
Click to expand...
Click to collapse
Thank you for this-
In rom you are working on,
Have you fixed the random crashes and gps taking long time to fix.
I will install asap to test.
Luka- Please tell how you solved IMEI problem in case i get same issue. Thanks.
I unpurposely copy framework.res.apk into my phone using RE . But I forgotten to set system rewriteable . Now getting stuck on boot screen . How?!!!
BMM
Have yo bmm installed? Can you acces to BMM or if you have some custom rom, can you access CMDefy recovery? We need more info if you want that we helped you.
shennwuu said:
I unpurposely copy framework.res.apk into my phone using RE . But I forgotten to set system rewriteable . Now getting stuck on boot screen . How?!!!
Click to expand...
Click to collapse
turffe said:
Have yo bmm installed? Can you acces to BMM or if you have some custom rom, can you access CMDefy recovery? We need more info if you want that we helped you.
Click to expand...
Click to collapse
+1 more info would be useful, but if you have a custom recovery that you can get into, try fixing permissions. If not, you'll probably have to restore the backup that you hopefully made before you tried this, or flash your fxz and start over. Also, next time try this:
http://forum.xda-developers.com/showthread.php?t=2251804
I always make 2 zips. One with the newly modified file and another with the original just in case the modded one doesn't work.:thumbup:
Brought to you by time and relative dimensions in space.
Is there any way to Backup and Restore the Stock recovery(not the whole Rom) of a Tablet?????
Biswajyoti said:
Is there any way to Backup and Restore the Stock recovery(not the whole Rom) of a Tablet?????
Click to expand...
Click to collapse
Yes,
you can get the stock recovery.
By flashing stock Recovery when you need it....
----------Signature---------
Need Some Cool Guides Visit Hmpshah Guides
Biswajyoti said:
Is there any way to Backup and Restore the Stock recovery(not the whole Rom) of a Tablet?????
Click to expand...
Click to collapse
flash from pc
AXD96 said:
flash from pc
Click to expand...
Click to collapse
Actually I have a rooted HCL ME Y3 tablet.....and also have the stock rom for this tablet (the rom is in zip format ...not in tar.md5 format) there is no pc based software(such as odin for samsung) for this Tab to flash the firmware.. the only way to flash that firmware with the stock recovery......i want to do some experiments with my tab(i.e installing custom recovery,custom rom etc.)......so before installing cwm i wanna backup/restore the stock recovery..(as it is under warranty period)....(the stock recovery works only with stock firmware..it doesn't work with any signed .zip file except the stock one ).....now what should i do????????
Biswajyoti said:
Actually I have a rooted HCL ME Y3 tablet.....and also have the stock rom for this tablet (the rom is in zip format ...not in tar.md5 format) there is no pc based software(such as odin for samsung) for this Tab to flash the firmware.. the only way to flash that firmware with the stock recovery......i want to do some experiments with my tab(i.e installing custom recovery,custom rom etc.)......so before installing cwm i wanna backup/restore the stock recovery..(as it is under warranty period)....(the stock recovery works only with stock firmware..it doesn't work with any signed .zip file except the stock one ).....now what should i do????????
Click to expand...
Click to collapse
try a full backup with titanium backup but i am not sure if it save the recovery too
write me a pm if you find a solution :good:
AXD96 said:
try a full backup with titanium backup but i am not sure if it save the recovery too
write me a pm if you find a solution :good:
Click to expand...
Click to collapse
No bro.
We can save Recovery.
Even with Titanium Backup Pro, doesn't gives this Option to backup Recovery. ..
We just need to flash the recovery. .
To change it.
Hit Thanks Button
----------Signature---------
Need Some Cool Guides Visit Hmpshah Guides
Zeuscluts said:
No bro.
We can save Recovery.
Even with Titanium Backup Pro, doesn't gives this Option to backup Recovery. ..
We just need to flash the recovery. .
To change it.
Hit Thanks Button
----------Signature---------
Need Some Cool Guides Visit Hmpshah Guides
Click to expand...
Click to collapse
do you know the actual path of the file recovery.img file???
Biswajyoti said:
do you know the actual path of the file recovery.img file???
Click to expand...
Click to collapse
If I am not wrong its a Complete different Partition.
----------Signature---------
Need Some Cool Guides Visit Hmpshah Guides
TWRP backup for 5.1 system and boot to run it on N910H
rom based on N910CXXU1COH4
Installation
1- extract the file and copy the extracted file to TWRP folder in internal storage
2- reboot into recovery
3- make a full wipe ( dalvik , data & system)
4- go to restore option
5- select backup file and swipe to restore
6- reboot and enjoy ! ^__^
Download Link
*IMPORTANT NOTES
1- for people who their TWRP cant detect backup file follow this steps :-
1- enter recovery
2- make a small backup like backup for boot only
3- reboot and go to my files
4- copy the backup folder of this rom which called 2015-08-26--18-57-38_LMY47X.N910CXXU1COH4 to the small backup folder
5- reboot to recovery and follow the steps above
2- root is not available for this rom yet ! so dont try to flash supersu.zip or flash supersu.tar cause you will have bootloop
3- this ROM made to N910H , so if you want to try it on N910C or N910U try it on your own risk
Thanks. I hope Efs is not included in this backup.
pedodroid said:
Thanks. I hope Efs is not included in this backup.
Click to expand...
Click to collapse
No , just system and boot
Sony guy said:
No , just system and boot
Click to expand...
Click to collapse
Good Man! I'll download once i get home.
pedodroid said:
Good Man! I'll download once i get home.
Click to expand...
Click to collapse
Thank you
Wouldn't making a full wipe of the data delete the backup file inside twrp?
Pannam said:
Wouldn't making a full wipe of the data delete the backup file inside twrp?
Click to expand...
Click to collapse
u have to do factory reset(deleting data), this doesnt delete your internal storage
Do we get to keep root or is just the twrp recovery working?
Pannam said:
Do we get to keep root or is just the twrp recovery working?
Click to expand...
Click to collapse
Just twrp recovery
I did a full wipe n than tried restoring from twrp however after restoring system it fails and if I reboot it stucks at note 4 logo screen
please help
xferianeov said:
I did a full wipe n than tried restoring from twrp however after restoring system it fails and if I reboot it stucks at note 4 logo screen
please help
Click to expand...
Click to collapse
Did you mean The restore operation is failed ? or the restore is complete successfully and when reboot it freeze on samsung logo ? if it successful and freeze on samsung logo then go to recovery and make fix permission
Sony guy said:
Did you mean The restore operation is failed ? or the restore is complete successfully and when reboot it freeze on samsung logo ? if it successful and freeze on samsung logo then go to recovery and make fix permition
Click to expand...
Click to collapse
Sorry my mistake i dint extract the zip file correctly earlier.
now all is well, 5.1.1 is so buttery smooth
thanka a lot sony guy
xferianeov said:
Sorry my mistake i dint extract the zip file correctly earlier.
now all is well, 5.1.1 is so buttery smooth
thanka a lot sony guy
Click to expand...
Click to collapse
Congratulations bro ^_^
Thank you for your effort downloading it right now, but i have a question cant i download the firmware from sammobile and flash it with odin on my n910h directly ? do i need to flash modem or something like that ?
hey guys can I use GoogyMax on this Rom? Any help will be appreciated, thanks in advance
yoniinfante said:
hey guys can I use GoogyMax on this Rom? Any help will be appreciated, thanks in advance
Click to expand...
Click to collapse
No.!!! At moment we need to wait for samsung to release Kernel source for android 5.1.1 firmware and there are big knox security related changes which makes root also impossible on stock kernel at moment.
Can someone tell me how extacly to do this? should i extract the zip 1 time and end up with 41005ee545b791bb and then put it in TWRP folder ?
djmax81 said:
No.!!! At moment we need to wait for samsung to release Kernel source for android 5.1.1 firmware and there are big knox security related changes which makes root also impossible on stock kernel at moment.
Click to expand...
Click to collapse
Thanks for the quick response brother, I will wait then, I have too many apps data on Titanium Backup :/
tareqjordan said:
Can someone tell me how extacly to do this? should i extract the zip 1 time and end up with 41005ee545b791bb and then put it in TWRP folder ?
Click to expand...
Click to collapse
Yes .!!! You may copy that folder into TWR folder along with your other Backups and restore via recovery.
---------- Post added at 03:28 AM ---------- Previous post was at 03:27 AM ----------
yoniinfante said:
Thanks for the quick response brother, I will wait then, I have too many apps data on Titanium Backup :/
Click to expand...
Click to collapse
No worries !!!!
well i did that and it didnt show in restore ! i even put it on usb and it didnt show up either