[APP] Amazon Kindle for Android HATES Cyanogen - Nexus One Themes and Apps

So I downloaded this app today and it does not play well with CyanogenMOD 5.0.8. I tried about 5 samples and bought a book I knew I would want once it I got it working with no luck.
Here is a photo of the look of every book.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Looks fine to me.
Maybe you need to go back to school and learn "new" english.
=-)

I'm running Modaco FRF83 and it works fine for me.

Works great on CM 5.0.7.1

this is the same issue for the terminal in CM 5.0.8, there is a patch for it on cyan's website in the Dream/Saphire subforum that worked perfectly for me

http://code.google.com/p/cyanogenmod/issues/detail?id=1663#c35
just for completeness' sake.

xManMythLegend said:
Looks fine to me.
Maybe you need to go back to school and learn "new" english.
=-)
Click to expand...
Click to collapse
too damn funny

PsychoI3oy said:
http://code.google.com/p/cyanogenmod/issues/detail?id=1663#c35
just for completeness' sake.
Click to expand...
Click to collapse
Awesome, this totally fixed the issue for me! Thanks

I get similar looking text scrolling across the screen when I play Robo Defense. Only since updating to CM508.
I can live with it - it does not seem to hurt anything - other than my eyes. But those are replaceable.

james.brown33 said:
this is the same issue for the terminal in CM 5.0.8, there is a patch for it on cyan's website in the Dream/Saphire subforum that worked perfectly for me
Click to expand...
Click to collapse
Yeah, I did use this patch and it worked perfect. Very happy now.

Works great on enomther
Sent from my Nexus One using XDA App

getting a lot of force closes after this
arg. getting a lot of force closes. help.
here's a stack trace from the logs
D/AndroidRuntime( 6468): Shutting down VM
W/dalvikvm( 6468): threadid=3: thread exiting with uncaught exception (group=0x4001e178)
E/AndroidRuntime( 6468): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 6468): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: android.database.sqlite.SQLiteException: file is encrypted or is not a database
E/AndroidRuntime( 6468): at
etc
E/AndroidRuntime( 6468): Caused by: android.database.sqlite.SQLiteException: file is encrypted or is not a database
E/AndroidRuntime( 6468): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:158)
E/AndroidRuntime( 6468): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 6468): at android.content.ContentProviderProxy.bulkQuery(ContentProviderNative.java:326)
E/AndroidRuntime( 6468): at android.content.ContentProviderProxy.query(ContentProviderNative.java:345)
E/AndroidRuntime( 6468): at android.content.ContentResolver.query(ContentResolver.java:202)
E/AndroidRuntime( 6468): at com.android.inputmethod.latin.UserDictionary.loadDictionary(UserDictionary.java:68)
E/AndroidRuntime( 6468): at com.android.inputmethod.latin.UserDictionary.<init>(UserDictionary.java:57)
E/AndroidRuntime( 6468): at com.android.inputmethod.latin.LatinIME.initSuggest(LatinIME.java:192)
E/AndroidRuntime( 6468): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:178)
E/AndroidRuntime( 6468): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2780)
E/AndroidRuntime( 6468): ... 10 more

Here's the fix for the garbled text if you haven't found it already. Works great for the kindle app.
http://forum.cyanogenmod.com/topic/1370-garbled-text-in-terminal/

Related

[GAME] PIkiPoki - Can you save them all?

Description:
High in the clouds there was the kingdom of PikiPoki.
One night these small creatures were surprised by an asteroid, which crashed between them.
Deafening bang was followed by pitch black darkness and only one of them has avoid the crash of an asteroid.
His mission is to find and save other Pokies, which got lost in the dark.
Your job is to help him dig out all of his friends. But be careful on the dangerous barriers, as falling rocks and high falls.
You can use tools which you'll find at excavation and which can help you complete your task.
But be careful on baby Pokies. They are afraid of the dark and are walking to the surface.
GAME FEATURES
- 14 level (for now)
- You must dig out little creatures and show them the way
- Falling rocks, high falls, dead end, etc..
- Collecting tools
- You will need some kind of thinking where to dig
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Google Play:
https://play.google.com/store/apps/details?id=com.dv5.pikipoki
I make my first game for android. I hope you like it
I would greatly appreciate any feedback that might improve my game.
*bump*
Congratulations on your first Android game.
When I start the game, it displays a white screen with an animation after which I get this exception:
java.lang.NumberFormatException: Invalid int: "[
"
at java.lang.Integer.invalidInt(Integer.java:138)
at java.lang.Integer.parse(Integer.java:375)
at java.lang.Integer.parseInt(Integer.java:366)
at java.lang.Integer.valueOf(Integer.java:510)
at com.me.store.SimpleCrypto.toByte(SimpleCrypto.java:62)
at com.me.store.SimpleCrypto.decrypt(SimpleCrypto.java:19)
at com.me.pikipokigdxgame.Assets.loadJson(Assets.java:41)
at com.me.pikipokigdxgame.Assets.<init>(Assets.java:25)
at com.me.pikipokigdxgame.PikiPoki.create(PikiPoki.java:44)
at com.badlogic.gdx.backends.android.AndroidGraphics.onSurfaceChanged(AndroidGraphics.java:292)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1505)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
Using a Galaxy Nexus "maguro" with yakju 4.2.2.
looks intresting!
I just get a "black screen" after selecting a level
But I can enjoy the music
After restarting the game it crashes after clicking on "play".
I hope you can fix it!
Nexus 7 with ParanoidAndroid
dechinchilla said:
Congratulations on your first Android game.
When I start the game, it displays a white screen with an animation after which I get this exception:
java.lang.NumberFormatException: Invalid int: "[
"
at java.lang.Integer.invalidInt(Integer.java:138)
at java.lang.Integer.parse(Integer.java:375)
at java.lang.Integer.parseInt(Integer.java:366)
at java.lang.Integer.valueOf(Integer.java:510)
at com.me.store.SimpleCrypto.toByte(SimpleCrypto.java:62)
at com.me.store.SimpleCrypto.decrypt(SimpleCrypto.java:19)
at com.me.pikipokigdxgame.Assets.loadJson(Assets.java:41)
at com.me.pikipokigdxgame.Assets.<init>(Assets.java:25)
at com.me.pikipokigdxgame.PikiPoki.create(PikiPoki.java:44)
at com.badlogic.gdx.backends.android.AndroidGraphics.onSurfaceChanged(AndroidGraphics.java:292)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1505)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
Using a Galaxy Nexus "maguro" with yakju 4.2.2.
Click to expand...
Click to collapse
Ty for report. The problem was, when you start app first time, app create file with data. I forgot call encrypt first time, so that come error.
Now i fix it
Update come tonight in version 1.1.3.
I
linulli said:
looks intresting!
I just get a "black screen" after selecting a level
But I can enjoy the music
After restarting the game it crashes after clicking on "play".
I hope you can fix it!
Nexus 7 with ParanoidAndroid
Click to expand...
Click to collapse
Ty for report. I working on it.
- Fisrt problem: If u got black screen, just 2x tap and app must go on.
- Second: app crash when you click play, i think there was a problem with encrypt, but im not sure yet.
dv5dev said:
Ty for report. The problem was, when you start app first time, app create file with data. I forgot call encrypt first time, so that come error.
Click to expand...
Click to collapse
When starting version 1.1.6, still using a Galaxy Nexus "maguro" with yakju 4.2.2.
java.lang.NullPointerException
at com.badlogic.gdx.graphics.g2d.SpriteBatch.switchTexture(SpriteBatch.java:1157)
[…]
at com.me.screens.MainMenuScreen.render(MainMenuScreen.java:69)
[…]
Good luck!
dechinchilla said:
When starting version 1.1.6, still using a Galaxy Nexus "maguro" with yakju 4.2.2.
java.lang.NullPointerException
at com.badlogic.gdx.graphics.g2d.SpriteBatch.switchTexture(SpriteBatch.java:1157)
[…]
at com.me.screens.MainMenuScreen.render(MainMenuScreen.java:69)
[…]
Good luck!
Click to expand...
Click to collapse
Fixed with new version,

