Modified stock rom for SM-G355H - Samsung Galaxy Core 2 Questions & Answers

I just modified stock rom for sm-g355h
Am not sure will boot because I have no core 2
I modified due my friend request
Remember to take backup of rom
First boot will take upto 5 or upto 10 mins
Installation
Wipe
Dalvik / ART CACHE+data+internal+system+cache
Warning :am not responsible for any cause
Features
Init.d support
Prerooted
Busybox installed
Debloated
Deodexed
Link
https://drive.google.com/file/d/0B2BVNSuLC6xFRm5senNVMkdwOVk/view
Note : super su included but super su app not included so install super su from play store and update binary
Sorry for my bad English
Hit thanks button if I helped
Version Information
Status: Stable
Created 2017-09-09
Last Updated 2017-09-09
Screenshots

Changelog
Stable
*Initial release

Tested and Working well... Great work
:angel:

My sim not working.. how to fix ?

it can fix it
IonDesteptu1 said:
My sim not working.. how to fix ?
Click to expand...
Click to collapse
yeahh me got that problem too.. but I already found to fix that, just download sandroid kernel testing-01092016. zip file from xda link. flash it via twrp, after that flash file supersu. if done reboot it and your sim card problem already fix

Did it work for anyone else ? My device seems to be stuck at samsung logo since hours

Related

[ROM][E210][LineageOS 14.1]LineageOS for E210L/S/K + extras

[size=+2]This ROM is no longer updated as I don't have the device anymore. Feel free to use my code from GitHub to compile newer versions.[/size]
I have created this ROM for my E210L and I would like to share it here. This is direct port of Cyanogenmod/LineageOS from i9300 to E210L/S/K.
My ROM is based on work from FullGreen: https://github.com/FullGreen and on weeks of original research.
Previous versions of my ROM was direct ports of FullGreen ROM to E210L, later version was ported from scratch from CM13 stable release ZNH5Y sources for i9300, and still had many things based on FullGreen work.
The new version is based on latest source of LineageOS for GT-I9300.
[size=+3]ROM Download[/size]
https://www.androidfilehost.com/?w=files&flid=146865 - updated at 2018-10-02.
Older releases:
https://mega.nz/#F!28xyAJTY!gQ5dsDWIz3ydJkhyHEZ1fQ
[size=+3]Flashing[/size]
It is always recommended to upgrade to latest official stock ROM before switching to LineageOS. This is because latest stock ROM includes updated modem and bootloader.
To flash the ROM, use TWRP - for E210L it is available together with the ROM. For E210S and E210K, use TWRP for I9300 from http://twrp.me.
GApps can be downloaded from http://opengapps.org/ , architecture ARM, version 7.1, variant nano.
Boeffla kernel - optional - is also available with the ROM, it can be installed from recovery if you wan't to use it.
[size=+3]WARNING!!![/size]
PLEASE BACK UP EFS BEFORE FLASHING!!! Tweaking this phone can cause EFS wipe in some cases, and you must have a backup to restore it to normal.
[size=+3]Known bugs:[/size]
- Signal strength sometimes will be shown empty, this is only cosmetic issue (but too difficult for me to fix) and don't affect real signal strength.
- As my ROM is based on official LineageOS sources, and for now there is no stable release of LineageOS, if there are bugs in official LineageOS for i9300, they will be probably present also in my ROM.
- Cell broadcasts are disabled as they seem to cause battery drain.
Please note that for most of the cases I cannot solve bugs as I'm not LineageOS developer, I'm only doing a direct port from I9300 to E210.
[size=+3]Troubleshooting[/size]
If having issues with WIFI or IMEI:
Enable developer options and ADB root access, then connect phone to computer and enter in adb shell:
Code:
su
restorecon -R -F /efs
reboot
You have to do this from normal LineageOS, NOT from recovery or from stock/another ROM.
If you restore EFS from backup or go to another ROM and return to this ROM and you have problems, do this again.
There is no harm in doing this if not sure.
If your WIFI still not working, read this:
WIFI module in Galaxy S3 can be of three different types - murata, semco and semcosh. Normally the driver should be able to detect the right type by MAC address, but in LineageOS detection not always works correctly. Theoretically this can be a problem also for the regular model GT-I9300, but it seems to affect mainly the SHV-E210 model. To overcome this, I have made an option to manually override your WIFI module type. To do this, you have to update to my latest version of the ROM and then create an empty file named wifi_override_murata or wifi_override_semco or wifi_override_semcosh in your /data partition.
To do this, enable developer options, then turn on root access for ADB, then connect phone to computer, enter adb shell and execute :
Code:
su
For murata :
rm /data/wifi_override_semco
rm /data/wifi_override_semcosh
touch /data/wifi_override_murata
For semco :
rm /data/wifi_override_semcosh
rm /data/wifi_override_murata
touch /data/wifi_override_semco
For semcosh :
rm /data/wifi_override_murata
rm /data/wifi_override_semco
touch /data/wifi_override_semcosh
Then reboot the phone and try again using WIFI. You have try each of the three options to determine which option is right for your device. And if you hard reset your device, you will have to do this again.
In voice call, if the other person hears an echo of himself try to change AudioFX settings or disable AudioFX in the app.
[size=+3]Source code:[/size]
https://github.com/kmmng/cm14_c1
[size=+3]Thanks to:[/size]
The G-O-D for everything! ,
CyanogenMOD and LineageOS teams for the OS,
FullGreen for the ROM and the kernel,
TWRP for custom recovery,
osm0sis for Android Image Kitchen,
xpirt for sdat2img and rimg2sdat,
Lord Boeffla for his kernel and Anykernel scripts,
and everyone else I have used their work.
Runs great so far!
Nice job on making this work on this device, a fix for the battery drain issue would be perfect. I sadly do not have knowledge of this else i would be able to assist. Keep it up!
Perfect!!
Good job, the battery drain is high but the rom is fantastic, thanks for this
uhmm Where to get the Shv e210k version of this rom all i see is for L and S plss help
Nigellross said:
uhmm Where to get the Shv e210k version of this rom all i see is for L and S plss help
Click to expand...
Click to collapse
Try to use e210s version, s and k models are very similar.
Ve tried to use the s version on my shv e210k but im stuck at samsung galaxy logo ... is therw any fix
HUDASnotcare said:
Ve tried to use the s version on my shv e210k but im stuck at samsung galaxy logo ... is therw any fix
Click to expand...
Click to collapse
Try to flash this kernel after flashing S version. I cannot test it as I don't have the device, but I hope it will work.
No wifi
kmmng said:
Try to flash this kernel after flashing S version. I cannot test it as I don't have the device, but I hope it will work.
Click to expand...
Click to collapse
Its working thanks but now Unable to connect o my wifi help
HUDASnotcare said:
Its working thanks but now Unable to connect o my wifi help
Click to expand...
Click to collapse
Try this, I don't sure this will work as I don't have this device so i don't sure which wifi module it have.
GApps
Thanks men it works but i cannot install any gapps and getting an error google play frameworks not stopped
---------- Post added at 10:26 PM ---------- Previous post was at 10:25 PM ----------
kmmng said:
Try this, I don't sure this will work as I don't have this device so i don't sure which wifi module it have.
Click to expand...
Click to collapse
Thanks it work great but now experiencing gapps not working need help... also notifs led is not working ... sorry for the trouble
HUDASnotcare said:
Thanks it work great but now experiencing gapps not working need help... also notifs led is not working ... sorry for the trouble
Click to expand...
Click to collapse
Try to use E210S version from 2016-03-16 and not the last one.
Also try to install in this order : first erase data from recovery, then install rom, then install gapps, then install kernel - all this without rebooting. Only when everything is installed you can reboot.
Mine problem is losing signal after typing long message pls help guys, im using e210l and Boeffla kernel. thanks.
ROM updated to new version, https://mega.nz/#!6kJWFYSD!vDn3YI5-bgHOIsQvrblLaIRPrK5YEtQ3xlDSbApCdUI
Thank you soo much for this rom
đa
update plz
meeeeeooo said:
Mine problem is losing signal after typing long message pls help guys, im using e210l and Boeffla kernel. thanks.
Click to expand...
Click to collapse
same here, but i tested many roms 6.0, imo bug after port
shv e210k
wifi connection failure
Updated to new version
Thanks for the ROM, but the boeffla kernel in this versión Don't work, is stuck in cyanogen logo.
My device is SHV E210L
Rom : Blekota Note 4 Lite Rom 4.4.4
How to flash this rom?

