Android Wear in Galaxy Gear - Samsung Galaxy Gear

I open this topic to ask the developers if it will be possible to port Android Wear on the Galaxy Gear.

AxelCM1 said:
I open this topic to ask the developers if it will be possible to port Android Wear on the Galaxy Gear.
Click to expand...
Click to collapse
There is already a thread for this here
http://forum.xda-developers.com/showthread.php?t=2685864
and I think there's another one somewhere beside that.

I tried hacking the API and changing API level 19 to API level 17, repackaging it with apktool. It loaded successfully on the Gear but I get this error.
W/dalvikvm( 5231): Unable to resolve superclass of Lcom/google/android/clockwork/stream/NotificationCollectorService; (175)
W/dalvikvm( 5231): Link of class 'Lcom/google/android/clockwork/stream/NotificationCollectorService;' failed
D/AndroidRuntime( 5231): Shutting down VM
W/dalvikvm( 5231): threadid=1: thread exiting with uncaught exception (group=0x41e42600)
E/AndroidRuntime( 5231): FATAL EXCEPTION: main
E/AndroidRuntime( 5231): java.lang.NoClassDefFoundError: com/google/android/clockwork/stream/NotificationCollectorService
E/AndroidRuntime( 5231): at com.google.android.clockwork.home.HomeApplication.writeNotificationListenerSetting(HomeApplication.java:280)
E/AndroidRuntime( 5231): at com.google.android.clockwork.home.HomeApplication.onCreate(HomeApplication.java:115)
E/AndroidRuntime( 5231): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1017)
E/AndroidRuntime( 5231): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4579)
E/AndroidRuntime( 5231): at android.app.ActivityThread.access$1400(ActivityThread.java:154)
E/AndroidRuntime( 5231): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
E/AndroidRuntime( 5231): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5231): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5231): at android.app.ActivityThread.main(ActivityThread.java:5306)
E/AndroidRuntime( 5231): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5231): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 5231): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
E/AndroidRuntime( 5231): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
E/AndroidRuntime( 5231): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5231): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.clockwork.stream.NotificationCollectorService" on path: /data/app/com.google.android.wearablepreview.app-1.apk
E/AndroidRuntime( 5231): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
E/AndroidRuntime( 5231): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime( 5231): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime( 5231): ... 14 more
W/ContextImpl( 1790): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1337 com.android.server.am.ActivityStack.startPausingLocked:1412 com.android.server.am.ActivityStack.finishActivityLocked:5894 com.android.server.am.ActivityStack.finishActivityLocked:5808 com.android.server.am.ActivityManagerService.handleAppCrashLocked:9539
I/ActivityManager( 1790): Clearing package preferred activities from com.google.android.wearablepreview.app

Is there any chance that galaxy gear live helps you guys to port android wear on galaxy gear (One) ?

neroleptic said:
Is there any chance that galaxy gear live helps you guys to port android wear on galaxy gear (One) ?
Click to expand...
Click to collapse
+1
There has to be a way to do this, hopefully without loosing the sync functions and camera support.

Same here

Short answer, without source, is no. Samsung has already said this won't be TW-based.
Sent from my GT-P5110 using Tapatalk 2

Any update anyone? I'd love to give it a try.

We got partial source now!!! Fingers Crossed!!!

pcpimpin said:
We got partial source now!!! Fingers Crossed!!!
Click to expand...
Click to collapse
Hello pcpimpin
Good news to read you.
But can you detail a little bit more this information ?
Thanks

sqalg said:
Hello pcpimpin
Good news to read you.
But can you detail a little bit more this information ?
Thanks
Click to expand...
Click to collapse
Google released some of the source code for android wear. This may help Devs get Android Wear on non-support devices.....maybe

pcpimpin said:
Google released some of the source code for android wear. This may help Devs get Android Wear on non-support devices.....maybe
Click to expand...
Click to collapse
Has anyone contacted f0mey (dev who created null_ ROM) regarding this? He would probably be able to help with some of the Gear-specific drivers, if not a lot more too...

