Jump to content

Recommended Posts

Guest Ron=)
Posted (edited)
has anyone managed to download the app for this yet?

https://market.android.com/details?id=com.y...e=search_result

I keep trying, it starts the download and then just cancels itself a few moments later and no matter what i do it won't download

if anyone has it downloaded, could they upload a copy of the APK please so I can do a manual instal?

Should this really be in the device specific section? o.0

EDIT:

Just realise that the app is 43Mb!

Do you have enough space?

Edited by Ron=)
Posted (edited)
Should this really be in the device specific section? o.0

EDIT:

Just realise that the app is 43Mb!

Do you have enough space?

If the apk is over about 40mb (less on gen2 blades) the download will fail because the app download cache partition is too small. Can't install it from the sd card either. You could use my cache2tmps patch & edit the size of the tmpfs cache partition to be larger.

umount /cache
mount -t tmpfs -o size=50M,mode=0770 tmpfs /cache
chown system.cache /cache
[/codebox]

From a root shell or in a startup script should work.

symlinking or mounting /cache to a directory under /data or on the sdcard would also work.

Edited by wbaw
Guest BigD18t
Posted

oooo didnt know there was an app for this, i will be going sunday as well.

Guest Mike Robertson
Posted

Could you write a quick Dummies Guide as im going on Wednesday & ldlike to get it on the ZTE i tried copying the script and then pasting it in the terminal emulator or am i way off

Many thanks in advance

mike

Guest Lew247
Posted

I used android commander

copied the init.qcom.post_boot.sh to my desktop

edited it and puched it back

To make it simple I'll add it as an attachment here

Simply extract the file and using adb push it into /system/etc

I.E. adb push init.qcom.post_boot.sh /system/etc/init.qcom.post_boot.sh

init.qcom.post_boot.zip

Guest Mike Robertson
Posted

Thanks I'll have to wait until Monday to use a Windows box as i use OSX at home

Guest Mike Robertson
Posted

Hi the App was updated yesterday & now runns fine on the Blade.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.