(Request) enable jit on incredible - Droid Incredible Q&A, Help & Troubleshooting

Anyone have a tutorial or maybe can compile a update.zip to flash for jit to work??
Sent from my ADR6300 using Tapatalk

I think it needs to be compiled for the rom and firmware to get it to function. I followed a guide in cyanogens website to get it installed and all it does it boot loop.
Sent from my Incredible using XDA App

krunkymonkey said:
I think it needs to be compiled for the rom and firmware to get it to function. I followed a guide in cyanogens website to get it installed and all it does it boot loop.
Sent from my Incredible using XDA App
Click to expand...
Click to collapse
Can't find it now (figures) but supposedly Dalvik JIT and Sense don't play well together. Probably explains the boot-loop.

bowtieduece said:
Is it possible for us to enable jit i was searching and found this thread about the desire
.http://forum.xda-developers.com/showthread.php?t=684535
Click to expand...
Click to collapse
This is working fine for me as well and yields quadrant scores in the 700s.
But I do have most of the sense crap disabled...

dew.man said:
This is working fine for me as well and yields quadrant scores in the 700s.
But I do have most of the sense crap disabled...
Click to expand...
Click to collapse
Is this using the Eclair JIT or Froyo JIT?

http://www.unrevoked.com/rootwiki/doku.php/public/how_to_enable_jit

Try these files to enable/disable JIT. They work on Jager and Unrevolved but it does not work on the CM5 Test 3 or Stock (anything with sense really).
BE SURE TO DO A NANDROID BACKUP FIRST.
The enable has the files from the Desire Thread/Unrevoked JIT Wiki and the disable has the files from the Stock rom.
To see if JIT is enabled, while booted do the following:
Code:
adb shell
cd /system/bin/
getprop dalvik.vm.execution-mode
If JIT is enabled it should return:
Code:
int:jit

Anyone sucessfully enabled on a rom w/ sense or froyo???????? preferably froyo+sense is what im looking for.

JIT is enabled in all Froyo roms by default.

Related

Enable JIT on Defy?

Has anyone enabled JIT on their defy yet?
You need 2.2 for jit... did yours come with 2.2?
Also, this thread is development. Not for asking questions.
Sent from my DEFY using XDA app
U do not need 2.2 to enable jit lol... search
Sent from my MB525 using Tapatalk
disturkis4u said:
You need 2.2 for jit... did yours come with 2.2?
Also, this thread is development. Not for asking questions.
Sent from my DEFY using XDA app
Click to expand...
Click to collapse
Enabling JIT is a development question so shove off.
Did some testing with JIT enabled.
Good points
Quadrant went from 1117 to 1214
Linpack went from 5.9 to 8.2
Phone did seem snappier
Bad points:
Had 3 force closes within the space of an hour or so, I had not had one before this since getting the phone
My conculsion:
Not stable and I have reverted back
Motorola China will bring DEFY to Chinese market in Jan 17 with 2.2,as far as I know.
hm der is a jit activated dalvic VM in the Xperia X10 forum.
but how can i compile these things 4 Defy?
setaseti said:
hm der is a jit activated dalvic VM in the Xperia X10 forum.
but how can i compile these things 4 Defy?
Click to expand...
Click to collapse
You don't needs to compile anything, just need to copy some files to system/lib + System/bin and add add a line in build.prop
could you explain that further?
Id like to try that, too.
I was going to do a tutorial but as it was not stable that is why I didn't bother, however all the info/files can be found by using google, there not a "device specific" method of doing it as such. I have the links I used a reference saved at home so I'll put them up for you.
What about the files 4jit from the x10 device, can we use them on the defy? On x10 they are stable. See the 0.99.1 customizer thread from x10 android development forum.
What does not fuction on error? Can i copy back the original defy files or can this brick the device?
Sent from my X10i using XDA App
if anybody succeed to have a stable JIT on DEFY?
if some devs can tell me whats the risk, i could try the X10 files.
There is no risk. Back up your current files and when you get force closes after installing jit revert back. Because you will get force closes. Or if you are lazy like me just reflash the firmware
Sent from my MB525 using XDA App
Higgsy said:
There is no risk. Back up your current files and when you get force closes after installing jit revert back. Because you will get force closes. Or if you are lazy like me just reflash the firmware
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
have u tried this?
or why i write "because you will get force closes"?
needs a recompile? or what can we do?
setaseti said:
have u tried this?
or why i write "because you will get force closes"?
needs a recompile? or what can we do?
Click to expand...
Click to collapse
Mate I'm not been funny but read the topic from the start.