nissanskylinebam said:
Has anyone contacted f0mey (dev who created null_ ROM) regarding this? He would probably be able to help with some of the Gear-specific drivers, if not a lot more too...
Click to expand...
Click to collapse
There is another thread that f0mey has commented in concerning AW port:
http://forum.xda-developers.com/galaxy-gear/general/safe-to-flash-attempt-porting-android-t2816412

http://forum.xda-developers.com/showthread.php?t=2977026
Sent from my SM-N900W8 using Tapatalk

Related

Help with Torch app.

Hey guys, my torch app is not working.. getting FC. This is logcat,
E/AndroidRuntime( 2029): FATAL EXCEPTION: main
E/AndroidRuntime( 2029): java.lang.RuntimeException: Unable to start service [email protected] with null: java.lang.NullPointerException
E/AndroidRuntime( 2029): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2173)
E/AndroidRuntime( 2029): at android.app.ActivityThread.access$2800(ActivityThread.java:123)
E/AndroidRuntime( 2029): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1002)
E/AndroidRuntime( 2029): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2029): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 2029): at android.app.ActivityThread.main(ActivityThread.java:3835)
E/AndroidRuntime( 2029): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2029): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 2029): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
E/AndroidRuntime( 2029): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
E/AndroidRuntime( 2029): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2029): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 2029): at net.cactii.flash2.TorchService.onStartCommand(TorchService.java:90)
E/AndroidRuntime( 2029): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2160)
E/AndroidRuntime( 2029): ... 10 more
Could someone please help

App - Zattoo @NativeSD in JB ?

Hi all,
is someone using the App Zattoo on NativeSD Rom (e.g. Xylos Pacman 1.2a)?
I'm very interesting if this is running, because I can't get it working at the moment (app crashes after starting "zattoo wurde leider beendet").
Zattoo was running before for me, but as I can remember it was when my Rom was starting from SD-Card, but the old way. Running WindowsMobile in Nand an running Android via hared...
I think Zattoo is a very interesting App for watching TV on the HD2 - for me here in Germany.
If I get it running again, I will try to start it with an Switzerland-Proxy, because then also the private TV channels like RTL, SAT1, ... are avaible (already tested on PC)
Edit: Crashes also in Nand-Rom (tried NexusHD2-JellyBean-4.1.2-CM10 V1.2 // NAND with DataOnEXT)
Hmm.., maybe the Android Version (JB) is the reason? I think it was running on ICS on SD (WinMo Nand) when I was able to use it in the past.
Edit2: I will try to test in EvoHD2v10 ICS 4.0.4-full HWA "Fastest ICS ever" with NativeSD method. => Doesn't run
Hmm.., what can it be?
Thanks a lot
giovanne
giovanne said:
Hi all,
is someone using the App Zattoo on NativeSD Rom (e.g. Xylos Pacman 1.2a)?
I'm very interesting if this is running, because I can't get it working at the moment (app crashes after starting "zattoo wurde leider beendet").
...
Hmm.., what can it be?
Thanks a lot
giovanne
Click to expand...
Click to collapse
Do you have installed the flash-player? Search at the following url for "Flash Player for Android 4.0 archives"... today it's version 11.1.115.27...
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
Cheers
Klaus
Sent from my HTC HD2 using xda app-developers app
o82239 said:
Do you have installed the flash-player? Search at the following url for "Flash Player for Android 4.0 archives"... today it's version 11.1.115.27...
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
Cheers
Klaus
Sent from my HTC HD2 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the answer.
But yes, exactly the Player Version I have installed. It is necessary when starting Zattoo from within Browser (by using a proxy for getting an switzerland IP adress and also all the german private channels . Starting Zattoo within Browser otherwise with german IP won't start because for german IP there is the App for using Zattoo.
But I can't start the Zattoo App anymore (also with Flash Player installed, but I think normally not needed for the app)
In the past last summer on holiday I used the App and it was very very good. Smooth playing the TV channels.
Can someone analyse something from the logcat when the Zattoo App is crashing?
Because of a Null pointer exception...
Code:
I/ActivityManager( 265): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.zattoo.player/.ui.StartupActivity bnds=[240,353][240,353] u=0} from pid 471
V/PhoneStatusBar( 343): setLightsOn(true)
D/libEGL ( 9610): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 9610): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 9610): loaded /system/lib/egl/libGLESv2_adreno200.so
I/Adreno200-EGL( 9610): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
I/Adreno200-EGL( 9610): Build Date: 07/31/12 Tue
I/Adreno200-EGL( 9610): Local Branch:
I/Adreno200-EGL( 9610): Remote Branch: quic/master
I/Adreno200-EGL( 9610): Local Patches: NONE
I/Adreno200-EGL( 9610): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING
D/OpenGLRenderer( 9610): Enabling debug mode 0
I/ActivityManager( 265): Displayed com.zattoo.player/.ui.StartupActivity: +435ms (total +2m32s986ms)
I/ActivityManager( 265): START {cmp=com.zattoo.player/.ui.ChannelsActivity u=0} from pid 9610
D/dalvikvm( 9610): GC_FOR_ALLOC freed 3271K, 55% free 3849K/8451K, paused 44ms, total 47ms
D/AndroidRuntime( 9610): Shutting down VM
W/dalvikvm( 9610): threadid=1: thread exiting with uncaught exception (group=0x40ab3300)
E/AndroidRuntime( 9610): FATAL EXCEPTION: main
E/AndroidRuntime( 9610): java.lang.NullPointerException
E/AndroidRuntime( 9610): at com.zattoo.player.ui.ChannelsAdapter.getView(ChannelsAdapter.java:118)
E/AndroidRuntime( 9610): at android.widget.AbsListView.obtainView(AbsListView.java:2273)
E/AndroidRuntime( 9610): at android.widget.ListView.measureHeightOfChildren(ListView.java:1244)
E/AndroidRuntime( 9610): at android.widget.ListView.onMeasure(ListView.java:1156)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.widget.RelativeLayout.measureChild(RelativeLayout.java:602)
E/AndroidRuntime( 9610): at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:415)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
E/AndroidRuntime( 9610): at android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
E/AndroidRuntime( 9610): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1390)
E/AndroidRuntime( 9610): at android.widget.LinearLayout.measureVertical(LinearLayout.java:681)
E/AndroidRuntime( 9610): at android.widget.LinearLayout.onMeasure(LinearLayout.java:574)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
E/AndroidRuntime( 9610): at android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
E/AndroidRuntime( 9610): at com.android.internal.policy.impl.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:2149)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:1850)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1102)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1275)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4214)
E/AndroidRuntime( 9610): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
E/AndroidRuntime( 9610): at android.view.Choreographer.doCallbacks(Choreographer.java:555)
E/AndroidRuntime( 9610): at android.view.Choreographer.doFrame(Choreographer.java:525)
E/AndroidRuntime( 9610): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
E/AndroidRuntime( 9610): at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime( 9610): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 9610): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9610): at android.app.ActivityThread.main(ActivityThread.java:4965)
E/AndroidRuntime( 9610): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9610): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 9610): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 9610): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 9610): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 265): Force finishing activity com.zattoo.player/.ui.ChannelsActivity
W/ActivityManager( 265): Activity pause timeout for ActivityRecord{417872e0 com.zattoo.player/.ui.ChannelsActivity}
I/Adreno200-EGL( 471): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
I/Adreno200-EGL( 471): Build Date: 07/31/12 Tue
I/Adreno200-EGL( 471): Local Branch:
I/Adreno200-EGL( 471): Remote Branch: quic/master
I/Adreno200-EGL( 471): Local Patches: NONE
I/Adreno200-EGL( 471): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING

MIUI 6 Discussion and Team Members LookUp - UPDATED 29-08-14

{
"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"
}
As you might know MIUI unveiled MIUI 6 on their 4th anniversary date, and it looks great
http://en.miui.com/thread-34895-1-1.html
Rom Preview on MI3
Now I and @David_Vaz are trying to port that great ROM to our great Nexus 5
As some of you might imagine port a rom is not a easy task, even less for people in learning as myself, but i'll keep trying
If You desire to help and have some knowledge on Android, PM me or David and welcome aboard
PS. If you want to help and dont desire to code We really need Someone who can Read and pinpoint errors on logcat. Every day i will update the logs by 17.PM CST fell free to take a look
Edit: Rom not booting here: https://mega.co.nz/#!1ct1yYCK!2Ty3OZBOCd3fb8LFruFfjJUSCJF8aUB322V5yRexreY
Dont install unless you know what to do, we are not responsible for any damage
Lattest logcat here:https://drive.google.com/file/d/0Bxt51MAjKyi0OUo1amVQcnJ2YTQ/edit?usp=sharing
(please refrain yourselves from personal opinions here, and when we need beta testers we will ask. )
Gallery :
Reserved
Hey guys, can you post some screens ?
BruKnowsBest said:
Hey guys, can you post some screens ?
Click to expand...
Click to collapse
The op was updated with a video review
Tyrany said:
The op was updated with a video review
Click to expand...
Click to collapse
Portugues???
BruKnowsBest said:
Portugues???
Click to expand...
Click to collapse
Yes
Thank You for making a new thread again. The one I had started, mod decided to move it to another sub-forum.
Good luck guys
Sent from my Phone.
Tyrany said:
As you might know MIUI unveiled MIUI 6 on their 4th anniversary date, and it looks great
http://en.miui.com/thread-34895-1-1.html
Rom Preview on MI3
Now I and @David_Vaz are trying to port that great ROM to our great Nexus 5
As some of you might imagine port a rom is not a easy task, even less for people in learning as myself, but i'll keep trying
If You desire to help and have some knowledge on Android, PM me or David and welcome aboard
PS. If you want to help and dont desire to code We really need Someone who can Read and pinpoint errors on logcat
(please refrain yourselves from personal opinions here, and when we need beta testers we will ask. )
Click to expand...
Click to collapse
Good Job Guys!!!!
I am available for helping on logcats
t-shock said:
Good Job Guys!!!!
I am available for helping on logcats
Click to expand...
Click to collapse
Give me 30 minutes ill post new log
Sent from my Nexus 5 using Tapatalk
Edit: Here's the logcat please everything you see relevant post it, because my problem sometimes is finding what to do
Tyrany said:
Give me 30 minutes ill post new log
Sent from my Nexus 5 using Tapatalk
Edit: Here's the logcat please everything you see relevant post it, because my problem sometimes is finding what to do
Click to expand...
Click to collapse
What is it that isn't working that your trying to find? Anything in particular or just in general
skeliton lord said:
What is it that isn't working that your trying to find? Anything in particular or just in general
Click to expand...
Click to collapse
Right now in general, since the doesn't boot, the 1 first task is resolving all errors thrown until it boots and then pinpoint bugs
Tyrany said:
Right now in general, since the doesn't boot, the 1 first task is resolving all errors thrown until it boots and then pinpoint bugs
Click to expand...
Click to collapse
Miui.os.fileutils do anybody know where is that crap? not the android.os.fileutils
Why miui stopped developing fort nexus 5? Hope this port will succeed one day.
Tyrany said:
Give me 30 minutes ill post new log
Sent from my Nexus 5 using Tapatalk
Edit: Here's the logcat please everything you see relevant post it, because my problem sometimes is finding what to do
Click to expand...
Click to collapse
Errors:
E/Diag_Lib( 173): Diag_LSM_Init: Failed to open handle to diag driver, error = 13
E/Diag_Lib( 173): diagpkt_tbl_reg: Registration failed.
D/ ( 173): ACDB_COMMAND: Failed to fetch the property info for pid 00012E47
D/ ( 173): Failed to fetch the lookup information of the device 00000067
E/MonoPipe( 173): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
E/MonoPipe( 173): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
W/InterfaceController( 829): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/ThemeCompatibility( 828): getVersion(): /data/system/theme_config/theme_compatibility.xml java.io.FileNotFoundException: /data/system/theme_config/theme_compatibility.xml: open failed: ENOENT (No such file or directory)
Missing:
libnetcmdiface.so (This lib is unable to find, because I had the same problem on porting lg g2 rom to nexus 5?
theme_compatibility.xml
Personal Opinion:
Change kernel & modem (yea it's quiet mysterious. Just change it with the newest available)
Question: Did you use a guide?
This base was started by David_Vaz i picked from logcat debug only so i dont know
Sent from my Nexus 5 using Tapatalk
Tyrany said:
This base was started by David_Vaz i picked from logcat debug only so i dont know
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
ok
Hi, i changed base and miui port version, on logcat system gives me this error, any clue?
I/SystemServer( 784): Package Manager
D/EntSec ( 784): [QSB ] [QSB_CLIENT ] QualcommSecurityBridge: PackageManager
I/EntSec ( 784): [QSB ] [PORT_SWITCH] QSB Client Thread created
D/EntSec ( 784): [QSB ] [NQS_CONECTOR] Trying to open a local socket
E/EntSec ( 784): [QSB ] [NQS_CONECTOR] Failed to create and connect a local socket. [Error Description: No such file or directory ]
E/EntSec ( 784): [QSB ] [NQS_CONECTOR] Failed to connect to the NQS [Error Description: No such file or directory ]
I/EntSec ( 784): [QSB ] [PORT_SWITCH] QSB Port Switching Thread start running...
D/EntSec ( 784): [QSB ] [PORT_SWITCH] NQS Communicator is disconnected
I/EntSec ( 784): [QSB ] [PORT_SWITCH] No connection with the NQS; QSB initializes with the default port
I/EntSec ( 784): [QSB ] [QSB_CLIENT ] Revert Loading port completed successfully
I/EntSec ( 784): [QSB ] [PORT_SWITCH] QSB Port Switching Thread stop running.
W/FileUtils( 784): Failed to chmod(/data/system/packages.list): libcore.io.ErrnoException: chmod failed: ENOENT (No such file or directory)
D/dalvikvm( 784): GetMethodID: not returning static method Landroid/os/Process;.getTotalMemory ()J
D/dalvikvm( 784): GetMethodID: not returning static method Landroid/os/Process;.getFreeMemory ()J
F/Environment( 784): Path requests must specify a user by using UserEnvironment
F/Environment( 784): java.lang.Throwable
F/Environment( 784): at android.os.Environment.throwIfUserRequired(Environment.java:787)
F/Environment( 784): at android.os.Environment.getExternalStorageDirectory(Environment.java:388)
F/Environment( 784): at miui.os.Environment.(SourceFile:31)
F/Environment( 784): at com.android.server.pm.MiuiPackageManagerService.(MiuiPackageManagerService.java:75)
F/Environment( 784): at com.android.server.pm.PackageManagerService.(PackageManagerService.java:1139)
F/Environment( 784): at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1061)
F/Environment( 784): at com.android.server.ServerThread.initAndLoop(SystemServer.java:270)
F/Environment( 784): at com.android.server.SystemServer.main(SystemServer.java:1277)
F/Environment( 784): at java.lang.reflect.Method.invokeNative(Native Method)
F/Environment( 784): at java.lang.reflect.Method.invoke(Method.java:515)
F/Environment( 784): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:807)
F/Environment( 784): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:623)
F/Environment( 784): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 784): Error reporting WTF
E/AndroidRuntime( 784): java.lang.NullPointerException
E/AndroidRuntime( 784): at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:339)
E/AndroidRuntime( 784): at android.util.Log$1.onTerribleFailure(Log.java:104)
E/AndroidRuntime( 784): at android.util.Log.wtf(Log.java:293)
E/AndroidRuntime( 784): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 784): at android.os.Environment.throwIfUserRequired(Environment.java:787)
E/AndroidRuntime( 784): at android.os.Environment.getExternalStorageDirectory(Environment.java:388)
E/AndroidRuntime( 784): at miui.os.Environment.(SourceFile:31)
E/AndroidRuntime( 784): at com.android.server.pm.MiuiPackageManagerService.(MiuiPackageManagerService.java:75)
E/AndroidRuntime( 784): at com.android.server.pm.PackageManagerService.(PackageManagerService.java:1139)
E/AndroidRuntime( 784): at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1061)
E/AndroidRuntime( 784): at com.android.server.ServerThread.initAndLoop(SystemServer.java:270)
E/AndroidRuntime( 784): at com.android.server.SystemServer.main(SystemServer.java:1277)
E/AndroidRuntime( 784): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 784): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 784): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:807)
E/AndroidRuntime( 784): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:623)
E/AndroidRuntime( 784): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 784): Original WTF:
E/AndroidRuntime( 784): android.util.Log$TerribleFailure: Path requests must specify a user by using UserEnvironment
E/AndroidRuntime( 784): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 784): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 784): at android.os.Environment.throwIfUserRequired(Environment.java:787)
E/AndroidRuntime( 784): at android.os.Environment.getExternalStorageDirectory(Environment.java:388)
E/AndroidRuntime( 784): at miui.os.Environment.(SourceFile:31)
E/AndroidRuntime( 784): at com.android.server.pm.MiuiPackageManagerService.(MiuiPackageManagerService.java:75)
E/AndroidRuntime( 784): at com.android.server.pm.PackageManagerService.(PackageManagerService.java:1139)
E/AndroidRuntime( 784): at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1061)
E/AndroidRuntime( 784): at com.android.server.ServerThread.initAndLoop(SystemServer.java:270)
E/AndroidRuntime( 784): at com.android.server.SystemServer.main(SystemServer.java:1277)
E/AndroidRuntime( 784): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 784): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 784): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:807)
E/AndroidRuntime( 784): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:623)
E/AndroidRuntime( 784): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 784): Caused by: java.lang.Throwable
E/AndroidRuntime( 784): ... 13 more
D/dalvikvm( 784): GC_CONCURRENT freed 245K, 3% free 11425K/11688K, paused 3ms+2ms, total 20ms
D/dalvikvm( 784): GC_CONCURRENT freed 421K, 5% free 11437K/11948K, paused 2ms+1ms, total 18ms
D/dalvikvm( 784): WAIT_FOR_CONCURRENT_GC blocked 13ms
D/dalvikvm( 784): GC_CONCURRENT freed 394K, 5% free 11441K/11948K, paused 2ms+2ms, total 18ms
D/dalvikvm( 784): WAIT_FOR_CONCURRENT_GC blocked 14ms
D/dalvikvm( 784): GC_CONCURRENT freed 427K, 5% free 11448K/11968K, paused 2ms+2ms, total 17ms
D/dalvikvm( 784): WAIT_FOR_CONCURRENT_GC blocked 14ms
Click to expand...
Click to collapse
and this do you know why???
Sent from my Nexus 5 using Tapatalk
Tyrany said:
Hi, i changed base and miui port version, on logcat system gives me this error, any clue?
and this do you know why???
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Missing libcore.io
Now it is even more comlicated........
t-shock said:
Missing libcore.io
Now it is even more comlicated........
Click to expand...
Click to collapse
I will drop that port version its a crazy logcat anyway thanks for the reply
Sent from my Nexus 5 using Tapatalk

[AOSPA 5+][OFFICIAL][AOSPA-L][G2][MOST VARIANTS][Paranoid Android]

{
"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"
}
OFFICIAL AOSPA 5+ | (LG G2)
ATTENTION: BEFORE YOU DO OR POST ANYTHING!
READ THE ENTIRE OP, POST #2, & POST #3!
USE THE SEARCH TOOL!
USE GOOGLE!
READ BACK AT LEAST 5 PAGES BEFORE YOU POST ANYTHING!
STAY ON TOPIC!
RESPECT EACH OTHER!
NO FLAME WARS!
DON'T SPAM!
I'M NOT RESPONSIBLE FOR ANY MISHAPS WITH YOUR DEVICE! YOU ARE FLASHING THIS AT YOUR OWN RISK!
USE THE Q&A SECTION TO HELP EACH OTHER!
INSTRUCTIONS
SEE POST #3 OR YOU'RE GOING TO HAVE A BAD TIME
BOOT INTO RECOVERY (LATEST TWRP IS RECOMMENDED)
MAKE NANDROID BACKUP
WIPE SYSTEM, DATA, CACHE, & DALVIK CACHE
FLASH ROM
FLASH GAPPS (TK OR BANKS GAPPS RECOMMENDED)
SUPPORTED VARIANTS | (LG G2)
D800 (AT&T)
D801 (T-Mobile)
D802 (International)
D803 (Canada)
LS980 (Sprint)
VS980 (Verizon)
DOWNLOADS | (PLEASE DO NOT POST MIRRORS)
RELEASES
TK GAPPS
BANK'S GAPPS
LINKS
G+ Community
Website
GitHub
Gerrit Code Review
CREDITS & THANKS
Google
Android
Linux
Code Aurora Forum (CAF)
CyanogenMod
G2 Dream Team
@Rashed97
@houstonn
@ayysir
@sferadev
XDA
Testers
DrDev's
Hosting Shared Box
Android File Host
Basketbuild
MAKE SURE YOU HAVE ALL OF THESE FLASHED OR YOU'RE GOING TO HAVE A BAD TIME
MODEM/BASEBAND THREAD
D800
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
D801
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
D802
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
D803
KITKAT BOOTLOADER
KITKAT MODEM
LS980
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
VS980
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
great work son
Cant wait to test. Making a new thread was probably the best thing you could do in terms of removing confusion between current situation and the old OP in the other thread.
Sorry for the noob question but can i use kitkat baseband or need reflash jb baseband before flashing this alpha. Thank u for ur time
Sent from my LG-D802 using XDA Free mobile app
neetee said:
Sorry for the noob question but can i use kitkat baseband or need reflash jb baseband before flashing this alpha. Thank u for ur time
Sent from my LG-D802 using XDA Free mobile app
Click to expand...
Click to collapse
kitkat baseband. if you mean bootloader yes you should use jb bootloader
neetee said:
Sorry for the noob question but can i use kitkat baseband or need reflash jb baseband before flashing this alpha. Thank u for ur time
Sent from my LG-D802 using XDA Free mobile app
Click to expand...
Click to collapse
Use the KitKat baseband.
LS980 with KK baseband can't boot, I have to go back to JB baseband.
JB Baseband for vs/ls980
vs980 and ls980 need jb baseband. Hopefully at some point they can be used with the kitkat as that baseband offers more stability and what Paranoid Android 4+ used. JackPotCalvin is apparently building a cyanogenmod 12 for the vs980 with kitkat baseband.
Step to install this rom from Cloudy G3
Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.
In for some testing.
Hey Mike, Thanks for your hard work man!
It looks like there's a problem with the d803 rom file, hosting site shows 213.2 MB but downloaded file is only 203 MB.
Also MD5 don't match:
Downloaded file: 00b0669ec228ec07bd4eab5557a7186b
MD5 file: 8c4501c6ce6294111a5945014fff075e
Cheers.
---------- Post added at 10:01 PM ---------- Previous post was at 09:59 PM ----------
lee140685 said:
Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.
Click to expand...
Click to collapse
Just follow the steps listed on first post and you should be good
MikeCriggs said:
Use the KitKat baseband.
Click to expand...
Click to collapse
Rotation doesn't work on KK baseband on d800. dr87 working rotation hacked JB kernel worked.
Last build I tried was 11/30.
lee140685 said:
Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.
Click to expand...
Click to collapse
Please see the "Instructions" part of the first post.
Attention to all d803 users!
ATTENTION TO ALL D803 USERS!
I have just redone the device tree. In theory, it should work. I am building right now.
Please flash after it builds and let me know if it works!
TRACK THE BUILD PROGRESS ON MY JENKINS, HERE
DOWNLOAD THE BUILD WHEN IT FINISHES FROM MY APACHE SERVER, HERE
PLEASE ALLOW AT LEAST TWO HOURS FROM THE TIME OF THIS POST FOR THE BUILD TO FINISH!
Roaming Bug still present on VS980?
Just flashed 12-04 d802 and still have dialer fc while trying to make a call same as 12-03
I seem to have a problem with the dialer upon flashing. Looks like the dialer is missing the CALL_PRIVILEGED permission, attempting to make a call causes a force close, however it seems that I can receive calls easily. I'm running on a VS980.
Code:
I/ActivityManager( 703): START u0 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras)} from uid 10005 on display 0
W/ActivityManager( 703): Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
D/AndroidRuntime( 4112): Shutting down VM
E/AudioTrack( 703): AudioTrack::set : Exit
E/AndroidRuntime( 4112): FATAL EXCEPTION: main
E/AndroidRuntime( 4112): Process: com.android.dialer, PID: 4112
E/AndroidRuntime( 4112): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1540)
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1493)
E/AndroidRuntime( 4112): at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2404)
E/AndroidRuntime( 4112): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1480)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3736)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3697)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:4007)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:3975)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:85)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:60)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.handleDialButtonPressed(DialpadFragment.java:1330)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.onClick(DialpadFragment.java:1033)
E/AndroidRuntime( 4112): at android.view.View.performClick(View.java:4756)
E/AndroidRuntime( 4112): at android.view.View$PerformClick.run(View.java:19749)
E/AndroidRuntime( 4112): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 4112): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 4112): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4112): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
W/ActivityManager( 703): Force finishing activity com.android.dialer/.DialtactsActivity
ShadowEO said:
I seem to have a problem with the dialer upon flashing. Looks like the dialer is missing the CALL_PRIVILEGED permission, attempting to make a call causes a force close, however it seems that I can receive calls easily. I'm running on a VS980.
Code:
I/ActivityManager( 703): START u0 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras)} from uid 10005 on display 0
W/ActivityManager( 703): Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
D/AndroidRuntime( 4112): Shutting down VM
E/AudioTrack( 703): AudioTrack::set : Exit
E/AndroidRuntime( 4112): FATAL EXCEPTION: main
E/AndroidRuntime( 4112): Process: com.android.dialer, PID: 4112
E/AndroidRuntime( 4112): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1540)
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1493)
E/AndroidRuntime( 4112): at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2404)
E/AndroidRuntime( 4112): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1480)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3736)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3697)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:4007)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:3975)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:85)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:60)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.handleDialButtonPressed(DialpadFragment.java:1330)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.onClick(DialpadFragment.java:1033)
E/AndroidRuntime( 4112): at android.view.View.performClick(View.java:4756)
E/AndroidRuntime( 4112): at android.view.View$PerformClick.run(View.java:19749)
E/AndroidRuntime( 4112): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 4112): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 4112): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4112): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
W/ActivityManager( 703): Force finishing activity com.android.dialer/.DialtactsActivity
Click to expand...
Click to collapse
Please use the official bug report form: http://goo.gl/forms/F2Bw5RFv3i

