Nokia X Launcher Apk - Nokia X

Hello XDA Developers,
Today I have seen a lot of Buzz going around on Nokia X Threads and extracted this Apk file from the Nokia X System apps and tried installing it too on Galaxy Grand, Guess What ? "The Launcher Stopped Working" for I ran it. Maybe there's something wrong with the resolution, maybe it needs for modification to use it on other devices.
So, I was looking for a Dev who could understand this APK and edit it and see if he/she can make this Launcher.apk as a working apk for almost all devices (if possible). See if anyone can fix coz some people want this Launcher on their device (including me )

Unfortunately this would require significant modification of either the apps or the phone framework. Just a small snippet of the errors I found:
Code:
03-01 12:21:53.674: E/AndroidRuntime(20087): FATAL EXCEPTION: main
03-01 12:21:53.674: E/AndroidRuntime(20087): Process: com.proto.launcher, PID: 20087
03-01 12:21:53.674: E/AndroidRuntime(20087): java.lang.NoSuchMethodError: android.os.storage.StorageManager.<init>
03-01 12:21:53.674: E/AndroidRuntime(20087): at com.proto.launcher.apps_menu.AppsMenuPage.onCreate(AppsMenuPage.java:315)
As you can see, we're missing a function here, something that can't just be added and bam it works.This will need a serious workaround, possibly exclusions of huge chunks of the launcher, to even get it to start.

this launcher deodex or odex?

fonix232 said:
Unfortunately this would require significant modification of either the apps or the phone framework. Just a small snippet of the errors I found:
Code:
03-01 12:21:53.674: E/AndroidRuntime(20087): FATAL EXCEPTION: main
03-01 12:21:53.674: E/AndroidRuntime(20087): Process: com.proto.launcher, PID: 20087
03-01 12:21:53.674: E/AndroidRuntime(20087): java.lang.NoSuchMethodError: android.os.storage.StorageManager.<init>
03-01 12:21:53.674: E/AndroidRuntime(20087): at com.proto.launcher.apps_menu.AppsMenuPage.onCreate(AppsMenuPage.java:315)
As you can see, we're missing a function here, something that can't just be added and bam it works.This will need a serious workaround, possibly exclusions of huge chunks of the launcher, to even get it to start.
Click to expand...
Click to collapse
Maybe someone is read to work on it We will just leave it here. Whoever fixes these things and make it run, he will be popular in NO TIME

Seems like it lacks some essential libraries.
Two of the missing types are com.android.internal.app.FastlaneNotification and com.android.internal.app.IFastlaneNotificationService.

Minions_Army said:
this launcher deodex or odex?
Click to expand...
Click to collapse
It's deodexed. I think so.

Can you tell me where did you get the system dump from?
Sent from my HTC Desire X using xda app-developers app

InfinityShooter said:
Can you tell me where did you get the system dump from?
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
From this thread :
http://forum.xda-developers.com/showthread.php?t=2662702

I did some decompile thing with this Launcher. Maybe that's the reason. Newly and untouched extracted Launcher.apk is attached below. See if it works.

Mrtoxicgamer10 said:
I did some decompile thing with this Launcher. Maybe that's the reason. Newly and untouched extracted Launcher.apk is attached below. See if it works.
Click to expand...
Click to collapse
FC on HTC One, 4.4.2

Mrtoxicgamer10 said:
I did some decompile thing with this Launcher. Maybe that's the reason. Newly and untouched extracted Launcher.apk is attached below. See if it works.
Click to expand...
Click to collapse
Force close on nexus 7 (grouper) on rastakat 4.4.2
I am going to try installing it as a system app.

Everyone who wants to test this Launcher.apk on their device is welcomed but please do NOTE that this Launcher.apk needs some serious modifications by PRO devs (as I am a beginner in Dev, I can't do it )

Mrtoxicgamer10 said:
I did some decompile thing with this Launcher. Maybe that's the reason. Newly and untouched extracted Launcher.apk is attached below. See if it works.
Click to expand...
Click to collapse
Force close on my Nexus 4
Wysłane z mojego Nexus 4 przy użyciu Tapatalka

force close on my lg p990 with android 4.4.2 =(

Force Close on Huawei Ascend P6-U06

Xperia Z1, FC

FC, FC, everywhere FC, but how about a logcat?!

Vynikal said:
FC, FC, everywhere FC, but how about a logcat?!
Click to expand...
Click to collapse
I already posted it. I was using the APK from the dump, not the uploaded one.
The problem is the missing classes Nokia added, so unless someone is brave enough to dive into the framework and gather them up, put them in an extra library and upload it, we're shot. Or someone can try to remove those calls from the Launcher, which would cripple its functionality.

FC on note 3
Sent from my SM-N900T using Tapatalk

FC on One X, 4.2 JB
Sent from my HTC One X using XDA Premium 4 mobile app

Related

[DUMP] SAMSUNG S2 (/system)

Hello Everyone,
The dump for Samsung Galaxy S II is here. Thanks to Android Central for providing it and also to the Samsung's beta testers for leaking it Have fun.
Download here:
http://www.multiupload.com/66YMJ5XCUX [ 288 MB ]
tids2k said:
Hello Everyone,
The dump for Samsung Galaxy S II is here. Thanks to Android Central for providing it and also to the Samsung's beta testers for leaking it Have fun.
Download here:
http://www.multiupload.com/66YMJ5XCUX [ 288 MB ]
Click to expand...
Click to collapse
Maybe this will pave the way for a touchwiz 4 port to our beloved i9000.
Omg I hope someone can port it.
Sent from my GT-I9000 using XDA App
gogogo dev !!!!
Of course, that's very cool. Now lets hope some cold stuff comes outta this -- I've my eyes set on you, TouchViz 4.0!!
I Dont think, its Galaxy S2, dump. It has Touch Wiz 3.0 Launcher...
Tried, but cant install the TWlauncher. Now trying other apks.
Antonyjeweet said:
Tried, but cant install the TWlauncher. Now trying other apks.
Click to expand...
Click to collapse
System APK are not installable, you can copy or push them to system/app folder...
nedooo said:
System APK are not installable, you can copy or push them to system/app folder...
Click to expand...
Click to collapse
You just have to resign them and/or remove any shared uid's they have since ur signing it using testkey's which are incompatible with those that pre-exist for that shareduid.
One thing we are lucky in that TouchWiz 4.0 is the same resolution as TouchWiz 3.0 at 800x480 so we don't have to worry about scaling issues like the guys porting Sense 3.0 to WVGA devices are struggling with.
I've seen some videos of TouchWiz 4.0 and while I traditionally don't like Samsung's UI all that much, I have to admit it looks pretty slick. Hopefully somebody with some skills can get in here and work some magic.
Happy Easter everybody!
Daneshm90 said:
You just have to resign them and/or remove any shared uid's they have since ur signing it using testkey's which are incompatible with those that pre-exist for that shareduid.
Click to expand...
Click to collapse
Can you tell me how to do that ?
I will give it a try and resign&rename the tw launcher..
I removed META-INF & signed it, but no luck.. Not working :-(
Daneshm90 said:
You just have to resign them and/or remove any shared uid's they have since ur signing it using testkey's which are incompatible with those that pre-exist for that shareduid.
Click to expand...
Click to collapse
Just tried Polaris Office and it works, Gallery doesn't...noooot even Polaris FC when I try to open PPSX :'(
Antonyjeweet said:
Can you tell me how to do that ?
Click to expand...
Click to collapse
Very easy.
Decompile using apkmanager/apktool
Go in the AndroidManifest.xml and remove the sharedUID attribute.
Recompile and resign
Tada (fyi, last i was on touchwiz n on irc got hold of the twlauncher from this "dump", twlauncher fc'd....it seemed to be missing libs so tht'd b ur best bet to try libs from /system/lib.
... silently following this thread.... Kinda excited about what TW4 has to offer
ZiCoN said:
... silently following this thread.... Kinda excited about what TW4 has to offer
Click to expand...
Click to collapse
Me too !!! I hope that a portage is possible!!!
Love you devs !
Go Go Go
Sent from my GT-I9000 using XDA Premium App
Let's just hope that it's smooth. That's the most important thing!
Cool! who will make an update zip for us?? next!!
Wtf..
Nobody knows if it s possible to port it... xD
Sent from my GT-I9000 using XDA App

[Alpha testing in progress] Paranoid Android 2.53 [CM10 Hybrid]

Alpha Testing Now In Progress!
ZTE+WFS Present...
Paranoid Android 2.53​
Paranoid Android for the Wildfire S
Version: 2.53
What is Paranoid Android?
This is the first and only Android rom to feature true Hybrid mode.
This rom lets you scale and project every app, every widget, even systemcomponents individually.
Remember, android is modular, everything is an app: Lockscreen, navigationbar, dialogs, popups, keyboards, widgets, and your regular apps of course.
Apps have the capability to switch into various designs or layouts according to the device they run on.
This can result in a complete new experience as many apps will transform to the better.
Now for every element that you like chose a mode (PhoneUI, Phablet/Nexus-7UI, TabletUI) and/or a size.
You are 100% independent of the system DPI which runs nicely in whatever value it has been assigned to.
You do not need to boot your phone into a certain DPI. Neither will most of the changes you apply require a reboot.
You will not suffer from the myriads of troubles which normally haunt you under build.prop tablet mode.
Your market, phone, etc. will all work, apps won't shrink on you unless you shrink them yourself.
This project will entirely transform your device, but retain the aesthetics and the feel of your phone.
Click to expand...
Click to collapse
What is new in version two? (over version one that Dudeman1996 ported)
Lots of new fixes
Lots of new Features
High Stability with hybrid aspects
Paranoid Preferences finished 100%
New Wallpaper app
Many more new features!
Click to expand...
Click to collapse
Currently Working: Unknown
Currently Not working: Unknown
Download Link: Our current target is: Not public(sorry for the wait)
**Alpha Tester's wanted. If you have logcat experience, message me. if you want to help, but you don't know how to logcat, click the thanks button**
Reserved for changelog
All our screenshot's will be based here: http://paranoidandroidwildfires.imgur.com/
(Obviously that's not a Wildfire S screenshot, actual screenshot's will be posted here once this rom is out of Alpha testing)
What JB release is it based on?
cahir1495 said:
What JB release is it based on?
Click to expand...
Click to collapse
Android 4.1.2
wanna installit now!...hahaha
Can't wait to get my hands on it so that i can play with a rom that looks marvelous
Verstuurd van mijn HTC Wildvuur S.
Hi!
I will test!!!
midgetman7782 said:
Android 4.1.2
Click to expand...
Click to collapse
But is it based on Modpunk's/Dudeman's CM10 release? If yes, which one is it?
Is it based on my ROM or compiled from source? Cause I'm having trouble getting it to compile from source.
Compiled from source
Sent from my Wildfire S A510e using xda app-developers app
When will you add download link?
cahir1495 said:
When will you add download link?
Click to expand...
Click to collapse
When the rom is ready
All our screenshot's will be based here: http://paranoidandroidwildfires.imgur.com/
Click to expand...
Click to collapse
ParanoidAndroidWildfireS's albums
ParanoidAndroidWildfireS does not have any public albums or public images. There's nothing else to see here.
Click to expand...
Click to collapse
Nothing to see here
RiesVLD said:
Nothing to see here
Click to expand...
Click to collapse
Hmm. i guess imgur deleted my stuff I will sort this problem. thanks for notifying me
midgetman7782 said:
When the rom is ready
Click to expand...
Click to collapse
So when it the rom ready? i can't wait
No eta. I have a maths GCSE tomorrow, and so does rymate, so not tonight. Soon.
Sent from my Wildfire S A510e using xda app-developers app
midgetman7782 said:
No eta. I have a maths GCSE tomorrow, and so does rymate, so not tonight. Soon.
Sent from my Wildfire S A510e using xda app-developers app
Click to expand...
Click to collapse
Ooh good luck in that, I got a B I also heard Edexcel made the specification harder (ignore that if you're not doing Edexcel )
It might take a few days for me to compile this, as I'll be compiling for my phone first, and my computer isn't exactly fast
Also I can apparently post in this section of xda nw, which is nice
dudeman1996 said:
Ooh good luck in that, I got a B I also heard Edexcel made the specification harder (ignore that if you're not doing Edexcel )
Click to expand...
Click to collapse
Cheers Dude, i guess your lower sixth now? a year ahead of me
and edexcel made the specification harder? I'm going to pretend i didn't hear that

[Q] can the camera from htc one be ported to the s4?

can the camera from htc one be ported to the s4?
rudyp9 said:
can the camera from htc one be ported to the s4?
Click to expand...
Click to collapse
I don't think so. You need the frameworks for it. I wanted the Asus Camera from my tablet but it force closes and causes lots of issues But i only looked at the logcat and saw framework errors. Didn't get further than that though.
elesbb said:
I don't think so. You need the frameworks for it. I wanted the Asus Camera from my tablet but it force closes and causes lots of issues But i only looked at the logcat and saw framework errors. Didn't get further than that though.
Click to expand...
Click to collapse
OH ok thanks for the reply:good:

[APK] New Camera & Gallery with Photosphere 100% Working, NO ROOT REQUIRED

Yesterday where leaked details of a new camera application in the HTC One and Galaxy S4 Google Play Editions, which added new features and some small change in its interface. And as expected, hours later, we can download and install the same version on any Android device.
To install the new gallery and camera, all you have to do is follow the next steps:
Go to Settings > Security and activate the checkbox "Unkonw Sources"
Download the APK file
With a file explorer (IE: ES Explorer or Astro), find the file on your SD and just pick the file and install the new Gallery (New camera included with the gallery)
Enjoy the Google Experience camera and gallery on your HTC One or in almost any device
If you have a Nexus or stock Android Experience device, this app will replace the current camera and gallery. If you have a Sense or other kind of Android, you will notice 2 new apps in the app drawer called: Camera and Gallery which belong to the new gallery and camera (no sh*t Sherlock ).
So far this has been tested on an HTC One, an Oppo Find 5 and in an Xperia Z and it's working in all of them with no issues so it will probably work in the rest of Android devices. Also, Photosphere and Panoramic options seems to be working to in all the Android devices with no need of ROOT or anything so, go ahead and try this new camera and gallery.
Source: El Androide Libre
PS: I've tried the APK myself and it's working like a charm. I can take photopsheres and no issues so far.
Link 1:
Download APK here (Google Docs)
Link 2:
Download APK here (Dropbox)
REQUIREMENT
The app requires that your phone has a gyro sensor (different from accelerometer sensor). Ensure you have this first before installing this app. You can check the "sensors" section of your phone on GSMArena if you don't know if your device has it.​
I must be dreaming, wow great job to all involved ripping through this stuff and releasing things only hours after the darn thing came out!
Sent from my ViperOne
:No-Frost: said:
Yesterday where leaked details of a new camera application in the HTC One and Galaxy S4 Google Play Editions, which added new features and some small change in its interface. And as expected, hours later, we can download and install the same version on any Android device.
To install the new gallery and camera, all you have to do is follow the next steps:
Go to Settings > Security and activate the checkbox "Unkonw Sources"
Download the APK file
With a file explorer (IE: ES Explorer or Astro), find the file on your SD and just pick the file and install the new Gallery (New camera included with the gallery)
Enjoy the Google Experience camera and gallery on your HTC One or in almost any device
If you have a Nexus or stock Android Experience device, this app will replace the current camera and gallery. If you have a Sense or other kind of Android, you will notice 2 new apps in the app drawer called: Camera and Gallery which belong to the new gallery and camera (no sh*t Sherlock ).
So far this has been tested on an HTC One, an Oppo Find 5 and in an Xperia Z and it's working in all of them with no issues so it will probably work in the rest of Android devices. Also, Photosphere and Panoramic options seems to be working to in all the Android devices with no need of ROOT or anything so, go ahead and try this new camera and gallery.
Source: El Androide Libre
PS: I've tried the APK myself and it's working like a charm. I can take photopsheres and no issues so far.
Link 1:
Download APK here (Google Docs)
Link 2:
Download APK here (Dropbox)
Click to expand...
Click to collapse
When u take Links from others, at least give credits to them...
Sent from my HTC One using xda app-developers app
Lovely! Tks so much!
Sent from my HTC One using Tapatalk 4 Beta
Will it support LWW/.
Guess I need to try it myself
Hey would this apk work on the nexus 4?
Sorry, I skimmed through the first post so I didn't see that it updates the current camera, thanks!
Sent from my Nexus 4 using xda app-developers app
Photosphere just fails and goes back to the Gallery running CM 10.1
Installed and it works, however I end up with yellow lines over my images (just with this new camera, the stock one works fine).
shino82 said:
When u take Links from others, at least give credits to them...
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Not sure if you noticed the "Source: El Androide Libre"... I don't know who leaked the apk but the source was from "El Androide Libre" website.
So I've give the proper credits, I never said that I released the APK, I only translated the information from the other site and included my own dropbox link just in case.
Works running trickdroid 8.0
Sent from my HTC One using xda premium
Works on ViperRom
Might have to flash CM10.1 tonight, see how that is coming along.
:No-Frost: said:
Not sure if you noticed the "Source: El Androide Libre"... I don't know who leaked the apk but the source was from "El Androide Libre" website.
So I've give the proper credits, I never said that I released the APK, I only translated the information from the other site and included my own dropbox link just in case.
Click to expand...
Click to collapse
I'm talking about the dropbox Link... Have you uploaded it?
Sent from my HTC One using xda app-developers app
Omg thank you so much my camera was lacking before abd didn't want to focus now it focuses on it's own and I don't have to keep hitting my screen trying to get it to work ! Thank you thank you
Sent from my HTC One using XDA Premium HD app
BUG: when opening an MMS picture with the enclosed gallery app, nothing shows up, and tends to lock up the phone for a few seconds. The sense gallery works perfectly.
Yep I can confirm I have the same issue as psufan5.
Android revolution 10.3
Sent from my HTC One using xda premium
shino82 said:
I'm talking about the dropbox Link... Have you uploaded it?
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
The DropBox link is my own DropBox account. I've uploaded the APK to my account just in case the other link has problems.
:No-Frost: said:
The DropBox link is my own DropBox account. I've uploaded the APK to my account just in case the other link has problems.
Click to expand...
Click to collapse
Then i didnt habe said anything. sorry for this anf thanks for your work
Sent from my HTC One using xda app-developers app
shino82 said:
Then i didnt habe said anything. sorry for this anf thanks for your work
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
No problem mate
Working perfect in TrickDroid 8.0 :good:
Is it possible to have the default APK Lockscreen, default SMS and Phone app from One GE ? :angel:
Works on ARHD 11.0

Android L launcher

I tested it and it works so, here is it.
http://forum.xda-developers.com/showthread.php?t=2796567
Read this pls:
ANDR01DN00B said:
The only difference is the sound it makes when you activate voice search and the margin width and height between the home screen and the search bar (it's less). The only thing I was waiting for was the new app drawer icon- but I guess that's only with Material, so it's pretty much L exclusive at this point.
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Smash2Bash said:
It's android L. It just looks the same for now because we don't have the material UI...
Sent from my Moto X running 4.4.3 Rooted Stock using Tapatalk
Click to expand...
Click to collapse
Jaizu said:
I tested it and it works so, here is it.
http://forum.xda-developers.com/showthread.php?t=2796567
Read this pls:
Click to expand...
Click to collapse
I found something and fixed it and then when you get the material buttons the gmail apps crash..
Sent from my Moto X running 4.4.3 Rooted Stock using Tapatalk
Smash2Bash said:
I found something and fixed it and then when you get the material buttons the gmail apps crash..
Sent from my Moto X running 4.4.3 Rooted Stock using Tapatalk
Click to expand...
Click to collapse
So we dont have chance to get it working until google releases updates to apps based on Android L style
Jaizu said:
So we dont have chance to get it working until google releases updates to apps based on Android L style
Click to expand...
Click to collapse
Yeah sadly, thanks for sending me this though. I appreciate it.
Sent from my Moto X running 4.4.3 Rooted Stock using Tapatalk
very good
works perfectly in moto e. excellent. thanks a lot :good::good::good::good::good:
I read you'll need to change something in the build.prop to enable material look. It was noted somewhere in the "Android L apps" thread in apps section.
Let me know if you cannot find it. I'll try to locate it and post a link.
Edit: Found it here.
You'll find the build.prop hack on the 1st post. Make sure you read the warning as well.
Hetalk said:
I read you'll need to change something in the build.prop to enable material look. It was noted somewhere in the "Android L apps" thread in apps section.
Let me know if you cannot find it. I'll try to locate it and post a link.
Edit: Found it here.
You'll find the build.prop hack on the 1st post. Make sure you read the warning as well.
Click to expand...
Click to collapse
its the same google now launcher available on play store i think..try it out..
https://play.google.com/store/apps/details?id=com.google.android.launcher&hl=en
Hit thanks if i helped!!
Running on my moto e thanks

Categories

Resources