[DEV]Jellybean on the Galaxy Tab [Nothing to see here yet though, move along] - Galaxy Tab Android Development

to be updated....
Till then, https://docs.google.com/open?id=0B34hwCLv1vA2MWFjV3FmQ2IwcU0
CDMA : http://rootzwiki.com/topic/29082-rom-port-u-jelly-bean-41-for-sgt7-cdma/

cdesai said:
Was bored, and didn't wanna wait weeks for sources, so started with the Galaxy Nexus OTA dump.
Ain't booting atm, but pretty far into the process, so shouldn't take much more time to get it going.
Made the thread just because i'm busy with studies and don't have much free time, so that someone can continue it.
The ICS kernel works as it is, and i'm upload the system i just dumped off the device.
It's big, (~370mb on device, compressed it so it's 200mb, uploading now, gonna take a while)
Shall post link when done.
P.S. Please keep the thread clean, press thanks if you'ld like to thank me for my work or donate, but keep the thread clean.
Post only if you have something useful.
Just a humble request from me.
Also, since it's ported from another device, even when it boots, everything won't work, but this is just for fun, the real port shall start when Google sets the sources free.
EDIT: Upload's done
http://goo.im/devs/cdesai/p1/jb/1/system.tar.xz - a compressed (xzed) tar of /system, can be used with the ics kernel.
ain't booting, looping the bootanim, probably due to [ 8.244465] init: process 'pvrsrvinit', pid 119 exited
trying to get the binary from nexus s.
Click to expand...
Click to collapse
i can help u cdsai i know how to fix the most things and know how to port the complete rom ...
the only thing that i need is a wotking jellybean kernel to get it booting ^_o ....
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

DQiB said:
i can help u cdsai i know how to fix the most things and know how to port the complete rom ...
the only thing that i need is a wotking jellybean kernel to get it booting ^_o ....
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
Hmm?

ok i will make an jellybean kernel for sgt7 and u port it? is it ok for u?
informations:
the normal cm9 libs can be used
a normal ics 4.0.4 kernel cant be used caused the new inits from jellybean so i make a new i the next days.
if we'll get an almost fully working jellybean, no one needs sources anymore xD

port from sdk, it would be easier and it will work cause u need the orig files from nexus
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

DQiB said:
ok i will make an jellybean kernel for sgt7 and u port it? is it ok for u?
informations:
the normal cm9 libs can be used
a normal ics 4.0.4 kernel cant be used caused the new inits from jellybean so i make a new i the next days.
if we'll get an almost fully working jellybean, no one needs sources anymore xD
Click to expand...
Click to collapse
DQiB said:
port from sdk, it would be easier and it will work cause u need the orig files from nexus
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
Meh.
No that won't happen.
What you are referring as normal cm9 libs can't be used.
Kernel can be, only ramdisk needs changes.
Kernel != ram disk
And without source, it'll never be fully working.
Also, porting from a device is much more better than using the sdk.
EDIT: Got it booting, using an ics kernel, let's see what works, still on the android is upgrading screen.
Sent from my GT-P1000 using xda app-developers app

hoping you guys can port jelly beans to our lovely tab.
hoping you guys can port jelly beans to our lovely tab.

cdesai said:
Meh.
No that won't happen.
What you are referring as normal cm9 libs can't be used.
Kernel can be, only ramdisk needs changes.
Kernel != ram disk
And without source, it'll never be fully working.
Also, porting from a device is much more better than using the sdk.
EDIT: Got it booting, using an ics kernel, let's see what works, still on the android is upgrading screen.
Sent from my GT-P1000 using xda app-developers app
Click to expand...
Click to collapse
cool is audio working?
if not, i can fix a few other bugs ....
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

Got it to the setup wizard, no adb - probably missing a trigger in init.rc
And touch screen isn't working, but this isn't a bad start.
I'll upload the system tar and kernel, and then anyone can take it forward, i got exams from Monday so i'll be busy with em, this was done purely for fun and timepass, the real hacking shall start in July when Google releases the sources.
DQiB said:
cool is audio working?
if not, i can fix a few other bugs ....
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
Nope, uploading it right now, do what you want.

ok. thanks
do you have some expirence in hardware_legacy.so modding?
u need to change it to get wifi working ....
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

