Zipalign - Nexus S Q&A, Help & Troubleshooting

Guys you know if i can find Zipalign to use with jelly bean ?
like this tool :http://forum.xda-developers.com/showthread.php?t=1454289

leap_ahead said:
Guys you know if i can find Zipalign to use with jelly bean ?
like this tool :http://forum.xda-developers.com/showthread.php?t=1454289
Click to expand...
Click to collapse
You can zipalign by adding that init.d script in system/etc/init.d
Plz be sure that your kernel supports init.d..
If not, flash NS-init.d-installer.zip in this post.
http://forum.xda-developers.com/showthread.php?p=26249862
Or you can do your self using android kitchen tool(or "signare" by andyharney)
Sent from my Nexus S using Tapatalk 2

Related

[Q] Activate V6 SuperCharger

Does anybody knows how can I activate the V6 SuperCharger script installed via Androguide.fr 's PIMP my ROM ?
http://forum.xda-developers.com/showthread.php?t=1882218
I've tried to post it there but the system won't let me because I haven't made 10 posts yet.
Thanks a lot
For v6 can use script manager on playstore. (i'm using it) and for pimp my rom u have custom rom and instald it from recovery mode... (if i'm not mistaken) ..
Sent from my GT-P1010 using Tapatalk 2
bayustev said:
For v6 can use script manager on playstore. (i'm using it) and for pimp my rom u have custom rom and instald it from recovery mode... (if i'm not mistaken) ..
Sent from my GT-P1010 using Tapatalk 2
Click to expand...
Click to collapse
I have it installed already via pimp my rom, the thing is, in the Aroma installer, where you toggle the tweaks you want, it tells me to activate it somehow from the system, and that is what got me confused. It's a shame I cannot post it in the correct forum because I registered a week ago and don't have 10 posts yet.:silly:
read page 4 of the original pimp my andro thread... they are talking about the activation...
phoenix369 said:
Does anybody knows how can I activate the V6 SuperCharger script installed via Androguide.fr 's PIMP my ROM ?
http://forum.xda-developers.com/showthread.php?t=1882218
I've tried to post it there but the system won't let me because I haven't made 10 posts yet.
Thanks a lot
Click to expand...
Click to collapse
Try to refer here
If you already have the v6.sh file pasted in your sdcard,
Terminal emulator :
Code:
su
cd /<v6.sh folder directory>
sh v6.sh
Script manager :
browse as root
locate the v6.sh file and click
run the v6.sh script as superuser granted (by click the SU icon then click run)
Read the infomation displayed and follow the instuction....
TQ, sorry if you cant understand my words....
Thanks a lot man, that was just was I was looking for.

[TOOLS][HOW-TO] One Click Scripts to Pack/Unpack boot.img

