Affichage des articles dont le libellé est View'. Afficher tous les articles
Affichage des articles dont le libellé est View'. Afficher tous les articles

jeudi 27 mars 2014

Icons from the Dot View Case topic




Hello,

can anybody with the Dot View case extract or make pictures of all the weather icons?

I know that they are not really Icons, from Marques Video you can see that the real Icons is bigger and altered by the case itself.

I have some Icons from the press pictures.

I want to rebuild this Icons for Zooper Widgets and would be really thankful for pictures!





dimanche 16 mars 2014

[Q] CM11 nightly, how to view mobile data usage, not just wifi? topic




So I just updated to the latest nightly [CM11 2014-03-16 jewel], and I was hoping there would be "Mobile data" and "Wifi data" usage tab, under Data usage. But there isn't, it seems it's only tracking wifi usage.

here is the thing though, currently I'm on PagePlus without data [it would be /MB], but I'm thinking of trying out their monthly plan [/month for 500MB, 2000 Min, 3000 Txt] but I would want to be able to track my data if I did.

So I currently have mobile data disabled, could that be why there is no mobile data tab?

if anybody has any idea, by all means, I would be grateful for any help.

Matt





lundi 10 mars 2014

[Coolest File Manager] 3D LIST VIEW topic






FILE QUEST GET FEATURED ON XDA-DEVELOPERS.COM,AND BEING LIKED BY THOUSANDS OF USERS..
http://www.xda-developers.com/androi...rule-them-all/

Description
3D is not a cup of tea only for HOME LAUNCHERS,now experience the 3D LISTVIEW in file manager for rooted and unrooted android devices........
File Quest is world's first File Managing app having 3D Listview.Root enabled,gives the flexibility to do app backup of user and system apps at one click.Share multiple apps via Email directly from installed location.Extremely fast,robust and beautiful app for managing files on your android device.


Play Store Link- https://play.google.com/store/apps/d...rag.file.quest
Github Link- https://github.com/Drawnzer/File_Quest

KEY FEATURES:-
** 3D LISTVIEW FOR FILE GALLERY.
** ROOT Support.
** Dropbox Integration.
** Minimizable download or upload operation on dropbox.
** UNIQUE TRANSLUCENT THEME.
** UNIQUE SETTINGS MENU IMPLEMENTATION.
** CAN MAKE ZIP OF APPS THAT CAN BE FLASHED IN CLOCKWORK RECOVERY MODE.
** FLASHABLE ZIP CAN BE CREATED TO INSTALL APPS AS USER OR SYSTEM APP.
** Share multiple installed app via email from app's installed location.
** You can adjust the transparency level of the app.
** Multi Select apps and then do multi backups and multi share of apps.
** Two menu bars - one at top and other at bottom to increase flexibility of file managing.
** You can select different folder icons.
** Four SwipeablePanels
** Can copy files from one panel to another panel.
** Can create zip file of selected file or folder.
** You can select the default app for a file type and change it as you like from settings menu very easily.
** It has got root rights.
** First Panel organizes and displays your files in categorised manner.
** Second Panel For root users.
** Third Panel is for simple file browsing.
** Fourth Panel is basically the app manager kind of thing.
** Displays the downloaded apps with or without system apps.
** Takes the backup of both downloaded and system apps either in one selection.
** Takes the backup of both downloaded and system apps one by one also.
** Capable of creating zip file of app that can be used to flash either as user or system application.
** Can send directly the installed app via bluetooth to other device.
** Can filter out a file from current list of files.







vendredi 7 mars 2014

Re: Is their a command to view code? topic




On Fri, Mar 7, 2014 at 10:55 AM, NexusRAwesome1995 .
<(E-Mail Removed)> wrote:
> I am making a text based aventure game for my assignment and a friends test
> run has somehow saved over the entire code file and now im using an earlier
> version of the code. I have 0 idea if there is anyway to look at the code
> using the IDLE and i need to do it to see how i fixed the fatal error left
> behind by a friend. My on computer backup has not worked and the backup on
> my memory stick also has the same problem.
> If anyone knows of a way to get my code back i will be grateful as this is
> my 1st project and i'm not that used to the syntax.
> the item added is the outcome of what happened.


