[prj][Released][Android SuperFroyo RC2][Fast]

Search This thread

neopeek

Senior Member
Oct 4, 2006
497
86
EDIT 11-09-2010:

It is done! This one here dated 11th September 2010 is so far the fastest running Port I have made. Indeed it runs like hell on my Diamond. This one is RC2 and close to final. The Base has changed completely. RC1 used Incubus's SuperFroyo-ROM. Now, RC2 is using Super@tmel's SuperFroyo-ROM and has a great Superman-Styled-Theme.

What's working on my Diamond:
WiFi, Data, Bluetooth, Market, Sd-Card, this & that

Notice:
This build has disactivated compcache - but runs fast w/o it! To activate it you may use terminal. If you are kind enough then just play around with swapper2 and let me know what works best for you: Compcache or Swap?

Neopeek's SuperFroyo RC2 Port [CyanogenMod6]
 
Last edited:

howeasy

Senior Member
Apr 9, 2010
102
3
New York
Hopefully tonight since I've got work tomorrow. ;D

Is this based off CyanogenMod in the sense that I'll be able to change font colors and such easily?
 

zeta1988

Senior Member
Dec 24, 2009
51
2
hainan
as stated in my cyanogen-thread i will wait for rc4 / final before bringing a new cm6-port out. In the meantime i didn't also sleep much cause i was working on some other builds, too. Soon i will release a few bugfix-updates on all my eclair-ports. So said maybe some of you remember my supereclair-port from incubus? Hehe now i ported superfroyo from incubus successfully. Just polishing it up a lil bit and updating some things so it works well. So far everything is working - except bluetooth but just a matter of time. Speed is good - really good.

So now countdown! I will release it maybe today or tomorrow!

Here is the link to incubus's thread:

superfroyo


great job!!! Thx```
 

neopeek

Senior Member
Oct 4, 2006
497
86
RC1 of SuperFroyo is available (see first post). As CM& Stable is now available I hope that some of you try out SuperFroyo and report bugs so I can fix 'em some days later. Except Bluetooth everything worked well for me in SuperFroyo although Compache and Jit are disabled by default. But it runs quite fast. Try it out yourself
 

daeinnor

Senior Member
Aug 31, 2009
398
58
Manila, Philippines
The wi-fi does work! The taskbar icon appears after you go to wi-fi setting and enter password.

GMail & Marketplace now works as well.
Sync to office Kerio mail server works.
Speakerphone works.
Most basic phone feature works.
Can't test GPS at the moment as I'm indoor.

Pressing Home button (power) brings up overview of all the 3 screens ... interesting? A feature of LauncherPro?

Hope the bluetooth issue get's resolve soon.

Thanks vatoloco for this RC1 build, this should be a good solid framework to the direction of a fast stable Android.
 
Last edited:

TPro6700

Member
Nov 30, 2008
16
2
performance results

On a RAPH800 (Telus Touch Pro)

- wifi works
- marketplace works
- quadrant benchmark of 342
- gets really hot (with or without wifi on)
- exchange server sync works
- seems to be about same speed as xandroid (2.2 from Aug. 18)
- phone works

Not sure what else I should be testing. With it getting so hot, I've switched back to Xandroid for the moment.

Update on the speed testing - XAndroid of 449 on quadrant benchmark, so it seems a little faster currently.
 
Last edited:

howeasy

Senior Member
Apr 9, 2010
102
3
New York
I encountered a pretty big bug.

When you power off the phone with Wifi enabled the next time you launch Haret you will be stuck at a boot loop.
Apparently its having trouble starting wifi on boot, it just doesnt work.
Code:
D/Tethering( 1193): tiwlan0 is not a tetherable iface, ignoring
D/wlan_loader( 1327): adapter tiwlan0, eeprom /data/wifi-calibration, init /etc/wifi/tiwlan.ini, firmware /etc/wifi/Fw1251r1c.bin
W/dalvikvm( 1193): threadid=19: thread exiting with uncaught exception (group=0x400207f0)
E/AndroidRuntime( 1193): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 1193): java.lang.NullPointerException
E/AndroidRuntime( 1193): 	at android.app.StatusBarManager.disable(StatusBarManager.java:76)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator.adjustStatusBarLocked(KeyguardViewMediator.java:1054)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:983)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator.access$700(KeyguardViewMediator.java:94)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java:847)
E/AndroidRuntime( 1193): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1193): 	at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1193): 	at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:606)
I/ActivityManager( 1193): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.fede.launcher/.Launcher }
D/wlan_loader( 1327): Configuring adapter
I/ActivityManager( 1193): Launching preboot mode app: ProcessRecord{441a5578 1321:com.android.providers.calendar/10028}
I/Process ( 1193): Sending signal. PID: 1193 SIG: 9
D/BootAnimation( 1202): SurfaceFlinger died, exiting...
 
Last edited:

minimotardsp

Member
May 20, 2009
24
1
I encountered a pretty big bug.

When you power off the phone with Wifi enabled the next time you launch Haret you will be stuck at a boot loop.
Apparently its having trouble starting wifi on boot, it just doesnt work.
Code:
D/Tethering( 1193): tiwlan0 is not a tetherable iface, ignoring
D/wlan_loader( 1327): adapter tiwlan0, eeprom /data/wifi-calibration, init /etc/wifi/tiwlan.ini, firmware /etc/wifi/Fw1251r1c.bin
W/dalvikvm( 1193): threadid=19: thread exiting with uncaught exception (group=0x400207f0)
E/AndroidRuntime( 1193): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 1193): java.lang.NullPointerException
E/AndroidRuntime( 1193): 	at android.app.StatusBarManager.disable(StatusBarManager.java:76)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator.adjustStatusBarLocked(KeyguardViewMediator.java:1054)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:983)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator.access$700(KeyguardViewMediator.java:94)
E/AndroidRuntime( 1193): 	at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java:847)
E/AndroidRuntime( 1193): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1193): 	at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1193): 	at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:606)
I/ActivityManager( 1193): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.fede.launcher/.Launcher }
D/wlan_loader( 1327): Configuring adapter
I/ActivityManager( 1193): Launching preboot mode app: ProcessRecord{441a5578 1321:com.android.providers.calendar/10028}
I/Process ( 1193): Sending signal. PID: 1193 SIG: 9
D/BootAnimation( 1202): SurfaceFlinger died, exiting...


i have your problem
 

kgpp2293

Senior Member
Feb 11, 2010
138
8
Melbourne
rom is very snappy everythings quick besides default browser but this could be because of stock processor speed. i get force close for google services framework (process com.google.process.gapps) alot

3G,calls,sms,mms all work
GPS havnt tested
Market place works fine
wifi cant seem to get to work not sure why
email and gmail app work
also when i was in initial setup of the phone it wouldnt connect to my google account
 
Last edited: