[Q] Sense Gingerbread

zhuoyang

Senior Member
May 4, 2009
431
215
63
Ampang
Do anyone think it is possible to run Sense + Gingerbread on our aria ?

or

can we just flash Wildfire S Rom in our aria ? cause the hardware is very similar:) !
 

tpbklake

Senior Member
Aug 1, 2007
3,887
1,700
0
Do anyone think it is possible to run Sense + Gingerbread on our aria ?

or

can we just flash Wildfire S Rom in our aria ? cause the hardware is very similar:) !
The leaked Wildfire S ROM that is suppose to have Gingerbread + Sense appears to need more space allocated to the /system partition than the Aria currently has. My attempts to build a custom ROM using the Wildfire S ROM pieces have all failed when flashing the /system partition.
 

loursonbrun

Senior Member
Oct 21, 2010
70
6
0
in the thread he said its the same kernel that the leak came with
Hi drowningchild, can we have that link? I have flashed a version of the ROM, basically I deleted a lot of "bloat-ware", but I didn't boot...maybe kernel changes will be necessary...eitherway I would like to try that version...thanks.
 

loursonbrun

Senior Member
Oct 21, 2010
70
6
0
script is supposed to be edify did you use cwm3?

plus sdcard wont work unless you replace the vold.fstab in /system/etc
Hmm, isn't the CM7 upgrade script edify-ed already ? according to the syntax I've seen, it looks to me that is the case....I may be completely wrong though...

I was able to flash the zip file using CWR 2.5.0.1. without problems, I just couldn't get pass the "HTC" white screen.

Then I changed vold.fstab file and the boot.img file with the ones the CM7 ROM comes with and it got up to the "quietly brilliant" boot animation, but then it starts looping...according to this it may seem like we would not need CWR3 to have it flashed, but we may need to look at the kernel or whatever it causing the loop...

I avow as of today I do not have the knowledge to do this, so I leave it up to you more experienced guys...let me know if you want my zip file...

Btw, I just plugged in my data cable and I get a root shell display, logcat displays a lot of information very similar to the one I got when trying to install Gene Pole's Liberated ROM without having wiped data...and yes, just in case you ask yourselves I have wiped data, cache, sd-ext, dalvik, etc, all that can be wiped before I flashed...

For example I get this running a couple of commands while the boot animation is looping

# mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
tmpfs /app-cache tmpfs rw,relatime,size=8192k 0 0
/dev/block/mtdblock3 /system yaffs2 ro,relatime 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
# df
df
/dev: 149184K total, 32K used, 149152K available (block size 4096)
/mnt/asec: 149184K total, 0K used, 149184K available (block size 4096)
/mnt/obb: 149184K total, 0K used, 149184K available (block size 4096)
/app-cache: 8192K total, 0K used, 8192K available (block size 4096)
/system: 245760K total, 196104K used, 49656K available (block size 4096)
/data: 189568K total, 71132K used, 118436K available (block size 4096)
/cache: 40960K total, 1212K used, 39748K available (block size 4096)

*****************************
$$$ An extract of logcat messages $$$
*****************************

