[GUIDE] [Kernel] How to add custom bootsplash logo into kernel - Galaxy Y GT-S5360 Android Development

Hi! Welcome to my first thread!
Firstly, I will not provide a full guide to build a kernel, because it is already available in another development section.
The problem if we want to change SGY bootsplash is, there is no *.rle file inside the ramdisk, different with older Samsung phone, (e.g.: Galaxy Mini).
But, it can be added with custom images, not changed at all, after default bootsplash, our custom image will be shown.
I'm using Ubuntu 11.10, with 2009q3-68 codesourcery arm toolchain, and the kernel source from http://opensource.samsung.com
Okay, directly to the guide
I assumed, all building environment has configured correctly, including the correct settings of Makefile
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
open the file browser, I'm using nautilus, and look inside common folder, and go to drivers/video/logo/
maybe it looks like this one :
Click to expand...
Click to collapse
find a image file named “logo_linux_clut224.ppm”, rename it to another name, so we do not lose the original.
Open your 240x320 image using gimp,
Click to expand...
Click to collapse
go to menu, image > mode > indexed, change the maximum numbers of color to 224,
Click to expand...
Click to collapse
now save the image as *.pnm image file type, but name as “logo_linux_clut224.ppm”, save it to the path common/drivers/video/logo/
Click to expand...
Click to collapse
and save as ASCII data format
now you have modified bootsplash logo
Click to expand...
Click to collapse
then, open your terminal, and point your current directory to “common” directory,
Click to expand...
Click to collapse
if this the first time for you build the kernel, do :
$ make bcm21553_totoro_05_defconfig
$ make menuconfig
Please don't change anything if you don't know.
if you had already build the kernel, and there's still your kernel configuration inside “.config” file, just do :
$ make menuconfig
menuconfig may looks like this one :
Click to expand...
Click to collapse
go to device drivers > graphics support > and mark the bootup logo [*] with space button,
then press enter, and configure like this
Click to expand...
Click to collapse
exit, and save your kernel configuration.
now you're ready to re-compile your kernel and build boot.img as usual
Big thanks to :
Maroc-OS for the clue
All Android developers
XDA
Android Indonesia

Nice guide.

Thanks for share Alfiyan Sys..
Will try later..

paws
Sent from my GT-S7500 using xda app-developers app

Tried it. It didnt change

