[ROM] unofficial CM9 by jokersax 7/04/2012

Search This thread

Notorious544d

Senior Member
Aug 18, 2011
2,104
2,370
London
Holy crap!! This is the 2nd most popular thread on XDA!!!
15cyd75.jpg
 

epinter

Inactive Recognized Developer
Feb 26, 2011
906
7,347
Sao Paulo
www.linuxmobile.org
When I go to fingerprint sensor navigation option, the logcat reports this exception:

Code:
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amDeleteCredential:(Lcom/authentec/amjni/AMContextInterface;[B[BI)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amDeleteCredential:(Lcom/authentec/amjni/f;[B[BI)I
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amReplaceCredential:(Lcom/authentec/amjni/AMContextInterface;[B[BI[BILjava/lang/String;[B)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amReplaceCredential:(Lcom/authentec/amjni/f;[B[BI[BILjava/lang/String;[B)I
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amGetCredential:(Lcom/authentec/amjni/AMContextInterface;[B[B[B[II)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amGetCredential:(Lcom/authentec/amjni/f;[B[B[B[II)I
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amStoreCredential:(Lcom/authentec/amjni/AMContextInterface;[B[B[BILjava/lang/String;[BI[I)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amStoreCredential:(Lcom/authentec/amjni/f;[B[B[BILjava/lang/String;[BI[I)I
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amUninstallApplication:(Lcom/authentec/amjni/AMContextInterface;[B[B)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amUninstallApplication:(Lcom/authentec/amjni/f;[B[B)I
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amUpdateApplication:(Lcom/authentec/amjni/AMContextInterface;[B[BLjava/lang/String;[B)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amUpdateApplication:(Lcom/authentec/amjni/f;[B[BLjava/lang/String;[B)I
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amInstallApplicationEx:(Lcom/authentec/amjni/AMContextInterface;[B[BLjava/lang/String;[B[BIIIIIIIIII)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amInstallApplicationEx:(Lcom/authentec/amjni/f;[B[BLjava/lang/String;[B[BIIIIIIIIII)I
E/dalvikvm(11251): ERROR: couldn't find native method
E/dalvikvm(11251): Requested: Lcom/authentec/amjni/AuthentecMobile;.amInstallApplication:(Lcom/authentec/amjni/AMContextInterface;[B[BLjava/lang/String;[B)I
E/dalvikvm(11251): Candidate: Lcom/authentec/amjni/AuthentecMobile;.amInstallApplication:(Lcom/authentec/amjni/f;[B[BLjava/lang/String;[B)I
D/AMJNI   (11251):  <am2app> AMApplication_NavControlPanel start===== ===== ===== =====>
I/AMCfg   (11251): eth0 address as stored in memory: 0x8300190A
I/TrueSuiteMobile(11251): <GfxService> Starting screen 'app_navcpanel'
I/TrueSuiteMobile(11251): <DEBUG> Starting activity/service 'com.authentec.TrueSuiteMobile/com.authentec.GfxEngine.Control.GfxNavCPanelActivity'
I/TrueSuiteMobile(11251): <GfxPreferenceActivity> GfxPreferenceActivity::onCreate() -- server created
D/dalvikvm(11251): GC_CONCURRENT freed 551K, 9% free 9253K/10119K, paused 2ms+3ms
I/TrueSuiteMobile(11251): <GfxServer> InetSocketAddress in GfxServer = 127.0.0.1 : 15550
I/TrueSuiteMobile(11251): <GfxPreferenceActivity> start GfxPreferenceActivity success
I/TrueSuiteMobile(11251): <GfxNavCPanelActivity> onResume: is called
D/AndroidRuntime(11251): Shutting down VM
W/dalvikvm(11251): threadid=1: thread exiting with uncaught exception (group=0x409f61f8)
E/AndroidRuntime(11251): FATAL EXCEPTION: main
E/AndroidRuntime(11251): java.util.UnknownFormatConversionException: Conversion: 
E/AndroidRuntime(11251): 	at java.util.Formatter$FormatSpecifierParser.unknownFormatConversionException(Formatter.java:2304)
E/AndroidRuntime(11251): 	at java.util.Formatter$FormatSpecifierParser.advance(Formatter.java:2298)
E/AndroidRuntime(11251): 	at java.util.Formatter$FormatSpecifierParser.parseConversionType(Formatter.java:2377)
E/AndroidRuntime(11251): 	at java.util.Formatter$FormatSpecifierParser.parseArgumentIndexAndFlags(Formatter.java:2348)
E/AndroidRuntime(11251): 	at java.util.Formatter$FormatSpecifierParser.parseFormatToken(Formatter.java:2281)
E/AndroidRuntime(11251): 	at java.util.Formatter.doFormat(Formatter.java:1069)
E/AndroidRuntime(11251): 	at java.util.Formatter.format(Formatter.java:1040)
E/AndroidRuntime(11251): 	at java.util.Formatter.format(Formatter.java:1009)
E/AndroidRuntime(11251): 	at java.lang.String.format(String.java:1998)
E/AndroidRuntime(11251): 	at java.lang.String.format(String.java:1972)
E/AndroidRuntime(11251): 	at android.preference.ListPreference.getSummary(ListPreference.java:152)
E/AndroidRuntime(11251): 	at android.preference.Preference.onBindView(Preference.java:507)
E/AndroidRuntime(11251): 	at android.preference.Preference.getView(Preference.java:453)
E/AndroidRuntime(11251): 	at android.preference.PreferenceGroupAdapter.getView(PreferenceGroupAdapter.java:221)
E/AndroidRuntime(11251): 	at android.widget.AbsListView.obtainView(AbsListView.java:2033)
E/AndroidRuntime(11251): 	at android.widget.ListView.makeAndAddView(ListView.java:1772)
E/AndroidRuntime(11251): 	at android.widget.ListView.fillDown(ListView.java:672)
E/AndroidRuntime(11251): 	at android.widget.ListView.fillFromTop(ListView.java:732)
E/AndroidRuntime(11251): 	at android.widget.ListView.layoutChildren(ListView.java:1625)
E/AndroidRuntime(11251): 	at android.widget.AbsListView.onLayout(AbsListView.java:1863)
E/AndroidRuntime(11251): 	at android.view.View.layout(View.java:11278)
E/AndroidRuntime(11251): 	at android.view.ViewGroup.layout(ViewGroup.java:4224)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1628)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1486)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1399)
E/AndroidRuntime(11251): 	at android.view.View.layout(View.java:11278)
E/AndroidRuntime(11251): 	at android.view.ViewGroup.layout(ViewGroup.java:4224)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1628)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.layoutHorizontal(LinearLayout.java:1617)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1401)
E/AndroidRuntime(11251): 	at android.view.View.layout(View.java:11278)
E/AndroidRuntime(11251): 	at android.view.ViewGroup.layout(ViewGroup.java:4224)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1628)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1486)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1399)
E/AndroidRuntime(11251): 	at android.view.View.layout(View.java:11278)
E/AndroidRuntime(11251): 	at android.view.ViewGroup.layout(ViewGroup.java:4224)
E/AndroidRuntime(11251): 	at android.widget.FrameLayout.onLayout(FrameLayout.java:431)
E/AndroidRuntime(11251): 	at android.view.View.layout(View.java:11278)
E/AndroidRuntime(11251): 	at android.view.ViewGroup.layout(ViewGroup.java:4224)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1628)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1486)
E/AndroidRuntime(11251): 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1399)
E/AndroidRuntime(11251): 	at android.view.View.layout(View.java:11278)
E/AndroidRuntime(11251): 	at android.view.ViewGroup.layout(ViewGroup.java:4224)
E/AndroidRuntime(11251): 	at android.widget.FrameLayout.onLayout(FrameLayout.java:431)
E/AndroidRuntime(11251): 	at android.view.View.layout(View.java:11278)
E/AndroidRuntime(11251): 	at android.view.ViewGroup.layout(ViewGroup.java:4224)
E/AndroidRuntime(11251): 	at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1489)
E/AndroidRuntime(11251): 	at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2442)
E/AndroidRuntime(11251): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11251): 	at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11251): 	at android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime(11251): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11251): 	at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(11251): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787)
E/AndroidRuntime(11251): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
E/AndroidRuntime(11251): 	at dalvik.system.NativeStart.main(Native Method)
 

el_venga

Senior Member
May 17, 2007
702
71
since a few of months ago atrix 4g demand has increased, my guess is cause more devs are getting into it. there were very few roms. besides here it can be seen on ebay. around the time i bought my first atrix they were around 150-170 but now most are pretty close to 200 and i even higher.
i have been Smartphone user for years, you guys should have been here at the time of the htc apache, even after released of htc titan (winmob not wp7) it was still one of the most active forums at least on ppcgeeks. xda was more active for gsm devices. htc kaiser and wizard were the best in those days.
 
Last edited:

jokersax11

Inactive Recognized Developer
Aug 13, 2009
4,155
7,006
www.jokersax.com
I applied 1.1.1 and camera is borked? or am I doing something wrong?

wtf, alright ill try something else. Its got to be some dependency somewhere thats off


edit 1.1.2 is uploading, in the mean time could someone try a fresh install just to make sure its not something else

im going to post the link to 1.1.2 please do not download until 1020am EST
i need a game or something on my site for people waiting, till then you guys could play whack the ad
 
Last edited:

berniesteven

Senior Member
Apr 20, 2010
1,843
805
Tamworth
wtf, alright ill try something else. Its got to be some dependency somewhere thats off


edit 1.1.2 is uploading, in the mean time could someone try a fresh install just to make sure its not something else

im going to post the link to 1.1.2 please do not download until 1020am EST
i need a game or something on my site for people waiting, till then you guys could play whack the ad

Just did a fresh install, followed directions for fix, and still borked. Peace

MB860 - ROM junkie
 

DopeHack

Senior Member
Sep 13, 2011
197
11
NYC
wtf, alright ill try something else. Its got to be some dependency somewhere thats off


edit 1.1.2 is uploading, in the mean time could someone try a fresh install just to make sure its not something else

im going to post the link to 1.1.2 please do not download until 1020am EST
i need a game or something on my site for people waiting, till then you guys could play whack the ad

Ill try the fresh install for ya maybe it'll boot tried to show my friend alpha 1.0.1 wouldn't work... where's a link tho I couldn't find it on ur site

Edit: ^ beat me to it

Sent from my Atrix-4G, stock 2.3.4 (rooted)
 
Last edited:

guidoido004

Senior Member
Feb 1, 2011
1,124
249
São Paulo
twitter.com
wtf, alright ill try something else. Its got to be some dependency somewhere thats off


edit 1.1.2 is uploading, in the mean time could someone try a fresh install just to make sure its not something else

im going to post the link to 1.1.2 please do not download until 1020am EST
i need a game or something on my site for people waiting, till then you guys could play whack the ad

PACMAN FLASH! lol

Sent from my MB860 using XDA App
 

jokersax11

Inactive Recognized Developer
Aug 13, 2009
4,155
7,006
www.jokersax.com
Its up. Let me know

Once I charge the battery on my atrix manually I'll be able to flash again and actually test. Then I won't have these revisions

Sent from my MB855 using XDA App
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 424
    This Kanged CM9 Alpha build is a free, community built, aftermarket firmware distribution of Android 4.0 (ICS), which is designed to increase performance and reliability over stock Android for your device.

    Code:
    **[B][COLOR="Red"][SIZE="3"]Disclaimer[/SIZE][/COLOR][/B]**
     * these are alphas so understand that means things are broken
     *
     * I am not part of the Cyanogenmod Team
     *
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     * Change Logs Disabled during alpha, please read thread. 
    
    [B][U][SIZE="3"]Stages[/SIZE][/U][/B]
    
     * [B]Alpha[/B]- means something major is broken. Goal is to get major stuff working
    
     * [B]Beta[/B]- means little things are still broke but most big stuff is fixed. Goal to clean up code and fix little issues so we can submit to cm to become official
    
     * [B]Stable[/B]- official cm rom. 
    
     * [B]After stable[/B]- tweaking, Also adding features.

    CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.

    Instructions:

    First time flashing CyanogenMod 9?, or coming from another ROM?

    1. Perform a NANDroid backup of your current ROM.
    2. Format the system, data & cache partitions of your device.
    3. Perform a factory reset.
    4. Flash This ROM.
    5. Optional: Install the Google Apps addon package.
    Upgrading from earlier version of CyanogenMod 9?

    1. Flash CyanogenMod
    2. flash gapps

    Wanna downgrade, simply wipe

    Issues?

    Experience issues? Please provide the following info:
    • If the device was hard reboot, please provide the file "/proc/last_kmsg".
    • If the device was soft reboot or is "bootlooping", please run a logcat and provide the full output.
    • Please use Pastebin when possible.

    Download Links:

    ROM: Link
    Latest version: check site
    Gapps: Link
    Latest version: check site

    Other

    Credits:
    joxersax11 turl alpha18omega shabbypenguin ebbinger_413 sky24987 DethMetalz69 cougarcougar Focus.lau mrinehart93 Cyanogenmod Team koush/romracer shabbypenguin - ranmasaotome510 - updated OP


    The Photon dev team and turl would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
    43
    Well, here it is then :)


    Code:
    483e564d002a82c5e7861355b9064202  gapps-ics-20120207.zip
    7c8bd2fa1fe978dba0aef55329e4a936  update-cm-9.0.0-RC0-Atrix-KANG-signed.zip

    Some tips:
    1. Please don't kill my server, it's just a little VPS :)
    2. If you have issues, wipe
    3. If you have duplicate apps and derpage, format /system, flash CM, flash gapps
    4. No support
    5. No ETAs
    6. Thank the south korean guy :) http://xdaforums.com/showpost.php?p=22322714&postcount=561
    7. I'm not responsible if your dog eats you while flashing or whatever. You know the deal :)
    8. Camcorder doesn't/won't work
    9. Enjoy!
    40
    Guys a lot of family issues came up I will be fixing everything soon. Just remember life comes before free software.

    Sent from my MB855 using XDA
    38
    fun facts about cm9 by me

    135 countries downloaded cm9 on jokersax.com
    100 terabytes transferred.
    3000 pm's
    10000+ comments between two threads
    Over 2 millions views
    Both threads were 1 and 2 for xda for several weeks.
    200+ referring websites
    150000 attempted attacks
    Someone is using Netscape :what: seriously 500 dollar phone and you're using windows 3.1???
    IPhone 5.2 and 5.3???
    Funniest comment denied "tenga egg video" umm no
    Best pm "bj for your hard work?" I didn't accept as I ended up with the girl that motivated me to get into Android dev'ing.
    Proudest moment: several nvidia workers telling me about cm9 by me before they knew who I was.
    Funniest webmaster email: angry wife claiming I hypnotized her husband into my cult.
    Hardest fix to find, that stupid semicolon :banghead:
    Easiest fix: doing nothing and magically something starts working.

    Just a few fun facts



    Sent from my MB855 using XDA
    32
    Camera might be fixed today

    Sent from my MB855 using XDA App