3.0.8 Kernel in U8800 pro - Huawei Ideos X5 U8800

The last 2 days I started playing around with Aurora rom both DZO's and Sakura's.
I was curious enough to try some "crazy" things and flashed some roms modded by me.
I tried the following.Unrared the DZO aurora rom and edited the updated script with notepadd ++. I changed the model from u8800 to u8800pro (you can copy-paste the 1st line which is what we need from a sakura aurora updater script) and then I rezipped the dzo aurora rom with winrar and it flashed normally.It even booted normally!
I also tried copying the boot.img from DZO release to Sakura release.Again the rom flashed ok.
But the 2 modded roms have these problems in common(other things I tried like camera,messaging were working normally):
1) No bluetooth working (it just writes turning on).Sometimes the phone reboots.
2) No wifi working. Same as bluetooth. Just turning on and phone reboots sometimes. Also tried with new wifi driver option.
I also provided a screenshoot from the second method I used(sakura rom with 3.0.8 kernel).
Anyway.Maybe the day that we can use 3.0.8 kernel in our phones isn't far away from us.Moreover it may also be possible to "port" the x5 aurora to our x5 pro without having to rely any more on the chinese guys(seriously I hate it everytime I flash a sakura rom that i have to change the language ).
Well hope that this thread will be the start for a better aurora rom for the u8800 pro

It is more safe if you dont unrar the rom. Just open in a window and drag n drop the files you want to change.
For the language, open the build.prop file and change the following lines:
ro.product.locale.language=zh
ro.product.locale.region=CN
to:
ro.product.locale.language=en
ro.product.locale.region=US

ela re patrioth
i know that I can change the language even before flashing the rom but that's not the reason I started this thread. I started just to prove that 3.0.8 kernel can also run on our phones because I have seen a lot of posts in different forums complaining about u8800 PRO not getting a 3.0.8 kernel release

Oraios...but can you fix those bugs or just post it here!!!

I tried to do it,but I failed.After some flashing I got a not working phone.
You can help me at this thread here if you like : http://forum.xda-developers.com/showthread.php?p=25748225#post25748225
Edit: Problem solved and phone working. But guess I will do a break after this little adventure and will start modding again in the near future.
Maybe it's better because aurora and the kernel will be even better then

Moihack said:
The last 2 days I started playing around with Aurora rom both DZO's and Sakura's.
I was curious enough to try some "crazy" things and flashed some roms modded by me.
I tried the following.Unrared the DZO aurora rom and edited the updated script with notepadd ++. I changed the model from u8800 to u8800pro (you can copy-paste the 1st line which is what we need from a sakura aurora updater script) and then I rezipped the dzo aurora rom with winrar and it flashed normally.It even booted normally!
I also tried copying the boot.img from DZO release to Sakura release.Again the rom flashed ok.
But the 2 modded roms have these problems in common(other things I tried like camera,messaging were working normally):
1) No bluetooth working (it just writes turning on).Sometimes the phone reboots.
2) No wifi working. Same as bluetooth. Just turning on and phone reboots sometimes. Also tried with new wifi driver option.
I also provided a screenshoot from the second method I used(sakura rom with 3.0.8 kernel).
Anyway.Maybe the day that we can use 3.0.8 kernel in our phones isn't far away from us.Moreover it may also be possible to "port" the x5 aurora to our x5 pro without having to rely any more on the chinese guys(seriously I hate it everytime I flash a sakura rom that i have to change the language ).
Well hope that this thread will be the start for a better aurora rom for the u8800 pro
Click to expand...
Click to collapse
You have to grab dzo kernel 3.0 sources, also extract the config file for 2.6.35 u8800pro kernel (with extract-ikconfig, using zImage from boot.img), and start compiling the 3.0 kernel generating modules for wifi&bt.

I'm also pretty sure that the non working wifi and bt have something to do with the modules (wifi is system/lib/modules I think) and maybe some init.rc and huawei.rc in the boot.img.
I messed a little with them and the results were not pleasant according to my above post. I will definitely try modding again in the future although

