Related
Hey everyone
Saw a few people were looking for a patched version of the ScanSearch application that ships with LG phones (http://forum.xda-developers.com/showthread.php?t=912217). I popped open reflector and modified it enough that it now launches on my non LG device.
[LINK]
@mods: if you want me to take the link down, please edit this out. PM me if the link disappears
Cheers
Oh, just so you know, you will have to use this tool to install it. You will need to tick the "Replace assembly signatures" and "Remove DRM" options for it to work correctly.
now thats a great app, thanks
Here are links to:
ScanSearch
Toolbox
Photo Stylist
LooknType
http://forum.xda-developers.com/showpost.php?p=10623038&postcount=34
All apps I have tested yesterday on my OMNIA 7.
Deploy them with Xap Deployer V1.4 and mark the checkboxes...
Can you patch Panorama Shot too?
hm, it always direcing to east is bad..but otherwise its a great app...perhaps you can fix the issue of it always facing east?
Yes in scan search, compass does not work on hd2 hd7. stays in one direction.
Should be possible to make some kind of bridge that intercepts the calls to the non-existent LG driver and return it meaningful compass data, right? I don't quite have the knowledge to do it myself, but if you can mess with it enough so that it doesn't check if it's on an LG phone, it should be possible to direct it at a different DLL...
I don't get it, it's missing all the features but one.
The app can also scan CDs, books, movie posters, bar codes, etc. and none of that is here. It should have a list of icons on the left hand side to toggle between these, yet when installed on HD7 and Focus, it's all gone (I have LG Quantum too, so I can compare).
malatesta said:
I don't get it, it's missing all the features but one.
The app can also scan CDs, books, movie posters, bar codes, etc. and none of that is here. It should have a list of icons on the left hand side to toggle between these, yet when installed on HD7 and Focus, it's all gone (I have LG Quantum too, so I can compare).
Click to expand...
Click to collapse
This functionality might have been implemented in an update? The only XAP I got to patch was the v1.0.0.0 ripped from the ROM. If you have a newer XAP, and post it, I'll be all to happy to update my site and post.
Strike that, I did patch the latest version. Will look into it.
Patched it, download from the same URL as before. It was a carrier check, meaning that only certain US Carriers could access those features. Now granted all devices the same supportedFeatures value.
If someone has a way of getting the orientation of other devices, I'm happy to give it a go, see if I can tweak it to a degree.
doesnt work, additional features are still not available for barcodes etc.
won't install on my focus
There's a Samsung Compass Homebrew library out there, which might be usable for this app with a bit of hacking. I've never tried it, though. Download the source for the "Functional Webserver" and it's in there.
as there is a htc compass app out now there, too.
someone interested in making a scansearch app with support for all devices?
ScanSearch is nice... Panorama shot is man oh man... so much better. I would say of the bunch its is the best... Also I get a manifest error...
ryotgz said:
won't install on my focus
Click to expand...
Click to collapse
Mine either now it appears - Resign File with valid WP manifest...
jessiethe3rd said:
ScanSearch is nice... Panorama shot is man oh man... so much better. I would say of the bunch its is the best... Also I get a manifest error...
Click to expand...
Click to collapse
yeah panorama shot is awesome app
why is none else able to code such thing...
wheres the files?
Works on my Dell Venue Pro....
Thanks : D
Edit: it loads, but it lok like it hasn't got access to the compass, because moving the phone does not move the compass in the scansearch app...
Hi guys.
Who wanted a free barcode scanner? Here we are...
No network connection needed; app based on zxing library and Kevin Marshall's (from Clarity Consulting, can't remember his blog url now) code.
I just slightly modified the original code and added a few (probably useful but not sure ) services.
App interface is very simple: run application, focus on barcode, and wait until code is recognized. Touch handset screen to run recognition again.
Buttons description:
- "Save" saves captured barcode to jpeg;
- "Bing" and "Google" used for barcode web lookup (probably this part needs more work)
- "Mail" and "SMS" used for sending recognized code text.
Enjoy!
UPDATE 1: v 1.1, auto focus added;
UPDATE 2: v 1.2, orientation-less UI added, project moved to opensource at googlecode: http://code.google.com/p/barcodescan/
UPDATE 3: v 1.2.1, slightly changed autofocus logic, now works better on HTC. Download link: http://barcodescan.googlecode.com/files/BarcodeScanner.xap
UPDATE 4: v 1.2.2
- barcode search improved;
- added HTC detection, changes in autofocus logic;
http://barcodescan.googlecode.com/files/BarcodeScanner_1.2.2.xap
Is this a marketplace app?
sensboston said:
Hi guys.
Who wanted a free barcode scanner? Here we are...
No network connection needed; app based on zxing library and Kevin Marshall's (from Clarity Consulting, can't remember his blog url now) code.
I just slightly modified the original code and added a few (probably useful but not sure ) services.
App interface is very simple: run application, focus on barcode, and wait until code is recognized. Touch handset screen to run recognition again.
Buttons description:
- "Save" saves captured barcode to jpeg;
- "Bing" and "Google" used for barcode web lookup (probably this part needs more work)
- "Mail" and "SMS" used for sending recognized code text.
Enjoy!
Click to expand...
Click to collapse
I can't seem to get it to do anything. It says 'Scanning...' and I'm trying different distances to codes, but nothing ever happens. Any pointers?
Is this limited to any country or is it just reading out what the barcode says?
OK, lets go through step by step:
- it's not a marketplace app and have no chance to be published 'cause it uses undocumented camera API; you should download and unpack attachment and sideload the app;
- if you can't capture the barcode, try better lighting. Also, move a handset to autofocus camera. In my tests the scanner captured 100% of barcodes: from books, computer part boxes, foodstuff...
- it's not limited to US 'cause (I believe) the barcodes are international. And yes, it's just reads the barcode; however you may bing or google results, in the most cases search engines able to find product/book description or specifications.
It's a very basic scanner; if someone can recommend online API/service to parse barcode value, I can add it to the program (but I really do not want to spend much time for this)
It technically works but the issue is lack of AF or Macro access.
On my Focus, it only works if I scan a barcode off of my PC (do an image search for one) --then it's super fast and quick.
Books, CDs, etc. do not work, regardless of lighting or distance--I suspect because the camera is not trying to AF. Any work around to that?
I've tested first on HTC Surround - work perfect (I can prove). But you've right about Focus'es bad autofocus (LOL, sound nonsense - "Focus have no autofocus"!).
Will see what I can do... Any other suggestions or wishes (about barcode lookup, UI, etc.)?
P.S. Fixed (reload version from the first post), now working good on Samsung Focus.
sensboston said:
I've tested first on HTC Surround - work perfect (I can prove). But you've right about Focus'es bad autofocus (LOL, sound nonsense - "Focus have no autofocus"!).
Will see what I can do... Any other suggestions or wishes (about barcode lookup, UI, etc.)?
P.S. Fixed (reload version from the first post), now working good on Samsung Focus.
Click to expand...
Click to collapse
Boom.
Working great on Focus now. Nice job. Think I'll try an LG next... bwahaha
As far as changes, no none right now. I'm sure what other apps use for barcode price comparisons--but perhaps a tie into Amazon or eBay would be good. Too bad you can't just jack into ShopSavvy's system with it, lol. If I think of any, will post back.
Edit: Working on LG Quantum too!
sensboston said:
I've tested first on HTC Surround - work perfect (I can prove). But you've right about Focus'es bad autofocus (LOL, sound nonsense - "Focus have no autofocus"!).
Will see what I can do... Any other suggestions or wishes (about barcode lookup, UI, etc.)?
P.S. Fixed (reload version from the first post), now working good on Samsung Focus.
Click to expand...
Click to collapse
hmm, 1.0 wasn't upside down, but 1.1 is upside down on my Focus. Anyone else see this?
davux said:
hmm, 1.0 wasn't upside down, but 1.1 is upside down on my Focus. Anyone else see this?
Click to expand...
Click to collapse
Nope. Fine on my Focus. It does work with accelerometer, you sure that isn't it?
Works well on my HD7! Great job! Hopefully it will tie in with Amazon and save previous searches within the app etc
sensboston said:
Hi guys.
Who wanted a free barcode scanner? Here we are...
No network connection needed; app based on zxing library and Kevin Marshall's (from Clarity Consulting, can't remember his blog url now) code.
Enjoy!
UPDATE: v 1.1, auto focus added;
Click to expand...
Click to collapse
Do you have any interest in releasing the source? I may have some time to improve upon this a bit, but I'd rather not start from scratch (or step on any toes re-creating virtually the same thing).
malatesta said:
Nope. Fine on my Focus. It does work with accelerometer, you sure that isn't it?
Click to expand...
Click to collapse
Good call, I was holding it strangely every time I opened it before. It works great.
davux said:
Do you have any interest in releasing the source? I may have some time to improve upon this a bit, but I'd rather not start from scratch (or step on any toes re-creating virtually the same thing).
Click to expand...
Click to collapse
Why not? I'm really do not have time for that project...
Here we are: http://code.google.com/p/barcodescan/
Send me a PM with your gmail and I'll add you to the project contributors. Do not forget comment each commit, increment solution version and promptly build community release (and upload xap to the project's download page!) - and you allset
BTW, there are many things to improve: better UI (completely orientation-less), additional functionality - commit found barcodes to database etc. etc. etc.
Please review and follow these rules, it appears you aren't following them, you most likely aren't following the template. So fix it quick . It is not a harsh criticism, it is just for consistency and better for the user. PM me for help or support!
If this post is here and your thread is closed, it means that you aren't following them and your intentions are for gain only.
~~Tito~~
problem htc hd7
how do i copy this scanner programme to my htc hd7
i really hate this phone i had a htc touch pro 2 and it was far better can someone help me out here and also if some one can teach me how to customize personal ringtone would be great
Thx for the code. Really usefull to learn from this
Sometimes when you scan a barcode and touch the screen to start again. After a few seconds it stops and shows the last barcode again.
It looks like the UI thread is catching up scanning some images. How to get rid of this?
ajhvdb said:
It looks like the UI thread is catching up scanning some images. How to get rid of this?
Click to expand...
Click to collapse
Sorry, I don't have a time for that application now but it should be significantly refactored.If you want you may join the project and continue development, we can share some ideas for app improvement etc.
As for problem u described, you should play with the different capture resolutions or give some hardcoded "pause" to recognition library Also, MS camera API (still not officially allowed) is not documented and very poor... However it's a great field for experiments and hacks
Thanks! That works great on my HD7.
~~Tito~~ said:
Please review and follow these rules, it appears you aren't following them, you most likely aren't following the template. So fix it quick . It is not a harsh criticism, it is just for consistency and better for the user. PM me for help or support!
If this post is here and your thread is closed, it means that you aren't following them and your intentions are for gain only.
~~Tito~~
Click to expand...
Click to collapse
Please follow up on this!
sensboston said:
Sorry, I don't have a time for that application now but it should be significantly refactored.
Click to expand...
Click to collapse
Im not that experienced in multiple threads. Do you think the problem is in the Zxing lib?
Looking at the code the Zxing lib should have a completed event from which you can restart or show the image.
This code works but is racing and racing in the UI thread and after finding a barcode and restarting it looks like something from a buffer is used..
Code:
private void GrabFrame()
{
Dispatcher.BeginInvoke(() =>
{
if (_Camera != null && CameraVisualizer.Visibility == Visibility.Visible)
{
WriteableBitmap wb = new WriteableBitmap(640, 480);
_Camera.GetCurrentFrame(wb);
wb.Invalidate();
ScanBarcode(wb);
wb.DisposeIfPossible();
GrabFrame();
}
});
}
There is this new app called flashlight-x in the marketplace. Sorry if this is a repost, but i couldnt find it anywhere. It works perfectly on every phone as far as i understand, even the Dell venue pro. It doesnt even use the constant shutter trick. Its just constant light with no annoying noise. Dont know how it works, but it does. Check it out.
http://www.windowsphone.com/en-us/apps/2638b778-5eab-45f1-a511-a08e1dbde751
Em, there are no documented APIs to control the camera LED in this manner. I think that this chap has managed to use an assembly that is only available/approved for OEMs and MOs., which is definitely a violation of Marketplace policies (for third-party developers). How this got through the Marketplace certification process is an utter mystery.
I have an app similar, it uses the recorder API, to turn on the flashlight, but it doesn't have the "start recording sound", and it delete all the data when the app is closed.
Flashlight by Rudy Huyn (iDaft,TvShows,etc)
But is not in the marketplace -_-
There are no documentated APIs in the "Class Library Reference for Windows Phone" that allow a third-party developer to force the camera LED to emit a steady beam of light. Hence, this application (Flashlight-X) is very likely in violation of section 4.2.1 of the the "Windows Phone Application Certification Requirements". I challenge anyone to prove me wrong here.
PS. The camera can only be accessed using the public APIs doc'ed in "Camera and Photos Class Support for Windows Phone". There is a Windows Phone camera API and a Silverlight 4 webcam API spec'ed there. Neither allow the camera flash (aka lamp) to be turned on to emit a steady beam of light.
AfricanCoder said:
There are no documentated APIs in the "Class Library Reference for Windows Phone" that allow a third-party developer to force the camera LED to emit a steady beam of light. Hence, this application (Flashlight-X) is very likely in violation of section 4.2.1 of the the "Windows Phone Application Certification Requirements". I challenge anyone to prove me wrong here.
PS. The camera can only be accessed using the public APIs doc'ed in "Camera and Photos Class Support for Windows Phone". There is a Windows Phone camera API and a Silverlight 4 webcam API spec'ed there. Neither allow the camera flash (aka lamp) to be turned on to emit a steady beam of light.
Click to expand...
Click to collapse
so what?
I'm glad it exists it's a great app...
Jesus there are a lot of weiners on here
It does not work for ALL windows phones, as it is not compatible with my HTC Mozart.
Author of Flashlight-X did a good trick: he is dynamically loaded Microsoft.Phone.Media.Extended assembly and dynamically invoked all methods and properties (it's CLR!)
The bad thing is: he never saw Dave Amenta's comments and corrections http://www.daveamenta.com/2011-01/led-flashlight-for-windows-phone-7/ &
http://forum.xda-developers.com/showpost.php?p=10994125&postcount=23 to my flashlight project http://forum.xda-developers.com/showpost.php?p=9663088&postcount=11 , so this flashlight-x app left a lot of mess (huge video files) in the app's IsolatedStorageFile. I'm afraid, his customers will start complain shortly
P.S. BTW, of course he can update the app but he should put reference to XDA forums/members to the app's "about" box
AfricanCoder said:
<skipped>...
violation of section 4.2.1 of the the "Windows Phone Application Certification Requirements". I challenge anyone to prove me wrong here.
Click to expand...
Click to collapse
Technically you're right, there is no Microsoft.Phone.Media.Extended assembly in "authorized" assemblies list at http://msdn.microsoft.com/en-us/library/ff626516(v=VS.92).aspx
But (!) author found a good trick to bypass Microsoft's app validator! Nice proof of concept, big thanks to flashlight-x author
Higherflight said:
It does not work for ALL windows phones, as it is not compatible with my HTC Mozart.
Click to expand...
Click to collapse
QFT.
App description is wrong.
Higherflight said:
It does not work for ALL windows phones, as it is not compatible with my HTC Mozart.
Click to expand...
Click to collapse
Confirmed...not working on my HTC mozart either....
Mis-leading app description.
I think,it is because HTC mozart using the Xenon flash,instead of the LED flash...
My implementation of a led-light
hi,
if anybody is interrested in a similar, free + add-free app, please see: http://forum.xda-developers.com/showthread.php?t=1444387
It uses the suggestion to clean up the user-storeage in a separate thread.
regards,
hannes
Hi guys
Ive got my hands on the new Samsung call blocking app, ive installed it to my HTC Titan. It does fire up but cant do much with it.....
http://wmpoweruser.com/samsung-releases-call-blocking-app-for-its-devices/
Hopefully someone here can make it work for the rest of us.
Kev
Update..... Ive now uploaded the unchanged xap with the INTEROPSERVICES unchanged
Sutt359 , thanks!
yes, I too tried installing it on my Mozart. Deploying worked, actually, but it throws an error when I try to add a number to the blocklist. Hope someone can make this work
Localhorst86 said:
yes, I too tried installing it on my Mozart. Deploying worked, actually, but it throws an error when I try to add a number to the blocklist. Hope someone can make this work
Click to expand...
Click to collapse
Same error on my OMNIA 7. It looks like that it´s only for the OMNIA W or the new Focus devices...
Localhorst86 said:
yes, I too tried installing it on my Mozart. Deploying worked, actually, but it throws an error when I try to add a number to the blocklist. Hope someone can make this work
Click to expand...
Click to collapse
tried on Hd7, the same result. any idea how to uninstall the app from system?
thanx!
Redeploy the app but Change the HubType from "268435456" to anything else or delete it from the WMAppManifest.xml inside the XAP
I have the same problem , Error when put number in the field and save on Omnia 7
wait, I can't even get the app to work on my samsung focus, it says, this app is not available for your device...help?
I installed this just now, with the mod from above, and it starts up, has it's own listing in the programs list, but doesn't actually do anything. When you try to add a number it just returns to the app list (aka crashes). On next start the numbers list is empty. Omnia 7
Maybe somebody removed ID_CAP_INTEROPSERVICES from the app's manifest? This app uses a native DLL called SecProxyClient.dll. My guess is that this app needs to call into a driver found on Samsung phones. In order to do that, it'll need ID_CAP_INTEROPSERVICES specified in its manifest. Maybe try that?
I'm going to see if I can figure out what the app is doing. With luck, it's something I can duplicate on other phones, like a registry edit or some such. If it requires a function that only the Samsung driver has, though, the odds aren't good this side of a custom ROM.
Dammit, I've wanted this feature, too...
Deploy Works in Lg optimus 7 but the App not. I don´t have error messages but don´t save the numbers.
Thanks
Well, pasting "ID_CAP_INTEROPSERVICES" into WPInteropManifest.xml doesn't seem to make any difference.
Wrong manifest. It's a capability. It goes in WMAppManifest.xml.
These are pretty basic elements of homebrew or even official WP7 app development, but just to make life easier for people, I'll attach a version with the modification.
Remember that I can't test this app; I have no idea if this will help at all or not. It's a reasonable guess, though. There's also a weird file, just called "_" and containing a string of Hax values. I don't know what it's used for or how important it is.
GoodDayToDie said:
Wrong manifest. It's a capability. It goes in WMAppManifest.xml.
These are pretty basic elements of homebrew or even official WP7 app development, but just to make life easier for people, I'll attach a version with the modification.
Remember that I can't test this app; I have no idea if this will help at all or not. It's a reasonable guess, though. There's also a weird file, just called "_" and containing a string of Hax values. I don't know what it's used for or how important it is.
Click to expand...
Click to collapse
Samsung Focus 1st gen, still get error " Failed to save. Application may not work properly."
Here is the site where it talks about it, and when you goto the site to download it says app not found, so they may be having problems with it in general.
http://wmpoweruser.com/samsung-releases-call-blocking-app-for-its-devices/
GoodDayToDie :
I tried it on Focus and it gave me an error when I tried saving a contact with message as
"Failed to Save. Application may not work properly"
Interesting that GoodDayToDie's mod does change something though. Instead of just exiting it does give that error message now.
I vote we add more things to manifest files!
Seems like it's removed from marketplace; may be 'cause of bugs. Let's check app update later...
It's also using a DLL I've not actually seen before. It might be targeting a driver that's only found in the Focus S or some such silliness.
GoodDayToDie said:
It's also using a DLL I've not actually seen before. It might be targeting a driver that's only found in the Focus S or some such silliness.
Click to expand...
Click to collapse
Here's the xap I been used and worked for my Focus S. I deployed it with resumable xap deployer.
ManelScout4Life said:
Here's the xap I been used and worked for my Focus S. I deployed it with resumable xap deployer.
Click to expand...
Click to collapse
It is throwing an error while deploying asking to Re-sign will valid signature and fix manifest file. Can you fix that ?
Shake your Phone to clear RAM
Information/Video:
Video: http://www.youtube.com/watch?v=W2i_LPQeV44 (please ignore my background HAHA)
Description: It will close almost all background/running apps, except music, fm radio, voice recorder. (Still finding solution on how ). There are two options on customizableparts.apk, normal clear ram and advance clear ram. normal will just close background/running apps but not the app on your screen. Example, you're on your settings and you shake your phone, it will not kill settings, only background/running apps. Advance clear ram will clear also the app you are using, it WAS LIKE pressing the home button and shake. It will still work even your phone is screen Off/lockscreen.
BUGS: Observe for 1 day, no bug encountered. Disadvantage only, of course you are shaking it, it may bump on walls, or maybe if it was disassembled, it will shake the hardwares inside that was not properly intact/stable. You just need a mild shake like what the video did.
How it works: If you read the steps, you will put it on your SystemUI. Why? because SystemUI is always active, therefore, the action will be always active like the Proximity to lockscreen on my previous guide.
Combo xD: While playing game/open apps, press home button then shake. And if you have proximity to lock, home+shake+proximity+jump.
WARNING! : Doing this guide makes your battery to drain faster than before. (Because Sensor is always active).
Steps:
1.) Decompile SystemUI.apk
2.) Download HarlemShake.zip and extract on smali folder.
3.) Go to SystemUI/res/layout/status_bar.xml and add this code BELOW line WITH @id/icons or anywhere you want (as long as you know what you're doing) (dont worry if 0.0dip, we just need to activate it)
Code:
<com.tenten.HarlemShake android:layout_width="0.0dip" android:layout_height="0.0dip" />
4.) Recompile SystemUI.apk.
5.) Install CustomizableParts.apk (Optional, for you to have advance clear ram, or normal clear ram).
6.) Flash your recompiled SystemUI.apk. Shake , then if it works, do some harlemshake. (dont forget to jump high xD) :highfive:
NOTE (Optional): Tested on Galaxy Young and Pocket. If you are using other phone, put this permission on your manifest: (credits to the_vanya1 for testing :highfive:
Code:
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
Java source: https://github.com/tentenponce/Proximity_and_Shake/tree/Gingerbread
Please tell me if I forgot something.
Credits
@PineappleOwl
@mariozawa
Cyanmobile
StackOverflow.com
Lenox Devs
Potato Inc
EDIT: Actions were canceled.
STILL feel free to suggest what kind of action on shake except clearing ram. Make sure it will be good/useful (And also make sure i can do it, because im not a magician and will just magic it for you xD)
cool
thanks dude. awesome.
haha,cool.why you not make an all in one thread only for your awesome mods bro?
tentenponce said:
Shake your Phone to clear RAM
Information/Video:
Video: http://www.youtube.com/watch?v=W2i_LPQeV44 (please ignore my background HAHA)
Description: It will close almost all background/running apps, except music, fm radio, voice recorder. (Still finding solution on how ). There are two options on customizableparts.apk, normal clear ram and advance clear ram. normal will just close background/running apps but not the app on your screen. Example, you're on your settings and you shake your phone, it will not kill settings, only background/running apps. Advance clear ram will clear also the app you are using, it WAS LIKE pressing the home button and shake. It will still work even your phone is screen Off/lockscreen.
BUGS: Observe for 1 day, no bug encountered. Disadvantage only, of course you are shaking it, it may bump on walls, or maybe if it was disassembled, it will shake the hardwares inside that was not properly intact/stable. You just need a mild shake like what the video did.
How it works: If you read the steps, you will put it on your SystemUI. Why? because SystemUI is always active, therefore, the action will be always active like the Proximity to lockscreen on my previous guide.
Combo xD: While playing game/open apps, press home button then shake. And if you have proximity to lock, home+shake+proximity+jump.
Steps:
1.) Decompile SystemUI.apk
2.) Download HarlemShake.zip and extract on smali folder.
3.) Go to SystemUI/res/layout/status_bar.xml and add this code BELOW line WITH @id/icons or anywhere you want (as long as you know what you're doing) (dont worry if 0.0dip, we just need to activate it)
Code:
<com.tenten.HarlemShake android:layout_width="0.0dip" android:layout_height="0.0dip" />
4.) Recompile SystemUI.apk.
5.) Install CustomizableParts.apk (Optional, for you to have advance clear ram, or normal clear ram).
6.) Flash your recompiled SystemUI.apk. Shake , then if it works, do some harlemshake. (dont forget to jump high xD) :highfive:
Please tell me if I forgot something.
Credits
@PineappleOwl
@mariozawa
Cyanmobile
StackOverflow.com
Lenox Devs
Potato Inc
Click to expand...
Click to collapse
plz can you make this for me , i will put systemUI;apk in the attachement , plz make this for me
Yahia700 said:
plz can you make this for me , i will put systemUI;apk in the attachement , plz make this for me
Click to expand...
Click to collapse
i cant sir, you must learn xml first by yourself so you can make mods like this . sorry sir.
-CALIBAN666- said:
haha,cool.why you not make an all in one thread only for your awesome mods bro?
Click to expand...
Click to collapse
Uhm sir i think because this was a shake, and it's not nothing to do with proximity sensor, im reserving a slot for other actions for shake, and the other thread for proximity. Is this ok sir ? if not, ill transfer this on my other guide Sorry again sir.
Dont work for me, LG P713, 4.1.2, when i shake, SystemUI FC
the_vanya1 said:
Dont work for me, LG P713, 4.1.2, when i shake, SystemUI FC
Click to expand...
Click to collapse
havent tried on other device, but sir can you post logcat? try to add this permissions on your SystemUI,
Code:
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
if it work, please tell me so i can update the thread.
tentenponce said:
havent tried on other device, but sir can you post logcat? try to add this permissions on your SystemUI,
Code:
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
if it work, please tell me so i can update the thread.
Click to expand...
Click to collapse
i have this lines
<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" />
My logcat - http://yadi.sk/d/-_Mi3WsjRzbgN
the_vanya1 said:
i have this lines
<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" />
My logcat - http://yadi.sk/d/-_Mi3WsjRzbgN
Click to expand...
Click to collapse
There's no error on your logcat that has connect on shake sir? put on filter: androidruntime
I add this line to manifest
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
and no more FC, thx
Time to party
Thanks again sir Tentenponce for another quite queer but awesome mod.Cheers.:victory:
let's do the harlem shake..
hope u can make proximity unlock..to lockscreen sir tenten
dansoy92 said:
let's do the harlem shake..
hope u can make proximity unlock..to lockscreen sir tenten
Click to expand...
Click to collapse
still finding solution and how to unlock our phone properly.
that's good news sir good luck
Thanks sir Tentenponce for this awesome mod youve made.
Tried it alrdy on my sgy and its working well :good:
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[53,4] Error for input '.parameter': Invalid directive
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[54,4] Error for input '.parameter': Invalid directive
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[53,15] mismatched input '"context"' expecting END_METHOD_DIRECTIVE
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[166,15] no viable alternative at input 'reader'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[166,22] no viable alternative at input 'Ljava/io/RandomAccessFile;'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[172,15] no viable alternative at input 'load'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[172,20] no viable alternative at input 'Ljava/lang/String;'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[180,15] no viable alternative at input 'memInfo'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[180,23] no viable alternative at input '[Ljava/lang/String;'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[208,15] no viable alternative at input 'mi'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[208,18] no viable alternative at input 'Landroid/app/ActivityManager$MemoryInfo;'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[234,15] no viable alternative at input 'usedmemory'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[240,15] no viable alternative at input 'totmem'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[296,15] no viable alternative at input 'ex'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[296,18] no viable alternative at input 'Ljava/lang/Exception;'
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[304,4] Error for input '.parameter': Invalid directive
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[304,15] mismatched input '"x0"' expecting END_METHOD_DIRECTIVE
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[317,4] Error for input '.parameter': Invalid directive
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[318,4] Error for input '.parameter': Invalid directive
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[317,15] mismatched input '"sensor"' expecting END_METHOD_DIRECTIVE
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[367,4] Error for input '.parameter': Invalid directive
../../../mnt/sdcard/360/SystemUI_src_src/smali/com/tenten/HarlemShake.smali[367,15] mismatched input '"event"' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: com/tenten/HarlemShake.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:72)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:56)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:337)
at brut.androlib.Androlib.buildSources(Androlib.java:298)
at brut.androlib.Androlib.build(Androlib.java:284)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:233)
at brut.apktool.Main.main(Main.java:88)
I: Using Apktool 2.0.0-Beta7 on SystemUI_src_src
I: Smaling...
Recompile UI it's error.sir..how to do?
Sent from my IM-A690S using Tapatalk 2
yeah.now it's ok.Thanks sir
Sent from my IM-A690S using Tapatalk 2
is this gonna work if i do the steps in systemUI.apk of hyperion 9 ?
and what to do if i want this both work(Proximity sensor to lockscreen and this one) ? thanks in advanced :good: