Possible to use reflection to access the PhoneApp class?

This is a discussion on Possible to use reflection to access the PhoneApp class? within the Droid Development forums, part of the Droid Hacking category; I've been able to use reflection successfully a few times while developing apps for my rooted Droid X(2.2). Now I'm trying to access PhoneApp via ...

+ Reply to Thread
Results 1 to 1 of 1

Thread: Possible to use reflection to access the PhoneApp class?

  1. Droid Newbie
    hemodroid86's Avatar
    Member #
    131095
    Join Date
    Oct 2010
    Posts
    4
    Phone
    Enter Current Phone Model Here
    #1

    Possible to use reflection to access the PhoneApp class?

    I've been able to use reflection successfully a few times while developing apps for my rooted Droid X(2.2). Now I'm trying to access PhoneApp via reflection, but I keep getting NoClassDefFoundError when I invoke either of the following:
    Code:
    Class aClass = Class.forName("com.android.phone.PhoneApp");
    and
    Code:
    ClassLoader classLoader = MyClass.class.getClassLoader();        
    Class aClass = classLoader.loadClass("com.android.phone.PhoneApp");
    If I decompile BlurPhone.apk I can see com.android.phone.PhoneApp, so what am I missing?
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. class 2 vs. class 6 sd cards
    By setlab in forum Droid General Discussions
    Replies: 2
    Last Post: 11-28-2010, 04:51 PM
  2. Just got my Class 6
    By mejdam in forum Droid Incredible General Discussions
    Replies: 2
    Last Post: 04-28-2010, 04:14 AM
  3. class 10 sd
    By inmate369 in forum Droid Accessories
    Replies: 5
    Last Post: 04-01-2010, 05:44 PM
  4. 8GB Class 6 or 16GB Class 2???
    By ned4spd8874 in forum Droid General Discussions
    Replies: 5
    Last Post: 11-18-2009, 09:09 PM

Search tags for this page

access package manager with reflection android
,
android hacking reflection
,

android reflection

,

android reflection apk

,
android reflection class sample
,

android reflection invoke

,
android reflection phone
,
android+++ phoneapp
,

com.android.phone.phoneapp

,

com.android.phone.phoneapp reflection

,
com.android.phone.phoneapp+does+not+see outside
,

phoneapp android

,
reflect apk
,

reflection, android, phone class

,

use android reflection

Click on a term to search our site for related topics.

Tags for this Thread