[GUIDE]Set up OTA updates for ur ROM - Android Software Development

Hi Guys today I'm going to show u how to add OTA updates for your rom.
So what is it basically???
Everyone knows it lol
So lets start with the business.
1)First of all get the latest apk from here
https://www.otaupdatecenter.pro/
2)Put this app in your rom's /system/app
3)Pick a ROM ID that you will use in our database(No spaces)
4)Add the following properties to your build.prop:
otaupdater.otaid=<ROM ID you picked from previous step>
otaupdater.otatime=<Date/time of this build in yyyymmdd-hhmm format>
otaupdater.otaver=< version number/name>
5)Package your ROM, generate an MD5 of the zip file, and upload it on any file sharing site
6)Then make your account and add your rom (update) on the site (OTA)
7)You will need the ROM ID you picked, the device you packaged for, and the URL and MD5 of the zip file.
8)For any further updates, just make sure you update the "otatime" and "otaver" properties in build.prop
Hope this HELPS!
Wanna hit THANKS!!,
Then there's A button for that

How do you generate a md5 of the rom?
Nice guide, i understand everything excepting that step.

Isn't this taken from here: http://forum.xda-developers.com/showthread.php?t=1803562

Thanks
Helped me a lot for building my own rom trying to learn rn and it was very helpful of you

Related

CUSTOM ROM (deodexed)