DQiB said:
ok. thanks
do you have some expirence in hardware_legacy.so modding?
u need to change it to get wifi working ....
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
Heh?
One does not simply modify a binary file.
Also, libhardware_legacy won't need to be touched as p1 doesn't use a non-standard wifi firmware. - on what basis are you telling that it needs to be "changed" ?
Kernel's up at http://goo.im/devs/cdesai/p1/jb/2 , system tar is uploading, play with it as much as you like.

u can decompile it wirh toolchain ...
and mod the values to wlan0/tiwlan0 or something like that
look at build.prop
its the wifi.interface ....
tomorrow i will provide a flashable zip package ....
and mod the things like usb storage
and some others
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

DQiB said:
u can decompile it wirh toolchain ...
and mod the values to wlan0/tiwlan0 or something like that
look at build.prop
its the wifi.interface ....
tomorrow i will provide a flashable zip package ....
and mod the things like usb storage
and some others
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
Toolchain is used for compiling, not decompiling.
tiwlan0 is used by mainly devices with a Ti OMAP chipset, p1 uses wlan0.
And you still didn't tell on what basis you are telling that it'll need to be changed.
wlan0 is the wifi interface on p1, not tiwlan0, i know that very well.
And what do you mean to say by "mod the things like usb storage and some others"?
Be moar clear.

cdesai said:
Toolchain is used for compiling, not decompiling.
tiwlan0 is used by mainly devices with a Ti OMAP chipset, p1 uses wlan0.
And you still didn't tell on what basis you are telling that it'll need to be changed.
wlan0 is the wifi interface on p1, not tiwlan0, i know that very well.
And what do you mean to say by "mod the things like usb storage and some others"?
Be moar clear.
Click to expand...
Click to collapse
if the usb storage is not working,
u need to replace a device specific ics 4.0.4 file
in framework-res.apk to get it working ....
res/xml after decompile ....
wait a moment, i will search for the name
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

DQiB said:
if the usb storage is not working,
u need to replace a device specific ics 4.0.4 file
in framework-res.apk to get it working ....
res/xml after decompile ....
wait a moment, i will search for the name
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
storage_list.xml
CM9 is built from source, and USB Mass Storage works perfectly.
And this thread is about Jellybean.
*ba dum tss.

DQiB said:
can u make a list whats working and whats not?
i dont want to tell anything thats not needed
sry cdsai
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
1. it's cdesai.
2. Read the first post thoroughly

cdesai said:
Got it to the setup wizard, no adb - probably missing a trigger in init.rc
And touch screen isn't working, but this isn't a bad start.
I'll upload the system tar and kernel, and then anyone can take it forward, i got exams from Monday so i'll be busy with em, this was done purely for fun and timepass, the real hacking shall start in July when Google releases the sources.
Nope, uploading it right now, do what you want.
Click to expand...
Click to collapse
ehm for touch,
u forgot to replace the touchscreen drivers in the usr/ folder?
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

DQiB said:
ehm for touch,
u forgot to replace the touchscreen drivers in the usr/ folder?
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1
Click to expand...
Click to collapse
That's the idc file, and that's ok.
Touchscreen drivers are a part of the kernel, and not userspace.

oh my godness _^
we need a lot of work here xD
maybe u can try to get adb working and try to fix it and i also try to fix it via my edits, ok?
Send from my Galaxy Tab P1000 using Android 4.1 Alpha 0.1

http://goo.im/devs/cdesai/p1/jb/2/boot2.img - new kernel, and hopefully adb should work with this.
Untested though, although it won't cause any harm.

Related

2.3.4 Gingerbread for the Sprint Tab [CDMA][DEV-FILES]

For those of you that want to get in on early GB development but don't have the skill to compile it from source, I compiled the new source code that dropped for the gingerbread build for the Sprint Tab. This is NOT an installable rom. This is a zip containing the compiled AOSP kernel and system, purely for research/development purposes. Download, unzip and play. I doubt this will boot on a CDMA device without the proper bootloaders, but you're welcome to try. You can even develop AOSP roms from it that will probably run on your tab after the update on the 5th. Enjoy.
Download​
Hope someone comes up with a great rom be it asop or other. Im truly looking for great things to come out of this.
Sent from my GT-P1000 using XDA Premium App
im expecting alot from these files!!!
a working 2.3 rom means the following for cdma tabs:
1.working skype video calls!
2.Working hulu!
3. Last but not least, Working Netflix!
it would make the tablet experience so much better for us CDMA owners.
i want to be the first to make a bug list on the first dev to release a rom
it would be a honor
and glad to see you finally posting something space. you have been in hiding so long, you rival osama lol
Argh, I wish I knew how to build roms >:|
kabuk1 said:
Argh, I wish I knew how to build roms >:|
Click to expand...
Click to collapse
im going to start reading this ebook i got.
its called:
learn android application development in 24 hours.
hopefully that would at least wet my feet.
man if I had broadband id have atempted to merge these into my cyanogen repo and make a build
Sent from my SCH-I800 using XDA App
wolfie083188 said:
im going to start reading this ebook i got.
its called:
learn android application development in 24 hours.
hopefully that would at least wet my feet.
Click to expand...
Click to collapse
For real? If so where can I get it.!?!?
EDIT : found it
Sent From My Evo using nanotechnology and incense!
has anyone tried just installing the kernel? anyone tried overwriting the last cdma cm7 build's system with this? anyone tried both? I'm going to see if I can get my hands on some internet soon but I might have me a date
Sent from my SCH-I800 using XDA App
Obama's>god said:
has anyone tried just installing the kernel? anyone tried overwriting the last cdma cm7 build's system with this? anyone tried both? I'm going to see if I can get my hands on some internet soon but I might have me a date
Sent from my SCH-I800 using XDA App
Click to expand...
Click to collapse
I guess I should add: you'll need the driver libs to get this running... you'll have to gank what you can from the gsm GB build. Stuff in /system/lib/hw and /system/lib/egl and so on. Just compare and you will get the idea.
spacemoose1 said:
For those of you that want to get in on early GB development but don't have the skill to compile it from source, I compiled the new source code that dropped for the gingerbread build for the Sprint Tab. This is NOT an installable rom. This is a zip containing the compiled AOSP kernel and system, purely for research/development purposes. Download, unzip and play. I doubt this will boot on a CDMA device without the proper bootloaders, but you're welcome to try. You can even develop AOSP roms from it that will probably run on your tab after the update on the 5th. Enjoy.
Download​
Click to expand...
Click to collapse
Thanks! This is useful. I am merging the CDMA kernel sources with GSM right now and the PowerVR module is updated so it looks like I will have to switch to newer OpenGL driver from this archive.
Technomancer said:
Thanks! This is useful. I am merging the CDMA kernel sources with GSM right now and the PowerVR module is updated so it looks like I will have to switch to newer OpenGL driver from this archive.
Click to expand...
Click to collapse
I hope it's useful. Sadly, the proprietary files weren't included in the source, so of course you'll have to patchwork from other builds or wait until the official release for some of those.
You're welcome though, glad to be of service.
spacemoose1 said:
I hope it's useful. Sadly, the proprietary files weren't included in the source, so of course you'll have to patchwork from other builds or wait until the official release for some of those.
You're welcome though, glad to be of service.
Click to expand...
Click to collapse
Yeah, I just noticed that, no EGL, etc. Maybe they put this stuff in /vendor now?
I just redid my Tab. I'm ready for Gingerbread on this *****.
It seems OTA may be pushed to some users now. Anyone care to rip all the files in /system and post them?
-d
technomancer
as soon as I get my update i'll help you out, just let me know how to rip my system, hell if i could dump my whole g-tab into an installable rom i would... still waiting on the push update, 7:02 PM EST, still no update! might be tomorrow!
x4gvnferdy said:
as soon as I get my update i'll help you out, just let me know how to rip my system, hell if i could dump my whole g-tab into an installable rom i would... still waiting on the push update, 7:02 PM EST, still no update! might be tomorrow!
Click to expand...
Click to collapse
Open adb shell and run this:
tar -czvf /mnt/sdcard/system_dump.tar.gz /system/
it will create file system_dump.tar.gz in on your sdcard with the contents of your factoryfs (system) partition.
alright! So when my update comes i will do just that and put it on my dropbox, providing you a download link!
Technomancer said:
Open adb shell and run this:
tar -czvf /mnt/sdcard/system_dump.tar.gz /system/
it will create file system_dump.tar.gz in on your sdcard with the contents of your factoryfs (system) partition.
Click to expand...
Click to collapse
Would the .zip update file help? I've got that posted on mediafire (as i just a little bit ago got the notice for an update. If it'll help, here's the link.
http://www.mediafire.com/?cngx5e67dgbq04y
Otherwise i'll get the update installed and see about running the sys dump as well.
pvtjoker42 said:
Would the .zip update file help? I've got that posted on mediafire (as i just a little bit ago got the notice for an update. If it'll help, here's the link.
http://www.mediafire.com/?cngx5e67dgbq04y
Otherwise i'll get the update installed and see about running the sys dump as well.
Click to expand...
Click to collapse
has anyone tested this? i don't wanna brick my tab!
I've got it up and running on my tab and there's at least 1 other person from this thread http://forum.xda-developers.com/showthread.php?t=1148447 that has it up and running as well.. Odin'd back to stock EA24, did the OTA EB28, and then ran the update.zip from stock recovery. All is happy on my tab. Now I just have to wait till i'm at work tomorrow to get ADB to work, and I'll dump /system.

[DEV/ROM][I957]Compiled ICS For i957[3/24/12]

Please keep in mind this is a work in progress and is currently intended for devs only. Do not flash if you don't know what you're doing.
Ok, after making some progress towards getting this thing ready for user-space, I've decided to finally start a thread on it just to see if I can get anyone interested or willing to help... This ROM is currently in below Alpha status (if there is such a thing) and does not boot, but I believe I can get it booting in about a week barring a system crash or a zombie apocalypse. Again, this is only meant for a jumping off point towards getting AOSP ICS on our I957s, so don't blame me if you flash this and your tab becomes bricked...
Source
Link to source ------> Here
Github
Link to Github ------> Here
Want to Help?
Code:
Downloading and Building from Source
Edit
Follow the Repo instructions to download and install Repo.
Download the Android source tree by specifying the branch and manifest for a specific Code Aurora release. In this example the download the carrot.cupcake branch using manifest ''M7201JSDCBALYA6380.xml''
$ repo init -u git://codeaurora.org/platform/manifest.git -b ics -m M8260AAABQNLZA30120.xml --repo-url=git://codeaurora.org/tools/repo.git
$ repo sync
Build the source tree
$ source build/envsetup.sh
$ choosecombo 1 1 msm8660_surf eng
$ make -j4
Running choosecombo with no arguments will prompt for Android build options and target.
Downloads
Link to ROM------> Here
Thanks to Da_g for the kernel base, and thanks to the people at Code Aurora for the msm8660 source.
Great stuff jo
Sent from my SAMSUNG-SGH-I727 using xda premium
Sweet, Thank you for start a build for i957 and Finally about time!
great start, thank you!!!!
MaX
Great news, keep up the good work.
Yes thank you very much for this start!
ICS for i957?
I'm ready to test when you have a bootable ROM! Where are you getting ICS-compatible hardware drivers for the i957?
Thanks
phil_white99 said:
I'm ready to test when you have a bootable ROM! Where are you getting ICS-compatible hardware drivers for the i957?
Thanks
Click to expand...
Click to collapse
Base drivers can be used from the msm8660 ics source code provided by Code Aurora, and proprietary can be used from the stock Honeycomb firmware. Hopefully.
1. THANKS JO!
2. In order to boot, what is needed?
I'm assuming this is a CWM zip, not an odin package, right>
With ics for the skyrocket leak hopefully things will get easier
Sent from my SAMSUNG-SGH-I727 using xda premium
Thank You. Hell yeah! You guys rock. I'll help out if I can.
I'm willing to test too.
hey Jo there are some ICS CWM roms starting to come out for the skyrocket (ICSMOD5 is what I was looking at). Do you think with some script edits this could be flashed to the i957?
thanks to OP for attempting this. there are enough of us i957 users out there I think !
orlandoxpolice said:
hey Jo there are some ICS CWM roms starting to come out for the skyrocket (ICSMOD5 is what I was looking at). Do you think with some script edits this could be flashed to the i957?
Click to expand...
Click to collapse
Yes, but the problem is we would probably need our own ICS kernel to get most of the stuff working. I'll try my hand at ICSMOD5, but I'm not sure if anything will work without a dedicated kernel.
jomeister15 said:
Yes, but the problem is we would probably need our own ICS kernel to get most of the stuff working. I'll try my hand at ICSMOD5, but I'm not sure if anything will work without a dedicated kernel.
Click to expand...
Click to collapse
yes you are right about that, but i think the tmobile guys got ics running with the skyrocket kernel but they are having issues with data.
orlandoxpolice said:
yes you are right about that, but i think the tmobile guys got ics running with the skyrocket kernel but they are having issues with data.
Click to expand...
Click to collapse
Ok, I'm not really going to be able to use my tab for dev purposes this weekends, but if you want to try a port here's what you need to do.
1) Setup a build enviornment in dsixda's kitchen with ICSMOD5.
2) You'll need to look at the updater-script and change the partition blocks according to the Tab (e.g system needs to be 25 instead of 24).
3) Two ways to do 3. One: grab the kernel from this thread and put it in ICSMOD, or Two: You could just leave the kernel as is. I'm wary of option Two.
4) Flash it. If it doesn't boot, try to get a logcat and send it my way. If it does, then yay ICS.
jomeister15 said:
Ok, I'm not really going to be able to use my tab for dev purposes this weekends, but if you want to try a port here's what you need to do.
1) Setup a build enviornment in dsixda's kitchen with ICSMOD5.
2) You'll need to look at the updater-script and change the partition blocks according to the Tab (e.g system needs to be 25 instead of 24).
3) Two ways to do 3. One: grab the kernel from this thread and put it in ICSMOD, or Two: You could just leave the kernel as is. I'm wary of option Two.
4) Flash it. If it doesn't boot, try to get a logcat and send it my way. If it does, then yay ICS.
Click to expand...
Click to collapse
OK I have followed these instructions; downloaded ICSMOD5, set up the kitchen, grabbed the kernel (assuming that's boot.img) from your zipfile in the first post of this thread and copied it to the working folder, overwriting the Skyrocket kernel.
Then I looked at the updater script to see if partitions need changing. Per this post the layout looks OK. Example: /system is p24 and /boot is p08 already.
So far so good? Planning a test for later today.
Exciting let me know how it goes
Sent from my SAMSUNG-SGH-I727 using xda premium
Also don't use the default generated kitchen updater script
Sent from my SAMSUNG-SGH-I727 using xda premium

Topic about real Jelly Bean development

Hi!
This is topic about true Jelly Bean development for Gio. Please keep it clean and don't post if you are not developer!
What we need to get Jelly Bean working:
- AOSP sources
- Dalvik patches for ARMv6
- Qualcomm display HAL's for JB
Team:
Me and Macław
Now I'm working at basic ARMv6 build of Jelly Bean based on "armv7-a" device.
http://forum.xda-developers.com/showthread.php?t=1762641
@up - It's not possible to make ARMv6 build on clean AOSP. And the tutorial? This guy have just copied it from source.android.com
BTW. Jelly Bean is made only for ARMv7, there are alot of assembler code in: debuggerd, valgrind, libaac... I need to fix it for ARMv6
marcin1147 said:
@up - It's not possible to make ARMv6 build on clean AOSP. And the tutorial? This guy have just copied it from source.android.com
BTW. Jelly Bean is made only for ARMv7, there are alot of assembler code in: debuggerd, valgrind, libaac... I need to fix it for ARMv6
Click to expand...
Click to collapse
okay then i know that i trought maybe you can do something with it!
must be working with cm9 libs ...
the most libs are also included in jb.
the only thing are the most framework based parts ...
and some libs that can be only built from source .... like audio
the kernel changes ... u got adb working?
from which device u ported?
Sent from my GT-P1000 using xda app-developers app
marcin1147 said:
Team:
Me and Macław
Click to expand...
Click to collapse
Hi, thanks. Good luck!
It's GalaxyICS - now would be GalaxyJB . Or just you 2? What about bagnz0r?
If this is spam i don't mind to delete it.
Greetings,
Hmm, there are changes in dalvik VM, but i'm doing diffs now and there isin't changed much.
Most code for ICS dalvik can be reused, so porting dalvik to armv6 shouldn't be a big problem.
This one would be rather impossible: Qualcomm display HAL's for JB
But are there changes in the JB HAL, i thought there wouldn't be changes in the deep architecture?
I hope the best for you all devs!, don't have much time to help.
Still compiling...
I think that out ICS gralloc won't work on JB...
i never see the source.. but only dalvik need to be patched? what about webkit, v8, webrtc like in ICS?
Only dalvik and a lot of libs with ARMv7 assembler code... Like libcompiler-rt, aac, valgrind, debuggerd...
WebKita and V8 don't need to be patched
EDIT: READY! It compiled without problems
Now I just have to made gralloc from CAF and try it!
marcin1147 said:
Only dalvik and a lot of libs with ARMv7 assembler code... Like libcompiler-rt, aac, valgrind, debuggerd...
WebKita and V8 don't need to be patched
EDIT: READY! It compiled without problems
Now I just have to made gralloc from CAF and try it!
Click to expand...
Click to collapse
your gralloc.. is this one?
https://www.codeaurora.org/gitweb/q...44b16bad38b323354faae731e67ab7f7e1e6c57;hb=jb
Google Source Code's
http://source.android.com/source/downloading.html
tioammar said:
your gralloc.. is this one?
https://www.codeaurora.org/gitweb/q...44b16bad38b323354faae731e67ab7f7e1e6c57;hb=jb
Click to expand...
Click to collapse
Yes. I'm trying to build it.
EDIT: Done. Tomorrow will test it.
EDIT2: I'm testing it right now. ADB is working
EDIT3: Bootanim!
A dream is coming true .. thanks Marcin! When you finish the test tell us the bug
I would be happy when an ace port comes through
Sent from my GT-S5830 using Tapatalk 2
It's still not working, i'm sure it's bootlooping as marcin didn't say it booted fully
Then a ace port is pretty useless , but if it will become something then there will be a ace version by galaxyJB team
lemmymet said:
It's still not working, i'm sure it's bootlooping as marcin didn't say it booted fully
Then a ace port is pretty useless , but if it will become something then there will be a ace version by galaxyJB team
Click to expand...
Click to collapse
if galaxyJB doesnt do it, others will..
cm9 started also small, now it is on multiple devices, so it will definetely come to ace if it works, by galaxyJB or not, anyone will port
Yup, we have working JB xd
And we're still GalaxyICS - I choose Samsung xd
Macław said:
Yup, we have working JB xd
And we're still GalaxyICS - I choose Samsung xd
Click to expand...
Click to collapse
Thanks guys, great job
Sent from my GT-S5830 using Tapatalk 2
Very well, thanks guys! But what will GalaxyICS?

Miui Jelly bean Project for Xperia S(rom released chick devolpment thread)

hii guys
after CM 10 geting almost full working i'v decide to port Miui jelly bean for xperia S based on it
but i need some help from you guys
__
so if anyone can give a help pleas tell me
for now the rom didnt boot yet im still trying to know why
any body know how i can make logcat for the rom booting !!?
Which MIUI ROM do you use for porting? Only Nexus devices have Jelly Bean? I think Galaxy Nexus is the least bad.
i was on galaxy nexus now im trying the nexus s but bouth give me bootlop !! if you recomnded a device tell me because im not sure what device to use as base
For 2011 devices we use nexus s, but as Xperia S is XHDPI, I recommend Galaxy nexus.
Please get in touch with thetrisatria, he's the unofficial MIUI jelly bean expert
I tried galaxy nexus but the Rom didnt boot!! Stock on miui bootanimation I need to edit framework.jar
Sent from my LT26i using xda premium
is any body here knows how to make logcat ?! system debug !!??
i want to know why the rom do not boot up
Hey sparxx
I've also tried to port MIUI Jelly Bean, even though I'm not experienced with porting and cooking at all. I have found this great guide where most of my knowledge about porting comes from.
To get the logcat of your booting device you need adb (included in the android SDK), and a PATH to platform-tools.
Open cmd.exe and execute 'adb logcat'
If you execute 'adb logcat >logcat.txt' you'll get your logcat as a .txt file.
Be aware of the big experience gap between knowing how to get a logcat and porting a ROM, though.
I'd be glad to help with this project, good luck.
I use the qtabd tool for logcat, has a friendly ui.
@jaapp, looks like I didn't help you further
Can you point out which file exactly gives you errors?
Via Tapatalk
I suggest a change of plans:
Maybe try to use HTC Sensation MIUI V4.1, it has the same CPU, so probably less fiddling with decompiling stuff is needed.
http://forum.xda-developers.com/showthread.php?t=1841196
They used Crespo as base though, so maybe the screen res doesn't matter, but CPU is more important.
All we need someone with knowledge with merging the framrwork jar
We have a bootup Rom but no ui showes up
We are close lts see what will happen
Sent from my LT26i using xda premium
You can try contacting SaossinX if he has time. He's very skilled.
Via Tapatalk
Just have to add a line to the kernel now to start shelld on bootup, no knowledge at all but i'm trying.
I've already contacted hei1125 to add the line for me, we'll see how it goes.
The rom boots up for the time being, MIUIHome, SystemUI, Android Keyboard and Google TTS FC.
I had contact almost with every body who could help
Will I had learn new things around but defiantly not the compiling part
I had contact Milad and he said he will work on it but he busy now
And another person who can help
For now we foucs on nepythys version JB hopefully he will make it work
Other plan is the ics
Lts see what we will get
Sent from my LT26i using xda premium
I've also got MIUI JB to boot today, lockscreen, setup manager, statusbar, wifi (finding singals) work, but I now have the problem that the keyboard doesn't work, i'll look more into it tomorrow. Please tell if/when you have found a fix for this.
Jaapp said:
I've also got MIUI JB to boot today, lockscreen, setup manager, statusbar, wifi (finding singals) work, but I now have the problem that the keyboard doesn't work, i'll look more into it tomorrow. Please tell if/when you have found a fix for this.
Click to expand...
Click to collapse
Can you send it to me?
Sent from my LT26i using xda premium
sparxx4 said:
Can you send it to me?
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
I'll attach the services.jar and framework.jar, I find the ROM too big to upload at this stage.
I used FXP CM10 151 as base and ported the latest MIUI from Galaxy Nexus.
Jaapp said:
I'll attach the services.jar and framework.jar, I find the ROM too big to upload at this stage.
I used FXP CM10 151 as base and ported the latest MIUI from Galaxy Nexus.
Click to expand...
Click to collapse
Did you tried third part apk for keyboard??
Sent from my LT26i using xda premium
im getting statuse 7 install aborted when flashing the rom
any body know why this happen ?!!
I've got keyboard working now. MiHome isn't responding with 'waiting for miui.shell' error. It seems that MiHome needs the shelld service to be started, requiring an extra line in the kernel.
the good new we have a bootup rom with no fc so far
bad new still need to edit it

[dev][wip] port ics {cm9} for gy

Hello devs im working on a port of ics
i will release the alpha version of the rom once its boots
im porting it from galaxy mini
goood news
and good work,
i hope network is work.
Apexpreadtor said:
Hello devs im working on a port of ics
i will release the alpha version of the rom once its boots
im porting it from galaxy mini
Click to expand...
Click to collapse
Dude search for cm9 by whitexp in the development section.. It is buggy but boots up..
Contact whitexp and get permissions and try fixing bugs
yes...there is already cm9 by Whitexp..why you port..if you port ..that will have more bugs then Whitexp cm9 because he build from source..and never make new thread without real release
Better if you help in debuggind, than port another one
Khizar Amin said:
Dude search for cm9 by whitexp in the development section.. It is buggy but boots up..
Contact whitexp and get permissions and try fixing bugs
Click to expand...
Click to collapse
To modify the rom must I ask permissions?
gu200123 said:
To modify the rom must I ask permissions?
Click to expand...
Click to collapse
yes you must!
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
- (CWM) kernel.tar Installer
- (CWM) Firmware Installer
OP just go ahead with what you planned to do. Dont listen here.
Cheers!
Questions? Better go to [Help Thread] by Deadly
----------------------------------
Sent via a CM'd calculator
gu200123 said:
To modify the rom must I ask permissions?
Click to expand...
Click to collapse
It's a port, and WhiteXP isn't working on it, I'd say go for it.
ya im working on it
it will take some time
PROGRESS
booted the rom but have lot of bugs
wifi
hw
bluetooth
touchscreen
apps fc
battery shows 1%
some kernel prolems
gpu works only in sw
gps
n many more i dnt remember
Apexpreadtor said:
ya im working on it
it will take some time
PROGRESS
booted the rom but have lot of bugs
wifi
hw
bluetooth
touchscreen
apps fc
battery shows 1%
some kernel prolems
gpu works only in sw
gps
n many more i dnt remember
Click to expand...
Click to collapse
Go dev go!! :good::good:

Categories

Resources