Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
View Poll Results: Did you find this post useful???
Yes 11 84.62%
No 2 15.38%
Voters: 13. You may not vote on this poll

 
Post Reply+
Tip us?
 
jamestts
Old
#11  
jamestts's Avatar
Senior Member - OP
Thanks Meter 50
Posts: 140
Join Date: Mar 2011
Location: Kuching
Thanks for interesting with my topic. First, and yes you need to unsupercharge first. It will replace the run-parts, but you can copy and paste the command that you have inside. And make sure set back the permission. And last,it does hv 99test,but i think it doesnt matter for me.

This autorun init.d actually can run at most firmware....include stock. Just make sure u hv cwm recovery and make nand backup. When u flash,make sure u mount system in advance menu.

Happy trying.

Sent from my GT-I8150 using XDA
The Following User Says Thank You to jamestts For This Useful Post: [ Click to Expand ]
 
darian.ung
Old
#12  
Junior Member
Thanks Meter 0
Posts: 6
Join Date: Mar 2012
It works, thanks!
 
irishpancake
Old
#13  
irishpancake's Avatar
Senior Member
Thanks Meter 228
Posts: 594
Join Date: May 2011
Location: Small Village
OK...I'll give it a go today.....

Just on the Busybox version, can't I run the stericson BB Installer again after I flash the init.d zip via CWM???

Ohh, and that 99test thing, it's just to verify that init-d has worked.....

if it works, all scripts which use init-d should work, including our beloved Zepps V6
 
jamestts
Old
#14  
jamestts's Avatar
Senior Member - OP
Thanks Meter 50
Posts: 140
Join Date: Mar 2011
Location: Kuching
Quote:
Originally Posted by irishpancake View Post
OK...I'll give it a go today.....

Just on the Busybox version, can't I run the stericson BB Installer again after I flash the init.d zip via CWM???

Ohh, and that 99test thing, it's just to verify that init-d has worked.....

if it works, all scripts which use init-d should work, including our beloved Zepps V6


hi again.....yes you can still install busybox with this method. i have upgraded it to the 1.19.4 version.

thanks for the info on 99test.......glad you mention.

it should all work, i have run the v6 script again after reboot to check whether the process of v6 is 100% or not!!! by the way,fyi smuff out script is not suitable for our phone. i tried and the phone always hang when playing with angry bird space!!!
 
Rio Saputro
Old
(Last edited by Rio Saputro; 4th April 2012 at 01:29 PM.)
#15  
Senior Member
Thanks Meter 291
Posts: 247
Join Date: Mar 2011

 
DONATE TO ME
Quote:
Originally Posted by irishpancake View Post
OK...I'll give it a go today.....

Just on the Busybox version, can't I run the stericson BB Installer again after I flash the init.d zip via CWM???

Ohh, and that 99test thing, it's just to verify that init-d has worked.....

if it works, all scripts which use init-d should work, including our beloved Zepps V6
I'm not pretty sure it will work to STOCK kernel
There is something missing to run /system/bin/sysint

Code:
 "missing part" -> Run sysinit ("run-part" xbin binary to call bussybox to running the bin file) -> Run init.d folder
The missing part should have command for run sysinit

Code:
#!system/bin/sh
/system/bin/sysinit
If this run you must have init.d_log_test.txt in /data/local/tmp/ folder
If isn't not there the script is not run

Actually it's interesting
I will make one based on this

Regards
The Following User Says Thank You to Rio Saputro For This Useful Post: [ Click to Expand ]
 
jamestts
Old
#16  
jamestts's Avatar
Senior Member - OP
Thanks Meter 50
Posts: 140
Join Date: Mar 2011
Location: Kuching
Quote:
Originally Posted by Rio Saputro View Post
I'm not pretty sure it will work to STOCK kernel
There is something missing to run /system/bin/sysint

Code:
 "missing part" -> Run sysinit ("run-part" xbin binary to call bussybox to running the bin file) -> Run init.d folder
The missing part should have command for run sysinit

Code:
#!system/bin/sh
/system/bin/sysinit
If this run you must have init.d_log_test.txt in /data/local/tmp/ folder
If isn't not there the script is not run

