[Q] Installation problems - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

Help me install Smanager & bootanimations to edit kernel. plz

Mind 180 said:
Help me install Smanager & bootanimations to edit kernel. plz
Click to expand...
Click to collapse
To edit kernel how? What do you want to do?

Mind 180 said:
Help me install Smanager & bootanimations to edit kernel. plz
Click to expand...
Click to collapse
For bootanimation just replace bootanimation.zip inside system/media and you cannot edit a kernel. You can patch and edit it from source and you have to build your own kernel for that

Related

how to port desire hd rom

hi everyone
I want to know that how can I port desire hd aosp rom to incredible s ??
can anyone tell me which I should replace or where can I learn that ?
please teach and help me
thaaaaaaaaankkkkkssssss
I want to know too.
Here's the list that I know what should I change:
1. The kernel and ramdisk
2. lib
3. etc
4. Framework
and ... anything else?
keroro430 said:
I want to know too.
Here's the list that I know what should I change:
1. The kernel and ramdisk
2. lib
3. etc
4. Framework
and ... anything else?
Click to expand...
Click to collapse
should I change the folder or I should change special file in each folder ?
sif2010 said:
should I change the folder or I should change special file in each folder ?
Click to expand...
Click to collapse
http://jdfroyo.com/2010/10/25/how-to-port-a-rom/

[GUIDE]How to make a custom rom

Hey guys
i made this guide for new users that want to learn something about android development and make their own custom rom
*NOTE:this guide is made for new users, and here u will only learn how to mod custom rom not how to build it from source​
Things u need are:
[*]"7zip" or "winrar" or "winzip"
[*]base rom
[*]patience
[*]notepad
[*]and signer (get it here)
Things u see when extract rom:
1.META-INF
2.system
3.boot.img
U wont need to touch "META-INF" and "boot.img" so open "system" folder.
There u see many folders (and build.prop) but since this is guide for new users we gonna rely only on this folders:
app
fonts
framework
media
some other folders if u want to use scripts ˙(gonna teach u how just continue reading xD)
Now go to "app" folder
there u see many applications and maybe .odex files
here choose what u want to delete (*NOTE- if u delete application u should delete .odex file)
here is list which apps u can delete
*NOTE-make sure that if u deleted launcher that u replace it with your desired launcher
If u want to change fonts, framework and theme system ui then go to uot kitchen .U will just have to copy and replace files
build.prop
this is where u can change your roms name and add some tweaks
to change roms name u have to change this line
ro.modversion="here write your roms name"
*NOTE-without "" xD
here are some tweaks for build.prop tweaks
just copy<paste them
# Signal Tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
# NetSpeed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
# Call Tweaks
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
# Power Save Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Performance Tweaks
ro.kernel.android.checkjni=0
ro.config.nocheckin=1
# Disables Debug Icon On Status Bar
persist.adb.notify=0
Click to expand...
Click to collapse
Scripts
to use scripts like Adrenaline™ Engine | 3.0 | or SlaidyBoost-V2.3
u just have to copy files from folders to the same folder
example for slaidy boost:
when u extract it u will see:
META-INF *folder
system *folder
navigate to "system"
and copy files from "etc" to "etc" rom
*NOTE- copy just files u see in folder not whole folder
and then copy files from "xbin" to xbin in your rom
1.Download base rom
-its best to take stock cyanogenmod that isnt already modded or some stock based
2.Extract rom with 7zip or winzip
3.Go to /./"rom"/system/app and delete apps u will replace or just delete
-its best to make rom as light as it can get (list of apps u can delete is given above)
4.Replacing bootanimation
-download bootanimation u want to use and rename it to "bootanimation"
-delete animation u find in /./"rom"/system/media and then paste bootanimation u downloaded
5.Adding scripts
-everything is explained in above post
6.Giving your rom name
-to change roms name u have to change this line in build.prop
ro.modversion="here write your roms name"
*NOTE-without "" xD
7.Adding build.prop tweaks
-explained in above post
8.Compress it in .zip
9.Sign it with signer given above
Plz also post tut for making kernel and rom from source in future
vishal007 said:
Plz also post tut for making kernel and rom from source in future
Click to expand...
Click to collapse
I dont know to build from source
but there are some guides i think
Thank you mv_style. Good source for beginners.
winkan said:
Thank you mv_style. Good source for beginners.
Click to expand...
Click to collapse
np
after u master this
things will go by them self
How to unpack boot.img
Hello.
This guide is awsome, but. How to unpack boot.img? I can't do that...
I have a backup of my Rom. Inthis backup is boot.img and recovery.img. I want to extract boot.img, because here is all folders to Rom... I did it once in DSIXDA Kitchen, but now i dont remember how do i did it
Help me plz
Filipm95 said:
Hello.
This guide is awsome, but. How to unpack boot.img? I can't do that...
I have a backup of my Rom. Inthis backup is boot.img and recovery.img. I want to extract boot.img, because here is all folders to Rom... I did it once in DSIXDA Kitchen, but now i dont remember how do i did it
Help me plz
Click to expand...
Click to collapse
dont know what u need it for
but here it is
http://forum.xda-developers.com/showthread.php?t=1494036
Filipm95 said:
Hello.
This guide is awsome, but. How to unpack boot.img? I can't do that...
I have a backup of my Rom. Inthis backup is boot.img and recovery.img. I want to extract boot.img, because here is all folders to Rom... I did it once in DSIXDA Kitchen, but now i dont remember how do i did it
Help me plz
Click to expand...
Click to collapse
Extract system.rfs !!
No need to xtract boot.img
Sent From my lovely FIT..... !! lOvE u Fit
What about Dsixda's android kitchen? Ain't that easier way to customise existing roms? And btw: Brace yourself! ****ty roms are comming!
daxdax89 said:
Brate
1. rename your unsigned zip file to "update.zip"
2. execute "sign.bat", wait for completion
3. "update-signed.zip" is your signed rom file
Koji unsigned file ?
Click to expand...
Click to collapse
taj zip od roma kaj si napravio
renameas ga u "update"
stavis u taj folder i pokrenes sign.bat
How can I add s2e and screenshot shortcut in power menu?
Another question: if I have titanium backup FCs, how can I fix that?
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
zarpel said:
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
Click to expand...
Click to collapse
what else did u do?
and try to build rom again
just follow steps
zarpel said:
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
Click to expand...
Click to collapse
Slaidyboost and adrenalin are not compatible with each other.
Sent from my GT-S5570 using XDA
huzzahpenguin said:
Slaidyboost and adrenalin are not compatible with each other.
Sent from my GT-S5570 using XDA
Click to expand...
Click to collapse
uhhh didnt notice that he wrote that
zarpel said:
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
Click to expand...
Click to collapse
You actually don't have to rename launcher, because adw settings are embedded in cm7 and it might be the problem. It's safe to remove adw and put different launcher in tho...
I've tried using cm 7.2 rc5.7 and it works perfectly!
But on CM 7.2 Official, I've tried using the same, but doesn't work.
Do i must remove sladyboost and adrenaline ?
And I can't see the .odex files.
zarpel said:
I've tried using cm 7.2 rc5.7 and it works perfectly!
But on CM 7.2 Official, I've tried using the same, but doesn't work.
Do i must remove sladyboost and adrenaline ?
And I can't see the .odex files.
Click to expand...
Click to collapse
all versions dont have .odex files
and u can only use 1 of scripts
Mr. MV, thanks for tutorial...
In my case...i just want change / substitute boot.img emanon6 with andro-id331..rom can boot and work normally but without bootanimation.. What can i do for display boot animation????
Sorrry my bad english n thx..
Lumantar Galaxy Mini Gadahan Piyambak.

GingerDX ALL Remove Bootanimation?

Hello, I'm new to XDA!
I have a question. I have installed gingerdx v25 and i think it's great! but one thing i really want is to turn off the boot animation, including the brown gingerdx logo. Is that possible? Because I want just a black screen while booting (saves me a bit of battery! Thanks
androiduser:) said:
Hello, I'm new to XDA!
I have a question. I have installed gingerdx v25 and i think it's great! but one thing i really want is to turn off the boot animation, including the brown gingerdx logo. Is that possible? Because I want just a black screen while booting (saves me a bit of battery! Thanks
Click to expand...
Click to collapse
first of all the bootanimation eats NEGLIGIBLE amount of battery.
and if you want to remove it then
go to
\system\media
and delete bootanimation.zip
hope this works???
Probably..
Press thanks if I helped..........
a quick trick
a very simple method of disabling bootanimation in all roms without exception is by deleting/moving the boot animation file from: /system/bin
karoom95 said:
a very simple method of disabling bootanimation in all roms without exception is by deleting/moving the boot animation file from: /system/bin
Click to expand...
Click to collapse
Thanks a lot!
karoom95 said:
a very simple method of disabling bootanimation in all roms without exception is by deleting/moving the boot animation file from: /system/bin
Click to expand...
Click to collapse
Isn't it /system/media/ ?.
sent from my icecream.
deutron said:
Isn't it /system/media/ ?.
sent from my icecream.
Click to expand...
Click to collapse
Its may be in both the places...
Depends on the ROM
Gingerdx v025??
Be carefull!! Dont ever forget that rom stock cwm cant restore backup from gingerdx v022..
Got bootloop 2 times because that thing..
Sent from my X8 using XDA
har****group said:
Its may be in both the places...
Depends on the ROM
Click to expand...
Click to collapse
i am deleting/moving the .bin file that controls all bootanimations but if we do it your way the original android bootanimation will show up :good:
how to disable brown bootanimation of gingerdx .... not system/media/bootanimation
how to disable brown bootanimation of gingerdx .... not system/media/bootanimation ....????
gingerdx has 2 bootanimation i wana remove first boot animation logo of gingerdx ....
alamjit_singh said:
how to disable brown bootanimation of gingerdx .... not system/media/bootanimation ....????
gingerdx has 2 bootanimation i wana remove first boot animation logo of gingerdx ....
Click to expand...
Click to collapse
you just disable bootanimation from the settings
i disable bootanimation from settigs but bootanimation is still there , i thing it is bug , i have gdx v 030 stock kernel

[Q]Reverting CRT-animation on stock ROM to native fade-off animation.

framework-res.apk is attached. I seems can't use my APK tool after java update. Some kind guys help me please. =D
Edit res/values/bools.xml
Change "<bool name="config_animateScreenLights">false</bool>" to "<bool name="config_animateScreenLights">true</bool>"
Thank you =)
edit: Download link for framework-res.apk
http://www.4shared.com/android/0sAxcK2P/framework-res.html?
It didn't work for you ?
This was sent from a Galaxy Ace.
CallMeVentus said:
It didn't work for you ?
This was sent from a Galaxy Ace.
Click to expand...
Click to collapse
It didn't. Maybe some editing in framework-res.apk needed. My APK tool malfunction after new JAVA Update.
xarive said:
framework-res.apk is attached. I seems can't use my APK tool after java update. Some kind guys help me please. =D
Edit res/values/bools.xml
Change "<bool name="config_animateScreenLights">false</bool>" to "<bool name="config_animateScreenLights">true</bool>"
Thank you =)
edit: Download link for framework-res.apk
http://www.4shared.com/android/0sAxcK2P/framework-res.html?
Click to expand...
Click to collapse
You cant use APKtool or you need help with disabling CRT?
Prawesome said:
You cant use APKtool or you need help with disabling CRT?
Click to expand...
Click to collapse
disabling CRT and enable back the stock fade-off animation. changing build prop doesn't get back fade off instead it just go black. It need to use APK tool to edit framework-res.apk to original as stated above. And my APK tool doesn't works. Hoping for some kind guy help on this.
xarive said:
disabling CRT and enable back the stock fade-off animation. changing build prop doesn't get back fade off instead it just go black. It need to use APK tool to edit framework-res.apk to original as stated above. And my APK tool doesn't works. Hoping for some kind guy help on this.
Click to expand...
Click to collapse
What rom are u using?
SnowPluralism said:
What rom are u using?
Click to expand...
Click to collapse
myth2
Sent from my mind using interneurone
xarive said:
myth2
Sent from my mind using interneurone
Click to expand...
Click to collapse
Just turn off animation option in setting
crt
devilsking said:
Just turn off animation option in setting
Click to expand...
Click to collapse
you have the apk to enable CRT effect? returns that apk jeje :c
xavo223 said:
you have the apk to enable CRT effect? returns that apk jeje :c
Click to expand...
Click to collapse
What apk?

Restoring stock boot animation

I want to install one of the boot animations from the Themes and Apps Forum but would like the option to restore the stock Samsung GT-N7000 one later.
Can anyone tell me how to do this please?
Thanks
what rom an kernel are you on?
usually its done by pasting the bootanimation.zip file in the system/media file and setting the permission to rw-r--r--
when you want to revert back, just delete the file.
Kernel needs to be compatible with custom boot animation
Thanks for he reply. I'm uing the PhilZ kernel that came with the Ultimate JB XXLSC v5.1 ROM.
nokiamodeln91 said:
what rom an kernel are you on?
usually its done by pasting the bootanimation.zip file in the system/media file and setting the permission to rw-r--r--
when you want to revert back, just delete the file.
Kernel needs to be compatible with custom boot animation
Click to expand...
Click to collapse
sacentre said:
Thanks for he reply. I'm uing the PhilZ kernel that came with the Ultimate JB XXLSC v5.1 ROM.
Click to expand...
Click to collapse
If you use the Ultimate JB XXLSC v5.1 ROM just follow the instruction by nokiamodeln91.
OFF!
nokiamodeln91 said:
what rom an kernel are you on?
usually its done by pasting the bootanimation.zip file in the system/media file and setting the permission to rw-r--r--
when you want to revert back, just delete the file.
Kernel needs to be compatible with custom boot animation
Click to expand...
Click to collapse
OMG! I just followed Your instructions and successfully restored the original bootanimation on my LG-D505 (Optimus F6) Thank You so much!
~ Best wishes ~
sacentre said:
I want to install one of the boot animations from the Themes and Apps Forum but would like the option to restore the stock Samsung GT-N7000 one later.
Can anyone tell me how to do this please?
Thanks
Click to expand...
Click to collapse
you r on a stock based rom
if you aryamod or rom which have stock bootanimation
then extract it
copy and overwrite
/system/media/bootsamsung.qmg
/system/media/bootsamsungloop.qmg
using root explorer
give permission rw-r--r-- ( chmod 644 filename ,using terminal) for both

Categories

Resources