Snapdragon camera v2 [flashable zip]

In less than a decade the cameras in our smartphones have become so advanced that many people choose not to buy traditional cameras at all. Of course, people still want high-quality images. These days nobody wants to settle for less than great. Neither do we.
So Here is the new Snapdragon Camera v2
Features
To Know about features visit
https://www.qualcomm.com/news/snapd...a-features-add-dslr-effects-your-mobile-phone
Click to expand...
Click to collapse
DOWNLOAD LINK
Mod Edit:
Thread closed.
You've already started a thread here
http://forum.xda-developers.com/yureka/themes-apps/flashable-snapdragon-camera-v2-t3189679
Don't work for me
Not working for me too. Logcat:
Code:
--------- beginning of crash
E/AndroidRuntime( 4249): FATAL EXCEPTION: main
E/AndroidRuntime( 4249): Process: org.codeaurora.snapcam, PID: 4249
E/AndroidRuntime( 4249): java.lang.NoClassDefFoundError: com.android.camera.PhotoModule$StatsCallback
E/AndroidRuntime( 4249): at com.android.camera.PhotoModule.<init>(PhotoModule.java:320)
E/AndroidRuntime( 4249): at com.android.camera.CameraActivity.setModuleFromIndex(CameraActivity.java:1829)
E/AndroidRuntime( 4249): at com.android.camera.CameraActivity.onCreate(CameraActivity.java:1480)
E/AndroidRuntime( 4249): at android.app.Activity.performCreate(Activity.java:6010)
E/AndroidRuntime( 4249): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1129)
E/AndroidRuntime( 4249): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2292)
E/AndroidRuntime( 4249): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2413)
E/AndroidRuntime( 4249): at android.app.ActivityThread.access$800(ActivityThread.java:155)
E/AndroidRuntime( 4249): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1317)
E/AndroidRuntime( 4249): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4249): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4249): at android.app.ActivityThread.main(ActivityThread.java:5343)
E/AndroidRuntime( 4249): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4249): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4249): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:905)
E/AndroidRuntime( 4249): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700)
E/AndroidRuntime( 4249): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
W/ActivityManager( 1019): Force finishing activity 1 org.codeaurora.snapcam/com.android.camera.CameraLauncher

Categories

Resources