i think it would be easier to collect some money from all interested users and pay DZO to make 3.0 kernel for Pro users

Related

Is there any way of fixing camera in racht's 2.3 roms?

Is there a way of fixing camera on racht's roms? I need at least VGA...Can't we copy drivers from another gingerbread with working camera, if yes, what should i replace to enable the camera...cuz i really like Racht's rom, but i need camera...
-------------->Up
i dont thing theres any fix for the camera..if there is a fix,dont you think racht will use it on his rom already?..so just wait until racht fix the camera..
I'd quite like to know what the problem is as well, then other people can have a go at fixing it. I've had a look and search round the forum and can't find any information
There is many roms with half or full camera working,coping libs should help.
racht prefers doing most of the development himself so give him time .
Use minicm based roms or the floyo 0.20 . (all android 2.2.1)
P.S - unless u intend to become a developer and fix the camera yourself, do not open useless threads like these . A thorough read through the forums can give you all the answers you need.
Dont give Racht pressure. Hes doing his best to make our X8 a more suitable device for us
How is this pressure? I'd quite like to know what the problem is so I can have a go at fixing it myself, and the original poster was suggesting something that could work.
as-mario said:
There is many roms with half or full camera working,coping libs should help.
Click to expand...
Click to collapse
I already know that, but which libs should i copy?
The answer to finding module dependencies is actually in the first page of Racht's ROM thread. >>>>>
Updated 10-Feb-2011 :
Cookers only
Here is the tool to check library dependencies in roms.
ld-linux
It is arm-compiled, to setup do these steps :
adb push ld-linux /system/bin/
adb shell
chmod 04755 /system/bin/ld-linux
To see library dependencies run ld-linux on any .so file and it will give u the list.
To install your cooked Floyo rom built from sources, put this script update-script
into
/META-INF/com/google/android/ directory inside update.zip, delete both update-binary and updater-script from it and copy to SDcard.
Now use xRecovery to install it normally.
Once installed, and BEFORE REBOOT reinstall xRecovery files into /system/bin/ directory.
You should also extract original boot.img files into /system/bin/ramdisk.tar and install chargemon from one of my Floyo roms.
To enable adb root and debug mode, put property.tar to /system/bin/ - take it from Floyo rom.
Now it should boot.
If you don't see boot animation of Floyo, try replacing /system/lib/libgsl.so
To fix sound, replace libaudio.so
To fix Vibra and Leds : libhardware_legacy.so
make sure these programs start fine before going further :
app_process
mediaserver
surfaceflinger
If one of these 3 fails, it won't boot.
The following are for network and gsm :
ifconfig
netcfg
dhcpcd
rild
wpa_supplicant - make sure if you run it manually, reported interface is wlan0 and not tiwlan0
The fixes required for ramdisk.tar :
init.rc file should have 2 parts from original sony init.rc that are marked as #SEMC
add original init.delta.rc and init.delta.sh from sony or one of my ramdisks, those are responsible for service declarations.
Rom patching modifications :
/system/etc/firmware/ dir
/system/etc/sensors* files
/system/etc/*.sh files
/system/lib/hw/ dir
/system/lib/modules/ dir
Those are probably required for every rom..
For all who would like to help fixing remaining cm7 problems:
libcamera :
in froyo (2.2.x) roms, we could configure the makefile to use eclair (2.1) libs for camera and replaced libcamera.so with original se file (USE_ECLAIR_CAMERA)
in ginger (2.3.x) roms, this option fails compiling and seems to be not available anymore.
Thus, its not possible to have old library and the only way to have it working is compiling from source. Available libcamera source is in J's github repository, it's very limited in functionality (no video, vga-only).
If you would like to help - get J's sources and try to fix libcamera.
fmradio,sound recording (with original recorder and during calls) :
we are still using se libaudio.so with cm7 roms, as we don't have a properly working libaudio compiled from source.
once again, initial libaudio sources half-working are in J's repository, the library loads up and works for some sounds, but sound routing (libsoundpool) is incorrect, and that makes problems with switching audio sources like during calls etc.
graphics :
cm7 roms are clearly slower in 2d graphics (scrolling), and quicker in 3d graphics.
This is because we use source-compiled drivers for 3d and se libs for 2d, which are not very good anymore.
fixing this would be done by re-writing sources for libgsl and libEGL.
One more possible way of fixing audio and gfx issues is by booting custom kernel, compiled with HTC or LG sources for the missing things.
In that case we could use the rest of libs from other device (HTC/LG).
I guess those are remaining issues left.
racht said:
For all who would like to help fixing remaining cm7 problems:
libcamera :
in froyo (2.2.x) roms, we could configure the makefile to use eclair (2.1) libs for camera and replaced libcamera.so with original se file (USE_ECLAIR_CAMERA)
in ginger (2.3.x) roms, this option fails compiling and seems to be not available anymore.
Thus, its not possible to have old library and the only way to have it working is compiling from source. Available libcamera source is in J's github repository, it's very limited in functionality (no video, vga-only).
If you would like to help - get J's sources and try to fix libcamera.
fmradio,sound recording (with original recorder and during calls) :
we are still using se libaudio.so with cm7 roms, as we don't have a properly working libaudio compiled from source.
once again, initial libaudio sources half-working are in J's repository, the library loads up and works for some sounds, but sound routing (libsoundpool) is incorrect, and that makes problems with switching audio sources like during calls etc.
graphics :
cm7 roms are clearly slower in 2d graphics (scrolling), and quicker in 3d graphics.
This is because we use source-compiled drivers for 3d and se libs for 2d, which are not very good anymore.
fixing this would be done by re-writing sources for libgsl and libEGL.
One more possible way of fixing audio and gfx issues is by booting custom kernel, compiled with HTC or LG sources for the missing things.
In that case we could use the rest of libs from other device (HTC/LG).
I guess those are remaining issues left.
Click to expand...
Click to collapse
Thank you! I will have a look at what I can over the next few weeks but I have exams coming up so can't spend too much time, will do my best though
racht said:
For all who would like to help fixing remaining cm7 problems:
libcamera :
in froyo (2.2.x) roms, we could configure the makefile to use eclair (2.1) libs for camera and replaced libcamera.so with original se file (USE_ECLAIR_CAMERA)
in ginger (2.3.x) roms, this option fails compiling and seems to be not available anymore.
Thus, its not possible to have old library and the only way to have it working is compiling from source. Available libcamera source is in J's github repository, it's very limited in functionality (no video, vga-only).
If you would like to help - get J's sources and try to fix libcamera.
fmradio,sound recording (with original recorder and during calls) :
we are still using se libaudio.so with cm7 roms, as we don't have a properly working libaudio compiled from source.
once again, initial libaudio sources half-working are in J's repository, the library loads up and works for some sounds, but sound routing (libsoundpool) is incorrect, and that makes problems with switching audio sources like during calls etc.
graphics :
cm7 roms are clearly slower in 2d graphics (scrolling), and quicker in 3d graphics.
This is because we use source-compiled drivers for 3d and se libs for 2d, which are not very good anymore.
fixing this would be done by re-writing sources for libgsl and libEGL.
One more possible way of fixing audio and gfx issues is by booting custom kernel, compiled with HTC or LG sources for the missing things.
In that case we could use the rest of libs from other device (HTC/LG).
I guess those are remaining issues left.
Click to expand...
Click to collapse
It would be great if you could provide link or attach to working libcamera, at least VGA, that's all i need
after i used the camera fix.zip and after reboot the Wifi didnt work anymore, any suggestions?
I'm using GingerCruzt Revision 5 and that is a fully functional ROM with the Camera currently limited to VGA, also Jerapleas CM7 ROM has a working VGA Camera so iot's possible to have a working Camera in Gingerbread ROMs.
Roland

[ROM][19/01/12][u8800] Port offcial 2.3.6 Hauwei Honor (u8860) Stock ROM for u8800

hi
there are a new rom release the bbs.anzhi.com
link : http://bbs.anzhi.com/thread-4845394-1-1.html
mirror rom link : http://www.multiupload.com/ANZD1KQGDO (thanks sr21)
anladığım kadarıyla b866 varmış ve 2.3.6 imiş. orjinal mi değilmi göremedim.
as I see that there is a B866 which is based on 2.3.6 gb. I didn't see a clue about is it official or not.
I was using translate, but i thought it was android 4.0. Couldnt dl because i cant register with translate.
EDIT: Seems i got it wrong. Its 2.3.6
Sent from my Desire HD using XDA App
Repeal said:
anladığım kadarıyla b866 varmış ve 2.3.6 imiş. orjinal mi değilmi göremedim.
as I see that there is a B866 which is based on 2.3.6 gb. I didn't see a clue about is it official or not.
Click to expand...
Click to collapse
Apparently B866 is Huawei Honor 2.3 rom which Huawei made avaliable on their site a couple days ago.
This chinese rom seems based on that B866 rom, too bad Google Translator is not good enough to understand the user feedback on the chinese forum, don't even know if it has other languages besides chinese. Waiting for feedback in english
Translated text by google translate:
Huawei's official website yesterday upgraded version 4.0 of the glory of the business, but also updated the 2.3 to B866, transplanted to our U8800 with, well, it seems that Huawei's share of a source is indeed true, so the glory of the U8800 runs on far from transplantation than, in my opinion can not be called transplant. Also tomorrow, LW official upgrade, this is said to solve many problems such as loss of the desktop plug-in, SMS and so on, if you have time, will the upgrade version.
Description:
Based entirely on the glory of U8860 official 2.3ROM (B866), the maximum retention of official character, built out of some streamlining software, such as Sina microblogging, and so get rid of the CUST's can not be modified, added root privileges, RE manager. G Major enhancements added to the script. Enabled by default 80M of compcache (ZRAM), the default unlock FPS
Non-core overclocking, the camera really support HDR, upgrade to 2.3.6 retains the glory of the characteristics of the ROM program, the current task previews and other personal test run, WIFI available, because the glory of the framework based entirely on function does not work so hot (that is, You can not simulate the 3G wireless wifi signal available to other mobile phone use, care about this feature using the previous version of the proposal)
In addition, as Huawei's open opportunity to mount the 2.3 cust partition, and the burden is also linked to the starter theme, so completely off slow start, 40 seconds down individuals.
Brush Description:
Brush must be the official 2.3 (B522)
1 to downloaded packages will not extract the zip brush machine, directly into the SDcard on
(2) has been holding down the power button to turn the volume up +, do not release until well into the recovery mode
3. Recovery, the volume up and down keys / menu, move up and down the Home button, power button / search button to confirm the return key to return to the previous menu level.
4 Select "Clear all data" restore what the factory
5 Select "choose from the SD card Brush Pack"
6 and then select "Choose the ZIP file from the SD card."
7 to find just download the zip package to confirm Brush
8 confirmed, Brush started, wait about 1 minute to complete.
9 after brushing, return to the first menu, select "reboot system now" to restart the phone
10 and then patiently wait for a while, the first launch will be relatively slow.
Click to expand...
Click to collapse
---------- Post added at 12:42 AM ---------- Previous post was at 12:33 AM ----------
The Hidden content
ROM Download
Honor_for_u8800-B866.zip
Forgot to change the model into glory, and will need to download the following file to replace, or Rom pea pods, note that the permission
build.prop (15.18 KB, Downloads: 345)
Click to expand...
Click to collapse
Link to the ROM: http://115.com/file/c2zjvm02
build.prop attached
Downloading with JDownloader at the moment
Repeal said:
anladığım kadarıyla b866 varmış ve 2.3.6 imiş. orjinal mi değilmi göremedim.
as I see that there is a B866 which is based on 2.3.6 gb. I didn't see a clue about is it official or not.
Click to expand...
Click to collapse
It's not an official one, Huawei never post news on third party forums.
brief translation of the Description section:
━━━━━━━━━━
it's based on offcial 2.3 ROM(B866) for Huawei Honor U8860, it keep the offcial characters as far as possible. stripped out some bundled applications like Sina blogging (a twitter liked application)
fixed the readonly CUST issue; added root priviledge; added RE manager(root explorer?).
added Senior G (genokolar)'s enhanced script
default: enabled 80M compcache(ZRAM); FPS is unlocked
use non-overclocking kernel; camera will really support HDR; system upgrade to 2.3.6; keeps featured appliclations in Honor ROM; task preview; etc...
Known issues:
according my personal test, WIFI is working, but WIFI AP is not working because it totally based on Honor framework.
because it will mount /CUST partition in this ROM and the launcher bundled a theme(?), so the power off/on speed is slow, my test result is about 40 seconds.
━━━━━━━━━━
Mirror:
http://www.multiupload.com/ANZD1KQGDO
sr21 said:
Mirror:
http://www.multiupload.com/ANZD1KQGDO
Click to expand...
Click to collapse
do you try this rom ?
madmax59 said:
do you try this rom ?
Click to expand...
Click to collapse
I'm doing that at the moment.
I've just downloaded the rom last night and I leaved it uploading during the night.
In the afternoon I'l give some feedback about it.
sr21 said:
I'm doing that at the moment.
I've just downloaded the rom last night and I leaved it uploading during the night.
In the afternoon I'l give some feedback about it.
Click to expand...
Click to collapse
ok. we will be wait your feedback
thanks
So, we have:
- Not working Wifi AP (If I try to enable it, I get Error message and if I try to enable Wifi after the phone reboots)
- No GAPPS
---> I've installed Cyanogem GAPPS and it works without problems (so far)
- The sound recorder have a lot of background noise, but I think that also happens in the 2.3.5
- Working all sensors
- Working Wifi, GPS, Bluetooth, 3G (I don't have data plan so I didn't test it correctly)
- The sound while calling it's a little better than the official 2.3.5 (28/12/11)
- USB connection to the PC is also working
- Sound works like 2.3.5
- It cames with TitaniumBackup 4.0, Root Explorer (I think). Both apps are in chinese!
- It have a pretty cool task manager
- The launcher is the same of 2.3.5
For what I've tested it could be a good rom to have, but there are no big differences to the 2.3.5.
You could see some screenshots of the rom attached
So is needed to install first the 2.3 of huwei and only after this one or I can go directly from my miui with the old kernel?
Sent from my Huawei Ideos X5 using XDA App
vlc_marcos said:
So is needed to install first the 2.3 of huwei and only after this one or I can go directly from my miui with the old kernel?
Sent from my Huawei Ideos X5 using XDA App
Click to expand...
Click to collapse
You need to have the 2.3.5 installed before.
sr21 said:
So, we have:
- Not working Wifi AP (If I try to enable it, I get Error message and if I try to enable Wifi after the phone reboots)
- No GAPPS
---> I've installed Cyanogem GAPPS and it works without problems (so far)
- The sound recorder have a lot of background noise, but I think that also happens in the 2.3.5
- Working all sensors
- Working Wifi, GPS, Bluetooth, 3G (I don't have data plan so I didn't test it correctly)
- The sound while calling it's a little better than the official 2.3.5 (28/12/11)
- USB connection to the PC is also working
- Sound works like 2.3.5
- It cames with TitaniumBackup 4.0, Root Explorer (I think). Both apps are in chinese!
- It have a pretty cool task manager
- The launcher is the same of 2.3.5
For what I've tested it could be a good rom to have, but there are no big differences to the 2.3.5.
You could see some screenshots of the rom attached
Click to expand...
Click to collapse
thank you very much for this information
I didn't remenbered to test the "missing calls" issue that we have on the 2.3.5.
Someone that have the problem on the 2.3.5 please test this situation with this ROM.
So is possible almost shire that if I have problems with the 2.3.5 version of Huawei I will have the same on this rom, iam speaking about the sensitivity screen and the glichts etc
Thanks for the help
Sent from my Huawei Ideos X5 using XDA App
vlc_marcos said:
So is possible almost shire that if I have problems with the 2.3.5 version of Huawei I will have the same on this rom, iam speaking about the sensitivity screen and the glichts etc
Thanks for the help
Sent from my Huawei Ideos X5 using XDA App
Click to expand...
Click to collapse
I don't have those probems in this ROM neither in te 2.3.5.
This is one port of the Huawei Honor (u8860) (Portuguese article)
Try the ROM and tell us your feedback.
Maybe the drivers included in this ROM solve some issues.
I'll install it once again to see if the missing calls issue is present.
ROM Info:
This port is based in the B866 Stock ROM of Hauwei Honor (u8860)
- It was realesed by Hauwei on the December 30th of 2011.
- The language should be English but as the port was made for a Chinese developer it have the Chinese language as the first one, but all the other languages are present.
HUAWEI_U8860_Android_2.3_V100R001C00B866SP01_Normal._05010PUU
Click to expand...
Click to collapse
DO NOT ISNSTALL THE ROM OF THE LINK ABOVE, IT'S ONLY FOR INFO!!! THAT ROM IS TO U8860 NOT TO U8800.
About the port:
- The ROM is based entirelly in the B866 ROM of the u8860.
- Some stuff (garbage apps) of the original ROM were removed.
- Root added.
- The FPS are unlocked.
- Non overclocking kernel.
- The camera supports HDR
- Pretty cool task manager, with previews of the running programs.
Not Working:
- The only problem is the Wifi AP, but I don't use it, so it isn't a problem for me at all.
You can install it using CWM (I'm using the v.5.0.2.7).
- Just clear cache, factory reset.
- Go to advanced, clear Dalvik cache.
- Reboot recovery (sometimes the SD card doen´t mount properly and doing the reboot recovery the issue is solved)
- Install zip from SD Card.
- Install the GAPS if you want them and reboot.
Download links:
bbs.anzhi link
Mirror done by me
build.prop with the correct device name (the original shows u8860)
Cyanogem GAPPS
----
More feedback about it:
- Since yesterday I didn't have any reboot or FC.
- I've ran Antutu Benchmark and I got better results than the 2.3.5 stock rom. My results with 2.3.5 with the stock kernel are more or less 2400 and with this one I got 2643.
- I can play 3D games like Ninja Fruit, GT Racing better than with the 2.3.5.
- No missing calls issue of the 2.3.5
Nice and smooth! Cool!
sr21 said:
Not tested yet:
- Missing calls issue of the 2.3.5
Click to expand...
Click to collapse
I was calling all day for my u8800 and I didn't have any call forwarded to the voicemail.
Can someone try the ROM and give us feedback about it?

rom porter patch beta 1

after too many test i finally made a patch for porting ics stock roms from arc/s (and maybe other xperia 2011 devices) to pur lovely xperia play
it will install all the things that you need for fully working rom on xperia play and deletes the cybershot camera(because it not working on our device)
installation guide:
there are 2 ways for installing
1-if the rom has armo installer
2-if it doesnt have armo installer
if it has armo installer its very easy to use this
here is the instruction
1-open rom zip and ics rom porter.zip files with winrar
2-find the device section in rom zip file
3-drag all the files inside system folder in the ics rom porter.zip to lt28i(xperia arc) folder of rom zip
4-now simply flash the rom zip ans choose xperia arc as your device and everything will be fine
if the rom doesnt have armo installer
do the same thing as i said for the the roms with armo installer but instead of draging the files to lt28i folder drag them to system folder
bugs:
1-no touchpad. i need help for this part.
2-flashable.zip is broken. i need help for this one too
3-build.prob will be replaced with xperia z v5 by markphyton so you wont see the original tweaks after the port
4-some of the roms will give bootloop because they have more space than our system partition. if some one can repartiton a kernel with more system storage it will be great
to do list:
1-making an armo zip with all build.prob form popular roms and the requested roms
2-adding touchpad fix
tested on(working):
1-anzumi : by myself
2-4.1.b.1.13(arc version by jader) : by myself
tested on(not working):
xperia ray 4.1.b.1.13 (touchscreen had some problems)
download link:
http://d-h.st/eJv
thanks to:
1-markphyton : i have taken my files from his rom
2-all the developers of xperia arc :for making roms(that gived me the idea of this patch)
3- xda: all of us know why
4-dev host : i use it for uploading my files
5-xperia play users : for not giving up
reserved
please help me for fixing the bugs
i will start working on gb and jb patch as soon as i get time
waiting for reports now
that all i can do now
if you want to help for completing this patch i need help for these things
1- someone with good knowledge in making armo installer and update.zip files
2-someone for helping me in making build.prob files of requested roms
3-(the moost ipmortant) helping me for fixing touchpads
Smokerman is good in porting roms, you should ask him for touchpad fix
I have basic knowledge of aroma installer and build.prop editing, if i can, i'll help
touchpads
@smokerman
can you help me for fixing the touchpads?
i will release an update soon
things that i changed:
1-fixed the flashable zip
2-im using 4.0.4 ics build.prob instead of xperia z rom by markphyton
jb patch is being tested now
for now i only get bootloops
but im trying to solve the problem
i aslo wanted to make an gb patch but i saw that we will get a little problem in gamepad after porting gb roms from arc
(always open game pad. you cant use touchscreen for gaming anymore in ported gb roms.)
pedyvirus said:
@smokerman
can you help me for fixing the touchpads?
Click to expand...
Click to collapse
i can help for sure..what is the rom? send me the link..i will look into it on the weekend.
well im making a patch for all of the roms
i need to know the way so i can support all the roms that xperia play users want
do you use farenheith's patch for fixing the touchpad in stock based roms?
update coming in less than 30 minutes
im doing the final test
changelog:
1-you don't need to do anything yourself now. just flash the rom + the porter package and everything is finished
2-build.prob replaced with 4.1.b.1.13 for xperia play (made by myself)
3-updated most of the files
to do list:
1-building a 410mg system partition kernel.(i really need help or this one. i don't have enough experience)
2-fixing touchpads (i really dont know how to this because i never fixed touchpads for stock based ics roms. please help me )
also i saw project lard remover script
it can remover build.prob lines
if i can remove xperia arc lines and replace them with xperia play lines most of the bugs will be fixed
but my problem is with different build.prob lines like 4.1.b.1.13 or 4.1.b.0.631 and these things
for now i will add a guide about how to make the build.prob yourself for activating the build.prob tweaks of the rom after applying my patch(for better speed)
update: i got bootloop using the new zip although its working with the old way of porting (extracting the files to the system folder)
i will release it when i fix this problem
pedyvirus said:
update coming in less than 30 minutes
im doing the final test
changelog:
1-you don't need to do anything yourself now. just flash the rom + the porter package and everything is finished
2-build.prob replaced with 4.1.b.1.13 for xperia play (made by myself)
3-updated most of the files
to do list:
1-building a 410mg system partition kernel.(i really need help or this one. i don't have enough experience)
2-fixing touchpads (i really dont know how to this because i never fixed touchpads for stock based ics roms. please help me )
also i saw project lard remover script
it can remover build.prob lines
if i can remove xperia arc lines and replace them with xperia play lines most of the bugs will be fixed
but my problem is with different build.prob lines like 4.1.b.1.13 or 4.1.b.0.631 and these things
for now i will add a guide about how to make the build.prob yourself for activating the build.prob tweaks of the rom after applying my patch(for better speed)
update: i got bootloop using the new zip although its working with the old way of porting (extracting the files to the system folder)
i will release it when i fix this problem
Click to expand...
Click to collapse
is it possible to port ics stock rom of arc to our device(xperia miro) (2012) ?????
a help would be appreciated!!! and i know @pedyvirus you can help me

Recreation of CM 7 RC 4 (Allmost all Bugs Fixed)

Dear Friends / Dev / Vistors.,
I am looking for a long time for cm7 without no bug.. Finally CyanogenMod 7.2 for Galaxy Y (S5630) Has been released By bieltv.3 http://forum.xda-developers.com/member.php?u=4686683 With CM Specific Kernel :good:
But FM radio and usb tetherstill have a bug
other than
RC 4:
Fixed al 3g and Data issues on EXT4
My FIX.zip integrated on the ROM zip
IMEI is showing on EXT4 data partition
RILD is now prebuilt and updated last LibRIL.
Broken WIFI hotpost os wprking again
Icon of Wifi Hotpost is working well
ethd back again
RNDIS and USB0 are initialized in USB tether (still not working)
Added all offline charging files
Fixed offline charging using my 3.0 #7 kernel
NOTE: No format is needed, update-script has been modify to format the partition automatically
many dev have created hundreds of there rom on "CM 7 RC.2" which is most nicely theamed :good:
I Decide to use there Rom on Rc4.
LIKE PORTING ROM
Simple method
1, RC.4 Rom as base rom
2, Any rom based on cm7
3, Open base rom zip with Winrar (or other) ( pls not exctact zip file) and open system folder.
4. Delete app folder, font, framework, build.prop (" dont delete media because it consist offline battery chargering animation files")
5, Open Rom u need to Port to Rc.4 copy those folder and files (app folder, font, framework, media, build.prop)
and directly drag into base rom /system/ (If you can work with build.prop to change ver info) but i am lazy :silly:
6, on base rom open system/etc/ and delete init.d and permissions
7, copy those folders from other cm7 rom and drag into the base rom system/etc/
8, last META-INF on base rom just go into Meta-inf/com/google/andriod then delete updater-script
9. darg updater -script from port rom to base rom RC4
"the flash as per Insturction given by Mr bieltv.3"
"And please do it with your own risk"
By this method I Ported many CM7 rom..
And for MIUI, lewa some more files to be copy like media, and libs etc.... i have some doubt on that so let we decuse about that later
and this is my 1st post so Any mistakes please tel me.. thanks
My porting method is a little bit quick and faster.
aniket.lamba said:
My porting method is a little bit quick and faster.
Click to expand...
Click to collapse
can u give me your method ?:victory:
AhZhi said:
can u give me your method ?:victory:
Click to expand...
Click to collapse
See this video: https://www.youtube.com/watch?v=0MBLCPnrMww&feature=youtube_gdata_player
aniket.lamba said:
My porting method is a little bit quick and faster.
Click to expand...
Click to collapse
Both are good, i tried yours aniket and I will post the rom soon
Gonna give this a try
Sent from my GT-S5360 using Tapatalk 2

[MIUI] Rom for MDPI devices

I want to build MIUI V6 for my GT-P3100 but only thing is that it's an MDPI device.
I still tried something and here's what I did -->
1) setup patchrom on my Ubuntu.
2) downloaded the miui v6 repo from github
3)used slimkat as base rom for my device ( thank you @Android-Andi)
4)got stuck after issuing the "make fullota" command. I got error regarding multiple configurations while installing framework-res.apk to put folder.
5) I changed the lcd density in build.prop to 240 to at least get a flash able zip although it might not work.
But I still got the same error.
I am following the guide available on github.com/MiCode/patchrom
It is written in broken English but still is quiet clear.
Then to check if I am doing something wrong, I built miui for nexus 5 using the same method and it worked flawlessly.
Could it be due to using slimkat as my base.?
I could use some help here as its my first time with miui and I have never built from source although I will surely build from source if I get enough time and a good guide?
You could try my CM build as base to cross check.

Categories

Resources