Build help - mtp/storage and media process crash on 10.1base - Android Q&A, Help & Troubleshooting

Hi guys I hope someone can help
I finished succesfully compiling a cm10.1 based rom
After boot android.process.media crashes and internal storage canno't be mounted
This is the error's logcat
Code:
I/ActivityManager( 437): Start proc android.process.media for broadcast com.android.providers.media/.MediaScannerReceiver: pid=1262 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 2001, 3003, 3007}
I/DownloadManager( 1262): in removeSpuriousFiles
D/MtpService( 1262): updating state; isCurrentUser=true, mMtpLocked=false
D/MtpService( 1262): addStorageLocked 65537 /storage/emulated/0
D/AndroidRuntime( 1262): Shutting down VM
W/dalvikvm( 1262): threadid=1: thread exiting with uncaught exception (group=0x41827930)
W/MountService( 437): getVolumeState(/storage/sdcard1): Unknown volume
E/AndroidRuntime( 1262): FATAL EXCEPTION: main
E/AndroidRuntime( 1262): java.lang.RuntimeException: Unable to create service com.android.providers.media.MtpService: java.lang.IllegalArgumentException
I googled and found only pastebins so i hope someone had this problem and managed to solve it
Thanks

Waiting for an answer i took apart the zip and realized the source of the problem is that i'm missing vold.fstab from system>etc...
It should build from the device.mk...maybe the repo has some 4.3 commits....
In case it doesn't include it what's the syntax for another call to include vold.fstab in one of the makefiles?

Related

[Q] SystemUI.apk from AOSP 4.2 FQ

Hello, EDIT: FQ = Force Close
I have a VM with Ubuntu 10.04, sun java6 jdk, everything configured like I read here: http://source.android.com/source/initializing.html
I try to mod the SystemUI-QuickSettings on my Nexus4 - Android 4.2
For that I downloaded the hole repo https://android.googlesource.com/platform/manifest
and i tryed the repo https://android.googlesource.com/platform/manifest -b android-4.2_r1
too.
A make -j8 finish's without any error.
------------
Problem:
Iam not able to compile the SystemUI from Source and get it working...
Question 1:
The emulator, which is built during the compilation process dont start (opengles problem). How can I export the "built emulator" into my android sdk avd? because when I create an emulator with android avd it works!
Question 2:
I try to modifiy the SystemUI (the onclick behavior in the QuickSettings for the Wifi toggle - but till now I just comment the override out) and compile it (.build/env... with mako built). When I push the SystemUI.apk from(.../out/target/product/mako/system/app/) to the system folder on my Nexus 4 and change the rights (chmod 644) and reboot, I still get a force close. To get it on my phone I added in the manifest.xml
<uses-sdk android:minSdkVersion="17"
android:targetSdkVersion="17">
</uses-sdk>
Logcat:
I/Process ( 2181): Sending signal. PID: 2181 SIG: 9
I/ActivityManager( 595): Process com.android.systemui (pid 2181) has died.
W/ActivityManager( 595): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 595): Start proc com.android.systemui for restart com.android.systemui: pid=3403 uid=10057 gids={50057, 1028, 1015, 3002, 3001}
W/InputMethodManagerService( 595): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
D/AndroidRuntime( 3403): Shutting down VM
W/dalvikvm( 3403): threadid=1: thread exiting with uncaught exception (group=0x40c01930)
E/AndroidRuntime( 3403): FATAL EXCEPTION: main
E/AndroidRuntime( 3403): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.SecurityException: Call from user 0 as user -2 without permission INTERACT_ACROSS_USERS or INTERACT_ACROSS_USERS_FULL not allowed.
E/AndroidRuntime( 3403): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2539)
E/AndroidRuntime( 3403): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 3403): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3403): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3403): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3403): at android.app.ActivityThread.main(ActivityThread.java:5039)
E/AndroidRuntime( 3403): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3403): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3403): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 3403): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 3403): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3403): Caused by: java.lang.SecurityException: Call from user 0 as user -2 without permission INTERACT_ACROSS_USERS or INTERACT_ACROSS_USERS_FULL not allowed.
E/AndroidRuntime( 3403): at android.os.Parcel.readException(Parcel.java:1425)
E/AndroidRuntime( 3403): at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime( 3403): at android.view.accessibility.IAccessibilityManager$Stub$Proxy.addClient(IAccessibilityManager.java:203)
E/AndroidRuntime( 3403): at android.view.accessibility.AccessibilityManager.<init>(AccessibilityManager.java:200)
E/AndroidRuntime( 3403): at android.view.accessibility.AccessibilityManager.createSingletonInstance(AccessibilityManager.java:182)
E/AndroidRuntime( 3403): at android.view.accessibility.AccessibilityManager.createAsSharedAcrossUsers(AccessibilityManager.java:153)
E/AndroidRuntime( 3403): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:73)
E/AndroidRuntime( 3403): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2529)
E/AndroidRuntime( 3403): ... 10 more
W/ActivityManager( 595): Process com.android.systemui has crashed too many times: killing!
D/overlay ( 163): FROM_STATE = OV_CLOSED TO_STATE = OV_BYPASS_3_LAYER
D/overlay ( 163): FROM_STATE = OV_BYPASS_3_LAYER TO_STATE = OV_CLOSED
D/dalvikvm( 1303): GC_CONCURRENT freed 909K, 7% free 14176K/15228K, paused 3ms+4ms, total 29ms
D/dalvikvm( 1303): GC_CONCURRENT freed 935K, 7% free 15013K/15976K, paused 5ms+6ms, total 78ms
D/dalvikvm( 1303): WAIT_FOR_CONCURRENT_GC blocked 62ms
D/dalvikvm( 1303): GC_CONCURRENT freed 1485K, 9% free 15557K/17080K, paused 3ms+4ms, total 37ms
W/Finsky ( 1303): [1] 1.onResponse: No document details for app: pkg=com.imdb.mobile
W/Finsky ( 1303): [1] 1.onResponse: No document details for app: pkg=de.tzwebdesign.TUCMensa
W/Finsky ( 1303): [1] 1.onResponse: No document details for app: pkg=eu.chainfire.supersu
W/ActivityManager( 595): Timeout executing service: ServiceRecord{41ae4608 u0 com.android.systemui/.SystemUIService}
I/ActivityManager( 595): Crashing app skipping ANR: ProcessRecord{41808a68 3403:com.android.systemui/u0a10057} Executing service com.android.systemui/.SystemUIService
D/Finsky ( 1303): [1] 5.onFinished: Installation state replication succeeded.
W/ThrottleService( 595): unable to find stats for iface rmnet_usb0
I/dalvikvm( 2521): Total arena pages for JIT: 18
D/dalvikvm( 2521): GC_CONCURRENT freed 409K, 5% free 9933K/10372K, paused 3ms+3ms, total 25ms
D/dalvikvm( 2521): GC_CONCURRENT freed 332K, 4% free 10033K/10396K, paused 3ms+3ms, total 26ms
I/Process ( 3403): Sending signal. PID: 3403 SIG: 9
I/ActivityManager( 595): Process com.android.systemui (pid 3403) has died.
W/ActivityManager( 595): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 595): Start proc com.android.systemui for restart com.android.systemui: pid=3462 uid=10057 gids={50057, 1028, 1015, 3002, 3001}
W/InputMethodManagerService( 595): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
D/dalvikvm( 164): GC_EXPLICIT freed 39K, 1% free 8871K/8940K, paused 2ms+3ms, total 30ms
D/dalvikvm( 164): GC_EXPLICIT freed <1K, 1% free 8871K/8940K, paused 2ms+2ms, total 23ms
D/dalvikvm( 164): GC_EXPLICIT freed <1K, 1% free 8871K/8940K, paused 1ms+2ms, total 18ms
Click to expand...
Click to collapse
E/AndroidRuntime( 3403): FATAL EXCEPTION: main
E/AndroidRuntime( 3403): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.SecurityException: Call from user 0 as user -2 without permission INTERACT_ACROSS_USERS or INTERACT_ACROSS_USERS_FULL not allowed.
So I looked into the source code and found in the SystemUI manifest.xml
<!-- ActivityManager -->
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.GET_DETAILED_TASKS" />
<uses-permission android:name="android.permission.REORDER_TASKS" />
<uses-permission android:name="android.permission.REMOVE_TASKS" />
<uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
<uses-permission android:name="android.permission.SET_SCREEN_COMPATIBILITY" />
<uses-permission android:name="android.permission.START_ANY_ACTIVITY" />
<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
So the app still have the permission! Can anyone help me to figure out what is wrong with my built?
I am getting a similar error, and cannot figure it out either. If you figured it our please let me know.
I think the problem is making a call as user -2 since it starts at 0 and goes up. This leads me to believe -2 does not exist but I can't figure out why it is calling it as -2.
W/dalvikvm( 2668): threadid=1: thread exiting with uncaught exception (group=0x40bee930)
E/AndroidRuntime( 2668): FATAL EXCEPTION: main
E/AndroidRuntime( 2668): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.SecurityException: Call from user 0 as user -2 without permission INTERACT_ACROSS_USERS or INTERACT_ACROSS_USERS_FULL not allowed.
E/AndroidRuntime( 2668): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2539)
E/AndroidRuntime( 2668): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 2668): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 2668): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2668): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2668): at android.app.ActivityThread.main(ActivityThread.java:5039)
E/AndroidRuntime( 2668): at java.lang.reflect.Method.invokeNative(NativeMethod)
E/AndroidRuntime( 2668): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2668): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 2668): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 2668): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2668): Caused by: java.lang.SecurityException: Call from user 0 as user -2 without permission INTERACT_ACROSS_USERS or INTERACT_ACROSS_USERS_FULL not allowed.
E/AndroidRuntime( 2668): at android.os.Parcel.readException(Parcel.java:1425)
E/AndroidRuntime( 2668): at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime( 2668): at android.view.accessibility.IAccessibilityManager$Stub$Proxy.addClient(IAccessibilityManager.java:203)
E/AndroidRuntime( 2668): at android.view.accessibility.AccessibilityManager.<init>(AccessibilityManager.java:200)
E/AndroidRuntime( 2668): at android.view.accessibility.AccessibilityManager.createSingletonInstance(AccessibilityManager.java:182)
E/AndroidRuntime( 2668): at android.view.accessibility.AccessibilityManager.createAsSharedAcrossUsers(AccessibilityManager.java:153)
E/AndroidRuntime( 2668): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:73)
E/AndroidRuntime( 2668): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2529)
E/AndroidRuntime( 2668): ... 10 more
W/ActivityManager( 509): Process com.android.systemui has crashed too many times: killing!
Click to expand...
Click to collapse
Questions should be posted in Q&A forums, not Development forums.
http://forum.xda-developers.com/announcement.php?a=81
See rule #15
Thread moved.

Unfortunately application has stopped

hi all,
I am working in reversing apk aplication. I have got with sucess normally. I got a aplication not working now. It is do with API level v14.
I have decompile, compile and sing with sucess.
For test I to use emulator with Device Nexus S.
When i to install original application run without problems but with aplication decompiled, compiled and signed not working.
I have to used java tool and apk for sign. Nothing work.
I got the follow message:
"Unfortunately, aplication name has stopped.
I have read but don´t have seen same problem.
Any suggest?
A greeting.
To help you, we really need a logcat.
Because you have an emulator, I guess you have android-sdk installed.
To get your logcat, do:
adb logcat
After doing this, let it run.
Run your application in your emulator now. When it says "force close", you stop adb logcat by doing Ctrl+C
Then you copy the text with your error in it.
Thanks in advance
Sent from my Galaxy Nexus running Android 4.2 JB
hi, i did that.
I got the follow message.
Code:
I/ActivityManager( 82): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.anite.handy/.ui.core.ResumeActivit
y} from pid 181
D/PermissionCache( 36): checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (1379 us)
W/WindowManager( 82): Failure taking screenshot for (180x300) to layer 21005
I/ActivityManager( 82): Start proc com.anite.handy for activity com.anite.hand
y/.ui.core.ResumeActivity: pid=492 uid=10040 gids={3002, 3001, 3003, 1015}
I/dalvikvm( 492): Turning on JNI app bug workarounds for target SDK version 10.
..
W/NetworkManagementSocketTagger( 82): setKernelCountSet(10040, 1) failed witherrno -2
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
I/Handy ( 492): HandyApp.onCreate() pid=492
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
D/AndroidRuntime( 492): Shutting down VM
W/dalvikvm( 492): threadid=1: thread exiting with uncaught exception (group=0x4
09c01f8)
E/AndroidRuntime( 492): FATAL EXCEPTION: main
E/AndroidRuntime( 492): java.lang.RuntimeException: Unable to create application com.anite.handy.app.HandyApp: java.lang.SecurityException
E/AndroidRuntime( 492): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3957)
E/AndroidRuntime( 492): at android.app.ActivityThread.access$1300(ActivityThread.java:123)
E/AndroidRuntime( 492): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1185)
E/AndroidRuntime( 492): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 492): at android.os.Looper.loop(Looper.java:137)E/AndroidRuntime( 492): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime( 492): at java.lang.reflect.Method.invokeNative(NativeMethod)
E/AndroidRuntime( 492): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 492): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 492): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 492): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 492): Caused by: java.lang.SecurityException
E/AndroidRuntime( 492): at com.anite.handy.app.HandyApp.onCreate(Unknown Source)
E/AndroidRuntime( 492): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:969)
E/AndroidRuntime( 492): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3954)
E/AndroidRuntime( 492): ... 10 more
W/ActivityManager( 82): Force finishing activity com.anite.handy/.ui.core.ResumeActivity
W/InputManagerService( 82): Window already focused, ignoring focus gain of: [email protected]
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
W/ActivityManager( 82): Activity pause timeout for ActivityRecord{4142a7e0 com.anite.handy/.ui.core.ResumeActivity}
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
W/NetworkManagementSocketTagger( 82): setKernelCountSet(10040, 0) failed with errno -2
W/ActivityManager( 82): Activity destroy timeout for ActivityRecord{4142a7e0 com.anite.handy/.ui.core.ResumeActivity}
Check your "HandyApp Application" is declared in your manifest
I suggest you take a look at this one:
http://developer.android.com/guide/topics/manifest/manifest-intro.html
If you don't understand it just reply here and I'll fix it for ya
Sent from my Galaxy Nexus running Android 4.2 JB
i have checked AndroidManifest.xml decompiled file and i can see android:name=".app.HandyApp" in code.
Full code atached here
View attachment AndroidManifest.rar
Anyone have any suggestion? I can share the target if need.
Thanks
i have the same problem
unfortunately application has stop.
i have the same problem but its worse.
i have been installed kaspersky security using apk not from manual installed by google play.
and iam forget to unistalled it before i upgrade my android software.
after the process done it show message "unfortunately......." it keep showing up even after i klik "ok" or restart
i can't do anything with my device now (can't type anything, can't touch anything, even pick up incoming call) because of the pop up n start being stressed
anyone can help? :crying:
*My Device is galaxy Note II
Hi, I am not sure if this is the right thread, but since I don't know exactly where sould I post this I will post it here and if someone knows a better thread they sould tell me to go there.
My problem is with the game called Rhythm Racer 2, I have been in to this game since 2011 when I got Galaxy S 2, and it was working even on my Galaxy Tab S (SM-T805) until I was updated to lollipop, since then it just pops "Unfotunately Rhythm Racer 2 Has Stopped", also the same problem applies in Galaxy Note 4 (N910F), only there it doesn't work even on kitkat and in lollipop either, and the problem is that this app doesn't getting any update, it's on its initial version since 2011 and discontiniued, I know it's just a game and noone can know exactly what's the problem but I think the same error applies also in other apps that doesn't work since lollipop and based on that I think there is a solution someway.
I will apreciate any feedbak and advice on what should I do, Thanks.
Exception
Please provide logs for logcat.
use below command
$ adb logcat
You can verify it by your own to see why you got crash.
Waiting for logs .
I came across this same error caused by having installed the JDK 7 instead of 6. Hope it helps some other people with this error.
please check below link
http://stackoverflow.com/questions/6161931/java-lang-securityexception-when-install-apk
This is what I get when I try to run the app:
---- Oct 15, 2015 1:50:24 AM ----
10-15 01:47:42.044 9007 9007 I Timeline: Timeline: Activity_launch_request id:com.AvatarLabs.RhythmRacerX time:75719530
10-15 01:47:42.049 3837 5012 W ActivityManager: NORMAL SET : srcAppInfo.processName = com.sec.android.app.launcher, destAppInfo.processName = com.AvatarLabs.RhythmRacerX
10-15 01:47:42.159 3837 8545 I ActivityManager: Start proc com.AvatarLabs.RhythmRacerX for activity com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity: pid=12571 uid=10193 gids={50193, 9997, 3003} abi=armeabi-v7a
10-15 01:47:42.489 12571 12571 E AndroidRuntime: Process: com.AvatarLabs.RhythmRacerX, PID: 12571
10-15 01:47:42.489 12571 12571 E AndroidRuntime: java.lang.UnsatisfiedLinkError: Bad JNI version returned from JNI_OnLoad in "/data/app/com.AvatarLabs.RhythmRacerX-1/lib/arm/libmono.so": 0
10-15 01:47:42.509 3837 3937 W ActivityManager: Force finishing activity com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity
10-15 01:47:42.859 3837 3937 I WindowManager: Screenshot max retries 4 of Token{b537e72 ActivityRecord{35dd2f7d u0 com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity t403 f}} appWin=Window{27d1c81f u0 Starting com.AvatarLabs.RhythmRacerX} drawState=4
10-15 01:47:43.364 3837 3959 W ActivityManager: Activity pause timeout for ActivityRecord{35dd2f7d u0 com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity t403 f}
10-15 01:47:44.864 3837 8850 I ActivityManager: Process com.AvatarLabs.RhythmRacerX (pid 12571)(adj 9) has died(476,758)
---- Oct 15, 2015 1:50:24 AM ----
This is the entire logcat, I know this is weird, you mean that lollipop has JDK 7 and the game uses JDK 6 and that's the problem, and do I have to install JDK 6 some way on my device or try to make the propper changes to my .apk file?

[Q] [Help] Adding Su to build

I'm in the process of learning to build android from source. I've got my AOKP rom booting and am working on adding superuser to it, and am running into troubles. After much googling here is what I've done
Cloned Superuser source code
Code:
git clone git://github.com/ChainsDD/Superuser.git packages/apps/Superuser
Copied the su binary from my current rom (/system/xbin/su) to my device tree
Edited device.mk
Code:
# Build superuser
PRODUCT_PACKAGES := \
Superuser
# copy su binary
PRODUCT_COPY_FILES += \
device/lge/E973/su:system/xbin/su
Everything built fine and Superuser is in my app drawer when rom boots. If i try to open Superuser it force closes. Root checker shows that i am rooted, and typing 'su' in terminal emulator gets root access. Neither will give me a dialog asking to deny or grant.
If i install SuperSuperuser from the market, it will present all the normal dialogs and everything seems as it should.
I'm wondering what it is I'm doing wrong, and how I can correct it.
Here is a logcat of the failed attempt to open superuser
Code:
D/dalvikvm( 2157): Late-enabling CheckJNI
I/ActivityManager( 530): Start proc com.noshufou.android.su for activity com.noshufou.android.su/.Su: pid=2157 uid=10040 gids={50040, 3003, 1015, 1028}
I/dalvikvm( 2157): Turning on JNI app bug workarounds for target SDK version 11...
D/overlay ( 161): FROM_STATE = OV_BYPASS_3_LAYER TO_STATE = OV_CLOSED
I/ActivityThread( 2157): Pub com.noshufou.android.su.provider: com.noshufou.android.su.provider.PermissionsProvider
D/Su.HomeActivity( 2157): onCreate()
D/AndroidRuntime( 2157): Shutting down VM
W/dalvikvm( 2157): threadid=1: thread exiting with uncaught exception (group=0x40dd7930)
E/AndroidRuntime( 2157): FATAL EXCEPTION: main
E/AndroidRuntime( 2157): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.noshufou.android.su/com.noshufou.android.su.HomeActivity}: java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2306)
E/AndroidRuntime( 2157): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2356)
E/AndroidRuntime( 2157): at android.app.ActivityThread.access$600(ActivityThread.java:150)
E/AndroidRuntime( 2157): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1244)
E/AndroidRuntime( 2157): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2157): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2157): at android.app.ActivityThread.main(ActivityThread.java:5193)
E/AndroidRuntime( 2157): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2157): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2157): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 2157): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime( 2157): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2157): Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at com.actionbarsherlock.ActionBarSherlock.wrap(ActionBarSherlock.java:232)
E/AndroidRuntime( 2157): at com.actionbarsherlock.app.SherlockFragmentActivity.getSherlock(SherlockFragmentActivity.java:32)
E/AndroidRuntime( 2157): at com.actionbarsherlock.app.SherlockFragmentActivity.requestWindowFeature(SherlockFragmentActivity.java:265)
E/AndroidRuntime( 2157): at com.noshufou.android.su.HomeActivity.onCreate(HomeActivity.java:59)
E/AndroidRuntime( 2157): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 2157): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 2157): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2260)
E/AndroidRuntime( 2157): ... 11 more
E/AndroidRuntime( 2157): Caused by: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at java.lang.Class.getConstructorOrMethod(Class.java:460)
E/AndroidRuntime( 2157): at java.lang.Class.getConstructor(Class.java:431)
E/AndroidRuntime( 2157): at com.actionbarsherlock.ActionBarSherlock.wrap(ActionBarSherlock.java:229)
E/AndroidRuntime( 2157): ... 17 more
W/ActivityManager( 530): Force finishing activity com.noshufou.android.su/.Su
D/dalvikvm( 2157): GC_CONCURRENT freed 219K, 15% free 2489K/2912K, paused 2ms+1ms, total 21ms
I/dalvikvm( 530): Jit: resizing JitTable from 8192 to 16384
W/ActivityManager( 530): Activity pause timeout for ActivityRecord{41681370 u0 com.noshufou.android.su/.Su}
I/Process ( 2157): Sending signal. PID: 2157 SIG: 9
I/ActivityManager( 530): Process com.noshufou.android.su (pid 2157) has died.
W/InputMethodManagerService( 530): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
D/dalvikvm( 530): GC_CONCURRENT freed 7964K, 44% free 13574K/23868K, paused 2ms+6ms, total 57ms
D/overlay ( 161): FROM_STATE = OV_CLOSED TO_STATE = OV_BYPASS_3_LAYER
just a lilttle bump, if anyone can just point me in the dirrection of where i'm going wrong here I would be very appreciative.

[Q] SystemUI.apk crashes

Hi,
I'm bulding android for my single board computer with connected 7 inch lcd touch screen. It's working like a charm, but one issue. SystemUI.apk is crashing all the time with following error log:
Code:
I/ActivityManager( 368): Start proc com.android.systemui for restart com.android.systemui: pid=1883 uid=10001 gids={50001, 1028, 1015, 3002, 3001}
D/SystemUIService( 1883): loading: class com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 1883): running: [email protected]
I/StatusBarManagerService( 368): registerStatusBar [email protected]0
W/ResourceType( 1883): Failure getting entry for 0x7f0200db (t=1 e=219) in package 0 (error -75)
D/AndroidRuntime( 1883): Shutting down VM
W/dalvikvm( 1883): threadid=1: thread exiting with uncaught exception (group=0x40d30930)
E/AndroidRuntime( 1883): FATAL EXCEPTION: main
E/AndroidRuntime( 1883): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: android.view.InflateException: Binary XML file line #48: Error inflating class com.android.systemui.statusbar.policy.CompatModeButton
Does anyone know how to fix this or what's the reason for the crash?
Thank you very much in advance.
Update
rotowsky said:
Hi,
I'm bulding android for my single board computer with connected 7 inch lcd touch screen. It's working like a charm, but one issue. SystemUI.apk is crashing all the time with following error log:
Code:
I/ActivityManager( 368): Start proc com.android.systemui for restart com.android.systemui: pid=1883 uid=10001 gids={50001, 1028, 1015, 3002, 3001}
D/SystemUIService( 1883): loading: class com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 1883): running: [email protected]
I/StatusBarManagerService( 368): registerStatusBar [email protected]0
W/ResourceType( 1883): Failure getting entry for 0x7f0200db (t=1 e=219) in package 0 (error -75)
D/AndroidRuntime( 1883): Shutting down VM
W/dalvikvm( 1883): threadid=1: thread exiting with uncaught exception (group=0x40d30930)
E/AndroidRuntime( 1883): FATAL EXCEPTION: main
E/AndroidRuntime( 1883): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: android.view.InflateException: Binary XML file line #48: Error inflating class com.android.systemui.statusbar.policy.CompatModeButton
Does anyone know how to fix this or what's the reason for the crash?
Thank you very much in advance.
Click to expand...
Click to collapse
Hope for an Update , and that it works , ( I think so )
Mmh?

[Q&A] [APP/FRAMEWORK] NOGAPPS Project (NetworkLocation, MapsAPI, Blank Store)

Q&A for [APP/FRAMEWORK] NOGAPPS Project (NetworkLocation, MapsAPI, Blank Store)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [APP/FRAMEWORK] NOGAPPS Project (NetworkLocation, MapsAPI, Blank Store). If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
NetworkLocation from NOGAPPS Project
Hi,
http://forum.xda-developers.com/showthread.php?t=1715375
I try to install Network Location but it crashes at startup, everytime.
My phone is a Samsung Galasy S3 Mini (GT-I8190) with CM11
I have this log :
Code:
adb logcat |grep location
I/ActivityManager( 2149): Start proc com.google.android.gms for service com.google.android.gms/com.google.android.location.NetworkLocationService: pid=2466 uid=10063 gids={50063, 1028, 3003, 1015}
I/FusedLocation( 2149): engine started (com.android.location.fused)
E/AndroidRuntime( 2466): at org.microg.networklocation.platform.CellSpecRetriever.retrieveCellSpecs(CellSpecRetriever.java:92)
E/AndroidRuntime( 2466): at org.microg.networklocation.data.LocationCalculator.getCurrentCells(LocationCalculator.java:106)
E/AndroidRuntime( 2466): at org.microg.networklocation.data.LocationCalculator.getCurrentCellLocation(LocationCalculator.java:91)
E/AndroidRuntime( 2466): at org.microg.networklocation.data.LocationCalculator.getCurrentLocation(LocationCalculator.java:110)
E/AndroidRuntime( 2466): at org.microg.networklocation.NetworkLocationThread.run(NetworkLocationThread.java:121)
W/LocationProviderProxy( 2149): at com.android.internal.location.ILocationProvider$Stub$Proxy.setRequest(ILocationProvider.java:215)
W/LocationProviderProxy( 2149): at com.android.server.location.LocationProviderProxy$1.run(LocationProviderProxy.java:128)
W/ActivityManager( 2149): Scheduling restart of crashed service com.google.android.gms/com.google.android.location.NetworkLocationService in 1000ms
I/ActivityManager( 2149): Start proc com.google.android.gms for service com.google.android.gms/com.google.android.location.NetworkLocationService: pid=3013 uid=10063 gids={50063, 1028, 3003, 1015}
E/AndroidRuntime( 3013): at org.microg.networklocation.platform.CellSpecRetriever.retrieveCellSpecs(CellSpecRetriever.java:92)
E/AndroidRuntime( 3013): at org.microg.networklocation.data.LocationCalculator.getCurrentCells(LocationCalculator.java:106)
E/AndroidRuntime( 3013): at org.microg.networklocation.data.LocationCalculator.getCurrentCellLocation(LocationCalculator.java:91)
E/AndroidRuntime( 3013): at org.microg.networklocation.data.LocationCalculator.getCurrentLocation(LocationCalculator.java:110)
E/AndroidRuntime( 3013): at org.microg.networklocation.NetworkLocationThread.run(NetworkLocationThread.java:121)
W/ActivityManager( 2149): Service crashed 2 times, stopping: ServiceRecord{422566c8 u0 com.google.android.gms/com.google.android.location.NetworkLocationService}
What I did :
- copy NetworkLocation-gms.apk to /system/priv-app/NetworkLocation.apk and clean dalvik-cache
- chmod 644 /system/priv-app/NetworkLocation.apk
- copy cells-europe.db (also try with cells-world.db) to /sdcard/.nogapps/cells.db
Thanks for your help
up
The logcat is incomplete, what tool did you use to create it?
Do you use any privacy tools like Xprivacy and do you have a sim card inserted?
I tried to have a complet logcat with this command adb logcat | grep -i location (as you said here http://forum.xda-developers.com/showpost.php?p=29768168&postcount=93). I ran it just after booting the phone, before typing my sim code.
Code:
[email protected]:/ $ logcat | grep -i location
W/PackageManager( 2146): Unknown permission android.permission.LOCATION in package eu.kernodis.TraficAlert
W/PackageManager( 2146): Unknown permission android.permission.LOCATION in package eu.kernodis.TraficAlert
I/SystemServer( 2146): Location Manager
W/PackageManager( 2146): Unknown permission android.permission.LOCATION in package eu.kernodis.TraficAlert
I/ActivityManager( 2146): Start proc com.google.android.gms for service com.google.android.gms/com.google.android.location.NetworkLocationService: pid=2454 uid=10092 gids={50092, 1028, 3003, 1015}
E/LocationManagerService( 2146): No FusedProvider found.
E/LocationManagerService( 2146): no geofence provider found
D/GpsLocationProvider( 2146): set_capabilities_callback: 6u
E/JavaBinder( 2146): at android.location.ICountryDetector$Stub.onTransact(ICountryDetector.java:69)
I/FusedLocation( 2146): engine started (com.android.location.fused)
E/AndroidRuntime( 2454): at org.microg.networklocation.platform.CellSpecRetriever.retrieveCellSpecs(CellSpecRetriever.java:92)
E/AndroidRuntime( 2454): at org.microg.networklocation.data.LocationCalculator.getCurrentCells(LocationCalculator.java:106)
E/AndroidRuntime( 2454): at org.microg.networklocation.data.LocationCalculator.getCurrentCellLocation(LocationCalculator.java:91)
E/AndroidRuntime( 2454): at org.microg.networklocation.data.LocationCalculator.getCurrentLocation(LocationCalculator.java:110)
E/AndroidRuntime( 2454): at org.microg.networklocation.NetworkLocationThread.run(NetworkLocationThread.java:121)
D/GpsLocationProvider( 2146): NTP server returned: 1414973347740 (Mon Nov 03 01:09:07 CET 2014) reference: 30213 certainty: 14 system time offset: -10690
W/ActivityManager( 2146): Scheduling restart of crashed service com.google.android.gms/com.google.android.location.NetworkLocationService in 1000ms
I/ActivityManager( 2146): Start proc com.google.android.gms for service com.google.android.gms/com.google.android.location.NetworkLocationService: pid=3192 uid=10092 gids={50092, 1028, 3003, 1015}
E/AndroidRuntime( 3192): at org.microg.networklocation.platform.CellSpecRetriever.retrieveCellSpecs(CellSpecRetriever.java:92)
E/AndroidRuntime( 3192): at org.microg.networklocation.data.LocationCalculator.getCurrentCells(LocationCalculator.java:106)
E/AndroidRuntime( 3192): at org.microg.networklocation.data.LocationCalculator.getCurrentCellLocation(LocationCalculator.java:91)
E/AndroidRuntime( 3192): at org.microg.networklocation.data.LocationCalculator.getCurrentLocation(LocationCalculator.java:110)
E/AndroidRuntime( 3192): at org.microg.networklocation.NetworkLocationThread.run(NetworkLocationThread.java:121)
I/ActivityManager( 2146): Delaying start of: ServiceRecord{42bb0928 u0 com.spotify.music/.internal.service.DeleteOldCacheLocationsService}
W/ActivityManager( 2146): Service crashed 2 times, stopping: ServiceRecord{42b2dee8 u0 com.google.android.gms/com.google.android.location.NetworkLocationService}
I/ActivityManager( 2146): Start proc com.spotify.music:intentservice for service com.spotify.music/.internal.service.DeleteOldCacheLocationsService: pid=3537 uid=10099 gids={50099, 3003, 1028, 1015}
I suppose there is something wrong with this lines
Code:
E/LocationManagerService( 2146): No FusedProvider found.
E/LocationManagerService( 2146): no geofence provider found
But I don't know what to do :/
I don't use any privacy tool and I have a sim card.
Thanks.
Didou3094 said:
I suppose there is something wrong with this lines
Code:
E/LocationManagerService( 2146): No FusedProvider found.
E/LocationManagerService( 2146): no geofence provider found
Click to expand...
Click to collapse
That's the right behavior, nothing to worry about.
Didou3094 said:
before typing my sim code.
Click to expand...
Click to collapse
Apparently this is a bug in the Samsung modem/firmware. I'll add a work-around for that in the next release. Consider using the UnifiedNlp pre-release from here https://github.com/microg/android_packages_apps_UnifiedNlp until then.
Ok, I tried to use the NetworkLocation.apk found here (github.com/microg/android_packages_apps_UnifiedNlp/releases) but I not sure about what to do with the UnifiedNlp.apk. I also installed it in /system/priv-app/ and by this way NetworkLocation doesn't crash at startup anymore but it doesn't seem to work by the way, I have not result on html5demos.com/geo
Anyway, I'll wait for your next release.
Thank you very much for you help and for this project (and sorry for my english).
Sadly it does not work for me with SlimICS on a Samsung Galaxy S i9000.
When Android starts it greets me with following:
"Sadly NetworkLocation has been ended." or something...
And inside I won't get a fix. I don't know I followed your tutorial and even fixed the permissions like the other files in /system/app ...
thank you
Backend for NLP
I've created a GMS cell tower backend for NLP at https://github.com/n76/Local-GSM-Backend and have used a naming structure based on a domain I own. Because it is code specifically for the microG project can I and should I change to use org.microg.[something]?
Further, would it be advantageous (more likely for other developers/users to find use and fix/enhance it) to move the source tree into microG's github account rather than leaving it in mine?
Are there any ROMs with microG built in?
I've been using CyanogenMod and the adding the bits of microG/nogapps that make my life a lot easier. But it would be even easier for me if I could use another distribution/ROM that has microG already integrated into it. Are there any?
help.me!
app fc. please help me.
my logcat
--------- beginning of /dev/log/system
E/AndroidRuntime( 1162): FATAL EXCEPTION: AsyncTask #1
E/AndroidRuntime( 1162): java.lang.RuntimeException: An error occured while executing doInBackground()
E/AndroidRuntime( 1162): at android.os.AsyncTask$3.done(AsyncTask.java:299)
E/AndroidRuntime( 1162): at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
E/AndroidRuntime( 1162): at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
E/AndroidRuntime( 1162): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
E/AndroidRuntime( 1162): at java.util.concurrent.FutureTask.run(FutureTask.java:137)
E/AndroidRuntime( 1162): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
E/AndroidRuntime( 1162): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/AndroidRuntime( 1162): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/AndroidRuntime( 1162): at java.lang.Thread.run(Thread.java:856)
E/AndroidRuntime( 1162): Caused by: com.gc.android.market.api.LoginException: The login request used a username or password that is not recognized.
E/AndroidRuntime( 1162): at com.gc.android.market.api.MarketSession.login(MarketSession.java:384)
E/AndroidRuntime( 1162): at com.gc.android.market.api.MarketSession.login(MarketSession.java:334)
E/AndroidRuntime( 1162): at com.android.vending.google.GooglePlayConnection.openConnectionSynced(GooglePlayConnection.java:131)
E/AndroidRuntime( 1162): at com.android.vending.google.DefaultGooglePlayConnection.requestAppsSynced(DefaultGooglePlayConnection.java:309)
E/AndroidRuntime( 1162): at com.android.vending.google.DefaultGooglePlayConnection.requestApps(DefaultGooglePlayConnection.java:302)
E/AndroidRuntime( 1162): at com.android.vending.google.DefaultGooglePlayConnection.queryAppList(DefaultGooglePlayConnection.java:199)
E/AndroidRuntime( 1162): at com.android.vending.tasks.AppListTask.doInBackground(AppListTask.java:62)
E/AndroidRuntime( 1162): at com.android.vending.tasks.AppListTask.doInBackground(AppListTask.java:10)
E/AndroidRuntime( 1162): at android.os.AsyncTask$2.call(AsyncTask.java:287)
E/AndroidRuntime( 1162): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
E/AndroidRuntime( 1162): ... 5 more
E/AppErrorDialog( 362): Failed to get ILowStorageHandle instance
E/VoldCmdListener( 92): CommandListener::VolumeCmd::runCommand --> shared
PHP:
[PHP][PHP]
[/PHP][/PHP]
In response to http://forum.xda-developers.com/showpost.php?p=57374522&postcount=948
(Maybe I can get to 10 posts so I can actually post on that thread)
I've created a local gsm backend for the unified NLP that can create its own cells.db from both Mozilla and OpenCellID at https://github.com/n76/Local-GSM-Backend
If you want to use both Mozilla and OpenCellID data with an off line generated script, I've got one at https://github.com/n76/lacells-creator
Keep Alternative:
OmniNotes (https://github.com/federicoiosue/Omni-Notes/)
I really can recommend this one. Use a Play-APK-Downloader to get it
Fail to creat an Android ID for Blank Store (NOGAPPS PROJECT)
Hi everywone,
I'm trying to follow this steps to generate an android id but I've this error : " Exception in thread "main" java.lang.NoClassDefFoundError [...]"
See the screenshot here :
Have an idea ?
Thanks
victo24dord said:
Hi everywone,
I'm trying to follow this steps to generate an android id but I've this error : " Exception in thread "main" java.lang.NoClassDefFoundError [...]"
See the screenshot here :
Have an idea ?
Thanks
Click to expand...
Click to collapse
Try use a different procedure. The most easy one is probably downloading a AndroidID app.
Btw: Ypi aren't generating one, you are just displaying it. It get's generated on first start
I just tried BlankStore for the first time and, initially, was greeted with the following error upon creating the Android ID:
Code:
$ java -jar android-checkin-1.0.jar <email> <password>
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/HttpEntity
at com.android.checkin.Main.main(Main.java:17)
Caused by: java.lang.ClassNotFoundException: org.apache.http.HttpEntity
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
... 1 more
Obviously, and as was already pointed out, I was missing some dependencies. For me, however, there was a trick involved:
Since the android-checkin-1.0.jar's MANIFEST.ML file named the following dependencies (and versions!):
Code:
Class-Path: protobuf-java-2.4.1.jar httpclient-4.2.2.jar httpcore-4.2.
2.jar commons-logging-1.1.1.jar commons-codec-1.6.jar
…I needed these exact file names, too. So, I downloaded the jars from http://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/2.4.1 and https://hc.apache.org/downloads.cgi, placed them in the same directory as the android-checkin-1.0.jar and – out of laziness because I didn't download the correct versions – renamed them accordingly. Worked!
However, now that I have BlankStore installed, it always force closes as soon as I search for an app. I know BlankStore was discontinued but has anyone else experienced the same issue? I just entered the Android ID I generated earlier (along with my Google credentials) when I was asked for it by the BlankStore APK. Any mistakes here? The credentials are definitely correct. Also, I'm running Cyanogenmod 11 with XPrivacy installed but I enabled access to the app list and to the internet.
Logcat output:
Code:
W/dalvikvm( 6169): threadid=11: thread exiting with uncaught exception (group=0x41606ce0)
E/AndroidRuntime( 6169): FATAL EXCEPTION: AsyncTask #1
E/AndroidRuntime( 6169): Process: com.android.vending, PID: 6169
E/AndroidRuntime( 6169): java.lang.RuntimeException: An error occured while executing doInBackground()
E/AndroidRuntime( 6169): at android.os.AsyncTask$3.done(AsyncTask.java:300)
E/AndroidRuntime( 6169): at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
E/AndroidRuntime( 6169): at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
E/AndroidRuntime( 6169): at java.util.concurrent.FutureTask.run(FutureTask.java:242)
E/AndroidRuntime( 6169): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
E/AndroidRuntime( 6169): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
E/AndroidRuntime( 6169): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
E/AndroidRuntime( 6169): at java.lang.Thread.run(Thread.java:841)
E/AndroidRuntime( 6169): Caused by: com.gc.android.market.api.LoginException: The login request used a username or password that is not recognized.
E/AndroidRuntime( 6169): at com.gc.android.market.api.MarketSession.login(MarketSession.java:384)
E/AndroidRuntime( 6169): at com.gc.android.market.api.MarketSession.login(MarketSession.java:334)
E/AndroidRuntime( 6169): at com.android.vending.google.GooglePlayConnection.openConnectionSynced(GooglePlayConnection.java:131)
E/AndroidRuntime( 6169): at com.android.vending.google.DefaultGooglePlayConnection.requestAppsSynced(DefaultGooglePlayConnection.java:309)
E/AndroidRuntime( 6169): at com.android.vending.google.DefaultGooglePlayConnection.requestApps(DefaultGooglePlayConnection.java:302)
E/AndroidRuntime( 6169): at com.android.vending.google.DefaultGooglePlayConnection.queryAppList(DefaultGooglePlayConnection.java:199)
E/AndroidRuntime( 6169): at com.android.vending.tasks.AppListTask.doInBackground(AppListTask.java:62)
E/AndroidRuntime( 6169): at com.android.vending.tasks.AppListTask.doInBackground(AppListTask.java:10)
E/AndroidRuntime( 6169): at android.os.AsyncTask$2.call(AsyncTask.java:288)
E/AndroidRuntime( 6169): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
E/AndroidRuntime( 6169): ... 4 more
W/ActivityManager( 807): Force finishing activity com.android.vending/.BlankActivity
For Meizu MX4?
How to this on MX4? I'm not a dev or even technically educated but have used a rooted phone before and even MX4 is rooted. I recently installed playstore using google installer for mx4 only because some apps won't run until i had google play services. How can i make them work without having google stuff on my phone. I don't use any google stuff. Of course many apps are available only on playstore but then i used a chrome addon to download apks and installed them but they won't run until google play services was installed.
There's an LBE security app built in mx4 system and i can stop playstore from getting my info but because of the google installer available for mx4 google play services showing up in launcher as google settings app, is embedded in the system and there's no way to control it. I'd like to use this alternate method to use playstore and trick apps that google play services exists without having to let google have my info. I want to have a fully google free android. BTW i don't use chrome on pc either. I had to use it to download apks as firefox addon wasn't available for that function.
BlankStore and paid apps
I try to get rid of Google on my Android devices. Unfortunately, I still use apps from Google Play store. So currently I install minimal Gapps on my (CM-) devices and restrict them as far as possible. Generally, the only Google feature I need is the play store... so I'd like to switch to BlankStore. However, I'm not quite sure about the current features especially concerning paid apps:
Can I keep my current Google ID with BlankStore (yes, it is adviced not to do so, but I'd like to keep purchased apps)?
In this case, are apps which I purchased with the original PlayStore still available to me?
How about apps which contain the "verify license with Google Play" permission (i.e. Greenify, 3C Toolbox, Apex Launcher, etc.)
Thanks in advance, and keep up the good work with this project!
android-checkin trouble
First of all: much thx to the developer!
trying to checkin...
Second, not having to google for the missing java components explanation would save much time Maybe add a small instruction for those not familiar with java together with those components needed?
Third:
Email:.............
Password:..............
Fetching auth (google service)...
Error=BadAuthentication
java.io.IOException: Can't find Auth // HTTP/1.1 403 Forbidden
at com.android.checkin.Checkin.postFormFetchValue(Checkin.java:108)
at com.android.checkin.Checkin.fetchAuthGsf(Checkin.java:77)
at com.android.checkin.Checkin.checkin(Checkin.java:54)
at com.android.checkin.Main.main(Main.java:17)
Any idea? Thx in advance.
mmm.. Or do I need to have google account before using this application? Cos that is not really evident from the instruction.

Categories

Resources