Hey guys,
you probably don't know me, but I have created a custom rom for our Galaxy 3 based on Froyo.
It comes with both, the TW Launcher and the stock launcher, Launcher2.
So YOU are able to choose one of them.
It has modiefied framework-res.apk and twframework-res.apk too (Gingerbread look).
And last but not least, I rebuild the zImage kernel for speed and this is probably the first DEODEXED rom avaiable for Galaxy 3.
The only PROBLEM is, that my rom comes an an update.zip package which i cannot sign with the samsung key since I don't have it.
So if you guys could manage to create a custom recovery that lets us apply update.zip packages like in times of ECLAIR, we could use my rom.
So I need you guys to to this.
Then we can use my deodexed, optimized froyo rom.
rayman33 said:
Hey guys,
you probably don't know me, but I have created a custom rom for our Galaxy 3 based on Froyo.
It comes with both, the TW Launcher and the stock launcher, Launcher2.
So YOU are able to choose one of them.
It has modiefied framework-res.apk and twframework-res.apk too (Gingerbread look).
And last but not least, I rebuild the zImage kernel for speed and this is probably the first DEODEXED rom avaiable for Galaxy 3.
The only PROBLEM is, that my rom comes an an update.zip package which i cannot sign with the samsung key since I don't have it.
So if you guys could manage to create a custom recovery that lets us apply update.zip packages like in times of ECLAIR, we could use my rom.
So I need you guys to to this.
Then we can use my deodexed, optimized froyo rom.
Click to expand...
Click to collapse
question: what deodexed means??? i never heard that word before...
why this isnt in dev forum?
Thats good buddy.... Plz upload the zImage kernel with Deodexed
ready to try
Need some more information
Ok buddy,
I'll upload it...let's see..
maybe tomorrow after school.
But can you tell me : For theming and so on,
what needs to be deodexed ?! I only deodexed /system/app .
Does /system/framework also need to be deodexed ?!
AND : GOOD NEWS :
I succesfully created a flashable ODIN package based on XXJPA, which is deodexed in /system/app !
So please tell me if I should deodex /system/framework !
I'll add the Kernel and all the other stuff in my 2nd release
STAY TUNED BUT HELP ME .
rayman33 said:
Ok buddy,
I'll upload it...let's see..
maybe tomorrow after school.
But can you tell me : For theming and so on,
what needs to be deodexed ?! I only deodexed /system/app .
Does /system/framework also need to be deodexed ?!
AND : GOOD NEWS :
I succesfully created a flashable ODIN package based on XXJPA, which is deodexed in /system/app !
So please tell me if I should deodex /system/framework !
I'll add the Kernel and all the other stuff in my 2nd release
STAY TUNED BUT HELP ME .
Click to expand...
Click to collapse
If possible, could you PM the instructions on how to deodex a ROM?
Sent from my Samsung Galaxy 3 FROYO
great now we can modify the indivisual apps in the samsung...crap.......
and yes i thinkthe framework folder also needs to be deodexed...
right now we can only modify /hack the framework-res.apk and twframework-res.apk as they do not have odex files with them i.e deodexed....
while others are odexed...
this is the first great step to galaxy 3 custom roms and from that i mean great roms....
Instructions
So for you guys, here is the instruction for deodexing .
First, go to youtube and follow the video instructions of nokia7vista's tutorial for creating a custom rom for Samsung Galaxy S.
(Download a base rom that you want to customize (i.e. XXJPF) and download and install magiciso to open the factoryfs.rfs from XXJPF (in magic iso, go to open and then select all files, then you can open factoryfs.rfs). When you have done this, extract the content of factoryfs.rfs to your desktop and put it into a folder called "System". Put the folder "System" into a new folder called "CFW". Now you have to download the rombasics.zip based on JPA FROYO, which are found in another post in the xda - Forum in the development section. (Sorry I'm a new user so i'm not allowed to post links. When I am, I'll do !
Then, put the content of rombasics.zip into the folder "CFW".
After that, follow nokia7vista's tutorial part 4 to install cygwin correctly and install the HTC Android kitchen.
When you followed the tutorial, you should know how to start the kitchen (open cygwin, cd to folder where you placed the kitchen and type "./menu" (without quotes ).
And in the kitchen, you must first do nr. 1 (building working folder from the folder "CFW"). Then, you can type 0 to access the advanced options and type 11 to deodex. Easily select if you only want to deodex either only /system/app or only /system/framework or both.
AFTER you have followed all these steps, you have to select 99 in the kitchen. This will set up "CFW.zip" in the /kitchen/output folder.
When this is finished, you have to extract the "CFW.zip" and copy the factoryfs.rfs to any Froyo based ROM for Galaxy 3 you like.
THEN you're done
rayman33 said:
So for you guys, here is the instruction for deodexing .
First, go to youtube and follow the video instructions of nokia7vista's tutorial for creating a custom rom for Samsung Galaxy S.
(Download a base rom that you want to customize (i.e. XXJPF) and download and install magiciso to open the factoryfs.rfs from XXJPF (in magic iso, go to open and then select all files, then you can open factoryfs.rfs). When you have done this, extract the content of factoryfs.rfs to your desktop and put it into a folder called "System". Put the folder "System" into a new folder called "CFW". Now you have to download the rombasics.zip based on JPA FROYO, which are found in another post in the xda - Forum in the development section. (Sorry I'm a new user so i'm not allowed to post links. When I am, I'll do !
Then, put the content of rombasics.zip into the folder "CFW".
After that, follow nokia7vista's tutorial part 4 to install cygwin correctly and install the HTC Android kitchen.
When you followed the tutorial, you should know how to start the kitchen (open cygwin, cd to folder where you placed the kitchen and type "./menu" (without quotes ).
And in the kitchen, you must first do nr. 1 (building working folder from the folder "CFW"). Then, you can type 0 to access the advanced options and type 11 to deodex. Easily select if you only want to deodex either only /system/app or only /system/framework or both.
AFTER you have followed all these steps, you have to select 99 in the kitchen. This will set up "CFW.zip" in the /kitchen/output folder.
When this is finished, you have to extract the "CFW.zip" and copy the factoryfs.rfs to any Froyo based ROM for Galaxy 3 you like.
THEN you're done
Click to expand...
Click to collapse
oh ... can you make deotexed (system app & framework) rom based on jpf ?
rayman33 said:
So for you guys, here is the instruction for deodexing .
First, go to youtube and follow the video instructions of nokia7vista's tutorial for creating a custom rom for Samsung Galaxy S.
(Download a base rom that you want to customize (i.e. XXJPF) and download and install magiciso to open the factoryfs.rfs from XXJPF (in magic iso, go to open and then select all files, then you can open factoryfs.rfs). When you have done this, extract the content of factoryfs.rfs to your desktop and put it into a folder called "System". Put the folder "System" into a new folder called "CFW". Now you have to download the rombasics.zip based on JPA FROYO, which are found in another post in the xda - Forum in the development section. (Sorry I'm a new user so i'm not allowed to post links. When I am, I'll do !
Then, put the content of rombasics.zip into the folder "CFW".
After that, follow nokia7vista's tutorial part 4 to install cygwin correctly and install the HTC Android kitchen.
When you followed the tutorial, you should know how to start the kitchen (open cygwin, cd to folder where you placed the kitchen and type "./menu" (without quotes ).
And in the kitchen, you must first do nr. 1 (building working folder from the folder "CFW"). Then, you can type 0 to access the advanced options and type 11 to deodex. Easily select if you only want to deodex either only /system/app or only /system/framework or both.
AFTER you have followed all these steps, you have to select 99 in the kitchen. This will set up "CFW.zip" in the /kitchen/output folder.
When this is finished, you have to extract the "CFW.zip" and copy the factoryfs.rfs to any Froyo based ROM for Galaxy 3 you like.
THEN you're done
Click to expand...
Click to collapse
please post your deodexed rom, atleast we can get to know if it works for g3 or not
is it working for you??
after deodexing what advantages have you taken of that???
So my deodexed base ROM so far has not booted.
Any reason why?
Custom Rom (XXJPA)
@DarkLestat :
My custom rom (deodexed) is working, yes. But I think it's way to slow to use it every day because it's based on JPA.
When you gyus want me to release a super fast and super stable deodexed rom, which I'm actually able to build, you have to share the rombasics.zip based on XXJPF.
If anyone could do that, that would be great.
rayman33 said:
@DarkLestat :
My custom rom (deodexed) is working, yes. But I think it's way to slow to use it every day because it's based on JPA.
When you gyus want me to release a super fast and super stable deodexed rom, which I'm actually able to build, you have to share the rombasics.zip based on XXJPF.
If anyone could do that, that would be great.
Click to expand...
Click to collapse
I'm using Gsam101's JPA Clean ROM with the ronbasics for JPA.
is that a reason?
How exactly did you get the factoryfs.rfs from the CFW.zip? All my .zip has are the folders I zipped into it, and its supposedly the finished ROM?
Sent from my Samsung Galaxy 3 FROYO
How would i go about creating a factoryfs.rfs?
EDIT: Anyone?
CFW.zip ?!
Ehhhhm...DarkLestat... If I#m understanding right, you wanna build a custom rom with an update.zip package..
If you are doing so, let me say that it don't works since samsung has implemented a new recovery in Froyo builds which don't allows us to flash the update.zip packages anymore.
You actually have to create a flashable odin package.
(including cache.rfs, datafs.rfs, factoryfs.rfs, modem.bin and zImage)
After you have done that, repack these files to a odin .tar package with the following commands in cygwin : (after you cd'd to your rom's folder)
Code:
tar -H ustar -c cache.rfs datafs.rfs factoryfs.rfs modem.bin zImage > output.tar
@The Dark Lestat: What's the source? JPF or older?
i have deodexed the jpf system/app all contents except settings .
deodexing settings causes loopback boot and phone does not boot.....
though i am verifying but deodexing is great....
i have tried changing the icons of apps, now they work, in odexed they were'nt...
though the gallery app, music player seems to be slower
spl. gallery is a tonn times slower. dont know the reason....
boot is fast.....
lets see..
Szaby59 said:
@The Dark Lestat: What's the source? JPF or older?
Click to expand...
Click to collapse
JPA
Sent from my Samsung Galaxy 3 FROYO
So we cant install this rom throw recovery menu, because samsung changed something in froyo update? Am i right? Its posible to flash back into enclair and flash it throw enclair recovery menu?
Meybe this is very newbie question.... i dont understand to these things (but i want to)
Sent from my GT-I5800 using XDA App
How do you create a factoryfs.rfs?
Terminal?
froyo is not released by samsung yet right??? i mean officially then how the hell can samsung change something in **** **** **** so the **** update cannot be done....i dont get this
is froyo out?

File request: HeroOfSparta.apk

Greetings all,
I am currently running build 1.016.04_COM_GEN1, and the OTA upgrade to 1.139.04 is failing- exclamation in triangle after reboot. It does successfully return to Honeycomb afterwards. So I did some reading (thank you all for so much useful info in various threads) and found that I had stuffed it up by deleting HeroOfSparta.apk after rooting it (I guess I should have read the post about deleting things a bit better), without taking a backup.
After finding the log file /cache/recovery/last_log, it tells me:
Installing update...
Verifying current system...
failed to stat "/system/app/HeroOfSparta.apk": No such file or directory
file "/system/app/HeroOfSparta.apk" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/app/HeroOfSparta.apk", "65a39ed92c1b37263359b0b720f249d0bc6fa271", "ca0e9e8ea48c0be9ba1658c25bafc8837927515f")
assert failed: apply_patch_check("/system/app/HeroOfSparta.apk", "65a39ed92c1b37263359b0b720f249d0bc6fa271", "ca0e9e8ea48c0be9ba1658c25bafc8837927515f")
Click to expand...
Click to collapse
So I'm putting in a request for this file please- either by itself or as part of an image, if there is one. I did a pretty thorough look through the posts and couldn't find any links to a backup of this image or file. If it helps, all of the other files in the /system/app directory have a date of 18 Mar 11.
And with it I'd like to salute all of you who are gradually helping me make this the most awesomely indispensable tool I've ever had!
here u go
i will pm u
EDIT: Not sure if we are supposed to post 'em but... here is your file... extract from the 7z... jejeje
mapaz04 said:
i will pm u
EDIT: Not sure if we are supposed to post 'em but... here is your file... extract from the 7z... jejeje
Click to expand...
Click to collapse
Since this file is needed to correct update I think YES we can post this kind of files in this forum.
Should be fine as hero of sparta was the trial version.
Lets golf and shift on the other hand are the full versions
Sent from my A500 using Tapatalk
Many thanks... this did get past the error and (unfortunately) onto the next. It's now asking for NFS.apk:
Installing update...
Verifying current system...
failed to stat "/system/app/NFS.apk": No such file or directory
file "/system/app/NFS.apk" doesn't have any of expected sha1 sums; checking
cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/app/NFS.apk",
"e4e7e9852dd2bfff89214b92287fc029a6c93afd",
"aeda000d2ef5298d4ada7791644ecc08f601a329")
assert failed: apply_patch_check("/system/app/NFS.apk",
"e4e7e9852dd2bfff89214b92287fc029a6c93afd",
"aeda000d2ef5298d4ada7791644ecc08f601a329")
E:Error in /cache/acer_ug/update.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
Is this one I can request in the same way? I don't want to break the rules but am unsure about the status of the file.
/app FOLDER
I will be uploading the /system/app folder for those of you that are in need of those APK's...
This will be through MEGAUPLOAD as that is the account that I have for uploads. I will post a link for it today since I have received many requests for multiple files on this... I dont think that it will be against rules as I will not be hosting files here and these are meant to be used as "RECOVERY ONLY" information...
Anyway, as stated, when I get home from work I will begin the upload and post the link once it has completed. jejeje
If anyone believes this is AGAINST FORUM RULES please let me know before this so that I dont get myself in trouble...
Hope this will help everyone! jejeje
***EDIT: YOU CAN FIND THE FULL SYSTEM.IMG AND FLEXROM.IMG ALONG WITH ALL THE TOOLS NEEDED TO RESTORE YOUR A500 ON MY POST OVER AT PPCGEEKS... http://forum.ppcgeeks.com/acer-icon...our-acer-a500-iconia-tablet-full-restore.html
***EDIT: Alternately, YOU CAN ALSO find the FULL SYSTEM DUMP here: http://forum.sdx-developers.com/acer-a500-development/system-dump-14235
download the file and extract from it what you need. Let me know if anyone is still interested in the /system/app folder upload. As stated, I just dont want to get in trouble here in the forums. I use them too much to be banned. jejeje
Alright, to those looking for the /system/app folder to RESTORE YOUR USA ACER A500 ICONIA WIFI ONLY... Here is my link...
http://www.megaupload.com/?d=8KHWBF7E
Many thanks! The system image files from this link have helped me restore what I deleted, and the system update has now successfully installed.
Music2.apk
Hey guys -
First off, thanks so much for the dump. Successfully put back MusicA.apk, but Music2.apk won't install...i moved to system/app, and changed permissions to rw-r-r....any suggestions? Thanks in advance.
bloodmut said:
Hey guys -
First off, thanks so much for the dump. Successfully put back MusicA.apk, but Music2.apk won't install...i moved to system/app, and changed permissions to rw-r-r....any suggestions? Thanks in advance.
Click to expand...
Click to collapse
Doesn't it need execute permissions? Not sure how Android is as opposed to Linux, but rwxr-xr-x would make more sense if you intend to run it?
mapaz04 said:
I will be uploading the /system/app folder for those of you that are in need of those APK's...
This will be through MEGAUPLOAD as that is the account that I have for uploads. I will post a link for it today since I have received many requests for multiple files on this... I dont think that it will be against rules as I will not be hosting files here and these are meant to be used as "RECOVERY ONLY" information...
Anyway, as stated, when I get home from work I will begin the upload and post the link once it has completed. jejeje
If anyone believes this is AGAINST FORUM RULES please let me know before this so that I dont get myself in trouble...
Hope this will help everyone! jejeje
***EDIT: YOU CAN FIND THE FULL SYSTEM.IMG AND FLEXROM.IMG ALONG WITH ALL THE TOOLS NEEDED TO RESTORE YOUR A500 ON MY POST OVER AT PPCGEEKS... http://forum.ppcgeeks.com/acer-icon...our-acer-a500-iconia-tablet-full-restore.html
***EDIT: Alternately, YOU CAN ALSO find the FULL SYSTEM DUMP here: http://forum.sdx-developers.com/acer-a500-development/system-dump-14235
download the file and extract from it what you need. Let me know if anyone is still interested in the /system/app folder upload. As stated, I just dont want to get in trouble here in the forums. I use them too much to be banned. jejeje
Click to expand...
Click to collapse
Thanks For This

[Q] Custom Rom invalid .zip

hi guys!
First of all : I'm new to the custom rom scene development. I do know how to flash and so..
So i've installed cygwin and the android kitchen. I took the stock rom provided to me by the manufacturer, i was able to set up the working folder. Then I did : "Build ROM from working folder", without making any changes to apk's or something like that.
When i got the update.zip file i tried flashing it with a recovery and using the update.zip in /sdcard method. The first method just stopped after verifying, the second method said it was an invalid package.
I believe there is something wrong with the signing of the rom. Could you guys help me out?
Thx!
Check type of script used in update.zip
tcornelis said:
hi guys!
First of all : I'm new to the custom rom scene development. I do know how to flash and so..
So i've installed cygwin and the android kitchen. I took the stock rom provided to me by the manufacturer, i was able to set up the working folder. Then I did : "Build ROM from working folder", without making any changes to apk's or something like that.
When i got the update.zip file i tried flashing it with a recovery and using the update.zip in /sdcard method. The first method just stopped after verifying, the second method said it was an invalid package.
I believe there is something wrong with the signing of the rom. Could you guys help me out?
Thx!
Click to expand...
Click to collapse
Did u signed the update.zip while exporting rom using cygwin menu. ?
If you didnt sign it will notify that is invalid
But there might be some other kind of issue like
1. Cygwin provides updater_script and update_script in update.zip package it contain all information reguarding flashing
check that your device require which type of script .
let me know your responce.
Press thanks button. if this helped

HTC Desire 820s

Is that phone totally abandoned by htc ? i just baught it 2 days ago
if saw i would replace it with other phone
can any one just answer it simply
thats what i gues : no software , kernel source downloads available for this device . i even tried to contact htc about lp update and the Simply don't know
I think the lollipop firmware is here
http://ir-file.com/portal/index.php?dir=Firmware/HTC/HTC_Android/A50ML_DTUL/
We shouldn't expect any lollipop firmware unless maybe we flash it.
My phone had lollipop out of the box but I flashed kitkat so that I could root it and modify it, but I found it to be too boring, I'm looking to revert to lollipop
You try and tell me if it worked
Mohamed Yaser said:
You try and tell me if it worked
Click to expand...
Click to collapse
Ok
So I downloaded the zip file sized about 1.8gb.
On extracting the zip file, I only get three files:
Android - info. txt - 92B
Userdata.img - 136034KB
Cache.img - 6972KB
I don't know where the other files have disappeared to
Gibz97 said:
So I downloaded the zip file sized about 1.8gb.
On extracting the zip file, I only get three files:
Android - info. txt - 92B
Userdata.img - 136034KB
Cache.img - 6972KB
I don't know where the other files have disappeared to
Click to expand...
Click to collapse
i want to download it but i cant ,, give me a direct link for it or the account used
ah,, can you delete the extracted folder or its stuck on your hard disk ??
Mohamed Yaser said:
i want to download it but i cant ,, give me a direct link for it or the account used
ah,, can you delete the extracted folder or its stuck on your hard disk ??
Click to expand...
Click to collapse
Yes I can delete them. I tried contacting them, they said it's an encrypted zip file couldn't be extracted. Don't know how it's going to be flashed
Here
Extracted
can you provide me the download link directly , i don't have to make an account ,,,,, whatever it is i will start porting sense 7 form desire820 lolipop , i will see if i can
but i need to make sure that htc has forgot about us
Deleted
So when I repaired the zip file with winrar, I was able to recover these files.
Scatter file shows HTC_A50ML which is the D820ys, it comes with Lollipop out of the box.
This zip file is encrypted, only if one could find a password to crack it, or if someone has the knowhow to extract this kind of files
d820ts
is this update available for d820ts???

Unroot & Re-pack firmware?

I had 50pc japan version of s5(sc-04f), installed rom 'G900F.STOCK.FOR.SCL23.FULL.MINHQUAN'. The downside of this rom is that its pre-rooted. I managed to unroot it by goin in supersu & click 'full-unroot'. But i had multiple devices to flash, so is there a way for me to re-pack this firmware again after i unroot it? So that i could flash it to my other devices without root.
wee2000 said:
I had 50pc japan version of s5(sc-04f), installed rom 'G900F.STOCK.FOR.SCL23.FULL.MINHQUAN'. The downside of this rom is that its pre-rooted. I managed to unroot it by goin in supersu & click 'full-unroot'. But i had multiple devices to flash, so is there a way for me to re-pack this firmware again after i unroot it? So that i could flash it to my other devices without root.
Click to expand...
Click to collapse
Your best bet is to post this question within the following Q&A thread that's specific to your device.
https://forum.xda-developers.com/showthread.php?t=2700073
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
ok done, thx 4 the info
just in case if i missed the reply there, hope someone could reply me here?
when i extract the ZIP file, i got
METE-INF folder
boot.img
system.img
just in case if i missed the reply there, hope someone could reply me here?
when i extract the ZIP file, i got
METE-INF folder
boot.img
system.img
wee2000 said:
just in case if i missed the reply there, hope someone could reply me here?
when i extract the ZIP file, i got
METE-INF folder
boot.img
system.img
Click to expand...
Click to collapse
Should we search for this firmware or you can provide a link to its thread?
the link is here : https://choimobile.vn/threads/6-0-1-scl23-stock-rom-g900f-full-port-v3-by-huaminhquan93.37412/
wee2000 said:
the link is here : https://choimobile.vn/threads/6-0-1-scl23-stock-rom-g900f-full-port-v3-by-huaminhquan93.37412/
Click to expand...
Click to collapse
Generally, if it's 6.0.1 and rooted systemlessly, you need to replace boot.img with a stock one and remove SuperSU app from system.img.
This ROM intended to be flashed from TWRP, so it's an ext4 image.
You can mount it to a linux system on your PC and remove anything you want.
I havent done anything like this before. Could u give me some links or guides? My PC is running Windows 10.
wee2000 said:
I havent done anything like this before. Could u give me some links or guides? My PC is running Windows 10.
Click to expand...
Click to collapse
Ok, here' a simpler way:
1. Make changes on one phone.
2. Make a TWRP backup of boot and system partitions.
3. Restore this backup on other phones. They must have TWRP installed, a 6.0.1 bootloader and modem.
You'll have to rename backup's folder path and to wipe cache/data/system before restore.
can i use winrar to extract & compile the rom, without linux? So that i will have a much faster flashing process for all other units..
wee2000 said:
can i use winrar to extract & compile the rom, without linux? So that i will have a much faster flashing process for all other units..
Click to expand...
Click to collapse
Ok, I've managed to download that ROM at last.
The things look even simpler.
To prepare an "unrooted" ROM:
1. Download the zip form this post and unpack updater-script somewhere.
2. Make a copy of V3.G900F.STOCK.FOR.SCL23.FULL.MINHQUAN.zip, open it with Windows Explorer and replace V3.G900F.STOCK.FOR.SCL23.FULL.MINHQUAN.zip\META-INF\com\google\android\updater-script with the file you've unpacked from the attachment.
3. Try to flash ans see if it's what you need.
thx so much, already passed all units to the buyer. ill try that on next batch restock, may iknow if there's a way to get the service menu shortcode *#0*# to work again? This rom doesn't has the service menu.
bbsc said:
Ok, I've managed to download that ROM at last.
The things look even simpler.
To prepare an "unrooted" ROM:
1. Download the zip form this post and unpack updater-script somewhere.
2. Make a copy of V3.G900F.STOCK.FOR.SCL23.FULL.MINHQUAN.zip, open it with Windows Explorer and replace V3.G900F.STOCK.FOR.SCL23.FULL.MINHQUAN.zip\META-INF\com\google\android\updater-script with the file you've unpacked from the attachment.
3. Try to flash ans see if it's what you need.
Click to expand...
Click to collapse
I've replaced the updater-script in the zip file, but supersu is still there

Categories

Resources