[Win] Android recovery emulator - emulate zip installations - Android Software Development

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!

Related

[ROM][AOSP][4.3] ***Smasher X*** [5.1][MultiView][Pie][01.19.14]

{
"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"
}
-------------------------------------------------------------------------------------------------------------------------------------
Screenshots:
-------------------------------------------------------------------------------------------------------------------------------------​Credits & Kernel Source:
CyanogenMod Kernel Source:
(https://github.com/elelinux/vendor_samsung
)
I did not make these roms, I just tweaked them.
Cjen1987:
{GIVE ME THANKS!]
Support Me Here
Download:
<MODERATOR EDIT - LINK REMOVED>
Gapps:
Download HERE
Features:
This is a CM11 Kitkat base rom.
I did not bring CM11 to this device, so give thanks to the Devs that did.
What I did:
Added:
*Pie control
*MultiThemes (Launcher & CM11)
*Playerpro (Free)
*PC Remote
*Pop up Browser & Youtube
*Dolphin Browser
*Portal (multiview beta)
*Apn Config (edit your apns for kitkat roms)
*Android Sniper boot animation
*Custom ringtones
*Rom toolbox light
*Go SMS (Custom themes and pop up messages)
Removed:
*Apollo
*CMAccounts
*CMFileManager
*Cmwallpaper
*DSP
*DocumentsUI
*MagicSmoke
*Term
*Video Editor
*CMS
*Tags
Replaced:
*Launcher
*Bootanimation
*Default camera (Bug Fixes)
*Minor Data changes
What works:
*Calling
*SMS
*MMS
*Data
*GPS
What doesn't:
***YOU TELL ME***
​
Final notes:
***Final note, if you have a issue please Pm me or post.
I don't have a team and am managing 20+ device's, so give me time.
Smasher X has been a fully stable driver for more than 15 device's, and I hope
to work with you to fix these issues.
Please don't get upset if the download isn't up right away or there is something
you don't like.
If you brick your device, DONT BLAME ME!
I have had Error installs on a very few devices, which have all been fixed or the
installer didn't upgrade there CWM recovery to the latest build.***
Installation:
Install Smasher X
Go to recovery
(Don't tell me the rom didn't install, if you don't have the latest cwm recovery!)
Make a backup of your data(highly recommended)
Install this ROM
Install gapps
Reboot
​​​
Links up. Feed back?
Am I missing something? No actual data is posted.
Cheers
frater said:
Am I missing something? No actual data is posted.
Cheers
Click to expand...
Click to collapse
Like what? Its aosp based off the latest cm10.2.
Cjen1987 said:
Like what? Its aosp based off the latest cm10.2.
Click to expand...
Click to collapse
So there is official CM for the Active?
Kernel Sources link leads to 2.3.6?
Awesome, did you fix the Cam Issues?
If you can't answer more than one question with "yes",please give propper credits.
Also, do you really think a "**** off" in Build prop is useful? Or is it my own lack of humor?
Greetings
Thomas
P.S. Is that WareZ on your Site?
Sent from my GT-I9295 using xda app-developers app
---------- Post added at 09:05 AM ---------- Previous post was at 08:52 AM ----------
Smart Launcher Pro €2.99
Respect the Developers for God's sake!
Duh!!
Sent from my GT-I9295 using xda app-developers app
Cjen1987 said:
Like what? Its aosp based off the latest cm10.2.
Click to expand...
Click to collapse
It might be the fault of tapatalk, but I don't see any real data posted in the first post. It's as if it's just the preparation of a post, so I waited a day before I made a comment.
I will look at it in chrome on a desktop.
Cheers
frater said:
It might be the fault of tapatalk, but I don't see any real data posted in the first post. It's as if it's just the preparation of a post, so I waited a day before I made a comment.
I will look at it in chrome on a desktop.
Cheers
Click to expand...
Click to collapse
I just saw the post using Chrome on a desktop... Now I see the content!
There you go if you want to make something fancy...
Tapatalk is quite popular for watching fora on an Android and this is the first time I noticed I'm missing something.
I'm tempted to install it but I have a feeling we'll have a Sammy 4.4.2 in February...
BTW not based on facts..
Info updated on rom, i'm slowly getting around to updating all the posts.
Please choose filehoster and tell us which file to download
Hi Cjen1987,
Two things. First your post doesn't state which file to download from the folder your link leads to. I guess it's the Smasher X -5.1- -jactiveltexx.zip but I'm not sure.
Second, and this I really want to emphasize. PLEASE USE ANOTHER FILEHOSTER OR SMART LINK SYSTEM. When I tried to download the jactiveltexx zip File I was flooded by spam windows, even auto-starting videos and it took me about 5 mins to find the correct download link somewhere hidden in between all these windows which had opened because there were download buttons and links all over the place. But none of them lead me to the file I wanted to download. After searching over and over again I finally found the very very small download link hidden on one of the windows. So please choose a resonable file hoster, as this was a real nightmare and such stuff is the reason why I don't give thanks or donations although I'm happy you made a 4.3 Rom for this device.
So bottom line is: I wasn't able to test the Smasher X File because I wanted to wait for confirmation from you that the jactiveltexx is the right one. So please confirm and I will try you're rom in the next days.
Thank you very much
Best regards,
Marc
marcelser said:
Hi Cjen1987,
Two things. First your post doesn't state which file to download from the folder your link leads to. I guess it's the Smasher X -5.1- -jactiveltexx.zip but I'm not sure.
Second, and this I really want to emphasize. PLEASE USE ANOTHER FILEHOSTER OR SMART LINK SYSTEM. When I tried to download the jactiveltexx zip File I was flooded by spam windows, even auto-starting videos and it took me about 5 mins to find the correct download link somewhere hidden in between all these windows which had opened because there were download buttons and links all over the place. But none of them lead me to the file I wanted to download. After searching over and over again I finally found the very very small download link hidden on one of the windows. So please choose a resonable file hoster, as this was a real nightmare and such stuff is the reason why I don't give thanks or donations although I'm happy you made a 4.3 Rom for this device.
So bottom line is: I wasn't able to test the Smasher X File because I wanted to wait for confirmation from you that the jactiveltexx is the right one. So please confirm and I will try you're rom in the next days.
Thank you very much
Best regards,
Marc
Click to expand...
Click to collapse
jactiveltexx would be correct.
Devhost has ad's and there is nothing I can do about it. I will not reload all the devices to a different hosting site.
New Gapps: http://itvends.com/gapps/gapps-jb-20130813-signed.zip
Hi, I don't understand this rom is 4.3 or 4.4 (the gapps provided in last link are for 4.4...)

[TOOL][WIN]AROMA Zip Maker | Make aroma zips in seconds |

AROMA Zip Maker By DC07.
Tool Featured On Portal Here​
Hello XDAins,After my 2 months break from xda,I am back...but this time with a handy tool
The tool converts simple flashable zip to aroma installer based flashable zip.
I made this tool for devs here who wanna include aroma installer in there ROM/THEME but don't know how to and those who cannot follow the tough tutorials,So this is completely Noob Friendly
Instructions
-Extract the zip contents in a your working folder (for eg: /desktop/aromazipmaker)
-Place the META-INF only,of your rom/mod/update/theme etc in the folder
-Now open the aromazipmaker.exe
-Proceed with the steps as guided in the script
-and your output will be META-INF [the orignal meta-inf will be named as original-meta inf.....and the aroma one will be just meta-inf]
-Place the META-INF Back into your zip with 7zip or any tool
-Flash Through CWM Recovery.
Features
-Simple and Newbie Friendly
-Themes Support[3 Themes Honami i1, Holo Metro, xNXT xperia theme
-You can include your ROM/MOD/THEME's Changelog and Thanks,that is placed in Aroma's_META-INF/com/google/android/aroma/here
Credits/Thanks
*Adhi1419 for orignal idea
*amarullz
*Ayush Singh
*iamareebjamal
*Lalit Patil
Things You should know
-The zip have a minor bug,after the process is completed successfully,the both the folders are named Original_META-INF.So after the process is done,just refresh and you will see two different folders viz. Original_META-INF and META-INF.
-You only have to use the META-INF folder...that includes the aroma installer.
Q.How to know that the process have completed successfully?
A.As you see this...you have done it.
{
"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"
}
For adding advance menus,options visit here
Downloads and F.A.Qs in 2nd Posts
Have a Nice Day :good:
XDA:DevDB Information
AROMA Zip Maker, a Tool/Utility for the Samsung Galaxy Y GT-S5360
Contributors
DC07
Version Information
Status: Alpha
Current Beta Version: 0.1a
Beta Release Date: 2014-03-23
Created 2014-03-23
Last Updated 2014-03-24
Reserved
Downloads
1.In the downloads section
2.Get v0.1a here [mirror]
F.A.Q
Welocme to zip maker
Q.What is the use of this tool?
A.This tool automatically converts the meta-inf and replaces files to aroma's meta-inf.
Q.Does it support themes?
A.Yes,Ofcourse..I've included 3 themes viz.
i1-Honami Theme
xNXt-Xperia xNXT theme
metro-holofied metro theme
Q.I have some problems regarding the tool?
A.You can ask all your questions in the thread only,no pm please.
Last Words by the developer
If this tool helped you in some or the other way,Show your respect toward his work,by hitting thanks button,rating the thread five stars,suggestions for updates.
Reserved
For those who still cannot understand this guide,A Video tutorial for Using this tool is made by aniket.lamba
welcome back !! will try this later :fingers-crossed:
welcome to you
and good work
Neat. Gonna try this tonight, and congrats on making it on the portal!!!
Sent from my Galaxy Note II
Works good. Only change I really see is should have option to update zip to latest version of Aroma. Other than that works fine. Good job.
awesome work,damn cool and soo easy,many thanx.
May i ask which program you used to build the exe? Thanks
Edit: Advanced BAT to EXE converter
@DC07: i sent you a PM and i believe you will like it
I must not be doing something correctly? Not working for me. says it cannot find path?
Thank you very much sir for making it easier for us to create aroma flashable zip. Thanks also to all who contributed to this project.
Noob question. Sorry..
Can i just flash this zip on my GT-I9300 using cwm recovery 6.0.4.7?
Thanks
Sent from my GT-I9300 using XDA Premium HD app
nice guide
i'll try it later
leio rusher said:
Noob question. Sorry..
Can i just flash this zip on my GT-I9300 using cwm recovery 6.0.4.7?
Thanks
Sent from my GT-I9300 using XDA Premium HD app
Click to expand...
Click to collapse
No.
Nice, does it support naming the package, date etc??
if you need help with adding support for things like adding menus etc, let me know, I have aroma implemented completely in my new kitchen, multiple themes, language selection(multilanguage support aswell), setting the date rom/modname, version, and developer aswell
ricky310711 said:
Nice, does it support naming the package, date etc??
if you need help with adding support for things like adding menus etc, let me know, I have aroma implemented completely in my new kitchen, multiple themes, language selection(multilanguage support aswell), setting the date rom/modname, version, and developer aswell
Click to expand...
Click to collapse
Looking forward to it sir...
Regarding Naming the packages,changing/edifying the script,currently only manual editing is possible...but i'll make a script of that aswell :good:
Next Update will contain,auto editing the name of zip,Devs name and updated aroma binary
mikebeam said:
I must not be doing something correctly? Not working for me. says it cannot find path?
Click to expand...
Click to collapse
Extract the zip content in a fresh folder,do not rename anything!...now place your rom's META-INF in the same folder and run the script....It Should work :good:
mikebeam said:
I must not be doing something correctly? Not working for me. says it cannot find path?
Click to expand...
Click to collapse
maybe your path is too "long" or containing special characters ! just put the folder in C: Drive and follow instructions !
@op thks a lot mate ! way too easy
man this is awesome i was just looking forward to add aroma which was a difficult job thanks to you...
Mustafa Mubashir said:
man this is awesome i was just looking forward to add aroma which was a difficult job thanks to you...
Click to expand...
Click to collapse
thanks mate! :good:

Stock dump(needed for dev purposes)

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

[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.

Sailfish OS for the Xiaomi Redmi Note 5/ 5 Plus (vince)

{
"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"
}
Change log:
2021-10-08 update to 4.2.0.21
2021-07-08 update to 4.1.0.24
2021-03-08 update to 4.0.1.48
2020-11-20 update to 3.4.0.24
2020-05-02 update to 3.3.0.16
2019-11-16 update to 3.2.0.12
2019-09-27 add 15.1 base sailfishos
2019-09-09 update to 3.1.0.12
2019-05-11 update to 3.0.3.9
2019-03-30 update to 3.0.2.8
2019-03-25 fix FM radio on 3.0.1.11
2019-01-26 update to 3.0.1.11
2018-11-10 update to 3.0.0.8
2018-09-25 fix browser video playback bug(by @PiggZ)
2018-07-22 fix FM radio and power key wakeup delay bugs
2018-06-29 delete some 2.2.0.28 zip, because of some bugs
2018-06-15 2.2.0.29-beta8 fix video record freeze
2018-06-13 fix video thumbnails in Gallery, if you use OTA, you need to remove ffmpeg and install libav, and rm -rf /home/nemo/.cache/org.nemomobile/thumbnails/*
2018-06-10 update to 2.2.0.29
2018-05-17 gps and sensors fixed
2018-05-16 sailfish browser fixed, use "zypper ref && zypper up" to upgrade
What works:
calls/SMS/data
audio
video
wifi
bt
camera
sensors
GPS
FM
what's not:
fingerprint(as the stuff not done yet)
IR(no 32bit lib)
How to install
1.packages need to be downloaded:
twrp, nontreble version
HM5Plus_8.2.1.zip(firmware)
lineage-14.1-20180304-UNOFFICIAL-vince.zip or lineage-14.1-20180304-UNOFFICIAL-vince.zip
sailfishos-vince-release-4.2.0.21-devel-20211008.zip
2.install steps:
unlock bootloader, you will need to wait some days
rollback to miui 9?(android 7.1 based version) if you are on miui10
flash twrp
flash HM5Plus_8.2.1.zip (flash only once)
flash lineage-14.1-20180304-UNOFFICIAL-vince.zip in recovery
reboot to recovery, flash sailfishos-vince-release-$VERSION-devel-$DATE.zip
enjoy
OTA updates
To upgrade to a new Sailfish OS release, enter these commands as root
Code:
ssu re 3.4.0.24 #change it
version --dup
For update to 4.1.0.24, you need do some more
Code:
ssu ar sfos-test https://repo.sailfishos.club/4.1.0.24/xiaomi-vince/armv7hl/
ssu dr adaptation-community-common
ssu dr adaptation-community
ssu re 4.1.0.24
version --dup
WIKI Page
https://wiki.merproject.org/wiki/Adaptations/libhybris/Install_SailfishOS_for_Vince
Bug report
freenode: #sailfishos-porters or #jolla-cn
telegram: t.me/vincehalium
Github https://github.com/Sailfish-On-Vince/issues/issues
Thanks
First of all, very thanks to zhxt, no him no this.
Also thanks @TingyiChen , PiggZ and zamoroz from github. mal,sledges,ghosalmartin,krnlyng from #sailfishos-porters.
Paypal
https://www.paypal.me/birdzhang
Android apps working?
---account closed
x1988 said:
Android apps working?
Click to expand...
Click to collapse
no android runtime, i will adapt anbox later.
0312birdzhang said:
no android runtime, i will adapt anbox later.
Click to expand...
Click to collapse
@0312birdzhang thanks for SailfishOS, please keep working to get android apps running, much appreciated. :fingers-crossed:
any way to test in dualboot? my install aborted at patching boot file...
venasmeky said:
any way to test in dualboot? my install aborted at patching boot file...
Click to expand...
Click to collapse
Not tested yet, but you can try this: https://forum.xda-developers.com/showpost.php?p=74828618&postcount=832
Backup your files first !!!:laugh:
ecrudragon said:
@0312birdzhang thanks for SailfishOS, please keep working to get android apps running, much appreciated. :fingers-crossed:
Click to expand...
Click to collapse
Yes, i will try anbox or sfdroid or other ways to run android apps.
0312birdzhang said:
Not tested yet, but you can try this: https://forum.xda-developers.com/showpost.php?p=74828618&postcount=832
Backup your files first !!!:laugh:
Click to expand...
Click to collapse
nice joke man but ty
Failed to extract filesystem!
Updater process ended with ERROR : 7
how to solve this?
PikuseruGMD said:
Failed to extract filesystem!
Updater process ended with ERROR : 7
how to solve this?
Click to expand...
Click to collapse
is the zip file's md5 correct? http://images.devaamo.fi/sfe/vince/md5sum.txt
or what version is your twrp recovery ?
0312birdzhang said:
is the zip file's md5 correct? http://images.devaamo.fi/sfe/vince/md5sum.txt
or what version is your twrp recovery ?
Click to expand...
Click to collapse
the MD5 is correct, my twrp is 3.2.1-0 treble
PikuseruGMD said:
the MD5 is correct, my twrp is 3.2.1-0 treble
Click to expand...
Click to collapse
Not tested with treble, use this https://dl.twrp.me/vince/ .
-------------------------------------------------------------------------
Oh no, seems the lineageos 14.1 thread had been changed to lineageos 15.1
Use this android base package https://androidfilehost.com/?fid=818070582850497958 .
0312birdzhang said:
Not tested with treble, use this https://dl.twrp.me/vince/ .
-------------------------------------------------------------------------
Oh no, seems the lineageos 14.1 thread had been changed to lineageos 15.1
Use this android base package https://androidfilehost.com/?fid=818070582850497958 .
Click to expand...
Click to collapse
i'm using LOS 14.1 20180304, alright gonna change twrp
EDIT : finally it works!
PikuseruGMD said:
i'm using LOS 14.1 20180304, alright gonna change twrp
EDIT : finally it works!
Click to expand...
Click to collapse
Good news! :fingers-crossed:
waiting eagerly to try this beautiful rom just crossing my fingers for android support because without some of the android apps which i need for my work i can't use this rom.
0312birdzhang said:
Good news! :fingers-crossed:
Click to expand...
Click to collapse
I too had ERROR in TWRP (from TWRP site and treble TWRP), just removed from updater-script 1 line and it's working fine on treble TWRP.
Awesome work mate with this port. Do you tried to install alien dalvik? I found some instructions on maemo forum.
I set camera in 10MP mode and it's not working now, and I can't use app "touch" from jolla store.
Bx16 said:
I too had ERROR in TWRP (from TWRP site and treble TWRP), just removed from updater-script 1 line and it's working fine on treble TWRP.
Awesome work mate with this port. Do you tried to install alien dalvik? I found some instructions on maemo forum.
I set camera in 10MP mode and it's not working now, and I can't use app "touch" from jolla store.
Click to expand...
Click to collapse
Thank you for your replay. Camera must be set to low resolution, and third part camear app may not work.
0312birdzhang said:
Thank you for your replay. Camera must be set to low resolution, and third part camear app may not work.
Click to expand...
Click to collapse
Hi, I found some bugs, you mentioned GPS (network location working, I tested WhoGo maps and it's show close location), sensors and:
Low camera resolution, low maximum brightness (on sun I see nothing) and I can't do logcat with alien dalvik (I wrote to you in IRC channel). Torch is working fine, now I'm using system torch.
With latest update stock browser working fine.
I tested mobile data, sms, phone calls, wifi, camera (front, back), recording and playing it. All good
If you need any log or testing help just PM me or give instruction here.
I also wrote to MOD to move thread to development and it's happened.
Again thanks for work at this port.
what is pwd? I input unlock pass but not work.

Categories

Resources