Actually it's interesting
I will make one based on this

Regards
hi, thanks for your information. It make sense by your explanation.

i've tried this auto init.d on both my galaxy w(cwm 5) and x10 mini pro(cwm 3.2) with stock rom. it really works, just not sure others people work or not. from the log file it all saids done. so i confirm it really works on stock. if you have others phone do give it a try, if it works, try to spread this good news. cause there is some user which dont wanna use custom rom but want to have auto script installed on stock rom.

thanks again for sharing information.
The Following User Says Thank You to jamestts For This Useful Post: [ Click to Expand ]
 
KezraPlanes
Old
#17  
KezraPlanes's Avatar
Senior Member
Thanks Meter 351
Posts: 405
Join Date: Feb 2009
Location: Braga
Quote:
Originally Posted by jamestts View Post
Haha....sharing is caring. I just want sammy to know how good is thier phone, and how bad is it for us without ics update. If sammy really care for thier customer,surely they hv a team to develope new ics for us.

Sent from my GT-I8150 using XDA
Yes. Because you are special and deserve ICS while million of others don't. Take your head out of your ass for a moment and think like this:

You are Samsung executives. You own a line of smartphone called the Galaxy phones that are many and all very different from each other. Also you have MILLIONS of customers to please. Google announces ICS but only makes it available a few days prior to release. Now you have to update most of your entire line of phones in a matter of months and you had no way to prepare ahead of time for it. Do you:

1) Hire dozens of techs, programmers and testers to make updates for all your phones that you will most likely fire at the end; or

2) Hire a few that you can keep on board but only upgrade the flagship phones/tablets on your company?

If I was a Samsung executive, I would have gone for the 2nd. Why? Because no one promised ICS upgrade on phones like the Galaxy W, S, Ace, ect. Second because Google ****ing screwed up the timing in giving the manufacturers the SDK and source.

So if you blame Samsung, blame Google aswell. Also, if you blame them then get an iPhone or a WP. But shut up with your self entitlement issues.

When I bought this phone I wasn't expecting Samsung to give a middle-range, not widely known phone an ICS upgrade. I was however expecting the dev scene at XDA to grow around this phone because of its sheer potential. And guess what, I was right

I am thinking of releasing an update to my KezraVP with built-in supercharger support. I won't make promises though, because right now I am trying to get a job in Poland and thal will force me to move countries and stuff so I dunno how much time I'll have.
 
jamestts
Old
#18  
jamestts's Avatar
Senior Member - OP
Thanks Meter 50
Posts: 140
Join Date: Mar 2011
Location: Kuching
Quote:
Originally Posted by KezraPlanes View Post
Yes. Because you are special and deserve ICS while million of others don't. Take your head out of your ass for a moment and think like this:

You are Samsung executives. You own a line of smartphone called the Galaxy phones that are many and all very different from each other. Also you have MILLIONS of customers to please. Google announces ICS but only makes it available a few days prior to release. Now you have to update most of your entire line of phones in a matter of months and you had no way to prepare ahead of time for it. Do you:

1) Hire dozens of techs, programmers and testers to make updates for all your phones that you will most likely fire at the end; or

2) Hire a few that you can keep on board but only upgrade the flagship phones/tablets on your company?

If I was a Samsung executive, I would have gone for the 2nd. Why? Because no one promised ICS upgrade on phones like the Galaxy W, S, Ace, ect. Second because Google ****ing screwed up the timing in giving the manufacturers the SDK and source.

So if you blame Samsung, blame Google aswell. Also, if you blame them then get an iPhone or a WP. But shut up with your self entitlement issues.

When I bought this phone I wasn't expecting Samsung to give a middle-range, not widely known phone an ICS upgrade. I was however expecting the dev scene at XDA to grow around this phone because of its sheer potential. And guess what, I was right

I am thinking of releasing an update to my KezraVP with built-in supercharger support. I won't make promises though, because right now I am trying to get a job in Poland and thal will force me to move countries and stuff so I dunno how much time I'll have.
first thank you for your comment. second....pls use nice words!!i'm not special,i'm just a human like u. if every people will think like you then we dont need this forum or any other developer like you!!! we appeal, we complaint just try to make this phone better. if we didnt complaint, how do sammy know that his customer is having so much complaint on the os upgrade??? u try to think like this way.......if there is no customer service....how ur company can improve??? no feed back???

i've tried your firmware also....no doubt it's very nice n beatiful rom. maybe u can try add in the init.d to ur rom so users can get rid of script manager. or another suggestion is add in adrenaline script v6 to your rom.

good luck in your job finding.....
The Following User Says Thank You to jamestts For This Useful Post: [ Click to Expand ]
 
irishpancake
Old
#19  
irishpancake's Avatar
Senior Member
Thanks Meter 228
Posts: 594
Join Date: May 2011
Location: Small Village
Quote:
Originally Posted by KezraPlanes View Post
Yes. Because you are special and deserve ICS while million of others don't. Take your head out of your ass for a moment and think like this:

You are Samsung executives. You own a line of smartphone called the Galaxy phones that are many and all very different from each other. Also you have MILLIONS of customers to please. Google announces ICS but only makes it available a few days prior to release. Now you have to update most of your entire line of phones in a matter of months and you had no way to prepare ahead of time for it. Do you:

1) Hire dozens of techs, programmers and testers to make updates for all your phones that you will most likely fire at the end; or

2) Hire a few that you can keep on board but only upgrade the flagship phones/tablets on your company?

If I was a Samsung executive, I would have gone for the 2nd. Why? Because no one promised ICS upgrade on phones like the Galaxy W, S, Ace, ect. Second because Google ****ing screwed up the timing in giving the manufacturers the SDK and source.

So if you blame Samsung, blame Google aswell. Also, if you blame them then get an iPhone or a WP. But shut up with your self entitlement issues.

When I bought this phone I wasn't expecting Samsung to give a middle-range, not widely known phone an ICS upgrade. I was however expecting the dev scene at XDA to grow around this phone because of its sheer potential. And guess what, I was right

I am thinking of releasing an update to my KezraVP with built-in supercharger support. I won't make promises though, because right now I am trying to get a job in Poland and thal will force me to move countries and stuff so I dunno how much time I'll have.
Quote:
Take your head out of your ass for a moment and think like this:
KP, IMHO uncalled for and totally unwarranted attack on another contributor to our forum.....you got no right telling ppl what to think....no right at all!!!


Quote:
But shut up with your self entitlement issues.
Where is this stuff coming from......and why do you attack ppl in such a fashion??

Everyone has got a right to their own opinion, and they are also entitled to express those without asking your permission....

Honestly, Man, I respect you for the work you have done on behalf of the community, but you disappoint me here....truely!!


Quote:
I won't make promises though, because right now I am trying to get a job in Poland and thal will force me to move countries and stuff so I dunno how much time I'll have.
I am sorry for your employment situation, really.

We know in Ireland just what that is all about, I can assure you, I hope it works out for you......

But you gotta moderate your language and attacks on other ppl, who have just as much right as you to pass comment.
The Following 5 Users Say Thank You to irishpancake For This Useful Post: [ Click to Expand ]
 
tanveer55
Old
#20  
Member
Thanks Meter 13
Posts: 62
Join Date: Dec 2011
Quote:
Originally Posted by irishpancake View Post
KP, IMHO uncalled for and totally unwarranted attack on another contributor to our forum.....you got no right telling ppl what to think....no right at all!!!




Where is this stuff coming from......and why do you attack ppl in such a fashion??

Everyone has got a right to their own opinion, and they are also entitled to express those without asking your permission....

Honestly, Man, I respect you for the work you have done on behalf of the community, but you disappoint me here....truely!!




I am sorry for your employment situation, really.

We know in Ireland just what that is all about, I can assure you, I hope it works out for you......

But you gotta moderate your language and attacks on other ppl, who have just as much right as you to pass comment.
I second that!

Sent from my GT-I8150

The Following 3 Users Say Thank You to tanveer55 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...