shocklads said:
Nice guide.
Click to expand...
Click to collapse
thanks
savie said:
Thanks for share..
Will try later..
Click to expand...
Click to collapse
okay sir
[
hell_lock said:
Tried it. It didnt change
Click to expand...
Click to collapse
it works for me sir
hmm, try to check your init.rc file
maybe you need to change the line
export ANDROID_BOOTLOGO 1
Click to expand...
Click to collapse
to
export ANDROID_BOOTLOGO 0
Click to expand...
Click to collapse
I forgot to add this line, sorry
edit :
I tested, it seems working with "export ANDROID_BOOTLOGO 1" too

I dont know why it didnt work for me.. Can you check my boot.img?
Sent from my GT-S5360 using XDA

it worked... i did somethin wrong

hell_lock said:
it worked... i did somethin wrong
Click to expand...
Click to collapse
okay sir, i believe it works

Wow Very Nice Guide I wl Try It Today............ Thanks :good::good:

manoranjan2050 said:
Wow Very Nice Guide I wl Try It Today............ Thanks :good::good:
Click to expand...
Click to collapse
you're welcome

hell_lock said:
it worked... i did somethin wrong
Click to expand...
Click to collapse
hey hell_lock what part was it that you did wrong cause mine not worked too

Will try this later after I finish the EPM stuff. This is a great share!
Sent from my GT-S5360 using Tapatalk

thirdzcee said:
hey hell_lock what part was it that you did wrong cause mine not worked too
Click to expand...
Click to collapse
Use "make clean" command in /common folder and then try these steps. After you have done the configuration, enter this command "make oldconfig" to make compile faster

:good: nice guide
:highfive: easy to understand :victory:

Related

[ROM] [I9003] Ice Cream Sandwich SDK Port | Super-Alpha

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Rom is for Developement only, not for daily usage!
Click to expand...
Click to collapse
How to flash:
- You need Gingerbread Bootloader, so be on Gingerbread
- Flash it like CM7 or Miui
If you don´t know what this mean DON`T FLASH! Rom is for now for Developers only!!!
HowTo use the Rom:
You need to use two fingers to use the touchscreen.
What´s working:
- It´s booting
- Touchscreen in some ways...
What´s not working:
- Everything not listed in 'working'
It´s an open source project, so if you think you can fix this or that problem contact me or post below!
Download:
http://www.multiupload.com/D9L4QURCM7 Super-Alpha!
I need a I9003 for Developement, so please read this post!
Nice work mate
cool u did it...what about something like this http://forum.xda-developers.com/showthread.php?t=1162662
also,did u compile new drivers?also,cud u shed some more light on how u "ported the sdk"?(via pm)
awesome work!
good job ,fuss~
sakindia123 said:
cool u did it...what about something like this http://forum.xda-developers.com/showthread.php?t=1162662
also,did u compile new drivers?also,cud u shed some more light on how u "ported the sdk"?(via pm)
awesome work!
Click to expand...
Click to collapse
You can contact me on FB, it´s easier
is that the,same tar file of gingerbread with modified bootclass path??
I have tried the tar file you have give earlier and it was booting sucessfully but i havent tested this build
will test it 2mrow
godd job buddy
Sent from my GT-I9003 using xda premium
vivekkalady said:
is that the,same tar file of gingerbread with modified bootclass path??
I have tried the tar file you have give earlier and it was booting sucessfully but i havent tested this build
will test it 2mrow
godd job buddy
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
No, it´s not the same tar file (this was own Samsung Kernel), i´ll send you the right one soon - with modified bootclass path.
i have the modified bootclass file
so i have to flash that first and this second ???
Sent from my GT-I9003 using xda premium
im pretty sure the device in the video is an i9000
yamchirobe said:
im pretty sure the device in the video is an i9000
Click to expand...
Click to collapse
of course he tested it on his own phone too!
vivekkalady said:
i have the modified bootclass file
so i have to flash that first and this second ???
Click to expand...
Click to collapse
If you have the modified ramdisk with different bootclass repack it and flash this. I´ll send you the other files you need - the files extracted from system.img
yamchirobe said:
im pretty sure the device in the video is an i9000
Click to expand...
Click to collapse
Sure it is one, cause if you read:
I need a I9003 for Developement, so please read this post!
Click to expand...
Click to collapse
I used it to make this video, but one of my testers flashed it on the Galaxy SLC. If you have any experience with android developing you know that in a SDK-Build only kernel is different from other devices - but this is the most difficult part, too.
PM me the link of the files,from system.img
please send the cwm zip file so that i can apply it directly
Sent from my GT-I9003 using xda premium
wow...Ice Cream Sandwich its amazing bro... plz keep it up... thanx a lot
we just have to unpack
add boot class path
repack image
then apply the system files
right ?
nothing more in the kernel ???
---------- Post added at 11:30 PM ---------- Previous post was at 11:24 PM ----------
this is the link to the PDA file
http://forum.xda-developers.com/showpost.php?p=18679932&postcount=109
the kernel attached is booting correctly
just need the zip file
Oh wow...! I am so happy by looking such great developement. Its like an answer on face of those people who consider this phone as a scrap.
^^ If he makes some more progress, please start another donation drive. We need to get fuss123 an i9003
I LOLd in the what is not working part.. Hehehe.. Anyways, great job buddy
Sent from my GT-I9100 using xda premium
vishal24387 said:
Oh wow...! I am so happy by looking such great developement. Its like an answer on face of those people who consider this phone as a scrap.
Click to expand...
Click to collapse
Those noobs are donating there phones and getting the f-out of this forum.
@fuss u inspire everyone http://forum.xda-developers.com/showthread.php?p=18947141#post18947141
Added Download-Link to first post
Download:
http://www.multiupload.com/D9L4QURCM7 Super-Alpha!
Click to expand...
Click to collapse
Please Dev´s only! It´s Super-Alpha!
You may be have to flash the rom more than one time until it works - if kernel is totaly not booting, try sakandias one: http://forum.xda-developers.com/showpost.php?p=18679932&postcount=109. Unpack the xxx.tar, rename the included normalboot.img to boot.img and replace it with the boot.img in the rom´s .zip
sakindia123 said:
@fuss u inspire everyone http://forum.xda-developers.com/showthread.php?p=18947141#post18947141
Click to expand...
Click to collapse
hehe

▲▲▲Custom▲▲▲Avatars▲▲▲

Hi,
CUSTOM AVATARS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Welcome.I am taking requests for any new avatars.
You can choose from any of the ones that I have displayed in the second post,and I will make it for you.
You can give me any designs you want ,and I will try to turn them into avatars for you.​
INSTALLATION
Choose from the second post.
Tell me the number,and I will convert it for you to install.
Download the image(Right click and "Save Image as")
Save to your desktop or wherever you want.
Go to your "CONTROL PANEL" on XDA.
Down the left hand side,click "EDIT AVATAR"
Make sure "Use Custom Avatar" is ticked
Use OPTION 2 and browse for image on your PC,and install.​
ENJOY ​
AVATARS​
PLEASE DOWNLOAD THE GIF AND UPLOAD IT TO YOUR OWN FILE HOST​
Once you have the download link , copy/paste into the middle of this: (in between the 2 img brackets)
Code:
[PLAIN][center][img][/img][/center][/PLAIN]
Then add the line in your "Edit Signature" tab.
File Hosts:
Dropbox
Imgur
Tinypic
Photobucket
If you use DropBox , upload it to the "Public" folder.
Then , right click and "Copy Public Link".
Paste into the middle of this: (in between the 2 img brackets)
Code:
[PLAIN][center][img][/img][/center][/PLAIN]
TRICK TO USE GOOGLE DRIVE AS A FILE HOST
1. Upload your image to googledrive.
2. "View it on web"
3. Hit the "Share" tab , and get a shareable link.
Copy/paste it to notepad.
It should look like this:
Code:
https://drive.google.com/file/d/0B24UTQOiY3GVOWN4djlwMXNaRGc/view?usp=sharing
4. Your "File_ID" is the long line of numbers/letters in the middle.
In this example it's :
0B24UTQOiY3GVOWN4djlwMXNaRGc
5. Now , copy this link onto your notepad:
Code:
https://drive.google.com/uc?export=download&id=FILE_ID
6. Replace your "File_ID" where it says "File_ID"
7. In this case it will look like this:
Code:
https://drive.google.com/uc?export=download&id=0B24UTQOiY3GVOWN4djlwMXNaRGc
8. You can then use that link to host your file.
Some users report a problem if they "Preview" the signature before submitting it.
Any problems , let me know.
Previously:
....
looking gr8! :good::good::good:
21. United
38. Mortal Kombat
86. I don´t know the name.
lvints said:
21. United
38. Mortal Kombat
86. I don´t know the name.
Click to expand...
Click to collapse
Hi,
Here you go:
Nice thread!
can you please make a banner for team kernelizer's operation killjoy script?
boyheadkick said:
can you please make a banner for team kernelizer's operation killjoy script?
Click to expand...
Click to collapse
Hi,
Did you have any particular design in mind ,or anything that you wanted to be included in the banner?
malybru said:
Hi,
Did you have any particular design in mind ,or anything that you wanted to be included in the banner?
Click to expand...
Click to collapse
well the OP, @Exit_Only, has an evil clown image on the OP itself, so maybe something like an evil clown theme..
oh, and thanks for replying :good: i appreciate it
boyheadkick said:
well the OP, @Exit_Only, has an evil clown image on the OP itself, so maybe something like an evil clown theme..
oh, and thanks for replying :good: i appreciate it
Click to expand...
Click to collapse
Hi,
OK.
I've seen the thread.
I'll have a go over the week-end.
Can you do minimal one? Backround grey hexagon, and in the middle my username in light grey.
Sent from my HUAWEI G510-0200 using Tapatalk 2
ensoy said:
Can you do minimal one? Backround grey hexagon, and in the middle my username in light grey.
Sent from my HUAWEI G510-0200 using Tapatalk 2
Click to expand...
Click to collapse
Hi,
Here you go:
I can fine tune anything,if you want.
boyheadkick said:
well the OP, @Exit_Only, has an evil clown image on the OP itself, so maybe something like an evil clown theme..
oh, and thanks for replying :good: i appreciate it
Click to expand...
Click to collapse
Hi,
How is this:
malybru said:
Hi,
How is this:
Click to expand...
Click to collapse
that is, how may i say this, AWESOME! thanks a lot..i'll share this to the OP and give a link and credits to you
Humble Request
Hi,
Thanks for offering us this opportunity
Number is Great as I'm a Chelsea fan so I'd like that please
And number 81 with attached images(Please merge) in the middle, with
Code:
gamer45a
at where
arhd
Click to expand...
Click to collapse
and
Code:
45
at where
3.6
Click to expand...
Click to collapse
is thanks Sir
And if you can merge all three into a banner for me to use as a sig , that'll be
Code:
[I]AWESOME[/I]
I know it's a lot to ask but Thanks
Hi,
malybru said:
Hi,
Click to expand...
Click to collapse
Hi,
Thanks, they are awesome but you forgot about the merging them for my signature. Thanks
P.S Images attached for Sig

[HOW TO] Change 4G to 4G LTE in Status Bar [HOW TO]

Found a simple way to change ur "4G" icon to show "4G LTE" instead. All you have to do is edit ur build.prop file which is located in ur system folder. I believe that these icons are already included in the majority of I9505 roms(non AOSP, non GE) that are out there, so you don't have to add these icons to ur device, or do anything else. Just follow the directions in the 3 outlined steps.
1. Please be sure to make a backup of ur original build.prop file, just in case any complications occur, it's always better to be safe than sorry.
2. In ur build.prop file, just edit the ro.product.name line to...
ro.product.name=jfltetmo
for
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ro.product.name=jfltevzw
for
ro.product.name=jflteatt
for
3. Ur device must be rebooted for the changes to go into effect.
That's it!!
I found this little tip here...
http://www.andromods.com/apps-mod/g...e-carrier-label-and-replace-4g-lte-icons.html
Please click on my "THANKS" button if you find this little tip useful/helpful.
Just to let others know, this doesnt work on AOSP roms
Does it work on CM ROMs?
Sent from my GT-I9505 using xda app-developers app
HuStLaZ said:
Does it work on CM ROMs?
Click to expand...
Click to collapse
No b/c CM is AOSP based
Nice. Gonna try this.
nek_nek said:
Nice. Gonna try this.
Click to expand...
Click to collapse
Hi, need help. My ro.product.name keeps on going back to jfltexx after reboot. I'm using djembey's slim rom.
nek_nek said:
Hi, need help. My ro.product.name keeps on going back to jfltexx after reboot. I'm using djembey's slim rom.
Click to expand...
Click to collapse
What file mgr are you using to get to the file? Root Explorer? ES File Mgr? Those file mgr's change ur permissions for you, etc., maybe that's the problem?
norml said:
What file mgr are you using to get to the file? Root Explorer? ES File Mgr? Those file mgr's change ur permissions for you, etc., maybe that's the problem?
Click to expand...
Click to collapse
I used Build Prop Editor from Google Play.
nek_nek said:
I used Build Prop Editor from Google Play.
Click to expand...
Click to collapse
Have you successfully changed ur build.prop file with Build Prop Editor before, without having it revert? I never used it, try Root Explorer, that's what I use.
http://androidforums.com/admire-all-things-root/625920-how-do-i-properly-edit-build-prop.html
norml said:
Have you successfully changed ur build.prop file with Build Prop Editor before, without having it revert? I never used it, try Root Explorer, that's what I use.
Click to expand...
Click to collapse
I also have Root Explorer but I don't know how to do it from here. Can you teach me how?
nek_nek said:
I also have Root Explorer but I don't know how to do it from here. Can you teach me how?
Click to expand...
Click to collapse
Just go to "system" folder located in root(root is like the equivalent to "c:\" in Windows OS), scroll down a little bit to build.prop file, long press it, open with text editor, edit ro.product.name line like in the OP, exit it, it will ask you if you want to save it, etc., this is all basic stuff man.
norml said:
http://androidforums.com/admire-all-things-root/625920-how-do-i-properly-edit-build-prop.html
Click to expand...
Click to collapse
Got it to work now. Tried doing it differently in Build Prop Editor and it worked. Thanks!
nek_nek said:
Got it to work now. Tried doing it differently in Build Prop Editor and it worked. Thanks!
Click to expand...
Click to collapse
Glad you figured it out!
nek_nek said:
Got it to work now. Tried doing it differently in Build Prop Editor and it worked. Thanks!
Click to expand...
Click to collapse
Thanks man. It's worked.
Sent from my GT-I9505 using xda app-developers app
Nothing better than a stock LTE icon
Works like a charm, thank you
Perfect?
Sent from my GT-I9505 using XDA Premium 4 mobile app
That enable carrier name in statusbar on international devices and broke brightness slider -+ options. Wanam import for me option to enable again -+ options in slider.
Perfect... Thank you
Sent from my GT-I9505 using XDA Premium 4 mobile app

[Tool][SmartDebloater[Win][N9005]

SmartDebloater
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Part Of SmartDroid Project
What is this?
Its A debloater tool that can delete bloat for u.
What is the idea behind this?
People can debloat on their win PC/Laptop and store Roms with a smaller Size to save space.
How to control Debloat?
You have options to choose which apps to delete.
Features
Based on Stock
Full KK Support
Odex Support
Full Knox Cleaning
More than 50 Apps to choose from (more to be added on request/research)
Specific Carrier apps In too
How to use?
Drag and Drop the rom/zip to debloat in Original folder
Choose Option to Setup Working folder inside tool
Debloat with more than 50 options
After finishing debloat choose "To Build option" in tool (this compresses the rom back to zip)
Pickup Your Debloated rom in Build folder
This is my first Batch Tool so bare with me friends
Thanks
@ricky310711 (for helping me with batch and letting me take a few stuff from his code)
Igor Pavlov (7zip commandline util)
thomas polaert ( cecho )
​
XDA:DevDB Information
[Tool]SmartDebloater[Win][N9005], a Tool/Utility for the Samsung Galaxy Note 3
Contributors
SkywalkerZ
Version Information
Status: Testing
Created 2014-04-08
Last Updated 2014-04-09
Download Here
Link#1
Phone Flashable Debloating Thread here
#yolo
Reserve 2
i like it Thanks!
ratcom said:
i like it Thanks!
Click to expand...
Click to collapse
Thanks
I hope more people like it
Good enough to be on portal? (i dont think so..will have to add alot more stuff )
can this be used on an N9007 AU branded phone? I'd really like to get rid of all those carrier specific mods.
Thanks Man!
Sent from my SM-N9005 using Tapatalk
Awesome work @SkywalkerZ, I will give this a go tonight before I flash something new.
Thanks... and yes I hit the button as well...
espionage said:
can this be used on an N9007 AU branded phone? I'd really like to get rid of all those carrier specific mods.
Click to expand...
Click to collapse
Should work
Only works with a flashable rom(not odin firmware)
aleksandar1006 said:
Thanks Man!
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
coldmethod said:
Awesome work @SkywalkerZ, I will give this a go tonight before I flash something new.
Thanks... and yes I hit the button as well...
Click to expand...
Click to collapse
Hehe
I just use it and try to choose 2 sammy apps to remove but the script stops
It will be more easy if we can choose and stick apps to remove but maybe it's more difficult to do
Going to try this tool, thanks for your work mate.
Do we have to rename the zip file to "rom.zip"?
gianton said:
Going to try this tool, thanks for your work mate.
Do we have to rename the zip file to "rom.zip"?
Click to expand...
Click to collapse
just put the rom in working folder and setup the project
No need to rename
SkywalkerZ said:
just put the rom in working folder and setup the project
No need to rename
Click to expand...
Click to collapse
Got it working mate, thanks! Debloated alexndr rom from 1.31GB to 0.98GB! Going to flash now. :good:
gianton said:
Got it working mate, thanks! Debloated alexndr rom from 1.31GB to 0.98GB! Going to flash now. :good:
Click to expand...
Click to collapse
Lemme know how the flash goes
SkywalkerZ said:
Lemme know how the flash goes
Click to expand...
Click to collapse
Flashed fine, setting up now! :good:
does it support the official tar/zip firmware
SkywalkerZ said:
Lemme know how the flash goes
Click to expand...
Click to collapse
I second that question. In the OP it states that it supports odex ROMs, but I can't seem to get it working with the official tar firmware. Am I missing something?
testmonkey1 said:
I second that question. In the OP it states that it supports odex ROMs, but I can't seem to get it working with the official tar firmware. Am I missing something?
Click to expand...
Click to collapse
xinfinityoO said:
does it support the official tar/zip firmware
Click to expand...
Click to collapse
Odex flashable rom only..not a .tar
Ill add the option when i get time
Is it possible to associate apk and lib when removing on the rom
we must know which lib goes with which apk
This is great... used it on my S5 and now found out that is available also on my regular daily Note 3...
I recommend you guys to use this
Mirror in case someone needs it
http://goo.gl/pIFjZJ

[Port][S5 Gallery][Odex/Deodexed]

Got ported the Galaxy S5 Galley works on both Odex & Deodexed
so you need to have Root permission
Deodexed Steps:
1- Download and Extract the files
2- Open any root explorer i recommend Es File Explorer
3- Copy SecGallery2013.apk to system/priv-app/SecGallery2013 and correct permissions
4- Copy libSecMMCodec.so and libsomxaacd.so to system/lib and correct permissions
5- Reboot.
Odex Steps:
1- Download and Extract the files
2- Open any root explorer i recommend Es File Explorer
3- Copy SecGallery2013.apk to system/priv-app/SecGallery2013 and correct permissions
4- Delete files in system/priv-app/SecGallery2013/arm
5- Copy libSecMMCodec.so and libsomxaacd.so to system/lib and correct permissions
6- Reboot.
as far tested on 5.0.1
What permissions looks like? look in the attachments
Hi @RubbaBand, pressing the expand photo button while selecting some photos lead to gallery fc.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hopefully you can give a look in this.
There are also some weird text colours such as black texts under dark blue background. Hopefully these could be fixed.
Btw, I am using 5.0.1 indian stock lolli
Thanks in advance.
chester.anjan said:
Hi @RubbaBand, pressing the expand photo button while selecting some photos lead to gallery fc.
Hopefully you can give a look in this.
There are also some weird text colours such as black texts under dark blue background. Hopefully these could be fixed.
Btw, I am using 5.0.1 indian stock lolli
Thanks in advance.
Click to expand...
Click to collapse
is that my port?
i did what you said but i didnt face any fc
RubbaBand said:
is that my port?
i did what you said but i didnt face any fc
Click to expand...
Click to collapse
screen shot plz
chester.anjan said:
screen shot plz
Click to expand...
Click to collapse
Thats what happens
RubbaBand said:
Thats what happens
Click to expand...
Click to collapse
ok.. again i tested
chester.anjan said:
ok.. again i tested
Click to expand...
Click to collapse
ill check again for you
RubbaBand said:
ill check again for you
Click to expand...
Click to collapse
sorry to say buddy its still fc with box icon ...
chester.anjan said:
sorry to say buddy its still fc with box icon ...
Click to expand...
Click to collapse
made some process with
drawer_expander_open_button
drawer_expander_close_button
drawer_expandable_list_selector
RubbaBand said:
made some process with
drawer_expander_open_button
drawer_expander_close_button
drawer_expandable_list_selector
Click to expand...
Click to collapse
sorry for late reply what do you mean & how can i solve this problem..:crying:
chester.anjan said:
sorry for late reply what do you mean & how can i solve this problem..:crying:
Click to expand...
Click to collapse
im looking for the bug at these files
RubbaBand said:
im looking for the bug at these files
Click to expand...
Click to collapse
Its ok, take your time. N do your best! Yes, the best from @RubbaBand!
chester.anjan said:
Its ok, take your time. N do your best! Yes, the best from @RubbaBand!
Click to expand...
Click to collapse
Haha thank you! It needs some extra lib files that i dodnt know there name, need more time and of course some luck!
RubbaBand said:
Haha thank you! Its needs some extra lib files that i dodnt there name, need more time and of course some luck!
Click to expand...
Click to collapse
Good Luck.. any expected time :silly:
chester.anjan said:
Good Luck.. any expected time :silly:
Click to expand...
Click to collapse
Well, its depending on contacting some developers for the neededextra files and the free time that i have, coz im working on porting roms and apps, moding, and a life lol
Can it works on galaxy s4 value edition(i9515)
ravi14716 said:
Can it works on galaxy s4 value edition(i9515)
Click to expand...
Click to collapse
I didnt test it, but i think it should if you are on 4.4.2 or higher

Categories

Resources