Reply
Thread Tools
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#11
Each other white and first half stuck with 1 Jolla account only
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#12
Alright, I have found a way to repackage packages installed in Jolla:

First, download this package:
http://sourceforge.net/projects/rpmrebuild/

It is just a bunch of shell scripts, architecture agnostic.
Install it with usual
Code:
pkcon install-local <path>
There is one slight problem with arm architecture - 'uname -m' used in the scripts returns
Code:
uname -m
armv7l
while rpm --query .... returns
Code:
armv7hl
Because of this, we need to patch the following file:
Code:
/usr/lib/rpmrebuild/rpmrebuild.sh
as an ugly hack, find following lines
Code:
function RpmArch
{
	pac_arch=$( spec_query qf_spec_arch )
	return;
}
and replace them with
Code:
function RpmArch
{
	pac_arch=$( uname -m )
	return;
}
.

After this change, you can run (as regular user - nemo)
Code:
rpmrebuild <package name>
and the result will be in
Code:
/home/nemo/rpmbuild/RPMS/
Enjoy and be careful with sharing your result so you don't break Jolla's or anyone's author rights.

Last edited by nodevel; 2014-01-07 at 15:46.
 

The Following 2 Users Say Thank You to nodevel For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#13
anyone can package the ambience?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#14
Originally Posted by kpblxa View Post
i thought that there were some ring tones with the TOH as well. i could be mistaken but i think the first one has some ...
Nope, nothing to select in the snow white ambience.

Originally Posted by TMavica View Post
do u hv first half red?
No will get my poppy red later...

Edit: Poppy is being shipped right now.

J4ZZ
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...

Last edited by J4ZZ; 2014-01-14 at 22:13.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#15
Well, someone can just download the original packages (I can't currently, 'cause I don't have ssh access to my phone @work.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 

The Following User Says Thank You to Bundyo For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#16
cant use xterminal to do it?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#17
I can, but very slow with the touchscreen. Plus, not that you're in a hurry or something
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#18
LOL
try try
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#19
pkcon --only-download install ambience-snow-white

it will download to /var/cache/zypp/packages/store/rpms/ambience-snow-white-0.0.2-10.2.1.jolla.armv7hl.rpm
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#20
Originally Posted by nieldk View Post
pkcon --only-download install ambience-snow-white

it will download to /var/cache/zypp/packages/store/rpms/ambience-snow-white-0.0.2-10.2.1.jolla.armv7hl.rpm
Command failed: This tool could not find any available package: could not find ambience-snow-white
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:38.