PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 (http://forum.ppcgeeks.com/forumdisplay.php?f=179)
-   -   [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference! (http://forum.ppcgeeks.com/showthread.php?t=114400)

docnas 02-11-2011 06:45 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
lets see i was lazy and used ndno's frxo4 zip and if im not mistaken jit is disabled what was the line to check for in the build.prop again?

dalvik.vm.execution-mode=int:fast means JIT is not enabled right?

link to the post where i got it from

http://forum.ppcgeeks.com/tp2-androi...ml#post2045705

arrrghhh 02-11-2011 06:48 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by docnas (Post 2054888)
lets see i was lazy and used ndno's frxo4 zip and if im not mistaken jit is disabled what was the line to check for in the build.prop again?

dalvik.vm.execution-mode=int:fast means JIT is not enabled right?

link to the post where i got it from

http://forum.ppcgeeks.com/tp2-androi...ml#post2045705

Let's make damn sure.

Do you have adb?
Code:

adb shell
then
Code:

logcat |grep -i jit
- let that run for a couple of minutes, you should literally see nothing if JIT is disabled. Open a few apps, swipe around on the screen just to be sure. If JIT is enabled, you'll see lines about JIT tables being resized etc.

FYI, that is the line in the build.prop - but if that is commented out, or if you're mounting another build.prop... The adb method is a sure-fire way to ensure whether or not JIT is disabled.

docnas 02-11-2011 06:51 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
im at a hospital comp so cant use abd here can i use the terminal emulator to the same effect?

arrrghhh 02-11-2011 07:01 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by docnas (Post 2054896)
im at a hospital comp so cant use abd here can i use the terminal emulator to the same effect?

Probably. Might be hard to get the | in there tho... unless you have F22's new rootfs :p.

docnas 02-11-2011 07:06 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
unfortunaly i didnt remember that i just took the newest rootfs of the build site 2/10 (2nd one)


well i l check it when i get home, it has only happened once but i thought id ask as its painful having to boot into WM and then into android

docnas 02-11-2011 07:09 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
actually i got lucky and had it in my sd card i booted with it and used terminal emulator but got an error with the logcat ie

unable to open log device '/dev/log/main' : Permission denied

docnas 02-11-2011 07:10 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
and the | is "fn+y" key

rpierce99 02-11-2011 07:24 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by docnas (Post 2054907)
actually i got lucky and had it in my sd card i booted with it and used terminal emulator but got an error with the logcat ie

unable to open log device '/dev/log/main' : Permission denied

You may need to be root to logcat, I'm not sure, so try su<enter> before logcat.

ndno 02-12-2011 04:35 AM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Hey arrrghhh, just saw this from StineBD: XDAndroid Gingerbread available for testing!

xda-developers - View Single Post - [UPDATED 02/07][DEV - Camera (Diamond, Blackstone, Raphael, Rhodium ) ] Camera tests

Any difference in speed improvement? Found this Froyo vs Gingerbread comparison:
Difference Between Android 2.2 (Froyo) and Android 2.3 (Gingerbread) | Difference Between | Android 2.2 (Froyo) vs Android 2.3 (Gingerbread)

Looks exciting!

arrrghhh 02-12-2011 04:11 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by ndno (Post 2055065)
Hey arrrghhh, just saw this from StineBD: XDAndroid Gingerbread available for testing!

xda-developers - View Single Post - [UPDATED 02/07][DEV - Camera (Diamond, Blackstone, Raphael, Rhodium ) ] Camera tests

Any difference in speed improvement? Found this Froyo vs Gingerbread comparison:
Difference Between Android 2.2 (Froyo) and Android 2.3 (Gingerbread) | Difference Between | Android 2.2 (Froyo) vs Android 2.3 (Gingerbread)

Looks exciting!

Way faster. I posted a complete bundle here if anyone is interested!

chunnel 02-13-2011 12:06 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
I have been unable to install the 1/23 update on the SD card. It just says that it can't install, do you want to try again. I have, however, been able to reinstall the previous update, just to be sure that it's not my card.

I have also tried to use "Update" from the previous install and while that worked successfully, after I tried to run it, I kept seeing the following during install;
"Searching for SD Card"
"Searching for SD Card"
"Searching for SD Card"... ad infinitum

tacotoy 02-13-2011 02:28 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
go back in the thread...... multiple times people have said that the .cab is broken and you will need to install the .rar , which honestly is easier to do anyways. if you need a startup app you can download that separately and run from that so it creates the startup.txt for you

demonlordoftheround 02-13-2011 04:45 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by chunnel (Post 2055518)
I have been unable to install the 1/23 update on the SD card. It just says that it can't install, do you want to try again. I have, however, been able to reinstall the previous update, just to be sure that it's not my card.

I have also tried to use "Update" from the previous install and while that worked successfully, after I tried to run it, I kept seeing the following during install;
"Searching for SD Card"
"Searching for SD Card"
"Searching for SD Card"... ad infinitum

Do you have this line in your Startup file?

msmsdcc_1bit msmsdcc_fmax=14000000

The latest Kernel needs this. I put it in the first cmdline after the quotation mark.

tiad8 02-15-2011 03:15 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
@ STINEBD OR ARRR

hi, guys

just a though. guys why xdandroid does not have different builds for CDMA AND GSM?. example (FRX04) one for CDMA and another for GSM. i know all xdandroid builds have everything included it for all devices. most people on ppc have CDMA and most people at XDA have GSM. maybe it's harder to maintain two builds. this is just an idea. i know
people have different issue. different performance, different results. keep every one happy, if we are going to atack an issue we know where is coming from. you know CDMA OR GSM. i think people will
have different result and better performance.

THIS JUST AN IDEA GUYS. THANKS

arrrghhh 02-15-2011 03:17 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by tiad8 (Post 2056547)
@ STINEBD OR ARRR

hi, guys

just a though. guys why xdandroid does not have different builds for CDMA AND GSM?. example (FRX04) one for CDMA and another for GSM. i know all xdandroid builds have everything included it for all devices. most people on ppc have CDMA and most people at XDA have GSM. maybe it's harder to maintain two builds. this is just an idea. i know
people have different issue. different performance, different results. keep every one happy, if we are going to atack an issue we know where is coming from. you know CDMA OR GSM. i think people will
have different result and better performance.

THIS JUST AN IDEA GUYS. THANKS

What benefit would that have?

We're going to be breaking out boardfiles for CDMA and GSM, but different builds... doesn't make sense at all. Then you run into problems where GSM users run CDMA builds, visa-versa... etc. It'll just make it more confusing IMHO.

tiad8 02-15-2011 03:38 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by arrrghhh (Post 2056551)
What benefit would that have?

We're going to be breaking out boardfiles for CDMA and GSM, but different builds... doesn't make sense at all. Then you run into problems where GSM users run CDMA builds, visa-versa... etc. It'll just make it more confusing IMHO.

What benefit would that have?.... NOT MIXING SERVICES CDMA AND GSM. KERNELS, ROOFTS. ETC...

but different builds... doesn't make sense at all... SORRY LET ME REPHRASE MYSELF FRX04 ONE FOR CDMA AND THE OTHER FOR GSM. DIFFERENT SERVICE.

just a though. no biggy

THANKS

arrrghhh 02-15-2011 03:56 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by tiad8 (Post 2056564)
What benefit would that have?.... NOT MIXING SERVICES CDMA AND GSM. KERNELS, ROOFTS. ETC...

but different builds... doesn't make sense at all... SORRY LET ME REPHRASE MYSELF FRX04 ONE FOR CDMA AND THE OTHER FOR GSM. DIFFERENT SERVICE.

just a though. no biggy

THANKS

Eh, we'll see what happens when the boardfiles split. Not really much we can do until that happens.

Probably really won't matter until we're flashing NAND builds.

jihad.mus 12-25-2011 02:45 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
thank you very mush

Sc/ant864 12-26-2011 04:09 PM

^^ Holy ancient thread bump!!

Sent from my ppcT7380 Ti/FRX06-07 via PPCG app

kingmanex 02-08-2012 10:53 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
SO, IS ANDROID NOW WORKING FULLY ON THE TP2? I JUST CANT DO WITHOUT MY 3.5MM JACK WITH BEATS BY DR DRE. LOL

arrrghhh 02-08-2012 10:56 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
Quote:

Originally Posted by kingmanex (Post 2167837)
SO, IS ANDROID NOW WORKING FULLY ON THE TP2? I JUST CANT DO WITHOUT MY 3.5MM JACK WITH BEATS BY DR DRE. LOL

THE 3.5MM JACK WORKS, YES.

WHY ARE WE SCREAMING?

and bumping old threads... :rolleyes:

fixxxer2012 02-09-2012 06:39 PM

Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!
 
closed per request.


All times are GMT -4. The time now is 02:15 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0