Stock dump(needed for dev purposes) - GiONEE Elife E7

Can someone dump me a stock recovery and a stock boot.img so i can inspect and start some dev work if possible??i do not own the device but i am eyeing to own one..
TIA

kairi_zeroblade said:
Can someone dump me a stock recovery and a stock boot.img so i can inspect and start some dev work if possible??i do not own the device but i am eyeing to own one..
TIA
Click to expand...
Click to collapse
We have the kernel sources which u can use http://forum.xda-developers.com/showthread.php?t=2702630
and nandroid backup is also present.
u can check here :http://forum.xda-developers.com/elife-e7/development
if u need anything else just ask..we will do our best to provide you:good:

Stock Recovery link - https://www.dropbox.com/s/ii8mwai62t73ne1/Stock.img
Nandroid backup of Stock ROM for Indian 32GB model - http://www.mediafire.com/download/qtqe8xqqc6kt0a7/GiONEE+E7+32+GB+India+STOCK.zip
Let me know if you need something else from my device. I've rooted device with Chinese CWM access, so can help you get what you want for your needs.

can someone dump me a stock BOOT.IMG??make easy to download instead of going through the whole backup..just the BOOT.IMG..
will try to build TWRP for this device..i have the skeleton setup and just needs a few more stuff..also have the kernel source and needs a config from the BOOT.IMG i am asking..
TIA..

^^ Ok mate, extracted the stock Boot.img to sdcard, uploading now and will post the link here shortly. Let me know if you need anything else.
Here you go - http://www.mediafire.com/download/z5x0r6mceax6ll2/Gionee_E7_boot.img

1manshow said:
^^ Ok mate, extracted the stock Boot.img to sdcard, uploading now and will post the link here shortly. Let me know if you need anything else.
Here you go - http://www.mediafire.com/download/z5x0r6mceax6ll2/Gionee_E7_boot.img
Click to expand...
Click to collapse
How did you dumped boot img
Last time i tried the phone doesnt have dump_ binary
And installing rom dump gave segmentarion error

^^ I figured out our boot partition is mmcblk0p7 and extracted it to sdcard using terminal emulator and dd command.
dd if=/dev/block/mmcblk0p7 of=/sdcard/boot.img
@ OP, thanks for working on TWRP, if you need anything else, please buzz here or send pm.

1manshow said:
^^ I figured out our boot partition is mmcblk0p7 and extracted it to sdcard using terminal emulator and dd command.
dd if=/dev/block/mmcblk0p7 of=/sdcard/boot.img
@ OP, thanks for working on TWRP, if you need anything else, please buzz here or send pm.
Click to expand...
Click to collapse
thanks man! did you figure other partitions too? can you pls share it.. or better can you tell me how did you got partitions list

1manshow said:
^^ I figured out our boot partition is mmcblk0p7 and extracted it to sdcard using terminal emulator and dd command.
dd if=/dev/block/mmcblk0p7 of=/sdcard/boot.img
@ OP, thanks for working on TWRP, if you need anything else, please buzz here or send pm.
Click to expand...
Click to collapse
can you do a cat /proc/emmc for me on a terminal emulator??
post the screenshots here..needs root to do so..just finishing my Career service exams and after that will start dev work for this week..

kairi_zeroblade said:
can you do a cat /proc/emmc for me on a terminal emulator??
post the screenshots here..needs root to do so..just finishing my Career service exams and after that will start dev work for this week..
Click to expand...
Click to collapse
Bro there is no folder like emmc in the proc folder

dhirajranger said:
thanks man! did you figure other partitions too? can you pls share it.. or better can you tell me how did you got partitions list
Click to expand...
Click to collapse
Here you go mate -
{
"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"
}
---------- Post added at 06:59 AM ---------- Previous post was at 06:47 AM ----------
kairi_zeroblade said:
can you do a cat /proc/emmc for me on a terminal emulator??
post the screenshots here..needs root to do so..just finishing my Career service exams and after that will start dev work for this week..
Click to expand...
Click to collapse
Yes, there is no emmc folder under proc. Any other locations it could be found in?

Can someone post config.gz present in /proc?

icoolguy1995 said:
Can someone post config.gz present in /proc?
Click to expand...
Click to collapse
Here u go bro...btw if u get any error while compiling do let me know ive compiled it already