# logcat *:E
logcat *:E
--------- beginning of /dev/log/system
E/AndroidRuntime( 2242): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2242): java.lang.NoClassDefFoundError: com.htc.res.HtcResources
E/AndroidRuntime( 2242): at com.android.internal.policy.impl.KeyguardUpdateMonitor.<init>(KeyguardUpdateMonitor.java:226)
E/AndroidRuntime( 2242): at com.android.internal.policy.impl.KeyguardViewMediator.<init>(KeyguardViewMediator.java:316)
E/AndroidRuntime( 2242): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:707)
E/AndroidRuntime( 2242): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:637)
E/AndroidRuntime( 2298): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2298): java.lang.NoClassDefFoundError: com.htc.res.HtcResources
E/AndroidRuntime( 2298): at com.android.internal.policy.impl.KeyguardUpdateMonitor.<init>(KeyguardUpdateMonitor.java:226)
E/AndroidRuntime( 2298): at com.android.internal.policy.impl.KeyguardViewMediator.<init>(KeyguardViewMediator.java:316)
E/AndroidRuntime( 2298): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:707)
E/AndroidRuntime( 2298): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:637)
--------- beginning of /dev/log/main
E/AndroidRuntime( 2354): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2354): java.lang.NoClassDefFoundError: com.htc.res.HtcResources
E/AndroidRuntime( 2354): at com.android.internal.policy.impl.KeyguardUpdateMonitor.<init>(KeyguardUpdateMonitor.java:226)
E/AndroidRuntime( 2354): at com.android.internal.policy.impl.KeyguardViewMediator.<init>(KeyguardViewMediator.java:316)
E/AndroidRuntime( 2354): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:707)
E/AndroidRuntime( 2354): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:637)
E/installd( 82): eof
E/installd( 82): failed to read size
E/HTC Acoustic( 2387): Fail to open /system/etc/AudioPara_ATT.csv -1.
E/AudioPolicyManagerBase( 2387): Could not open support_back_mic()
E/ATRecorder( 2389): com.htc.autotest.dlib.RecordEngine in loader [email protected]
E/Zygote ( 2389): setreuid() failed. errno: 17
E/BatteryService( 2410): wirelessOnlinePath not found
E/libEGL ( 2410): eglSetSwapRectangleANDROID:1816 error 3008 (EGL_BAD_DISPLAY)
E/SensorService( 2410): couldn't open device for module sensors (Invalid argument)
E/HtcBootAnimation( 2424): Could not find width.
E/HtcBootAnimation( 2424): Could not find height.
E/HtcBootAnimation( 2424): Could not find framerate.
E/HtcBootAnimation( 2424): Could not find part1.
E/HtcBootAnimation( 2424): Could not find part2.
E/HtcBootAnimation( 2424): Could not find part3.
E/HtcBootAnimation( 2424): Could not find audio.
E/HtcBootAnimation( 2424): sqlite3_open error
E/SurfaceFlinger( 2410): eglSwapBuffers: EGL error 0x3008 (EGL_BAD_DISPLAY)
E/Database( 2410): dbopen(): path = /data/system/accounts.db, free size = 115
E/Database( 2410): dbopen(): path = /data/data/com.android.providers.settings/databases/settings.db, free size = 115
E/lights ( 2410): [LedErr] open_lights no mattched name bluetooth
E/LightsService( 2410): [LedErr] get_device bluetooth is reutrn NULL
E/lights ( 2410): [LedErr] open_lights no mattched name wifi
E/LightsService( 2410): [LedErr] get_device wifi is reutrn NULL
E/AndroidRuntime( 2410): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2410): java.lang.NoClassDefFoundError: com.htc.res.HtcResources
E/AndroidRuntime( 2410): at com.android.internal.policy.impl.KeyguardUpdateMonitor.<init>(KeyguardUpdateMonitor.java:226)
E/AndroidRuntime( 2410): at com.android.internal.policy.impl.KeyguardViewMediator.<init>(KeyguardViewMediator.java:316)
E/AndroidRuntime( 2410): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:707)
E/AndroidRuntime( 2410): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:637)
E/installd( 82): eof
E/installd( 82): failed to read size
E/HTC Acoustic( 2443): Fail to open /system/etc/AudioPara_ATT.csv -1.
E/AudioPolicyManagerBase( 2443): Could not open support_back_mic()
E/ATRecorder( 2445): com.htc.autotest.dlib.RecordEngine in loader [email protected]
E/Zygote ( 2445): setreuid() failed. errno: 17
E/BatteryService( 2466): wirelessOnlinePath not found
E/libEGL ( 2466): eglSetSwapRectangleANDROID:1816 error 3008 (EGL_BAD_DISPLAY)
E/SensorService( 2466): couldn't open device for module sensors (Invalid argument)
E/HtcBootAnimation( 2480): Could not find width.
E/HtcBootAnimation( 2480): Could not find height.
E/HtcBootAnimation( 2480): Could not find framerate.
E/HtcBootAnimation( 2480): Could not find part1.
E/HtcBootAnimation( 2480): Could not find part2.
E/HtcBootAnimation( 2480): Could not find part3.
E/HtcBootAnimation( 2480): Could not find audio.
E/SurfaceFlinger( 2466): eglSwapBuffers: EGL error 0x3008 (EGL_BAD_DISPLAY)
E/HtcBootAnimation( 2480): sqlite3_open error
E/Database( 2466): dbopen(): path = /data/system/accounts.db, free size = 115
E/Database( 2466): dbopen(): path = /data/data/com.android.providers.settings/databases/settings.db, free size = 115
E/lights ( 2466): [LedErr] open_lights no mattched name bluetooth
E/LightsService( 2466): [LedErr] get_device bluetooth is reutrn NULL
E/lights ( 2466): [LedErr] open_lights no mattched name wifi
E/LightsService( 2466): [LedErr] get_device wifi is reutrn NULL
E/AlarmManager( 2466): Delay 1st clock 60 seconds 1300420920000:1300420977260
E/AndroidRuntime( 2466): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2466): java.lang.NoClassDefFoundError: com.htc.res.HtcResources
E/AndroidRuntime( 2466): at com.android.internal.policy.impl.KeyguardUpdateMonitor.<init>(KeyguardUpdateMonitor.java:226)
E/AndroidRuntime( 2466): at com.android.internal.policy.impl.KeyguardViewMediator.<init>(KeyguardViewMediator.java:316)
E/AndroidRuntime( 2466): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:707)
E/AndroidRuntime( 2466): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:637)
E/installd( 82): eof
E/installd( 82): failed to read size
E/HTC Acoustic( 2499): Fail to open /system/etc/AudioPara_ATT.csv -1.
E/AudioPolicyManagerBase( 2499): Could not open support_back_mic()
E/ATRecorder( 2501): com.htc.autotest.dlib.RecordEngine in loader [email protected]
E/Zygote ( 2501): setreuid() failed. errno: 17
E/BatteryService( 2523): wirelessOnlinePath not found
E/libEGL ( 2523): eglSetSwapRectangleANDROID:1816 error 3008 (EGL_BAD_DISPLAY)
E/SensorService( 2523): couldn't open device for module sensors (Invalid argument)
E/SurfaceFlinger( 2523): eglSwapBuffers: EGL error 0x3008 (EGL_BAD_DISPLAY)
E/HtcBootAnimation( 2537): Could not find width.
E/HtcBootAnimation( 2537): Could not find height.
E/HtcBootAnimation( 2537): Could not find framerate.
E/HtcBootAnimation( 2537): Could not find part1.
E/HtcBootAnimation( 2537): Could not find part2.
E/HtcBootAnimation( 2537): Could not find part3.
E/HtcBootAnimation( 2537): Could not find audio.
E/HtcBootAnimation( 2537): sqlite3_open error
E/Database( 2523): dbopen(): path = /data/system/accounts.db, free size = 115
E/Database( 2523): dbopen(): path = /data/data/com.android.providers.settings/databases/settings.db, free size = 115
E/lights ( 2523): [LedErr] open_lights no mattched name bluetooth
E/LightsService( 2523): [LedErr] get_device bluetooth is reutrn NULL
E/lights ( 2523): [LedErr] open_lights no mattched name wifi
E/LightsService( 2523): [LedErr] get_device wifi is reutrn NULL
E/AndroidRuntime( 2523): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2523): java.lang.NoClassDefFoundError: com.htc.res.HtcResources
E/AndroidRuntime( 2523): at com.android.internal.policy.impl.KeyguardUpdateMonitor.<init>(KeyguardUpdateMonitor.java:226)
E/AndroidRuntime( 2523): at com.android.internal.policy.impl.KeyguardViewMediator.<init>(KeyguardViewMediator.java:316)
E/AndroidRuntime( 2523): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:707)
E/AndroidRuntime( 2523): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:637)
E/installd( 82): eof
E/installd( 82): failed to read size
E/HTC Acoustic( 2556): Fail to open /system/etc/AudioPara_ATT.csv -1.
E/AudioPolicyManagerBase( 2556): Could not open support_back_mic()
E/ATRecorder( 2558): com.htc.autotest.dlib.RecordEngine in loader [email protected]
E/Zygote ( 2558): setreuid() failed. errno: 17
E/BatteryService( 2579): wirelessOnlinePath not found
E/libEGL ( 2579): eglSetSwapRectangleANDROID:1816 error 3008 (EGL_BAD_DISPLAY)
E/SensorService( 2579): couldn't open device for module sensors (Invalid argument)
E/SurfaceFlinger( 2579): eglSwapBuffers: EGL error 0x3008 (EGL_BAD_DISPLAY)
E/HtcBootAnimation( 2593): Could not find width.
E/HtcBootAnimation( 2593): Could not find height.
E/HtcBootAnimation( 2593): Could not find framerate.
E/HtcBootAnimation( 2593): Could not find part1.
E/HtcBootAnimation( 2593): Could not find part2.
E/HtcBootAnimation( 2593): Could not find part3.
E/HtcBootAnimation( 2593): Could not find audio.
E/HtcBootAnimation( 2593): sqlite3_open error
 
Last edited:
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone