[Q] Singtel Boot Screen - Galaxy 3 General

I was wondering if someone has it. The booting shows IDEAS and shutting down shows Colour.Me.Tones.
not development related moved to General

I would be interested in this aswell.

mine has it too.
I'd love to know how to change/delete it though.
Does anyone know how I can do it?

abomy said:
mine has it too.
I'd love to know how to change/delete it though.
Does anyone know how I can do it?
Click to expand...
Click to collapse
Can you extract it and upload it for me?
Sent from my GT-I5800 using XDA App

I don't know how, but I may try if you give me some instructions.

abomy said:
I don't know how, but I may try if you give me some instructions.
Click to expand...
Click to collapse
I guess we'll just have to wait till one of the devs looks at this thread.

abomy said:
I don't know how, but I may try if you give me some instructions.
Click to expand...
Click to collapse
su
cat /dev/block/bml1 > /sdcard/boot.bin
cat /dev/block/bml2 > /sdcard/Sbl.bin
found this from another galaxy 3 thread from galaxy 3 android development Create Custom Image. Should be correct.

Related

just got my htc hero

what should i do first anyone wanna help me here??? what are good apps, or roms to try and stuff. new to android just looking for some help.
my idiot friends did it i signed in on his comp
start by looking in the guide wiki page read everything you cn in there so that you completely understand what you are doing. then the first thing to do is root.
use the pre-kitchen. it's the easiest way to get root on your phone.
find it in the ROMS sticky wiki.
ROMs are also in the sticky wiki. i'd say go with fresh 1.1 or gumbo 1.5c for now, and when you get a better knowledge of what's going on then maybe test on like 2.1 and stuff.
thorpe24 said:
what should i do first anyone wanna help me here??? what are good apps, or roms to try and stuff. new to android just looking for some help.
Also I'm a ******
Click to expand...
Click to collapse
Did anyone else realize he just called himself a ******?
jaehyun01 said:
Did anyone else realize he just called himself a ******?
Click to expand...
Click to collapse
did he just edit that in? that wasn't there before lol
jaehyun01 said:
Did anyone else realize he just called himself a ******?
Click to expand...
Click to collapse
ok that was added after I posted not sure what thats all about.

[Q] How to make my own ROM from scratch?

Me and my brother are going to make our own custom ROM, but we don't know where to start. Any help would be appreciated.
try this it might help
http://forum.xda-developers.com/showthread.php?t=566235
eoghan2t7 said:
try this it might help
http://forum.xda-developers.com/showthread.php?t=566235
Click to expand...
Click to collapse
Thanks for your reply, but that's not what I'm asking for. I already know about that. I want to start developing my ROM from the beginning. I'm asking if you know how can I get a fresh Android and edit it.
so you want to build a rom right from code to a working rom if so i will hunt around and see what i can find
yeah, pls report if you find anything cause I'm interested too...
read this and look around in the android chef section
In Google type aosp an click android open source.
Then in page click source
Read on from there
Sent from my GT540 using XDA App

need help

how can i put the circle battery with the numbers like the HO!no mod On CM7
on any other roms?
thx for the help!
thunderownz said:
how can i put the circle battery with the numbers like the HO!no mod On CM7
on any other roms?
thx for the help!
Click to expand...
Click to collapse
Not that easy..
Before i give you instructions on how to do it, i need to know if you know how to compile/decompile apk's.
Also.. i'll not be responsible if you screw things up!
I doubt it, I think I will give up on it
thunderownz said:
I doubt it, I think I will give up on it
Click to expand...
Click to collapse
Well... you will have to have some IT skills and read a couple of forums related to what you want to do and make nandroid backup... it it fails just go back.
Sent from my Milestone using XDA Premium App
check this website, you will find what u need
http://droidpirate.com/category/metamorph-2/battery-icons/
it needs metamorph to get it works
Goodluck
edit: I'm using it on Moto APAC

Shadow Led on Note 4

hi guys..
a great dev @CekMTL made for the Note 3 a simple but smart and unique script called ""Shadow led"
shadow led blinks the led depending on the activity of ext sd card,internal sd card,internet.
tried on my note 4 but not work.
tried also correct the paths but no luck.
if anyone can help let me know! :good:
I was just thinking about this earlier today. Would be great to have!
equlizer said:
I was just thinking about this earlier today. Would be great to have!
Click to expand...
Click to collapse
agree..it is awesome feature..hope we found someone to solve it..
@darkera13 @nambavuong @hiepgia give us the light!
a last bump for any help..
that feature is working on the note 4..http://www.openeducationr.com/?p=8360
danon.brown said:
that feature is working on the note 4..http://www.openeducationr.com/?p=8360
Click to expand...
Click to collapse
thanks mate but i know this rom..its note 4 port rom for note 3..
vagenrider said:
hi guys..
a great dev @CekMTL made for the Note 3 a simple but smart and unique script called ""Shadow led"
shadow led blinks the led depending on the activity of ext sd card,internal sd card,internet.
tried on my note 4 but not work.
tried also correct the paths but no luck.
if anyone can help let me know! :good:
Click to expand...
Click to collapse
Do you know if your rom and kernel support init.d? And if so, do you have busybox installed? Maybe try ensuring that stuff is there and see if it works. Good luck! If you get it working, mind posting a vid of it in action? I'm vewy curious now lol
Androidious said:
Do you know if your rom and kernel support init.d? And if so, do you have busybox installed? Maybe try ensuring that stuff is there and see if it works. Good luck! If you get it working, mind posting a vid of it in action? I'm vewy curious now lol
Click to expand...
Click to collapse
yes mate..this stuff is ok the only problem is that the led path's it is not the same with note 3..we must find the proper path's
vagenrider said:
yes mate..this stuff is ok the only problem is that the led path's it is not the same with note 3..we must find the proper path's
Click to expand...
Click to collapse
According to a touchwiz rom (OB7) the path is:
/sys/class/leds/(color)
Color can be: blue, green, red, white
I'm no master of code for linux yet but i think maybe the following code:
Code:
echo mmc0 > /sys/class/leds/led:rgb_blue/trigger;
Gets changed to the following code:
Code:
echo mmc0 > /sys/class/leds/blue/trigger;
Maybe? I'm not 100% on that but just a guess. What do you think? Of course, the trigger file has a bunch of "triggers" in it already so just be sure to back it up just to be safe before trying this.
Androidious said:
According to a touchwiz rom (OB7) the path is:
/sys/class/leds/(color)
Color can be: blue, green, red, white
I'm no master of code for linux yet but i think maybe the following code:
Code:
echo mmc0 > /sys/class/leds/led:rgb_blue/trigger;
Gets changed to the following code:
Code:
echo mmc0 > /sys/class/leds/blue/trigger;
Maybe? I'm not 100% on that but just a guess. What do you think? Of course, the trigger file has a bunch of "triggers" in it already so just be sure to back it up just to be safe before trying this.
Click to expand...
Click to collapse
thanks mate..already tried these paths and many commands..combinations..etc....the point is that these paths are wrong on note 4..
but i have good news..today cekmtl (the dev of shadowled) send me pm the correct paths..so im working the commands now to make it work..will post here when i finish it!
vagenrider said:
thanks mate..already tried these paths and many commands..combinations..etc....the point is that these paths are wrong on note 4..
but i have good news..today cekmtl (the dev of shadowled) send me pm the correct paths..so im working the commands now to make it work..will post here when i finish it!
Click to expand...
Click to collapse
I figured it was too simple and that you probably had already looked into that, but it was worth a shot [emoji14]
Awesomeness! Can't wait to see it in action and to learn the correct paths. Thanks for the update and I look forward to your progress! Thanks!
after many hours of testing various commands..combinations..etc.....can't make it works.dnt know why,but i can't.so im posting the correct path and if someone can help will be great!
/sys/devices/i2c.83/i2c-13/13-0066/leds-max77843-rgb/leds/red/trigger
vagenrider said:
after many hours of testing various commands..combinations..etc.....can't make it works.dnt know why,but i can't.so im posting the correct path and if someone can help will be great!
/sys/devices/i2c.83/i2c-13/13-0066/leds-max77843-rgb/leds/red/trigger
Click to expand...
Click to collapse
Thanks, Ill see what i can do... no promises lol
Really fast , what rom are you running as that can make a difference. Thanks!
Androidious said:
Thanks, Ill see what i can do... no promises lol
Really fast , what rom are you running as that can make a difference. Thanks!
Click to expand...
Click to collapse
any luck getting this working? i tryed and it bootloops my phone with correct paths
OvrDriVE said:
any luck getting this working? i tryed and it bootloops my phone with correct paths
Click to expand...
Click to collapse
no such good news from me mate..my best results is worked for 2-3 seconds and after...infinite bootloop....(all that after 22 hours of trying)
but because this feature is perfect..i still believe that someone with more knowledge will make it work..
vagenrider said:
no such good news from me mate..my best results is worked for 2-3 seconds and after...infinite bootloop....(all that after 22 hours of trying)
but because this feature is perfect..i still believe that someone with more knowledge will make it work..
Click to expand...
Click to collapse
the path is right. i think it's the mmc0, 1 and 2 that are wrong. but i'm no scripter so i'm just guessing cause if you get rid of mmc0 and change it to say 4. no infinate bootloop but also no flashing leds
vagenrider said:
no such good news from me mate..my best results is worked for 2-3 seconds and after...infinite bootloop....(all that after 22 hours of trying)
but because this feature is perfect..i still believe that someone with more knowledge will make it work..
Click to expand...
Click to collapse
hehe join the club
i've been bootlooping quite a bit, unfortunatly i was also still hard at work on the update for simplrom, but that is just about done.
so within 2 days i will focus my attention it shadowled again and hopefully i can get it working permanently this time :fingers-crossed:
Psycho_666 said:
hehe join the club
i've been bootlooping quite a bit, unfortunatly i was also still hard at work on the update for simplrom, but that is just about done.
so within 2 days i will focus my attention it shadowled again and hopefully i can get it working permanently this time :fingers-crossed:
Click to expand...
Click to collapse
perfect news my friend..really apreciate that..
vagenrider said:
perfect news my friend..really apreciate that..
Click to expand...
Click to collapse
from a lack of responses i can assume it is still not working on the note 4. to bad it likes to softbrick the note 4
OvrDriVE said:
from a lack of responses i can assume it is still not working on the note 4. to bad it likes to softbrick the note 4
Click to expand...
Click to collapse
yes mate..the script need correction..hope on hepl from our good friend and very good dev @Psycho_666 :good:

com.android.huawei.hiddenmenu.main.hidden...???

I use TBU to debloat my os. Great program, I've used it for several years now.
As I was browsing through installed apps on my N6P yesterday, I came upon this:
com.android.huawei.hiddenmenu.main.hidden...
Does anyone know what this is? And could someone please explain to me what it does?
Thanks
It displays hidden menu for LTE and other options, I screwed my phone because of that. Check my posted issue here : http://forum.xda-developers.com/nexus-6p/help/qa-noob-friendly-qa-help-thread-t3206934/page174
Please let me know if you can help me with it.
aakash dabrase said:
It displays hidden menu for LTE and other options, I screwed my phone because of that. Check my posted issue here : http://forum.xda-developers.com/nexus-6p/help/qa-noob-friendly-qa-help-thread-t3206934/page174
Please let me know if you can help me with it.
Click to expand...
Click to collapse
Sorry to hear. Unfortunately, I cannot help due to my inexperience with such issues.
I hope you find a solution.
aakash dabrase said:
It displays hidden menu for LTE and other options, I screwed my phone because of that. Check my posted issue here : http://forum.xda-developers.com/nexus-6p/help/qa-noob-friendly-qa-help-thread-t3206934/page174
Please let me know if you can help me with it.
Click to expand...
Click to collapse
Flash another radio
jamescable said:
Flash another radio
Click to expand...
Click to collapse
It wont help.

Categories

Resources