General :: Flappy Bird Modding On IOS Device

Feb 7, 2014

I modded flappy bird on an ios device. I just replaced that bird with something better looking.. I've been trying for last 5 hours to get it working. I have downloaded flapping bird.apk and unpacked it. I opened assets folder and edited atlas.png in Photoshop just as I did on ios device. Then, I created zip file and copied it to my android device, I opened Zip Signer and found my zip file, and set the output file location. I installed it and opened it. It opened, but when I clicked play.

General :: Flappy bird modding on iOS Device


General :: Flashing And Modding MK808B

Nov 7, 2013

I just bought an android google tv from dealextreme. It has the Jellybean 4.2.2 and I was thinking if i add a custom rom or something it will make it run fast. There is issues on the 1080p streaming also for me.

View 1 Replies View Related

General :: SystemUI Not Working After Modding

Feb 2, 2013

so recently I have been trying to mod systemUI.apk with apk multi-tool. I decompiled it, made some very minor edits (some smali stuff), recompiled, put on my sdcard, moved it to system/app, renamed it to delete the "system_" part, changed permissions to rw-r--r and rebooted.

When i rebooted, my wallpaper was gone and was just black, I had to recent apps menu and no status bar. I checked settings -> app -> all and systemUI wasn't there

I have already tried wiping cache + dalvik cache and still my new systemUI.apk is not recognised.

View 2 Replies View Related

General :: APK Modding For Offline Capability

Mar 19, 2014

I am interested in how to mod an apk for offline capability.

For example, Asphalt 8 game, is now version 1.2.1b i have searched offline mods, i only find "unlimited money". i just want offline, no money, no nothing.

I have apktool, i have java development, I have signapk, I have software for apk modification.

View 2 Replies View Related

General :: Starting ROM Modding / Porting / Creating?

May 29, 2012

Where and how should I start?

What programming skills do I need?

What software do I need?

Any pointers to success and good ROM's?

View 1 Replies View Related

General :: Modding Android To Windows Desktop OS

Apr 15, 2013

I have Sony Xperia S running Android and i am wondering if it is possible to modify the boot loader to accept windows ISO from USB stick or from internal storage? or is it possible to somehow convert windows desktop ISO into a ROM somehow? the reason i am asking is because i like the unrestricted features of windows and the ability to run .EXE on my phone would be brilliant and being able to use skype for group calls which is not featured on android yet.

View 1 Replies View Related

General :: Galaxy SL I9003 - Modding Android 4.1 Status Bar?

Sep 29, 2012

i'm currently making a custom ROM for the Galaxy SL i9003 based on CM10 (its a HDPI device), and i'd like to know where the png of the statusbar is. Additionally I would also like to know where the png of the background is in the status bar drawer. I know it is either in framework-res.apk or systemui.apk but I don't have enough time to look through folders.

View 1 Replies View Related

General :: Modding APKs - How To Edit Smali Files

Apr 12, 2013

I wanted to mod a simple android app. Now i decompiled the apk with apktool. It worked fine!

But the only files I get after compiling are .xml files and .smali files...

So now, how i can edit the .smali files? Respectively can I mod apk apps by a other way?

View 2 Replies View Related

General :: Modding Status Bar And Notification Icons 4.1.2 Stock Jelly Bean

Nov 27, 2013

I'm curious how can i modify the status bar [URL] .... <---- where is wifi activation ,data sound etc.
and
notification bar [URL] ..... <--- Where is the battery ,clock wifi signal etc.

I want the notification bar ICS like (blue icons) and the notification bar icons the same ,just change the color to blue.
I followed a guide in order to change framework-res.apk and SystemUI.apk from /system/ ( my phone is rooted + cwm) but i couldnt get it going (i couldnt find all the icons to change).

View 6 Replies View Related

Android :: Angry Bird Data Lost

Nov 23, 2010

My Evo was having some issues, so I did a complete factory reset. Beforehand I moved the Angry Birds app to my SD and then unmounted it. However, when the reset was complete, the app didnt show up on the SD but on my computer it said there was an Angry Bird file there. Angry Birds wouldnt install so I followed some instructions and unmounted the SD and then was able to install it, but now all my completed levels are gone.
Is there any way to get them back?

View 2 Replies View Related

HTC Hero :: Want To Know Next Step For Modding My Phone

Oct 30, 2009

i just got my hero, whats the next step for modding and all that?

View 4 Replies View Related

