[DEVS][HELP] Need help in 4.1 Jelly Bean porting to i9000

capez

Senior Member
Aug 2, 2010
159
931
0
27
Rovigo, Castelnovo B. - Italy
Instead of porting from SDK I would suggest porting from GalaxyNexus :) Of course don't forget you have to replace many libs to get the system booting :)
However I can help porting, I have quite a good experience!
EDIT: Hm, just noticed Nexus S has a port : http://forum.xda-developers.com/showthread.php?t=1738756

We Could start from there :D
Thanks, but i've foolowed it since firts post :) In fact I'm already working on it :)
 

PinkAfro

Senior Member
May 19, 2012
103
47
0
So... jellybean is almost ported to our beloved/hated sgs.
I would love to hear what burakgon has to say about his previous statements/rumors about 4.1.

Lawl :D.

Sent from my GT-I9000 using xda premium
 

PinkAfro

Senior Member
May 19, 2012
103
47
0
Beloved SGS, hated Sammy.
I for one hate my phone. The rounded corners make me puke and the thin silver line is ugly as hell. At first of course i loved it, but that was just the heat of the moment which lasted a couple of months.

Yeah.. i have to admit. It's a good and powerful phone. Easy to use. Easy to flash. Hard to brick. Wonderful community. Great developers. But damn, i really really hate the thin silver line.

Ill get a job this summer after my exams, sell it, and get a sgs 3 :D.



Sent from my GT-I9000 using xda premium
 

JohnstonF

Senior Member
Mar 25, 2011
484
90
0
mumbai
I for one hate my phone. The rounded corners make me puke and the thin silver line is ugly as hell. At first of course i loved it, but that was just the heat of the moment which lasted a couple of months.

Yeah.. i have to admit. It's a good and powerful phone. Easy to use. Easy to flash. Hard to brick. Wonderful community. Great developers. But damn, i really really hate the thin silver line.

Ill get a job this summer after my exams, sell it, and get a sgs 3 :D.



Sent from my GT-I9000 using xda premium
Or you could drop your phone a couple of times, chip out the silver and just sand paper the rest...

Sent from my GT-I9000 using Tapatalk 2
 

dariolob

Senior Member
Jul 13, 2009
785
1,756
0
27
Im not developer but i just wonder can this jb use boot.img from ics?

sending from the beast wearing AOKP beuty
Not at all. In order to let JB boot normally you have to take SDK kernel and do this: replace init.rc's top line "ro.hardware" with "ro.aries", then you have to put inside initramfs these files: init.aries.rc,init.aries.usb.rc, uevent.aries.rc and sbin/adbd to have ADB working.

This should set you ready for a first boot :) Then you can start with bug-smashing :p
 
  • Like
Reactions: guerini and mbc663

paintball23456

Senior Member
Nov 1, 2011
1,236
213
0
london
:fingers-crossed:
Not at all. In order to let JB boot normally you have to take SDK kernel and do this: replace init.rc's top line "ro.hardware" with "ro.aries", then you have to put inside initramfs these files: init.aries.rc,init.aries.usb.rc, uevent.aries.rc and sbin/adbd to have ADB working.

This should set you ready for a first boot :) Then you can start with bug-smashing :p
Damn........what the hell did you just say there? :laugh: hope you get this working :D
 

dariolob

Senior Member
Jul 13, 2009
785
1,756
0
27
:fingers-crossed:
Damn........what the hell did you just say there? :laugh: hope you get this working :D
Haha :p Actually it's a simple operation,but I don't have a configured linux machine and I can't compile kernels right now :( If anyone manages let me know :D

DEV EDIT: Moreover,there should be a line in init.aries.rc like this

service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0

that has to be changed to

service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf

in addition to an hacked wpa_supplicant.conf file to make Wifi work out of the box :)
 

flip360

Senior Member
Dec 22, 2009
660
171
0
Skopje
Haha :p Actually it's a simple operation,but I don't have a configured linux machine and I can't compile kernels right now :( If anyone manages let me know :D

DEV EDIT: Moreover,there should be a line in init.aries.rc like this

service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0

that has to be changed to

service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf

in addition to an hacked wpa_supplicant.conf file to make Wifi work out of the box :)
Damn dariolob u certainly know how to port it right :)

Cheers
 

paintball23456

Senior Member
Nov 1, 2011
1,236
213
0
london
Haha :p Actually it's a simple operation,but I don't have a configured linux machine and I can't compile kernels right now :( If anyone manages let me know :D

DEV EDIT: Moreover,there should be a line in init.aries.rc like this

service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0

that has to be changed to

service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf

in addition to an hacked wpa_supplicant.conf file to make Wifi work out of the box :)
simple:confused::confused::confused:
 
  • Like
Reactions: celestio