This is for all ROM cooks, Kernel devs or anyone who wants to make quick changes to the Kernel or ramdisk without wasting much time!
I made or rather put together some scripts for-
All this happens in just one click
Unpack boot.img
Repack boot.img
Make CWM flashable signed zip
Its very easy to use. Download the tools (At the end of the post)
Extract them..
In the root of the extracted files place the boot.img you wanna mod.
Then,
To unpack the Kernel-
Code:
./extract.sh
Your zImage will be in kernel/zImage
Your ramdisk will be in ramdisk folder (unpacked)
Make the necessary changes.. whatever you wish.
Then to pack up everything and get output as boot.img , run.
Code:
./pack_boot.sh
Your repacked boot.img will be in out/boot.img
OR.
If you want a CWM Flashable zip,
Code:
./pack_cwm.sh
The flashable zip will be out/GT-I9103_KERNEL.zip
Easy eh? :laugh:
DOWNLOAD
On a side note,
What in contains:
My scripts
mkbootimg, unpackbootimg and mkbootfs binaries (Compiled from latest CM Source)
signapk.jar and necessary files (To Sign Zip file)
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
The-Droidster said:
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
Click to expand...
Click to collapse
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Adi_Pat said:
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Click to expand...
Click to collapse
code is..?
sagitta5499 said:
code is..?
Click to expand...
Click to collapse
Make changes in source code.
Man really a dev. Gr8 tool
yajnab said:
Man really a dev. Gr8 tool
Click to expand...
Click to collapse
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Adi_Pat said:
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
password which
Serp87 said:
password which
Click to expand...
Click to collapse
password =
Code:
galaxyrrocks
Cheers !
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
shoey63 said:
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
For N7000 you can use these tools since its a zImage Kernel and not kernel+ramdisk like GalaxyR.
https://github.com/xiaolu/galaxys2_kernel_repack
Thanks for the link :thumbup:
Sent from my GT-N7000 using xda app-developers app
Can you post a download that doesnt have locked files. Password doesnt work..
MikeC84 said:
Can you post a download that doesnt have locked files. Password doesnt work..
Click to expand...
Click to collapse
Attached!
Does this work with Micromax A110 mtk6570 chips
shubhdeep99 said:
Does this work with Micromax A110 mtk6570 chips
Click to expand...
Click to collapse
NO buddy it wont.
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Adam77Root said:
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Click to expand...
Click to collapse
My friend has it buddy bt its like samsung grand splash in water. Also about the kernel, if u said then i will test it in my friend's mobile. Will it brick it if wont load that kernel??
Sent from my GT-I9103 using Tapatalk HD
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
The-Droidster said:
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
Click to expand...
Click to collapse
can u explain how to unpack or repack it..?? a n00b question from RN..??

[Q] init.d - Please help!

Refer to this thread.. http://forum.xda-developers.com/showthread.php?t=1999799&nocache=1
i fail to create init.d.. can someone please teach me step by step..
Thanks..can't reply to that thread coz my post below 10
Sorry my bad english
For init.d support try this http://forum.xda-developers.com/showthread.php?t=1973099 or search xda there is few mods to enable init d
drummer1839 said:
For init.d support try this http://forum.xda-developers.com/showthread.php?t=1973099 or search xda there is few mods to enable init d
Click to expand...
Click to collapse
I used this method but the zip won't flash i had to edit it to flash to my xperia j
http://forum.xda-developers.com/showthread.php?t=1933849 for me it worked install busybox then this apk open it and push activate button and thats it
Thanks! Succes create init.d using apk file. Now next step to install kuro tweak. Hope everything going fine. Thanks again!
Sent from my ST26a using xda premium
init.d can also be added via Pimp my Rom app from play store

[Q] what is init.d?

how to know wherether init.d is install on galaxy y..anyone can help me??
wanyakuza said:
how to know wherether init.d is install on galaxy y..anyone can help me??
Click to expand...
Click to collapse
Init.d are scripts that can run on boot. You can create your own Init.d script also. There are several tutorials on xda for that search it. And to use it first you muse check whether Init.d is enabled in your rom
To check that use universal Init.d enabler app from playstore and check it if it is not enabled enable it using the same app
Sent from my GT-I9070 using Tapatalk
PradeepMurugan said:
Init.d are scripts that can run on boot. You can create your own Init.d script also. There are several tutorials on xda for that search it. And to use it first you muse check whether Init.d is enabled in your rom
To check that use universal Init.d enabler app from playstore and check it if it is not enabled enable it using the same app
Sent from my GT-I9070 using Tapatalk
Click to expand...
Click to collapse
so , if i want to install v6 supercharger..thai it required init.d??
wanyakuza said:
so , if i want to install v6 supercharger..thai it required init.d??
Click to expand...
Click to collapse
The last time i used a supercharger script it used init.d for some functions. So probably you want to have init.d enabled. If i'm right some functions were also wrapped in a service so if you don't have init.d you could install the service to gain some functionality.
Qaatloz said:
The last time i used a supercharger script it used init.d for some functions. So probably you want to have init.d enabled. If i'm right some functions were also wrapped in a service so if you don't have init.d you could install the service to gain some functionality.
Click to expand...
Click to collapse
ouh..urm but why when i press enter my keyboard does not work??

[MOD] SuperuserMod .157 FW - Services.jar