Android :: Humming Bird Processor Vs Apple A4 Processor?

May 28, 2010

I've heard that theae 2 processers are very similar but obviously there must be a few differences. Does anyone know where I can find a comparison between the 2 or can someone compare them for me here?I'm just curious really. Both are really good I hear.

View 16 Replies View Related

General :: App To Use Android Device As Media Controller For IOS Device

Feb 28, 2014

Basically I have an old iPod touch 2g on iOS 4.x and a Nexus 5.

I want to use my iPod as my media player but I'd like to be able to control music from my Nexus (only basic controls).

Is there an app on either device that allows this? I know tsk skipping can be done by some Bluetooth headphones so I'm hoping there's a way to make iOS accept command from my Nexus

View 1 Replies View Related

General :: How To Get Stock Rom Of Device To Install On Different Device

May 28, 2013

I have 3 Galaxy Player 5 ( YP-G70 with 3 capacitive buttons ), only one of the actually have a working rom that i flashed a while ago.

The other two have a different rom that only have the back and menu button working ( the home button doesn't respond )

Is there a way for me to take the Rom and kernel off the working galaxy player so i can install it into the other two ?

View 1 Replies View Related

Android :: Modes Connectivity Device Identification & Device Inter Communication?

May 28, 2010

Can someone explain a couple of very simple concepts to me - I'm interested in mobile devices running android and how they are identified over networks. Some scenarios: Device is connected over WiFi - presumably the device has a standard IP address as with any host and can communicate with any other android host over TCP/IP (assuming it knows the participating device's IP? device is connected over bluetooth - how are devices identified in this case? device is connected over mobile operator's network - this is the one I'm interested in and confused by - is there anyway for two or more devices to discover each other and communicate via the mobile operator's network? How does a device communicate with a backend server in this scenario? In other words, how do apps and devices communicate when not connected to a WiFi network?

View 2 Replies View Related

Android :: Permission Denied On Device - Emulator Failed On Device

Jun 6, 2010

I have developed and tested my app on the emulator, and now want to install it on my HTC device. the apk installs successfully, however my database is not going with it. I have created my database using sqliteman browser b/c I have to insert a bulk data before the app starts. I have four tables in my db and call each in different activities and created all on the sqliteman. after the data is inserted I pull back the db onto the data folder of the emulator. it works perfect on the emulator but failed on the device. when I try to pull my db on the real device, it shows access denied problem

View 2 Replies View Related

Android :: Multiplayer Game - Device To Device Connection Using Sets Of Api

Mar 24, 2009

I have developed a sports game which is single player. Now I want to have one more game mode which is multiplayer.

My question is how can i do device to device connection in android using sets of api which can be :

1.Bluetooth - whose APIs are not currently available.

2.gtalkservice - removed from sdk1.0 3.wifi - I dont knw how to connect 2 devices using wifi apis . I have asked about wifi because we have developed a game on iphone which used wifi connection for multiplayer stuff.

Or is there any other apis which can be used for implementation of multiplayer in game ?

View 3 Replies View Related

Android :: Device Orientation / Mapping Device Y To Screen Y

Oct 30, 2009

How do I map the device Y axis to the screen Y axis?I can't figure this out.I'm the developer of Tricorder, and I'm trying to make it so that the accelerometer and magnetometer indicators I draw always point in the right direction.On the G1 phone with the slider closed, all is well.But when I open the slider, I end up showing that gravity is pulling me to the left (if the phone is held with the display vertical).So, I know that the device, and hence sensor, Y axis is always in the direction of the earpiece; and the screen Y axis changes when I open the slider.And I know that I can use remapCoordinateSystem() to change the device axes to match the screen axes.But where do I find out what the device's orientation is?In other words, how do I compute the correct values for the X and Y parameters to remapCoordinateSystem()?

Configuration.orientation seems quite useless.Suppose it is set to LANDSCAPE.What does this mean?Does it mean a device which is "naturally" portrait (i.e. the sensor Y axis points to the narrow end), and which has been turned into landscape mode?If so, which way was it turned?Or does it mean a device which is naturally landscape?In other words, LANDSCAPE could mean that the screen axis is off from the sensor axis by +90, 0, OR -90 degrees.Not much help.So how do I do this?Obviously I want my app to work on all devices, not just the G1 phone.

View 2 Replies View Related

Android :: How To Write App To Connect Device To Host USB GPS Device

Oct 29, 2010

I have a standalone GPS enabled data recorder in my car that can function as either a USB host or device. (Its a class 0x00h USB device). I currently connect to it via a WM 6.5 app running on my Palm Treo 750. I would like to port my WM 6.5 app to an Android phone. (I don't have a specific Android phone in mind, I would like it to be as generic as possible).Replicating the GUI is not that difficult, but I am having trouble getting started on the USB communication. I'd appreciate it if someone could point me towards an example, or the appropriate tutorial.

View 1 Replies View Related

Sprint HTC Hero :: Device Self Service 1.1 Goes Into Preparing Device

Oct 14, 2009

Does anyone know what this program is? What does it do? i launch it, it goes into preparing device and then I am back at home screen.

View 5 Replies View Related

Android :: Device Chooser Device Not Showing Up

Feb 13, 2010

I'm using the android plugin for eclipse, and when I try to run my program using a real device through the android device chooser, my phone is not listed as a device. I have updated eclipse and all of the android packages, but it still isn't showing up. My phone is running 1.6, which is also the target version listed in the eclipse project.Also, the reason I decided to try testing on a real device is because the emulator doesn't seem to be working right anymore when I run my project. The emulator launches, but the program never does. Any ideas?(using windows 7/t-mobile mytouch 3g)

View 3 Replies View Related

Android :: Device Not Showing Up In Device Chooser

Aug 10, 2010

Does anybody have an idea what I may be doing wrong. I have installed the usb drivers and have my device running in debugging mode but when I run my basic hello world application through eclipse my device wont show up in the device chooser. I have also tried re installing the sdk and all the drivers and still no luck.

View 4 Replies View Related

General :: Moving App From One Device To Another?

May 15, 2013

I updated a popular word game and the new version simply doesn't work. I've waited a few weeks and no update. This is on my tablet and I still have the older version on my phone. How can I copy the older version from the phone to the tablet? Or can I? Neither are rooted and I can't seem to find where the file is stored.

Samsung Galaxy Tab 2 7" with JB

View 3 Replies View Related

General :: What Exactly Is Rooting A Device Mean

Feb 27, 2012

I came from WEBOS and ROOTING a device meant typing a string into the device and the Superuser icon will show up.

In and Android device I would like to know what exactly the rooting process is doing. Is it turning on a icon? is it actually creating the icon? is it different for different devices? etc

View 3 Replies View Related

General :: USB Device Not Recognized? GS3

Aug 23, 2013

So all of a sudden my phone will not connect to any computer regardless of what usb cord I use. I get a message that pops up in windows that says "USB Device Not Recognized" yet my phone is charging. I've wiped multiple times and reflashed my rom and still no luck. I've tried uninstalling and reinstalling the USB drivers but it didnt do anything. I really need to be able transfer a ton of files to my sd card from my computer.

View 3 Replies View Related

General :: TWRP For Device?

Oct 27, 2013

I want to flash twrp custom recovery for my device samsung galaxy young s6312, stock android 4.1.2 jellybean, rooted, stock recovery. I searched but couldn't find anything.

View 3 Replies View Related

General :: Port Any ROM To Any Device?

Jun 5, 2013

I've just started looking into porting ROMs (more specifically, ICS themes to Gingerbread), and I found a few tools that port the ROM for you. If it were really that easy, isn't it possible to port any ROM to any device?

View 2 Replies View Related

General :: App That Not Allow Root Device

Aug 16, 2013

When i've tried to play pvp tournament on eternity warriors 2 a message tell me that i can't play cause my device is "jailbroken"(i think means rooted). I've tried temp unroot with ota rootkeeper and tried to uninstall super user and reboot phone(it's galaxy note 2 lte, on stock roms, just root with framaroot, when temp unroot, in phone stats my device is "normal" and i can receive ota), but nothing the game tell me the same message. i've got same prob with other games of game evil, but when temp unroot they work.There is a way to play games and app that not allow root device on root device? with a temp unroot or something like this?

View 9 Replies View Related

General :: Any Other Way Can Get 3G Working On Device

May 14, 2013

I have just bought myself a THL W8 and so far I am very happy with it.I am not clued up enough to do the gravitymod2 rom flash yet.Is there any other way I can get 3g working on my device. I can get edge,hsdpa and hsdpa+ but no 3g.I have read up on the other threads but havent found a solution.

View 1 Replies View Related

General :: Waking Up Device From ADB?

Mar 26, 2012

Is there a way to wake up the device from adb?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved