Jump to content

[ROMs] [gen1/gen2] Various 2.3.x roms for ZTE Racer


Guest equiliym

Recommended Posts

Guest racer_guru

have you flashed gapps pack? the system partition should have at least 30mb free when you flash the rom, gapps shouldnt be more than 10mb so there shouldnt be any problem.. if that wont work, try different gapps pack, you can download some on raceroms too

yep its workn nw

Link to comment
Share on other sites

Guest equiliym

we already have a mokee port

edit: just download mokee for racer and that mokee for skate, replace app and framework folder and flash on racer, it might actually work since they are both mokee roms

Edited by equiliym
Link to comment
Share on other sites

Guest equiliym

But ....i like the honey comb UI ...very much. ...it's so beautiful ...and what makes 3.0 to look like 2.1

resolution.. when you make 3.0 go on 240x320 screen like our racer has it totally goes on casual look.. try flashing that 4pda honeycomb image and see, totally common 2.1 screen, even the statusbar is white and has those regular icons and stuff

Link to comment
Share on other sites

Guest Rahulsingh190

Equiliym u said that there is no source available for 3.0 source ...so no further development is possible....but if we Google we may get a leaked source ....& then it may be possible to port 3.0o

Link to comment
Share on other sites

Guest equiliym

google never released 3.0.. did you notice there is no cm8? cm7>cm9>cm10.. honeycomb was never opensource, you could port only sdk image and that would be roughly done without much progress.. i tried many times, 0 success

Link to comment
Share on other sites

Guest racer_guru

we already have a mokee port

edit: just download mokee for racer and that mokee for skate, replace app and framework folder and flash on racer, it might actually work since they are both mokee roms

thank u v much i m gonna try it 2day..hope it works..

Link to comment
Share on other sites

Guest alves_369

thank u v much i m gonna try it 2day..hope it works..

i replace the folders and instal the rom and when i go to "phone" to do a call

"error android.process.acore "

how can i fix that?

Link to comment
Share on other sites

Guest alves_369

open up your logcat and see why does the phone crash.. once you have a log and know why that happens, it can be easier to fix

i replace contacts.apk and contactsprovider.apk and the problem is solved but i can't go to call log =(

Link to comment
Share on other sites

Guest Rahulsingh190

Equiliym can u make a cm 7 with LCD density of 110 because when i change screen density from build.prop ....density changes & phone looks awesome but everything starts Force Closing ....plz do that..

Link to comment
Share on other sites

Guest thumbler

>just download mokee for racer and that mokee for skate, replace app and framework folder and flash on racer<

I had a quick go at this too...

-acore died whenever I brought up the phone or contacts.

-included terminal never presented a console, though status bar said was running. (Installed Connectbot worked ok)

-phone unexpectedly rebooted while using gallery.

-lots of green-screen, even with animations off.

So it's close, but not quite there. It still looks pretty, IMO, with a few nice interface tweaks on plain CM.

Here's logcat, opening contacts...

I/ActivityManager( 1221): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.DialtactsContactsEntryActivity bnds=[48,273][96,320] } from pid 1810

I/ActivityManager( 1221): Start proc android.process.acore for activity com.android.contacts/.DialtactsContactsEntryActivity: pid=1824 uid=10001 gids={3003, 1015}

D/szipinf ( 1824): Initializing inflate state

I/ActivityThread( 1824): Pub user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider

I/ActivityThread( 1824): Pub com.android.social: com.android.providers.contacts.SocialProvider

I/ActivityThread( 1824): Pub applications: com.android.providers.applications.ApplicationsProvider

I/ActivityThread( 1824): Pub contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2

I/Database( 1824): sqlite returned: error code = 0, msg = Recovered 82 frames from WAL file /data/data/com.android.providers.contacts/databases/contacts2.db-wal

D/dalvikvm( 1824): GC_CONCURRENT freed 159K, 47% free 2996K/5639K, external 0K/0K, paused 4ms+12ms

I/ActivityThread( 1824): Pub call_log: com.android.providers.contacts.CallLogProvider

D/dalvikvm( 1824): GC_EXTERNAL_ALLOC freed 46K, 46% free 3086K/5639K, external 0K/0K, paused 53ms

D/dalvikvm( 1824): GC_EXTERNAL_ALLOC freed 28K, 46% free 3099K/5639K, external 1K/513K, paused 49ms

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050d580 enabled= false

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050d580 enabled= false

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050e158 enabled= false

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050e158 enabled= true

D/dalvikvm( 1824): GC_EXTERNAL_ALLOC freed 22K, 45% free 3145K/5639K, external 492K/859K, paused 65ms

D/AndroidRuntime( 1824): Shutting down VM

W/dalvikvm( 1824): threadid=1: thread exiting with uncaught exception (group=0x40018560)

E/AndroidRuntime( 1824): FATAL EXCEPTION: main

E/AndroidRuntime( 1824): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.TwelveKeyDialer}: java.lang.NullPointerException

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)

E/AndroidRuntime( 1824): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)

E/AndroidRuntime( 1824): at android.app.ActivityThread.access$1500(ActivityThread.java:123)

E/AndroidRuntime( 1824): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)

E/AndroidRuntime( 1824): at android.os.Handler.dispatchMessage(Handler.java:99)

E/AndroidRuntime( 1824): at android.os.Looper.loop(Looper.java:130)

E/AndroidRuntime( 1824): at android.app.ActivityThread.main(ActivityThread.java:3835)

E/AndroidRuntime( 1824): at java.lang.reflect.Method.invokeNative(Native Method)

E/AndroidRuntime( 1824): at java.lang.reflect.Method.invoke(Method.java:507)

E/AndroidRuntime( 1824): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)

E/AndroidRuntime( 1824): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)

E/AndroidRuntime( 1824): at dalvik.system.NativeStart.main(Native Method)

E/AndroidRuntime( 1824): Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.TwelveKeyDialer}: java.lang.NullPointerException

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)

E/AndroidRuntime( 1824): at android.app.ActivityThread.startActivityNow(ActivityThread.java:1598)

E/AndroidRuntime( 1824): at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:127)

E/AndroidRuntime( 1824): at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:339)

E/AndroidRuntime( 1824): at com.android.contacts.DialtactsActivity.getViewByIntent(DialtactsActivity.java:222)

E/AndroidRuntime( 1824): at com.android.contacts.DialtactsActivity.setupDialerTab(DialtactsActivity.java:230)

E/AndroidRuntime( 1824): at com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java:99)

E/AndroidRuntime( 1824): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)

E/AndroidRuntime( 1824): ... 11 more

E/AndroidRuntime( 1824): Caused by: java.lang.NullPointerException

E/AndroidRuntime( 1824): at com.android.contacts.TwelveKeyDialer.onCreate(TwelveKeyDialer.java:784)

E/AndroidRuntime( 1824): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)

E/AndroidRuntime( 1824): ... 19 more

W/ActivityManager( 1221): Force finishing activity com.android.contacts/.DialtactsContactsEntryActivity

E/DropBoxManagerService( 1221): Can't write: system_app_crash

E/DropBoxManagerService( 1221): java.io.IOException: Can't list files: /data/system/dropbox

E/DropBoxManagerService( 1221): at com.android.server.DropBoxManagerService.init(DropBoxManagerService.java:552)

E/DropBoxManagerService( 1221): at com.android.server.DropBoxManagerService.add(DropBoxManagerService.java:162)

E/DropBoxManagerService( 1221): at android.os.DropBoxManager.addText(DropBoxManager.java:243)

E/DropBoxManagerService( 1221): at com.android.server.am.ActivityManagerService$12.run(ActivityManagerService.java:6901)

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

W/ActivityManager( 1221): Activity pause timeout for HistoryRecord{406ea5b8 com.android.contacts/.DialtactsContactsEntryActivity}

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/dalvikvm( 1824): GC_CONCURRENT freed 145K, 45% free 3285K/5959K, external 947K/1160K, paused 26ms+29ms

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

I/Process ( 1824): Sending signal. PID: 1824 SIG: 9

W/InputManagerService( 1221): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@405146e0

I/ActivityManager( 1221): Process android.process.acore (pid 1824) has died.

W/ActivityManager( 1221): Activity destroy timeout for HistoryRecord{406ea5b8 com.android.contacts/.DialtactsContactsEntryActivity}

______________________________

Replaced Contacts.apk and it sort-of worked, but with the same cosmetic glitch as in 0.3.

Link to comment
Share on other sites

Guest equiliym

yeah i remember that, i had to recompile contacts too when i ported mokee, its missing TwelveKeyDialer.xml in Contacts.apk.. not sure about DialtactsActivity, might be because of the missing xml too

Equiliym can u make a cm 7 with LCD density of 110 because when i change screen density from build.prop ....density changes & phone looks awesome but everything starts Force Closing ....plz do that..

why not just change grid size in adw settings or something.. phone goes glitchy when changing density.. you can try LCDensity from market but i dont think that would work... just change your grid to 5x5 or something.. i use 5x5 with removed dock, got my drawer on home key and looks nice

Link to comment
Share on other sites

Guest alves_369

>just download mokee for racer and that mokee for skate, replace app and framework folder and flash on racer<

I had a quick go at this too...

-acore died whenever I brought up the phone or contacts.

-included terminal never presented a console, though status bar said was running. (Installed Connectbot worked ok)

-phone unexpectedly rebooted while using gallery.

-lots of green-screen, even with animations off.

So it's close, but not quite there. It still looks pretty, IMO, with a few nice interface tweaks on plain CM.

Here's logcat, opening contacts...

I/ActivityManager( 1221): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.DialtactsContactsEntryActivity bnds=[48,273][96,320] } from pid 1810

I/ActivityManager( 1221): Start proc android.process.acore for activity com.android.contacts/.DialtactsContactsEntryActivity: pid=1824 uid=10001 gids={3003, 1015}

D/szipinf ( 1824): Initializing inflate state

I/ActivityThread( 1824): Pub user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider

I/ActivityThread( 1824): Pub com.android.social: com.android.providers.contacts.SocialProvider

I/ActivityThread( 1824): Pub applications: com.android.providers.applications.ApplicationsProvider

I/ActivityThread( 1824): Pub contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2

I/Database( 1824): sqlite returned: error code = 0, msg = Recovered 82 frames from WAL file /data/data/com.android.providers.contacts/databases/contacts2.db-wal

D/dalvikvm( 1824): GC_CONCURRENT freed 159K, 47% free 2996K/5639K, external 0K/0K, paused 4ms+12ms

I/ActivityThread( 1824): Pub call_log: com.android.providers.contacts.CallLogProvider

D/dalvikvm( 1824): GC_EXTERNAL_ALLOC freed 46K, 46% free 3086K/5639K, external 0K/0K, paused 53ms

D/dalvikvm( 1824): GC_EXTERNAL_ALLOC freed 28K, 46% free 3099K/5639K, external 1K/513K, paused 49ms

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050d580 enabled= false

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050d580 enabled= false

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050e158 enabled= false

D/ViewConsistency( 1824): AbsListView android.widget.ListView@4050e158 enabled= true

D/dalvikvm( 1824): GC_EXTERNAL_ALLOC freed 22K, 45% free 3145K/5639K, external 492K/859K, paused 65ms

D/AndroidRuntime( 1824): Shutting down VM

W/dalvikvm( 1824): threadid=1: thread exiting with uncaught exception (group=0x40018560)

E/AndroidRuntime( 1824): FATAL EXCEPTION: main

E/AndroidRuntime( 1824): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.TwelveKeyDialer}: java.lang.NullPointerException

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)

E/AndroidRuntime( 1824): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)

E/AndroidRuntime( 1824): at android.app.ActivityThread.access$1500(ActivityThread.java:123)

E/AndroidRuntime( 1824): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)

E/AndroidRuntime( 1824): at android.os.Handler.dispatchMessage(Handler.java:99)

E/AndroidRuntime( 1824): at android.os.Looper.loop(Looper.java:130)

E/AndroidRuntime( 1824): at android.app.ActivityThread.main(ActivityThread.java:3835)

E/AndroidRuntime( 1824): at java.lang.reflect.Method.invokeNative(Native Method)

E/AndroidRuntime( 1824): at java.lang.reflect.Method.invoke(Method.java:507)

E/AndroidRuntime( 1824): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)

E/AndroidRuntime( 1824): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)

E/AndroidRuntime( 1824): at dalvik.system.NativeStart.main(Native Method)

E/AndroidRuntime( 1824): Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.TwelveKeyDialer}: java.lang.NullPointerException

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)

E/AndroidRuntime( 1824): at android.app.ActivityThread.startActivityNow(ActivityThread.java:1598)

E/AndroidRuntime( 1824): at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:127)

E/AndroidRuntime( 1824): at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:339)

E/AndroidRuntime( 1824): at com.android.contacts.DialtactsActivity.getViewByIntent(DialtactsActivity.java:222)

E/AndroidRuntime( 1824): at com.android.contacts.DialtactsActivity.setupDialerTab(DialtactsActivity.java:230)

E/AndroidRuntime( 1824): at com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java:99)

E/AndroidRuntime( 1824): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)

E/AndroidRuntime( 1824): ... 11 more

E/AndroidRuntime( 1824): Caused by: java.lang.NullPointerException

E/AndroidRuntime( 1824): at com.android.contacts.TwelveKeyDialer.onCreate(TwelveKeyDialer.java:784)

E/AndroidRuntime( 1824): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)

E/AndroidRuntime( 1824): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)

E/AndroidRuntime( 1824): ... 19 more

W/ActivityManager( 1221): Force finishing activity com.android.contacts/.DialtactsContactsEntryActivity

E/DropBoxManagerService( 1221): Can't write: system_app_crash

E/DropBoxManagerService( 1221): java.io.IOException: Can't list files: /data/system/dropbox

E/DropBoxManagerService( 1221): at com.android.server.DropBoxManagerService.init(DropBoxManagerService.java:552)

E/DropBoxManagerService( 1221): at com.android.server.DropBoxManagerService.add(DropBoxManagerService.java:162)

E/DropBoxManagerService( 1221): at android.os.DropBoxManager.addText(DropBoxManager.java:243)

E/DropBoxManagerService( 1221): at com.android.server.am.ActivityManagerService$12.run(ActivityManagerService.java:6901)

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

W/ActivityManager( 1221): Activity pause timeout for HistoryRecord{406ea5b8 com.android.contacts/.DialtactsContactsEntryActivity}

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/dalvikvm( 1824): GC_CONCURRENT freed 145K, 45% free 3285K/5959K, external 947K/1160K, paused 26ms+29ms

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

D/szipinf ( 1824): Initializing inflate state

I/Process ( 1824): Sending signal. PID: 1824 SIG: 9

W/InputManagerService( 1221): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@405146e0

I/ActivityManager( 1221): Process android.process.acore (pid 1824) has died.

W/ActivityManager( 1221): Activity destroy timeout for HistoryRecord{406ea5b8 com.android.contacts/.DialtactsContactsEntryActivity}

______________________________

Replaced Contacts.apk and it sort-of worked, but with the same cosmetic glitch as in 0.3.

i have replace contacts.apk but i can´t go to call Log :S it is the only problem

Link to comment
Share on other sites

Guest equiliym

you have to decompile contacts and add the xml manually, you cant replace the whole apk, thats just like taking contacts from htc and putting it on samsung D:

Link to comment
Share on other sites

Guest alves_369

you have to decompile contacts and add the xml manually, you cant replace the whole apk, thats just like taking contacts from htc and putting it on samsung D:

i don't know how to do that, can you do that for me plase?

Link to comment
Share on other sites

Guest alves_369

is that for mokee rom for skate?

if i used the contacts.apk and contactsProvider.apk from zte skate i can't open the contacts, call log.. but i have replace that ...contacts e contacts provider from the mokee in the first page Rom V0.3.. and now full work call log too but after a call, the call log get the error android.process.acore :S

(my english is a S***)

Link to comment
Share on other sites

Guest equiliym

yeah that contacts and contactsprovider probably wants something from old framework-res and since you changed whole framework and app folders its fcing due to different structure/phone base

Link to comment
Share on other sites

Guest alves_369

yeah that contacts and contactsprovider probably wants something from old framework-res and since you changed whole framework and app folders its fcing due to different structure/phone base

can you edit the contacts and contactsprovider from zte skate to work?thank you for the help

Link to comment
Share on other sites

Guest equiliym

well i could but i dont really have much free time these days.. i cant even manage to release weekly cm7 roms, not to mention to port a different one and fix its errors :o

Link to comment
Share on other sites

Guest alves_369

well i could but i dont really have much free time these days.. i cant even manage to release weekly cm7 roms, not to mention to port a different one and fix its errors :o

i have time ;)

Thanks for the help you do that when you can ;)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.