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

mardi 25 mars 2014

Moving apps to SD? topic




Anyone know of a way to move apps to sd on this device? I tried looking on my laptop and can't find the folder where the apps are located on the tablet.

Sent from my Nexus 5 using Tapatalk





mercredi 12 mars 2014

[Q] Moving apps to SD card topic




I recently installed a custom kitkat ROM [cm-11-20131210-UNOFFICIAL-i9082] to my galaxy grand duos. But when i try to move apps to SD card, it says "Moving apps to SD card is not supported on this device". I have tried multiple apps for the sameall gives the same error. Please help. Thanks in advance.





mercredi 29 janvier 2014

Need help moving 'Data Storage' to 'External SD' for final part of my rom topic




Hi

Im building a new 4.2.2 rom for my daughters allwinner a20. The stock one is rubbish and lacking in space. Im on the final part now and ive pumped up the stock roms Antutu score from 6000 to 12000. All running nicely except the lack of space. I need to move the 'sdcard' to 'extsd'.

Ive tried swapping the labels in vold.fstab, no joy. Tried modding the init.rc. no luck. I managed to do it on the stock rom before i started messing around with it and now im not sure what ive done.

Can anyone point me in the direction of any other files that deal with mount points/symlinks that I may have overlooked?

Any help would be greatly appreciated ;)

Chris





mardi 28 janvier 2014

[Q] Moving to Straight Talk PLEASE READ!! topic




So I'm stressing out cause i've been researching all day and have came up with a million answers so i decided i should just make a post and hope for the best.

I have a US Cellular Galaxy S3 SCH-R530U 4.3.1 ROOTED.

I already have a Straight Talk SIM Card in it, however it has no service hooked up. None of the hidden codes to unlock my SIM is working on 4.3.1 and they just keep saying No Network Found

I've read that i can somehow flash my phone to get it to work with Straight Talk but i dont know how? I know it can work.

I just need to basically unlock my SIM so that it can work on Straight Talks network.





lundi 27 janvier 2014

[Q] Moving Network Status Icons in xml topic




I am trying to move the network status bars to the left hand side. Also to remove the notification icons from it if possible. I have decompiled the apk and have attached my status_bar.xml, but I am confused and have no idea what to move/change. Can someone else me?


Code:


  <?xml version="1.0" encoding="utf-8" ?>
- <com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="@drawable/status_bar_background" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
  <ImageView android:id="@id/notification_lights_out" android:paddingLeft="6.0dip" android:paddingBottom="2.0dip" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_small" android:scaleType="center" />
- <LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="6.0dip" android:paddingRight="6.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
  <include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view" />
- <LinearLayout android:orientation="horizontal" android:id="@id/notification_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
  <com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more" />
  <com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
  </LinearLayout>
  <LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
- <LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
  <ImageView android:id="@id/battery" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
  </LinearLayout>
  <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
  </LinearLayout>
- <LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
- <ImageSwitcher android:id="@id/tickerIcon" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:layout_marginRight="4.0dip">
  <com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="center" />
  <com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="center" />
  </ImageSwitcher>
- <com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
  <TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
  <TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
  </com.android.systemui.statusbar.phone.TickerView>
  </LinearLayout>
  </com.android.systemui.statusbar.phone.PhoneStatusBarView>


I am trying to get it to look more like the IOS7 status bar. Everything I've tried app wise to get it to look this way, something doesn't work (network icons, etc). I won't have a problem changing the icons, I just can't read the xml file.

Attachment 2543612








Attached Thumbnails


Click image for larger version<br/><br/>Name:	594-statusbar-ios-7.png<br/>Views:	N/A<br/>Size:	114.4 KB<br/>ID:	2543612
 











Attached Files





File Type: zip status_bar.zip -
[Click for QR Code]
(1.0 KB)









dimanche 26 janvier 2014

Moving from C++03 to C++11 topic





Could someone please suggest a good book (or any kind of resource) for someone who's very familiar with C++03 and who wants to get up to speed with C++11.

(I was considering getting the 4th addition of Bjarne's book, but rather than read about the entire language from start to finish, I just want to focus on the new stuff brought in with C++11).

Rhino





samedi 25 janvier 2014

[Coding] Moving crosshair externally topic




Hey I've been working on some external hacks from scratch and starting to get into aimbotting. I've encountered a problem where I'm unable to move my ingame crosshair using any type of SetPosition or Cursor.Position in C#, while it is working in any other desktop window.

Is it possible to move your crosshair without setting your view angle in memory as it is normally done?

Thanks in advance.





vendredi 24 janvier 2014

Having problems after moving apps to SD card !!!!! topic




Hello , I'm new to andriod and I'm using HTC desire c . I moved all my user apps to the sd card using Titanium Backup , and now none of them work .When I open viber , It gives me this massage " unforunately, com.viber.voip has stopped" . And some apps say "application is not installed" . I tried to move them back to internal stoarege but nothing happend . Is there anyway to fix this , or should I factory rest the phone ?!!!