Arabic Reshapping- Connect Arabic Letters - Samsung Infuse 4G

Remember: I'm not responsible if this damages you phone in any way.
Tested on my friends Samsung Infuse in top of h8rift stoke rooted rom
Apply the attachment as an update in the recovery.
Thanks to madmack for the script

Thanks bro for sharing I already did it manually using madmack script and h8rift helped me to do it manually

hi
how do you flash this zip file?
regards and thanks in advance

Flash the rom from the link in the OP and then reboot into the recovery and choose reinstall packages.

thanks for the reply,
should i put the update.zip inside the root of EXTERNAL memory card or internal memory??
and we you said LINK IN THE OP, that means the refuse ROM v 1.0 right?
regards

Don't try because it brick mine
Thanx
Sent from my HD2 using XDA App

Bricks ur phone cause you install the update.zip or flashing the refuse rom?

sinan2010 said:
Thanks bro for sharing I already did it manually using madmack script and h8rift helped me to do it manually
Click to expand...
Click to collapse
could you please post how did u do it manually?
regards

ok,
now the stock browser showing separated letters, and from left to right !!
the msgs are ok
whats app is ok
email : the headline is ok but when u open the email all the letters are separated and from left to right.
please any help

kajam said:
Don't try because it brick mine
Thanx
Sent from my HD2 using XDA App
Click to expand...
Click to collapse
How did you flash the file?

mr_wehbe said:
ok,
now the stock browser showing separated letters, and from left to right !!
the msgs are ok
whats app is ok
email : the headline is ok but when u open the email all the letters are separated and from left to right.
please any help
Click to expand...
Click to collapse
To fix the browser I need to recompile the source. I'm currently working on that. I don't know when I will get done because I don't have the phone handy all the time, but I post it as soon as I'm done.

mr_wehbe said:
thanks for the reply,
should i put the update.zip inside the root of EXTERNAL memory card or internal memory??
and we you said LINK IN THE OP, that means the refuse ROM v 1.0 right?
regards
Click to expand...
Click to collapse
EASY
*go to this page and follow the steps to install the stock deodxed ROM
*When totally finished, do a Factory reset
*Copy the update.zip file to the INTERNAL SD
*Turn off you phone
*When it is turned off press BOTH volume keys and power until Samsung's logo shows up then let go the power button.
*Choose reinstall packages
it should reboot
Thank you Sale7 appreciate your work

hi again,
did any one managed to let this work on the new version of refuse v1.1 or v1.1.1??
thanks in advance

done,
the arabic was installed on refuse version 1.1
and for the browser, u can use opera mini for the connected letters.

Is there any solution for the Arabic in the email software?

salim2008 said:
Is there any solution for the Arabic in the email software?
Click to expand...
Click to collapse
K9 application from the market

mr_wehbe said:
K9 application from the market
Click to expand...
Click to collapse
I have already try K9
The subject is read ok
The problem with the email body "revers disconnected letters"
I have already install the zip file in this post.
pleas any help?
or any one could work in libwebcore.so and post it. This phone is amazing and we hope to get fully working Arabic in it

For some reason I can not install this on infused 1.4.1, touch wiz keeps crashing, please help!!

install refuse 1.5.2,
its working great with it

Sale7 said:
To fix the browser I need to recompile the source. I'm currently working on that. I don't know when I will get done because I don't have the phone handy all the time, but I post it as soon as I'm done.
Click to expand...
Click to collapse
any updates brother, we really waiting for this ...

Related

[ROM](Working Update.zip) -> Defy Update.zip Cookie Cutter Rom

Defy Froyo 3.4.2 Cookie Cutter Rom​
Q. How Do I use the Update.zip?
A. Go to Market & Download Defy SD-Recovery & Install..
1. Next place the Update.zip on the /sdcard via PC
2. Turn on MoTo Phone Portal ( SD-Recovery is SD Based so you need to Turn Off USB Mass Storage )
3. ADB Debugging does not have to be Turned Off on my version
Once Booted into the Recovery apply the update.zip
wait a few minutes & it should be done...
Please Reads the notes I left in the Update.zip if you build a Custom Update.zip, this will save you trouble down the road.
What's Flashed?
A. Boot.img
B. dev_tree
C. Moto Blur 3.4.2 Rom ( Yes I know it's not the latest, built off what I had )
D. UNO & TMO-TV Removed
E. Rooted ( SU & Superuser )
F. Busybox Installed to xbin
G. Rest of Rom is stock
Once installed, remove eugene.apk from /system/app ( Old boot strap that need adb turned off before rebooting / defy sd-recovery does not have this issue)
Q. I Edited the update.zip & Now it fails verf. in recovery when trying to flash!
A. example of signapk on signing the edited update
java -Xmx1024m -jar signapk.jar -w testkey.x509.pem testkey.pk8 update1.zip update.zip
Download: Original Post
To Update other parts of the Phone: Add this to the update-scripts for what you are flashing.
If we had all these Parts from 2.1 we could go back.
package_extract_file("lbl", "/tmp/lbl");
write_raw_image("/tmp/lbl","lbl");
delete("/tmp/lbl");
package_extract_file("device_tree.bin", "/tmp/device_tree.bin");
write_raw_image("/tmp/device_tree.bin","devtree");
delete("/tmp/device_tree.bin");
package_extract_file("cdrom", "/tmp/cdrom");
write_raw_image("/tmp/cdrom","cdrom");
delete("/tmp/cdrom");
package_extract_file("logo.bin", "/tmp/logo.bin");
write_raw_image("/tmp/logo.bin","logo.bin");
delete("/tmp/logo.bin");
package_extract_file("umts_wrigleyref_build.bin", "/tmp/umts_wrigleyref_build.bin");
write_raw_image("/tmp/umts_wrigleyref_build.bin","bpsw");
delete("/tmp/umts_wrigleyref_build.bin");
package_extract_file("cdt.bin", "/tmp/cdt.bin");
write_raw_image("/tmp/cdt.bin","cdt.bin");
delete("/tmp/cdt.bin");
Hey eugene,
Glad to see you working on Defy too
I think this will be major help for developers and btw that 3.4.2 version did you used? since there are many of them.
Thanks.
um. 107 I think since it has a floating update.zip someplace & sbf.
Ill update to the latest when I start building roms
Sent from my MB525 using XDA App
i don't understand. is the boot.img still the signed cg35.smg?
if so, can't we just use the cmw to do that?
can you post more detailed chages you made over cmw?
other than the signapk and usb debugging described.
many thanks.
eugene373 - great work!
racca said:
i don't understand. is the boot.img still the signed cg35.smg?
if so, can't we just use the cmw to do that?
can you post more detailed chages you made over cmw?
other than the signapk and usb debugging described.
many thanks.
Click to expand...
Click to collapse
Same here, i'm pretty interested in more details, thank you
this Zip File is for what ?
Thanks
Greetings
you can not use cwm due encryption. If you dont know what an update.zip is stick to nandroid...
This is for rom builders.
Heading out, when I get home ill make it clearer.
Though, now that I think about it cwm might be fine due to the nature of how it works.
Ill test later and let everyone know
Sent from my MB525 using XDA App
So we are able to install updates via the "normal" Motorola Recovery mode? So we are able to get a "unbrickable" Defy?
Edit: got it myself. The ZIP File won't be recognized by the motorola recovery... anyway thanks for your job
Now, what can SD-recovery do? Can it write other partitions, like cdt.bin?
Simplestas said:
Now, what can SD-recovery do? Can it write other partitions, like cdt.bin?
Click to expand...
Click to collapse
Yes. I can add the string if you would like
eugene373 said:
To Update other parts of the Phone: Add this to the update-scripts for what you are flashing.
package_extract_file("lbl", "/tmp/lbl");
write_raw_image("/tmp/lbl","lbl");
delete("/tmp/lbl");
package_extract_file("device_tree.bin", "/tmp/device_tree.bin");
write_raw_image("/tmp/device_tree.bin","devtree");
delete("/tmp/device_tree.bin");
package_extract_file("cdrom", "/tmp/cdrom");
write_raw_image("/tmp/cdrom","cdrom");
delete("/tmp/cdrom");
package_extract_file("logo.bin", "/tmp/logo.bin");
write_raw_image("/tmp/logo.bin","logo.bin");
delete("/tmp/logo.bin");
package_extract_file("umts_wrigleyref_build.bin", "/tmp/umts_wrigleyref_build.bin");
write_raw_image("/tmp/umts_wrigleyref_build.bin","bpsw");
delete("/tmp/umts_wrigleyref_build.bin");
package_extract_file("cdt.bin", "/tmp/cdt.bin");
write_raw_image("/tmp/cdt.bin","cdt.bin");
delete("/tmp/cdt.bin");
Click to expand...
Click to collapse
eugene373 said:
Yes. I can add the string if you would like
Click to expand...
Click to collapse
CwM can do exactly the same afaik, i've already made quite a few update.zip with it.
after reading all your notes, do you actually mean that we can't use format on those patitions?
if you do, well, i learned it the hard way, and delete_recursive also works for me.
thanks for putting up an excellent example if not for anything else, it's much needed.
racca said:
CwM can do exactly the same afaik, i've already made quite a few update.zip with it.
after reading all your notes, do you actually mean that we can't use format on those patitions?
if you do, well, i learned it the hard way, and delete_recursive also works for me.
thanks for putting up an excellent example if not for anything else, it's much needed.
Click to expand...
Click to collapse
Correct, you can only format with the stock recovery ( Hence the reason why I used the Stock Recovery ) any Partition with cwm recovery will cause a non-booting system..
regarding cwm I've not tested it, so Likely it will work.. Steven is still working on the cwm recovery & there is no point in me adding another cwm bootstrap recovery... Mine is just pure stock & works perfect.
I'm still weeding through the /bin /etc file's to find exactly what needs left...
but main goal was to provide an example of what is needed to make an update.zip with out breaking the system.
what exactly is the benefit of this new method?
drsouly said:
what exactly is the benefit of this new method?
Click to expand...
Click to collapse
um? Your joking right!
Update versus a nandroid, I would have thought it was a no brainier....
Build & edit roms on the fly + being able to flash boot.img & downgrading is fine without sbf unless you screw up completely..
eugene373 said:
um? Your joking right!
Update versus a nandroid, I would have thought it was a no brainier....
Build & edit roms on the fly + being able to flash boot.img & downgrading is fine without sbf unless you screw up completely..
Click to expand...
Click to collapse
ok now i got it thx
drsouly said:
ok now i got it thx
Click to expand...
Click to collapse
no problem, wasn't sure if you was being a smart-ass or honestly didn't know...
either way, sorry If I offended you.
~Eugene
I didn't understand yet . I can or not apply the update file using stock recovery?
EDIT: forget I understood now.
Sent from my MB525 using XDA App
psicodelico said:
I didn't understand yet . I can or not apply the update file using stock recovery?
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
Read OP.... Download Defy SD-Recovery from Market
Yeah, I read again slowly and understood.
Sent from my MB525 using XDA App

[Q] Can't Establish A Connection SOLVED !!

Goodevening . I factory reset the phone (HTC Desire S ) It is runnin g 4.0.4 and sense 3.6 and it is rooted HTC DEV unlocked . After that i can't log in my google account . it always say " couldn't establish a reliable connection to the server this could be a temporary problem or your android device may not be provisioned for data services "can someone know how to fix this error ? I upgrade my phone via RUU from 2.3.5 GB sense 3.0 . Everything works fine . I can browse via web use my facebook .
i have tried factory reset, hard reset, restarted my htc desire many times .. i have tried even the youtube app method. nothing seems to work google app in the apps doesnt work too.. what should i do?? i cant use apps market.. i have tried everything.. please come up with a proper solution.. there're alot of people i know facing this mind sucking issue
Thanks ! Sorry for my bad english .
Google is your friend
try these see if they work
http://www.guruht.com/2010/07/htc-android-marketgmail-connection.html
ContactFront said:
Google is your friend
try these see if they work
http://www.guruht.com/2010/07/htc-android-marketgmail-connection.html
Click to expand...
Click to collapse
sir i already do this step . not working .. but thanks for the help ..
2easy4you said:
sir i already do this step . not working .. but thanks for the help ..
Click to expand...
Click to collapse
Try clearing cache and data for Google framework services, playstore and play services
The real voyage of discovery consists not in seeking new lands but seeing with new eyes.
—Marcel Proust
2easy4you said:
sir i already do this step . not working .. but thanks for the help ..
Click to expand...
Click to collapse
ok. go into your recovery, clear cache and dalvik cache then reboot see if helps
never had this problem myself this is all i could think of, sorry dude
ContactFront said:
ok. go into your recovery, clear cache and dalvik cache then reboot see if helps
never had this problem myself this is all i could think of, sorry dude
Click to expand...
Click to collapse
i already do this dude . i already factory reset my phone 10x . and wipe cache wipe dalvik wipe and format . but still i experience the problem . hmm . this problem appears when i facatory reset my phone . after that i cant log in anymore on google . i try making new account . i try this [email protected] but it says that is unavailable username ..
I solved this issue
2easy4you said:
Goodevening . I factory reset the phone (HTC Desire S ) It is runnin g 4.0.4 and sense 3.6 and it is rooted HTC DEV unlocked . After that i can't log in my google account . it always say " couldn't establish a reliable connection to the server this could be a temporary problem or your android device may not be provisioned for data services "can someone know how to fix this error ? I upgrade my phone via RUU from 2.3.5 GB sense 3.0 . Everything works fine . I can browse via web use my facebook .
i have tried factory reset, hard reset, restarted my htc desire many times .. i have tried even the youtube app method. nothing seems to work google app in the apps doesnt work too.. what should i do?? i cant use apps market.. i have tried everything.. please come up with a proper solution.. there're alot of people i know facing this mind sucking issue
Thanks ! Sorry for my bad english .
Click to expand...
Click to collapse
Here's what you need to do.
Assuming that you have already rooted your device, use any file explorer app and go to 'etc' folder of your device. (I used Root Explorer and did this on my Samsung Galaxy Tab N8000).
In 'etc' folder, locate the file called hosts.
Touch/press and hold the icon of the file to get its context menu and open the file in text editor.
In the file, there will be one IP address to the localhost, i.e. 127.0.0.1. Leave this as it is.
There will be a second IP address which may vary depending upon your region or country. Put a # in front of it. (eg. #245.45.14.14). This will mark this entry as a comment and the device won't read it.
(I would suggest that you backup 'hosts' file before making any changes. In my case, a 'hosts.bak' file was automatically created when I saved the file after editing.)
Save the file and reboot your device.
This should resolve the issue.
VivekNayyar said:
Here's what you need to do.
Assuming that you have already rooted your device, use any file explorer app and go to 'etc' folder of your device. (I used Root Explorer and did this on my Samsung Galaxy Tab N8000).
In 'etc' folder, locate the file called hosts.
Touch/press and hold the icon of the file to get its context menu and open the file in text editor.
In the file, there will be one IP address to the localhost, i.e. 127.0.0.1. Leave this as it is.
There will be a second IP address which may vary depending upon your region or country. Put a # in front of it. (eg. #245.45.14.14). This will mark this entry as a comment and the device won't read it.
(I would suggest that you backup 'hosts' file before making any changes. In my case, a 'hosts.bak' file was automatically created when I saved the file after editing.)
Save the file and reboot your device.
This should resolve the issue.
Click to expand...
Click to collapse
Thanks alot my friend, You save my life
search first the key
GT-N7000 said:
Thanks alot my friend, You save my life
Click to expand...
Click to collapse
it post here.http://forum.xda-developers.com/showthread.php?t=2110225
Just install adfree.. Update the hostname and its done..
Worked for me
Worth a try..
Can't edit file
VivekNayyar said:
Here's what you need to do.
Assuming that you have already rooted your device, use any file explorer app and go to 'etc' folder of your device. (I used Root Explorer and did this on my Samsung Galaxy Tab N8000).
In 'etc' folder, locate the file called hosts.
Touch/press and hold the icon of the file to get its context menu and open the file in text editor.
In the file, there will be one IP address to the localhost, i.e. 127.0.0.1. Leave this as it is.
There will be a second IP address which may vary depending upon your region or country. Put a # in front of it. (eg. #245.45.14.14). This will mark this entry as a comment and the device won't read it.
(I would suggest that you backup 'hosts' file before making any changes. In my case, a 'hosts.bak' file was automatically created when I saved the file after editing.)
Save the file and reboot your device.
This should resolve the issue.
Click to expand...
Click to collapse
I tried everything you did but I cannot edit the hosts file,I have rooted my phone (Samsung Galaxy S3), I am using supersu.
Try This
CptCrotchKiller said:
I tried everything you did but I cannot edit the hosts file,I have rooted my phone (Samsung Galaxy S3), I am using supersu.
Click to expand...
Click to collapse
That's really strange. You should be able to edit the file as rooting process needs a reboot too. Well you can still try a workaround.
* Copy all the contents from the existing host file.
* Create a new file either on your smartphone or use a computer to do so. Make sure the name of the file is 'host' (without quotes) and file does not have any extension like .txt or .doc. If the file has any extension, remove it while rename the file.
* Now paste all the copied contents from the existing file to the new one and then make the changes as I mentioned in my answer.
* Save the file and replace it with the existing one.
Let me know if this helps.
Thank You
THANK YOU VERY VERY MUCH:good:
You are just awesome:good:
Thank you again.:good:
:good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good:
You are welcome
Ghaiooth said:
THANK YOU VERY VERY MUCH:good:
You are just awesome:good:
Thank you again.:good:
:good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good::good:
Click to expand...
Click to collapse
You are most welcome friend. I am glad I was of some help.
Cheers mate, you are a true legend. My phone locked up on me, and this solved the problem, cheers mate.
Ok, I am having this issue as well. I have tried all of the above but just noticed that this file only has one IP address not two?
lopesamit said:
Just install adfree.. Update the hostname and its done..
Worked for me
Worth a try..
Click to expand...
Click to collapse
Thanks man this method worked, Thanks given
---------- Post added at 10:29 AM ---------- Previous post was at 09:41 AM ----------
but my question is what could be the possible cause of Problem
Sir what if there is no second ip adress? only the '127.0.0.1. Localhost' and no second line.....
thx bro...
its fix my oppo :highfive:
Thank you so ****ing much. This was very annoying.

[ROM[S3][TEST] MIUI Port For One S C2

This is MIUI For the ONE S C2, It is based on bilal_liberty's CM10 Rom so expect similar performance and bugs. You will be running Android 4.1.2 With MIUI For Jelly Bean. It is currently not tested so make a full backup before you flash it, also do a logcat and post it if you can so we fix the issue if you have one.
Notice - This Rom has currently not been tested so use at your own risk, this is why it is labelled TEST.
Download - Soon
How To - To install this ROM just follow the usual way, Back up, Flash Rom, Clear Cache and everything and then boot.img.
V1.3 - Flashes, Boots but force closes and not stable, will release soon.
V1.2 - Re worked Port added, Not sure if issue has been fixed, you tell me.
V1.1 Test - Flashable .ZIP available but issues with flashing.
V1 Test - Launch
[removed]
clewis said:
Hmmm so there is already a miui rom....
But about my rom, i got an error on flash, it did start booting with the boot animation but got stuck.
Click to expand...
Click to collapse
use logcat to see whats going wrong
adb logcat > logcat.txt
http://forum.xda-developers.com/showthread.php?t=1726238 for more info
bilal_liberty said:
use logcat to see whats going wrong
adb logcat > logcat.txt
http://forum.xda-developers.com/showthread.php?t=1726238 for more info
Click to expand...
Click to collapse
I am doing a new build at this time i think i did something wrong the first time, so im going to add another unsigned file in a minute if you or someone else could make it a flashable zip and do a logcat when you do to save time would be good help, ill edit this page when it goes live on dropbox.
BTW this is how im trying to port it if anyone else wants a go - http://forum.xda-developers.com/showthread.php?t=1994503
For making flashable zip just select meta-inf folder system folder and boot.img and add them archieve, there is nothing extra to do.
bilal_liberty said:
For making flashable zip just select meta-inf folder system folder and boot.img and add them archieve, there is nothing extra to do.
Click to expand...
Click to collapse
Alright mate i have taken other one down and put a flashable zip on dropbox its going up now i can't try it myself as i dont have a usb cable that works to flash the boot.img so could someone else test it when it is uploaded.
clewis said:
Alright mate i have taken other one down and put a flashable zip on dropbox its going up now i can't try it myself as i dont have a usb cable that works to flash the boot.img so could someone else test it when it is uploaded.
Click to expand...
Click to collapse
Updated Flashable .Zip - https://www.dropbox.com/s/umsohpgmn1hh2z2/miui_unsigned.zip
Again use at your own risk, this has not been tested also everyone that does give it a try do a logcat so we can see if there is any problems.
Installation failed.
"set_perm: some changes failed"
"E:Error in /sdcard/miui_unsigned.zip"
work for old hboot??
DeanderDean said:
Installation failed.
"set_perm: some changes failed"
"E:Error in /sdcard/miui_unsigned.zip"
Click to expand...
Click to collapse
There is problem in updater script.try fixing permissions in updater script
u can use updater script from this to solve flash problems:
http://pan.baidu.com/share/link?shareid=341288&uk=4112589721 by jswei521
Great Work Man!!
Thanks for the port. I will test soon.
Sent from my HTC One S using xda app-developers app
bilal_liberty said:
u can use updater script from this to solve flash problems:
http://pan.baidu.com/share/link?shareid=341288&uk=4112589721 by jswei521
Click to expand...
Click to collapse
This rom from the above links works well, ive tried it.
Is old hboot 2.09 supported ?
can we flash this over 4.0.3 or do we need 4.0.4 as base ?
Paint in more detail information on ROM.
From what device port that was done, lay out screenshots, competently issue a post, write the detailed instruction. That works that doesn't work.
Thanks.
bilal_liberty said:
This rom from the above links works well, ive tried it.
Click to expand...
Click to collapse
Im getting an error?type=1 link when i go to that page, if you could attach the updater script so i could just switch them would be a big help.
Paint in more detail information on ROM.
From what device port that was done, lay out screenshots, competently issue a post, write the detailed instruction. That works that doesn't work.
Thanks.
Click to expand...
Click to collapse
Dont worry i will when i get it all up and running, its only a test version at this time. I have never made a ROM before and i have only published it this earlier because i need help in development which i am getting .
clewis said:
Im getting an error?type=1 link when i go to that page, if you could attach the updater script so i could just switch them would be a big help.
Dont worry i will when i get it all up and running, its only a test version at this time. I have never made a ROM before and i have only published it this earlier because i need help in development which i am getting .
Click to expand...
Click to collapse
Well, we wait for registration and the instruction, it will exclude many questions.
LeiManPRO said:
Well, we wait for registration and the instruction, it will exclude many questions.
Click to expand...
Click to collapse
I have registered and replied to a the original thread, got the download link and when i go to it i get an error, it's not there for me, if anyone has it please send the update script to me, i can't fix anything without that file.
clewis said:
Im getting an error?type=1 link when i go to that page, if you could attach the updater script so i could just switch them would be a big help.
Click to expand...
Click to collapse
Here u go best of luck
Edit: if you want some files from that rom here it is: http://www.mediafire.com/?mb04ljce767sd8m
bilal_liberty said:
Here u go best of luck
Edit: if you want some files from that rom here it is: http://www.mediafire.com/?mb04ljce767sd8m
Click to expand...
Click to collapse
Awesome mate, doing edits tonight will upload later.

Mod Framework animation for all device 4.0+

Hy bro....
This is first post from me, can you try mod from newbie?
My file will modification res/...anim... in your framework-res.apk
PRESS THANKS BUTTON IF YOU LOVE
Instal via recovery...
Vick-anim1.zip
http://d-h.st/BhQ
Vick-anim2.zip
http://d-h.st/CZj
DWYOR
If you have problem like bootloop, back into recovery - instal file in folder sdcard/universalFlassher/...here your backup...
Yes, i using universalflasher, thanks for JRsoft & Intronauta for great tool.
vickbuitenzorg said:
Hy bro....
This is first post from me, can you try mod from newbie?
My file will modification res/...anim... in your framework-res.apk
PRESS THANKS BUTTON IF YOU LOVE
Instal via recovery...
Vick-anim1.zip
d-h+st/BhQ
Vick-anim2.zip
d-h+st/CZj
Rename ( + ) to ( . )
If you have problem like bootloop, back into recovery - instal file in folder sdcard/universalFlassher/...here your backup...
Yes, i using universalflasher, thanks for JRsoft & Intronauta for great tool.
Click to expand...
Click to collapse
I have a bad feeling about flashing anything to my loved phone thats not declared in any way. What will it do to my phone?
Have you tested it before?
LS.xD said:
I have a bad feeling about flashing anything to my loved phone thats not declared in any way. What will it do to my phone?
Have you tested it before?
Click to expand...
Click to collapse
Welcome bro...
Always be careful, yes I also always like that ... but, I do not dare to share if without testing it first .... I have tried this on my phone Cross-A26 (Mediatek phones), Galaxy Mega and Core.:good:

Blank thread, please delete

Now real dev will re-create this thread.
Edit: legit work by Bogdan, I'd add to the OP some screenshots cause this ROM is truly great. Thanks!!
mihhut said:
CLEAN FLASH :
Reboot to recovery
Take Backup (Not Necessary)
Format data
Flash the latest build
Flash TWRP installer
Flash ForceEncryption disabler
Change slot
Reboot
Click to expand...
Click to collapse
Thats wrong...
Clean firmware flash needed
Reboot to recovery
Take Backup (Not Necessary)
Format data
Flash the latest build
Reboot to system
TWRP its included...
Can I just flash another rom if I decide I don't like this? And are gapps included?
Link broken.
error download link
Sorry, you can't view or download this file at this time.
Too many users have viewed or downloaded this file recently. Please try accessing the file again later. If the file you are trying to access is particularly large or is shared with many people, it may take up to 24 hours to be able to view or download the file. If you still can't access a file after 24 hours, contact your domain administrator.
J Victor said:
Sorry, you can't view or download this file at this time.
Too many users have viewed or downloaded this file recently. Please try accessing the file again later. If the file you are trying to access is particularly large or is shared with many people, it may take up to 24 hours to be able to view or download the file. If you still can't access a file after 24 hours, contact your domain administrator.
Click to expand...
Click to collapse
Try with this https://daisyfiles.pp.ua/Firmwares/MIUI/Golden Master 1.0 (GM1)/MIUI_FOR_DAISY_GM1.zip
Fingerprint Bug
mihhut said:
Rom's link is correct now. I don't know about old one.
Click to expand...
Click to collapse
Fingerprint I'd not working.No fingerprint sensor identification.Test failed.No option in security at all.
ScreenShots please!
Thanks for sharing, all is working fine, now you can sign in Mi account, need to reboot to recovery for first time for those that pc doesn´t detect it.
Its working very stable and I am really satisfied !!! Fingerprint working , no delays , like in other custom roms for opening apps . Thanks for a great work !!
Fingerprint
martinski8447 said:
Its working very stable and I am really satisfied !!! Fingerprint working , no delays , like in other custom roms for opening apps . Thanks for a great work !!
Click to expand...
Click to collapse
Where is the fingerprint settings??
So i'm trying to install this, but everytime i get to select my sim card the setup just crashes. Any help ?
KiroSVK said:
So i'm trying to install this, but everytime i get to select my sim card the setup just crashes. Any help ?
Click to expand...
Click to collapse
Remove your sim card. After setup you can insert your sim.
KiroSVK said:
So i'm trying to install this, but everytime i get to select my sim card the setup just crashes. Any help ?
Click to expand...
Click to collapse
are you running 2 sims cards? i had that issue, booted instead with 1. worked fine. added my 2nd after setup
It is good job. How can unroot this ROM?
unfortunately I couldn't un root magisk in this ROM.
Can you paste the link of the original thread? Thanks
mihhut said:
Just boot rom's boot img. If you are getting "device unable to boot bla bla" error, just type fastboot flash mdtp_a (and mdtp_b) mdtp.img
Click to expand...
Click to collapse
Can you explain more? Or get a version without root?
Teşekkürler!!!!
Merhaba Tunahan'cım. (Bu arada oğlumun adı da Tunahan ) ). Ben bir kaç gün önce Miui rom yüklemiştim. Halihazırda telefonda TWRP var. Dalvik-cache yapıp bu romun üzerine kurabilir miyim? Bu arada baseband da değişmişti. Ayrıca ellerine sağlık bu çalışma için:iyi:
mihhut said:
what?
Click to expand...
Click to collapse
I meant the link of the original thread where it has been originally posted. I just want to read users' feedbacks.

Categories

Resources