[Port] [AICP] [Stable] [5.1] SM-T800

This ROM is based on Nightly version AICP but its Stable for daily use.
FEATURES:
All AICP features
Lollipop features (customized by AICP)
BUGS:
Unresized BootAnimation [on the center] (I did this on purpose, if you want you can change.)
Sees there is a sim card in tablet but there isn't. [Says "NO SERVICE"] (You can disable with " Permanent GSM solution down below)
Little bugs [does not affects daily use]
Can't install GAAPS because system partition is small (FIXED IN VERSION 2 ! - FIXED IN V2 !)
_-----------------------------------------------_
Permanent GSM solution:
1) not avaliable instructions
2) when way to disable cellular its entered ti here
INSTALLATION:
1. Install TWRP Recovery [if you haven't]
2. Boot into recovery mode
3. Wipe "System,Data,Cache,Dalvik Cache"
4. Flash ROM file from install zip section
Note: If you will flash GAAPS don't reboot after flashing system, flash GAAPS before rebooting.
Note2: Download v2 if you need flashing GAAPS.
XDA:DevDB Information
AICP SM-T800, ROM for the Samsung Galaxy Tab S
Contributors
romngenie
ROM OS Version: 5.1.x Lollipop
ROM Firmware Required: TWRP
Based On: AICP
Version Information
Status: Stable
Created 2016-06-25
Last Updated 2016-06-25​
hello, after searching I've found out that AICP stand for Android Ice Cold Project. May I ask if it look like Cyanogenmod or the AOSP ? first time I hear about it...
and just to know, why isn't it on the list of : http://dwnld.aicp-rom.com/?device=all&type=all ? for the chagallwifi T-800 ?
zigonneux said:
hello, after searching I've found out that AICP stand for Android Ice Cold Project. May I ask if it look like Cyanogenmod or the AOSP ? first time I hear about it...
and just to know, why isn't it on the list of : http://dwnld.aicp-rom.com/?device=all&type=all ? for the chagallwifi T-800 ?
Click to expand...
Click to collapse
Because i just created a XDA project. I cant contacted to AICP
Sent from my Asus ZenFone 2 Laser (ZE550KL) using XDA Labs
nice rom but some errors: can't check for update. Can't install any gapps because lack of space in the system file. Very fast rom , but can't test anything else.
zigonneux said:
nice rom but some errors: can't check for update. Can't install any gapps because lack of space in the system file. Very fast rom , but can't test anything else.
Click to expand...
Click to collapse
System partition is 300-450 MB i dont know why you can't install GAAPS (Fixed in V2 of ROM)
Can't check for update because its unofficial and no more updated . (except bug fixes)
Thanks for installing.
zigonneux said:
nice rom but some errors: can't check for update. Can't install any gapps because lack of space in the system file. Very fast rom , but can't test anything else.
Click to expand...
Click to collapse
YOU CAN INSTALL GAAPS LIKE THIS: (GAAPS FIXED IN V2 - TRY V2 WITHOUT ANY "occupation")
1. Download and install V2 of the ROM.
2. Install Gaaps.zip (install pico)
download says: Uploaded: 2016-Jul-19 , so I guess that the Fixed file is not there yet. I'll wait for the Fix and test for the fun of it... post the link when the fixed file is ready. I'm too lazy to deal with the Solution : decompress and recompress etc.
zigonneux said:
download says: Uploaded: 2016-Jul-19 , so I guess that the Fixed file is not there yet. I'll wait for the Fix and test for the fun of it... post the link when the fixed file is ready. I'm too lazy to deal with the Solution : decompress and recompress etc.
Click to expand...
Click to collapse
GAAPS is fixed in V2 version.
http://forum.xda-developers.com/devdb/project/dl/?id=19411
there is V2 Link.
You dont need uncompress and other techniques for this. Just download V2 and your GAAPS will fixed.
And i know i dont update this ROM except bug fixes.
SM-T800 cihazımdan Tapatalk kullanılarak gönderildi

[MIUI 9] (Redmi Note 4X/SD) (mido) Download Links. Build:27/07/17

For those who wants to try out the new MIUI 9 Beta/Alpha roms.
These are Chinese rom. so there will be no Gapps and Google services. some Chinese bloatware installed.
if you want the gapps, flash opengapps pico via TWRP.
-----------------------------------------------------------------------
Installation:
1. after flashing from Fastboot you'll have to install TWRP recovery again.
2. before booting into rom, flash SuperSU zip from TWRP (Download from official super su site) and reboot.
3. download http://www.mediafire.com/file/7ryryrgxp1v05bd/Google+Installer_2.0.apk this and install.
4. go to recovery and flash gapps.
5. reboot.
BUILD 27/07/17
Link China Beta: (Flashable Zip)
http://bigota.d.miui.com/7.7.28/miui_HMNote4X_7.7.28_e5b1c02b01_7.0.zip
Link China Alpha: (Flashable Zip)
from now on, I'll update Beta links only.
BUILD 26/07/17
Link China Alpha: (Fastboot Rom)
http://bigota.d.miui.com/7.7.26/mido_alpha_images_7.7.26_20170726.0000.00_7.0_cn_bc1e3192b7.tgz
Link China Beta: (Fastboot Rom)
http://bigota.d.miui.com/7.7.26/mido_images_7.7.26_20170726.0000.00_7.0_cn_9429084240.tgz
Expect bugs!
P.S: Beta will get slower updates with lesser bugs and Alpha will get faster updates with more bugs.
I'll keep updating the links as soon as new builds come out till official release.
(I didn't build this rom, I'm just sharing the goodness)

			
				
Did anyone tried the miui 9 beta rom??
Is there any diff faced in stablity or anything??
As far as i hve tested the alpha rom is quite stable and very smooth
Can the op post further alpha updates here?. It would be nice to get alpha updates in one thread
I'll provide you guys with the latest build links as soon as I get my hands on 'em. ?
devilhunter47 said:
Can the op post further alpha updates here?. It would be nice to get alpha updates in one thread
Click to expand...
Click to collapse
I'll keep the thread updated till official release...
How to root ? Just flash SuperSU?
FroZine said:
How to root ? Just flash SuperSU?
Click to expand...
Click to collapse
Yes
Can i flash magisk?
Can someone please extract the official miui 9 themes and post them here?
Beta 9 flashed fine, su fine, viper4audio fine, tried flash xposed-xposedSDK24 by PurifyOS (don't work but it's optionally for me)
BUT i got bigger problem with google play - first tried package that worked on MIUI 8 (don't work), then installed OpenGappsPico (don't work too), tried with this google installer apk shared in first post but i cant install play services - system says "can't downgrade[...]"
System works stable but I faced issues with google apps - many FC's I got, then I switched off FC's in dev settings.
Google play issues may be caused becouse i flashed rom with MiFlash 'save user data' chosen option.
I'll watch if clean install 'll help but don't have free time now.
Greetz, thanks for rom links
KiWi3288 said:
Beta 9 flashed fine, su fine, viper4audio fine, tried flash xposed-xposedSDK24 by PurifyOS (don't work but it's optionally for me)
BUT i got bigger problem with google play - first tried package that worked on MIUI 8 (don't work), then installed OpenGappsPico (don't work too), tried with this google installer apk shared in first post but i cant install play services - system says "can't downgrade[...]"
System works stable but I faced issues with google apps - many FC's I got, then I switched off FC's in dev settings.
Google play issues may be caused becouse i flashed rom with MiFlash 'save user data' chosen option.
I'll watch if clean install 'll help but don't have free time now.
Greetz, thanks for rom links
Click to expand...
Click to collapse
you can't keep data while coming from MIUI8. it will cause issues.
Thanks
Tom riddler thank you very mich it is good rom keep us updated with links i hope you will post regularly
in the next update, I'll add full OTA zip links so that you guys can flash without losing data. and I think I'm gonna keep updating the thread even after official release, cause sometime MIUI team pushes updates to Beta testers first.
Is the alpha rom updated on dialy basis or weekly basis for alpha users??
added new build link.
KiWi3288 said:
Beta 9 flashed fine, su fine, viper4audio fine, tried flash xposed-xposedSDK24 by PurifyOS (don't work but it's optionally for me)
BUT i got bigger problem with google play - first tried package that worked on MIUI 8 (don't work), then installed OpenGappsPico (don't work too), tried with this google installer apk shared in first post but i cant install play services - system says "can't downgrade[...]"
System works stable but I faced issues with google apps - many FC's I got, then I switched off FC's in dev settings.
Google play issues may be caused becouse i flashed rom with MiFlash 'save user data' chosen option.
I'll watch if clean install 'll help but don't have free time now.
Greetz, thanks for rom links
Click to expand...
Click to collapse
Hey man !
I hat this as well ... But I didnt flash any gapps. Miui recovered all my gapps after booting up ! I just uninstall ALL google related stuff via the "system apps" in the settings menu. After this I could install the google installer (see op !) and all went fine
tom_riddler said:
added new build link.
Click to expand...
Click to collapse
have u enrolled for beta testing ??
and i am currently on 7.7.26 alpha rom can i dirty flash 7.7.28(beta) rom over it ?
After clean install play store works without problems i used apk from first post to install services. Thanks
Anyone tried to install custom miui theme ? I got "402" issue. I read I need an theme developer account. Previous used MIUI 8 global beta and all themes worked fine.
Guys flashing this rom will erase internal storage?

Port{ zui port v2.5 based on 7.0}

THIS IS ALPHA TEST BUILD PLEASE REPORT BACK AFTR FLASHING IT
THANKS HITO FOR BASE :-
MODDED BY ME
(only for 3t users)
BASED ON ZUI V2.5
BUGS:- NO ALERT SLIDER
NFC NOT WORKING
FRONT CAMER OF ZUI WILL GIVE FC USE ANOTHER CAM
PREROOTED SUPERSU WILL AUTOMATICALLY FLASH
INSTALL GAPPS VIA GOOGLE INSTALLER
OR FLASH THESE GAPPS AFTR BOOTING ROM REBOOT TO RECOVERY:-
https://drive.google.com/open?id=0B2CwNmLth6cUc0kzbWNuQWNPeWs
[QRCODE]
CHANGELOG V1:-
update zui official latest 2.5.470
Optimize the system power consumption
FIXED CRASHES
ADDED DASH CHARGING
OTHERS OPTIMIZATION
[/QRCODE]
Alpha builds bugs will be there :-
DOWNLOAD LINK HERE:-
https://drive.google.com/open?id=0B2CwNmLth6cUS0NkaWF6WFdRVkk
Dear Dev, Glad you shared the ROM. Upload Screenshots and Brief some Features please.
great thing man! many of us are looking out for a stable port of MIUI, ZUI, Flyme based on Android 7.0 and above and finally you come around with this. Thanks! If you need any help, let me know.
What's ZUI? ^^
Google installer v2 completes the process but u cannot open play store always stuck up white screen
ashokmor007 said:
Google installer v2 completes the process but u cannot open play store always stuck up white screen
Click to expand...
Click to collapse
Did you tired clearing data of playstore and google play services and rebooted?
https://mega.nz/#F!Vl4H2ITT!SyWEXLyzh1O6QlrtgIv50g
use this version and afr installing enable all permissions then run it
you are techibee guy right ? i love your videos would be glad if you make one on this
Dhairya said:
Did you tired clearing data of playstore and google play services and rebooted?
https://mega.nz/#F!Vl4H2ITT!SyWEXLyzh1O6QlrtgIv50g
use this version and afr installing enable all permissions then run it
you are techibee guy right ? i love your videos would be glad if you make one on this
Click to expand...
Click to collapse
Sure will review this by evening ... testing it..
ashokmor007 said:
Sure will review this by evening ... testing it..
Click to expand...
Click to collapse
thanks a ton bro here is the gapps file if all above things fail then flash modded gapps aftr booting rom
https://drive.google.com/open?id=0B2CwNmLth6cUc0kzbWNuQWNPeWs
is volte working on this ROM?
The download link for the rom isn't valid anymore. Can you reupload it?
Dhairya said:
THIS IS ALPHA TEST BUILD PLEASE REPORT BACK AFTR FLASHING IT
THANKS HITO FOR BASE :-
MODDED BY ME
(only for 3t users)
BASED ON ZUI V2.5
BUGS:- NO ALERT SLIDER
NFC NOT WORKING
FRONT CAMER OF ZUI WILL GIVE FC USE ANOTHER CAM
PREROOTED SUPERSU WILL AUTOMATICALLY FLASH
INSTALL GAPPS VIA GOOGLE INSTALLER
OR FLASH THESE GAPPS AFTR BOOTING ROM REBOOT TO RECOVERY:-
https://drive.google.com/open?id=0B2CwNmLth6cUc0kzbWNuQWNPeWs
[QRCODE]
CHANGELOG V1:-
update zui official latest 2.5.470
Optimize the system power consumption
FIXED CRASHES
ADDED DASH CHARGING
OTHERS OPTIMIZATION
[/QRCODE]
Alpha builds bugs will be there :-
DOWNLOAD LINK HERE:-
https://drive.google.com/open?id=0B2CwNmLth6cUS0NkaWF6WFdRVkk
Click to expand...
Click to collapse
link not available
Hi.... Please give additional description of what's working and what's not.
Major concerns of most porter roms
1. Battery backup, heating issues
2. Alert slider and finger print
3. Camera and camcorder
4. Volte and signal drops
5. Ram management.
Provide some screenshots if possible..
Small request. Can someone confirm is custom kernel like Blackbird or Radioactive are working on this rom. It would be awesome.
@Dhairya any link for downloading
Hello OP....
Is this Rom dead?
Thx. for answers ( I know you are on "more OS" working, so only a question....)

[ROM][8.0.0][ABANDONED] Extreme Stock ROM for Samsung Galaxy J3 2017

Some information you should know..
This is a full Stock ROM with android version 8.0
If you want to report a Bug, read the F.A.Q First Then provide a logCat OR LoggingKit.zip with detailed explanation
Read the instructions and the F.A.Q Before installing the rom or posting a reply.
You are not allowed to use this base, if you want to make rom, "DIY"
Any sort of File Kanging will be reported without hesitation, we know our codes.
If you like this rom and appreciate my efforts, Hit the Thanks button, and consider a donation
This is the first Oreo Custom ROM for this device.
RULES OF POSTING : READ everything before commenting, And especially the install steps, the rom has been tested throughly for a long time, so if you have an critical issue like not booting or no sim, you missed the instructions, posts that are irrelevant to this project will be ignored(Constructive criticism is welcomed). If you do face a new bug however, dont just say "hey bug here" provide more information, and a LOGCAT, bug reports without logcats will most likely be ignored.
Android 8.0
Deodexed
Heavily debloated
Zipaligned
Very Optimised
Battery and performance better than stock
Full Samsung experience 9.0 without missing vital apps
And many more
Extra Features :-
All the original features are present (Wifi,Bluetooth etc)
Many prop and feature tweaks
DE-Knoxed and disabled Additoinal samsung root preventions and secuirty spams
Official status in settings
Many prop tweaks
Many feature tweaks
Check the changelogs for the FULL feature set
Kernel :-
OxygenKernel V1
- Basic Kernel to Boot Oreo on exy7570
- Support for deodexed Oreo systems
- Samsung Security Disabled
- Disabled more knox and logging
- Knox 0X0
- Bootstate Green for safteynet
- Patched some props for safteynet
- Init.D Support
- Other minor improvments
and many more goodies
ensure you have LATEST TWRP
Download and copy the ROM to your device external SDcard (preferred)
Wipe everything (SYSTEM,DATA,CACHE,DALVIK and preferably Internal storage all together)
Flash the recovery.img from downloads section
Reboot to recovery
Flash the ROM.ZIP
Flash Magisk
Reboot system
@asysh
@BlackMesa123 for RMM switch
@samsung
@topjohnwu for for magisk
Testers :
ME
Downloads. Changelogs , F.A.Qs below
XDAevDB Information
Extreme, ROM for the Samsung Galaxy J3
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: Latest bootloader and modem
Based On: TouchWiz
Version Information
Status: Testing
Current Stable Version: V1
Stable Release Date: 05.06.2019
Created 05.06.2019
Last Updated 05.06.2019
DOWNLOADS
DOWNLOADS:
Extreme ROM V1 Based on Stock ROM [LATEST]
J330F:https://mega.nz/#!jHhViSjA!pR3IQrguIVwA9JBb3UiXEsR1brfpAORmU26Ue272KUo
J330FN:https://mega.nz/#!LLIX2SSK!8iXjkjJiqahydPO40kLAugdPJpX_pdiDmoFp1nsLpM8
recovery.img:https://mega.nz/#!neRhVS4B!UH_4VeBm_OMyjPTKRQKvRtwODiz7n8MTBXprQrXpni8
reserved2
reserved2
reserved3
reserved3
I will try it when I get home
I do not understand. Yesterday I downloaded V2 version. Today, there are no versions of V2. What's the last one?
regards,
zlihtar
zlihtar2 said:
I do not understand. Yesterday I downloaded V2 version. Today, there are no versions of V2. What's the last one?
regards,
zlihtar
Click to expand...
Click to collapse
Did you get it to boot?
Because I can't
zlihtar2 said:
I do not understand. Yesterday I downloaded V2 version. Today, there are no versions of V2. What's the last one?
regards,
zlihtar
Click to expand...
Click to collapse
This would be the V3 but I remade it from scratch and I put V1.This is the latest one.
Benfatica said:
Did you get it to boot?
Because I can't
Click to expand...
Click to collapse
Did yo u install the modded recovery? And why arent u responding on Tele?
victorAndrie said:
Did yo u install the modded recovery? And why arent u responding on Tele?
Click to expand...
Click to collapse
I had to reset my phone and I forgot to install Tele
Benfatica said:
I had to reset my phone and I forgot to install Tele
Click to expand...
Click to collapse
Ok
victorAndrie said:
Ok
Click to expand...
Click to collapse
I will install it when I get home
---------- Post added at 08:39 AM ---------- Previous post was at 08:08 AM ----------
victorAndrie said:
Ok
Click to expand...
Click to collapse
I just tried it but got a black screen again
Has anyone tried yet? Benfatica, what is your version J330F or J330FN?
Thanks,
regards
zlihtar2 said:
Has anyone tried yet? Benfatica, what is your version J330F or J330FN?
Thanks,
regards
Click to expand...
Click to collapse
it's the FN version
hello , after instalation my phone don't boot
Edit : the bootlogo don't boot
ExtremeGrief said:
Did yo u install the modded recovery? And why arent u responding on Tele?
Click to expand...
Click to collapse
same cant boot just black screen
how to instal moded twrp ? I used normal twrp
I tried install moded recovery with adb but phone wont boot up into recovery mode
All the links are dead
Hello developer! Please help fix link download rom.
nil2009 said:
Hello developer! Please help fix link download rom.
Click to expand...
Click to collapse
This rom has been abandoned. The chances of the download link being fixed are very low.
Will there be a version for j327p???

Categories

Resources