[PATCH] DSP Manager for Sense 2.0 5/30

Sense 2.0, NOT 2.1 as of yet
ALL PROPS GO TO exidler for this MOD
So i searched and searched only to find one DSP Manager for Sense that worked for me --> DSP-DHD
It works flawlessly but it uses Amend scripts.
I have managed to use this tool Amend2Edify to convert them to Edify scripts.
They work flawlessly.
I don't use Stereo Bluetooth headsets so I unfortunately am unknown as to whether or not this problem is persistent.
Tested on;
Orange Sense v.1.0
Royal Thunder v1.2
Royal Thunder v.2.0
Stock MySense
All what you do, you doing on own risk, I'm not responsible for any damage!
2.0
Backup libaudioflinger.so and libaudio.so from /system/lib/ before continue
This patch will break dolby and srs features of preinstalled music player
2010.11.29 This patch also breaks working of stereo bluetooth headset, but in in call bluetooth headset works well
I am NOT the developer of this, Just simply sharing my knowledge with all others who's speaker is also messing up.
Anyone else willing to Attempt this, Share your results!
BTW I am also willing to convert other scripts if you'd like.
Thanks.
- Install patch using Recovery
Download DSPManager.zip
Copy it to phones sdcard
Reboot to recovery
Wipe Both Caches and apply this update.
**If you receive a 'Signature Verification Failed' error just disable Signature Check.
- Uninstall manually (using adb) * you must have S-OFF with ENG HBOOT
Connect phone to computer using usb
Open adb shell (run adb shell)
Remount system as read write (run in shell 'mount -o remount,rw /dev/block/mmcblk0p25 /system')
Then you need copy to /system/lib/ on phone backuped files libaudioflinger.so and libaudio.so.
If you backuped it on computer, then locate they and in backup folder run
#adb push libaudio.so /system/lib/
#adb push libaudioflinger.so /system/lib/
if you backuped files on sdcard, then from adb shell run commands
cp libaudio.so /system/lib/
cp libaudioflinger.so /system/lib/
rm /system/app/DSPManager-DHD.apk
then reboot your phone
If this has helped, all that I ask is that you hit the Thanks button here and over Here THE OP.
Thanks alot. I have been waiting on this for a while.
Sent from my HTC Vision using XDA Premium App
Bro NP.
Fastest reply ever BTW. lol
drew posted one that works in my stock rom thread a few days ago, just FYI... but thanks for bringing this over!!!
Dang i had no idea. Thanks for the heads up.
Hope no Flaming starts now. x.x
When I tried on eVIL Virtuous sense 3.0 Rom. It wouldn't load up pass the splash screen.
Sent from my HTC Vision using XDA Premium App
I'm going to look into what I can do to make it work on gingersense.
Sent from my HTC Glacier using XDA App
irrelephant said:
drew posted one that works in my stock rom thread a few days ago, just FYI... but thanks for bringing this over!!!
Click to expand...
Click to collapse
I just wanted to know where can I find this version that drew posted.... I've been looking fit it with no luck.
Sweet, I was thinking of doing something like this, but you beat me to it... AWESOME!
One suggestion, change your thread title to like [Patch] DSP Manager for Sense 2.x etc etc (date)
so it's consistent with other threads and easier to find
Thanks again.
faux123 said:
Sweet, I was thinking of doing something like this, but you beat me to it... AWESOME!
One suggestion, change your thread title to like [Patch] DSP Manager for Sense 2.x etc etc (date)
so it's consistent with other threads and easier to find
Thanks again.
Click to expand...
Click to collapse
Bro. It's Epic to get a thanks from you. LOL
Your welcome.
I'm currently trying to learn a little more on making it functional on ginger sense and other sense based roms.
Updating title now.
Thanks for the input.
bm6788 said:
I just wanted to know where can I find this version that drew posted.... I've been looking fit it with no luck.
Click to expand...
Click to collapse
This one also works with stock ROM - Mysense. Tested myself.
Sent from my HTC Vision using XDA App
doesnt work and im running PANACHE sense. :[
bstylz911 said:
doesnt work and im running PANACHE sense. :[
Click to expand...
Click to collapse
I know. the op states its only for sense 2.0 at the moment.
I'm looking for a way to update the app to make it compatible with 2.1
Sent from my HTC Vision using XDA App

[ROM] ICS with UNSUPPORTED HW HACK

This is a thread for all of those interested in the HW Hack that has been applied to the current WIP ICS for Desire ROM. This is to keep you out of the development thread for the ICS ROM and keep it clean. Any questions should be asked in here and if anyone wants to develop it, go ahead. As mentioned many times in the original thread, they are not supporting this, so don't ask them! Funnily enough, neither am I, I am sick of reading questions pertaining to something that is mentioned every page as UNSUPPORTED.
Flash in the order the files are listed.
Copy and pasted from ICS thread:
UNSUPPORTED 0.3.5 WITH HW HACK * (Stock HBOOT)
http://fyels.com/FCx
UNSUPPORTED 0.3.5 WITH HW HACK * (CM7R2 HBOOT)
http://www.mediafire.com/?v2c6s8w77s6cscc
Kernel is NEEDED (should be the same as last build but reuploaded because of some complaints
http://fyels.com/Frt
If you need to flash superuser:
http://fyels.com/M8t
What's working:
HW accelration! (with errors)
WiFi
SMS
GPS
Sound
Calling
Touchscreen
Stable 3G
Gmail sync + calendar working with gmail
SD read/write
All sensors
BT
Picaza sync
Fixed permissions (3rd party apps that needed maps now works)
Headphones
App2sd ( the stock included not app2sd+ or app2ext)
GoogleBackup
What's not working:
Camera
Forgot to add USB (charges + adb nothing more)
and probably alot more
Thanks to:
Sharky154 (DHD), drewis (N1), Chaosz-X, DJ_Jedi, Nikez, Raphael, SamStorer, Chichoko, Vaporizer, andreigherge, Tristan202, fused, rootSU for the original ICS ROM.
Why did you make another thread?
yeah, dont really know why you made a new thread.
anyways heres a cm7r2 version of 0.3.5 with the HW hack.
http://www.mediafire.com/?v2c6s8w77s6cscc
you can OP it if you like.
k3lcior said:
Why did you make another thread?
Click to expand...
Click to collapse
As the OP said:
This is to keep noobs like me out of the development thread for the ICS ROM and keep it clean. Any questions should be asked in here.
sjknight413 said:
yeah, dont really know why you made a new thread.
Click to expand...
Click to collapse
k3lcior said:
Why did you make another thread?
Click to expand...
Click to collapse
You obviously didn't even read the goddamn OP.
guy_smiley said:
You obviously didn't even read the goddamn OP.
Click to expand...
Click to collapse
well obviously we bloody well did. this is pointless. The hw hack, even if it is dirty, is completely relevant towards getting a stable build of ics so how does it warrant another thread?
sjknight413 said:
well obviously we bloody well did. this is pointless. The hw hack, even if it is dirty, is completely relevant towards getting a stable build of ics so how does it warrant another thread?
Click to expand...
Click to collapse
The OP of the other thread has stated they will not be touching the HW Hack at all. If you want to start development of a stable build via the hack, use this thread, not theirs.
i am trying out this rom.. it is definitely smoother than the other rom. But i faced a problem, i am unable to download and install whatsapp from the market. Though i have enough space to install it on my internal memory, the message that is given was not enough memory. I think this is due to the 5mb of cache in the Cm7r2 hboot. Is there a way to symlink such that apps from the market are downloaded to the sdcard before installation?
kimzplaze said:
i am trying out this rom.. it is definitely smoother than the other rom. But i faced a problem, i am unable to download and install whatsapp from the market. Though i have enough space to install it on my internal memory, the message that is given was not enough memory. I think this is due to the 5mb of cache in the Cm7r2 hboot. Is there a way to symlink such that apps from the market are downloaded to the sdcard before installation?
Click to expand...
Click to collapse
Use terminal emulator and try this. (Alternatively use adb shell)
su
cd /cache/
rm -R download
mkdir /mnt/asec/marketcache
ln -s /mnt/asec/marketcache download
chown -h system.cache download
See if this works or not.
itachi1706 said:
Use terminal emulator and try this. (Alternatively use adb shell)
su
cd /cache/
rm -R download
mkdir /mnt/asec/marketcache
ln -s /mnt/asec/marketcache download
chown -h system.cache download
See if this works or not.
Click to expand...
Click to collapse
This didn't work for me
sjknight413 said:
well obviously we bloody well did. this is pointless. The hw hack, even if it is dirty, is completely relevant towards getting a stable build of ics so how does it warrant another thread?
Click to expand...
Click to collapse
Because you started spamming the other thread with pointless questions. The need for clean thread where those actively participating in development could obtain information needed without roaming the endless posts about something which could hardly benefit the development warrants the need for a new thread. This should be done the first day they started with this project.
Sent from my HTC Desire using Tapatalk
Any ideas why i cannot flash the gapps or superuser or kernel zip files, after flashing the cm7 version?
Cheers
nozzla said:
Any ideas why i cannot flash the gapps or superuser or kernel zip files, after flashing the cm7 version?
Cheers
Click to expand...
Click to collapse
Where are you trying to flash from? I have no problems flashing the above from Clockword Recovery. You cannot flash gapps and kernel from running rom because you need superuser for this to work...
nozzla said:
Any ideas why i cannot flash the gapps or superuser or kernel zip files, after flashing the cm7 version?
Cheers
Click to expand...
Click to collapse
I believe there's a requirement for recovery based on CWM. So either CWM or EXT4
Sent from my HTC Runnymede using XDA App
Well I can't get access to superuser and can't flash that in recovery so I can't use cwm. I had to install cm7 version of ics.
Sent from my Full Android on Bravo using XDA App
Are there any details of how the hw hack works? Some patches perhaps? Would be helpful so we can try on other devices too
Thanks
Sent from my ZTE-BLADE using XDA App
ICS 035 HW CM7r2 - review
Hi All,
I installed CM7r2 version on my S-Off desire with 1.5gb ext4
- Unable to install apps from market.
- Unable to re-store apps in Titanium backup
- Read/Write/Gallery/Calander/Wifi/3G all work fine
- Overall the ROM is quite fast
- Sound Effects also work in music system
- Battery life seems good
Please someone help me install apps.
erklat said:
Because you started spamming the other thread with pointless questions. The need for clean thread where those actively participating in development could obtain information needed without roaming the endless posts about something which could hardly benefit the development warrants the need for a new thread. This should be done the first day they started with this project.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
Excuse me?
because *I* started spamming the other thread? I think you will find I did not.
is working quite good.
Sent from my Full Android on Bravo using Tapatalk
f_padia said:
Are there any details of how the hw hack works? Some patches perhaps? Would be helpful so we can try on other devices too
Thanks
Sent from my ZTE-BLADE using XDA App
Click to expand...
Click to collapse
It came from an HD2 thread. Maybe try their forums.
Sent from my HTC Runnymede using XDA App

[Q] hwo to port rom/dev?

ok so i extracted a rom from a ruu, but now where do i start?
what do i need to extract from the rom.zip? i know i need system.img but what else?
Which RUU did you extract the ROM package from? Is it from the Evo 4G RUU, or are you porting from a different device's RUU?
Might I suggest downloading a stock updated ROM and look how /system is set up? The most basic folders of a ROM would be /system and /METAINF (this contains the scripts for the ROM to be flashed and .apk to be installed).
Are you planning to theme? Do you have ADB set up (Java installed beforehand)? I would suggest looking for PapaSmurf's Everything Android thread and downloading the tools there.
Sent from my SPH-M900 using xda premium
i extracted the rom from the htc primo(One V) leaked ruu.
bennyboy78 said:
i extracted the rom from the htc primo(One V) leaked ruu.
Click to expand...
Click to collapse
Ah, ICS Sense. We currently don't have a kernel that will even let the phone boot. We are missing valuable libs and drivers, and the fact that the Evo is EOL'ed doesn't help, so we won't be getting updated packages. It would be nice if HTC dropped kernel source for ICS, but alas, they have not.
Sent from my SPH-M900 using xda premium
tropicalbrit said:
Which RUU did you extract the ROM package from? Is it from the Evo 4G RUU, or are you porting from a different device's RUU?
Might I suggest downloading a stock updated ROM and look how /system is set up? The most basic folders of a ROM would be /system and /METAINF (this contains the scripts for the ROM to be flashed and .apk to be installed).
Are you planning to theme? Do you have ADB set up (Java installed beforehand)? I would suggest looking for PapaSmurf's Everything Android thread and downloading the tools there.
Sent from my SPH-M900 using xda premium
Click to expand...
Click to collapse
i am not planning to theme. currently, the important things are still .img file types. what do i do with these? i cant open them since theyre .img's
i see... hmmm...
well i guess i will just hold off till HTC releases some source code for ics... hopefully
bennyboy78 said:
i see... hmmm...
well i guess i will just hold off till HTC releases some source code for ics... hopefully
Click to expand...
Click to collapse
If you would like to continue, I can look for some links to decompile the images.
While it is not impossible to port, it would be very difficult. Some drivers might have to be written, considering Sense 4.0 uses ImageSense or some nonsense like that. An ICS kernel source drop would definitely help, especially for the lowest-end One-series phone.
Sent from my SPH-M900 using xda premium
if you could find some links that be great. thanks
tropicalbrit said:
If you would like to continue, I can look for some links to decompile the images.
While it is not impossible to port, it would be very difficult. Some drivers might have to be written, considering Sense 4.0 uses ImageSense or some nonsense like that. An ICS kernel source drop would definitely help, especially for the lowest-end One-series phone.
Sent from my SPH-M900 using xda premium
Click to expand...
Click to collapse
The Primo doesn't have Sense 4.0; it has 3.6. It's got a single-core, 1GHz CPU with WVGA resolution, and the ROM size is only around 300MB. I think this IS the lowest end ICS One series phone, but it'll definitely be a while before the source drops.

[SOLVED] Porting Sense 4.1 Lite help =/

I've started to port Sense 4.1 lite from HTC Desire X 1.18.401.1 to our phone. I've been following this guide to port it, but when booting I always get a blackscreen and it doesn't do anything =/. I can't enable ADB, even though I've added persist.service adb.enable line in the build.prop. I know that it generates things in the data partition, because the ADB in recovery shows it. Does anyone have any ideas on how to get this working?
may be you have to edit res-framework.apk to make a rom working!
gulsher said:
may be you have to edit res-framework.apk to make a rom working!
Click to expand...
Click to collapse
Do you know what parts of it? I'm not so great at sense rom porting =/
Decompile
1. Download these files:
http://dl.dropbox.com/u/54258750/apktool1.4.2.31e6dc5.jar
md5: 38db374a2f733000b1b0309b2b99f74b
http://dl.dropbox.com/u/54258750/aapt.exe (from the latest R16 SDK)
md5: 26a35ee028ed08d7ad0d18ffb6bb587a
http://dl.dropbox.com/u/54258750/apktool.bat
md5: 2bf3b895011fc4b1801edcfbabfdc295
2. Copy all files to your 'Windows' directory and rename apktool1.4.2.31e6dc5.jar to apktool.jar
3. Open command prompt, and install framework (apktool if framework-res.apk)
4. Decompile with apktool1.4.2.31e6dc5.jar (everytime use this to decompile framework-res.apk)
apktool d framework-res.apk
Rebuild
1. Download http://code.google.com/p/android-apktool/downloads/detail?name=apktool1.4.3.tar.bz2 and copy to your windows directory (overwrite the old apktool.jar)
md5: 3d0478c4d23c7829edc024266697fef9
2. apktool b framework-res
3. extract all files from 'dist\apktool-res.apk' and create new archive with winrar or 7zip (archive type: zip | compression method: store)
4. resign
5. zipalign
6. Rename to famework-res.apk
---------- Post added at 09:04 PM ---------- Previous post was at 09:01 PM ----------
try to copy these lib
Libandroid_runtime.so
Libandroid_servers.so
Libmedia_jni.so
if rom is not booting
MameTozhio said:
I've started to port Sense 4.1 lite from HTC Desire X 1.18.401.1 to our phone. I've been following this guide to port it, but when booting I always get a blackscreen and it doesn't do anything =/. I can't enable ADB, even though I've added persist.service adb.enable line in the build.prop. I know that it generates things in the data partition, because the ADB in recovery shows it. Does anyone have any ideas on how to get this working?
Click to expand...
Click to collapse
Waiting for your Android 4.0.4 Sense 4.1 :good:
Well I managed to get it to show Boot animation, I edited the build.prop.
I still can't get a logcat, I tried to make an init.d script to logcat a file to the sdcard, but that didn't want to work.
I'm using my own guide now, but no matter what I do it doesn't boot.. anyone else able to help?
I've also switched base to Asia HK 2.24.708.1, it isn't much different from the telus_wwe base I was using.
That thread your using wont work for Sense. You have to use Rom Kitchen Porting. I managed to get the Desire X 1.14.401.1 working but the camera didn't. And it was real slow. I've been trying the same. I've had a bunch of working ones, they just sucked.
bandit97 said:
That thread your using wont work for Sense. You have to use Rom Kitchen Porting. I managed to get the Desire X 1.14.401.1 working but the camera didn't. And it was real slow. I've been trying the same. I've had a bunch of working ones, they just sucked.
Click to expand...
Click to collapse
I don't use that thread anymore to port. Link me to the ROM kitchen porting? Oh, and for camera:
libchromatix*.so
LibOlaEngine.so
LibOlaEngineNew.so
libhtccamera.so
liboemcamera.so
libcamera*.so
libmm*.so
In /system/etc:
media_profiles.xml
MameTozhio said:
I don't use that thread anymore to port. Link me to the ROM kitchen porting? Oh, and for camera:
libchromatix*.so
LibOlaEngine.so
LibOlaEngineNew.so
libhtccamera.so
liboemcamera.so
libcamera*.so
libmm*.so
In /system/etc:
media_profiles.xml
Click to expand...
Click to collapse
I don't know of a guide. Its pretty self explanatory in Rom Kitchen using its porting tool. Maybe I could give it a try and upload a base for you.
bandit97 said:
I don't know of a guide. Its pretty self explanatory in Rom Kitchen using its porting tool. Maybe I could give it a try and upload a base for you.
Click to expand...
Click to collapse
I'm going to try using the kitchen porter.. just downloaded the master from github, just waiting for 1.18.401.1 from DX to finish downloading.
Delete- figured it out!
I used the android kitchen to port it, I can't get it to boot now. Does anyone have any ideas? (Sorry for all the double posts ._.)
Sent from my Nexus 4 using xda app-developers app
Can you give a link to the base your using?
Sent from my HTC One V using xda app-developers app
http://forum.xda-developers.com/showthread.php?p=36280811
The hTC Asia HK 2.24.701.1 version.
Sent from my Nexus 4 using xda app-developers app
Oh I ment what your trying to port.
Sent from my HTC One V using xda app-developers app
bandit97 said:
Oh I ment what your trying to port.
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
Oh.
http://forum.xda-developers.com/showpost.php?p=39658634&postcount=2
MameTozhio said:
Oh.
http://forum.xda-developers.com/showpost.php?p=39658634&postcount=2
Click to expand...
Click to collapse
Yeah I've been trying without luck as well. It probably has to do with different screen size, symlinks and or 4.03 as base. Ill mess around for a bit. I'm not sure if your just trying to get 4.04. I managed to port Desire S 4.0.4 but it was slow and the camera didn't work as I said.
bandit97 said:
Yeah I've been trying without luck as well. It probably has to do with different screen size, symlinks and or 4.03 as base. Ill mess around for a bit. I'm not sure if your just trying to get 4.04. I managed to port Desire S 4.0.4 but it was slow and the camera didn't work as I said.
Click to expand...
Click to collapse
I'm really only trying to get Sense 4.1 lite.
MameTozhio said:
I'm really only trying to get Sense 4.1 lite.
Click to expand...
Click to collapse
I got http://forum.xda-developers.com/showthread.php?t=2006392 working. For myself. Thats the one I had problems with though. You need to gut a lot of stuff out of it. And I don't know if he would allow public porting or not. If you want help we could do it together. I still have a booting rom from that. I know a bit more now so I think I could do it better.
bandit97 said:
I got http://forum.xda-developers.com/showthread.php?t=2006392 working. For myself. Thats the one I had problems with though. You need to gut a lot of stuff out of it. And I don't know if he would allow public porting or not. If you want help we could do it together. I still have a booting rom from that. I know a bit more now so I think I could do it better.
Click to expand...
Click to collapse
Yeah, I've also got my own method of porting that doesn't require a lot of gutting and produces a working ROM. It just doesn't work for Desire X sense ports..

Categories

Resources