[Camera][JB]MOTO X Camera

Presenting you guys the MOTO X's Camera.​
Its beautiful and Fast. But few lil bug also. Should work on all (JB/4.1+) roms, but if not, you can simply install as it installs the camera as a seperate user apk.
What works
-The camera runs fine.
-Tutorial.
-Single shots.
-Burst shots.
-Video recording.
-Front-facing camera toggle.
-Swipe to open settings.
-Swipe to open gallery, which asks which gallery app you want to launch.
-Touch to focus toggle.
-Flash mode toggle.
-Shutter sound toggle.
-Geo-tag toggle.
What doesn't work
-Double-flick wrist gesture to launch the camera anytime.
-Panorama mode currently crashes - But working for me in S4 sometimes
-HDR mode is disabled and cannot be enabled.
-Slow-motion mode is disabled and cannot be enabled.
Note: Unfortunately I am on ICS now. So I have tested the same on my S4. Its working great.
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/IMG]
Download link -> Mega
Or download from Attachment
Doesn't work for me on cm10.1. Tried both as system app as well as user app. Keeps force closing.
Sent from my GT-I9103 using xda app-developers app
gitanshu said:
Doesn't work for me on cm10.1. Tried both as system app as well as user app. Keeps force closing.
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
its For JB 4.x.x version. i thought Adam can look at it. if u can provide a log(filtered).
Thanks,
Disturbed™
Sent from my Disturbed™ Galaxy S4 using Tapatalk (VIP)
______________________________________________________
Wait for my time, U gonna pay for what U have done. - Disturbed™
This is the log
http://db.tt/Nzlb85JI
Sent from my GT-I9103 using xda app-developers app
Everything is good till below line
<HTML>
E/AndroidRuntime( 3617): FATAL EXCEPTION: GLThread 435
E/AndroidRuntime( 3617): java.lang.IllegalArgumentException: No config chosen
E/AndroidRuntime( 3617): at com.motorola.camera.ui.v3.widgets.gl.MultisampleConfigChooser.chooseConfig(MultisampleConfigChooser.java:66)
E/AndroidRuntime( 3617): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1026)
E/AndroidRuntime( 3617): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1403)
E/AndroidRuntime( 3617): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1242)
</HTML>
Sent from my GT-I9103 using xda app-developers app
Focal is better.
OT: 1400th post!
Sent from my LG-P880
Moto camera isn working on RR remix. @Adam77Root yeah, I think so
Sent from my GT-I9103 using xda premium
Thread Closed per Op request