Hi!
I could not find the patched Services.jar of .157FW for Z1C, so I modded by myself following this guide [MOD][GUIDE]SUPERUSER MOD for all devices
Using this Mod instead Xperia Xposed SuperuserMod will fix lag in Camera and Maybe another Stock-Modified/Ported Apps
How To
Push the services.jar file using ADB or copy it to system/framework using file manager (Set Permissions to rw- r-- r--)
Tested by Me
Thanks to
@DavidMKD For the Guide
thanks for modding this
flashable zip could be easier to use for noobs
Will test in weekend.:good:
Jonfensu said:
Hi!
I could not find the patched Services.jar of .157FW for Z1C, so I modded by myself following this guide [MOD][GUIDE]SUPERUSER MOD for all devices
Using this Mod instead Xperia Xposed SuperuserMod will fix lag in Camera and Maybe another Stock-Modified/Ported Apps
How To
Push the services.jar file using ADB or copy it to system/framework using file manager (Set Permissions to rw- r-- r--)
Tested by Me
Thanks to
@DavidMKD For the Guide
Click to expand...
Click to collapse
Nice work! please, make one version compatible with odexed rom. Thanks in advance
Makiavell said:
Nice work! please, make one version compatible with odexed rom. Thanks in advance
Click to expand...
Click to collapse
Its not possible
Works great, cheers for doing and posting this! camera launch lag is a bit less too.
Jonfensu said:
Its not possible
Click to expand...
Click to collapse
I did it myself with this awesome tool developed by MatrixDJ96: http://forum.xda-developers.com/showthread.php?t=2527268. Now I have stock .157 FW odexed with superuser mod
@Makiavell
Maybe you could upload both files
@Makiavell Cool Please post it here / OP will probably add it in op and give u credits :laugh:
Makiavell said:
I did it myself with this awesome tool developed by MatrixDJ96: http://forum.xda-developers.com/showthread.php?t=2527268. Now I have stock .157 FW odexed with superuser mod
Click to expand...
Click to collapse
blue4you said:
@Makiavell
Maybe you could upload both files
Click to expand...
Click to collapse
Winb33 said:
@Makiavell Cool Please post it here / OP will probably add it in op and give u credits :laugh:
Click to expand...
Click to collapse
Here
I get bootloops with odexed SuperuserMod
Seems like it's not working in Stock Odexed ROM. So you with must first, deodex your ROM, then Odexed it again with MatrixDJ96 tool and after flash the Superuser Mod for Odexed ROM
It works on odexed.
All you have to do is deodex all framework and apps (by this tool http://forum.xda-developers.com/showthread.php?t=2735156)
Then replace your services.jar
Last step is to odex everything using Odexer (http://forum.xda-developers.com/showthread.php?t=2527268) [ameabi version]
Worked for me
Hi
Wich works better, in odex or deodex???
Sr_LopezA said:
Wich works better, in odex or deodex???
Click to expand...
Click to collapse
Odex is better, but if you're constantly modding then you'll probably want to stay deodexed.
I try to odex my rom using terminal emulador. But when I write 'odex' it says 'not found'
I dont know how i suposed to do.
Sent from my D5503 using XDA Free mobile app
Sr_LopezA said:
I try to odex my rom using terminal emulador. But when I write 'odex' it says 'not found'
I dont know how i suposed to do.
Sent from my D5503 using XDA Free mobile app
Click to expand...
Click to collapse
You need to install the odexer tool first
I did it.
Sent from my D5503 using XDA Free mobile app
Sr_LopezA said:
I did it.
Sent from my D5503 using XDA Free mobile app
Click to expand...
Click to collapse
You installed the odexer tool? Or you managed to odex your Rom?
Sr_LopezA said:
I try to odex my rom using terminal emulador. But when I write 'odex' it says 'not found'
I dont know how i suposed to do.
Sent from my D5503 using XDA Free mobile app
Click to expand...
Click to collapse
In first place u need enable usb debugging on phone settings. For grant root access type 'su' on terminal emulator window, then type 'odex'

Categories

Resources