Sorry, Python doesn't keep the source code in memory. If the game is
still running in the interpreter, you can ask it for the source code
of a particular code object, but it implements this by opening the
source file and reading it in. Since you've overwritten the file, the
source code would be wrong. The best that you could do in this case
would be to disassemble the code objects using the dis.dis() function,
and then try to reverse-engineer the Python code from the byte code.
If the interpreter is no longer running, then there is nothing you can
do.

For the future, I strongly recommend using a version control system,
such as the free and relatively lightweight Mercurial. Then when you
have these kinds of mishaps all you have to do is check the most
recent version of the code out of the repository again. You should of
course continue to create backups as well, in case of more disastrous
events (although memory sticks are far too failure-prone to be
considered a reliable backup solution IMO).





Re: Is their a command to view code? topic




On Mar 7, 2014 1:16 PM, "NexusRAwesome1995 ." <(E-Mail Removed)>
wrote:
>
> I am making a text based aventure game for my assignment and a friends

test run has somehow saved over the entire code file and now im using an
earlier version of the code. I have 0 idea if there is anyway to look at
the code using the IDLE and i need to do it to see how i fixed the fatal
error left behind by a friend. My on computer backup has not worked and the
backup on my memory stick also has the same problem.
> If anyone knows of a way to get my code back i will be grateful as this

is my 1st project and i'm not that used to the syntax.
> the item added is the outcome of what happened.
>

You will be better off asking on python tutor list. However, go back to the
source you have and debug it
> --
> https://mail.python.org/mailman/listinfo/python-list
>







jeudi 6 mars 2014

[Q] how can i view a list of all developers apps on my windows phone 7? topic




i am aware you can deploy up to 10 developers apps on each windows device. i have successfully deployed 2 apps but when i got to deploy the 3rd it tells me i have reached the maximum number of developers apps. if i remove one of the apps i currently have installed i can deploy another one. but i need to be able to deploy more than one app at once. is there anyway for me to check the current apps deployed. also if i cannot do this is there anyway for me to delete all developer apps currently installed without deleting every app i have installed.





mercredi 29 janvier 2014

[Q] How can i View Patched Files ? topic




I really need to know which files of my android are patched , because i pay for that patch and my friend dont tell me what patch it is ...
when i update it i need to patch these files becaues i cannot make call , unregistered network ... but when my friend install me that patch then everything is okey ...
when i make a nandroid backup i see this : http://postimg.org/image/7l5vf5vy7/





mardi 28 janvier 2014

Bubble view tips for android app. topic




Hi guys,
I want to implement in my app bubble tips like the ones used first time in the Google Experience Launcher. They are colorful and gives pretty nice onscreen instructions.

Is there any library or module that can do this?

Thank you!

Sent from my S500 using xda app-developers app





lundi 27 janvier 2014

S view cover? topic




I came across this on ebay today..
http://www.ebay.in/itm/samsung-galax...#ht_824wt_1275
Is this possible on core.. Logically s view should not work with our core but screenshot shows otherwise





dimanche 26 janvier 2014

Stock music player work only on S View Cover topic




I have a strange problem. I purchased my GN3 15 days ago. Since then I was using S View cover. 2 days ago I updated to Kitkat.via OTA. I decided to switch to normal back cover. To my astonishment it is not allowing to open the music player.:confused:
It won't work even when there is no cover at all:(
Anybody facing this?
Please try and let us know.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	2014-01-26-17-13-01.JPG<br/>Views:	N/A<br/>Size:	125.1 KB<br/>ID:	2540070
 
















[Q] Can't view pictures after reboot topic




My C6806 doesn't display pictures immediately after reboot. If I take a camera shot, the small icon displaying the save process is going and going forever, and the picture is not saved. 15-20 minutes after reboot it works fine. I'm on .290 firmware, rooted. Scratching my head what's wrong... Anyone else have this problem or knows how to fix it?





vendredi 24 janvier 2014

[Q] Action Memo of S view in X-Note V7.0 topic




Hi,

I just got my SAV and after installation, the S View works fine. Camera works as it would be, so does the music. But Action Memo in S View doesn't bring up the action memo.

I've tried enable all previously disabled apps and no avail.

Any help/insight is appreciated ;);)