[DISCUSSION][DEV] USB OTG Support - HTC Pico (Explorer)

THIS IS A DEV THREAD! ALL NEWBISH QUESTION WILL BE IGNORED!
​
Can someone mod our kernel (any, ics/jb) to support USB On to Go.? It allows us to connect external devices as hdd, or mouse to our Pico.
Its easy to make DIY OTG cable, but we need host drivers (something like this - tnx ourico)

So, I build a otg cable with external power suply to my tablet and it works great. Now whats left is implement the s3c host drivers in our pico kernel!!
Something like this they did in this thread do galaxy:
http://forum.xda-developers.com/showthread.php?p=21503413
Input this driver or variant and kernel changes!! Is it possible, must be easy to the most avanced here in group!!
We only need kernel support cause external power to usb stick is easy! Can we add this s3c host drivers??
Advantages:
Plug and usb drive to our explorer and it be mounted. Many possilbility:
-more gb to videos, images,songs, share files with friends
-symlink to heavy games
-moaaare xD

Doesnt the kernel 3.x that people are trying to port have otg support??

bhargz16 said:
Doesnt the kernel 3.x that people are trying to port have otg support??
Click to expand...
Click to collapse
No one works on it. Lirokoa is busy with real life. sakindia123 gave pico to his cousin. Only hope is Adi_Pat, recognized developer. If he find <5000INR secondhand pico he will buy it.

galaxyfreak said:
No one works on it. Lirokoa is busy with real life. sakindia123 gave pico to his cousin. Only hope is Adi_Pat, recognized developer. If he find <5000INR secondhand pico he will buy it.
Click to expand...
Click to collapse
Afaik, they've been able to boot it successfully.. adi pat, cute prince, sakindia, lirokoa, flowish, lot of ppl were working on it... i dnt know of the current situation...
Sent from my HTC Explorer A310e using xda app-developers app

bhargz16 said:
Afaik, they've been able to boot it successfully.. adi pat, cute prince, sakindia, lirokoa, flowish, lot of ppl were working on it... i dnt know of the current situation...
Sent from my HTC Explorer A310e using xda app-developers app
Click to expand...
Click to collapse
cute_prince isnt very active
lirokoa just said its interesting project
flowish?
sakindia doesnt have pico
adi_pat said he will make it if he find pico <5000INR, he have and UART to framebuffer console log...

ourico4 said:
So, I build a otg cable with external power suply to my tablet and it works great. Now whats left is implement the s3c host drivers in our pico kernel!!
Something like this they did in this thread do galaxy:
http://forum.xda-developers.com/showthread.php?p=21503413
Input this driver or variant and kernel changes!! Is it possible, must be easy to the most avanced here in group!!
We only need kernel support cause external power to usb stick is easy! Can we add this s3c host drivers??
Advantages:
Plug and usb drive to our explorer and it be mounted. Many possilbility:
-more gb to videos, images,songs, share files with friends
-symlink to heavy games
-moaaare xD
Click to expand...
Click to collapse
S3c?That's for only exynos3/4 boards..wont do squat on our msm boards.

sakindia123 said:
S3c?That's for only exynos3/4 boards..wont do squat on our msm boards.
Click to expand...
Click to collapse
You have any idea? Tell, just a brief.

Heyy.. Check this out.. I was compiling a GB kernel, look at the otg drivers being compiled...

bhargz16 said:
Heyy.. Check this out.. I was compiling a GB kernel, look at the otg drivers being compiled...
Click to expand...
Click to collapse
And ics / jb kernel has that
https://github.com/sakindia123/htc_pico_kernel/tree/ics/drivers/usb/otg
Sent from my HTC Explorer A310e using xda premium

galaxyfreak said:
And ics / jb kernel has that
https://github.com/sakindia123/htc_pico_kernel/tree/ics/drivers/usb/otg
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
Yes I noticed that too.. So does this mean that OTG support is already there?? Or they are just being compiled, but disabled by default??

Support is there for most devices,just not supported by the board
Sent from my GT-I9100 using Tapatalk 2

sakindia123 said:
Support is there for most devices,just not supported by the board
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Umm means the otg support is already there for all the kernel? imma wrong?
So whats the further work ..we have to work on?
Powered text through Explode^1

Rishik999 said:
Umm means the otg support is already there for all the kernel? imma wrong?
So whats the further work ..we have to work on?
Powered text through Explode^1
Click to expand...
Click to collapse
May be we don't have the cable to connect to the board of the explorer
Or the board doesn't support external drives?
I think that's what sakindia meant..
@sakindia
So,is it possible or not?
Sent from my HTC Explorer A310e using xda app-developers app

Any one working on it ?:sly:
A request to all developers to take a look at it ..it would be great development for our lil pico isn't it?:what:
Powered text through Explode^1

Unofficially dead
May be if we get Linux 3 kernel support(cute prince works on it),however, if hardware doesn't support it, there is no point
Sent from my HTC Explorer A310e using xda app-developers app

Ok.. cute prince has finally made a fully working 3.x kernel... does this mean we can have otg support?
Only Time Will Tell
cm9b11/mcm9b3 htc a310e

ptcpayme said:
Ok.. cute prince has finally made a fully working 3.x kernel... does this mean we can have otg support?
Only Time Will Tell
cm9b11/mcm9b3 htc a310e
Click to expand...
Click to collapse
Probably not.. We dont have board support for OTG, as Sakindia said(or what i thought he said)..

guys we raelly missing a chat function on forum lol

TUDVAD said:
guys we raelly missing a chat function on forum lol
Click to expand...
Click to collapse
Post your request on the about xda forum here..
cm9b11/mcm9b3 htc a310e

Related

[KERNEL_GB][USB_HOST_MODE ENABLED] MædneSS-_-ver0.9 Beta

Hi
This is gingerbread kernel. Dont try it on ics or ....
What's Work:
Usb host mode
Usb hid
Usb monitor (i'm not sure)
More...
Bugs:
Wifi
Usb storage
More...
You need external power source, act like this
You don't need otg cable, just use ds usb cable
After install kernel open terminal and enter this commands:
Code:
su
cd system/lib/modules
insmod usbcore.ko
insmod ehci-hcd.ko
insmod usbhid.ko
insmod usb-storage.ko
insmod usbmon.ko
And connet your device
Download links:
http://edameh.x90x.net/kernel/MaedneSS-_-ver0.9.zip
http://db.tt/f3IsJ7LF
jacob73 said:
What's Work:
Usb host mode
Usb hid
Usb monitor
Click to expand...
Click to collapse
Hello, thanks for your kernel
I just want to ask what are these used for ?
pdf5 said:
Hello, thanks for your kernel
I just want to ask what are these used for ?
Click to expand...
Click to collapse
you will be able to connect a keyboard or mouse to your phone. In future version you could connect external hdd, usb flash drives...
the same as on this video:
http://www.youtube.com/watch?v=sQGxckZkH2g
Thanks,
But i cant work on it anymore, i dont have freetime but i continue working on it when htc release ics kernel for ds
jacob73 said:
Thanks,
But i cant work on it anymore, i dont have freetime but i continue working on it when htc release ics kernel for ds
Click to expand...
Click to collapse
You're rock man,
Sound's pretty nice.
Perhaps desire s will be replace computer. And we just use desire s to work.
Sent from my HTC Desire S using XDA App
baji240588 said:
You're rock man,
Sound's pretty nice.
Perhaps desire s will be replace computer. And we just use desire s to work.
Sent from my HTC Desire S using XDA App
Click to expand...
Click to collapse
It's not impossible!
great work!!!!
can you also add loop support in the final version? (to boot ubuntu)
thanks
jacob73 said:
It's not impossible!
Click to expand...
Click to collapse
Which kernel is this based on?
Absolutely great thank you! I hope for Ice Cream Sandwich USB Host port with Mass Storage support.
kylon said:
great work!!!!
can you also add loop support in the final version? (to boot ubuntu)
thanks
Click to expand...
Click to collapse
+1 want to be able to use my own app after all
Bumb
Sent from my Desire S using Tapatalk 2
baji240588 said:
Bumb
Sent from my Desire S using Tapatalk 2
Click to expand...
Click to collapse
I am curious about the defconfig of this kernel or the sourse of the changes he made, if the OP decides to share it I may be able to enable OTG in my kernel too
Sent from my HTC Desire S
amidabuddha said:
I am curious about the defconfig of this kernel or the sourse of the changes he made, if the OP decides to share it I may be able to enable OTG in my kernel too
Sent from my HTC Desire S
Click to expand...
Click to collapse
yup this is awesome one, if OTG is available for Desire S in ICS, :good:
I think Sony and Samsung user's can feel jealous
jacob73 said:
Hi
This is gingerbread kernel. Dont try it on ics or ....
What's Work:
Usb host mode
Usb hid
Usb monitor (i'm not sure)
More...
Bugs:
Wifi
Usb storage
More...
You need external power source, act like this
You don't need otg cable, just use ds usb cable
After install kernel open terminal and enter this commands:
Code:
su
cd system/lib/modules
insmod usbcore.ko
insmod ehci-hcd.ko
insmod usbhid.ko
insmod usb-storage.ko
insmod usbmon.ko
And connet your device
Download links:
http://edameh.x90x.net/kernel/MaedneSS-_-ver0.9.zip
http://db.tt/f3IsJ7LF
Click to expand...
Click to collapse
links are broken. can anyone upload again? i am waiting for usb host on my desire s for a long time.
links are broken. can anyone upload again? i am waiting for usb host on my desire s for a long time.
This is great! Can you also add this to the cm 10 kernel? Both the 2.x kernel and the experimental 3.0 kernel. Thanks!
Sent from my HTC Saga using xda premium
Since the author remained silent I have extracted his configuration from the kernel. See attached
Someone may want to play with it. Unfortunately I do not have the cable to test it.
The kernel itself is attached as well, because the links in the OP are dead
amidabuddha said:
Since the author remained silent I have extracted his configuration from the kernel. See attached
Someone may want to play with it. Unfortunately I do not have the cable to test it.
The kernel itself is attached as well, because the links in the OP are dead
Click to expand...
Click to collapse
Are this for sense ROM (4.0.4) with 3rd kernel ??
Sent from my Desire S using Tapatalk 2
baji240588 said:
Are this for sense ROM (4.0.4) with 3rd kernel ??
Sent from my Desire S using Tapatalk 2
Click to expand...
Click to collapse
No these are for gingerbread, it clearly states this in the title. If you want kernel 3 search for tweaked kernel in the index. Remember to click his thanks button
Education is what remains after one has forgotten what one has learned in school.
Albert Einstein
jugg1es said:
No these are for gingerbread, it clearly states this in the title. If you want kernel 3 search for tweaked kernel in the index. Remember to click his thanks button
Education is what remains after one has forgotten what one has learned in school.
Albert Einstein
Click to expand...
Click to collapse
Sorry, I think that's made by amidabuda but he just reupload the kernel coz link at the OP are dead lol
Sent from my Desire S using Tapatalk 2

[ICS/Jelly bean] ``Tvout option´´ [Development thread]

Hey guys as you already now we are going to an nightly of cm9 (because of our great devs arco68,ivendor and dont forget the people who helped us during the hard time , oisis grabber28,texten and many more, sorry if I forgot somebody)
back to thema...
Well of course you saw galaxy s plus settings in ics settings (thx to ivendor)
But I and many more miss a very good feature called Tvout...
So I wanted to start this thread !
----Dev area---
+First we need to search all libs needed, so we can try to get it working via terminal emulator command..
- I think:
from kqb
/system/bin
tvoutserver
/system/etc
vold.conf
/system/lib
lib_tvoutengine.so
libtvout.so
libtvout_jni.so
libtvoutservice.so
+Than invendor could integrate this option in settings like he made it with calibration and bln!
----------------
Rom_Tester said:
Hey guys as you already now we are going to an nightly of cm9 (because of our great devs arco68,ivendor and dont forget the people who helped us during the hard time , oisis grabber28,texten and many more, sorry if I forgot somebody)
back to thema...
Well of course you saw galaxy s plus settings in ics settings (thx to ivendor)
But I and many more miss a very good feature called Tvout...
So I wanted to start this thread !
----Dev area---
+First we need to search all libs needed, so we can try to get it working via terminal emulator command..
- I think:
from kqb
/system/bin
tvoutserver
/system/etc
vold.conf
/system/lib
lib_tvoutengine.so
libtvout.so
libtvout_jni.so
libtvoutservice.so
+Than invendor could integrate this option in settings like he made it with calibration and bln!
----------------
Click to expand...
Click to collapse
PS: help would be great
IMPORTANT
Old thread:
http://forum.xda-developers.com/showthread.php?t=1697293
Hi
I found tvoutengine.so in system/lib of my xxkpf rom so!but,Is it useful on JB/ICS too???
and what about USB-MHL tv-out??
alireza7991 said:
Hi
I found tvoutengine.so in system/lib of my xxkpf rom so!but,Is it useful on JB/ICS too???
and what about USB-MHL tv-out??
Click to expand...
Click to collapse
TV-out wont work via USB. Just via 3,5mm-out
Okay i searched through the libs of gigabread+ and those stuffs you mentioned above are there. wil it be possible if we could just copy and paste or port from cm7 which i think has tv out?
Everything lower than 720p for a Phone like ours is just not acceptable. Shame on you Samsung that you didnt Featured it. Processor is compatible to MHL.
XeLLaR* said:
Everything lower than 720p for a Phone like ours is just not acceptable. Shame on you Samsung that you didnt Featured it. Processor is compatible to MHL.
Click to expand...
Click to collapse
Its because they wanted to make a good price/device price
And our device is only a little brother of the galaxy s :crying:
Rom_Tester said:
Its because they wanted to make a good price/device price
And our device is only a little brother of the galaxy s :crying:
Click to expand...
Click to collapse
Nope. It wouldnt cost them 1 Penny more than now. Everything for MHL is Onboard. They were just too lazy.
And our Device is some Sort of Big brother for the S.
Its just Samsung >.<
any news about this feature?
XeLLaR* said:
Nope. It wouldnt cost them 1 Penny more than now. Everything for MHL is Onboard. They were just too lazy.
And our Device is some Sort of Big brother for the S.
Its just Samsung >.<
Click to expand...
Click to collapse
Well there would have been more development costs, wouldn't it?
I have a question: does anyone actually own a tvout cable? I have not found 1 to work with this crappy phone. Each cable I saw it said expressly that it won't work on the S-
Sent from my GT-I9001 using xda app-developers app
olaf2k4 said:
I have a question: does anyone actually own a tvout cable? I have not found 1 to work with this crappy phone. Each cable I saw it said expressly that it won't work on the S-
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
I have one and it was working nice on stock rom
Sent from my GT-I9001 using Tapatalk 2
nikku_hot123 said:
I have one and it was working nice on stock rom
Sent from my GT-I9001 using Tapatalk 2
Click to expand...
Click to collapse
Hmm I would be interested in the pin out of the cable so I can mod or make cable.
Sent from my GT-I9001 using xda app-developers app
olaf2k4 said:
Hmm I would be interested in the pin out of the cable so I can mod or make cable.
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
There has been several threads about this from about a year ago. Samsung swapped something with the output of video and audio. If i recall correctly there are several cables from nokia(?) who did work, and with a bit of soldering 'normal' cables can work as well. Just google/xda search it.
Sent from my GT-I9001 using xda app-developers app
olaf2k4 said:
Hmm I would be interested in the pin out of the cable so I can mod or make cable.
Click to expand...
Click to collapse
http://forum.xda-developers.com/wiki/Samsung_Galaxy_S_Plus/GT-I9001#TV-Out
Dear all,
I found this thread really important because I found the TV out option a fantastic possibility to use our 9001.
Just to contribute... I found this link:
https://github.com/skywalker01/vendor_samsung_galaxysplus/tree/master/proprietary/lib
In it there are all the libs... maybe they can be useful to add this functionality in all the custum roms.
Bye and good work
marco007 said:
Dear all,
I found this thread really important because I found the TV out option a fantastic possibility to use our 9001.
Just to contribute... I found this link:
https://github.com/skywalker01/vendor_samsung_galaxysplus/tree/master/proprietary/lib
In it there are all the libs... maybe they can be useful to add this functionality in all the custum roms.
Bye and good work
Click to expand...
Click to collapse
Usable on 4.0.4/4.1.2 or only on 2.3 ???

OTG?

can i use otg cable with pico?
No. You can't. Pico doesn't support USB host mode.
Sent from CyberMachine
ok thanks.
Unless a suitable kernel is made..
Which was under progress, then suddenly went off.
『Moved by touch™』 ?
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E
ocxx said:
can i use otg cable with pico?
Click to expand...
Click to collapse
our htc explorer dont have such voltage to support usb or OTG cable:cyclops:
ocxx said:
can i use otg cable with pico?
Click to expand...
Click to collapse
msm7x devices such as our pico have very VERY limited capabilities for OTG plus the voltage factor too would be a pain..
although i think i can enable OTG in kernel but success is not sure ...
;42081470 said:
msm7x devices such as our pico have very VERY limited capabilities for OTG plus the voltage factor too would be a pain..
although i think i can enable OTG in kernel but success is not sure ...
Click to expand...
Click to collapse
Plz try it ! And let us know!
Sent from my HTC Explorer running CM 10.1. Overclocked at 800mhz .

Which Kernel Is best For Cm10 ?

Hey guys I want add kernel In my rom but im not getting which kernel is best for cm10 rom ??
Try the kernel by legendary in hus aokp thread which is built using lenaro tool chain.....
Sent from my HTC Explorer A310e using xda premium
akashpatel said:
Try the kernel by legendary in hus aokp thread which is built using lenaro tool chain.....
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
Please give me the link ...??
Arslankirmani said:
Please give me the link ...??
Click to expand...
Click to collapse
here u go::::
http://forum.xda-developers.com/showpost.php?p=39598650&postcount=5
navinn said:
here u go::::
http://forum.xda-developers.com/showpost.php?p=39598650&postcount=5
Click to expand...
Click to collapse
Got it thanks ....!!
Pandora_kernal is pretty good.:good:
curry22 said:
Pandora_kernal is pretty good.:good:
Click to expand...
Click to collapse
i heard that its bit buggy with mass storage...
we have to use third party app for mass storage it seems...
so for now kernel by legendary(bhargav shukla) is best...
navinn said:
i heard that its bit buggy with mass storage...
we have to use third party app for mass storage it seems...
so for now kernel by legendary(bhargav shukla) is best...
Click to expand...
Click to collapse
Okay..I will try it. THX.

[dev][ROM] Firefox OS/B2G for HTC DHD/Inspire 4G

Firefox OS ROM for HTC Desire HD/Inspire 4g
This is a Mozilla's Firefox OS/B2G port for DHD,
It's based on CM9 build for DHD by PipelinerArd [http://forum.xda-developers.com/showthread.php?t=1754382]
So big thanks to him.
And thanks goes to,
-Cyanogenmod team
-All the people on the #b2g irc channel
-My university
-Who ever made the fosmaker
What works
-Booting
-Touchscreen
-audio
-WIFI (I think. I cant test it very much)
-Bluetooth
-GPS(I think.)
-Gallery
-Music
-Keyboard
-Test and tell me..
What's Broken
-ril (can't make calls,sms..)
-camera (crash on start.)
-Many other things
How to install
-Boot in to recovery
-Full wipe
-Flash the zip
-If you don't have s-off flash the boot.img via fastboot
Download!
b2g-ace-v1 : http://d-h.st/GJ1
Things to know
-This is a extremely testing purposes only, Flash It if you know what you are doing,
-And also this is not a day to day usable rom ( you can't call, you can't text )
-I can't post any screen shots because DDMS is not working properly.
-Currently I'm working on a B2G rom built from the clean CM9 source, Hopefully it will be completed soon.
-I know this belongs to the development forums but I still can't post there (under 10 posts ) .Maybe a moderator can move this there?.
I can't test few features because half of my touch screen is broken,
So help me get a new one Donate ME
Screenshots???
Sent from my HTC Desire HD using xda premium
MaratabHashmi said:
Screenshots???
Sent from my HTC Desire HD using xda premium
Click to expand...
Click to collapse
I can't post them because DDMS not working properly. If I find a way to take some, I'll update the post.
You share thered on desire hd android development.....
Sent from my HTC Desire HD using xda premium
MaratabHashmi said:
You share thered on desire hd android development.....
Sent from my HTC Desire HD using xda premium
Click to expand...
Click to collapse
The number of his/her posts or Thanks meters is not big enough.....Maybe we can help him/her with it haha
It's.awesome,right? @madushan1000 Thank you for your contribution!
Is this a port, or did you compile this from source? This is pretty cool stuff so tahnks. I might want to try to get firefox os on my Nexus One
I can't, I have to wait till my post count is 10!
yutouyes said:
The number of his/her posts or Thanks meters is not big enough.....Maybe we can help him/her with it haha
It's.awesome,right? @madushan1000 Thank you for your contribution!
Click to expand...
Click to collapse
Yeah FFOS is kinda cool, It's cooler than I thought it is
tommypacker said:
Is this a port, or did you compile this from source? This is pretty cool stuff so tahnks. I might want to try to get firefox os on my Nexus One
Click to expand...
Click to collapse
No I merged prebuilt CM9 rom with prebuilt FFOS binaries using fosmaker. But I'm trying to build it from the source these days. Actually I got it to boot but the gui is not coming up. We'll see in few weeks.
Nice. Just waitin' for camera and ril fix and then I'll try this. Good luck with working on it.
P.S. Maybe somebody (sb with good camera) could make a video and place it on YT?
Larvitarrr said:
Nice. Just waitin' for camera and ril fix and then I'll try this. Good luck with working on it.
P.S. Maybe somebody (sb with good camera) could make a video and place it on YT?
Click to expand...
Click to collapse
Don't hold your breath though, I have an exam coming up and I can only start working on a fix after that.
PROBLEM SOLVED. Use the Firefox Os.sim card problem fixed here,now you can call,you can text,you can browse. Do everything whatever you want
Just try my B2G folder in the Rom.
It was taken form my brother's Rom,
Get the Rom from here:
http://forum.xda-developers.com/showthread.php?t=2472363
Or from here:
http://forum.xda-developers.com/showthread.php?t=2472208
First link is mine and second is my bro's
What you need to do:
>Just get the Rom from above one link,
>Then extract that by 7zip
>Copy the b2g folder and paste it to @madushan1000 's Rom
>Add to Archive
>flash it and enjoy
ScreenShots:
I'm sorry I don't have DHD.So I have uploaded the screenshots of HTC explorer(just only for proof)
Credits: @nithish_cbe @madushan1000 @danutzgtx480
Donate me:
Pls pls I don't have one phone.
I'm testing the Roms with my bro's phone. If you donate me I will buy one phone to develop more.so pls donate me
PayPal:
[email protected]
Great!! Did you test it on DHD? I can't test it right now coz this is EXAM!! time :/
madushan1000 said:
Great!! Did you test it on DHD? I can't test it right now coz this is EXAM!! time :/
Click to expand...
Click to collapse
I didn't test.bcoz I don't have DHD.even I don't have any other phone
But you can do it.enjoy the firefox.anything you want to ask just PM me
Santhosh_cbe said:
I didn't test.bcoz I don't have DHD.even I don't have any other phone
But you can do it.enjoy the firefox.anything you want to ask just PM me
Click to expand...
Click to collapse
Yeah, I'm gonna try it later. BTW how did you get the screenshots? I couldn't find a way.
madushan1000 said:
Yeah, I'm gonna try it later. BTW how did you get the screenshots? I couldn't find a way.
Click to expand...
Click to collapse
Read my thread properly(screenshots are from HTC explorer).you can get the same from DHD
Sent from my HTC Explorer A310e using xda app-developers app
Santhosh_cbe said:
Read my thread properly(screenshots are from HTC explorer).you can get the same from DHD
Sent from my HTC Explorer A310e using xda app-developers app
Click to expand...
Click to collapse
Tried to replace files but the guy who made it for DHD has all the folders packed in .img's and I can't unpack them using windows.
Steam. said:
Tried to replace files but the guy who made it for DHD has all the folders packed in .img's and I can't unpack them using windows.
Click to expand...
Click to collapse
Use the ext4unpaker to edit that.
Sent from my GT-P3100 using xda app-developers app
Santhosh_cbe said:
Use the ext4unpaker to edit that.
Sent from my GT-P3100 using xda app-developers app
Click to expand...
Click to collapse
Yeah i got that far but I can't repack using windows.What if I send you the edited contents of the system.img and you repack them for me?
https://mega.co.nz/#!TIpxXAKB!cDhkji4odxmKTa1KKi9s6xJAY_9pF-Qy3NFfxBjxL7M
Here's the edited system img unpacked,I just need someone to repack it and reupload it.
Steam. said:
Yeah i got that far but I can't repack using windows.What if I send you the edited contents of the system.img and you repack them for me?
https://mega.co.nz/#!TIpxXAKB!cDhkji4odxmKTa1KKi9s6xJAY_9pF-Qy3NFfxBjxL7M
Here's the edited system img unpacked,I just need someone to repack it and reupload it.
Click to expand...
Click to collapse
Anyone?

Categories

Resources