[APP][5.0+][FREE] Unlimited Screen Recorder

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The first and only totally-free mobile video recording software.
This application makes screen recording easy and even fun. Video length is unlimited, so you can record as long as your device has some memory left.
For example, you can capture your own brand-new application with just one click and also give it a realtime voice presentation overlay using microphone.
Your videos are stored at sdcard/UnlimitedScreenRecorder.
Features
★ Completely free
★ Unlimited video recording
★ No watermarks
★ Simple to use - one touch recording
★ Optimized for performance
Tried on nexus 5, nexus 9, and OnePlus One and it force closes when you confirm the recording dialog. What did you test this on?
Same here on the Nexus 4. (LRX21P)
force close
nexus 5
aeppacher said:
Tried on nexus 5, nexus 9, and OnePlus One and it force closes when you confirm the recording dialog. What did you test this on?
Click to expand...
Click to collapse
Just tried here on Nexus 5 LRX21O and it works great.
Thank you very much.
Suggestion
The options are very inconsistent. Sometimes the "best" option is on top (Video bitrate, Framerate) and sometimes on the bottom (Audio Sampling Rate) of the list. Other than that it looks pretty cool :good:
Immediately force closes on a rooted stock LRX210 N5.
Another FC report on N5 with LRX21O
Stack trace:
Code:
java.lang.IllegalStateException
at android.media.MediaRecorder.start(Native Method)
at
org.mistygames.screenrecord.MainActivity.h(source file:442)
at
org.mistygames.screenrecord.j.onResumed(Source File:423)
at android.hardware.display.DisplayManagerGlobal$VirtualDisplayCallbackDelegate.handleMessage(DisplayManagerGlobal.java:530)
at
android.os.Handler.dispatchMessage(Handler.java:102)
at
android.os.Looper.loop(Looper.java:135)
at
android.app.ActivityThread.main(ActivityThread.java:5221)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.Zygotelnit$MethodAndArgsCaller.run(Zygotelnit.java:899)
at
com.android.internal.os.Zygotelnit.main(Zytolnit.java:694)
Force Closes
Force closes immediately after accepting the record message on Nexus 5(LRX21O) and 7(LRX21P)
I like how http://www.xda-developers.com/android/unlimited-screen-recorder-lollipop/ talks about " abundant advertising toget in the way" and then mentions this app as an alterative. So i install this one, and what do i get?
THE VERY FIRST SCREEN I SEE FROM THIS APP IS A FULLSCREEN INTERSTITIAL AD
Very disappointed in XDA for this one.
Yeah force closes on the oneplus one immediately after i press record
Try new version in OP, I am testing it on Nexus 5 (LRX21O) and it works fine.
No change
Version 1.01 still force closes everytime on my devices....
1.01 still FC on my Nexus 4.
When the FC happens exactly, right after you click on rec button or after confirming the popup dialog?
When I hit record, regardless of settings.
Syntaxer said:
When the FC happens exactly, right after you click on rec button or after confirming the popup dialog?
Click to expand...
Click to collapse
After the confirmation popup here!
Both N5 tested lrx21o one: root modified rom the other: stock rom
N4 kitkat same
Oh AND THIS! Lol
I didn't get a full screen Ad, App FC on clicking record button
Tested on Galaxy S3(Nameless rom 5.0)
Works great on stock rooted nexus 5 lollipop but force closes on nexus 7 2013 flo as soon as start recording button is pressed.
Added logs
Alright, try this version.

[CLOSED] Mi 10 Ultra - New Display - Fingerprint calibration issue (under-display) - 1001 Out of memory

Hi,
I broke the screen of my beloved Xiaomi Mi 10 Ultra, bought a new one from china, waited a couple of weeks, got the new display, gave it to a local repair shop to change it. Got the phone back.
I knew that the under-display fingerprint sensor must be calibrated, so I went to Settings - My Device - All specs, clicked a couple of times on the kernel version, got into the CIT menu, found the "fod fingerprint calibration" tool under "additional tools".
When trying to calibrate (I saw a couple of forum threads about this calibration in general) I get the error messages:
1. 1513 High brightness incorrect - I think that's a general one that indicates I am not doing it correctly. Many people in the threads I read have the same issue and have explained ways to avoid it.
2. 1001 Out of memory - whenever I do everything right, just like explained, I get this message.
Is the partition where this info is stored out of memory? What is the problem, what should I do?
I have an unlocked bootloader, the latest version of a xiaomi.eu ROM (12.5.8 stable), non-rooted phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THREAD LOCKED
As per the Forum Rules:
5. Create a thread topic or post a message only once, this includes external links & streaming media.
-snip-
-snip-
Duplicate threads and posts will be removed
Always post in an existing thread if a topic already exists, before creating a new thread.
-snip-
Click to expand...
Click to collapse
Please don't create duplicate threads and use the existing thread: https://forum.xda-developers.com/t/new-display-fingerprint-calibration-issue.4360297/
Regards,
shadowstep
Forum Moderator

[Samsung] Airplane mode broken / "More connection settings" crash

I've two problems on a Samsung phone (Android 10 / OneUI 2.5), likely caused by the same core problem.
Reset Network settings didn't help. I'm hoping to solve it directly, without factory reset or firmware reinstall.
Any idea how to debug further?
The two problems:
Airplane mode can't be toggled without a restart. Toggling in the Quick Settings, the button will just sit in an intermediate state:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Trying from the full settings page, under some conditions (not always) it looks like you can toggle it (status icons change), but nothing changes in practice, and the QS button will still stay in the intermediate state. The only way to toggle is to change in the full setting page, then restart the phone.
Entering "Settings \ Connections \ More connection settings" always crashes, due to:
Code:
com.android.settings/com.android.settings.SubSettings
java.lang.IllegalStateException
Dependency "airplane_mode" not found for preference "vpn_settings" (title: "VPN",Preference.java,1559]
The full stack trace is:
Spoiler
Code:
[05-20 12:50:43.505 4601:4601 E/AndroidRuntime]
FATAL EXCEPTION: main
Process: com.android.settings, PID: 4601
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.IllegalStateException: Dependency "airplane_mode" not found for preference "vpn_settings" (title: "VPN"
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3654)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3806)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2267)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:8167)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
Caused by: java.lang.IllegalStateException: Dependency "airplane_mode" not found for preference "vpn_settings" (title: "VPN"
at androidx.preference.Preference.registerDependency(Preference.java:1559)
at androidx.preference.Preference.setDependency(Preference.java:1695)
at com.android.settings.network.VpnPreferenceController.displayPreference(VpnPreferenceController.java:88)
at com.android.settings.dashboard.DashboardFragment.displayResourceTiles(DashboardFragment.java:393)
at com.android.settings.dashboard.DashboardFragment.refreshAllPreferences(DashboardFragment.java:485)
at com.android.settings.dashboard.DashboardFragment.onCreatePreferences(DashboardFragment.java:195)
at com.samsung.android.settings.dynamicmenu.SecDynamicFragment.onCreatePreferences(SecDynamicFragment.java:154)
at androidx.preference.PreferenceFragmentCompat.onCreate(PreferenceFragmentCompat.java:246)
at com.android.settingslib.core.lifecycle.ObservablePreferenceFragment.onCreate(ObservablePreferenceFragment.java:61)
at com.android.settings.core.InstrumentedPreferenceFragment.onCreate(InstrumentedPreferenceFragment.java:67)
at com.android.settings.SettingsPreferenceFragment.onCreate(SettingsPreferenceFragment.java:238)
at com.android.settings.dashboard.DashboardFragment.onCreate(DashboardFragment.java:159)
at com.samsung.android.settings.dynamicmenu.SecDynamicFragment.onCreate(SecDynamicFragment.java:106)
at com.samsung.android.settings.connection.WirelessSettings.onCreate(WirelessSettings.java:322)
at androidx.fragment.app.Fragment.performCreate(Fragment.java:2471)
at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:847)
at androidx.fragment.app.FragmentTransition.addToFirstInLastOut(FragmentTransition.java:1196)
at androidx.fragment.app.FragmentTransition.calculateFragments(FragmentTransition.java:1079)
at androidx.fragment.app.FragmentTransition.startTransitions(FragmentTransition.java:118)
at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(FragmentManagerImpl.java:1857)
at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManagerImpl.java:1815)
at androidx.fragment.app.FragmentManagerImpl.execPendingActions(FragmentManagerImpl.java:1722)
at androidx.fragment.app.FragmentManagerImpl.executePendingTransactions(FragmentManagerImpl.java:231)
at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:988)
at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:969)
at com.android.settings.SettingsActivity.launchSettingFragment(SettingsActivity.java:655)
at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:353)
at android.app.Activity.performCreate(Activity.java:7963)
at android.app.Activity.performCreate(Activity.java:7952)
[05-20 12:50:43.506 1317:3347 I/am_crash]
[4601,0,com.android.settings,685358661,java.lang.IllegalStateException,Dependency "airplane_mode" not found for preference "vpn_settings" (title: "VPN",Preference.java,1559]
Not sure anymore when the whole thing started, but it was long ago.
(Maybe the question fits better under "Android Development and Hacking"?
It's not specific to a Samsung model, and AFAICT there's no non-specific Samsung subforum.)

Categories

Resources