GTARaja said:
Here u go bro...btw if u get any error while compiling do let me know ive compiled it already
Click to expand...
Click to collapse
Ok bud sure.
Here are my plans
1) Make a stable kernel.
2) Create a tree stable to build CWM/TWRP
3) bringup a CAF kernel for this device(thats hard)
BTW is there any different variant of 2GB/3GB?
And it is good to a separate partition for recovery which makes things easy a bit.

icoolguy1995 said:
Ok bud sure.
Here are my plans
1) Make a stable kernel.
2) Create a tree stable to build CWM/TWRP
3) bringup a CAF kernel for this device(thats hard)
BTW is there any different variant of 2GB/3GB?
And it is good to a separate partition for recovery which makes things easy a bit.
Click to expand...
Click to collapse
Yes there are two variants one with 2GB RAM 16GB storage and other one 3GB RAM with 32GB storage

the 16gb/2gb and 32gb/3gb are different SOC's..they each have to be built with their own config and own ramdisk..
@GTARaja
aside from the boot.img you must also include the modules(.ko files) that was compiled together with it so that it boots..it might help..i already have the barebones for TWRP setup..will build on my free time..

kairi_zeroblade said:
the 16gb/2gb and 32gb/3gb are different SOC's..they each have to be built with their own config and own ramdisk..
@GTARaja
aside from the boot.img you must also include the modules(.ko files) that was compiled together with it so that it boots..it might help..i already have the barebones for TWRP setup..will build on my free time..
Click to expand...
Click to collapse
both have same SOC.. LTE version has different SOC. But the thing is where to find .ko files im unable to find in broadcom folder

For the brave tester..backup first before you try flashing..this is based on stuf given by 1manshow..
TWRP for E7..
if this works next will be kernel..any kind of appreciation accepted..

kairi_zeroblade said:
For the brave tester..backup first before you try flashing..this is based on stuf given by 1manshow..
TWRP for E7..
if this works next will be kernel..any kind of appreciation accepted..
Click to expand...
Click to collapse
flashed the TWRPwith recovery tools.
blank screen with screen flashing every 5 seconds

dhirajranger said:
flashed the TWRPwith recovery tools.
blank screen with screen flashing every 5 seconds
Click to expand...
Click to collapse
this is the same when we flash the kernel

Related

[LEAK/DEV][ICS 4.0.3] Acer_AV041_A500_0.009.00_WW_GEN1

telemike said:
{
"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"
}
THIS LEAKED ROM IS FOR DEVELOPMENT
Give the developers time to take this leaked ROM and make a stable release.
Currently there is no version that keeps full Root and Recovery. A500 tablets will bootloop flashing the CWM version.
A501 users can flash the CWM version but there is no 3G.
A500 users can flash the stock ROM, but there is no Root and no way to install Recovery. Going back to 3.2.1 is not verified.
PATIENCE PLEASE, while this is being worked on.
I am willing to bet within a week or so we will start seeing ICS Roms that can be flashed with either Acer Recovery, CWM or RA.​
Click to expand...
Click to collapse
Well, a lil' suprise this morning.
More infos :
Code:
ro.build.id=IML74K
ro.build.display.id=Acer_AV041_A500_0.009.00_WW_GEN1
ro.build.version.incremental=1328620975
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Tue Feb 7 21:23:29 CST 2012
Be carefull if you want to flash this.
The bootloader have been updated, so itsmagic may not work anymore.
Original version :
Download Link : http://vache-android.com/v1/index.php?site=files&file=140
Mirrors : http://www.uploadstation.com/file/zkxraSD - http://8o4qd8.dl4free.com/ - http://narod.ru/disk/41578178001.5f...781/Acer_AV041_A500_0.009.00_WW_GEN1.zip.html - http://papousek.org/downloads/Acer_AV041_A500_0.009.00_WW_GEN1.zip
How to root it : http://forum.xda-developers.com/showpost.php?p=22862959&postcount=306
RA Version : (you need RA recovery to get it working. Help post)
-Removed bootloader.blob and recovery.patch
-Added SU and busybox
Download Link : http://vache-android.com/v1/index.php?site=files&file=141
Mirrors : http://www.uploadstation.com/file/R3Uh4Zg - http://gobkzn.dl4free.com/ - http://papousek.org/downloads/CWM_ICS_A500.zip
Custom ROM from civato : http://forum.xda-developers.com/showpost.php?p=22960061&postcount=605
Ressources :
Content of flexrom.img : http://minus.com/memdYnyCy#1
Deodexed Apps and Frameworks : http://minus.com/memdYnyCy#2
You like it ? Help me with some beers : https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U83D82VLHK2DE
How to say .... thank you you are too strong
Y a plus qu'a bossé ;-)
Tk's
real or not?
This morning is a gooooooood morning, i hope...
Anyone been brave enough to flash it yet?
For sure it's working, i'm running it.
I made the mistake to flash the bootloader and now i can't use itsmagic anymore and can't reboot in recovery. I had to go to work, so i didn't look deeply for now.
So be carefull, and use the modded CWM version without the new bootloader.
But i looks like it's needed to make it boot.
If you try the CWM version, let me know if it boots.
Cool yes, but for the A500 to A501 get updated very often ne possibility?
Will try in one sec just waiting for the download to finish
Börger said:
Cool yes, but for the A500 to A501 get updated very often ne possibility?
Click to expand...
Click to collapse
Yes Vache, please check your resources for the a501 Don't forget us poor people....
k2thejx5 said:
Will try in one sec just waiting for the download to finish
Click to expand...
Click to collapse
Flash the CWM version, not the original one.
Moscow Desire said:
Yes Vache, please check your resources for the a501 Don't forget us poor people....
Click to expand...
Click to collapse
Unfortunatly there's nothing for A501, as well as A101.
I'm not forgetting you, don't worry, as soon as i can get some ICS for A501 it will be there
vache said:
Flash the CWM version, not the original one.
Click to expand...
Click to collapse
Yep that's the one i am downloading now. 3 minutes to go before i try my luck
---------- Post added at 11:38 AM ---------- Previous post was at 11:31 AM ----------
Its installing now..
So the basic nandroid backup of my A500 along with TB for apps, then clear all caches, then format everything but the SD-Card and then install the CWM Zip file, reboot and enjoy? Is this right? Thanks!!
Bill....
merc669 said:
So the basic nandroid backup along with TB for apps, then clear all caches, then format everything but the SD-Card and then install the CWM Zip file, reboot and enjoy? Is this right? Thanks!!
Bill....
Click to expand...
Click to collapse
Yep, you're right.
recovery is no longer what to do .....
vache said:
Yep, you're right.
Click to expand...
Click to collapse
Yep looks like you were right wont be booting up sadly. Sheesh i was curious on how this would run to! Oh well it was worth a try
vache said:
Unfortunatly there's nothing for A501, as well as A101.
I'm not forgetting you, don't worry, as soon as i can get some ICS for A501 it will be there
Click to expand...
Click to collapse
Yeah, we know. I'm looking at my EU source (or rather waiting for them), but nothing yet. Was hoping they would get the new 701 (710 or whatever they decide to call it) over here soon, being so close to China, but nothing.
Good job to you!
k2thejx5 said:
Yep looks like you were right wont be booting up sadly. Sheesh i was curious on how this would run to! Oh well it was worth a try
Click to expand...
Click to collapse
So it really need the new bootloader.
But flashing it will not allowing anymore to use custom recovery/boot/ROMs.
are you a god??? surely YES
does anybody try cwm version??? i have my a500 at home
Thank you vache for sharing!
vache said:
So it really need the new bootloader.
But flashing it will not allowing anymore to use custom recovery/boot/ROMs.
Click to expand...
Click to collapse
I guess some people have to pick their poison? Lol Its great we have a link though.
---------- Post added at 11:46 AM ---------- Previous post was at 11:45 AM ----------
ale.landra91 said:
are you a god??? surely YES
does anybody try cwm version??? i have my a500 at home
Click to expand...
Click to collapse
Yep i tried it won't boot

[Tutorial] MEIZU MX5 BL UNLOCK!

sorry.my english is poor.
I'm not responsible for any damage, bootloop, bricked or broken handsets.
pictures
{
"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"
}
1.backup your things.
2.root you phone
3.install supersu from http://forum.xda-developers.com/showthread.php?t=1538053 by chainfire
4.install flashfire from http://forum.xda-developers.com/general/paid-software/flashfire-t3075433 by chainfire
5.download Unlocked BL flashable zip from http://forum.xda-developers.com/meizu-mx/general/recovery-twrp-3-0-meizu-pro5-t3349888 by faust93
6.use flashfire to flash it.
JUST FOR THE PHONE.NOT WORK FOR FASTBOOT.
if you do not konw thether you unlocked,
just flash it again. if what you see is as same as the video.you did it.
https://pan.baidu.com/s/1c2JWrSW
then you can use flashfire flash recovvery.img,like this.
https://pan.baidu.com/s/1eSuPDNO
enjoy it
OOOh !!!!!
Really ???
Very Good News
One Developper can Go to develop Recovery and Custom Rom : MIUI, Cyanogenmod , etc ...
What you use ? Flash Zip or OTA ? Mount /System read/Whrite ? i have use this for flash bl unlocker ....
How can i see if my bootloader is unlocked after Flash with Flashfire ????
my meizu is ok after reboot but i don't see any info on my bootloader if is unlocked or not ....
Renaf2 said:
OOOh !!!!!
Really ???
Very Good News
One Developper can Go to develop Recovery and Custom Rom : MIUI, Cyanogenmod , etc ...
What you use ? Flash Zip or OTA ? Mount /System read/Whrite ? i have use this for flash bl unlocker ....
How can i see if my bootloader is unlocked after Flash with Flashfire ????
my meizu is ok after reboot but i don't see any info on my bootloader if is unlocked or not ....
Click to expand...
Click to collapse
just flash it again. if what you see is as same as the picture.you did it.
https://pan.baidu.com/s/1c2JWrSW
then you can use flashfire flash recovvery.img,like this.
https://pan.baidu.com/s/1eSuPDNO
I try it again and it work
Script succeeded : result was [Done.]
And no problem here reboot : ok and phone work : ok
Thank you very much
Renaf2 said:
I try it again and it work
Thank you very much
Click to expand...
Click to collapse
A lot of custom roms is coming
tzzzz said:
A lot of custom roms is coming
Click to expand...
Click to collapse
I'm so excited ....
i'm not a developper i have try to build cyanogenmod on Note 3 neo but it's to hard for my knowledge (i try that with source and i have create directories , etc but it's very hard without developpement training
Are you a Developper of Custom Rom ?
Test this
Please test this someone with pc And fastboot
laorynas said:
Please test this someone with pc And fastboot
Click to expand...
Click to collapse
Really ???!!!!!!!
If you read the first post it's writing black on white " NOT WORK ON FASTBOOT "
OMG
Renaf2 said:
Really ???!!!!!!!
If you read the first post it's writing black on white " NOT WORK ON FASTBOOT "
OMG
Click to expand...
Click to collapse
Sorry didn't seen that
i have ever made some roms recovery and kernel for samsung other phones,but i have not post it in foreign forum.
sorry i don not have so much time for this. i have to study.examination in china is very important(ㅎ.ㅎ)
I am a Chinese?My Meizu MX5 is using the latest version of the firmware?Why does it feel to brush into this useless
EDIT: I used Flash ZIP or OTA (the other option didn't worked), phone restarted everything is the same and stable (so I suppose it worked.
But can anyone give some detailed info about how to flash this? There are multiple options in flashfire, maybe a vide on youtube so everyone can see it?
thx
killerbie said:
EDIT: I used Flash ZIP or OTA (the other option didn't worked), phone restarted everything is the same and stable (so I suppose it worked.
But can anyone give some detailed info about how to flash this? There are multiple options in flashfire, maybe a vide on youtube so everyone can see it?
thx
Click to expand...
Click to collapse
and so? Does it work? right? Unlock success? recovery can be used?
Xiao Shan said:
and so? Does it work? right? Unlock success? recovery can be used?
Click to expand...
Click to collapse
Yes it works, but I haven't installed a custom recovery yet. No need for as long as there is no good custom rom in my opinion. I'm actually really hoping developers can cook a nice working android 7 rom in the coming weeks.
Yes you can flash this with zip or ota in flashfire
No change in option for flash
If you see : succeeded [Done] like the picture on first post it's ok
For me it's work on second flash
I waiting a custom recovery and good custom rom...
---------- Post added at 04:33 AM ---------- Previous post was at 04:31 AM ----------
tzzzz said:
i have ever made some roms recovery and kernel for samsung other phones,but i have not post it in foreign forum.
sorry i don not have so much time for this. i have to study.examination in china is very important(ㅎ.ㅎ)
Click to expand...
Click to collapse
It's ok your study is much more important than compilation :fingers-crossed: Good luck
killerbie said:
Yes it works, but I haven't installed a custom recovery yet. No need for as long as there is no good custom rom in my opinion. I'm actually really hoping developers can cook a nice working android 7 rom in the coming weeks.
Click to expand...
Click to collapse
Yes, there will be a custom ROM, only a matter of time, take a look CM14 bar. But I still want to know whether the recovery can be used?
do you sure it is working?i have making a recovery. but flashing it not working
You unlock operation was done on AOSP?
What?! No on flyme latest firmware. I HAVE DOWNLOADED the recovery it is ready but I don't now a way to check for 100% if it had worked so I don't want to flash it until there is a video or good custom rom. I don't have the cash to take a risk of brick in my phone
tzzzz said:
i have ever made some roms recovery and kernel for samsung other phones,but i have not post it in foreign forum.
sorry i don not have so much time for this. i have to study.examination in china is very important(ㅎ.ㅎ)
Click to expand...
Click to collapse
Not so long ago I built a cwm for MX5. Try this as a custom recovery http://forum.xda-developers.com/meizu-mx/general/recovery-meizu-mx5-t3306177

[Win] Android recovery emulator - emulate zip installations

Android Recovery Emulator
{
"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 android recovery emulator is a utility that allows you to emulate the android recovery.
Most options are supported and you can flash zips and roms with this, wipe data/factory reset, clear cache etc, this is basically a virtual device.​
Download here
REVIEW:
Like, Share and subscribe for more programming tutorials!
Supported syntax -
(#) comments
(ui_print) printing
(package_extract_file) extracting files
(package_extract_directory) extracting directories
(block_image_update) updating blocks
(run_program) execution
(delete) deleting
(delete_recurive) recursive deleting
(abort) aborting installation
(format) formatting
(mount) mounting
(set_perm) setting permissions
(set_perm_recursive) setting permissions recursively
(set_metadata) setting metadata
(set_metadata_recursive) setting metadata recursively
(symlink) symlinking
(show_progress) showing progress
Supported error output -
Checks for non existing files
Checks for non existing directories
Outputs possible errors for files or directories not embedded in zip
etc.
Remember to say thanks.
XDA:DevDB Information
Android Recovery Emulator, Tool/Utility for all devices (see above for details)
Contributors
Ricky Divjakovski
Version Information
Status: Stable
Current Stable Version: V1.0.0.0
Stable Release Date: 2017-04-16
Created 2017-04-16
Last Updated 2017-04-18
Okay... I could use something like this but, just 2 questions.
1) Will the results from the Emulator also reflect those results from a TWRP Recovery?
2) For the CWM that this Emulator is based upon, are the results based upon for the last known release version or for all release versions?
Thanks!
Ibuprophen said:
Okay... I could use something like this but, just 2 questions.
1) Will the results from the Emulator also reflect those results from a TWRP Recovery?
2) For the CWM that this Emulator is based upon, are the results based upon for the last known release version or for all release versions?
Thanks!
Click to expand...
Click to collapse
The GUI is merely a theme, based on latest recoveries
So could this be used to flash ROMs onto an unrootable device? Not "unrootable", but USB debugging doesn't work on it so I can't root it but there are ROMs for it
Beasty244 said:
So could this be used to flash ROMs onto an unrootable device? Not "unrootable", but USB debugging doesn't work on it so I can't root it but there are ROMs for it
Click to expand...
Click to collapse
No this is just an emulator, it doesn't do anything to a real device
Where was that Years ago? I'm alomst 24 and My whole Life was wasted on testing ZIPs... Could You please give Me back My Time? lol
Thanks a lot for that! You're a true Hero for Me dear OP. Keep it Up! :angel:
Great work as alawys.
I have idea on my mind several months ago!
Can you make twrp theme emulator so we can test themes on the run.
Or you can make this open source so I can make it my self.
Very nice. If the ability to emulate aroma installers could be added it would be really cool.
@Ricky Divjakovski , does this support the legacy environment? Like using update-binary? Shell?
BTW: works starts in Ubuntu 16.04 with mono.
But if these created subdirs with backslashes will really work? IDK
Hello there, just noob question, I used it with a stock ROM with supersu and dualrecovery ( I have stock z1 compact ) and this is what I get, why that errors ?
http://imgur.com/a/BmSNw
VERY GOOD , but it doesn't ''like'' magisk
could this be fixed or bypassed somehow, so be able to continue flashing and reach to the end ?
mohammad.afaneh said:
Great work as alawys.
I have idea on my mind several months ago!
Can you make twrp theme emulator so we can test themes on the run.
Or you can make this open source so I can make it my self.
Click to expand...
Click to collapse
Im going to add TWRP option in next version
jrkruse said:
Very nice. If the ability to emulate aroma installers could be added it would be really cool.
Click to expand...
Click to collapse
im already on it
will take about a week to properly implement
veez21 said:
@Ricky Divjakovski , does this support the legacy environment? Like using update-binary? Shell?
Click to expand...
Click to collapse
at the moment it only checks if the script exists via "run_program" and parsing the first arguement to the program that then checks if the file exists, if it doesnt it throws a possible error, shell support will eventually be added, but for now the basics
ranf said:
BTW: works starts in Ubuntu 16.04 with mono.
But if these created subdirs with backslashes will really work? IDK
Click to expand...
Click to collapse
i will be compiling this for linux aswell when i get some free time
JIJOK said:
Hello there, just noob question, I used it with a stock ROM with supersu and dualrecovery ( I have stock z1 compact ) and this is what I get, why that errors ?
http://imgur.com/a/BmSNw
Click to expand...
Click to collapse
thats because theres a second zip file inside your zip, thats not supported yes
logosA said:
VERY GOOD , but it doesn't ''like'' magisk
could this be fixed or bypassed somehow, so be able to continue flashing and reach to the end ?
Click to expand...
Click to collapse
seperate zip file? i will add the functionallity for that next build
Ricky Divjakovski said:
thats because theres a second zip file inside your zip, thats not supported yes
Click to expand...
Click to collapse
yes, saw that happened , flashed rom successfully but second zip (magisk) inside the rom made that error appears.
---------- Post added at 10:48 AM ---------- Previous post was at 10:45 AM ----------
Ricky Divjakovski said:
seperate zip file? i will add the functionallity for that next build
Click to expand...
Click to collapse
almost all the latest roms in Samsung galaxy Note 2 these days, include magisk as default root method.
This is a second zip inside the rom zip, which as I understood creates that error
logosA said:
yes, saw that happened , flashed rom successfully but second zip (magisk) inside the rom made that error appears.
---------- Post added at 10:48 AM ---------- Previous post was at 10:45 AM ----------
almost all the latest roms in Samsung galaxy Note 2 these days, include magisk as default root method.
This is a second zip inside the rom zip, which as I understood creates that error
Click to expand...
Click to collapse
im working on a fix for that now so maybe tonight or tommorow when i get free time i will release
That really will be a tremendous help for us, who flash roms all day long and got stuck in bootloops and errors.
This way , we will be able to test before actually try.
Thank you very much OP.
Excellent, original work !
@Ricky Divjakovski this so needed emulate zip installer... I wish i could have found this years back. Great work.
A video review has been published.
Remember to follow me on youtube for programming tutorials, guides and reviews!

[cofface]oppo ozip2zip tool

oppo ozip2zip tool:
Used in ubuntu 64 bit:
Support devices:
r9s、r11、a77
command:
HTML:
./OppoDecrypt *.ozip -device_name
{
"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"
}
oppo r9s device_name is:r9s
oppo r11 device_name is:r11
oppo a77 device_name is:a77
Download:https://www.androidfilehost.com/?fid=817550096634792751
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc:fingers-crossed:
PAYPAL DONATION LINK
Contributors
cofface
Version Information
Status: Stable
Created 2017-08-08
Last Updated 2017-08-14
Can you explain more about thia tool?
This is a wonderful share, thank you very much! :good:
---------- Post added at 08:00 PM ---------- Previous post was at 07:55 PM ----------
sagargjasani264 said:
Can you explain more about thia tool?
Click to expand...
Click to collapse
I just became aware of this tool so I have yet to utilize it, but I am very familiar with current, official firmware as provided by Oppo.
Oppo's .ozip format is merely an encrypted archive that I have never penetrated. The content of the OP suggests that a Linux solution for extracting official Oppo firmware is finally available. :good:
didn't work! I get error message --- buffer overflow detected: ./OppoDecrypt terminated.
I typed ./OppoDecrypt CPH1707EX_11_OTA_0070.ozip -r11 on Ubuntu terminal.
Oppo R11
I downloaded the R11 ozip file here
http://www.oppo.com/au/downloads/
hello i actually followed what said in the guide and worked fine, now i have an oppo r9s plus chinese version , and i opened the rom thanks to oppodecrypt and than i made the rom unpack , actually i would like to use the rom pubblished in singapore website wich should be coloros 3.0i international , but to do this i need to find where the modem files are in the chinese rom and copy and replace the one in the singapore rom .
I am not an expert in that anyone can tell me :
1 where i will find the files
2 if i repack the rom and with a tool i add the signature can i hope to re encrypt the rom and flash without twrp?
3 in case i need to use twrp how to repack correctly the rom to be flashed?
4 did i forgot to change other vaulues in the rom to make it work?
thanks to everyone for the precious help, i love xda is source of good information.
I also managed to decrypt ozip for r9s and A77 but it didn;t work on R11.
Actually have you tried to unpack the zip file? if you have, you will realize the essential file system.new.dat couldn't get extracted - you will get an error message.
Regarding your questions below.
(1) Chinese forum. But you won;t be able to replace the modem.
(2)even if you can repack, it will fail the signature verification and can't proceed with installtion if you flash thru' official recovery/
(3) can't repack that way, you've to use msmdownload tool
(4)don't mess around without knowing what you are doing, otherwise you will brick your oppo.
StevenHood said:
hello i actually followed what said in the guide and worked fine, now i have an oppo r9s plus chinese version , and i opened the rom thanks to oppodecrypt and than i made the rom unpack , actually i would like to use the rom pubblished in singapore website wich should be coloros 3.0i international , but to do this i need to find where the modem files are in the chinese rom and copy and replace the one in the singapore rom .
I am not an expert in that anyone can tell me :
1 where i will find the files
2 if i repack the rom and with a tool i add the signature can i hope to re encrypt the rom and flash without twrp?
3 in case i need to use twrp how to repack correctly the rom to be flashed?
4 did i forgot to change other vaulues in the rom to make it work?
thanks to everyone for the precious help, i love xda is source of good information.
Click to expand...
Click to collapse
Well I was able to extract everything, and actually I see all the packages of the apps etc just I need to know in what folder the modem files are located... If I will manage to know how to put a picture.... I will show u what I mean..
The tool works
Look at mine and you will know where I'm coming from....
StevenHood said:
The tool works
Click to expand...
Click to collapse
This doesn't look like a complete set. all essential files are missing
StevenHood said:
The tool works
Click to expand...
Click to collapse
I was there before , u should open using a Linux 64 bit pc
carlochiefsg said:
This doesn't look like a complete set. all essential files are missing
Click to expand...
Click to collapse
cool finally i got somebody that look is understand what we are talking about?? well i will link now the result of using the cofface converter ... actually after that i used a system dat extractor found here in xda in another topic.... just to give all the details about what i did.
anyway here is link to my result https://drive.google.com/open?id=0B0YNufbboWNPY3h4WV8wWUlqaGc
let me know if you can help with my project
will it work for oppo f3 cph1609 .ozip format ?
carlochiefsg said:
didn't work! I get error message --- buffer overflow detected: ./OppoDecrypt terminated.
I typed ./OppoDecrypt CPH1707EX_11_OTA_0070.ozip -r11 on Ubuntu terminal.
Oppo R11
Click to expand...
Click to collapse
i have same problem ubuntu 17.10 64 bit ...
can you solve this ?
DO NOT USE THIS TOOL! It has a bug that losing some data at the end of the result file.
dont work R11 Plus :S
I've tried this one - abpprook/ozip2zip from github (sorry, I cannot post links yet)
Works perfect on Windows and Ubuntu
It does not works with R11 global rom CPH1707EX
are you able to fix ?
cofface said:
oppo ozip2zip tool:
Used in ubuntu 64 bit:
Support devices:
r9s、r11、a77
command:
HTML:
./OppoDecrypt *.ozip -device_name
oppo r9s device_name is:r9s
oppo r11 device_name is:r11
oppo a77 device_name is:a77
Download:https://www.androidfilehost.com/?fid=817550096634792751
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc:fingers-crossed:
PAYPAL DONATION LINK
Contributors
cofface
Version Information
Status: Stable
Created 2017-08-08
Last Updated 2017-08-14
Click to expand...
Click to collapse
I have to agree on the R9S Plus, it actually decrypts, but when you try to extract the zip file, the system.new.dat file is corrupted.

[TOOL][X52X] TOOL ALL IN ONE (Drivers|Unlock|TWRP|Factory Image|Stock Recovery)

This is the LeEco X52X's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"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"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
​
OP is really too confusing. I suggest you to remove other devices info and just talk about Le 2 as that would make it less confusing and more convenient.
Edit : Also, you've added changelog twice.
Edit 2 : It's a bug in Xda Labs app. Nothing wrong in OP (ugh)
Looks promising! Keep up the great work!
Just a little note aside: you should change "No devices founded" to "No devices found".
Great job!
xdvs23 said:
Looks promising! Keep up the great work!
Just a little note aside: you should change "No devices founded" to "No devices found".
Click to expand...
Click to collapse
Already done, that is an old screen
Anwar Syed said:
OP is really too confusing. I suggest you to remove other devices info and just talk about Le 2 as that would make it less confusing and more convenient.
Edit : Also, you've added changelog twice.
Click to expand...
Click to collapse
I will not remove other devices info because the devices are a lot and i cant create too different threads. The procedure are the same for all devices. Where i have added changelog twice?
mauronofrio said:
I will not remove other devices info because the devices are a lot and i cant create too different threads. The procedure are the same for all devices. Where i have added changelog twice?
Click to expand...
Click to collapse
Okay now this is embarrassing. When I look at your post via Xda Labs app, it looks pretty unorganized and has changelogs twice and makes it look confusing, while the same thing looks much more organized when I go through it using chrome or any browser. So it's probably a bug on Xda Labs app. Sorry. Cheers.
its connecting my device x526 very well in Windows 10 . But when i click on bootloader status its rebooting my device in flash mode and after getting this mode in device , its not recognize my device .
plz fix
Pkb2003 said:
its connecting my device x526 very well in Windows 10 . But when i click on bootloader status its rebooting my device in flash mode and after getting this mode in device , its not recognize my device .
plz fix
Click to expand...
Click to collapse
Did u turn on usb debugging in developer options
---------- Post added at 04:14 PM ---------- Previous post was at 04:14 PM ----------
hkee96 said:
Did u turn on usb debugging in developer options
Click to expand...
Click to collapse
And also oem unlocking
hkee96 said:
Did u turn on usb debugging in developer options
---------- Post added at 04:14 PM ---------- Previous post was at 04:14 PM ----------
And also oem unlocking
Click to expand...
Click to collapse
offcource both done bro
Pkb2003 said:
offcource both done bro
Click to expand...
Click to collapse
mmm, you are the first, maybe you have not installed the drivers? Have you "unblock" the tool zip before unpack and install it?
mauronofrio said:
mmm, you are the first, maybe you have not installed the drivers? Have you "unblock" the tool zip before unpack and install it?
Click to expand...
Click to collapse
yes bro
i first unzipped then install
Pkb2003 said:
yes bro
i first unzipped then install
Click to expand...
Click to collapse
before unzip, have you unblocked the zip from properties?
mauronofrio said:
before unzip, have you unblocked the zip from properties?
Click to expand...
Click to collapse
didnt get this point bro
how do this
Pkb2003 said:
didnt get this point bro
how do this
Click to expand...
Click to collapse
See first post, section "how to install"
Pkb2003 said:
didnt get this point bro
how do this
Click to expand...
Click to collapse
In your computer, go to the properties of zip and click unblock
Now is available a new fastboot rom for LeEco X52X
https://mega.nz/#F!pN0F2YKZ!ma3isb6MocKgRDpbkY5qGA
mauronofrio said:
Now is available a new fastboot rom for LeEco X52X
https://mega.nz/#F!pN0F2YKZ!ma3isb6MocKgRDpbkY5qGA
Click to expand...
Click to collapse
Hi Mauro
is this the Chinese stock we have seen in the other Forum section or a new one?
any particular feature?
thanks
nfraccar said:
Hi Mauro
is this the Chinese stock we have seen in the other Forum section or a new one?
any particular feature?
thanks
Click to expand...
Click to collapse
Yes, this is 26s chinese stock rom, this is a fastboot rom, flashable through tool.
Any sugestion for this, its really to much. Is there anything to solve this battery problem or it is only new ROM for this?
SrdjanM said:
Any sugestion for this, its really to much. Is there anything to solve this battery problem or it is only new ROM for this?
Click to expand...
Click to collapse
This is not a rom support thread

Categories

Resources