TripNMiui - Dual Booting Stock / Custom Kernel - XPERIA X10 Android Development

Thank you Trip for this wonderful rom and Z&J for the solution (I learn and pick up a lot from their roms)
I really love this rom and I hope I can help a little to make it better
J has released CM7 v14 alpha using custom kernel. Since it's still using 2.29 kernel, I tried it on MIUI and it works great
I modify TripNMiui's chargemon to make it dual boot for all miui users to play with
- This rom is still in alpha stage so do it at your own risk
- Your baseband must be 52 or the phone may reboot and back to stock kernel
- You need to know how to use adb shell or terminal emulator or gscript lite to do it
flash with xRecovery:
http://www.multiupload.com/V70JQ92E1K
The phone will always boot the stock kernel. To boot into custom kernel, do the following using adb:
Code:
adb shell
touch /data/local/tmp/kexecboot
reboot
To update future kernel, just copy the files to /system/kernel folder using root explorer and change permission.
Not working:
- Wifi
- Bluetooth
- GPS (google maps work with 3G)
- usb mount
Working: everything else
CPU is overclocked so it should be 10% faster
Screen may take a while (1-2 sec more) to wake up from sleep mode
All credits to Jerpelea

Confused?
Why would you want your stock system to have the following unavailable..
Not working:
- Wifi
- Bluetooth
- GPS (google maps work with 3G)
- usb mount

BackOrLay said:
Confused?
Why would you want your stock system to have the following unavailable..
Not working:
- Wifi
- Bluetooth
- GPS (google maps work with 3G)
- usb mount
Click to expand...
Click to collapse
well it's just to test the new kernel, that's why he made it a dual boot

I tried Z's first kernel on eternity rom when it was first released, when u flashed the kernel it stayed until you flashed something else or restored a back up, wasnt an issue at all, ran it two days n had no issues!!! Can this kernel be set up the same without a dual boot??
Sent from my X10i TripNMiUI using XDA Premium App

cjsabaki said:
I tried Z's first kernel on eternity rom when it was first released, when u flashed the kernel it stayed until you flashed something else or restored a back up, wasnt an issue at all, ran it two days n had no issues!!! Can this kernel be set up the same without a dual boot??
Sent from my X10i TripNMiUI using XDA Premium App
Click to expand...
Click to collapse
Yes you can change the chargemon script to boot direct to custom kernel. But I guess most people would prefer dual boot as this is still in alpha stage.
Sent from my X10i TripNMiUI using XDA App

True, but if you flash a rom or restore a back up, you move back to the stock kernel. Just wondering, great work by the way!! Thank you!!!
Sent from my X10i TripNMiUI using XDA Premium App

Works like a charm! First boot gave WLOD but I tried again and I got the green light. Great work, thank you!
Sent from my X10i TripNMiUI using Tapatalk

cobrato said:
Yes you can change the chargemon script to boot direct to custom kernel. But I guess most people would prefer dual boot as this is still in alpha stage.
Sent from my X10i TripNMiUI using XDA App
Click to expand...
Click to collapse
Could you also include the chargemon script to boot the custom kernel as the primary? My phone has had a few reboots, as soon as it has rebooted I have to re-apply the kernel.

sry if i upset someone with this...is the fps limit removed in this costum kernel...and 16 milion color enabled?
i found the answer..thx anyway

I think 65536 colors issue are hardware related, there is no software to fix it

JahmanSoldat said:
I think 65536 colors issue are hardware related, there is no software to fix it
Click to expand...
Click to collapse
no it is fixable.... Hence why sony said they would provide it in an update.

sorry for a dummy question.
what should i enter in the gscript?
i mostly rely on adb shell in pc.

tck9223 said:
sorry for a dummy question.
what should i enter in the gscript?
i mostly rely on adb shell in pc.
Click to expand...
Click to collapse
same command except the 1st line "adb shell"

Sorry for the dumb question, with the dual boot you still need to be on bband 52 or does the patch wotk?? Trip is working on a new miui version with the kernel too, trying to head off sum questions before they happen.
From what I have read n used, I know 52 is the only band that fits the kernel n has radio, haven't heard if the bband patch works on this or not.
Best regards,
Chris
Sent from my X10i TripNMiUI using XDA Premium App

cjsabaki said:
Sorry for the dumb question, with the dual boot you still need to be on bband 52 or does the patch wotk?? Trip is working on a new miui version with the kernel too, trying to head off sum questions before they happen.
From what I have read n used, I know 52 is the only band that fits the kernel n has radio, haven't heard if the bband patch works on this or not.
Best regards,
Chris
Sent from my X10i TripNMiUI using XDA Premium App
Click to expand...
Click to collapse
Have to be on 52
Sent from my X10i mixedMiUI using XDA App

Related

[bootloader bypass guide and report thread][alfa release only!!!!][april 1rst]

Yes, the Bootloader have been successfully bypassed!!!!!!.
I know that, like me, a lot of people is goin to try this, so I believe it is a good idea to have a thread to give feedback, report bugs and post dev-related information without getting the the original thread SPAMMED,
Since future releases would be done through recognised devs, this thread would be ONLY FOR THE ALFA RELEASE MADE BY Z ON MARCH 31.​
This is the original message from Z:
========================================================================================================================
Ok, here we go. It wasn't the April Fool thingy
The bootloader has been bypassed using the kexec/miniloader method
We are able to boot custom kernels now!
I'll keep it short as I'm quite busy today... I haven't had much luck with disabling MPU nor resetting a MCPU - it failed no matter what I did. Same thing with porting shutdown procedures into miniloader. But when I found out that the custom kernel doesn't reboot on baseband 52, I switched to the .504 sources and restarted the work. Using the debugfs tips by Goroh, I realised some stuff I'd rather to keep in between the developers here... And then *poof* - the green USB led appeared and I knew I was getting there!
Anyway... this is the first release of the fully working custom kernel (flashable via xRecovery). I haven't had much time to work on it so it's kind of proof-of-concept. Tested for 48h without any problem (not even a reboot).
FreeKernel-alpha1:
http://www.mediafire.com/?d8v914keiqsmc3n
This is the alpha version of custom 2.6.29 kernel based on the SE sources. I do not plan to work on this release anymore - it is just for testing purpose. From today on I'll start to port SE stuff to the latest (GBread) kernel.
Changes:
- removed 32 fps cap
- implemented netfilter (Droid wall, native USB/wifi tethering etc.)
- undervolted to 0.950mV to save battery
- don't remember what else I did, I bet something nasty
- super ugly boot logo!
Requirements:
- baseband .52 + the relevant kernel
- clean 2.1 ROM, compatibile with .52 baseband (e.g. .504)
- working xRecovery
Please note I am not responsible for any damage this software may cause to your device! Use it at your own risk!
There is absolutely no support for this alpha release!
Big thanks to (no particular order): Goroh_kun, Jerpelea, Bin4ry, Maxrfon, Biktor_gj and everybody else who contributed into X10 custom kernel development.
At first the relevant kernel patches/sources will be delivered to the recognised X10 developers. Later on everything will be released as it's obviously Open Sourced.
Please refrain from posting comments in this thread - it's for developers only. Spamming will only make our task harder to accomplish!
Cheers,
z
========================================================================================================================
Please note that I'm not a dev, and neither me or Z would be responsible for what you do with your phone!!!
Report only feedback useful for the devs
=================================================================================================================
Edit April 5:
Z posted a in-call volume fix for its alpha kernel. Please take the time to make a usefull post with feedback about it. It will be better if you include a logcat like or a detailed report.
This is the original post:
zdzihu said:
Here's the kernel image with possible in-call volume fix. Howto:
- install the alpha kernel package
- copy this boot.img into /system/kernel
Please let me know whether the call volume is fixed for you (in the "comments/feedback" threads.)
http://www.mediafire.com/?uxc0ht1tyvl0qdx
This is for testers/developers only!
Code:
--- q6audio.c~ 2011-04-05 08:29:25.653333350 +0200
+++ q6audio.c 2011-04-05 08:29:25.696666684 +0200
@@ -54,7 +54,9 @@
static struct q6_hw_info q6_audio_hw[Q6_HW_COUNT] = {
[Q6_HW_HANDSET] = {
.min_gain = -900,
- .max_gain = 600,
+ //.max_gain = 600,
+ // zdzihu: let's get loud!
+ .max_gain = 1199,
},
[Q6_HW_HEADSET] = {
.min_gain = -1900,
Cheers,
z
Click to expand...
Click to collapse
Eternity 2 003a confirmed to work with baseband .52
only one reboot while I played Angry Birds Rio, other than that I made two calls with success, wifi is ok and the uptime is around 2 and a half hour
of course, DT works
if we want to test it, how to revert to original kernel?
minjiet said:
if we want to test it, how to revert to original kernel?
Click to expand...
Click to collapse
restore a backup from xrecovery
WOW
You don´t need to downgrade to the original Kernel
After installing the custom Kernel my Xperia flys!!!!! Everything is soooo much smooth and you can see with Quadrant that fps rising over 30
Now we have to wait for the newest Kernel!
@Z: Make the next Kernel overclockable pls!!!
Whitecookie said:
You don´t need to downgrade to the original Kernel
After installing the custom Kernel my Xperia flys!!!!! Everything is soooo much smooth and you can see with Quadrant that fps rising over 30
Now we have to wait for the newest Kernel!
@Z: Make the next Kernel overclockable pls!!!
Click to expand...
Click to collapse
quadrant fps raising over 30, mean increase in 3D score?
Just out of interest, what is visual performance like without the frame cap?
Sent from my X10i using XDA App
Yes
Normally it has to improve the 3D performance.... but if i play Angry Birds it feels laggy. If i use Launcher Pro or srolling down pages it feels like..... Don´t know how to say
Man I don't understand. I downloaded the kernel but my frames are worse now
Sent from my X10a using XDA Premium App
Lion3494 said:
Man I don't understand. I downloaded the kernel but my frames are worse now
Sent from my X10a using XDA Premium App
Click to expand...
Click to collapse
Flash JIT V2 on your FW... it has to improve the performance
i agree. everything about my phone since installing this kernel makes my x10 feel and run like crap. fps suck. 2.1 rom again? what the F? this is very dissapointing.. kudos to the devs for bypassing but get real. what changes really are there? when i have overclock and fps real does go past the 33 tops that i reach on quadrant then ill try again. especially if i dont have to use a crap 2.1 se rom.
Edit: ok i have it working. this is what is up with it. fps only changes from 30 fps cap on the quadrant test when you have the rotating planets. i pegged at damn near 50fps. unfortunately this is the only one where fps were high. as i normally run z's b4 with data2sd. i peg on the same one at 33fps. being that we are only able to run this on a 2.1 se rom as of the moment. quadrant scores are going to suck. i normally run 2700 on b4 with data2sd.
As for overclocking.... not at the moment. yes it is a custom kernel but overclocking is not part of this kernel. with one is compiled to allow overclocking and the use of other basebands and builds such as .54 .55 .58, we will still be stuck with a max of 998 on our cpu. but once it is available with other builds and overclocking is allowed. we should easily be able to push close to 3000 on quadrant.
I had it installed before. Do I install it again?
Sent from my X10a using XDA Premium App
Lion3494 said:
Man I don't understand. I downloaded the kernel but my frames are worse now
Sent from my X10a using XDA Premium App
Click to expand...
Click to collapse
r u using the compatibles baseband???
Yeah im going back to my other rom on 2.2
Sent from my X10a using XDA Premium App
Yes I am on bb 52
Sent from my X10a using XDA Premium App
I fear one of u will brick your phone .
And z said he will b working on new one. So I feel its pointless to even test this? And he knows we are not developers so I doubt he will even bother reading this
Sent from my X10i using XDA Premium App
anyone make a video for it and show how to works compared to 30fps cap?
common guys ,haven't u read it ,it works only with 2.1 and baseband .52 so u cant try it on foryo custom roms it won't work perfectly
SErooted said:
i agree. everything about my phone since installing this kernel makes my x10 feel and run like crap. fps suck. 2.1 rom again? what the F? this is very dissapointing.. kudos to the devs for bypassing but get real. what changes really are there? when i have overclock and fps real does go past the 33 tops that i reach on quadrant then ill try again. especially if i dont have to use a crap 2.1 se rom.
Click to expand...
Click to collapse
Wow.
You sound soooo ungrateful!
This was only a test kernal by Zdzihu, obviously, he's starting small, only people who know what they're doing should flash this.
It may seem like a "downgrade" for all you casual users, but for the devs this is a giant leap forwards.
Here is the quick guide for all u guys having trouble..
I did it this way and i am getting upto 55 fps on quadrant.
1. flash your phone using the latest flash tool with X10i generic .504
here is the link http://forum.xda-developers.com/showthread.php?t=920746
2. Switch on the phone and finish with the setup and turn it off.
3. Now again flash your phone with the 2.0.52 baseband which replaces the current
Kernel only. Here is the link http://forum.xda-developers.com/showthread.php?t=960527
4. Switch on your phone, finish with the setup and root it with flash tool
5. Download Z's Xrecovery and install it with market's busybox, here is the link for Xrecovery http://forum.xda-developers.com/showthread.php?t=859571
6. Reboot your phone and in Xrec flash the kernel provided by Z (Freekernel)
7. Switch on the phone and enjoy fast and responsive Freex10...

[FreeXperiaRecovery/Custom Kernels][updated 01/06/11]!k011/k012 (has uv/oc/uc)!

Hi all,
I need some testers from all available roms for x10. From stock rom and all custom roms.
Cause there are many custom roms available and they don't use all the same recovery, it's heavy-handed to create update.zips who can used by everyone. If I count a few there are:
people with a 2.2 rom without the needed files for applying custom kernel
people with a 2.2 rom with the needed files for applying custom kernel
people with a 2.2 rom and xrecovery
people with a 2.2 rom and freexperiarecovery
and so on.
my aim is it, to have one update.zip, who works for all people, no matter if they have applied a custom kernel before or have this recovery and not those...
but i can't test all roms now, cause this would need time and nerves i haven't.
Because that, i made two update.zips:
First includes:
please test this first and if this works, flash the one with the kernel, that we know if there are problems, if they come from the recovery part or the uncompatibility between rom and kernel
chargemon file whos made for FreeXperiaRecovery
FreeXperiaRecovery
Requirements:
this zip should work on all basebands, but i generally prefer bb 2.0.52 from here with bb patch for 2.2 roms from here
Second includes:
chargemon file whos made for FreeXperiaRecovery and boots custom kernel as default
kernel folder: latest custom kernel (k006) with miniloader and splboot.ko files
FreeXperiaRecovery
wifi modules for 2.2 and 2.3 roms
Kernel k011/k012 changelog:
kernel 2.6.29.6
a lil more free ram
removed UV for 998Mhz (seems to be the cause reboots)
Fix FrameCap (Thank Z)
addded all mtd partitions (Thank Z)
volume fix
compiled with new gcc 4.4.3
changed SLAB alocator to SLOB
enabled swap support
added Tiny RCU
added UV/OC (k012)
added UC (k012.1)
FPS cap removed
fixed iptables
Requirements:
Flash the ftf bundle from the latest Cm 7 release with flashtool
Only for 2.2 roms: Basebandpatch 49 from here
Please test the update.zips on your rom (but make a backup before flashing, that you can restore anything if s.th. goes wrong) and report if it works on your rom, and don't forget to tell which rom you tested on.
before installing, make sure you comply the requirements
installation:
For users who haven't FreeXperiaRecovery yet:
first install FreeXperiaRecovery v02.zip
reboot into recovery
install latest version
now boot up system and enjoy
For users who have FreeXperiaRecovery yet:
install directly latest version
now boot up system and enjoy
Legend:
FX = FreeXperia
FXR = FreeXperiaRecovery
gb = Gingerbread
froyo = froyo
only wrote bin or xbin instead of system/bin or system/xbin
Link for first zip (only FreeXperiaRecovery):
FXR_v051.zip
Link for second zip (FreeXperiaRecovery and custom Kernel as default booted):
2.6.29.6_FX_k011+FXR_v0.0.8.2.zip
2.6.29.6_FX_k012+FXR_v0.0.9.1.zip
2.6.29.6_FX_k012.1+FXR_v0.1.0.0.zip
Install this for using the custom kernel with froyo (Thanks ! tsuyo.kou):
http://forum.xda-developers.com/showthread.php?t=1077437
mirror:
http://www.mediafire.com/freerecovery-kernel
I AM NOT RESPONSABLE IF YOU BREAK YOUR DEVICE OR DROP YOUR COFEE !
Notice:
this WILL BREAK DATA2SD and any enhancements/addon features provide by ur current ROM (thanks to DooMLoRD for the information)
All credits go to zdzihu, jerpelea, Bin4ry, Androxyde and all those involved in the FreeXperia project.
Cheers,
L
Trying it on Trips gingerbread MIUI ROM. I'll report back!
It booted, and OC works (setCPU)! Will try it for a while to test performance and battery.
Alright, the touch and animations is very smooth with this kernel. And WiFi works!
I'll use it for a while and see if it drains much battery.
EDIT: As it seems now it drains hella lot battery. :/ Even though im using the BOOST guide and screen of profile in setCPU. Will calibrate the battery a few times and see if it helps..
a1exander said:
Trying it on Trips gingerbread MIUI ROM. I'll report back!
It booted, and OC works (setCPU)! Will try it for a while to test performance and battery.
Alright, the touch and animations is very smooth with this kernel. And WiFi works!
I'll use it for a while and see if it drains much battery.
Click to expand...
Click to collapse
Is FreeXperiaRecovery working?
Downloading now
Im on J's CM7 v 16a incl k006
I know the kernel is inclu but i try urs and report back
Sent from my X10 using XDA Premium App
9Lukas5 said:
Is FreeXperiaRecovery working?
Click to expand...
Click to collapse
Havent tried, I have to go now. But i'll try it later!
Is it not possible for all dev's to use a standard recovery/chargemon?
I think that would save alot of headache and would probably be easier.
Any thoughts?
MarylandCookie said:
Is it not possible for all dev's to use a standard recovery/chargemon?
I think that would save alot of headache and would probably be easier.
Any thoughts?
Click to expand...
Click to collapse
+1
sent from my Z orignal and modded 2.2 powered c64
MarylandCookie said:
Is it not possible for all dev's to use a standard recovery/chargemon?
I think that would save alot of headache and would probably be easier.
Any thoughts?
Click to expand...
Click to collapse
It is possible, but they don't do. So if my zip works on all roms, you can simply apply your rom how it is described in the rom thread and boot it to be sure the rom works and then flash my zip. If anyone make it that way in future, everyone would have the same recovery and you wouldn't have headache
MarylandCookie said:
Is it not possible for all dev's to use a standard recovery/chargemon?
I think that would save alot of headache and would probably be easier.
Any thoughts?
Click to expand...
Click to collapse
+100000
@OP
please mention that this WILL BREAK DATA2SD and any enhancements/addon features provide by ur current ROM
EDIT:
@OP it would be better if u can create an update.zip to take backup of current recovery and then replace it with FreeXperia recovery... also u can create another "BackToStock" update.zip to remove FreeXperia recovery and then restore original recovery...
@ALL
REQUEST:
please keep reporting ur tests in the following thread....
http://forum.xda-developers.com/showthread.php?t=1018391
i just tested it on wolfbreak 6.1.3. v7 or 6.1 update and its a no go.. i get system forclose and once i wait it freezes system, and broke my xrecovery and also sim card doesn't work nor memory card. so again "HOUSTON" its a "NO GO"
wali01x said:
i just tested it on wolfbreak 6.1.3. v7 or 6.1 update and its a no go.. i get system forclose and once i wait it freezes system, and broke my xrecovery and also sim card doesn't work nor memory card. so again "HOUSTON" its a "NO GO"
Click to expand...
Click to collapse
Can anyone confirm??
same thing here with wolf rom. i'm gonna try trip's gingerbread rom.
edit : i confirm it's not working on wolfbreak rom.
tested on jerpelea's v15 stock, everything works except wifi which just shows error, xrecovery works fine.
no rebooting issues.
I have however been using this all day and battery life is good.
wali01x said:
i just tested it on wolfbreak 6.1.3. v7 or 6.1 update and its a no go.. i get system forclose and once i wait it freezes system, and broke my xrecovery and also sim card doesn't work nor memory card. so again "HOUSTON" its a "NO GO"
Click to expand...
Click to collapse
works fine here... but no bootanimation
use this...
http://forum.xda-developers.com/showthread.php?p=13022717#post13022717
on trip miui gingerbreab rom : stucks on SE logo , now i need to fix the phone with seus.
Same here. Also tried with TripMiui 1.0.4 on froyo too and same tesult.
Sent from my X10i TripNMiUI using XDA App
thor2002ro said:
works fine here... but no bootanimation
use this...
http://forum.xda-developers.com/showthread.php?p=13022717#post13022717
Click to expand...
Click to collapse
thor im gonna give it a shot later on thanks..
just have WLOD while restoring apps with titanium backup on Wolfbreak cm 6.1.3 V061
pd1: bluetooth dont work
ok, s.th. strange happened to me, i flashed the same zip again (i haven't edited the file or moved renamed, nothing) but after that second flashing, my recovery was broken too and i got a lot of fc's like described from many others. Now i wanted to flash freexperiarecovery without kernel to see if the problem is there or by the kernel, but can't get the zip file to work. So, I'm going to sleep now, maybe i can't see anything important at the moment cause i'm so tierd. But thanks for testing it yet on some roms

Gingerbread 2.3.5 for X8 | Based on MiniCM7 | 22-10-11

This is based on Minicm7 for X10mini rom modified, to apply X8, which is not built-in google apps, you can download it here and flash it in the xrecovery.
Similar to the Stable 2.2.1 ROM for X8 (V2)| Based on miniCM, I released before, still Similarity with the official ROM, more appropriate...
Other features: camera vga mode available, stable and fast.
This is a modified version of miniCM, its greatest feature is stable, and it looks like Sony Ericsson ‘s ROM. Update 22/10/2011
Downloads:
CM7-X8.zip
File size:104.15 MB
(PLEASE DO NOT MIRROR)
Instructions:
Download the ROM
Move MiniCM7-X8.zip and gapps zip to your sdcard
Boot to CWM Recovery
(Make a backup in CWM Recovery if you want to restore later)
Select “Factory Reset” in CWM Recovery (no need to do this if you are already running MiniCM7)
Select “install custom zip from sdcard” in CWM Recovery
Install MiniCM7-X8.zip to your sdcard
Install gapps zip to your sdcard
Reboot (first boot will take ~1-5 minutes, please wait)
If you encounter any problems or have any suggestions, please give me a shout.
Hi, What about battery consumption?
In my experience I met only `gurmands` versions of 2.3.4.
this rom have the same bugs that the mini cm7? ... wifi and gps doesn't work for me! :/ thank for you rom
Good jobs but Wifi for me doesn't work
Ramdisk need to be edited a little because mini habe diffrent driver for compas,wifi.
Sent from my X8 using XDA Premium App
Please provide some test results. Quadrant, Antutu, Linpack etc. I got limited connection, so I have to be "careful" in downloading
how is about the camera? only VGA?
Renegeits said:
how is about the camera? only VGA?
Click to expand...
Click to collapse
Pls, read every rom about gingerbread and you will see that everyone is VGA Limited. The cause, is that we don´t have the libcamera sources, so we can´t make it at the moment.
ctinro said:
Hi, What about battery consumption?
In my experience I met only `gurmands` versions of 2.3.4.
Click to expand...
Click to collapse
"gurmands" :?
ive check nobodyatall miniCM too, tiwlan.ini has a slight different to our stock rom.
(i suspected he using mini10 stock too).
This is just some suggestion mate
to OP : for fixing the wifi use stock tiwlan_drv.ko n for compass change the akmd on bin also rewrite the ramdiks 'cuz i've seen :
# Needed for AKM8973 support
on early-init
device /dev/akm8973_aot 0660 compass system
device /dev/akm8973_dev 0660 compass system
on minicm7 ramdisk (init.delta.rc)..rewrite it to akm8975.
hope this can help you for the bugs as i know because i have allready implement it too on my shakira.
regards,
cruizz
kuyagaol said:
"gurmands" :?
Click to expand...
Click to collapse
You're right kuyagaol: I ate an `o`. Maybe I was hungry Yeap! All ROMs based on 2.2 are not battery consuming, despite 2.3 which `take pleasure` in consuming the battery . For the moment I'm really impressed by HAKA's GingerFroyo v1.4.16. For me, it has one single bug - the radio, but the battery lasts more than three days, in normal operation!
green2005 said:
Good jobs but Wifi for me doesn't work
Click to expand...
Click to collapse
Shpit 's Rom have Wifi, you can port Wifi from this Rom ? It is possible ?
I will make hotfix.
EDIT: From where i can download gapps
Sent from my X8 using XDA Premium App
wait for your hotfix.
I will come back after a month.
Sent from my X8 using XDA App
as-mario said:
I will make hotfix.
Sent from my X8 using XDA Premium App
Click to expand...
Click to collapse
awesome !
lizypen said:
I will come back after a month.
Sent from my X8 using XDA App
Click to expand...
Click to collapse
well this one is not
as-mario said:
I will make hotfix.
EDIT: From where i can download gapps
Sent from my X8 using XDA Premium App
Click to expand...
Click to collapse
thank you very much for the future hotfix ! ,
PD: still want an invitation to google +? I have invitations if you still want, greetings from Chile !
as-mario said:
I will make hotfix.
EDIT: From where i can download gapps
Sent from my X8 using XDA Premium App
Click to expand...
Click to collapse
wooooo can't wait!
lolololololo
cruizz said:
This is just some suggestion mate
to OP : for fixing the wifi use stock tiwlan_drv.ko n for compass change the akmd on bin also rewrite the ramdiks 'cuz i've seen :
# Needed for AKM8973 support
on early-init
device /dev/akm8973_aot 0660 compass system
device /dev/akm8973_dev 0660 compass system
on minicm7 ramdisk (init.delta.rc)..rewrite it to akm8975.
hope this can help you for the bugs as i know because i have allready implement it too on my shakira.
regards,
cruizz
Click to expand...
Click to collapse
thank you very much
Hey lizy why don't you continue the project?
Sent from my E15i using XDA Premium App
+1
10characters

[KERNEL] KrSH 0.2.1 (beta) works with CM7.1

I discontinue this kernel, because i've bought the new mini pro (mango), and i get started the work with that.
This kernel goes to paul-xxx for now
My first version custom kernel with CWM Recovery 5
Bugs:
- KrSH logo
Features:
- CWM Recovery 5
- Built in dualtouch
- Notification bar bug fixed
- Ext3/4
- Netfilter
Download if you want to test it out with CM7.1
If someone have issues with wifi here is the hotfix:
KrSH 0.2.1
http://www.multiupload.com/XYUU2M7Y25
KrSH 0.2
http://www.multiupload.com/CZZDFN96VE
Use it at your own risk!
Update:
0.2 10/20/11
- gallery lags fixed
- small speedup
0.2.1 10/21/11
-wifi fix
what are the features of this kernel, except for the noted bugs?
TinoZgb said:
what are the features of this kernel, except for the noted bugs?
Click to expand...
Click to collapse
Stock features + dualtouch for now
kamarush said:
Stock features + dualtouch for now
Click to expand...
Click to collapse
Hi, I would like to ask you something, how did you make the kernel? I would love to know how.
So you tested this kernel with the CM7.1?
Sent from my U20i using xda premium
danlivesey said:
So you tested this kernel with the CM7.1?
Sent from my U20i using xda premium
Click to expand...
Click to collapse
Yes, it's works with official cm7.1
kamarush said:
Yes, it's works with official cm7.1
Click to expand...
Click to collapse
How did you create this kernel? Can you send me a link with the resources and maybe a starter guide?
Dam i was just getting ready to test it and now your - Updating -
Il be waiting lol
Nice to see a new Kernel coming up, im looking forward to test it, as soon as it has some nice features
kamarush said:
Yes, it's works with official cm7.1
Click to expand...
Click to collapse
this kernel is used with the freexperiaproyect rom???
I tried to install KrSH 0.2.
This kernel dose not support logcat command?
Code:
C:\Users\username>\android\platform-tools\adb logcat
Unable to open log device '/dev/log/main': No such file or directory
C:\Users\username>
osakana said:
I tried to install KrSH 0.2.
This kernel dose not support logcat command?
Code:
C:\Users\username>\android\platform-tools\adb logcat
Unable to open log device '/dev/log/main': No such file or directory
C:\Users\username>
Click to expand...
Click to collapse
Did you flash it with a flash tool? I will try when I get back from work. Keep up the work
Sent from my U20i using xda premium
Thanks for kernel
Hey can u upload CWM recovery 5 files only pls???
ServerBoost100 said:
How did you create this kernel? Can you send me a link with the resources and maybe a starter guide?
Click to expand...
Click to collapse
I would now it too!
When will you repair the logo? Anyway, for me I still can't use Official Cyanogen with it... So I'm using MiniCM7 Pro, does it support OC?
XxLordxX said:
When will you repair the logo? Anyway, for me I still can't use Official Cyanogen with it... So I'm using MiniCM7 Pro, does it support OC?
Click to expand...
Click to collapse
In the next version i'll fix the logo
Why can't you use?
Well, I installed, but it gets in bootloop... Even doing factory reset
Sent from my MZ605 using XDA App
same here, both verions give me just a loop

[ROM][GB] GxG JellyBread - 3.09.2012 [Updated v14]

Hello All Ray lovers!
I just took am rom from Arc thread, ported, supercharged, tweaked, init.d, removed a lot of bloatware.
It'a a GB based on '62. 2.3.7
Deepsleep is working fine.
In Home we have the flying widget animation.
Music app is working fine with Xloud and all the effects.
Bravia engine is included.
Reboot options aded - Boot to Recovery - WORKING
Also something more... but i missed it wrigh now.
Battery backup? - from 2 AM to 8 am= 6 hours only 3% discharge.
Everything is working. Maybe I missed something....you tell me.
Change log v12:
minor tweaks here-there (Deep deep slep when not used)
Sense 4 Clock widget added.
Some internal programs updated.
Online Nand Backup - You can make NandBackup from terminal, without exiting to CWM
USB OTG - included in the rom. if kernel used supports USB Otg - you're good to go!
(Usb Otg - posibility to connect with a small adaptor USB devices: mouse, keyboards, flashdrives..etc)
Download last version V14 -with knight47 Beats audio lite :
http://www.mediafire.com/?541m018572pnnb8
Old Version
http://www.mediafire.com/?o044xkat0j0j6n5
GxG Jellybread(v7) - Xda.zip
http://www.mediafire.com/?392b504yrdmdp33
Install Instruction [BL Lock]​1. Flash stock rom GB .42
2. Make root and Install ClockworkMode
3. Make Full Wipe
4. Install Rom
5. Install Clockworkmode again
Download V12 for Unlocked Bootloader http://www.mediafire.com/?g9kb1oyscbe02sn
Old Version for Locked Bootloader
http://www.mediafire.com/?zd8n60460uhwr4n
Credits: I learn and use every bit of information learned and gathered during years reading and using XDA users post and applications.
So: Thank's to all XDA developers and users who make this community to go on.
If you like it and use it... please hit "Thanks button".
If you want to buy me a beer...PM me!
Just want to say it looks great but what gb is it? 2.3.6? And does everything work on it?
Sent from my ST18i using xda app-developers app
Supracer said:
Just want to say it looks great but what gb is it? 2.3.6? And does everything work on it?
Sent from my ST18i using xda app-developers app
Click to expand...
Click to collapse
answer in the first post. I edited few sec. ago
Cool. any kernel you recommend because I think stock kernel is the best. What do you think?
Sent from my ST18i using xda app-developers app
Supracer said:
Cool any kernel you recommend because I think stock kernel with can is one of the best? What do you think?
Sent from my ST18i using xda app-developers app
Click to expand...
Click to collapse
Upss.. I forgot. I will upload the kernel. - L.E. It's in the first post, attached.
basicly is AIRE kernel based on stock with INIT.d capability.
But it's up to every individual to use what kernel suit his need.
wifi error
gxg said:
Upss.. I forgot. I will upload the kernel. - L.E. It's in the first post, attached.
basicly is AIRE kernel based on stock with INIT.d capability.
But it's up to every individual to use what kernel suit his need.
Click to expand...
Click to collapse
my wifi is giving error wat should i do...? and pls tell me how to get a battrey without the numbers..!!
Downloading it... will report if I shift back to GB and flash your ROM..... ....
Tough, you have done a good job...
Sent from my ST18i
Is it usable with a locked bootloader?
Got the wifi working wid some kernel of which i dont the name..anyways am lovin the rom thanks...
Sent from my Ray using xda premium
Looks awesome.. Thanks for the share.
dark ryder said:
my wifi is giving error wat should i do...? and pls tell me how to get a battrey without the numbers..!!
Click to expand...
Click to collapse
soory i was out to meet some friends.
1. Wifi for me is working flawlessly... Check your kernel. Did you flash the attached one?
2. It easy. Search the rom in : system\framework\framework-res.apk copy that apk somewhere else and then cookit with uot kitchen: http://uot.dakra.lt/
But I prefer to know how much "juice" is left. And the numbers are decent.
regarding nr 1:
I will try some kernels gather by me during time, to check what's wrong with wifi.
(did you wipe Davilk cache in advanced?)
L.E. I have a "daily" but contains some programs purchased or gathered by me during time. I belive I cannot share it here. Am I wrong?
What baseband is recommended?
qrim said:
What baseband is recommended?
Click to expand...
Click to collapse
I have 64.
And given fact that is based on GB 4.0....62 ...normally it will be 64 (by default in stoc rom). But if you don't have problems with reception in GSM... you can use the one you have.
70 or 72 is another story... that is for ICS. But you can use those also.
Baseband is the "radio" software. It's stronlgy bounded with signal reception and the power used by device to be "on line".
PLease try this kernel. It's from Aire.. and free ram 204 mb.
seamo123 said:
Is it usable with a locked bootloader?
Click to expand...
Click to collapse
I will try to make one... In 1-2 h
Thanks man it worked..the kernel worked i love the rom...awesome!
Sent from my ST18i
dark ryder said:
Thanks man it worked..the kernel worked i love the rom...awesome!
Sent from my ST18i
Click to expand...
Click to collapse
No problem! my plesure.. I'm also thrilled that this new flashed kernel gives me more ram. (Igo Primo it'a a RAM eater and I wrilly needed!!)
keep in mind that is UV and from 136Mhz up to 1600mhz
I edited the first post. You can find there also the version for the unlucky ray's with locked boatloader.​
Why primo? I use myway 8.4.3 and it works great.
Sent from my ST18i using xda premium
Wechy77 said:
Why primo? I use myway 8.4.3 and it works great.
Sent from my ST18i using xda premium
Click to expand...
Click to collapse
Actualy I have both 8.4.2 and 8.4.3=Primo :good:
I'm in the period of testing. I like the facts that I can see the satellites connected. And also that I have TMC and trafic control.
I love in iGOMyWay_8.4.2.139242_800x480 with MotoGIS_V2.4_SAVEROUTES becasue the Speed is actualy visible and much more bigger than the other informations.
And in ICS 8.4.3. exit suddenly when I click on map... a few moments after opening the program.
Whith my rom...never happens.
gxg said:
Actualy I have both 8.4.2 and 8.4.3=Primo :good:
I'm in the period of testing. I like the facts that I can see the satellites connected. And also that I have TMC and trafic control.
I love in iGOMyWay_8.4.2.139242_800x480 with MotoGIS_V2.4_SAVEROUTES becasue the Speed is actualy visible and much more bigger than the other informations.
And in ICS 8.4.3. exit suddenly when I click on map... a few moments after opening the program.
Whith my rom...never happens.
Click to expand...
Click to collapse
I think 8.5.x is primo I use iGO MyWay for Android v8.4.3.179971 Thin v1.7 (It uses less place, ram, and more battery friendly) with tiger skin.
I forgot to mention: in notification drawer..you can swipe to dismiss...
not working for system mesages like: application installed.
but for the rest... is working

Categories

Resources