Bricked 9i - Galaxy Ace S5830i Q&A, Help & Troubleshooting

Hello guys,
My friend has a Galaxy Ace s5339i and he bricked it.
So I was thinking because the Ace s5830i is the same as the 9i you can use the same Odin files as the 0i and use it on the 9i.
I just want to check, will that work? Will it break it even more?
Thanks,
Sync.
Sent from my GT-S5830i using Tapatalk 2

-SyncSoft- said:
Hello guys,
My friend has a Galaxy Ace s5339i and he bricked it.
So I was thinking because the Ace s5830i is the same as the 9i you can use the same Odin files as the 0i and use it on the 9i.
I just want to check, will that work? Will it break it even more?
Thanks,
Sync.
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
It will be better you use 9i's Firmware rather than using 0i's

Hitesh2626 said:
It will be better you use 9i's Firmware rather than using 0i's
Click to expand...
Click to collapse
How do we get all 5 files for Odin from the one file you get from sammobile?
Sent from my GT-S5830i using Tapatalk 2

-SyncSoft- said:
How do we get all 5 files for Odin from the one file you get from sammobile?
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
Flash this file you got in sammobile as "PDA".
Enviado de meu GT-S5830i usando o Tapatalk 2

mathm2013 said:
Flash this file you got in sammobile as "PDA".
Enviado de meu GT-S5830i usando o Tapatalk 2
Click to expand...
Click to collapse
How do I get the other 4 files?
Sent from my GT-S5830i using Tapatalk 2

-SyncSoft- said:
How do I get the other 4 files?
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
No need, they're all on this one.

mathm2013 said:
No need, they're all on this one.
Click to expand...
Click to collapse
Ok dude thanks I will tell him!
Sent from my GT-S5830i using Tapatalk 2

thx
-SyncSoft- said:
Ok dude thanks I will tell him!
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
Ok guys my phone is fixed and SyncSoft reply to me

Related

Graphics.c Enjoy !

Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Shapeshift said:
Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Click to expand...
Click to collapse
How did you get it?
Enviado desde mi Wildfire S A510e usando Tapatalk 2
o found it 2 weeks ago via root explorer. today i have seen u need it
Shapeshift said:
o found it 2 weeks ago via root explorer. today i have seen u need it
Click to expand...
Click to collapse
Can you tell me the directory where you find it?
Enviado desde mi GT-I8190 usando Tapatalk 2
uff .i dont think i remember
just find it via adb
Shapeshift said:
uff .i dont think i remember
just find it via adb
Click to expand...
Click to collapse
Anyway I cannot see any difference with the one I'm actually using...
Enviado desde mi GT-I8190 usando Tapatalk 2
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
pitchblack5691 said:
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
Click to expand...
Click to collapse
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
xd.bx said:
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
Click to expand...
Click to collapse
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Yes I saw your github
#pitchblack5691#
---------- Post added at 09:20 AM ---------- Previous post was at 09:17 AM ----------
xd.bx said:
He used the Force, methinks.
Click to expand...
Click to collapse
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
pitchblack5691 said:
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
Click to expand...
Click to collapse
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
quendil said:
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
Click to expand...
Click to collapse
Okay! No idea about it!!
#pitchblack5691#
sorry, what is that
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
omniphil said:
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
Click to expand...
Click to collapse
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
You know where exactly it is? I am searching it for motorola razr d1 device.
gabrielking9 said:
You know where exactly it is? I am searching it for motorola razr d1 device.
Click to expand...
Click to collapse
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
gabrielking9 said:
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
Click to expand...
Click to collapse
You're alrwady using it by default, if it didn't work you might need to mod it.
Enviado desde mi GT-I8190 usando Tapatalk 2

CLOSED [50% TRANS][4.x deodex][ACCUWEATHER widget]

Friends,
I have attached the accuweather widget with 50% transperency.
Check it if it works
BTW Looks beautiful!!
Requirements:
Any 4.3 deodexed rom
Confirmed working on 4.1.2 rom too
PROCEDURE:
Extract AccuweatherPhone2013.apk from the 7zip file.
1. Go to /system/app
2. backup ur stock AccuweatherPhone2013.apk
3. Paste the provided apk .
4.Set permissions rw-r-r
5. Reboot
6. Be mesmerized and if all s fine delete the backup
File attached to this post
Screen shots
screen shots attached
cheers
It will works in a mj5 with New bootloader? Thx in advance!
Enviado desde mi GT-N7100 mediante Tapatalk
cgil said:
It will works in a mj5 with New bootloader? Thx in advance!
Enviado desde mi GT-N7100 mediante Tapatalk
Click to expand...
Click to collapse
havent tried it.. but shud work..
cn u try it and share ur observations..?
:good:
I will (fingers crossed. ......)
Enviado desde mi GT-N7100 mediante Tapatalk
cgil said:
I will (fingers crossed. ......)
Enviado desde mi GT-N7100 mediante Tapatalk
Click to expand...
Click to collapse
thanks brother
Thanks!!! It works fine in 4.1.2 rom!
Cheers..
Sent from my GT-N7100 using xda premium
its not working tried on on electron team rom v1 DN3
Bro m on the same rom..
Must work on dn3..
Sent from my GT-N7100 using xda premium
Bug, [email protected] picture
Bro its not a bug...
U r using 240 dpi I suppose... adjust the dpi to 240 via xposed modules... it shud do it.
Sent from my GT-N7100 using xda premium
cypher-V said:
Cheers..
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Perfect thanks
hussamyassin said:
Perfect thanks
Click to expand...
Click to collapse
if i helped u HIT THANKS
cypher-V said:
Bro its not a bug...
U r using 240 dpi I suppose... adjust the dpi to 240 via xposed modules... it shud do it.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
How do u do that?install app setting?im having problem to install it using xposed framework
No need of xposed framework..
Jus read the op..
Push it in /system/app
Sent from my GT-N7100 using xda premium
Anyone managed ti get this working on MJ5?? Can't get it going here.
Thanks,
Ohh.. I think I misunderstood. . .
U hav xposed modules installed??
U cn install app settings.. and select it in modules.. reboot and then change the dpi to 240
It works beautifully
Sent from my GT-N7100 using xda premium
ninjabadger said:
Anyone managed ti get this working on MJ5?? Can't get it going here.
Thanks,
Click to expand...
Click to collapse
Dont work on mj5. At least, not in joeldroid rom. If you install this, you must reflash the whole rom.
I hope you can understand me, my english is like my dsl....
Enviado desde mi GT-N7100 mediante Tapatalk
No it dosent.. only mi6 n lower I.e. 4.2.1
Sent from my GT-N7100 using xda premium

Request S Note 3 version 3.0

Dear All friend
I see update on Samsung App for app S Note 3.
Would likes Someone help make version for Note 3 pack.
Many thanks to all help!
Regards!
I make SNote 3 version 3 with zip flash file in cwm: thanks to @shafez
https://www.dropbox.com/s/xwga7uz87txhqn8/SNote 3 v3.zip
Update:
https://www.dropbox.com/s/oadkbpktl3rve6a/SNote 3 update 03.15.2014.zip
Sent from my GT-N7100 using Tapatalk
buitruclam said:
Dear All friend
I see update on Samsung App for app S Note 3.
Would likes Someone help make version for Note 3 pack.
Many thanks to all help!
Regards!
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
https://drive.google.com/file/d/0B7vY4vjbKeikX2VEZUhYMVJNb28/edit?usp=sharing
Enjoy
Edit: Permission Fixed
We must to flash the file?
Inviato dal mio GT-N7100 utilizzando Tapatalk
REVERENDO75 said:
We must to flash the file?
Inviato dal mio GT-N7100 utilizzando Tapatalk
Click to expand...
Click to collapse
Copy the file to /System/App folder, set permission to rw-r--r and restart.
Unable to paste file in system/app no space in filesystem
Inviato dal mio GT-N7100 utilizzando Tapatalk
REVERENDO75 said:
Unable to paste file in system/app no space in filesystem
Inviato dal mio GT-N7100 utilizzando Tapatalk
Click to expand...
Click to collapse
I am on DN3 same as you and have no problem.
Anyone knows whats new? BTW installed with no problems
Sent from my GT-N7100 using Tapatalk
shafez said:
I am on DN3 same as you and have no problem.
Click to expand...
Click to collapse
I have this message
Inviato dal mio GT-N7100 utilizzando Tapatalk
update it from samsung store
No need to root :victory:
shafez said:
https://drive.google.com/file/d/0B7vY4vjbKeikX2VEZUhYMVJNb28/edit?usp=sharing
Enjoy
Edit: Permission Fixed
Click to expand...
Click to collapse
I make SNote 3 version 3 with zip flash file in cwm: thanks to @shafez
https://www.dropbox.com/s/xwga7uz87txhqn8/SNote 3 v3.zip
Sent from my GT-N7100 using Tapatalk
buitruclam said:
I make SNote 3 version 3 with zip flash file in cwm: thanks to @shafez
https://www.dropbox.com/s/xwga7uz87txhqn8/SNote 3 v3.zip
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
Thanks a lot , all is running on DN 3 ROM !
donylandes said:
Thanks a lot , all is running on DN 3 ROM !
Click to expand...
Click to collapse
What's New in s note 3?
Sent from my GT-N7100 using XDA Premium 4 mobile app
mithundperfect said:
What's New in s note 3?
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well , it seems the same , some minors things in parameters , running smooth !
In the new new updated v3.0, the ability to add previous notes made by the S Note app that came on your note2 can be added via sync (From Evernote or Sammy account). However today, an even newer version of S Note popped up on Samsung apps. It updates via Samsung apps, but crashes most of the time. Someone please upload a working flashable version of the same just like the earlier v3.0. Thanks!
Paul013
uninstall s note 3
i flashed the s note 3 to my note 2 7105 but it crashed immediately... I'm running beanstalk 4.4.2 kitkat..
Is there a way that I can uninstall/remove it?
GrinFactor said:
i flashed the s note 3 to my note 2 7105 but it crashed immediately... I'm running beanstalk 4.4.2 kitkat..
Is there a way that I can uninstall/remove it?
Click to expand...
Click to collapse
Is beanstalk an TouchWiz rom? If not, - u have the answer ?
Sent from my GT-N7100 using Tapatalk
Update
Sent from my GT-N7100 using Tapatalk
buitruclam said:
Update
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
Thanx a ton buddy!
i'm currently on 4.3 DUEML4 prerooted and deodexed rom, with Note 3 MOD v3.5.
Will this v3 version work?
edimo said:
i'm currently on 4.3 DUEML4 prerooted and deodexed rom, with Note 3 MOD v3.5.
Will this v3 version work?
Click to expand...
Click to collapse
It will! Go flash it!

Aicp rom with Boeffla kernel ?

Does cm13 boeffla kernel work with aicp ROM???
Sent from my ONE E1003 using Tapatalk
gouthamgoumi said:
Does cm13 boeffla kernel work with aicp ROM???
Sent from my ONE E1003 using Tapatalk
Click to expand...
Click to collapse
make a nandroid backup and try it yourself
phoberus said:
make a nandroid backup and try it yourself
Click to expand...
Click to collapse
Did it..but there was bootloop issue...just asking if anyone got it to work..
Sent from my ONE E1003 using Tapatalk
gouthamgoumi said:
Did it..but there was bootloop issue...just asking if anyone got it to work..
Sent from my ONE E1003 using Tapatalk
Click to expand...
Click to collapse
When you wiped /data /system /cache, system is ext4 formatted and you have a bootloop, then it doesn't work
hey @gouthamgoumi
try it with this modded boeffla kernel: http://forum.xda-developers.com/oneplus-x/development/kernel-intoxicated-boeffla-t3384468
But also with a backup
phoberus said:
hey @gouthamgoumi
try it with this modded boeffla kernel: http://forum.xda-developers.com/oneplus-x/development/kernel-intoxicated-boeffla-t3384468
But also with a backup
Click to expand...
Click to collapse
Thank you..will check it out[emoji1]
Sent from my ONE E1003 using Tapatalk
gouthamgoumi said:
Thank you..will check it out[emoji1]
Sent from my ONE E1003 using Tapatalk
Click to expand...
Click to collapse
Let me know if it works
phoberus said:
Let me know if it works
Click to expand...
Click to collapse
Sure.
Sent from my ONE E1003 using Tapatalk
phoberus said:
Let me know if it works
Click to expand...
Click to collapse
No luck..still having bootloops
Sent from my ONE E1003 using Tapatalk
gouthamgoumi said:
No luck..still having bootloops
Sent from my ONE E1003 using Tapatalk
Click to expand...
Click to collapse
Very pity, then u should wait until the kernel is better compatible

[Mod] Face Unlock with Google Smart Lock

This mod will recognize you in your face lockscreen. You need to do go to Settings > Lockscreen and Security > Smart Lock > Enable Trusted face.
Download : http://www10.zippyshare.com/v/WpTfGXDh/file.html
Im tested khongloi rom , I hope works all roms...
How to install :
Flash twrp wait 3-5 min.
Downloading now. Reverting with feedback
Enviado desde mi SM-G955F mediante Tapatalk
Working ????
Oh no. Googlecontactssync keeps stopping. What should I do?
bern4d1 said:
Oh no. Googlecontactssync keeps stopping. What should I do?
Click to expand...
Click to collapse
Disable auto sync and which rom used ?
OttomanTR said:
Disable auto sync and which rom used ?
Click to expand...
Click to collapse
Khongloi V11. Can't disable it. I need it to be working. Any solutions?
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Khongloi V11. Can't disable it. I need it to be working. Any solutions?
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Me too using khongloi rom, working perfectly for me.
OttomanTR said:
Me too using khongloi rom, working perfectly for me.
Click to expand...
Click to collapse
I fixed it by replacing your googlecontactasyncadapter in system/app with the original one from khongloi rom and now it's working good. Thanks a lot.
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Oh no. Googlecontactssync keeps stopping. What should I do?
Click to expand...
Click to collapse
Same problem here. With Khongloi.
Enviado desde mi SM-G955F mediante Tapatalk
juange said:
Same problem here. With Khongloi.
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
Read my post above.
Sent from my SM-G955F using Tapatalk
bern4d1 said:
Read my post above.
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Now this..
Enviado desde mi SM-G955F mediante Tapatalk
juange said:
Now this..
View attachment 4200424
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
I don't understand the language but nothing's happening to my device after replacing and set permission.
Sent from my SM-G955F using Tapatalk
You can have face unlock by installing open Gapps mini package
im on v10 can i install this one?
Not working on 920S
Confirm working on SMG928F !!
ROM : FUTUREROM L 4.1
Sent from my SM-G955F using XDA-Developers Legacy app
Is this kinda like the s8s one where it takes advantage of the front cam and scans ur face? Anyone try it on khongloi rom? Ottoman seems to have it wrking but some said it wasnt...
Sam Ahmed said:
Is this kinda like the s8s one where it takes advantage of the front cam and scans ur face? Anyone try it on khongloi rom? Ottoman seems to have it wrking but some said it wasnt...
Click to expand...
Click to collapse
Some say it works , Some say it does not work Try the solution simple. Im using khongloirom working perfect. Scan face no iris scanner.
Does this work on touchwiz roms too?
how to replace googlecontactasyncadapter in system/app with the original one from khongloi rom

Categories

Resources